/* ========== 共通 ========== */
main.concept {
}
.child-top .area {
}
/* 子ページ用クラス */
main.child {
  position: relative;
}
/* 各セクション共通クラス */
.child-top {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section.child-top .container {
    width: 100%;
}
.section.child-top .area {
    background-color: hsla(0, 0%, 0%, 0.8);
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.section.child-top .area {
  transition: opacity 1s ease, transform 1s ease;
}
.section.child-top.hide .area {
  opacity: 0;
  transform: translateY(-100px); /* スライドアップして消える */
  pointer-events: none;
}
.section.child-top .area .top {
    width: min(100%, var(--max-width));
    padding-top: 65px;
    margin: 0 auto;
}
.section.child-top .area .top .ttl {}
.section.child-top .area .top .lead {
    margin-top: 65px;
    margin-bottom: 20px;
}
.section.child-top .area .top .en {}

.lead-area {
    background: #FFFFF6;
    background: linear-gradient(0deg,rgba(255, 255, 246, 1) 0%, rgba(255, 255, 246, 1) 25%, rgba(255, 255, 246, 0.8) 65%, rgba(255, 255, 246, 0.6) 85%, rgba(255, 255, 246, 0) 100%);
    margin-top: 100vh;
    height: 800px;
}
.lead-area .area {
    height: 800px;
    display: flex;
    align-items: center;
}
.lead-area .area .box:nth-child(1) .txt-box {
    margin-top: 85px;
}
.lead-area .area .box:nth-child(2) {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    height: 70%;
    width: 50%;
}
.lead-area .area .box:nth-child(2) .menu-box li {
    text-align: end;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 10px;
}
.section .area .box:nth-child(1) .ttl-box .sub-ttl {
    letter-spacing: 3px;
}
.ttl-box {
}
.ttl-box .ttl {
}
.ttl-box .lead {
}
.ttl-box .sub-ttl {
}
.ttl-box .sub-ttl .number {
}
.txt-box {
}
.txt-box .lead {
    margin: 45px 0;
}
.txt-box .ex {
    line-height: 2;
}
.img-box {
}
.img-box img {
  width: 100%;
  height: auto;
  display: block;
}
.menu-box {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-box li {
}

.menu-box li a {
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: right;
}

/* ========== コンセプト ========== */
.concept .child-top {
    background: url(../img/child/concept01.webp) no-repeat center center / cover;
}
.section.concept-lead {
    color: #000;
}
.section.concept-lead .area {
    justify-content: space-between;
}
.section.concept-lead .area .box:nth-child(1) {}
.section.concept-lead .area .box:nth-child(1) .ttl-box {}
.section.concept-lead .area .box:nth-child(1) .ttl-box .ttl {}
.section.concept-lead .area .box:nth-child(1) .ttl-box .lead {
    font-size: clamp(0.813rem, 0.768rem + 0.17vw, 0.938rem);
}
.section.concept-lead .area .box:nth-child(1) .txt-box {
}
.section.concept-lead .area .box:nth-child(1) .txt-box .ex {}
.section.concept-lead .area .box:nth-child(2) {

}
.section.concept-lead .area .box:nth-child(2) .menu-box {}
.section.concept-lead .area .box:nth-child(2) .menu-box li {

}
.section.concept-lead .area .box:nth-child(2) .menu-box li a {}
.section.calligraphy {
    background-color: var(--color02);
    color: #000;
    padding-bottom: 150px;
}
.section.calligraphy .container {

}
.section.calligraphy .area {
}
.section.calligraphy .area .box:nth-child(1) {}
.section.calligraphy .area .box:nth-child(1) .ttl-box {}

.section.calligraphy .area .box:nth-child(1) .ttl-box .sub-ttl .number {}
.section.calligraphy .area .box:nth-child(1) .txt-box {}
.section.calligraphy .area .box:nth-child(1) .txt-box .lead {}
.section.calligraphy .area .box:nth-child(1) .img-box {
    display: flex;
    gap: 20px;
    width: 95%;
}
.section.calligraphy .area .box:nth-child(1) .img-box img  {
    width: 50%;

}
.section.calligraphy .area .box:nth-child(2) {}
.section.calligraphy .area .box:nth-child(1) .img-box img {
}
.section.calligraphy .area .box:nth-child(2) .img-box img {}
.section.calligraphy .area .box:nth-child(2) .txt-box{}
.section.calligraphy .area .box:nth-child(2) .txt-box .lead {}

.section.granite {
    position: relative;
    background: url(../img/child/concept05.webp) no-repeat center center / cover;
    overflow: hidden;
    padding: 150px 0;
    color: #fff;
}
.section.granite::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  z-index: 1;
}
.section.granite .container {
  position: relative;
  z-index: 2;
}
.section.granite .area {}
.section.granite .area .box:nth-child(1) {
    width: 38%;
}
.section.granite .area .box:nth-child(1) .ttl-box{}
.section.granite .area .box:nth-child(1) .ttl-box .sub-ttl {}
.section.granite .area .box:nth-child(1) .ttl-box .sub-ttl .number {}
.section.granite .area .box:nth-child(1) .txt-box {}
.section.granite .area .box:nth-child(1) .txt-box .lead {}

.section.ceder {
    background-color: var(--color02);
    color: #000;
    padding: 150px 0;
}
.section.ceder .area {}
.section.ceder .container {
}
.section.ceder .area .box:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 60%;
}
.section.ceder .area .box:nth-child(1) .ttl-box {
}
.section.ceder .area .box:nth-child(1) .ttl-box .sub-ttl {}
.section.ceder .area .box:nth-child(1) .ttl-box .sub-ttl .number{}
.section.ceder .area .box:nth-child(1) .txt-box {}
.section.ceder .area .box:nth-child(1) .txt-box .lead {
    width: 80%;
}
.section.ceder .area .box:nth-child(1) .img-box img {}
.section.ceder .area .box:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
}
.section.ceder .area .box:nth-child(2) .img-box {}
.section.ceder .area .box:nth-child(2) .img-box img {
    width: 100%;
    margin: 0 auto;
}
.section.ceder .area .box:nth-child(2) .txt-box {
    width: 100%;
    margin: 0 auto;
}
.section.ceder .area .box:nth-child(2) .txt-box .lead {
    margin: 45px 0 0;
}
.section.crafts {
  position: relative;
  background: url(../img/child/concept08.webp) no-repeat center center / cover;
  overflow: hidden;
}
.section.crafts::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.4);
  -webkit-backdrop-filter: brightness(0.4);
  z-index: 1;
}
.section.crafts .container {
  position: relative;
  z-index: 2;
}
.section.crafts .area {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 800px;
    width: 50%;
}
.section.crafts .area .box:nth-child(1) {
    width: 80%;
}
.section.crafts .area .box:nth-child(1) .ttl-box{}
.section.crafts .area .box:nth-child(1) .ttl-box .sub-ttl {}
.section.crafts .area .box:nth-child(1) .ttl-box .sub-ttl .number {}
.section.crafts .area .box:nth-child(1) .txt-box {}
.section.crafts .area .box:nth-child(1) .txt-box .lead {}

/* ========== 客室案内 ========== */
/* swiper用 */
.room-slider-section {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-slide .bg-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}
.swiper-slide .bg-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.75) 15%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
  pointer-events: none; /* ← 必須：矢印などのクリックを邪魔しない */
}

.room-detail-wrapper {
  position: relative;
  z-index: 3;
  height: 100%;
  color: #fff;
}

