@charset "UTF-8";
@import url("../lib/aos.css");
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  color: var(--black);
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  overflow: translateX(-50%);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

p {
  font-size: 1.6rem;
}
@media (max-width: 520px) {
  p {
    font-size: 1.4rem;
  }
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  width: 100%;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 28vw;
  min-height: 500px;
  position: relative;
  margin-bottom: 5rem;
  background-image: url(../../img/top/mainImg.jpg);
  border-radius: 0 0 200px 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 920px) {
  main {
    height: 36vh;
    min-height: 450px;
  }
}
@media (max-width: 520px) {
  main {
    height: 95vh;
    max-height: 700px;
    min-height: 600px;
    background-position: bottom;
    background-size: 130vw;
    border-radius: 0 0 120px 50px;
    margin-bottom: 3rem;
  }
}

.mainTxt {
  font-size: 1.2vw;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.mainTxt h2 {
  font-size: max(3em, 4rem);
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 520px) {
  .mainTxt h2 {
    font-size: 12em;
  }
}
.mainTxt .lead {
  font-size: max(1em, 2rem);
  font-weight: 600;
  line-height: 1;
  margin-top: 1.5rem;
}
@media (max-width: 520px) {
  .mainTxt .lead {
    font-size: 4em;
  }
}
.mainTxt .lead::after {
  content: "";
  display: inline-block;
  width: max(9vw, 80px);
  margin-right: 5px;
  border-bottom: solid var(--black) 1px;
}
@media (max-width: 520px) {
  .mainTxt .lead::after {
    width: 28%;
  }
}
.mainTxt p {
  font-size: 1.5rem;
  margin-top: 2rem;
  font-weight: 300;
}
@media (max-width: 520px) {
  .mainTxt p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

#move {
  display: flex;
  justify-content: space-between;
  margin: 5rem auto;
  max-width: 1280px;
}
#move li {
  overflow: unset;
}
#move li a {
  font-size: 1.4rem;
  background-color: #fff;
  border: #c3c3c3 solid 1px;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
}
#move li a span {
  padding: 0 0.5rem;
}

/* ==========================================================
base style
========================================================== */
:root {
  --primary: #d9b416;
  --secondary: rgba(217, 180, 22, 0.7);
  --tertiary: rgba(217, 180, 22, 0.7);
  --background: #fefcef;
  --black: #323536;
}

figure {
  position: relative;
}

.imgCap_BK {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
.imgCap_BK.cap_l {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  left: 1rem;
}

.imgCap_WH {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.linkBtn {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  color: #fff;
  width: 100%;
  max-width: 590px;
  background-color: var(--primary);
  transition: 0.3s;
  box-sizing: border-box;
  border: var(--primary) 2px solid;
  border-radius: 3px;
}
.linkBtn:hover {
  color: var(--primary);
  background-color: #fff;
}

#pankuzu {
  display: flex;
  justify-content: flex-end;
  margin: 0rem 0 1rem;
}
@media (max-width: 520px) {
  #pankuzu {
    margin: 0rem 0 1rem;
  }
}
#pankuzu li {
  font-size: 12px;
}
#pankuzu li a {
  color: var(--black);
}
#pankuzu li span {
  color: #b5b5b5;
  padding: 0 1rem;
}
#pankuzu li p {
  color: #b5b5b5;
  margin: 0;
  font-size: 1.2rem;
}

/* ==========================================================
    rwd switch
========================================================== */
.only-sp {
  display: none !important;
}

@media screen and (max-width: 920px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}
/* ==========================================================
    layout (wrap contents)
========================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.inner {
  position: relative;
  width: 80%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .inner {
    width: 90%;
  }
}

.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-col {
  flex-direction: column;
}
.flex.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 920px) {
  .flex.md_flex-row {
    flex-direction: row;
  }
  .flex.md_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex.md_flex-col {
    flex-direction: column;
  }
  .flex.md_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex.md_flex-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .flex.sm_flex-row {
    flex-direction: row;
  }
  .flex.sm_flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex.sm_flex-col {
    flex-direction: column;
  }
  .flex.sm_flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex.sm_flex-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
  .wrapper {
    min-width: 320px;
  }
}
/* ==========================================================
 header
========================================================== */
header {
  position: relative;
}

