@charset "UTF-8";
#mainContent {
  overflow-x: hidden;
}

/* スクロール中（親要素にクラスがついている時）だけ、iframeのイベントを無効化 */
html.lenis-scrolling iframe {
  pointer-events: none;
}

body * {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: clamp(15px, 1.33vw, 16px);
  color: #473933;
}

body {
  background: #F3F3F3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Tenali Ramakrishna", sans-serif;
}

.gil {
  font-family: "Gilda Display", serif;
}

.jp {
  font-family: "Noto Serif", serif;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
.footerWidth {
  margin: 0 auto;
}

.commonWidth {
  margin: 0 auto;
  max-width: 1160px;
  width: 90%;
}

.innerWidth {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.comTlWrap {
  position: relative;
}
.comTlWrap * {
  font-size: 18px;
}
.comTlWrap .tl {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.12em;
  padding-bottom: 5px;
}
.comTlWrap .sub {
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.08em;
}

.comPage .tl {
  line-height: 120%;
  font-size: clamp(22px, 2vw, 24px);
}
.comPage .sub {
  font-size: 15px;
  line-height: 100%;
}

.commonTopTitleAreaCms {
  width: 100%;
  background-image: url(../images/com_title_bk.png);
  background-position: bottom;
  background-repeat: repeat-x;
  height: 380px;
}
.commonTopTitleAreaCms .headTitleArea h1 .en:after {
  border-left: 1px solid #473933;
  border-top: 1px solid #473933;
}
.commonTopTitleAreaCms .headTitleArea h1 .en::before {
  border-right: 1px solid #473933;
  border-bottom: 1px solid #473933;
}

.commonTopTitleArea {
  max-width: 1340px;
  margin: auto;
}
.commonTopTitleArea:after {
  z-index: -1;
  content: "";
  background-image: url(../images/com_title_bk.png);
  background-position: center;
  background-repeat: repeat-x;
  position: absolute;
}
.commonTopTitleArea .headTitleArea h1 * {
  color: #fff;
}
.commonTopTitleArea .headTitleArea h1 .en:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.commonTopTitleArea .headTitleArea h1 .en::before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.commonTopTitleArea, .commonTopTitleAreaCms {
  background-size: cover;
}
.commonTopTitleArea .headTitleArea, .commonTopTitleAreaCms .headTitleArea {
  height: 100%;
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.commonTopTitleArea .headTitleArea h1, .commonTopTitleAreaCms .headTitleArea h1 {
  display: flex;
  margin-top: 40px;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.commonTopTitleArea .headTitleArea h1 *, .commonTopTitleAreaCms .headTitleArea h1 * {
  text-align: center;
}
.commonTopTitleArea .headTitleArea h1 .jp, .commonTopTitleAreaCms .headTitleArea h1 .jp {
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.012em;
}
.commonTopTitleArea .headTitleArea h1 .en, .commonTopTitleAreaCms .headTitleArea h1 .en {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  position: relative;
  line-height: 100%;
  padding: 0 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 6px 12px 0px 14px;
}
.commonTopTitleArea .headTitleArea h1 .en:after, .commonTopTitleArea .headTitleArea h1 .en:before, .commonTopTitleAreaCms .headTitleArea h1 .en:after, .commonTopTitleAreaCms .headTitleArea h1 .en:before {
  content: "";
  height: 8px;
  width: 6px;
  position: absolute;
}
.commonTopTitleArea .headTitleArea h1 .en:after, .commonTopTitleAreaCms .headTitleArea h1 .en:after {
  left: 0;
  top: 0;
}
.commonTopTitleArea .headTitleArea h1 .en::before, .commonTopTitleAreaCms .headTitleArea h1 .en::before {
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .commonTopTitleArea {
    height: 500px;
    margin-top: 100px;
    background-position: center;
    width: 100%;
  }
  .commonTopTitleArea:after {
    background-image: url(../images/com_title_bk.png);
    height: 380px;
    width: 100%;
    top: -100px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .commonTopTitleArea {
    margin-top: 80px;
    height: 482px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: initial;
  }
  .commonTopTitleArea:after {
    height: 310px;
    width: 100%;
    top: -100px;
    left: 0;
  }
  .commonTopTitleArea .headTitleArea h1 {
    gap: 10px;
  }
  .commonTopTitleArea .headTitleArea h1 .jp {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .commonTopTitleArea .headTitleArea h1 .en {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .commonTopTitleAreaCms {
    height: 310px;
    background-size: contain;
    background-image: url(../images/com_title_bk_sp.png);
  }
}
.more {
  display: flex;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4px;
  justify-content: center;
  font-size: 18px;
}
.more * {
  line-height: 1;
}

.back {
  font-size: 20px;
}

.viewmore {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  pointer-events: all;
  cursor: pointer;
}

.secHeader {
  width: 100%;
  position: fixed;
  z-index: 1210;
  transition: opacity 0.3s;
  top: 20px;
  right: 0;
  height: 90px;
  transition: 0.5s;
}
.secHeader .logoArea {
  position: absolute;
  left: 30px;
  top: 0px;
  transition: 0.3s;
  visibility: visible;
}
.secHeader .secHeaderIn {
  transition: all 0.3s;
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  right: 0px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 60px;
  width: 100%;
  padding-right: 100px;
}
.secHeader .secHeaderIn .headerBtn {
  font-size: clamp(16px, 1.5vw, 18px);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 56px;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  border-radius: 50px;
  padding: 20px;
}

.global-nav {
  top: 0;
  right: 0;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  height: 100lvh;
  transition: all 0.6s;
  z-index: 1290;
  overflow-y: auto;
  visibility: hidden;
  text-align: center;
  display: flex;
  -webkit-overflow-scrolling: touch;
  min-height: -webkit-fill-available;
}
.global-nav .global-nav-inner {
  width: 100%;
  transition: 0.6s;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  min-height: 100vh;
  text-align: center;
  margin-left: auto;
  position: relative;
  min-height: -webkit-fill-available;
  height: 800px;
}
.global-nav .global-nav-inner .smt-nav-link {
  opacity: 0;
  transition: all 0.6s;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-rows: max-content 1fr;
  width: 100%;
  height: 100%;
}
.global-nav .global-nav-inner .smt-nav-link .comContactItem .contactIcon {
  margin-right: 5px;
  width: 26px;
}
.global-nav .global-nav-inner .smt-nav-link .comContactItem .contactLabel {
  padding-bottom: 0;
  white-space: nowrap;
}
.global-nav .global-nav-inner .smt-nav-link .comContactItem .contactBody .contactTel {
  font-size: clamp(26px, 2.33vw, 28px);
  text-align: left;
}
.global-nav .global-nav-inner .smt-nav-link .topArea {
  height: 94px;
  width: 100%;
  background: rgba(71, 57, 51, 0.88);
  border-bottom: 1px solid #fff;
}
.global-nav .global-nav-inner .smt-nav-link .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap {
  height: 100%;
  width: 100%;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.index {
  background: rgba(71, 57, 51, 0.88);
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.index * {
  color: #fff;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.fuwel {
  background: rgba(255, 255, 255, 0.88);
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.fuwel .fuwel_tx {
  text-align: left;
  font-size: 50px;
  padding-top: 100px;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.fuwel * {
  color: #473933;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .content {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 590px;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .content .tl {
  text-align: left;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .content .tl.en {
  text-align: left;
  font-size: clamp(40px, 3.67vw, 44px);
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .content .tl {
  font-size: clamp(24px, 2.17vw, 26px);
  font-weight: 500;
}
.global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .content .tl span {
  display: block;
  text-align: left;
  font-size: clamp(16px, 1.5vw, 18px);
}
.global-nav .global-nav-inner .smt-nav-link .linkArea {
  width: 100%;
  margin: 75px auto 60px;
}
.global-nav .global-nav-inner .smt-nav-link .linkArea ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  row-gap: 20px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-align: left;
}
.global-nav .global-nav-inner .smt-nav-link .linkArea ul li {
  width: -moz-fit-content;
  width: fit-content;
}
.global-nav .global-nav-inner .smt-nav-link .linkArea ul li a {
  font-family: "Tenali Ramakrishna", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 20px;
}
.global-nav .global-nav-inner .smt-nav-link .linkArea ul li a span {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  padding-top: 0px;
  display: block;
  font-size: 12px;
  line-height: 1;
  color: inherit;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
.global-nav .comContactBtnWrap {
  display: grid;
  gap: 27px 40px;
  grid-template-columns: 1fr 1fr;
}
.global-nav .comContactBtnWrap .contactLink {
  padding-bottom: 14px;
}
.global-nav .comContactBtnWrap .contactLink .inner .contactBody .contactLabel {
  font-size: 15px;
}
.global-nav .bottomLinkArea {
  display: grid;
  margin-top: 36px;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
.global-nav .bottomLinkArea * {
  text-align: left;
}
.global-nav .bottomLinkArea .privacypolicy a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.global-nav .bottomLinkArea .privacypolicy p {
  font-size: 12px;
}
.global-nav .bottomLinkArea .instagram {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .global-nav .comContactBtnWrap {
    grid-template-columns: 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .global-nav .global-nav-inner .smt-nav-link .linkArea ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
  }
}
@media screen and (max-width: 900px) {
  .global-nav .global-nav-inner .comContactBtnWrap {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .global-nav .global-nav-inner {
    width: 100%;
    min-height: 100%;
  }
  .global-nav .global-nav-inner .smt-nav-link .topArea {
    border-bottom: none;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap {
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.fuwel .content {
    max-width: 340px;
    width: 90%;
    margin: auto;
    padding-bottom: 300px;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.index {
    padding-bottom: 60px;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.index .content {
    padding-top: 0px;
    max-width: 340px;
    width: 90%;
    margin: auto;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap.index .content .tl {
    border-bottom: 1px solid #fff;
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .comContactBtnWrap {
    max-width: 340px;
    width: 90%;
    margin: auto;
    gap: 10px;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .bottomLinkArea {
    grid-template-columns: 1fr;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .bottomLinkArea .privacypolicy a {
    margin-bottom: 0;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .bottomLinkArea .privacypolicy * {
    text-align: center;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .linkArea {
    margin: 50px auto;
    max-width: 340px;
    width: 90%;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .linkArea .instagram_sp {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .global-nav .global-nav-inner .smt-nav-link .wrap .innerWrap .linkArea .instagram_sp .instagram {
    position: relative;
    bottom: -10px;
  }
}
.hamburgerWrap {
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  text-align: center;
  position: fixed;
  z-index: 1300;
  top: 20px;
  right: 32px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.hamburgerWrap .hamburger {
  width: 56px;
  height: 56px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
.hamburgerWrap .hamburger .hamburger__line {
  position: absolute;
  height: 1px;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 24px;
  background-color: #473933;
}
.hamburgerWrap .hamburger .hamburger__line--1 {
  top: 18px;
}
.hamburgerWrap .hamburger .hamburger__line--2 {
  top: 27px;
}
.hamburgerWrap .hamburger .hamburger__line--3 {
  top: 37px;
}

@media screen and (max-width: 767px) {
  .hamburgerWrap {
    top: 10px;
  }
}
/* 表示された時用のCSS */
.onMenu {
  height: 100%;
  overflow: hidden;
}
.onMenu .global-nav {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  visibility: visible;
  opacity: 1;
  justify-content: center;
}
.onMenu .global-nav-inner {
  width: 100%;
  opacity: 1;
}
.onMenu .global-nav-inner .smt-nav-link {
  opacity: 1;
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--1 {
  top: 26px;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--2 {
  opacity: 0;
}
.onMenu .hamburgerWrap .hamburger .hamburger__line--3 {
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  top: 26px;
}

footer {
  position: relative;
  z-index: 12;
  background: #F3F3F3;
}
footer .footerTelArea {
  margin-top: 50px;
}
footer .footerTelArea .commonWidth .footerTelAreaIn {
  display: flex;
  justify-content: center;
  gap: clamp(1.875rem, -2.24rem + 8.58vw, 3.125rem);
}
footer .footerTelArea .commonWidth .footerTelAreaIn .comContactItem {
  width: 47%;
  max-width: 315px;
}
footer .footerTelArea .commonWidth .footerTelAreaIn .comContactItem .inner {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
}
footer .topArea {
  background: #fff;
}
footer .topArea .gridArea {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 460px 700px 1fr;
}
footer .topArea .gridArea .infoArea {
  padding-top: 50px;
  padding-right: clamp(1.875rem, -8.17rem + 16.07vw, 4.688rem);
}
footer .topArea .gridArea .infoArea .txArea p {
  font-size: 14px;
  font-weight: 500;
  line-height: 210%;
  letter-spacing: 0.1em;
  padding: 18px 0 5px;
}
footer .topArea .gridArea .infoArea .txArea .hourTx {
  font-size: 14px;
  padding: 10px 0 20px;
  line-height: 170%;
}
footer .topArea .gridArea .infoArea .txArea .hourTx span {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
footer .topArea .gridArea .infoArea .txArea .contactTx:last-of-type {
  padding-bottom: 30px;
}
footer .topArea .gridArea .infoArea .txArea .contactTx a {
  font-size: 14px;
  font-weight: 500;
  line-height: 210%;
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .topArea .gridArea .infoArea .txArea .contactTx a > div {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100px;
}
footer .topArea .gridArea .infoArea .mapArea {
  overflow: hidden;
  aspect-ratio: 385/240;
  width: 100%;
  filter: grayscale(1);
}
footer .topArea .gridArea .infoArea .mapArea iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
footer .topArea .gridArea .imgArea {
  grid-column: 3/5;
  width: auto;
  height: 100%;
}
footer .topArea .gridArea .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .topArea .gridArea2 {
  padding: 50px 0 70px;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  align-items: flex-start;
  gap: 20px;
}
footer .topArea .gridArea2 .content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
footer .topArea .gridArea2 .content h3 {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: bold;
}
footer .topArea .gridArea2 .content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
footer .topArea .gridArea2 .line {
  height: 100%;
  width: 1px;
  background: #D9D9D9;
}
footer .midArea {
  background: #F3F3F3;
  padding: 90px 0;
  position: relative;
}
footer .midArea .wrap {
  border-top: 1px solid #473933;
  border-bottom: 1px solid #473933;
  display: flex;
  align-items: stretch;
  gap: 40px;
}
footer .midArea .wrap .imgArea {
  flex: 1;
  width: 100%;
  background-image: url(../../shared/images/footer_contact_bk.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .midArea .wrap .content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 20px;
}
footer .midArea .wrap .content .txArea .tl {
  font-size: clamp(30px, 2.67vw, 32px);
  padding-bottom: 0px;
  letter-spacing: 0.08em;
}
footer .midArea .wrap .content .txArea p {
  font-size: 14px;
  font-weight: 600;
  line-height: 170%;
}
footer .midArea .wrap .content .contactArea {
  padding: 70px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 1fr 1fr;
  row-gap: 24px;
}
footer .midArea .wrap .content .contactArea .subTl {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .midArea .wrap .content .contactArea .subTl * {
  color: #AA9649;
}
footer .midArea .wrap .content .contactArea .subTl .en {
  display: contents;
  line-height: 100%;
  font-size: 18px;
}
footer .midArea .wrap .content .contactArea .subTl .tx {
  font-size: 16px;
  font-weight: 600;
}
footer .midArea .wrap .content .contactArea .subTl .line {
  height: 20px;
  width: 1px;
  background: #AA9649;
}
footer .midArea .wrap .content .contactArea .linkArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #473933;
  padding-bottom: 16px;
}
footer .midArea .wrap .content .contactArea .linkArea > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .midArea .wrap .content .contactArea .linkArea > div p {
  font-size: clamp(18px, 1.67vw, 20px);
  font-weight: bold;
}
footer .midArea .wrap .content .contactArea .linkArea.contact p {
  font-size: 15px;
}
footer .midArea .wrap .content .contactArea .linkArea.reservation > div, footer .midArea .wrap .content .contactArea .linkArea.contact > div {
  font-size: 15px;
}
footer .bottomArea {
  background-image: url(../images/footer_bg.jpg?2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 0;
}
footer .bottomArea * {
  color: #fff;
}
footer .bottomArea .iconWrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
footer .bottomArea .logo {
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .bottomArea .copy {
  border-top: 1px solid #fff;
  padding: 15px 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
footer .bottomArea .topFooterArea .footerNav {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  max-width: 680px;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer .bottomArea .topFooterArea .footerNav a {
  letter-spacing: 0.1em;
  font-size: 18px;
  font-family: "Tenali Ramakrishna", sans-serif;
}
footer .bottomArea .otherWrap {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  align-items: center;
  margin-bottom: 75px;
}
footer .bottomArea .otherWrap .content.center {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
footer .bottomArea .otherWrap .content .innerWrap .top * {
  text-align: center;
}
footer .bottomArea .otherWrap .content .innerWrap .top h3 {
  font-size: clamp(23px, 2.08vw, 25px);
  font-weight: 400;
  line-height: 120%;
}
footer .bottomArea .otherWrap .content .innerWrap .top p {
  font-size: 12px;
}
footer .bottomArea .otherWrap .content .innerWrap .line {
  width: 65px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}
footer .bottomArea .otherWrap .content .innerWrap .bottom a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
footer .bottomArea .otherWrap .content .innerWrap .bottom.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
footer .bottomArea .otherWrap .content .innerWrap .bottom.column2 > div {
  height: 100%;
  justify-content: space-between;
  display: flex;
  row-gap: 25px;
  flex-direction: column;
}
footer .bottomArea .companyLogo {
  margin-bottom: 75px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: right;
}
footer .bottomArea .companyLogo .line {
  width: 1px;
  background-color: #fff;
  height: 60px;
}
footer .bottomArea .companyLogo p {
  font-size: 9px;
  padding-top: 5px;
}

@media screen and (max-width: 1280px) {
  footer .topArea .gridArea {
    grid-template-columns: 5% max-content 1fr 5%;
  }
  footer .topArea .gridArea2 .content {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 1000px) {
  footer .topArea .gridArea {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 20px;
  }
  footer .topArea .gridArea .infoArea {
    width: 90%;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 0;
  }
  footer .topArea .gridArea .imgArea {
    grid-column: none;
    width: 100%;
    height: auto;
  }
  footer .topArea .gridArea2 .content {
    margin: initial;
  }
  footer .midArea .wrap .imgArea {
    display: none;
  }
  footer .midArea .wrap .content {
    width: 100%;
  }
  footer .midArea .wrap .content .contactArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footerTelArea {
    margin-top: 30px;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .comContactItem {
    width: 100%;
    max-width: 320px;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .comContactItem .inner {
    gap: 0;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .contactItem {
    width: 100%;
    padding-bottom: 15px;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .contactLabel {
    margin-bottom: 5px;
    font-size: 12px;
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .contactTel {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  footer .footerTelArea .commonWidth .footerTelAreaIn .contactArrow {
    width: 30px;
  }
  footer .topArea .gridArea .infoArea .txArea p {
    line-height: 180%;
  }
  footer .topArea .gridArea .infoArea .txArea .contactTx:last-of-type {
    padding-bottom: 20px;
  }
  footer .topArea .gridArea2 {
    grid-template-columns: max-content;
    padding: 30px 0 40px;
  }
  footer .topArea .gridArea2 .content {
    gap: 10px;
  }
  footer .midArea .wrap {
    border-bottom: none;
  }
  footer .midArea .wrap .content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  footer .midArea .wrap .content .txArea {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding-top: 30px;
  }
  footer .midArea .wrap .content .txArea * {
    text-align: center;
  }
  footer .midArea .wrap .content .txArea .tl {
    font-size: 18px;
  }
  footer .midArea .wrap .content .txArea p {
    font-size: 13px;
  }
  footer .midArea .wrap .content .contactArea {
    padding: 0 0 0px;
  }
  footer .midArea .wrap .content .contactArea .subTl .tx {
    font-size: 15px;
  }
  footer .midArea .wrap .content .contactArea .linkArea.reservation > div p {
    font-size: clamp(14px, 4.62vw, 18px);
  }
  footer .midArea .wrap .content .contactArea .linkArea.contact > div p {
    font-size: 14px;
  }
  footer .bottomArea {
    padding: 30px 0 0;
    background-image: url(../images/footer_bg_sp.jpg?1);
  }
  footer .bottomArea .iconWrap {
    margin-top: 20px;
  }
  footer .bottomArea .topFooterArea .footerNav {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    row-gap: 10px;
  }
  footer .bottomArea .otherWrap {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    margin-top: 20px;
    gap: 0;
  }
  footer .bottomArea .otherWrap .content {
    padding: 26px 0 20px;
    border-top: 1px solid #fff;
  }
  footer .bottomArea .otherWrap .content.center {
    border-left: none;
    border-right: none;
  }
  footer .bottomArea .otherWrap .content .innerWrap .line {
    margin: 20px auto 5px;
  }
  footer .bottomArea .otherWrap .content .innerWrap .top .bottom {
    grid-template-columns: 1fr;
  }
  footer .bottomArea .companyLogo {
    justify-content: center;
    margin: 0 auto 30px;
    width: 90%;
  }
  footer .bottomArea .companyLogo p {
    font-size: 7px;
  }
}
.pnkz {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 40px;
}
.pnkz .navArea {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pnkz .navArea .navWrap {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.pnkz .navArea .navWrap .pnkzList {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #B3B3B3;
}
.pnkz .navArea .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #473933;
  flex: 1;
}
.pnkz .navArea .navWrap .pnkzArrow {
  position: relative;
}
.pnkz .navArea .navWrap .pnkzArrow:before {
  content: ">";
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pnkz .navArea .navWrap {
    justify-content: left;
  }
  .pnkz .navArea .navWrap .pnkzList:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.comContactItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: space-between;
}
.comContactItem .inner {
  display: flex;
  gap: 5px;
}
.comContactItem .contactIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comContactItem .contactBody {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.comContactItem .contactBody .contactLabel {
  font-size: 13px;
  padding-bottom: 0px;
}
.comContactItem .contactBody .contactTel {
  font-size: clamp(32px, 2.83vw, 34px);
  letter-spacing: 0.1em;
  line-height: 1;
}
.comContactItem .contactArrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .comContactItem {
    width: 100%;
    padding-bottom: 10px;
  }
  .comContactItem .contactIcon {
    width: 25px;
  }
  .comContactItem .contactBody {
    padding-left: 10px;
  }
  .comContactItem .contactBody .contactLabel {
    margin-bottom: 0;
    font-size: 12px;
  }
  .comContactItem .contactBody .contactTel {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .comContactItem .contactArrow {
    width: 30px;
  }
}
.comBottomArea {
  width: 100%;
  display: grid;
  grid-template-columns: 0.1fr 1fr;
  padding: 0 0 100px;
}
.comBottomArea .bgArea {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  background-image: url("../images/com_bottom_img.jpg");
  background-size: cover;
  background-position: center;
}
.comBottomArea .secTitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0;
  padding-bottom: 55px;
}
.comBottomArea .contentArea {
  position: relative;
  z-index: 3;
  margin-top: -200px;
  padding: 0 16px;
}
.comBottomArea .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.comBottomArea .cardList {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comBottomArea .cardItem {
  width: 100%;
}
.comBottomArea a.ro:hover {
  opacity: 0.8;
}
.comBottomArea .cardLink {
  display: block;
}
.comBottomArea .cardLink.active img {
  filter: grayscale(100%);
}
.comBottomArea .cardLink:hover .cardImg {
  transform: scale(1.05);
}
.comBottomArea .cardLink:hover .cardTxtWrap {
  border-bottom-color: #ccc;
}
.comBottomArea .cardLink:hover .cardIcon {
  transform: translateX(5px);
}
.comBottomArea .cardImgWrap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.comBottomArea .cardImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.comBottomArea .cardTxtWrap {
  margin-top: 13px;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.3s;
}
.comBottomArea .cardTitle {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #333;
}
.comBottomArea .cardIcon {
  color: #888;
  font-size: 14px;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .comBottomArea .cardList {
    flex-direction: row;
    justify-content: center;
    gap: 25px;
  }
  .comBottomArea .cardItem {
    width: calc((100% - 100px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .comBottomArea {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .comBottomArea .bgArea {
    background-image: url(../images/com_bottom_img_sp.jpg);
  }
  .comBottomArea .inner .secTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    text-align: center;
  }
  .comBottomArea .cardList {
    gap: 25px;
  }
  .comBottomArea .cardList .cardItem .cardTxtWrap .cardTitle {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
.secFuwelFair {
  padding-bottom: 100px;
}
.secFuwelFair.fuwelCalendar {
  padding-bottom: 0px;
}
.secFuwelFair .subTlWrap {
  padding-bottom: 74px;
}
.secFuwelFair .subTlWrap * {
  text-align: center;
}
.secFuwelFair .subTlWrap .tl {
  font-size: clamp(30px, 2.67vw, 32px);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
.secFuwelFair .subTlWrap .en {
  font-size: clamp(22px, 2vw, 24px);
  letter-spacing: 0.05em;
}
.secFuwelFair .comTlWrap * {
  text-align: center;
}
.secFuwelFair .fuwelContent {
  padding: 50px 0 0;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .secFuwelFair {
    padding-bottom: 0;
  }
  .secFuwelFair .subTlWrap {
    padding-bottom: 46px;
  }
  .secFuwelFair .subTlWrap * {
    text-align: left;
  }
  .secFuwelFair .subTlWrap .tl {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secFuwelFair .subTlWrap .en {
    font-size: clamp(16px, 1.5vw, 18px);
  }
  .secFuwelFair .comTlWrap * {
    text-align: left;
  }
}
.comBanners {
  padding: 0px 0 80px;
}
.comBanners .bannerList {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}
.comBanners .bannerList .bannerItem {
  background: #fff;
  width: calc(50% - 15px);
}
.comBanners .bannerList .bannerItem .bannerLink {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  height: 100%;
}
.comBanners .bannerList .bannerItem .bannerImg {
  width: 45%;
  aspect-ratio: 280/160;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.comBanners .bannerList .bannerItem .bannerImg.faq {
  background-image: url(../images/faq_img.jpg);
}
.comBanners .bannerList .bannerItem .bannerImg.gallery {
  background-image: url(../images/gallery_img.jpg);
}
.comBanners .bannerList .bannerItem .bannerTxt {
  width: 55%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comBanners .bannerList .bannerItem .bannerTxt .bannerTitleWrap .bannerTitle {
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-left: -2px;
}
.comBanners .bannerList .bannerItem .bannerTxt .bannerTitleWrap .bannerSub {
  display: block;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0.1em;
}
.comBanners .bannerList .bannerItem .bannerTxt .bannerArrow {
  width: 25px;
  flex-shrink: 0;
  margin-left: 15px;
}
.comBanners .bannerList .bannerItem .bannerTxt .bannerArrow img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .comBanners .bannerList {
    flex-direction: column;
    gap: 20px;
  }
  .comBanners .bannerList .bannerItem {
    width: 100%;
    background: #fff;
  }
  .comBanners .bannerList .bannerItem .bannerImg {
    width: 40%;
    aspect-ratio: 4/3;
  }
  .comBanners .bannerList .bannerItem .bannerTxt {
    width: 60%;
    padding: 15px;
  }
  .comBanners .bannerList .bannerItem .bannerTxt .bannerArrow {
    margin-left: 0;
  }
  .comBanners .bannerList .bannerItem .bannerTxt .bannerTitleWrap .bannerTitle {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}/*# sourceMappingURL=common.css.map */