.room-detail .area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ex-box .item {
  background-color: #fff;
  color: #000;
  padding: 3px 16px;
  margin-right: 20px;
}
.custom-prev, .custom-next {
    position: absolute;
    bottom: 12%;
    z-index: 10;
    cursor: pointer;
    width: 75px;
    opacity: .7;
}
.custom-prev {
    right: 15%;
}
.custom-next {
    right: 8%;
}
.custom-prev img,
.custom-next img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: inherit;
}
.swiper-button-next, .swiper-button-prev {
    top: inherit;
}
.room .child-top {
    background: url(../img/child/room01.webp) no-repeat center center / cover;
    height: 1080px;
}
.room-lead .menu-box {
    display: flex;
    gap: 40px;
}
.room-lead .menu-box li{}
.room-lead {
    color: #fff;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    height: 900px;
}
.room-lead .area {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.room-lead .area .box:nth-child(2) {
    height: 30%;
    width: 100%;
}
.room-detail {
    height: 800px;
}
.room-detail-wrapper .area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
.room-detail-wrapper .area .ttl-box {}
.room-detail-wrapper .area .ttl-box .sub-ttl {}
.room-detail-wrapper .area .ttl-box .sub-ttl {
    margin-top: -20px;
}
.room-detail-wrapper .area .ex-box p .item {
    background-color: transparent;
    color: #fff;
    padding: 3px 0px;
    margin-right: 20px;
    width: 130px;
    display: inline-block;
    text-align: center;
    border: 0.5px solid #fff;
    border-width: thin;
}
.room-detail-wrapper .area .ex-box {
    width: 90%;
    margin: 40px auto 17px;
}
.room-detail-wrapper .area .ex-box p {
    padding-top: 20px;
}
.room-detail-wrapper .area .ex-box .size {}
.room-detail-wrapper .area .ex-box .bed {}
.room-detail-wrapper .area .ex-box .people {}
.room-detail-wrapper .area .lead-box p {
    line-height: 1.8;
}
.room-detail-wrapper .area .lead-box {
    width: 90%;
    margin: 0 auto;
}
.room-detail-wrapper .area .lead-box .sub {
    padding-top: 15px;
}
.room-detail-wrapper .area .lead-box .ex {
    width: 35%;
}
/* SPのみ表示 */
.sp-only {
  display: none;
}


/* amenity */
.amenities {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0;
}
.amenities .area {
    width: 1100px;
    margin: 0 auto;
}
.amenities .area .ttl-box .en-ttl {
    text-align: center;
}
.amenities .area .ttl-box .jp {
    text-align: center;
}

.amenities .sub-box {}
.amenities .sub-box {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.amenities .sub-box .ttl {}
.amenities .sub-box .sub {}

.amenities .goods-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    margin: 65px auto;
}
.amenities .goods-menu li img {
    width: 65px;
    height: auto;
}
.amenities .area .goods-menu li {
    width: 48%;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 20px;
}
.amenities .goods-menu li .txt-box {}
.amenities .goods-menu li .txt-box .ex01 {}
.amenities .goods-menu li .txt-box .ex02 {}

.amenities .room-box .sub-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.amenities .room-box .sub-box .card {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 40px;
}
.amenities .ttl-box {
    margin-bottom: 50px;
}
/* price */
.price {
    background-color: var(--color02);
    color: #000;
    position: relative;
    overflow: hidden;
    height: 900px;
}
.price .img-box {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
}
.section.price .img-box picture,
.section.price .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.price .txt-box {
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: 2;
    border-radius: 10px;
    width: 55%;
}
.price .txt-box .ttl {}
.price .txt-box .ex {
    margin: 25px 0;
}

/* ========== 施設 ========== */
.facilities {
}
.facilities-lead {
}
.facilities .child-top {
    background: url(../img/child/facility01.webp) no-repeat center center / cover;
    color: #fff;
}
.facilities-lead {
    color: #000;
}
.facilities-lead .txt-box .ex {
    line-height: 2;
    text-align: center;
}
.facilities-lead .ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.facilities-lead .area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.facilities-lead .area .box:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 22%;
    width: 100%;
}
.facilities-lead .menu-box {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
}
.facilities-lead .area .box:nth-child(1) .txt-box {
    margin-top: 60px;
}
.facilities .souvenir {
    background-color: var(--color02);
    color: #000;
    padding-bottom: 120px;
}
.facilities .souvenir .container {
    width: min(100%, var(--max-width));
    height: 100%;
    margin: inherit;
    margin-left: auto;
}
.facilities .souvenir .area .box:nth-child(1) .img-box {
    display: flex;
    gap: 20px;
    width: 95%;
}
.facilities .souvenir .area .box:nth-child(1) .img-box img  {
    width: 50%;
}
.facilities .snack {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0;
    margin-top: -1px;
}
.facilities .snack .container {
    width: min(100%, var(--max-width));
    height: 100%;
    margin: inherit;
    margin-right: auto;
}
.facilities .snack .area .box:nth-child(2) .img-box {
    display: flex;
    gap: 20px;
    width: 95%;
}
.facilities .snack .area .box:nth-child(2) .img-box img  {
    width: 50%;
}
.facilities .snack .area .ttl-box {
    width: 70%;
    margin: 0 auto;
}
.facilities .snack .area .txt-box {
    width: 70%;
    margin: 0 auto;
}