.logoBox {
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 90px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
@media (max-width: 520px) {
  .logoBox {
    height: 70px;
  }
}

h1 {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 3rem;
  left: 3rem;
  z-index: 2;
  padding: 0;
  margin: 0;
}
@media (max-width: 520px) {
  h1 {
    top: 2rem;
    left: 2rem;
  }
}
h1 img {
  position: relative;
  height: 30px;
  z-index: 3;
}
h1 img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #fff;
  width: 100vw;
  height: 300px;
  z-index: -3;
}
@media (max-width: 520px) {
  h1 img {
    width: 130px;
    height: auto;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -425px;
  width: 425px;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.6s;
}
@media (max-width: 520px) {
  #g-nav {
    width: 100vw;
    right: -100vw;
  }
}
#g-nav span.whitebk {
  opacity: 0;
  position: fixed;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s ease-in-out;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
  transition: 0.6s;
}
@media (max-width: 520px) {
  #g-nav.panelactive {
    right: 0;
  }
}
#g-nav.panelactive span.whitebk {
  top: 0;
  right: 0;
  background-color: rgba(250, 250, 250, 0.7);
  transition: all 0.3s ease-in-out;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 425px;
  height: 100vh;
  padding: 1rem;
  /*表示する高さ*/
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  #g-nav.panelactive #g-nav-list {
    width: 100vw;
  }
}

.navLogo {
  width: 100px;
  margin: 0 auto;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 520px) {
  .navLogo {
    display: none;
  }
}
.navLogo a {
  margin: 0 auto;
  transition: 0.3s;
}
.navLogo a:hover {
  opacity: 0.5;
}

.navLogo_sp {
  display: none;
  width: 50%;
  max-width: 165px;
  margin: 2.5rem 0 0 4rem;
}
@media (max-width: 520px) {
  .navLogo_sp {
    display: block;
    margin: 0.5rem 0 0 2rem;
    height: 1.6rem;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
  font-size: 1.6rem;
  margin: 9rem auto 0;
  width: 90%;
}
@media (max-width: 520px) {
  #g-nav ul {
    font-size: 1.4rem;
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90vw;
    margin: 0 auto;
    padding-left: 2rem;
    border-bottom: var(--primary) 1px;
  }
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left;
}
#g-nav li:last-child::after {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  margin-bottom: 0;
  background-color: var(--primary);
  z-index: 2;
}

#g-nav li a {
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  padding: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
  margin: 0 0 2.1rem 5rem;
  transition: 0.3s;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 920px) {
  #g-nav li a {
    margin-left: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 520px) {
  #g-nav li a {
    margin-bottom: 1.6rem;
  }
}
#g-nav li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  left: -4.5rem;
  bottom: -5px;
  border-bottom: solid var(--black) 1px;
  transition: 0.3s;
}
#g-nav li a:hover::before {
  content: "";
  display: inline-block;
  width: calc(100% + 5rem);
  margin-right: 5px;
  border-bottom: solid var(--black) 1px;
  transition: 0.3s;
}
@media (max-width: 920px) {
  #g-nav li a:hover::before {
    transition: 0.05s;
  }
}

