@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  scroll-margin-top: 120px;
}

body {
  background-color: #fff;
  color: #333;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
}

h2, h3, h4, h5 {
  font-weight: 400;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: absolute;
  right: 0;
  z-index: 3;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 750px) {
  .hamburger {
    top: 8%;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  color: #fff;
  background: #A5A0CF;
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: none;
}

nav.globalMenuSp.active {
  display: flex;
  z-index: 2;
}
nav.globalMenuSp.active ul {
  width: 100%;
  padding-top: 100px;
}
nav.globalMenuSp.active ul li {
  text-align: left;
}
nav.globalMenuSp.active ul li a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  padding: 20px;
}

nav.globalMenuSp .txt_box {
  padding: 10% 0 0 10%;
}
nav.globalMenuSp .txt_box .globalMenu_flex {
  display: flex;
  align-items: center;
}
nav.globalMenuSp .txt_box .globalMenu_flex .btn_list {
  margin-left: 40px;
}
nav.globalMenuSp .txt_box .menu_list {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 30px;
}
nav.globalMenuSp .txt_box .menu_list li {
  width: 48%;
  text-align: left;
  margin-bottom: 20px;
}
nav.globalMenuSp .txt_box .menu_list li a {
  display: block;
  color: #292925;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
}
nav.globalMenuSp .txt_box .btn a {
  margin-left: 0;
  background-color: #4D4D4D;
  color: #fff;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
}
nav.globalMenuSp.active li a {
  text-align: center;
}
nav.globalMenuSp.active .reservationbtn a {
  background-color: #bea976;
  text-align: center;
}

.thnks_txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