.facilities .terrace {
    position: relative;
  background: url(../img/child/facility08.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.facilities .terrace::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(0.4);
    -webkit-backdrop-filter: brightness(0.4);
    z-index: 1;
}
.facilities .terrace .container {
  position: relative;
  z-index: 2;
}
.facilities .terrace .area {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.facilities .lounge {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0;
}
.facilities .lounge .box:nth-child(1) .txt-box .lead {
    width: 80%;
}
.facilities .lounge .box:nth-child(2) .img-box img {
    width: 80%;
    margin: 0 auto;
}
.facilities .lounge .box:nth-child(2) .txt-box .lead {
    width: 80%;
    margin: 45px auto;
}
.facilities .bath {
    position: relative;
  background: url(../img/child/facility11.webp) no-repeat center center / cover;
  overflow: hidden;
  height: 100vh;
}
.facilities .bath::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(0.5);
    -webkit-backdrop-filter: brightness(0.5);
    z-index: 1;
}
.facilities .bath .container {
  position: relative;
  z-index: 2;
}
.facilities .bath .area {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.facilities .gallery {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0;
}
.facilities .gallery .area {
}
.facilities .gallery .btn-01 {
    width: 300px;
    padding: 3px 8px;
    margin-left: auto;
}
.facilities .gallery .box:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.facilities .gallery .container {
    margin: inherit;
    margin-right: auto;
}
/* ========== Observe ========== */
.observe {}
.observe .txt-area {}
.observe .txt-area .ttl {
    display: inline-block;
}
.observe .txt-area .lead {
    margin-top: 50px;
    line-height: 2;
    display: inline-block;
}
.observe .txt-area .ex {}
.observe .txt-area .sub {
    text-align: center;
    margin-top: -16px;
}
.observe .section {
    height: 100vh;
}
.observe .section::before {
  z-index: 1;
}
.observe .section .txt-area {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}
.observe01 {
    background: url(../img/child/time01.webp) no-repeat center center / cover;
}
.section.observe01 .area {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: normal;
    background-color:transparent;
}
.observe01 .txt-area {
    position: absolute;
    top: 25%;
    left: 10%;
}
.observe01 .ttl_img {}
.observe01 .ttl_img img {
    width: 285px;
}

.observe02 {
    height: 800px;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0.74) 65%, rgba(0, 0, 0, 0.49) 85%, rgba(0, 0, 0, 0) 100%);
}
.observe02 .txt-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.observe02 .txt-area .ttl {
    font-size: 70px;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.observe02 .txt-area .lead {
    text-align: center;
}
.observe03 {
    background: url(../img/child/time02.webp) no-repeat center center / cover;
}
.observe03 .txt-area {
    position: absolute;
    top: 20%;
    left: 10%;
}
.observe04 {
    background: url(../img/child/time03.webp) no-repeat center center / cover;
}
.observe04 .txt-area {
    position: absolute;
    top: 17%;
    left: 65%;
    display: inline-block;
}
.observe05 {
    background: url(../img/child/time04.webp) no-repeat center center / cover;
}
.observe05 .txt-area {
    position: absolute;
    top: 18%;
    left: 10%;
}

/* ========== SPOT ========== */
.spot .child-top {
    background: url(../img/child/spot01.webp) no-repeat center center / cover;
    color: #fff;
}
.spot .child-top .ttl_img {}
.spot .child-top .ttl_img img {
    width: 125px;
}
.spot {
    color: #000;
}
.spot-lead {
    height: 100vh;
}
.spot-lead .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spot-lead .ttl-box {
    height: auto;
    margin-bottom: 65px;
}
.spot-lead .ttl-box .ttl {
    font-size: clamp(2.813rem, 1.875rem + 3.57vw, 5rem);
    /* 45-80 */
}
.spot-lead .area {
    height: auto;
    justify-content: space-between;
}
.spot-lead .area .box:nth-child(1) {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spot-lead .area .box:nth-child(1) .txt-box {}
.spot-lead .area .box:nth-child(1) .txt-box .ex {
    line-height: 2;
}
.spot-lead .area .box:nth-child(2) {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    height: auto;
    width: 65%;
}
.spot-lead .area .box:nth-child(2) .img-box img {
    object-fit: cover;
    width: 90%;
    margin: 0 auto;
}
.spot-lead .area .box:nth-child(2) .img-box img {
    object-fit: cover;
}
.spot-detail {
    background-color: var(--color02);
    padding-bottom: 150px;
}
.spot-detail .area {
    color: #000;
}
.spot-detail .area .box:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d9d9d938;
    padding: 22px 35px;
    margin-bottom: 35px;
}
.spot-detail .area .box:nth-child(1) .ttl-box {}
.spot-detail .area .box:nth-child(1) .ttl-box .name {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}.spot-detail .area .box:nth-child(2) .txt-box .lead .tag {
    width: 120px;
}
.spot-detail .area .box:nth-child(1) .ttl-box .name .ttl{}
.spot-detail .area .box:nth-child(1) .ttl-box .name .en {}
.spot-detail .area .link-box {
    display: flex;
    align-items: center;
    gap: 35px;
}
.spot-detail .area .link-box a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.spot-detail .area .link-box a img {
    height: 35px;
    width: auto;
}
.spot-detail .area .link-box a .ex {}
.spot-detail .area .box:nth-child(2) {}
.spot-detail .area .box:nth-child(2) {
    margin-bottom: 50px;
    padding: 0 20px;
}
.spot-detail .area .box:nth-child(2) .img-box img {}
.spot-detail .area .box:nth-child(2) .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead {
    margin: 0 0 10px;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead .tag {
    background-color: #373737;
    color: #fff;
    padding: 3px 0;
    width: 145px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex {
    margin-top: 20px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box {
    margin-top: 30px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card {
    background: transparent;
    display: flex;
    margin-bottom: 15px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card .name {
    width: 20%;
    font-weight: 600;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card .name span {}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card .ex {
    margin-top: 0;
    width: 100%;
}
.spot-detail .ex-box {
    margin-bottom: 70px;
    padding: 0 20px;
}
.spot-detail .ex-box .card {
    background: transparent;
    display: flex;
    margin-bottom: 20px;
}
.spot-detail .ex-box .card .name {
    width: 22%;
    font-weight: 600;
    line-height: 1;
}
.spot-detail .ex-box .card .name span {}
.spot-detail .ex-box .card .ex {
    width: 100%;
}
.spot-detail .bottom-ex {
    padding: 0 20px;
    color: #000;
}
.spot .trip {}
.spot .trip {
    position: relative;
  background: url(../img/child/spot12.webp) no-repeat center center / cover;
  overflow: hidden;
  color: #fff;
}
.spot .trip::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(0.2);
    -webkit-backdrop-filter: brightness(0.2);
    z-index: 1;
}
.spot .trip .container {
  position: relative;
  z-index: 2;
}
.spot .trip .area {
    align-items: flex-start;
    height: 100%;
    padding: 120px 0;
    justify-content: space-between;
}
.spot .trip .area .box:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.spot .trip .area .box:nth-child(1) .ttl-box {}
.spot .trip .area .box:nth-child(1) .ttl-box .en {}
.spot .trip .area .box:nth-child(1) .ttl-box .ttl {}
.spot .trip .area .box:nth-child(1) .ex {
    padding: 50px 0;
    width: 80%;
}
.spot .trip .area .box:nth-child(1) .howto {}
.spot .trip .area .box:nth-child(1) .howto .ex {
    padding: 0px 10px;
    background-color: #ffffff;
    display: inline-block;
    color: #000;
    width: auto;
}
.spot .trip .area .box:nth-child(1) .howto .list {
    margin-top: 18px;
}
.spot .trip .area .box:nth-child(1) .howto .list li {
    list-style-type: decimal;
    width: 92%;
    margin-left: auto;
    padding-bottom: 20px;
}
.spot .trip .area .box:nth-child(1) .howto .list li p {}
.spot .trip .area .box:nth-child(1) .howto .list li .card {
    display: flex;
    gap: 18px;
    margin-top: 10px;
}
.spot .trip .area .box:nth-child(1) .howto .list li .card img {
    width: 175px;
}
.spot .trip .area .box:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.spot .trip .area .box:nth-child(2) .img-box {
    width: 70%;
    margin: 0 auto 30px;
}
.spot .trip .area .box:nth-child(2) .img-box  img {}
.spot .trip .area .box:nth-child(2) .txt-box {
    width: 70%;
    margin: 0 auto;
}
.spot .trip .area .box:nth-child(2) .txt-box .ttl {
    margin-bottom: 15px;
    font-size: clamp(1.125rem, 0.938rem + 0.71vw, 1.563rem);
}
.spot .trip .area .box:nth-child(2) .txt-box .ex {}

/* ========== RESTAURANT ========== */
.restaurants {

}
.restaurants .ttl_img {}
.restaurants .ttl_img img {
    width: 145px;
}
.restaurants .child-top {
    background: url(../img/child/restaurant02.webp) no-repeat center center / cover;
    color: #fff;
}
.restaurants .lead-area {
    height: 120vh;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
}
.restaurants .lead-area .area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}
.restaurants .lead-area .area .ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;

}
.restaurants .lead-area .area .ttl-box .ttl {
}
.restaurants .lead-area .area .ttl-box .lead {}
.restaurants .lead-area .area .box {
    height: auto;
    width: 70%;
}
.restaurants .lead-area .area .box .restaurants-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    gap: 20px;
}
.restaurants .lead-area .area .box .restaurants-menu li {
    width: 48%;
}
.restaurants .lead-area .area .box .restaurants-menu li a {
    display: flex;
    align-items: center;
    background-color: #373737;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px 25px;
}
.restaurants .lead-area .area .box .restaurants-menu li .txt-box {}
.restaurants .lead-area .area .box .restaurants-menu li .txt-box  .jp{}
.restaurants .lead-area .area .box .restaurants-menu li .txt-box  .en{}
.restaurants .lead-area .area .box .restaurants-menu li .img-box {}
.restaurants .lead-area .area .box .restaurants-menu li .img-box img {
    width: 60px;
    height: auto;
}
/* ========== ACCESS ========== */
.access .child-top {
    background: url(../img/child/access01.webp) no-repeat center center / cover;
    color: #fff;
}
.access .lead-area {
    height: 820px;
}
.access-lead {
    color: #000;
}
.access-lead .ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.access-lead .area {
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 800px;
}
.access-lead .menu-box li a {
    text-decoration: none;
    color: #000;
}
.access-lead .area .box:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 22%;
    width: 100%;
}
.access-lead .menu-box {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
}
.access-lead .area .box:nth-child(1) .txt-box {
    margin-top: 60px;
}
.access-lead .accordion > li {
    color: #000;
}
.access-lead .accordion > li > p {
    color: #000;
}
.access-lead .accordion .list .sub a {
    background-color: var(--color05);
    color: #fff;
    text-decoration: none;
}
.car-access {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0 60px;
}
.car-access .area {
    margin: 50px 0;
}
.car-access .area .box:nth-child(1) {
    width: 60%;
}
.car-access .area .box:nth-child(2) {
    width: 40%;
}
.access .sub-ttl {
    text-align: center;
}
.access .sub-ttl .ttl {
    font-size: clamp(1.25rem, 1.089rem + 0.61vw, 1.625rem);
    /* 25-20 */
}
.access .sub-ttl .number {}
.car-access .ex-box {}
.car-access .ex-box p {
    text-align: center;
}
.car-access .ex-box p a {
    text-decoration: underline;
    color: var(--color04);
}
.car-access .parking-info {}
.access .mini-ttl {
    display: inline-block;
    background-color: #373737;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 20px;
}
.car-access .time-note {
    padding: 30px;
    background-color: #ededed;
    width: 85%;
    margin: 0 auto;
}
.car-access .time-note li {}
.car-access .img-box {}
.car-access .img-box img {}
.parking {
    background-color: var(--color02);
    color: #000;
    padding: 50px 0 150px;
}
.parking .sub-ttl {
    text-align: left;
}
.parking .box ul {
    height: 100px;
    margin-top: 14px;
}
.parking .box ul li {
    display: flex;
    align-items: flex-start;
}
.parking .box ul li span {
    width: 25%;
}
.parking .sub-ttl span {}
.parking .ul {}
.parking .ul li {}
.parking .ul li span {}
.parking .lead {
    height: 50px;
}
.parking .link-box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 28px;
    margin-bottom: 12px;
    gap: 20px;
}
.parking .link-box a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.parking .link-box a p {
    border-bottom: 1px solid var(--color05);
}
.parking .link-box a img {
    width: auto;
    height: 30px;
}
.parking .parking-map {
    margin-bottom: 30px;
}
.parking .parking-map iframe {}
.access .notice {
    padding: 15px 20px;
    background-color: #ededed;
}
.access .notice .ttl {
    text-align: center;
}
.access .notice .ex {}
.train-access .notice {
    width: 40%;
    margin: 0 auto;
}
.train-access {
    background-color: var(--color02);
    color: #000;
    padding-bottom: 13px;
}
.train-access .train-info {
    margin-top: 50px;
}
.train-access .train-info .ttl {}
.train-access .train-info .train-note {}
.train-access .train-info .train-note li {}
.train-access .img-box {
    padding: 40px 0;
}
.train-access .img-box img {}
.flight-access {
    background-color: var(--color02);
    color: #000;
    padding: 120px 0;
}
.flight-access .img-box img {
    margin: 35px 0;
}
.flight-access .img-box img {}
.flight-access .ex-box {}
.flight-access .card {
    margin-bottom: 34px;
}
.flight-access .card .ttl {}
.flight-access .card .ex {
    padding-top: 10px;
}
.flight-access .mini-ttl {
    display: inline-block;
    background-color: #373737;
    color: #fff;
    padding: 0 12px;
    margin-bottom: 0px;
}
/* ========== CONTACT ========== */
.contact {}
.contact .child-top {
    background: url(../img/child/contact01.webp) no-repeat center center / cover;
}
.contact-area {
    margin-top: 100vh;
    background-color: var(--color02);
    color: var(--color01);
    padding: 120px 0;
    height: 100%;
}
.contact-area .area {
    flex-direction: column;
    width: 100%;
}
.contact-area .side-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.contact-area .side-menu ul {
    display: flex;
    flex-direction: row;
    gap: 28px;
}
.contact-area .side-menu ul li {
    text-align: center;
    border-bottom: 1px solid Var(--color01);
    padding-bottom: 8px;
    width: 80%;
    margin: 0 auto;
}
.contact-area .side-menu ul li a {
    text-align: center;
    padding-bottom: 0;
    width: 100%;
    display: block;
}
.contact-area .main-area {
    width: 100%;
    margin: 0 auto;
    max-width: 1075px;
}
.contact-area .ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-area .ttl-box .hero-ttl{}
.contact-area .ttl-box .lead{}
.contact-area .faq {
    margin-top: 80px;
}
.contact-area .faq .ttl-area {
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.contact-area .section .ttl-area .ttl {
    display: inline-block;
    background-color: var(--color01);
    color: #fff;
    padding: 8px 20px;
}
.faq-item {
    background: #f6f6f0;
    margin-bottom: 10px;
    width: 98%;
    margin: 15px auto;
}
.faq-question {
cursor: pointer;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.2em;
}
.faq-question span {}
.faq-answer {
display: none;
padding: 20px;
background: #fff;
font-size: 1em;
border-top: 1px solid #ccc;
}
.faq-answer p {
  text-indent: -2em;
  padding-left: 2em;
}
.faq-answer .red_line {
    border-bottom: 1px solid var(--color04);
}
.arrow {
transition: transform 0.3s ease;
}
.arrow.rotate {
transform: rotate(180deg);
}
.contact .child-top .area .ttl {
    font-size: clamp(1.875rem, 1.071rem + 2.68vw, 3.75rem);
}
.contact .child-top .area .top .lead {
    margin-top: -12px;
}
.contact-area .section .faq-item {}
.contact-area .section .faq-item .faq-question {}
.contact-area .section .faq-item .faq-question span {}
.contact-area .faq-end {
    text-align: center;
    margin: 55px 0;
}
.contact-area .form-area {}
.contact-area .form-area .ttl {}
.contact-area .form-area .sub {}
.faq-answer p {
}
.contact .form_area {
    background-color: #f3f3f36e;
    border-radius: 10px;
    padding: 60px 50px;
    margin-top: 120px;
}
.contact .form_area .ttl-box {}
.contact .form_area .ttl-box h3 {}
.contact .form_area .ttl-box .lead {}
.contact .form_area .contact_form {}
.contact .form_area {}
/* フォーム全体 */
.cform.contact-form {
    width: 100%;
}
.cform.contact-form tr {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.cform.contact-form th {
    display: flex;
    align-items: center;
    gap: 14px;
}
.cform.contact-form th {
    width: 30%;
    display: flex;
    justify-content: space-between;
}

.cform.contact-form td {
    width: 65%;
}
.required-srt {
    background-color: var(--color04);
    color: var(--color02);
    padding: 2px 8px 4px;
    font-size: clamp(0.813rem, 0.768rem + 0.17vw, 0.938rem);
}

/* 各フィールド */
.your-name {
}

.furigana {
}

.your-email {
}

.tel {
}

.contents {
}
select[name="select-741"] {
    width: 100%;
    padding: 0.6em;
    border: 1px solid #00000038;
    border-radius: 4px;
    font-size: 1em;
    box-sizing: border-box;
    background: #ffffff;
    color: #818181;
}
.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap select {
  padding-right: 2.5em; /* アイコン分の余白を確保 */
  appearance: none;     /* 矢印非表示 */
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrap .arrow {
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox-area {
    display: flex;
    justify-content: center;
}

.checkbox-area .check-box {
}

.checkbox-area .privacy-link {
}

.submit-area {
    display: flex;
    justify-content: center;
}
.submit-area {}
.submit-area input[type="submit"] {
}
.wpcf7-spinner {
    display: none;
}
/* ========== ニュース詳細 ========== */
/* ぱんくず */
.pankuzu-top .breadcrumb ul {
    justify-content: flex-end;
}
.pankuzu-top {
    width: 95%;
}
.pankuzu-bottom {
    width: 95%;
    margin: 0 auto;
}
.pankuzu-bottom .breadcrumb ul {
    justify-content: flex-start;
}
.breadcrumb {
    color: var(--color01);
    margin-bottom: 40px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  list-style: none;
  font-size: 14px;
  align-items: center;
}
.breadcrumb a, .breadcrumb .current {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.8;
  color: #333;
  transition: opacity 0.2s;
}
.breadcrumb a[style*="opacity:1"], .breadcrumb .current {
  opacity: 1;
  font-weight: bold;
}
.breadcrumb-icon {
    margin: 15px;
    fill: currentColor;
}

/* 詳細 */
.news-top {
    background: url(../img/child/spot04.webp) no-repeat center center / cover;
    position: relative;
    height: 80vh;
    display: block;
}
.news-top .container {
    width: 100%;
}
.news-top .area {
    background-color: hsla(0, 0%, 0%, 0.8);
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.news-top .area .box {
    width: min(100%, var(--max-width));
    padding-top: 65px;
    margin: 0 auto;
    color: #fff;
}
.news-top .area {}
.news-top .area .box{}
.news-top .area .box .ttl_box{}
.news-top .area .box .ttl_box .ttl{}
.news-top .area .box .ttl_box .lead{}
.post_area {
    padding: 20px 0;
}
.post_area .area {
    border-top: 1px solid var(--color01);
    padding: 50px 0;
}
.post_area .area .box{}
.post_area .box01 {}
.post_area .box02 {}
.post_area .sub_ttl {
    padding-bottom: 15px;
}
.post_area .txt {}
.post_area .img_box {}
.post_area .img_box img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.post_area .area01 {
    margin: 65px 0 0px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px;
    border: none;
    justify-content: space-between;
}
.post_area .area01 .box01 {}
.post_area .area01 .box01 .category {
    border-radius: 0 !important;
}
.post_area .area01 .box01 .ttl {}
.post_area .area01 .box02 {}
.post_area .area01 .box02 .date {}
.post_area .area02 {
    align-items: flex-end;
}
.post_area .area02 .box01 {}
.post_area .area02 .box02 {}
.post_area .area02 .img_box{}
.post_area .area02 .img_box img{}
.post_area .area02 .txt_area {}
.post_area .area02 .txt_area .ttl {}
.post_area .area02 .txt_area .txt {}
.post_area .area03 {}
.post_area .area03 .toc-block {
    background-color: #333333;
    border-radius: var(--radius);
    padding: 3rem;
    color: #fff;
}
.post_area .area03 .toc-block .toc-title{}
.post_area .area03 .toc-block .toc-title span{}
.post_area .area03 .toc-block .toc-list {
    width: 80%;
    margin: 20px auto 0;
}
.post_area .area03 .toc-block .toc-list li {
    margin-bottom: 15px;
}
.post_area .area03 .toc-block .toc-list li:last-child {
    margin-bottom: 0px;
}
.post_area .area03 .toc-block .toc-list li a {
}
.toc-list li a {
  text-decoration: underline;
}

.toc-list li a .num {
  text-decoration: none;
  display: inline-block;
  margin-right: 0.3em;
}
.post_area .area04 {}
.post_area .area04 .img_box {
    margin-top: 50px;
}
.post_area .area04 .img_box img {
    aspect-ratio: 10/3;
}
.post_area .area04 .txt_area {}
.post_area .area04 .sub_ttl {}
.post_area .area04 .txt {}
.post_area .area05 {
    padding: 50px 0;
    align-items: flex-start;
}
.post_area .area05 .box01 {}
.post_area .area05 .box02 {}
.post_area .area05 .sub_ttl {
    padding-top: 0;
}
.post_area .area05 .txt {}
.post_area .area05 .img_box {}
.post_area .area05 .img_box img {}
.post_area .area06 {}
.post_area .area06 .sub_ttl {}
.post_area .area06 .txt {}
.post_area .area07 {}
.post_area .area07 .box01 {}
.post_area .area07 .box02 {}
.post_area .area07 .sub_ttl {}
.post_area .area07 .txt {}
.post_area .area07 .img_box {}
.post_area .area07 .img_box img {}
.post_area .back {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.post_area .back a {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    font-size: 23px;
    /* font-weight: 700; */
}

/* ========== category ========== */
.category-news {
    color: #000;
}
.category-top {
    background: url(../img/child/spot04.webp) no-repeat center center / cover;
    position: relative;
    height: 80vh;
    display: block;
}
.category-top .container {
    width: 100%;
}
.category-top .area {
    background-color: hsla(0, 0%, 0%, 0.8);
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.category-top .area .box {
    width: min(100%, var(--max-width));
    padding-top: 65px;
    margin: 0 auto;
    color: #fff;
}
.category-page .area {
    display: flex;
    padding: 60px 0;
}
.category-menu {}
.category-menu ul {
  list-style: none;
  padding: 0;
}
.category-menu li a {
display: block;
padding: 0.5em 1em;
text-decoration: none;
color: #333;
text-align: center;
border-bottom: 1px solid var(--color01);
width: 80%;
margin-right: auto;
}
.tag {
    border-radius: 0 !important;
    padding: 2px 10px !important;
}
.category-menu li a.active {
  font-weight: bold;
  color: var(--color05);
}
.post-list {}
.post-list .meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}
.post-list .meta .date {}
.post-list .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3rem;
    flex: 1;
}
.post-card .title {
    margin-top: 10px;
}
.post-card .thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/* ========== category ========== */
.taxonomy-list {
    color: #000;
}
.taxonomy-top {
    background: url(../img/child/restaurant02.webp) no-repeat center center / cover;
    position: relative;
    height: 80vh;
    display: block;
}
.taxonomy-top .container {
    width: 100%;
}
.taxonomy-top .area {
    background-color: hsla(0, 0%, 0%, 0.8);
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
}
.taxonomy-top .area .box {
    width: min(100%, var(--max-width));
    padding-top: 65px;
    margin: 0 auto;
    color: #fff;
}
.taxonomy-page .area {
    display: flex;
    padding: 60px 0;
}
.category-menu {}
.category-menu ul {
  list-style: none;
  padding: 0;
}
.category-menu li a {
display: block;
padding: 0.5em 1em;
text-decoration: none;
color: #333;
text-align: center;
border-bottom: 1px solid var(--color01);
width: 80%;
margin-right: auto;
}
.tag {
    border-radius: 0 !important;
    padding: 2px 10px !important;
}
.category-menu li a.active {
  font-weight: bold;
  color: var(--color05);
}
.taxonomy-page .post-list {}
.post-list .card {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3rem;
    flex: 1;
}
.taxonomy-list .post-list .card .box01 {
    width: 70%;
    background-color: #292929;
    color: #fff;
}
.post-list .card .box01 .lead {}
.post-list .card .box01 .ttl {}
.post-list .card .box01 .ttl .distance{}
.post-list .card .box01 .intro {}
.post-list .card .box02 {}
.taxonomy-list .post-list .card .box02 {
    width: 30%;
}
.post-list .card .box02 .img_box {}
.post-list .card .box02 .img_box img {}
/* ========== レストラン ========== */
.taxonomy-list {}
.taxonomy-list .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.taxonomy-page .post-list .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
/* レスポンシブ対応：630px以下で1列 */
@media (max-width: 630px) {
  .taxonomy-page .post-list .grid {
    grid-template-columns: 1fr;
  }
}
.taxonomy-page .post-card {
    background-color: #272727;
    border-radius: var(--radius);
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    height: 200px;
}
.taxonomy-page .post-card .txt_box {
  width: 68%;
}
.taxonomy-page .post-card .thumb {
  width: 30%;
}
.taxonomy-page .post-card .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.taxonomy-page .post-card .txt_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 20px;
}
.taxonomy-page .post-card .txt_box .up {}
.taxonomy-page .post-card .txt_box .up .title {
    margin: 0;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 7px;
}
.taxonomy-page .post-card .txt_box .up .distance{}
.taxonomy-page .post-card .txt_box .down {}
.taxonomy-page .post-card .txt_box .down .intro {
    font-size: 15px;
    line-height: 1.4;
}
.taxonomy-page .post-card .thumb {}
.taxonomy-page .post-card .thumb img {
    object-fit: cover;
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
    border-radius: 0px var(--radius) var(--radius) 0;
}
/* modal */
.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal_box {
    background: #fff;
    max-width: 1000px;
    width: 975px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2em;
    position: absolute;
    inset: 50% auto auto 50%;
    translate: -50% -50%;
    border-radius: var(--radius);
}
.modal_box .ttl_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modal_box .ttl_box .left {
    width: 50%;
}
.modal_box .ttl_box .right {
    padding-left: 5%;
}
.modal_box .ttl_box .ttl {
    font-size: 25px;
    border-bottom: 1px solid;
    display: block;
}
.modal_box .ttl_box .right p {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.modal_box .ttl_box .right p::before {
  display: inline-block;
  width: 6em;
  flex-shrink: 0;
}
.modal_box .ttl_box .right .holiday::before {
  content: "定休日　";
}
.modal_box .ttl_box .right .hours::before {
  content: "営業時間　";
}
.modal_box .ttl_box .right .ex {
  flex: 1;
  word-break: break-word;
}
.modal_box .ttl_box .distance{}
.modal_box .ttl_box .holiday{}
.modal_box .ttl_box .hours{}
.modal_box .img_box {
    flex-wrap: nowrap;
    margin: 18px 0;
}
.modal_box .img_box img {
    width: 49%;
}
.modal_box .ex_box{}
.modal_box .ex_box .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
}
.modal_box .ex_box .right{}
.modal_box .ex_box .intro{}
.modal_box .ex_box .site-link {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 8px 0;
    border-radius: 30px;
    width: 95%;
    margin: 0 auto;
}
.modal_box .ex_box .map_box{}
.modal_box .ex_box .map_box iframe {
    width: 363px;
    height: 250px;
}
.modal_box .ex_box {
    display: flex;
    flex-wrap: nowrap;
}
.modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ========== privacy ========== */
.privacy .child-top {
    background: url(../img/child/contact01.webp) no-repeat center center / cover;
    color: #fff;
}
.privacy .section.child-top .area {
    color: #fff;
}
.privacy .section.child-top .area .top .lead {
    margin-top: 12px;
}
.privacy-area {
    margin-top: 100vh;
    background-color: var(--color02);
    color: var(--color01);
    padding: 120px 0;
}
.privacy-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    background: #e9e9e9b8;
    border-radius: 8px;
    line-height: 1.8;
    color: #000000;
}
.privacy-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}
.privacy-heading {
    color: #222;
    border-left: 4px solid #777;
    padding-left: 0.5rem;
    font-size: 30px;
    margin: 40px 0 15px;
}

.privacy-paragraph {
  margin-bottom: 1.5rem;
}

.privacy-list,
.privacy-sublist {
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.privacy-list li {
    list-style-type: disc;
}

.privacy-sublist {
  margin-left: 1.5rem;
  padding-left: 1rem;
}

.privacy-sublist li {
  margin-bottom: 0.5rem;
}

.privacy-sublist-numbered {
  list-style-type: decimal;
}

.privacy-date {
  text-align: right;
  margin-top: 3rem;
  font-weight: bold;
}

/* ========== 404 ========== */
.error {
    height: 800px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.error_area {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 580px;
    display: flex;
    flex-direction: column;
    color: #000;
}
.error_contents {
    background-color: #f0eee6;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: -1;
    top: 165px;
    left: 0;
}
.error_area p {
    text-align: center;
}
.error .error__code {
    font-size: 100px;
    font-weight: normal;
    color: #000;
    margin: 0;
    letter-spacing: 0.1em;
    text-align: center;
}

.error .error__text-en {
  font-size: 24px;
  margin-top: 0;
  letter-spacing: 0.1em;
}

.error .error__text-ja-main {
  font-size: 28px;
  margin: 40px 0 20px;
  letter-spacing: 0.1em;
}

.error .error__text-ja-sub {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* ========== RESPONSIVE ========== */
/* ============== デスクトップ大型（1281px〜） ============== */
@media screen and (min-width: 1281px) and (max-width: 1600px) {}
/* ============== ノートPC 1025-1280px ============== */
@media screen and (max-width: 1280px) {
    .section.child-top .area .top {
    width: 85%;
    }
    .section.granite .area .box:nth-child(1) {
    width: 60%;
}
.custom-prev, .custom-next {
    bottom: 25%;
    width: 60px;
    }
}
.room-detail-wrapper .area .lead-box .ex {
    width: 50%;
    padding-bottom: 10px;
}
.room-detail-wrapper .area .lead-box .detail {
    background: #7B5A2E;
    background: linear-gradient(90deg,rgba(123, 90, 46, 0.9) 0%, rgba(169, 138, 87, 0.9) 70%, rgba(169, 138, 87, 0.9) 100%);
    color: #fff;
    padding: 5px 8px;
}
.amenities .area {
    width: 850px;
}
.amenities .goods-menu {
    width: 90%;
}
.section.child-top .area .top .lead {
    margin-top: 45px;
}
.facilities .souvenir .container {
    width: 95%;
}
.facilities .snack .container {
    width: 95%;
}
.facilities .snack .area .ttl-box {
    width: 90%;
    margin: inherit;
}
.facilities .snack .area .txt-box {
    width: 90%;
    margin: inherit;
}
.facilities .lounge .box:nth-child(2) .img-box img {
    width: 90%;
}
.facilities .lounge .box:nth-child(2) .txt-box .lead {
    width: 90%;
    margin: 30px auto;
}
.observe01 .txt-area {
    top: -15%;
}
.observe04 .txt-area {
    top: 17%;
    left: 65%;
}
.observe02 {
    display: flex;
    justify-content: center;
}
.spot-lead .ttl-box {
    height: auto;
    margin-bottom: 25px;
}
.spot-lead .area {
    height: 60%;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead .tag {
    width: 112px;
    margin-right: 16px;
}
.spot-detail .txt-box .lead {
    margin: 45px 0;
    color: #000;
}
.spot-detail .area .box:nth-child(2) {
    margin-bottom: 10px;
    padding: 0 20px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box {
    margin-top: inherit;
    padding: 35px 0;
}
.spot-detail .area {
    padding-top: 20px;
}
.spot-detail .ex-box .card .ex {
    width: 100%;
    color: #000;
}
.spot-detail .area .box:nth-child(2) {
    margin-bottom: 15px;
    padding: 0 20px;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead .tag {
    width: 120px;
    margin-right: 16px;
}
.spot-lead .ttl-box .ttl {
    color: #000;
}
.spot-lead .area .box:nth-child(1) .txt-box .ex {
    color: #000;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box {
    margin-bottom: 0;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card {
    align-items: center;
    gap: 8px;
}
.spot-detail .ex-box .card .ex {
    width: 80%;
}
.spot-detail .ex-box .card {
    align-items: end;
}
.restaurants .lead-area .area {
    width: 850px;
}
.taxonomy-top .area .box {
    width: 85%;
}
.taxonomy-page .post-card {
    height: 200px;
}
    .taxonomy-page .post-card .txt_box {
    padding: 10px;
}
.category-top .area .box {
    width: 85%;
}
.post-list .grid {
    gap: 1rem;
}
.news-top .area .box {
    width: 85%;
}
/* ============== デスクトップ大型（1281px〜） ============== */
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .observe01 .ttl_img img {
    width: 175px;
}
    .observe .txt-area .ttl {
    font-size: 30px;
}
.observe .txt-area .lead {
    margin-top: 20px;
    font-size: 16px;
}
.observe04 .txt-area {
    top: 20%;
    left: 65%;
}
.section.child-top .area .top {
    width: 95%;
}
.spot .trip .area .box:nth-child(2) .img-box {
    width: 85%;
}
.spot .trip .area .box:nth-child(2) .txt-box {
    width: 85%;
}
}
@media screen and (max-width: 1280px) {
.contact-area .main-area {
    width: 80%;
}
}
/* ============== タブレット共通 ============== */
@media screen and (max-width: 1024px) {
.section.calligraphy .area .box:nth-child(2) {
    margin-top: 18px;
}
.section.granite .area .box:nth-child(1) {
    width: 100%;
}
.section.ceder .area {
    flex-direction: column;
}
.section.ceder .area .box:nth-child(1) {
    width: 100%;
}
.section.ceder .area .box:nth-child(1) .txt-box .lead {
    width: 100%;
    margin: 15px 0;
}
.section.ceder .area .box:nth-child(2) {
    width: 100%;
}
.section.ceder .area .box:nth-child(2) .img-box {
    order: 2;
}
.section.ceder .area .box:nth-child(2) .img-box img {
    aspect-ratio: 16/9;
}
.section.ceder .area .box:nth-child(1) .img-box img {
    aspect-ratio: 16/9;
}
.section.ceder .area .box:nth-child(2) .txt-box .lead {
    margin: 15px 0;
}
.section.crafts .area {
    height: 500px;
    width: 100%;
}
.section.crafts .area .box:nth-child(1) {
    width: 100%;
}
.section.ceder {
    padding: 50px 0;
}
.section.calligraphy {
    padding-bottom: 20px;
}
.room-lead .menu-box {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.lead-area .area .box:nth-child(2) .menu-box li {
    width: 30%;
    text-align: center;
}
.custom-prev, .custom-next {
    bottom: 10%;
    width: 40px;
}
.amenities .area {
    width: 95%;
}
.section.child-top .area .top {
    width: 95%;
}
.facilities-lead .menu-box {
    gap: 25px;
}
.facilities-lead .txt-box .ex {
    line-height: 2;
    text-align: left;
}
.facilities .souvenir .txt-box .lead {
    margin: 15px 0;
}
.facilities .souvenir .container {
    width: 95%;
    margin: 0 auto;
}
.facilities .souvenir .box:nth-child(2) {
    margin-top:15px;
}
.facilities .souvenir .box:nth-child(2) img {
    aspect-ratio: 16/9;
}
.facilities .souvenir {
    padding-bottom: 30px;
}
.facilities .snack {
    padding: 40px 0;
}
.facilities .snack .box:nth-child(1) {
    margin-top: 14px;
    order: 2;
}
.facilities .snack .box:nth-child(1) img {
    aspect-ratio: 16/9;
}
.facilities .snack .box:nth-child(2) {
    order: 1;
}
.txt-box .lead {
    margin: 15px 0;
}
.facilities .snack .container {
    width: 95%;
    margin: 0 auto;
}
.facilities .terrace {
    height: 63vh;
}
.facilities .lounge {
    padding: 30px 0;
}
.facilities .lounge .box:nth-child(2) .img-box img {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 10px;
}
.facilities .lounge .box:nth-child(2) .txt-box .lead {
    width: 100%;
    margin: 15px auto;
}
.facilities .bath {
    height: 60vh;
}
.facilities .gallery {
    padding: 35px 0;
}
.facilities .gallery img {
  aspect-ratio: 16/9;
}
.facilities .gallery .container {
    width: 95%;
    margin: 0 auto;
}
.observe01 .ttl_img img {
    width: 200px;
}
.observe02 .txt-area .ttl {
    font-size: 40px;
}
.observe02 .txt-area .lead {
    text-align: left;
    width: 95%;
    margin: 15px auto;
}
.observe04 .txt-area {
    top: 20%;
    left: 10%;
}
.spot-lead .area {
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.spot-lead .ttl-box {
    margin-bottom: 0;
}
.spot-lead .area .box:nth-child(2) .img-box {
    width: 100%;
}
.spot-lead .area .box:nth-child(2) {
    width: 100%;
}
.spot-lead {
    height: 1000px;
}
.spot-detail .area .box:nth-child(1) {
    padding: 10px 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.spot-detail .area .link-box a img {
    height: 20px;
}
.spot-detail .area .box:nth-child(2) {
    padding: 0;
}
.spot-detail .area .box:nth-child(2) .txt-box {
    margin-top: 10px;
}
.spot-detail .area .box:nth-child(1) .ttl-box .name .ttl {
    font-size: 20px;
}
.spot-detail .area .box:nth-child(1) .ttl-box .name .en {
    font-size: 15px;
}
.spot-detail .ex-box .card {
    align-items: center;
}
.spot-detail .bottom-ex {
    padding: 0;
    color: #000;
}
.spot-detail {
    padding-bottom: 50px;
}
.restaurants .lead-area .area {
    width: 95%;
    margin: 0 auto;
}
.restaurants .lead-area .area .box .restaurants-menu {
    margin-top: 65px;
    gap: 10px;
}
.restaurants .lead-area .area .box {
    width: 100%;
}
.taxonomy-page .area {
    flex-direction: column;
    align-items: flex-start;
}
.genre-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.genre-list li {
    width: 48%;
    margin: 0 auto;
}
.taxonomy-page .post-card .txt_box {
    width: 55%;
}
.taxonomy-page .post-card .thumb {
    width: 45%;
}
.taxonomy-page .post-card {
    height: 240px;
}
.category-menu li a {
    width: 80%;
    margin: 0 auto;
}
.category-page .area {
    flex-direction: column;
    gap: 30px;
}
.pankuzu-top .breadcrumb ul {
    flex-wrap: nowrap;
}
.breadcrumb-icon {
    margin: 4px;
}
.post_area .area01 {
    margin: 0;
}
.post_area .area {
    padding: 25px 0;
}
.post_area .area02 .txt_area {
    margin-top: 10px;
}
.post_area .area03 .toc-block {
    padding: 1rem;
    color: #fff;
}
.post_area .area03 .toc-block .toc-list {
    width: 95%;
}
.post_area .area04 .img_box img {
    aspect-ratio: 16/9;
}
.post_area .area04 .img_box {
    margin-top: 20px;
}
.post_area .area05 {
    padding: 25px 0;
}
.post_area .area07 .box02 {
    margin-top: 10px;
}
.access-lead .area {
    height: 700px;
    width: 95%;
    margin: 0 auto;
    align-items: center;
}
.access-lead .accordion > li > p {
    text-align: center;
}
.accordion > li > a, .accordion > li > p {
    padding: 0;
    text-align: center;
}
.access-lead .menu-box {
    width: 100%;
    gap: 25px;
    margin-top: 12px;
}
.car-access .ex-box p {
    text-align: left;
}
.car-access {
    padding: 45px 0 45px;
}
.car-access .area {
    margin: 20px 0;
    flex-direction: column;
    align-items: flex-start;
}
.car-access .area .box:nth-child(1) {
    width: 100%;
}
.car-access .time-note {
    padding: 15px;
    width: 100%;
}
.car-access .area .box:nth-child(2) {
    width: 100%;
    margin-top: 10px;
}
.parking .link-box {
    margin-top: 12px;
    margin-bottom: 12px;
}
.access .notice {
    padding: 10px 12px;
    background-color: #ededed;
    margin: 20px 0;
}
.access .notice .ex {
    font-size: 15px;
}
.parking {
    padding: 45px 0 45px;
}
.train-access .notice {
    width: 100%;
}
.flight-access {
    padding: 45px 0;
}
.contact-area .area {
    flex-direction: column;
}
.contact-area .side-menu {
    width: 100%;
}
.contact-area .side-menu ul {
    flex-direction: row;
    gap: 13px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.contact-area .side-menu ul li {
    text-align: center;
    border-bottom: 1px solid Var(--color01);
    width: 30%;
    margin: 0 15px;
}
.contact-area .main-area {
    width: 100%;
    margin-top: 50px;
}
.contact-area .faq {
    margin-top: 30px;
}
.contact .area p {
    font-size: 14px;
}
.contact-area .section .faq-item .faq-question span {
    font-size: 15px;
}
.faq-question {
    padding: 8px 12px;
}
.contact .area p {
    font-size: 14px;
    text-align: left;
}
.contact .form_area {
    padding: 30px 10px;
    margin-top: 40px;
}
.cform.contact-form tr {
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
    flex-direction: column;
    gap: 8px;
}
.cform.contact-form td {
    width: 100%;
}
.taxonomy-page .post-list .grid {
    grid-template-columns: repeat(1, 1fr);
}
.taxonomy-list .post-list {
    padding-top: 35px;
}
.contact-area {
    padding: 80px 0;
}
.contact-area .side-menu {
    margin-bottom: 0px;
}
}
/* ============== タブレット横 768-1024 landscape ============== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .faq-answer {
    padding: 20px 12px;
    }
}
/* ============== タブレット縦 768-1024 portrait ============== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {}
/* ============== スマホ（中〜大型）631-767 ============== */
@media screen and (min-width: 631px) and (max-width: 767px) {}
/* ============== スマホ（小型）-630 ============== */
@media screen and (max-width: 630px) {
    .section.child-top .area {
    height: 80%;
}
.section.concept-lead .area .box:nth-child(1) .txt-box {
    margin-top: 30px;
}
.section.concept-lead .area {
    justify-content: center;
    flex-direction: column;
}
.section.concept-lead .area .box:nth-child(2) {
    width: 100%;
    height: 15%;
}
.section.concept-lead .area .box:nth-child(2) .menu-box {
    width: 100%;
    display: flex;
    gap: 10px;
        flex-wrap: wrap;
    justify-content: center;
}
.section.concept-lead .area .box:nth-child(2) .menu-box li {
    width: 48%;
}
.section.calligraphy .area .box:nth-child(1) .ttl-box {
    display: flex;
    align-items: start;
    gap: 1px;
    flex-direction: column;
}
.section.calligraphy .area .box:nth-child(1) .img-box {
    gap: 5px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.section.calligraphy .area .box:nth-child(1) .img-box img {
    width: 48%;
    object-fit: cover;
}
.section.calligraphy {
    padding-bottom: 65px;
}
.section.granite {
    padding: 65px 0;
}
.section.granite .area .box:nth-child(1) .ttl-box {
    display: flex;
    align-items: start;
    gap: 1px;
    flex-direction: column;
}
.section.ceder .area .box:nth-child(1) .ttl-box {
    display: flex;
    align-items: start;
    gap: 1px;
    flex-direction: column;
}
.section.ceder {
    padding: 65px 0;
}
.section.crafts {
    background: url(../img/child/concept09.webp) no-repeat center center / cover;
}
.section.crafts .area {
    height: 400px;
    width: 100%;
}
.section.child-top .area .top .ttl {
    font-size: 25px;
}
.section.child-top .area .top .lead {
    margin-top: 26px;
}
.section.child-top .area .top .ttl {
    font-size: 20px;
}
.room-lead .area .box:nth-child(2) .menu-box li {
    width: 44%;
}
.room-detail-wrapper .area .ttl-box .sub-ttl {
    margin-top: -5px;
}
.room-detail-wrapper .area .ex-box {
    width: 100%;
    margin: 16px auto 20px;
}
.room-detail-wrapper .area .lead-box {
    width: 100%;
}
.room-detail-wrapper .area .lead-box .ex {
    width: 100%;
    margin-bottom: 12px;
}
.custom-prev, .custom-next {
    bottom: 10%;
    width: 25px;
}
.custom-prev {
    right: 18%;
}
.room-lead {
    background: #FFFFF6;
    background: linear-gradient(0deg,rgba(255, 255, 246, 1) 0%, rgba(255, 255, 246, 1) 25%, rgba(255, 255, 246, 0.8) 65%, rgba(255, 255, 246, 0.6) 85%, rgba(255, 255, 246, 0) 100%);
    margin-top: 100vh;
    height: 600px;
    color: #000;
}
.room-lead .area {
    gap: 20px;
}
  .swiper {
    display: none;
  }

.sp-only {
    display: block;
    margin: 10px 0 0;
}

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 6px;
  }

  .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background-color: #000;
    opacity: 0.3;
    border-radius: 0;
  }

  .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1;
  }
  .swiper-backface-hidden .swiper-slide img {
}
.sp-slider-twin, .sp-slider-triple, .sp-slider-balcony, .sp-slider-family {
    position: relative;
    z-index: 1;
    height: 260px;
}
  .sp-slider-twin img,
  .sp-slider-triple img,
  .sp-slider-balcony img,
  .sp-slider-family img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 1px;
}
.room-detail-wrapper .area .ex-box {
    width: 100%;
    margin: 0px auto 15px;
}
.room-detail {
    height: 100%;
    background-color: var(--color02);
    color: #000;
}
.room-slider-section {
    height: 690px;
}
.room-detail-wrapper .area .ex-box p .item {
    background-color: #000;
    color: #fff;
    width: 95px;
    margin-right: 8px;
}
.room-detail-wrapper .area .ex-box p {
    padding-top: 8px;
    display: flex;
    align-items: center;
}
.room-detail-wrapper .swiper-slide {
    width: 100%;
    height: 240px;
}
.room-detail-wrapper .swiper-slide img {
    height: 100%;
}
.swiper-pagination {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0px;
    margin-top: 1px;
    height: auto;
}
.swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    background-color: transparent;
    opacity: 0.3;
    border-radius: 0;
    transition: opacity 0.3s, background-color 0.3s;
    border: 1px solid #000;
}
.swiper-pagination-bullet-active {
background-color: #000;
opacity: 1;
}
.amenities .room-box .sub-box .card {
    flex-direction: column;
    gap: 1px;
}
.amenities .sub-box {
    flex-direction: column;
    gap: 1px;
}
.amenities .goods-menu {
    width: 100%;
    margin: 20px 0;
}
.amenities .goods-menu li img {
    width: 25px;
}
.amenities .area .goods-menu li {
    width: 100%;
    gap: 8px;
}
.price {
    background: url(../img/child/room07.webp) no-repeat center center / cover;
    height: 295px;
    color: #fff;
}
.price::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: brightness(0.5);
  -webkit-backdrop-filter: brightness(0.5);
  z-index: 1;
}
.price .btn-01 {
    width: 100%;
}
.price .btn-01 img {
    width: 13px;
    height: auto;
}
.section.granite .txt-box {
  position: relative;
  z-index: 2;
}
.section.price .txt-box {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 95%;
    margin: 0 auto;
    padding: 45px 0;
}
.amenities {
    background-color: var(--color02);
    color: #000;
    padding: 25px 0 30px;
}
.facilities .terrace {
    background: url(../img/child/facility13.webp) no-repeat center center / cover;
}
.facilities-lead .area {
    align-items: center;
    height: 575px;
    gap: 20px;
}
.lead-area .area .box:nth-child(2) .menu-box li {
    width: 44%;
}
.facilities-lead {
    height: 620px;
}
.facilities .terrace {
    height: 450px;
}
.facilities .lounge {
    padding: 60px 0;
}
.facilities .lounge .img-box img {
    aspect-ratio: 16/9;
}
.facilities .bath {
    height: 450px;
}
.facilities .gallery .area .box:nth-child(1) {
    order: 2;
}
.facilities .bath .caption {
    margin-top: 3px;
    font-size: 13px;
}
.facilities .gallery .area {
    gap: 8px;
}
.facilities .gallery {
    padding: 55px 0;
}
.facilities .gallery .txt-box .lead {
    margin: 15px 0 3px;
}
.observe01 .ttl_img img {
    width: 150px;
}
.observe .section .txt-area {
    width: 95%;
    margin: 0 auto;
    top: inherit;
    left: inherit;
}
.observe .txt-area .lead {
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 13px;
}
.observe02 .txt-area .ttl {
    font-size: 35px;
}
.observe .txt-area .sub {
    margin-top: -6px;
}
.observe03, .observe04, .observe05 {
    position: relative;
}
.observe .observe03, .observe .observe04, .observe .observe05 {
    height: 100vh;
}
.observe .section::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(0.8);
    -webkit-backdrop-filter: brightness(0.8);
    z-index: 1;
}
.observe .section .txt-box {
  position: relative;
  z-index: 2;
}
.observe .observe03 .txt-area {
    position: absolute;
    top: 20%;
    width: 90%;
    left: 3%;
}
.observe .observe04 .txt-area {
    position: absolute;
    top: 20%;
    width: 90%;
    left: 3%;
}
.observe .observe05 .txt-area {
    position: absolute;
    top: 20%;
    width: 97%;
    left: 3%;
}
.spot .child-top .ttl_img img {
    width: 100px;
}
.spot-lead {
    height: 850px;
}
.spot-detail .area .box:nth-child(1) .ttl-box .name {
    gap: 0;
}
.spot-detail .area .box:nth-child(1) {
    padding: 8px 8px;
    gap: 10px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex {
    margin-top: 5px;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box .card {
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}
.spot-detail .area .box:nth-child(2) .txt-box .ex-box {
    padding: 30px 0 0px;
}
.spot-detail .area .box:nth-child(1) .ttl-box .name {
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}
.spot-detail .ex-box {
    margin-bottom: 15px;
    padding: 0;
}
.spot-detail .ex-box .card {
    flex-direction: column;
    align-items: flex-start;
}
.spot-detail .ex-box .card .name {
    width: 100%;
}
.spot-detail .ex-box .card .ex {
    width: 100%;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead {
    display: flex;
    align-items: center;
    gap: 3px;
}
.spot-detail .area .box:nth-child(2) .txt-box .lead .tag {
    width: 90px;
    margin-right: 10px;
}
.spot .trip {
    height: auto;
    padding: 50px 0;
}
.spot .trip .area .box:nth-child(1) .ex {
    padding: 12px 0;
}
.spot .trip .area .box:nth-child(2) .img-box {
    width: 80%;
    margin: 0 auto 16px;
}
.spot .trip .area .box:nth-child(2) .txt-box {
    width: 100%;
}
.spot .trip .area .box:nth-child(2) .txt-box .ttl {
    margin-bottom: 12px;
}
.restaurants .lead-area .area {
    width: 100%;
}
.restaurants .lead-area .area .box .restaurants-menu li {
    width: 100%;
}
.restaurants .lead-area {
    height: 1180px;
}
.taxonomy-page .area {
    padding: 40px 0;
}
.taxonomy-list .post-list {
    padding-top: 12px;
}
.taxonomy-page .post-card {
    height: 290px;
    flex-direction: column;
}
.taxonomy-page .post-card .txt_box {
    width: 100%;
}
.taxonomy-page .post-card .thumb {
    width: 100%;
    height: auto;
}
.taxonomy-page .post-card {
    height: auto;
    flex-direction: column;
}
.taxonomy-page .post-card .thumb img {
    aspect-ratio: 16/9;
}
.modal_box {
    max-width: 95%;
    width: 100%;
    max-height: 100%;
    padding: 12px;
}
.modal_box .ttl_box {
    flex-direction: column;
}
.modal_box .ttl_box .right {
    padding-left: 0;
}
.modal_box .ttl_box .left {
    width: 100%;
    padding-bottom: 5px;
}
.modal_box .ex_box {
    flex-direction: column;
    gap: 10px;
}
.modal_box .ex_box .site-link {
    padding: 6px 0;
    margin: 10px auto;
}
.modal_box .ex_box .map_box iframe {
    width: 100%;
    height: 160px;
}
.modal_box .ttl_box .ttl {
    font-size: 18px;
}
.access .lead-area {
    height: 100Vh;
}
.parking {
    padding: 20px 0 20px;
}
.parking .lead {
    height: 75px;
}
.parking .link-box a img {
    height: 20px;
}
.parking .parking-map iframe {
    height: 195px;
}
.parking .box ul {
    height: 90px;
}
.parking .box ul li {
    font-size: 15px;
}
.train-access .train-info {
    margin-top: 20px;
}
.train-access .img-box {
    padding: 25px 0;
}
.flight-access {
    padding: 25px 0;
}
.contact .section.child-top .area .top .ttl {
    font-size: 40px;
}
.contact .section.child-top .area .top .lead {
    margin-top: 5px;
}
.contact .section.child-top .area {
    height: 45%;
}
.contact-area .side-menu ul li {
    width: 47%;
}
.contact-area {
    padding: 60px 0;
}
.contact-area .section .faq-item .faq-question span {
    font-size: 13px;
}
.faq-question {
    padding: 5px 8px;
}
.faq-question .arrow {
    width: 25px;
}
.contact .form_area {
    margin-top: 40px;
}
.cform.contact-form th {
    width: 100%;
    justify-content: flex-start;
}
.section.child-top .area .top .en {
    font-size: 10px;
}
.section.child-top .area .top .lead {
    font-size: 13px;
}
.observe .txt-area .ex {
    margin-top: 10px;
    font-size: 10px;
}
.section.child-top .area .top .lead {
    margin: 20px 0 12px;
}
.restaurants .ttl_img img {
    width: 130px;
}
.facilities-lead .area .box:nth-child(1) .txt-box {
    margin-top: 25px;
}
.facilities-lead .menu-box {
    gap: 10px;
}
.facilities .snack .area .txt-box {
    width: 100%;
}
.facilities .gallery .btn-01 {
    width: 100%;
}
.spot .trip .area {
    padding: 25px 0;
}
.faq-answer {
    padding: 8px 0px;
    font-size: 14px;
}
.faq-answer p {
    text-indent: -21px;
    padding-left: 28px;
}
.contact-area .section .faq-item .faq-question {
    text-indent: -27px;
    padding-left: 34px;
}
.lead-area .area .box:nth-child(1) .txt-box {
    margin-top: 35px;
    width: 375px;
    display: flex;
    justify-content: center;
}
.spot-lead .area .box:nth-child(1) .txt-box .ex {
    color: #000;
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
}
.facilities .lounge .box:nth-child(1) .txt-box .lead {
    width: 100%;
}
.menu-box li a {
    text-align: center;
}
.room .child-top {
    background: url(../img/child/room01sp.webp) no-repeat center center / cover;
}
.section.granite {
    background: url(../img/child/concept05sp.webp) no-repeat center center / cover;
}
.observe03 {
    background: url(../img/child/time02sp.webp) no-repeat center center / cover;
}
.restaurants .child-top {
    background: url(../img/child/restaurant02sp.webp) no-repeat center center / cover;
}
.access .child-top {
    background: url(../img/child/access01sp.webp) no-repeat center center / cover;
}
.contact .child-top {
    background: url(../img/child/contact01sp.webp) no-repeat center center / cover;
}
}