#g-nav .ttl {
  color: var(--primary);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 520px) {
  #g-nav .ttl {
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
#g-nav .ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1.5rem;
  background-color: var(--primary);
}
@media (max-width: 520px) {
  #g-nav .ttl::before {
    width: 100%;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 28px;
  right: 40px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media (max-width: 920px) {
  .openbtn1 {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 520px) {
  .openbtn1 {
    top: 14px;
    right: 14px;
  }
}
.openbtn1 .openbtn1 span:nth-of-type(4) {
  background-color: var(--primary);
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
  left: 46%;
  width: 25%;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1 span:nth-of-type(4) {
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  border-radius: 25px;
  z-index: -1;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

.openbtn1.active span:nth-of-type(4) {
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: -1;
}

/*========= レイアウトのためのCSS ===============*/
h1 {
  font-size: 1.2rem;
  color: var(--black);
}

h2,
h3 {
  color: var(--black);
}

small {
  color: var(--black);
  display: block;
}

#header {
  width: 100%;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}

section {
  padding-bottom: 100px;
}
@media (max-width: 520px) {
  section {
    padding-bottom: 100px;
  }
  section:last-of-type {
    padding-bottom: 0;
  }
}

#footer {
  padding: 20px;
}

/* ==========================================================
 footer
========================================================== */
.ftCap {
  padding: 5rem 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

section.ftLink {
  border-top: var(--primary) solid 1px;
  padding: 2rem 0;
}
section.ftLink p.ttl {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
section.ftLink .menuBox {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.ftLink .menuBox ul {
  width: 30%;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  min-width: 220px;
}
@media (max-width: 920px) {
  section.ftLink .menuBox ul {
    min-width: unset;
  }
}
@media (max-width: 520px) {
  section.ftLink .menuBox ul {
    width: 70%;
  }
}
section.ftLink .menuBox ul li a.info {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 920px) {
  section.ftLink .menuBox ul li a.info {
    font-size: 1.6rem;
  }
}
section.ftLink .menuBox ul li a.info img {
  width: 20rem;
}
section.ftLink .menuBox ul li .btn {
  color: #fff;
  background-color: var(--primary);
  border-radius: 3px;
  border: #fff 2px solid;
  padding: 1rem 0;
  font-size: 1.25rem;
  letter-spacing: 0.1px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}
section.ftLink .menuBox ul li .btn:hover {
  color: var(--primary);
  border: var(--primary) 2px solid;
  background-color: #fff;
}
section.ftLink .menuBox ul li:nth-child(3) {
  margin-bottom: 1rem;
}
@media (max-width: 520px) {
  section.ftLink .menuBox ul li:nth-child(3) {
    margin-bottom: unset;
  }
}
section.ftLink .menuBox ul li small {
  font-size: 0.5em;
}
section.ftLink .menuBox div.rightBox {
  font-weight: 600;
  width: calc(70% - 3rem);
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox {
    width: 100%;
    margin-left: unset;
    margin: 2rem 0;
  }
}
section.ftLink .menuBox div.rightBox dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox dl {
    flex-direction: column;
    margin: 2rem 0;
  }
}
section.ftLink .menuBox div.rightBox dl dt {
  margin: 0 0.3rem 1rem 0;
  width: 310px;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media (max-width: 920px) {
  section.ftLink .menuBox div.rightBox dl dt {
    font-size: 1.3rem;
    min-width: 30vw;
    width: 30vw;
  }
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox dl dt {
    width: 100%;
    font-size: 2rem;
  }
}
section.ftLink .menuBox div.rightBox dl dt em {
  font-size: 1.1em;
  letter-spacing: 0;
  color: var(--primary);
  display: inline-block;
}
section.ftLink .menuBox div.rightBox dl dt span {
  display: block;
  font-size: 0.8em;
}
section.ftLink .menuBox div.rightBox dl dd {
  padding-top: 0.6rem;
}
@media (max-width: 920px) {
  section.ftLink .menuBox div.rightBox dl dd {
    padding-top: 0.3rem;
  }
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox dl dd {
    display: flex;
  }
}
section.ftLink .menuBox div.rightBox dl dd span {
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media (max-width: 920px) {
  section.ftLink .menuBox div.rightBox dl dd span {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox dl dd span {
    width: 49vw;
  }
}
section.ftLink .menuBox div.rightBox dl dd span i {
  display: inline-block;
  letter-spacing: 0;
}
section.ftLink .menuBox div.rightBox dl dd small {
  position: relative;
  display: block;
  font-size: 1rem;
  letter-spacing: 0;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 920px) {
  section.ftLink .menuBox div.rightBox dl dd small {
    padding-left: 1.6vw;
  }
}
@media (max-width: 520px) {
  section.ftLink .menuBox div.rightBox dl dd small {
    padding-left: 2.4vw;
  }
}
section.ftLink .menuBox div.rightBox dl dd small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.menuBtnWrap {
  position: relative;
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 1rem;
  transition: 0.3s;
}
.menuBtnWrap .menuBtn {
  background-color: #fff;
  padding: 1rem 0.3rem;
}
@media (max-width: 920px) {
  .menuBtnWrap .menuBtn {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .menuBtnWrap .menuBtn {
    font-size: 1.6rem;
  }
}
.menuBtnWrap .menuBtn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 30px;
  border-bottom: solid var(--black) 1px;
  transition: 0.3s;
}
.menuBtnWrap .menuBtn:hover::before {
  width: 100%;
}

.inquiry {
  font-size: 1.4rem;
  width: 175px;
  margin: 2rem 0 1rem;
  overflow: unset;
}
@media (max-width: 920px) {
  .inquiry {
    width: 44vw;
    max-width: 140px;
  }
}
@media (max-width: 520px) {
  .inquiry {
    width: 190px;
    max-width: unset;
  }
}

.access {
  width: 108px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 920px) {
  .access {
    width: 85px;
  }
}
@media (max-width: 520px) {
  .access {
    margin: 2rem 0;
    width: 105px;
  }
}

footer {
  background-color: #f9f9f9;
  padding: 5rem 0;
}
footer #pageTop {
  z-index: 100;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 520px) {
  footer #pageTop {
    right: 20px;
  }
}
footer #pageTop:before, footer #pageTop:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer #pageTop::before {
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
footer #pageTop::after {
  top: 0.5rem;
  left: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transform: rotate(-45deg);
}
footer .footerWrap {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
footer .footerWrap p {
  color: #7C7B7B;
  font-size: 1.2rem !important;
  margin: 0 !important;
}
footer .footerWrap img {
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  margin-bottom: 2rem;
}
@media (max-width: 920px) {
  footer .footerWrap {
    flex-direction: column-reverse;
    text-align: center;
  }
}
footer .footerWrap .co img {
  width: 160px;
}
footer .footerWrap .icomBox {
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
  width: 95px;
}
@media (max-width: 920px) {
  footer .footerWrap .icomBox {
    margin-bottom: 3rem;
  }
}
footer .footerWrap .icomBox a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
footer .footerWrap .icomBox a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
}
footer .footerWrap .telWrap {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (max-width: 920px) {
  footer .footerWrap .telWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
  }
}
footer .footerWrap .telWrap .telNum {
  font-size: 5rem;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
footer .footerWrap .telWrap .telNum img {
  height: 3.5rem;
  width: auto;
}
footer .footerWrap .telWrap .closed {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  color: rgb(253, 183, 52);
}
footer .footerWrap .logo {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  footer .footerWrap .logo {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 520px) {
  footer .footerWrap .logo {
    flex-direction: column;
  }
}
footer .footerWrap .logo .escon {
  position: relative;
  width: 38%;
}
@media (max-width: 520px) {
  footer .footerWrap .logo .escon {
    width: 60%;
    margin: 0 auto 3rem;
  }
}
footer .footerWrap .logo .escon p {
  font-size: 1rem;
  margin-bottom: -2rem;
  color: #fff;
}
@media (max-width: 520px) {
  footer .footerWrap .logo .escon p {
    margin-right: 2rem;
  }
}
footer .footerWrap .logo .first {
  position: relative;
  width: 57%;
}
@media (max-width: 520px) {
  footer .footerWrap .logo .first {
    width: 90%;
    margin: 0 auto;
  }
}
footer .footerWrap .logo .first p {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 520px) {
  footer .footerWrap .logo .first p {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
footer .footerWrap .logo .first a img {
  margin-top: 1rem;
}

/* ==========================================================
 NEKOリスト
========================================================== */
.catList {
  display: flex;
}
.catList li.catItem {
  position: relative;
  padding: 0 3rem;
}
@media (max-width: 920px) {
  .catList li.catItem {
    padding: 0 2rem;
  }
}
.catList li.catItem.in::before {
  content: "入居\aNEKO";
  position: absolute;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  top: 1rem;
  right: 2rem;
  line-height: 1.2;
  z-index: 2;
  background-color: #fdb35d;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catList li.catItem a figure {
  box-sizing: border-box;
  border: #f9ec93 solid 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.catList li.catItem a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catList li.catItem a .txtBox {
  position: relative;
}
.catList li.catItem a .txtBox .catName {
  text-align: left;
  margin: 0;
  padding: 10px 0 5px;
  font-weight: 600;
}
.catList li.catItem a .txtBox .detail {
  font-size: 1.3rem;
  text-align: left;
  margin: 0;
  padding: 0;
}
.catList li.catItem a .txtBox .rightWrap {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}
.catList li.catItem a .txtBox .rightWrap .right {
  font-size: 1rem;
  position: relative;
  width: 3em;
  height: 3em;
  border: solid 2px #f9ec93;
  border-radius: 50%;
  transition: 0.3s;
}
@media (max-width: 520px) {
  .catList li.catItem a .txtBox .rightWrap .right {
    font-size: 0.7rem;
  }
}
.catList li.catItem a .txtBox .rightWrap .right:before {
  content: "";
  position: absolute;
  display: inline-flex;
  width: 25%;
  height: 25%;
  top: 50%;
  right: -9%;
}
.catList li.catItem a .txtBox .rightWrap .right::after {
  content: "";
  position: absolute;
  display: inline-flex;
  top: 50%;
  right: -10%;
  transform: translate(-50%, -50%);
  width: 66%;
  border-top: solid 2px #f9ec93;
}
.catList li.catItem a .txtBox .rightWrap .right.right:before {
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 2px solid #f9ec93;
  border-right: 2px solid #f9ec93;
}
.catList li.catItem a:hover .right {
  background-color: var(--secondary);
}
.catList li.catItem:nth-child(2n) a figure {
  border: #e2f0f2 solid 8px;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
.catList li.catItem:nth-child(2n) a .txtBox .right {
  border: solid 2px #e2f0f2 !important;
}
.catList li.catItem:nth-child(2n) a .txtBox .right::after, .catList li.catItem:nth-child(2n) a .txtBox .right::before {
  border-color: #e2f0f2 !important;
}
.catList li.catItem:nth-child(2n) a .txtBox .right:hover::after {
  border-color: #fff;
}
.catList li.catItem:nth-child(2n) a:hover .right {
  background-color: #e2f0f2;
}
.catList li.catItem:nth-child(2n) a:hover .right::before, .catList li.catItem:nth-child(2n) a:hover .right::after {
  border-color: #fff !important;
}
.catList .slick-prev,
.catList .slick-next {
  z-index: 2;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: #666 solid 1px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 920px) {
  .catList .slick-prev,
.catList .slick-next {
    width: 3rem;
    height: 3rem;
  }
}
.catList .slick-prev::before,
.catList .slick-next::before {
  content: "";
  display: inline-block;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.catList .slick-prev {
  left: 8.5%;
  top: 50%;
}
@media (max-width: 520px) {
  .catList .slick-prev {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-55%) translateY(150%);
  }
}
.catList .slick-next {
  right: 8.5%;
  transform: rotate(180deg);
  top: 50%;
}
@media (max-width: 520px) {
  .catList .slick-next {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(55%) translateY(150%) rotate(180deg);
  }
}
@media (max-width: 520px) {
  .catList .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

ul.reportList {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  border-top: 1px solid #efefef;
  width: 100%;
}
ul.reportList li {
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 520px) {
  ul.reportList li {
    padding: 0;
  }
}
ul.reportList li a {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
  position: relative;
  position: relative;
}
@media (max-width: 920px) {
  ul.reportList li a {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
ul.reportList li a::after {
  position: absolute;
  content: "";
  position: absolute;
  top: 55%;
  left: 95%;
  transform: translate(-50%, -50%);
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
}
@media (max-width: 520px) {
  ul.reportList li a::after {
    left: 90%;
  }
}
ul.reportList li a:hover {
  background-color: var(--background);
}
ul.reportList li a:hover::after {
  display: inline-block;
  content: "";
  rotate: 45deg;
  width: 10px;
  height: 10px;
  border-color: var(--primary);
}
ul.reportList li a span {
  width: 80%;
  line-height: 1.4;
}
ul.reportList li a small {
  width: 20%;
  color: var(--black);
}

/* ==========================================================
 print
========================================================== */
@media print {
  body {
    padding: 0 !important;
  }
  header {
    position: static;
  }
  .openMenu,
.pickup,
.printBtn {
    display: none !important;
  }
  main h2 {
    padding: 30px 0 !important;
  }
}/*# sourceMappingURL=common.css.map */