header {
  position: relative;
}
@media (max-width: 750px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    max-height: 60px;
  }
}
header .sp_logo {
  padding: 10px 0 0 10px;
}
header .top_nav {
  background-color: #A5A0CF;
  padding: 5px 0;
  color: #fff;
}
@media (max-width: 750px) {
  header .top_nav {
    background-color: transparent;
  }
}
header .top_nav .inner {
  display: flex;
  justify-content: space-between;
}
header .top_nav h1 {
  font-size: 1rem;
}
@media (max-width: 750px) {
  header .top_nav h1 {
    position: absolute;
    left: 34%;
    top: 10%;
    max-width: 190px;
    line-height: 1.4;
    color: #333;
  }
}
header .top_nav .txt {
  font-size: 1rem;
}
@media (max-width: 750px) {
  header .top_nav .txt {
    display: none;
  }
}
header .pcnav {
  text-align: center;
  padding: 30px 0;
}
header .pcnav ul {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
header .pcnav ul li {
  margin-right: 40px;
  font-size: 1.6rem;
}
header .pcnav ul li a {
  color: #222222;
  padding: 10px 0px;
}
header .pcnav ul li.reservationbtn a {
  background-color: #A5A0CF;
  color: #fff;
  padding: 10px 20px;
}

.mv {
  background-color: #F7F7F7;
  padding: 0px 0;
  text-align: center;
}
.blgo {
  margin-top: 30px;
}

.news {
  background-color: #bea976;
  padding: 35px 0;
}
.news h2 {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
}
@media (max-width: 750px) {
  .news h2 {
    font-size: 3rem;
  }
}
.news dl {
  display: flex;
  max-width: 500px;
  margin: 30px auto 0;
  color: #fff;
}
@media (max-width: 750px) {
  .news dl {
    padding: 0 15px;
    flex-direction: column;
  }
}
.news dl dt {
  width: 30%;
}
@media (max-width: 750px) {
  .news dl dt {
    width: 100%;
  }
}
.news dl dd a {
  color: #fff;
}
@media (max-width: 750px) {
  .news dl dd {
    width: 100%;
    margin-top: 5px;
    line-height: 1.5;
  }
}
.news .btn a {
  background-color: #fff;
  color: #333;
}
.news .btn a::after {
  border-color: transparent transparent transparent #fff;
}

.btn {
  text-align: center;
  margin-top: 30px;
}
.btn a {
  position: relative;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-size: 2rem;
  padding: 10px;
  border-radius: 10px;
}
.btn a::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.box01 {
  padding: 65px 0;
}
@media (max-width: 750px) {
  .box01 {
    padding: 0px 0;
  }
}
.box01 .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box01 .inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 750px) {
  .box01 .inner .left_box {
    padding: 30px 10px;
  }
}
.box01 .inner .left_box h2 span {
  display: block;
  margin-top: 10px;
}
.box01 .inner .left_box .txt {
  margin-top: 30px;
  font-weight: 800;
  line-height: 40px; /* 250% */
  letter-spacing: 1.12px;
}
@media (max-width: 750px) {
  .box01 .inner .left_box .txt {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.box01 .inner .left_box .txt02 {
  margin-top: 0px;
  font-weight: 800;
  line-height: 40px; /* 250% */
  letter-spacing: 1.12px;
}
@media (max-width: 750px) {
  .box01 .inner .left_box .txt02 {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.page_list {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.page_list li a {
  color: #000;
}

.box02 {
  margin-top: 50px;
}
.box02 h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 40px;
}
.box02 h2 .line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box02 h2 .line::before {
  content: "";
  width: 74px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 5px;
}
.box02 h2 .line::after {
  content: "";
  width: 74px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-left: 5px;
}
.box02 h2 .mini {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
.box02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 750px) {
  .box02 ul {
    gap: 0px;
    padding: 0 15px;
  }
}
.box02 ul li {
  width: 32.333%;
  margin-bottom: 20px;
}
.box02 ul li h3 {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 10px;
}
.box02 ul li p {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.07em;
  margin-top: 10px;
}
@media (max-width: 750px) {
  .box02 ul li {
    width: 100%;
  }
}

.box02-2 {
  background-image: url(../img/top/bk02.png);
  background-size: cover;
  padding: 55px 0;
}
.box02-2 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box02-2 .inner {
    padding: 0 15px;
  }
}
.box02-2 .inner .flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box {
    flex-direction: column;
  }
}
.box02-2 .inner .flex_box .left_box {
  width: 48%;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .left_box {
    width: 100%;
  }
}
.box02-2 .inner .flex_box .right_box {
  width: 48%;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box {
    width: 100%;
  }
}
.box02-2 .inner .flex_box .right_box .sub_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .sub_ttl {
    font-size: 1.8rem;
  }
}
.box02-2 .inner .flex_box .right_box .txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
.box02-2 .inner .flex_box .right_box .shin_wapper {
  margin-top: 30px;
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .shin_wapper {
    flex-direction: column;
  }
}
.box02-2 .inner .flex_box .right_box .shin_wapper .txt_box .shinttl {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .shin_wapper .txt_box .shinttl {
    text-align: center;
  }
}
.box02-2 .inner .flex_box .right_box .shin_wapper .txt_box .shintxt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.box02-2 .inner .flex_box .right_box .shin_wapper .shin {
  text-align: center;
  display: block;
  text-align: center;
}
.box02-2 .inner .flex_box .right_box .shin_wapper .shin img {
  max-height: 300px;
}
.box02-2 .inner .flex_box .right_box .convenience_box {
  border: 3px solid #000;
  padding: 20px;
  max-width: 85%;
  margin: 50px auto;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .convenience_box {
    max-width: 100%;
    padding: 20px 10px;
  }
}
.box02-2 .inner .flex_box .right_box .convenience_box h4 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.box02-2 .inner .flex_box .right_box .convenience_box ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .convenience_box ul li {
    padding-left: 0px;
    line-height: 1.5;
  }
}
.box02-2 .inner .flex_box .right_box .convenience_box ul li::before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../img/top/chek.png);
  background-size: contain;
  display: block;
}
@media (max-width: 750px) {
  .box02-2 .inner .flex_box .right_box .convenience_box ul li::before {
    margin-right: 5px;
    line-height: 1.5;
  }
}
.box02-2 h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .box02-2 h2 {
    font-size: 2rem;
  }
}
.box02-2 h2 .line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box02-2 h2 .line::before {
  content: "";
  width: 74px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-right: 5px;
}
.box02-2 h2 .line::after {
  content: "";
  width: 74px;
  height: 1px;
  background-color: #000;
  display: block;
  margin-left: 5px;
}
.box02-2 h2 .mini {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
}

