@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: none;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.num li {
  list-style: decimal;
  margin-left: 1rem;
}

a {
  cursor: pointer;
}

.mfont {
  font-family: Georgia, "Hiragino Mincho ProN", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}

.gfont {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.ml1 {
  margin-left: 1em;
}

.mr1 {
  margin-right: 1em;
}

.mt0 {
  margin-top: 0px;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.phW100 {
  width: 100%;
}
.phW100 img {
  width: 100%;
}

.phW80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.phW80 img {
  width: 100%;
}

.phW60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.phW60 img {
  width: 100%;
}

.phW50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.phW50 img {
  width: 100%;
}

.phW40 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.phW40 img {
  width: 100%;
}

.phW20 {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.phW20 img {
  width: 100%;
}

.phW15 {
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.phW15 img {
  width: 100%;
}

.phW10 {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.phW10 img {
  width: 100%;
}

.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.minus30 {
  margin-top: -30%;
}

.minus15 {
  margin-top: -15%;
}

.minus10 {
  margin-top: -10%;
}

.minus05 {
  margin-top: -5%;
}

.leftFlow {
  float: left;
  display: block;
}

.rightFlow {
  float: right;
  display: block;
}

.nidden {
  display: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 145px;
  height: -webkit-fill-available;
}

body {
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.6;
}

p {
  font-size: 1rem;
  line-height: 2;
}
p.strong {
  font-weight: bold;
}
@media (orientation: portrait) and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

.ph {
  position: relative;
}

strong,
.strong {
  font-weight: bold;
}

hr {
  border-color: #eeeeee;
}

.container {
  width: 94%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.stickyContainer {
  position: relative;
  width: 100%;
}

.w60container {
  position: relative;
  width: 60%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.w70container {
  position: relative;
  width: 70%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.w80container {
  position: relative;
  width: 80%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.w90container {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: white;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.pcHidden,
.pcOther {
  display: none;
}

.white-space {
  white-space: nowrap;
}

sup,
.sup {
  font-size: 0.6em;
  vertical-align: super;
  position: relative;
}

.caption {
  font-size: 0.7em;
  margin-top: 0.5em;
  line-height: 1.5;
  letter-spacing: 0;
}
.caption.minusTop {
  margin-top: -4em;
}
.caption.left {
  text-align: left !important;
  margin-left: 2em;
}
.caption.right {
  text-align: right !important;
  margin-right: 0;
}
.caption.white {
  color: white;
}

ol.num li {
  list-style: decimal;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1em;
}

ul.square li {
  list-style: square;
  list-style-position: outside;
  line-height: 1.5;
  margin-left: 1rem;
}

.banner01 {
  width: 90%;
  margin: 1em auto;
}
.banner01 img {
  width: 100%;
}

img {
  width: 100%;
}

/* ! Mixin */
/* *************************** */
/* Header */
/* *************************** */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background 0.3s;
  /* ロゴボックス */
  /* ロゴ部分 (背景色付き) */
  /* -------------------------------------- */
  /* PCユーティリティリンク (.header__utility) と CTA (.header__cta) */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* CTAボタン (PC/SP共通スタイル) */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* PC グローバルナビゲーション (#gNavi) */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* SP ハンバーガーメニュー */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* SP ドロワーメニュー (.spNav / #js-nav) */
  /* -------------------------------------- */
  /* SPユーティリティリンク */
}
.header a {
  color: #231815;
}
.header.header--scrolled {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
body:not(.top) .header {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
body:not(.top) .header.header--scrolled {
  background: rgb(255, 255, 255);
}
body.top .header {
  background: rgba(255, 255, 255, 0);
  color: #231815;
}
body.top .header.header--scrolled {
  background: rgba(255, 255, 255, 0.8);
}
.header .is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.header .header__topInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  padding: 0 1rem;
}
@media screen and (max-width: 991px) {
  .header {
    height: 55px;
  }
  .header .header__topInner {
    height: 55px;
    padding-left: 5px;
  }
  .header .pcHidden {
    display: block;
  }
  .header .spHidden {
    display: none;
  }
}
.header .header__logoBox {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  top: 10px;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .header .header__logoBox {
    top: 0;
  }
}
.header .header__logo {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  max-width: 150px;
  flex-shrink: 0;
  background: #231815;
}
@media screen and (max-width: 991px) {
  .header .header__logo {
    padding: 5px 15px;
    max-width: 135px;
  }
}
.header .header__subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 991px) {
  .header .header__subtitle {
    font-size: 1rem;
    padding-right: 1rem;
  }
}
.header .header__right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .header__right {
    display: none;
  }
}
.header .header__utility {
  display: flex;
  gap: 20px;
  margin-right: 20px;
  padding: 0;
}
.header .header__utility li a {
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.header .header__button {
  margin: 0;
  padding: 8px 16px;
  height: 45px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .header .header__button {
    height: 75px;
  }
}
.header .header__button.request {
  background-color: #cc9171;
}
.header .header__button.request:hover {
  background-color: #c97957;
}
.header .header__button.reserve {
  background-color: #71b4cc;
}
.header .header__button.reserve:hover {
  background-color: #4bacc6;
}
.header .header__button img {
  max-width: 135px;
}
@media screen and (max-width: 991px) {
  .header .header__button img {
    max-width: 175px;
  }
}
.header #gNavi .gNavi__menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 35px;
  line-height: 35px;
}
.header #gNavi .gNavi__menu > li {
  flex-shrink: 0;
  height: 100%;
  font-size: 0.8em;
  width: 100px;
}
.header #gNavi .gNavi__menu > li.w-long {
  width: 160px;
}
.header #gNavi .nav__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-family: Arial, Helvetica Neue, Helvetica, "Noto Sans JP", sans-serif;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.3s;
}
.header #gNavi .nav__link .ja {
  display: none;
  top: 150%;
  font-size: 85%;
}
.header #gNavi .nav__link:hover .en {
  display: none;
}
.header #gNavi .nav__link:hover .ja {
  display: inline;
  top: 50%;
}
.header #gNavi .nav__link.is-current, .header #gNavi .nav__link.current {
  font-weight: bold;
  border-bottom: 5px solid #69B2B2;
}
.header .header__hamburger {
  display: none;
  position: absolute;
  right: 20px;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 1100;
}
@media screen and (max-width: 991px) {
  .header .header__hamburger {
    display: flex !important;
  }
}
.header .header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}
.header .header__hamburger.active span:nth-child(1), .header .header__hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .header__hamburger.active span:nth-child(2), .header .header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.header .header__hamburger.active span:nth-child(3), .header .header__hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.header .spNav {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  margin-right: 0;
  padding: 80px 20px;
  width: 90%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s;
  z-index: 201;
  overflow-y: scroll;
}
.header .spNav.open, .header .spNav.is-open {
  right: 0;
}
.header .spNav__inner {
  padding-bottom: 50px;
}
.header .spNav__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B5B5B6;
}
.header .spNav__menu li a {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px 10px;
  font-size: 1.1rem;
  color: #231815;
  transition: all 200ms ease;
}
.header .spNav__menu li a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  top: 0;
  background: #231815;
}
.header .spNav__menu li a.is-current::before, .header .spNav__menu li a.current::before {
  background: #69B2B2;
}
.header .spNav__menu .en {
  font-size: 0.8rem;
}
.header .spNav__menu .ja {
  font-size: 1.2rem;
  transform: none;
  transition: none;
  font-family: "Noto Sans JP", sans-serif;
}
.header .spNav__utility li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #231815;
}

main section {
  position: relative;
  width: 100%;
  z-index: 1;
}
main .caption_btm {
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin-bottom: 0;
}
main .caption_btm.white {
  color: white !important;
}
main .caption_btm.black {
  color: black !important;
}
main .caption_btm.right {
  left: auto;
  right: 10px;
}

/* !Bottom Area */
.contact {
  width: 90%;
  max-width: 560px;
  margin: 0 auto 30px;
  text-align: center;
  padding: 0px;
}
.contact .contactTitle {
  font-size: 1.2em;
}
.contact .telNo {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #69B2B2;
}
.contact .telNo svg {
  width: 100%;
}
.contact p {
  font-size: 0.8em;
  line-height: 2;
  margin: 0;
}

.bannerArea {
  width: 100%;
  z-index: 1;
  padding: 0;
  border: none;
}
.bannerArea .w100Container {
  position: relative;
  width: 100%;
  background-color: transparent;
  padding-top: 30px;
}
.bannerArea .w100Container ul {
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.bannerArea .w100Container ul li {
  width: 19%;
  margin: 0.5%;
}
.bannerArea .w100Container ul li img {
  width: 100%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .bannerArea .w100Container ul li {
    width: 48%;
  }
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btnStack {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  z-index: 102;
}

footer {
  position: relative;
  width: 100%;
  padding: 0px;
  background-color: #EEEEEE;
  color: #212121;
  font-weight: normal;
  z-index: 1;
}
footer aside {
  background-color: #212121;
}
footer aside .infobox {
  padding: 50px 0;
  font-size: 0.8em;
  color: #EEEEEE;
}
footer .bottomStack {
  width: 100%;
  padding: 20px 0 10px;
  background-color: white;
}
footer .bottomStack .centerLogo {
  display: none;
}
footer .bottomStack .copyright {
  text-align: center;
  color: #212121;
  font-size: 0.7em !important;
}
@media (orientation: portrait) and (max-width: 767px) {
  footer aside .infobox {
    padding: 20px 0;
  }
}

.linkButton {
  margin: 5% auto 0;
  width: 100px;
}
.linkButton a {
  display: block;
  width: 120px;
  height: 120px;
  padding: 46px 0;
  color: white;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #69B2B2;
  text-align: center;
}
.linkButton a:hover {
  opacity: 0.5;
}

/* !flexbox */
.flexContainer,
.flexcontainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexContainer .flexItem2,
.flexcontainer .flexItem2 {
  width: 49%;
}
.flexContainer .w15,
.flexcontainer .w15 {
  width: 15%;
}
.flexContainer .w20,
.flexcontainer .w20 {
  width: 20%;
}
.flexContainer .w23,
.flexcontainer .w23 {
  width: 23%;
}
.flexContainer .w24,
.flexcontainer .w24 {
  width: 24%;
}
.flexContainer .w25,
.flexcontainer .w25 {
  width: 25%;
}
.flexContainer .w30,
.flexContainer .flexItem3,
.flexContainer .flexItem3_1,
.flexcontainer .w30,
.flexcontainer .flexItem3,
.flexcontainer .flexItem3_1 {
  width: 30%;
}
.flexContainer .w32,
.flexcontainer .w32 {
  width: 32%;
}
.flexContainer .w33,
.flexcontainer .w33 {
  width: 33%;
}
.flexContainer .w40,
.flexcontainer .w40 {
  width: 40%;
}
.flexContainer .w43,
.flexcontainer .w43 {
  width: 43%;
}
.flexContainer .w45,
.flexcontainer .w45 {
  width: 45%;
}
.flexContainer .w48,
.flexcontainer .w48 {
  width: 48%;
}
.flexContainer .w49,
.flexcontainer .w49 {
  width: 49%;
}
.flexContainer .w50,
.flexcontainer .w50 {
  width: 50%;
}
.flexContainer .w55,
.flexcontainer .w55 {
  width: 55%;
}
.flexContainer .w60,
.flexcontainer .w60 {
  width: 60%;
}
.flexContainer .w65,
.flexcontainer .w65 {
  width: 65%;
}
.flexContainer .w66,
.flexContainer .flexItem3_2,
.flexcontainer .w66,
.flexcontainer .flexItem3_2 {
  width: 66%;
}
.flexContainer .w70,
.flexcontainer .w70 {
  width: 70%;
}
.flexContainer .w75,
.flexcontainer .w75 {
  width: 75%;
}
@media (orientation: portrait) and (max-width: 767px) {
  .flexContainer .w15,
  .flexContainer .w20,
  .flexContainer .w23,
  .flexContainer .w30,
  .flexContainer .w32,
  .flexContainer .w33,
  .flexContainer .w35,
  .flexContainer .w39,
  .flexContainer .w40,
  .flexContainer .w43,
  .flexContainer .w45,
  .flexContainer .w48,
  .flexContainer .w49,
  .flexContainer .w50,
  .flexContainer .w55,
  .flexContainer .w60,
  .flexContainer .w65,
  .flexContainer .w66,
  .flexContainer .w69,
  .flexContainer .w70,
  .flexContainer .w75,
  .flexContainer .w80,
  .flexcontainer .w15,
  .flexcontainer .w20,
  .flexcontainer .w23,
  .flexcontainer .w30,
  .flexcontainer .w32,
  .flexcontainer .w33,
  .flexcontainer .w35,
  .flexcontainer .w39,
  .flexcontainer .w40,
  .flexcontainer .w43,
  .flexcontainer .w45,
  .flexcontainer .w48,
  .flexcontainer .w49,
  .flexcontainer .w50,
  .flexcontainer .w55,
  .flexcontainer .w60,
  .flexcontainer .w65,
  .flexcontainer .w66,
  .flexcontainer .w69,
  .flexcontainer .w70,
  .flexcontainer .w75,
  .flexcontainer .w80 {
    width: 100%;
  }
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-center {
  align-items: center;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-row {
  flex-direction: row;
}

/* !Button */
#menuButton {
  width: 34px;
  height: 34px;
  background-image: url(../images/common/menu.svg);
  background-repeat: no-repeat;
}
#menuButton.active {
  background-image: url(../images/common/close-w.svg);
}

.btn {
  letter-spacing: 3px;
}

.btn_pageTop {
  position: fixed;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #69B2B2;
  z-index: 200;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.btn_pageTop a {
  color: white;
}

.btn_scroll {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  color: white;
  background-color: black;
  background-image: url(../images/common/nLogo_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  border: 1px solid black;
  z-index: 1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-animation: fluffy1 4s ease infinite;
  -webkit-animation: fluffy1 4s ease infinite;
  animation: fluffy1 4s ease infinite;
}
.btn_scroll p {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}

.btn-close {
  padding: 10px 20px;
  background-color: #4A4A4A;
  border: none;
  color: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  margin: 0 auto;
  font-size: 0.6em;
}

.btn-more {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.btn-more img {
  width: 90%;
}
.btn-more a {
  color: #212121;
}

.btn-more-inner {
  position: absolute;
  bottom: -5%;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  color: #212121;
  letter-spacing: 2px;
  text-align: center;
  background-color: black;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.btn-more-inner:hover {
  background-color: #69B2B2;
  color: #212121;
}

.bnr-csc {
  width: min(80%, 320px);
  margin: 30px auto 0;
}
.bnr-csc img {
  width: 100%;
  height: auto;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
/* !gNavi Anime */
.borderBtmTop {
  position: relative;
}
.borderBtmTop a {
  color: #212121;
}
.borderBtmTop a .fa {
  color: #69B2B2;
}
.borderBtmTop a:hover {
  color: white;
}
.borderBtmTop a:hover .fa {
  color: white;
}
.borderBtmTop.current {
  color: white;
  background-color: #69B2B2;
}
.borderBtmTop.current .fa {
  color: white;
}

.borderBtmTop::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleY(0);
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #69B2B2;
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.borderBtmTop:hover::after {
  transform: scaleY(1);
  transform-origin: bottom left;
}

.borderBtmTop span {
  position: relative;
  z-index: 10;
  display: block;
}

.caption_btm {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  letter-spacing: 0;
  margin-bottom: 0;
}
.caption_btm.white {
  color: white;
}
.caption_btm.left {
  right: auto;
  left: 5px;
}

/* !Delay */
.delay00 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0s;
  /* ディレイ*/
}

.delay01 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.25s;
  /* ディレイ*/
}

.delay02 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.5s;
  /* ディレイ*/
}

.delay03 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 0.75s;
  /* ディレイ*/
}

.delay04 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1s;
  /* ディレイ*/
}

.delay05 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.25s;
  /* ディレイ*/
}

.delay06 {
  animation-duration: 1s;
  /* デュレーション*/
  animation-delay: 1.5s;
  /* ディレイ*/
}

.reflection {
  position: relative;
  overflow: hidden;
  background-color: #666;
}

.reflection::after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/**************************************
		!Media
***************************************/
@media screen and (max-width: 991px) {
  .spHidden {
    display: block;
  }
  .pcHidden {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .spHidden {
    display: none;
  }
  .pcHidden {
    display: block;
  }
  .caption {
    font-size: 8px;
  }
  .sp-mb-1 {
    margin-bottom: 1em;
  }
  .btn-close {
    display: block;
  }
  .borderBtmTop::after {
    display: none;
  }
  .telNo svg {
    width: 100%;
  }
  .telNo img {
    width: 100%;
  }
  .contact .contactTitle {
    font-size: 1em;
  }
  .w60container,
  .w70container,
  .w80container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .w60container .w60container,
  .w60container .w70container,
  .w60container .w80container,
  .w70container .w60container,
  .w70container .w70container,
  .w70container .w80container,
  .w80container .w60container,
  .w80container .w70container,
  .w80container .w80container {
    width: 100%;
  }
}
h2 {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  display: inline-block;
}

.dashB {
  background-color: transparent;
  border-bottom: 1px dashed #212121;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.dashB-inline {
  display: inline-block;
  background-color: transparent;
  border-bottom: 1px dashed #212121;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.fit,
.object-cover {
  object-fit: cover;
  height: 100%;
}

main {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main img {
  width: 100%;
}

/* button block */
#main .middle,
.popup .middle {
  display: flex;
  gap: 15px 10px;
  margin-top: 30px;
  justify-content: center;
}
@media (orientation: portrait) and (max-width: 767px) {
  #main .middle,
  .popup .middle {
    flex-direction: column;
  }
}
#main .middle button.basicBW,
.popup .middle button.basicBW {
  position: relative;
  width: 100%;
  padding: 20px 60px;
  max-width: 540px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  cursor: pointer;
  z-index: 2;
}
#main .middle button.basicBW.request,
.popup .middle button.basicBW.request {
  background-color: #cc9171;
}
#main .middle button.basicBW.request:hover,
.popup .middle button.basicBW.request:hover {
  background-color: #c97957;
}
#main .middle button.basicBW.reserve,
.popup .middle button.basicBW.reserve {
  background-color: #71b4cc;
}
#main .middle button.basicBW.reserve:hover,
.popup .middle button.basicBW.reserve:hover {
  background-color: #4bacc6;
}

@media (orientation: portrait) and (max-width: 767px) {
  .modaal-wrapper .headStack {
    height: auto;
  }
}

.modelroom .topVisual {
  position: relative;
  margin-top: 90px;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modelroom .topVisual {
    margin-top: 55px;
  }
}
.modelroom .topVisual h1 {
  position: absolute;
  left: 8%;
  top: 11%;
  width: 100%;
  max-width: 300px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modelroom .topVisual h1 {
    width: 50%;
    max-width: 120px;
  }
}
.modelroom p.caption.right {
  position: absolute;
  right: 30px;
  bottom: 15px;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modelroom p.caption.right {
    right: 10px;
  }
}
.modelroom main {
  padding: 0 0 4em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modelroom main {
    padding: 0 0 3em;
  }
  .modelroom main p {
    font-size: 0.9rem;
  }
  .modelroom main p.caption, .modelroom main p.caption_btm {
    font-size: 10px;
  }
  .modelroom main .break-keep-all,
  .modelroom main .wb {
    word-break: keep-all;
  }
}
.modelroom main .heading__h2 {
  margin-top: 1em;
  margin-bottom: 2em;
}
@media (orientation: portrait) and (max-width: 767px) {
  .modelroom main .heading__h2 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.modelroom main .textBox {
  margin: 90px 0;
}
.modelroom main .textBox .w60container {
  display: flex;
  flex-direction: column;
}
.modelroom main .modelroomSection {
  margin-bottom: 5rem;
  background: #EEEEEE;
}
.modelroom main .modelroomSection .swiper-button-next,
.modelroom main .modelroomSection .swiper-button-prev {
  color: #fff;
  text-shadow: 1px 1px 3px #666;
}
.modelroom main .modelroomSection .slider-thumbnail01 .swiper-slide,
.modelroom main .modelroomSection .slider-thumbnail02 .swiper-slide {
  position: relative;
}
.modelroom main .modelroomSection .slider-thumbnail01 .swiper-slide:not(.swiper-slide-thumb-active):before,
.modelroom main .modelroomSection .slider-thumbnail02 .swiper-slide:not(.swiper-slide-thumb-active):before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.modelroom main .modelroomSection .slider-thumbnail01 .swiper-slide:not(.swiper-slide-thumb-active):before {
  background-color: rgba(108, 197, 198, 0.8);
}
.modelroom main .modelroomSection .slider-thumbnail02 .swiper-slide:not(.swiper-slide-thumb-active):before {
  background-color: rgba(204, 144, 113, 0.8);
}
.modelroom main .modelroomSection .modelroom .w70container {
  padding: 5rem 0;
}
.modelroom main .modelroomSection .modelroom .w70container .inner {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0 10px #f2f2f2;
}
.modelroom main .modelroomSection .modelroom .w70container .section-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 2rem;
}
.modelroom main .modelroomSection .a-type,
.modelroom main .modelroomSection .o-type {
  text-align: center;
}
.modelroom main .modelroomSection .a-type .ttl img,
.modelroom main .modelroomSection .o-type .ttl img {
  max-height: 80px;
}
.modelroom main .modelroomSection .a-type .subttl,
.modelroom main .modelroomSection .o-type .subttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.modelroom main .modelroomSection .a-type {
  background: url(../../modelroom/images/bgFabric.png) repeat top left;
  border-bottom: 20px solid #69B2B2;
}
.modelroom main .modelroomSection .a-type .subttl {
  color: #69B2B2;
}
.modelroom main .modelroomSection .o-type {
  background: url(../../modelroom/images/bgFabric02.png) repeat top left;
  border-top: 20px solid #cc9171;
}
.modelroom main .modelroomSection .o-type .subttl {
  color: #cc9171;
}
.modelroom main .infoSection {
  margin-top: 2rem;
}

/*# sourceMappingURL=style_modelroom.css.map */