.box03 {
  background-image: url(../img/top/box03img.jpg);
  background-size: cover;
  margin: 0px 0 0;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .box03 {
    padding: 10px 0 40px;
  }
}
.box03 .inner {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .box03 .inner {
    flex-direction: column;
    align-items: center;
  }
}
.box03 .inner h2 {
  color: #FFF;
  font-size: 10rem;
  letter-spacing: 3.6px;
  opacity: 0.4;
}
@media (min-width: 751px) {
  .box03 .inner h2 {
    writing-mode: vertical-lr;
    color: #FFF;
    font-size: 10rem;
    letter-spacing: 6.96px;
    transform: scale(-1, -1);
  }
}
.box03 .inner .txtbox {
  margin-left: auto;
}
.box03 .inner .txtbox h3 {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box03 .inner .txtbox h3 {
    font-size: 2rem;
    padding: 0 20px;
  }
}
.box03 .inner .txtbox h3::after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: #fff;
  display: block;
  margin-left: 5%;
}
.box03 .inner .txtbox .txt {
  color: #FFF;
  font-family: YuMincho;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media (max-width: 750px) {
  .box03 .inner .txtbox .txt {
    margin-left: 0;
    color: #FFF;
    font-family: YuMincho;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 187.5% */
    padding: 0 15px;
  }
}
.box03 .inner .txtbox .btn a {
  background-color: #A5A0CF;
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 750px) {
  .box03 .inner .txtbox .btn a {
    margin-right: auto;
  }
}
.box03 .inner .txtbox .btn a::after {
  border-color: transparent transparent transparent #fff;
}

.box04 {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .box04 {
    margin-top: 0;
  }
}
.box04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 750px) {
  .box04 ul {
    gap: 0px;
  }
}
.box04 ul li {
  width: 32.333%;
  color: #FFF;
  text-align: center;
  font-family: YuMincho;
  font-size: 2.1rempx;
  font-style: normal;
  line-height: 1.5; /* 125% */
  letter-spacing: 1.68px;
  padding: 20px 0;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .box04 ul li {
    width: 50%;
  }
}
.box04 ul li:nth-child(1) {
  background-color: #000;
}
.box04 ul li:nth-child(1) img {
  margin: 0 5px 0 10px;
}
@media (max-width: 750px) {
  .box04 ul li:nth-child(1) img {
    margin: 0 3px 0 5px;
  }
}
.box04 ul li:nth-child(2) {
  background-image: url(../img/top/list02img02.jpg);
}
.box04 ul li:nth-child(3) {
  background-image: url(../img/top/list02img03.jpg);
}
@media (max-width: 750px) {
  .box04 ul li:nth-child(3) {
    background-position: bottom;
  }
}
.box04 ul li:nth-child(4) {
  background-image: url(../img/top/list02img04.jpg);
}
.box04 ul li:nth-child(5) {
  background-image: url(../img/top/list02img05.jpg);
}
.box04 ul li:nth-child(6) {
  background-image: url(../img/top/list02img06.jpg);
}
.box04 ul li:nth-child(6) img {
  margin-top: 5px;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
}
@media (max-width: 750px) {
  .box04 ul li:nth-child(6) img {
    max-width: 94%;
  }
}
@media (max-width: 750px) {
  .box04 ul li:nth-child(6) {
    background-position: center;
  }
}

@media (max-width: 750px) {
  .box05 {
    margin-top: 0px;
  }
}
.box05 ul {
  display: flex;
}
@media (max-width: 750px) {
  .box05 ul {
    flex-direction: column;
  }
}
.box05 ul li {
  padding: 100px 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  .box05 ul li {
    width: 100%;
  }
}
.box05 ul li h2 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 12px;
  max-width: 300px;
}
.box05 ul li h2 span {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: block;
  color: #FFF;
  font-family: YuMincho;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 7.2px;
}
.box05 ul li:nth-child(1) {
  background-image: url(../img/top/contactbox01.jpg);
  background-size: cover;
  background-position: bottom;
}
.box05 ul li:nth-child(2) {
  background-image: url(../img/top/contactbox02.jpg);
  background-size: cover;
}
.box05 ul li .btn a {
  background-color: #A5A0CF;
  color: #fff;
}
.box05 ul li .btn a::after {
  border-color: transparent transparent transparent #fff;
}

.top_box {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .top_box {
    margin-top: 0;
  }
}
.top_box .inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .top_box .inner {
    flex-direction: column-reverse;
  }
}
.top_box .inner iframe {
  width: 40%;
}
@media (max-width: 750px) {
  .top_box .inner iframe {
    width: 100%;
    height: 250px;
  }
}
.top_box .inner .txtbox {
  width: 50%;
}
@media (max-width: 750px) {
  .top_box .inner .txtbox {
    width: 100%;
    padding: 0 20px;
  }
}
.top_box .inner .txtbox h2 {
  color: #333;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 100% */
  letter-spacing: 4.9px;
}
@media (max-width: 750px) {
  .top_box .inner .txtbox h2 {
    font-size: 4rem;
    text-align: center;
  }
}
.top_box .inner .txtbox .txt {
  margin-top: 30px;
  color: #333;
  font-family: YuMincho;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 166.667% */
  letter-spacing: 1.26px;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .top_box .inner .txtbox .txt {
    margin-top: 20px;
  }
}

.footer_bottom {
  background-color: #bea976;
  margin-top: 100px;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .footer_bottom {
    padding-bottom: 20px;
  }
}
.footer_bottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .footer_bottom .inner {
    flex-direction: column;
  }
}
.footer_bottom .inner .left_txt {
  max-width: 535px;
}
@media (max-width: 750px) {
  .footer_bottom .inner .left_txt {
    width: 100%;
    padding: 0 10px;
  }
}
.footer_bottom .inner .left_txt h3 {
  color: #FFF;
  font-family: Rosarivo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 1.26px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (max-width: 750px) {
  .footer_bottom .inner .left_txt h3 {
    text-align: center;
  }
}
.footer_bottom .inner .left_txt .txt {
  color: #FFF;
  font-family: YuMincho;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
  letter-spacing: 0.98px;
}
@media (max-width: 750px) {
  .footer_bottom .inner .left_txt .txt {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 750px) {
  .footer_bottom .inner .right_box {
    width: 100%;
  }
}
.footer_bottom .inner .right_box ul {
  display: flex;
}
@media (max-width: 750px) {
  .footer_bottom .inner .right_box ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
}
.footer_bottom .inner .right_box ul li {
  margin-right: 10px;
}
@media (max-width: 750px) {
  .footer_bottom .inner .right_box ul li {
    margin-right: 5px;
    font-size: 1.3rem;
  }
}
.footer_bottom .inner .right_box ul li a {
  color: #fff;
}
.footer_bottom .inner .right_box .copy {
  margin-top: 30px;
  text-align: right;
  color: #fff;
}
@media (max-width: 750px) {
  .footer_bottom .inner .right_box .copy {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .sp_hide {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .pc_hide {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .search-widget-search-container-bf1818 {
    width: 100%;
  }
}
.sec_mv {
  background: #bea976;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 750px) {
  .sec_mv {
    padding: 100px 0 50px;
  }
}
.sec_mv h2 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: normal;
}
.sec_mv h2 span {
  display: block;
  color: #FFF;
  font-family: YuMincho;
  font-size: 2.1rem;
  font-weight: 600;
}

/*タブ切り替え
-------*/
.tab-container {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 50px;
}
.tab-container .tab {
  background-color: #DAD2C9;
  color: #fff;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 10px 80px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .tab-container .tab {
    padding: 10px 10px;
    max-width: 150px;
    width: 100%;
    text-align: center;
  }
}
.tab-container .tab span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .tab-container .tab span {
    margin-bottom: 5px;
  }
}
.tab-container .tab.active {
  background-color: #000;
}

.secondary-tabs {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto 50px;
}
.secondary-tabs .tab02 {
  background-color: #DAD2C9;
  color: #fff;
  max-width: 600px;
  margin: 50px auto 0;
  padding: 10px 80px;
  cursor: pointer;
}
@media (max-width: 750px) {
  .secondary-tabs .tab02 {
    padding: 10px 10px;
    max-width: 150px;
    width: 100%;
    text-align: center;
  }
}
.secondary-tabs .tab02 span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .secondary-tabs .tab02 span {
    margin-bottom: 5px;
  }
}
.secondary-tabs .tab02.active {
  background-color: #000;
}

.price_box_inner {
  display: flex;
  margin-top: 30px;
  max-width: 900px;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .price_box_inner {
    flex-direction: column;
  }
}
.price_box_inner .left_box {
  background-color: #A5A0CF;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .price_box_inner .left_box {
    width: 100%;
    padding: 10px 0;
  }
}
.price_box_inner .left_box p {
  color: #fff;
  text-align: center;
}
.price_box_inner .left_box p span {
  display: block;
  margin-top: 10px;
}
.price_box_inner .right_box {
  width: 70%;
}
@media (max-width: 750px) {
  .price_box_inner .right_box {
    width: 100%;
    padding: 10px 0;
  }
}
.price_box_inner .right_box dl {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
@media (max-width: 750px) {
  .price_box_inner .right_box dl {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #000;
    font-size: 1.2rem;
  }
}
.price_box_inner .right_box dl:last-child {
  border-bottom: 1px solid #000;
}
.price_box_inner .right_box dl dd {
  text-align: left;
}
.price_box_inner .note_txt {
  text-align: left;
  max-width: 435px;
  margin-left: auto;
  width: 100%;
  color: #000;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
}
.price_box_inner .note_txt::before {
  content: "※";
  display: inline-block;
}
@media (max-width: 750px) {
  .price_box_inner .note_txt {
    font-size: 1.2rem;
  }
}
.price_box_inner .note_txt02 {
  text-align: left;
  max-width: 340px;
  margin-left: auto;
  width: 100%;
  color: #000;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
}
.price_box_inner .note_txt02::before {
  content: "※";
  display: inline-block;
}
@media (max-width: 750px) {
  .price_box_inner .note_txt02 {
    font-size: 1.2rem;
  }
}

.content {
  display: none;
}

.content.show {
  display: block;
}

.content02 {
  display: none;
}

.content02.show {
  display: block;
}

.price_footer_box {
  margin-top: 100px;
  max-width: 1000px;
}
.price_footer_box h2 {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.price_footer_box .top_txt {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}
.price_footer_box .bk_wh {
  background-color: #fff;
  padding: 20px;
  max-width: 60%;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 750px) {
  .price_footer_box .bk_wh {
    max-width: 100%;
  }
}
.price_footer_box .bk_wh h3 {
  text-align: center;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.price_footer_box .bk_wh .logoimg {
  margin-bottom: 30px;
}
.price_footer_box ul {
  padding-left: 30px;
  margin-top: 20px;
}
.price_footer_box ul li {
  list-style-type: initial;
  margin-bottom: 20px;
}

.room_box_inner {
  display: flex;
  margin-top: 30px;
  max-width: 1200px;
  margin: 30px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .room_box_inner {
    flex-direction: column;
  }
}
.room_box_inner .content.show {
  display: flex;
  flex-wrap: wrap;
}
.room_box_inner .room_box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .room_box_inner .room_box01 {
    width: 50%;
    margin-bottom: 30px;
  }
}
.room_box_inner .room_box01 .left_box {
  width: 48%;
}
@media (max-width: 750px) {
  .room_box_inner .room_box01 .left_box {
    width: 100%;
    position: relative;
  }
  .room_box_inner .room_box01 .left_box .modalBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}
.room_box_inner .room_box01 .right_box {
  width: 48%;
}
@media (max-width: 750px) {
  .room_box_inner .room_box01 .right_box {
    display: none;
  }
}
.room_box_inner .room_box01 .right_box h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.room_box_inner .room_box01 .right_box .list {
  display: flex;
  flex-wrap: wrap;
}
.room_box_inner .room_box01 .right_box .list li {
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
}
.room_box_inner .room_box01 .right_box .list li figure {
  display: block;
  text-align: center;
}
.room_box_inner .tab-container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  .room_box_inner .tab-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.room_box_inner .tab-container .tab {
  background-color: #DAD2C9;
  color: #fff;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 10px 10px;
}
.room_box_inner .tab-container .tab:nth-child(2) {
  margin: 50px 30px 0;
}
@media (max-width: 750px) {
  .room_box_inner .tab-container .tab:nth-child(2) {
    margin: 0px 0px 10px;
  }
}
.room_box_inner .tab-container .tab:nth-child(4) {
  margin: 50px 30px 0;
}
@media (max-width: 750px) {
  .room_box_inner .tab-container .tab:nth-child(4) {
    margin: 0px 0px 10px;
  }
}
.room_box_inner .tab-container .tab:nth-child(5) {
  margin: 50px 30px 0 0;
}
@media (max-width: 750px) {
  .room_box_inner .tab-container .tab:nth-child(5) {
    margin: 0px 0px 10px;
  }
}
@media (max-width: 750px) {
  .room_box_inner .tab-container .tab {
    padding: 10px 10px;
    margin: 0px 0 10px;
    width: 50%;
    text-align: center;
  }
}
.room_box_inner .tab-container .tab span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0px;
}
@media (max-width: 750px) {
  .room_box_inner .tab-container .tab span {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.room_box_inner .tab-container .tab.active {
  background-color: #000;
}

@media (max-width: 750px) {
  .room_box02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.room_box02 .left_box {
  width: 100%;
  padding: 0 0px;
}
@media (max-width: 750px) {
  .room_box02 .left_box {
    width: 100%;
    position: relative;
  }
  .room_box02 .left_box .modalBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px 10px;
  }
}
.room_box02 .right_box {
  width: 48%;
}
@media (max-width: 750px) {
  .room_box02 .right_box {
    width: 100%;
    padding: 20px 10px;
  }
}
.room_box02 .right_box h3 {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.room_box02 .right_box .list {
  display: flex;
  flex-wrap: wrap;
}
.room_box02 .right_box .list li {
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.room_box02 .right_box .list li figure {
  display: block;
  text-align: center;
}

.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
  padding-bottom: 300px;
}

.modalClose {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 20px auto;
  width: auto;
}

.modal_content {
  display: none;
  border-radius: 2px;
  background: #fff;
}
.is-active .modal_content {
  display: block;
}

.blog_list {
  max-width: 1000px;
  margin: 0 auto;
}
.blog_list .new_category_box {
  margin-right: 20px;
}
.blog_list .blog_list_inner {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog_list .blog_list_inner a {
  color: #000;
}
.blog_list .flex_box {
  display: flex;
}
.blog_list ul li a {
  color: #000;
  display: flex;
}

.single_box {
  margin-bottom: 50px;
}

@media only screen and (max-width: 750px) {
  .single_box {
    padding: 0 25px;
    margin-top: 0px;
  }
}
.single_box .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.single_box .inner .single_box_top {
  display: flex;
  align-items: center;
}

.single_box .inner .single_box_top .category-name {
  display: inline-flex;
  padding: 6px;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--line-lightbaige, #E5E4D5);
  margin-right: 20px;
  font-family: YuGothic;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 12px */
}

.single_box .inner .single_box_top .day {
  font-family: Termina;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}

.single_box .inner .ttl {
  font-family: YuGothic;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 52.5px */
  letter-spacing: 1.2px;
  margin-top: 12px;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .ttl {
    /* jp/sp/title/21 */
    font-family: YuGothic;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%; /* 36.75px */
    letter-spacing: 0.84px;
  }
}
.single_box .inner .single_box_content {
  padding-bottom: 80px;
  border-bottom: 1px solid #D4D4D4;
}

.single_box .inner .single_box_content p {
  color: var(--black, #333);
  text-align: justify;
  font-family: YuGothic;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 24.5px */
  letter-spacing: 0.56px;
  margin: 0px 0 20px;
}

.single_box .inner .single_box_content p.strong {
  font-weight: 700;
}

.single_box .inner .single_box_content h2 {
  text-align: center;
  color: var(--text-black, #292929);
  font-family: YuGothic;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 42px */
  letter-spacing: 0.96px;
  margin-bottom: 30px;
  border-top: 1px solid rgb(150, 0, 0);
  border-bottom: 1px solid rgb(150, 0, 0);
  margin-top: 50px;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .single_box_content h2 {
    color: var(--text-black, #292929);
    font-size: 18px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}
.single_box .inner .single_box_content h3 {
  color: var(--text-black, #292929);
  font-family: YuGothic;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%; /* 29.75px */
  letter-spacing: 0.68px;
  padding: 0.5em; /*文字周りの余白*/
  background: #eddbdb; /*背景色*/
  border-left: solid 5px #960000; /*左線（実線 太さ 色）*/
  margin-bottom: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .single_box_content h3 {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.single_box .inner .single_box_content h4 {
  border-bottom: solid 3px #eddbdb;
  position: relative;
  margin-bottom: 10px;
  margin-top: 30px;
}

.single_box .inner .single_box_content h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #960000;
  bottom: -3px;
  width: 30%;
}

.single_box .inner .single_box_content ul {
  padding: 20px;
  list-style-position: inside;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .single_box_content ul {
    padding: 20px 0;
  }
}
.single_box .inner .single_box_content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .single_box_content ul li {
    padding-left: 0px;
  }
}
.single_box .inner .single_box_content ol {
  padding: 20px;
  list-style-position: inside;
}

@media only screen and (max-width: 750px) {
  .single_box .inner .single_box_content ol {
    padding: 20px 0;
  }
}
.price_top_txt {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  max-width: 900px;
  margin: 0 auto;
  font-size: 2rem;
}

.image-gallery {
  text-align: center;
}

.main-image img {
  width: 100%;
  max-width: 600px; /* メイン画像の最大幅を設定 */
  height: auto;
}

@media only screen and (max-width: 750px) {
  .thumbnails {
    display: none;
  }
}

.thumbnails img {
  width: 100px; /* サムネイル画像の幅 */
  height: auto;
  margin: 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.thumbnails img:hover {
  opacity: 1;
}

.slide {
  width: 100%;
  display: inline-block;
}

.slider img {
  width: 100%;
  height: auto;
  display: block;
}

/* ====== FOOD MENU ====== */
.food-menu-wrap {
  max-width: 1040px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.food-menu-block {
  background: #fff;
  padding: 24px 20px 28px;
  margin-bottom: 32px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.food-menu-block + .food-menu-block {
  margin-top: 16px;
}

.food-menu-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 750px) {
  .food-menu-title {
    font-size: 1.8rem;
  }
}

.food-menu-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.food-menu-category {
  width: 48%;
}
@media only screen and (max-width: 750px) {
  .food-menu-category {
    width: 100%;
  }
}

.food-menu-category-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  border-left: 4px solid #000;
  padding-left: 8px;
}

.food-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.food-menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dotted #e0e0e0;
}

.food-menu-item-name {
  flex: 1 1 auto;
}

.food-menu-item-price {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 700;
}

.food-menu-note {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .food-menu-note {
    line-height: 1.5;
  }
}

/* SP */
@media (max-width: 768px) {
  .food-menu-block {
    padding: 20px 16px 22px;
  }
  .food-menu-row {
    flex-direction: column;
    gap: 16px;
  }
}
.morning-wrap {
  max-width: 1000px;
  margin: 100px auto 40px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (max-width: 768px) {
  .morning-wrap {
    padding: 0 20px;
    margin: 50px auto 40px;
  }
}

.morning-card .flex {
  display: flex;
  justify-content: space-between;
}

.morning-title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 1px;
}

.morning-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.morning-card {
  flex: 1 1 calc(50% - 12px);
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.morning-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}

.morning-label {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.morning-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.morning-price {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}

.morning-price small {
  font-size: 12px;
  margin-left: 6px;
  color: #777;
}

@media (max-width: 768px) {
  .morning-row {
    flex-direction: column;
  }
  .room-visual-section img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.room-detail-section {
  width: 800px;
  margin: 50px auto 80px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
@media (max-width: 801px) {
  .room-detail-section {
    width: 100%;
    padding: 0 20px;
  }
}

.room-detail-wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.room-detail-left {
  width: 51%;
}
@media (max-width: 768px) {
  .room-detail-left {
    width: 100%;
  }
}

.room-detail-left h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.room-detail-left .en-title {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.room-detail-left p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 30px;
}

.room-detail-left .reserve-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #3c2f2f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.room-detail-left .reserve-btn:hover {
  opacity: 0.8;
}

/* 右側（仕様テーブル） */
.room-detail-right {
  width: 44%;
  font-size: 14px;
}
@media (max-width: 768px) {
  .room-detail-right {
    width: 100%;
  }
}

.room-spec-table {
  width: 100%;
  border-collapse: collapse;
}

.room-spec-table tr {
  border-bottom: 1px solid #ddd;
}

.room-spec-table th {
  text-align: left;
  width: 30%;
  padding: 12px 0;
  font-weight: 600;
  color: #444;
  line-height: 1.5;
}

.room-spec-table td {
  padding: 12px 0;
  color: #444;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .room-detail-wrap {
    flex-direction: column;
  }
}
.room-visual-inner {
  text-align: center;
  padding: 0 20px;
}

.room-visual-title small {
  display: block;
  font-size: 14px;
  color: #8c857d;
  margin-bottom: 6px;
}

.room-visual-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 10px;
}

.room-visual-sub {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}

/* 写真3枚横並び */
.room-visual-images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

/* 左右の細い写真（縦書き用） */
.room-visual-side {
  width: 22%;
  position: relative;
}

.room-visual-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

/* 中央の大きい写真 */
.room-visual-center {
  width: 50%;
}

.room-visual-center img {
  width: 100%;
  border-radius: 12px;
}

/* 縦書きキャプション */
.vertical-caption {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 14px;
  color: #6b6257;
  line-height: 1.6;
}

.left-caption {
  left: -30px;
  right: auto;
}

.roomVisualSwiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.roomVisualSwiper .swiper-slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .roomVisualSwiper .swiper-slide img {
    height: 350px;
  }
}

/* 矢印ボタンの色 */
.roomVisualSwiper .swiper-button-next,
.roomVisualSwiper .swiper-button-prev {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* 丸いページネーション */
.roomVisualSwiper .swiper-pagination-bullet-active {
  background: #fff !important;
}

/* ▼ SP修正（必ず追加） */
@media (max-width: 767px) {
  .room-visual-section {
    padding: 0 15px;
    width: 100%;
  }
  .room-visual-inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .room-visual-title h2 {
    font-size: 22px;
  }
  .room-visual-sub {
    font-size: 14px;
    line-height: 1.6;
  }
  /* Swiper画像がはみ出さないように */
  .room-visual-section img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.mv {
  position: relative;
}

.mv-swiper {
  width: 100%;
  height: 70vh; /* 好きに調整 */
}

.mv-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.room_list {
  margin-top: 50px;
}
.room_list .lead {
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .room_list .lead figure {
    padding: 0 20px;
  }
}
.room_list .hoge-list {
  max-width: 1100px;
  margin: 50px auto 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.room_list .hoge-list > li {
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .room_list .hoge-list > li {
    width: 100%;
  }
}
.room_list .hoge-list > li:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media (max-width: 750px) {
  .room_list .hoge-list > li:not(:nth-child(3n)) {
    margin-right: 0%;
  }
}
.room_list .hoge-list .hoge-item {
  cursor: pointer;
}
.room_list .hoge-list .hoge-item .img-box {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.room_list .hoge-list .hoge-item .img-box > img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room_list .hoge-list .hoge-item .ttl {
  font-weight: bold;
  text-align: center;
  margin-top: -36px;
  position: relative;
  z-index: 4;
  background-color: #A5A0CF;
  color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
.room_list .hoge-list .hoge-item .txt {
  line-height: 1.5;
}
.room_list .hoge-list .hoge-item:hover .img-box > img {
  transform: scale(1.05);
}

.modal-block {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-block .img-section {
  width: 60vw;
  height: 60vh;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .modal-block .img-section {
    width: 90vw;
    height: auto;
  }
}
.modal-block .img-section span {
  position: absolute;
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal-block .img-section span::before {
  content: "✖️";
  color: #fff;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-block .img-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-block .caption {
  font-size: 20px;
  letter-spacing: 0.09em;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

.food_note {
  text-align: center;
  max-width: 900px;
  margin: 100px auto;
  border: 2px solid #A5A0CF;
  padding: 30px 0;
  border-radius: 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .food_note {
    max-width: 90%;
    margin: 30px auto;
    padding: 15px 0;
  }
}/*# sourceMappingURL=style.css.map */