@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-01style  ================================================================================= */

body {
    font-family: "YakuHanMP", "Noto Serif JP", "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-top: 0!important;
}
.libre-bodoni {
    font-family: "Libre Bodoni", serif;
    font-weight: 500;
}

a {
    color: #000;
}
a:hover {
    color: #000;
}

article.post {
    color: #000;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}
.fw-100 {font-weight: 100;}
.fw-200 {font-weight: 200;}
.fw-300 {font-weight: 300;}
.fw-400 {font-weight: 400;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-01 {letter-spacing: 0.1px;}
.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}
.ls-ex {letter-spacing: 0.1em;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

.bg-base {
    background-color: #fff;
}

.header-logo {
    width: 104px;
}
@media (min-width: 768px) {
    .header-logo {
        width: 200px;
    }
}
@media (min-width: 1400px) {
    .header-logo {
        width: 248px;
    }
}

/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
    .h-01 #area-header .hamburger {
        position: absolute;
        right: 0;
        z-index: 100;
    }
}
@media (max-width: 992px) {
    .h-01 #area-header .hamburger {
        right: 15px;
        top: 20px;
    }
}
.h-01 #area-header .globalMenuSp {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    background-image: url(img/bg-globalmenusp.jpg);
    background-size: cover;
    background-position: left bottom;
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    height: 100vh;
    transition: transform 0.4s ease-in-out;
}

.h-01 #area-header .globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.h-01 #area-header .globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  text-align: start;
  display: inline-block;
}
.h-01 #area-header .globalMenuSp ul li:hover {
    border-bottom: 1px solid #e1e1e1;
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.h-01 #area-header .globalMenuSp ul li:hover a {
    color: #808080;
}

.h-01 #area-header .globalMenuSp ul li:first-child {
    padding-top: 0px;
}
.h-01 #area-header .globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

.h-01 #area-header .globalMenuSp ul li a {
  display: block;
  text-decoration :none;
  text-align: left;
  display: inline-block;
}

.h-01 #area-header .globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

.h-01 #area-header .globalMenuSp .btn-english a {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 30px;
    background-color: #fff;
}

.h-01 #area-header #menu-global li:hover .dropdown-menu {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.h-01 #area-header .openbtn{
    position: fixed;
    top: 30px;
    cursor: pointer;
    width: 50px;
    height:50px;
    border-radius: 5px;
    z-index: 1000;
}
@media (max-width: 992px) {
    .h-01 #area-header .openbtn{
        right: 20px;
    }
}
.h-01 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}
.h-01 #area-header .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    border-radius: 2px;
    background: #000;
    width: 30px;
}
.h-01 #area-header .openbtn span:nth-of-type(1) {
    top:17px;   
}
.h-01 #area-header .openbtn span:nth-of-type(2) {
    display: none;
}
.h-01 #area-header .openbtn span:nth-of-type(3) {
    top:29px;
}
.h-01 #area-header .openbtn.active .openbtn-area{
    transform: rotateY(-360deg);
}
.h-01 #area-header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-150deg);
    width: 50%;
}
.h-01 #area-header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.h-01 #area-header .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(150deg);
    width: 50%;
}

/*ハンバーガーメニューの中身*/
.h-01 #area-header #navbarNav.globalMenuSp {
    height: 100vh!important;
    display: flex;
    align-items: center;
}
.your-wrapper-class #menu-global {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    gap: 20px; /* 列間の隙間 */
}

.your-wrapper-class #menu-global li {
    width: 100%;
}

/*ヘッダーデザイン*/
#area-header {
    width: 100%;
    position: absolute;
    height: 72px;
    top: 0;
    right: 0;
    z-index: 100;
}
.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
#area-header .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width: 992px) {
    #area-header .container-fluid {
        padding-right: 96px;
        margin-top: 25px;
    }
}
@media (min-width: 1200px) {
    #area-header .container-fluid {
        padding-right: 160px;
    }
}
#area-header #menu-global .menu-item {
    background-color: transparent;
}
#area-header .heder-logolink {
    position: absolute;
    top: 0;
    left: 32px;
    background-color: #fff;
}
@media (min-width: 992px) {
    #area-header .heder-logolink {
        position: absolute;
    }
}
@media (min-width: 1200px) {
    #area-header .heder-logolink {
        left: 96px;
    }
}


/* ========================================
   ハンバーガーメニュー 2カラムレイアウト
   ======================================== */
/* globalMenuSpの背景を上書き */
.h-01 #area-header .globalMenuSp {
    background: transparent !important;
    background-image: none !important;
    z-index: 1!important;
}

/* 2カラムレイアウトのラッパー */
.hamburger-menu-wrapper {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    background-image: url(img/bg-globalmenusp.jpg);
    background-size: cover;
    background-position: left center;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
    .hamburger-menu-wrapper {
        justify-content: flex-end;
    }
}

/* 左側：メニューエリア */
.hamburger-left .menu-logos {
    width: 80px;
    margin-left: 0;
}
.hamburger-left {
    position: relative;
    width: 50%;
    padding: 130px 60px 60px 60px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 768px) {
    .hamburger-left {
        justify-content: flex-start;
    }
}
@media (min-width: 1200px) {
    .hamburger-left {
        width: 30%;
    }
}

.global-top::after {
  content: "トップ";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-rooms::after {
  content: "客室";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-facilities::after {
  content: "施設案内";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-news::after {
  content: "お知らせ";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-gallery::after {
  content: "ギャラリー";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-access::after {
  content: "アクセス";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.global-faq::after {
  content: "よくある質問";
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}

.global-top:hover::after,.global-rooms:hover::after,.global-facilities:hover::after,.global-news:hover::after,.global-gallery:hover::after,.global-access:hover::after,.global-faq:hover::after {
    color: #808080!important;
}

.menu-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 24px;
    color: #505050;
    font-weight: 400;
}

/* メニューリスト */
#hamburger-menu-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

#hamburger-menu-list > li {
    margin-bottom: 25px;
}

#hamburger-menu-list > li > a {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-family: "Libre Bodoni", serif;
    letter-spacing: 1px;
    transition: color 0.3s;
    position: relative;
}

/*#hamburger-menu-list > li > a:hover {
    color: #8b0000;
}*/

/* お問い合わせボタン（左側） */
.hamburger-left .btn-contact {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #505050;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.3s;
    background: #fff;
    width: fit-content;
}
@media (min-width: 768px) {
    .hamburger-left .btn-contact {
        margin-top: 25px;
    }
}

.btn-contact .triangle {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #808080 transparent;
    transition: border-color 0.3s ease;
}

.hamburger-left .btn-contact:hover {
    background: #808080;
    border: 2px solid #808080;
    color: #fff;
}
.btn-contact:hover  .triangle {
    border-color: transparent transparent #fff transparent;
}
@media (max-width: 768px) {
    .kugiridotted {
        margin-top: 32px;
        height: 3px;
        width: 100%;
        background-image: url(img/SVG/kugiridotted.svg);
        background-repeat: repeat-x;
    }
}

/* 右側：情報エリア */
.hamburger-right {
    position: relative;
    width: 50%;
    padding: 130px 60px 60px 60px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) {
    .hamburger-right {
        justify-content: flex-start;
    }
}
@media (min-width: 1200px) {
    .hamburger-right {
        width: 30%;
    }
}

@media (min-width: 768px) {
    .kugiridottedpc {
        position: absolute;
        /*top: 50%;
        transform: translateY(-50%);*/
        left: 0;
        height: calc(100% - 30%);
        width: 3px;
        background-image: url(img/SVG/kugiridottedpc.svg);
        background-repeat: repeat-y;
    }
}
@media (min-width: 1600px) {
    .kugiridottedpc {
        height: calc(100% - 30%);
    }
}

.hamburger-logo {
    margin-bottom: 32px;
    text-align: center;
}

.hamburger-logo img {
    max-width: 200px;
    width: 100%;
}
@media (min-width: 768px) {
    .hamburger-logo {
        margin-right: auto;
    }
    .hamburger-logo img {
        width: 164px;
    }
}
@media (min-width: 992px) {
    .hamburger-logo {
        margin-bottom: 48px;
    }
}

/* 情報エリア */
.hamburger-info {
    text-align: center;
    width: 100%;
}

.info-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #000;
}

.info-address {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000;
}

.google-maps-link {
  position: relative;
  display: inline-block;
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.google-maps-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130%;
    height: 1px;
    background-color: #808080;
}
.google-maps-link:hover::before {
    transition: .3s;
    width: 160%;
}
.google-maps-link::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: 4px;
    width: 16px;
    height: 1px;
    background-color: #808080;
    transform: rotate(35deg);
}
.google-maps-link:hover::after {
    transition: .3s;
    right: -53px;
}


.google-maps-link:hover {
    color: #8b0000;
}

.info-tel {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 24px 0 48px;
    color: #000;
}

/* 予約ボタン */
.reservation-buttons {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin: 40px 0;
}

.btn-tel,
.btn-reservation {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: transform 0.3s;
}

.btn-tel:hover,
.btn-reservation:hover {
    transform: scale(1.05);
    color: #fff;
}

.btn-tel svg,
.btn-reservation svg {
    margin-bottom: 8px;
}

.btn-tel span,
.btn-reservation span {
    display: block;
    margin-top: 5px;
}

.btn-tel-default {
  display: block;
}
.btn-tel-hover {
  display: none;
}
.btn-tel:hover .btn-tel-default,
.btn-reservation:hover .btn-tel-default {
  display: none;
}
.btn-tel:hover .btn-tel-hover,
.btn-reservation:hover .btn-tel-hover {
  display: block;
}

/* SNSリンク */
.social-links {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin: 48px 0 24px;
}

.social-instagram,
.social-facebook {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

.social-instagram:hover,
.social-facebook:hover {
    background: #000;
    color: #fff;
    border-radius: 50%;
}

/* コピーライト */
.hamburger-info .copyright {
    font-size: 12px;
    color: #000;
    margin-top: 24px;
    margin-bottom: 48px!important;
    letter-spacing: 0.5px;
}

/* レスポンシブ対応 */
@media (max-width: 991px) {
    .btn-tel,
    .btn-reservation {
        width: 88px;
        height: 88px;
    }
    .hamburger-left {
        width: 50%;
        padding: 130px 60px 60px 60px;
    }
    
    .hamburger-right {
        width: 50%;
        padding: 130px 60px 60px 60px;
    }
    
    #hamburger-menu-list > li > a {
        font-size: 20px;
    }
    
    .hamburger-logo img {
        max-width: 150px;
    }
}

@media (max-width: 768px) {
    .hamburger-menu-wrapper {
        flex-direction: column;
    }
    
    .hamburger-left,
    .hamburger-right {
        width: 100%;
        padding: 24px 45px 0px;
    }
    
    #hamburger-menu-list > li > a {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .hamburger-left,
    .hamburger-right {
        padding: 24px 45px 0px;
    }
    
    #hamburger-menu-list > li {
        margin-bottom: 32px;
    }
     #hamburger-menu-list > li:last-child {
        margin-bottom: 48px;
    }
    
    #hamburger-menu-list > li > a {
        font-size: 18px;
    }
    
    .btn-tel,
    .btn-reservation {
        width: 88px;
        height: 88px;
        font-size: 11px;
    }
    
    .btn-tel svg,
    .btn-reservation svg {
        width: 24px;
        height: 24px;
    }
}

.hamburger-menu-wrapper,
.hamburger-left,
.hamburger-right {
    opacity: 0;
    transform: translateX(200px);
    transition:
    opacity 0.5s ease,
    transform 0.6s cubic-bezier(.22,.61,.36,1);
}
.globalMenuSp.active .hamburger-menu-wrapper {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}
.globalMenuSp.active .hamburger-left {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

.globalMenuSp.active .hamburger-right {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
}

.h-01 #area-header #navbarNav.globalMenuSp {
    height: 100vh !important;
    display: flex;
    align-items: stretch;
}

#area-header #menu-global .menu-item:hover {
    background-color: transparent;
}

.accommodation_reserv {
    width: 96px;
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 99;
}
@media (min-width: 992px) {
    .accommodation_reserv {
        right: 96px;
        bottom: 240px;
    }
}

.accommodation_reserv.scroll .school {
    display: none!important;
}

.school {
    height: 80px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, 0);
}
.main-copy {
    position: absolute;
    left: 5%;
    bottom: 50%;
    z-index: 1;
}
@media (max-width: 992px) {
    .main-copy {
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%,-50%);
        z-index: 1;
        width: 100%;
    }
    .main-copy h1 {
        text-align: center;
    }
    .main-copy p {
        text-align: center;
    }
}
.main-copy h1 {
    font-size: clamp(1.25rem, 0.75rem + 1.36vw, 2.0rem);
    text-shadow : 0px 0px 6px rgba(0, 0, 0, 1);
    letter-spacing: 3px;
}
.main-copy p {
    font-size: clamp(1.0rem, 0.636rem + 0.91vw, 1.5rem);
    text-shadow : 0px 0px 6px rgba(0, 0, 0, 1);
    letter-spacing: 3px;
}
@media (min-width: 992px) {
    .main-copy {
        position: absolute;
        left: 96px;
        bottom: 72px;
        z-index: 1;
    }
    .main-copy h1 {
        text-shadow : 1.0px 1.0px 8px rgba(0, 0, 0, 1);
    }
    .main-copy p {
        text-shadow : 1.0px 1.0px 8px rgba(0, 0, 0, 1);
    }
}

.main-copy h1,.main-copy p {
    opacity: 0;
    animation: fadeIn 1.8s ease-out forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/*.main-copy h1 .char,
.main-copy p .char {
  display: inline-block;
  opacity: 0;
  transform: translateX(-20px);
  
}
@keyframes charFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}*/

/* PCのみ表示 ヘッダーメニュー */
.h-01 #area-header .globalMenuPc {
    display: flex;
}

.h-01 #area-header #menu-header-pc {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.h-01 #area-header #menu-header-pc ul li a.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #333;
    transform: translateY(0%) rotate(45deg);
    transition: all 0.3s ease;
}


#area-header #menu-header-pc .menu-item .nav-link {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  color: #000;
}
#area-header #menu-header-pc .menu-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #333;
  transform: translateY(0%) rotate(45deg);
  transition: all 0.3s ease;
}
#area-header #menu-header-pc .menu-item .nav-link:hover::after {
  border-left-color: #808080;
  color: #808080;
}
#area-header #menu-header-pc .menu-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 12px;
  width: 0;
  height: 1px;
  background-color: #808080;
  transition: width 0.3s ease;
}
#area-header #menu-header-pc .menu-item .nav-link:hover::before {
  width: 70%;
}
@media (min-width: 992px) {
    #area-header #menu-header-pc .menu-item .nav-link {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #area-header #menu-header-pc .menu-item .nav-link:hover {
        color: #808080;
    }
}
@media (min-width: 1200px) {
    #area-header #menu-header-pc .menu-item .nav-link {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 16px;
    }
}
@media (min-width: 1400px) {
    #area-header #menu-header-pc .menu-item .nav-link {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .h-01 #area-header .globalMenuPc {
        display: none; 
    }
}

/*ファーストビュースライダー*/
.hero-slider {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero-slider .slide {
  width: 100vw;
  height: 100vh;
}
.hero-slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.frontection01 {
    position: relative;
}
.white-kabuse {
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7) 100%);
    z-index: 1;
}


/*フッター*/
.footer-logo {
    width: 166px;
}
@media (min-width: 768px) {
    .footer-logo {
        width: 272px;
    }
}
#footerNav {
    margin-top: 54px;
}
@media (min-width: 992px) {
    #footerNav {
        margin-top: 72px;
    }
}
#menu-footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
#area-footer .nav-link {
    font-size: 13px;
    padding-top: 10px;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 10px;
}
.footer-nav2 {
    margin: 24px auto 0;
    text-align: center;
    max-width: 311px;
}
@media (min-width: 992px) {
    .footer-nav2 {
        margin: 5px auto 0;
        max-width: 100%;
    }
}
.footer-nav__list2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}
.footer-nav__list2 li {
  font-size: 12px;
  letter-spacing: 0.15em;
}
@media (min-width: 992px) {
    .footer-nav__list2 li {
        font-size: 13px;
    }
}
.footer-nav__list2 a {
  text-decoration: none;
  color: #000;
}
.footer-nav__list2 a:hover {
  opacity: 0.7;
}
.footer-nav__list2 .divider {
  pointer-events: none;
}
.footer-nav__list2 .single {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
    .footer-nav__list2 .single {
        width: auto;
    }
}
#area-footer .social-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 48px 0 64px;
}
@media (min-width: 992px) {
    #area-footer .social-links {
        margin: 72px 0 96px;
    }
}


/*トップページ introduction */
.introduction-box {
    display: flex;
    flex-direction: column;
}
.introduction__title {
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 2.0px;
  margin-bottom: 0px;
  padding: 16px 0;
  border-bottom: 1px solid #808080;
}
.introduction__line {
  border: none;
  border-top: 1px solid #808080;
  margin: 0 0 30px;
}
.introduction__text {
  font-size: 16px;
  line-height: 29px;
  letter-spacing : 1.6px;
  margin-top: 16px;
}
.introduction02-2 {
    position: absolute;
    width: 100px;
    bottom: -70px;
    right: -10px;
}
.introduction03-2 {
    width: 50%;
    display: block;
    margin-left: 0;
}
.introduction-shidens {
    width: 40%;
    position: absolute;
    bottom: -40px;
    right: 0;
}

.introduction03-2s {
    width: 40%;
    position: absolute;
    bottom: -80px;
    right: 0;
}
.ls-05 {
    letter-spacing: 0.5px;
}

@media (min-width: 992px) {
     .introduction-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }
    .introduction-box.hanten {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        flex-direction: row-reverse;
    }
    .introduction-inner01 {
        width: 40%;
    }
    .introduction-inner02 {
        width: 60%;
    }
    .introduction-shiden {
        width: 200px;
    }
   .introduction__text {
        padding-left: 20px;
        margin-top: 24px;
    }
    .introduction__title {
        padding: 0 0 28px 20px;
        line-height: 43px;
        letter-spacing: 2.4px;
    }
    .introduction02-2 {
        position: absolute;
        width: 130px;
        bottom:-100px;
        left: -90px;
        right: inherit;
    }
    .introduction03-2 {
        width:264px;
        display: block;
        margin-right: 0;
        margin-left: auto;
        margin-top: -10px;
    }
}
@media (min-width: 1200px) {
    .introduction-inner01 {
        width: 40%;
    }
    .introduction__title {
        padding: 0 0 28px 20px;
    }
}
@media (min-width: 1400px) {
    .introduction-inner01 {
        width: 48%;
    }
    .introduction-shiden {
        width: 200px;
    }
    .introduction03-2 {
        width:324px;
    }
}

.bg-rooms {
    background-image: url(./img/bg-rooms.jpg);
    background-size: cover;
    background-position: center top;
}

.news-section {
    padding: 60px 0;
}

.news-header {
    text-align: center;
    margin-bottom: 50px;
}

.news-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-title-wrapper::before,
.news-title-wrapper::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #333;
}

.news-title-wrapper::before {
    margin-right: 8px;
}

.news-title-wrapper::after {
    margin-left: 8px;
}

.news-header h2 {
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .news-header h2 {
        font-size: 32px;
    }
    .news-title-wrapper::before {
        margin-right: 40px;
    }
    
    .news-title-wrapper::after {
        margin-left: 40px;
    }
}

.news-header p {
    font-size: 14px;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: center;
    width: 100%;
}

.news-card {
    border: none;
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.news-card:hover {
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.news-card-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.news-card-body {
    padding: 12px;
    text-align: center;
}

.news-date {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
}

.news-title {
    font-size: 1rem;
    color: #333;
    margin: 0;
}
/*2025 トップスライド */
.swiper {
  width: 100%;
  height: calc(90vw / 2.18);
  overflow: hidden;
}
@media (max-width: 768px) {
  .swiper { height: calc(160vw / 2.18); }
}
.mySwiper2.swiper {
  height: calc(110vw / 2.18);
}
.swiper-slide {
  background-size: cover; /* 横に少し拡大して右端余裕 */
  background-position: left center; /* 左端起点 */
  background-repeat: no-repeat;
}

@keyframes panRight {
  0% { background-position: left center; }
  100% { background-position: right center; }
}

.swiper-slide {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.swiper-container-wrapper .swiper-slide .slide-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  text-shadow: none;
  width: 100%;
}

.swiper-container-wrapper .room-title {
  font-size: 20px;
  margin-bottom: 10px;
  background: linear-gradient(90deg,rgba(245, 245, 245, 1) 80%, rgba(245, 245, 245, 0) 100%);
  color: #000;
  padding: 8px 0 8px 30px;
}

.swiper-container-wrapper .room-description {
    font-size: 10px;
    padding-left: 30px;
    margin-bottom: 0;
    text-shadow: 0px 0px 7px #000000;
}

.swiper-container-wrapper .btn-view-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.0;
  padding: 8px 30px;
  border: 1px solid #fff;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #505050;
  text-decoration: none;
  margin-top: 12px;
  margin-left: 30px;
  margin-bottom: 20px!important;
}
.btn-view-more .triangle {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #808080 transparent;
    transition: border-color 0.3s ease;
}
.btn-view-more:hover {
    background: #808080;
    border: 2px solid #808080;
    color: #fff;
}
.btn-view-more:hover .triangle {
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 768px) {
    .swiper-container-wrapper .room-title {
      font-size: 26px;
      padding: 0 0 0 10%;
      margin-bottom: 15px;
      display: flex;
        align-items: center;
    }
    .swiper-container-wrapper .room-description {
        font-size: 17px;
        padding-left: 10%;
        margin-bottom: 30px;
    }
    .swiper-container-wrapper .btn-view-more2 {
      display: inline!important;
      margin: 10px 0 10px 20px!important;
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 1.0;
      padding: 8px 30px;
      border: 1px solid #fff;
      color: #000;
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid #505050;
      text-decoration: none;
    }
    .btn-view-more2 .triangle {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 10px 10px;
        border-color: transparent transparent #808080 transparent;
        transition: border-color 0.3s ease;
    }
    .btn-view-more2:hover {
        background: #808080;
        border: 2px solid #808080;
        color: #fff;
    }
    .btn-view-more2:hover .triangle {
        border-color: transparent transparent #fff transparent;
    }
}
@media (min-width: 1200px) {
    .swiper-container-wrapper .room-title {
      background: linear-gradient(90deg,rgba(245, 245, 245, 1) 48%, rgba(245, 245, 245, 1) 70%, rgba(245, 245, 245, 0) 100%);
    }
}

.swiper-container-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.swiper {
  width: 100%;
  height: calc(90vw / 2.18);
  overflow: hidden;
}

@media (max-width: 768px) {
  .swiper { height: calc(160vw / 2.18); }
}

.mySwiper2.swiper {
  width: 100%;
  height: clamp(12.125rem, 4.213rem + 33.76vw, 33.75rem);
}
/*@media (min-width: 1800px) {
    .mySwiper2.swiper {
      height: 650px;
    }
}*/

.swiper-slide {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

@keyframes panRight {
  0% { background-position: left center; }
  100% { background-position: right center; }
}

.slide-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.room-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.btn-view-more {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
}

/* カスタムインジケーター */
.custom-pagination {
  display: flex;
  gap: 0;
  width: 100%;
  height: 4px;
  margin-top: 16px;
}
@media (min-width: 992px) {
    .custom-pagination {
        margin-top: 32px;
    }
}

.pagination-line {
  flex: 1;
  height: 4px;
  background: #e3e3e3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.pagination-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #505050;
  transition: width 0.1s linear;
}

.pagination-line.active .pagination-progress {
  animation: fillProgress 6s linear forwards;
}

.pagination-line.completed .pagination-progress {
  width: 100%;
  animation: none;
}

@keyframes fillProgress {
  0% { width: 0; }
  100% { width: 100%; }
}

.swiper-container-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
     z-index: 100 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}
.swiper-container-wrapper .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
     z-index: 100 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #808080;
}
.swiper-container-wrapper .swiper-button-prev,.swiper-container-wrapper .swiper-button-next {
    width: 44px;
    height: 44px;
    background: #f5f5f5!important;
    border-radius: 0;
    transition: all 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::before {
  content: '';
  width: 20px;
  height: 20px;
  border-left: 1px solid #888;
  border-bottom: 1px solid #888;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 60%;
  translate: -50% -50%;
}
.swiper-button-next::before {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 40%;
  translate: -50% -50%;
}
@media (min-width: 992px) {
    .swiper-button-prev::before,.swiper-button-next::before {
        width: 30px;
        height: 30px;
    }
}

.swiper-container-wrapper .swiper-button-next:after, .swiper-container-wrapper .swiper-button-prev:after {
    font-size: 22px;
}
@media (min-width: 992px) {
    .swiper-container-wrapper .swiper-button-prev,.swiper-container-wrapper .swiper-button-next {
        width: 60px;
        height: 60px;
    }
}

.bg-facility {
    background-color: #f5f5f5;
}

.btn-view-more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.0;
  padding: 5px 28px;
  border: 1px solid #fff;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #505050;
  text-decoration: none;
}

.section-facilities {
  margin-top: 48px;
  padding: 24px 24px 0 24px;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.section-facilities__title {
  text-align: center;
  font-size: 17px;
  letter-spacing : 1.63px;
}
.section-facilities__title span {
    border-bottom: 1px solid #505050;
    padding-bottom: 8px;
}
.section-facilities__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.facility-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 0px;
  text-align: center;
}
.facility-item__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.facility-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.facility-item__label {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
}
@media (min-width: 768px) {
    .facility-item__icon {
        width: 96px;
        height: 96px;
    }
}
@media (min-width: 1200px) {
  .section-facilities {
    margin-top: 72px;
    padding: 22px 60px;
  }
  .section-facilities__inner {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .section-facilities__title {
    text-align: left;
    white-space: nowrap;
    flex-shrink: 0;
    padding-bottom: 0;
    font-size: 18px;
  }
  .section-facilities__title::after {
    display: none;
  }
  .section-facilities__grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin-top: 0;
    flex: 1;
  }
  .facility-item {
    flex: 1;
    padding: 0 12px;
    border-bottom: none;
  }
  .facility-item__icon {
    margin-bottom: 8px;
  }
  .facility-item__label {
    font-size: 14px;
    white-space: nowrap;
  }
  .facility-item__label br {
    display: none;
  }
}

.news-thumb {
    width: 110px!important;
    height: 110px!important;
}

.catname {
    display: inline-block;
    color: #808080;
    font-size: 12px;
    margin-top: 8px;
    position: relative;
    padding-left: 5px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catname .triangle {
    position: absolute;
    right: 4px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #808080 transparent;
    transition: border-color 0.3s ease;
}

.catname:hover {
    background-color: #808080;
    color: #fff;
}
.catname:hover .triangle {
    border-color: transparent transparent #fff transparent;
}

/*@media (min-width: 992px) {
    .news-section .row .col-md-6:nth-child(odd) {
        border-right: 2px dotted #808080;
    }
}*/

.gallery-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
  .home .gallery-row .gallery-item:nth-child(n + 6) {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .home .gallery-row .gallery-item:nth-child(n + 7) {
    display: none;
  }
}

.bg-access {
    background-color: #f5f5f5;
}

.map-container {
    position: relative;
    width: 100%;
    height: 310px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .map-container {
        height: 390px;
    }
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.map-container:hover iframe {
    filter: grayscale(0%);
}

.map-arrow {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.map-arrow::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}

.map-arrow::before {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 15px;
    height: 1px;
    background-color: #333;
    transform: rotate(35deg);
    transform-origin: right bottom;
}

/* タッチデバイス用（スマホ・タブレット）- タップでカラー表示 */
@media (hover: none) {
    .map-container iframe {
        filter: grayscale(100%);
    }
    .map-container.active iframe {
        filter: grayscale(0%);
    }
}

/* 1枚の場合：左から右へゆっくり移動 */
.hero-slider--single {
    overflow: hidden;
    position: relative;
}
.hero-slider--single .slide {
    width: 100%;
    height: 100%;
}
.hero-slider--single .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: panLeftToRight 10s ease-in-out forwards;
}
@keyframes panLeftToRight {
    0% {
        transform: scale(1.2) translateX(5%);
    }
    100% {
        transform: scale(1.2) translateX(-5%);
    }
}


.l-page-title.p-03 .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 49.49vw, 37.5rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.l-page-title.p-03 {
    position: relative;
}
.l-page-title.p-03 .pagetitle-box  {
    position: absolute;
    z-index: 2;
    bottom: 48px;
    width: 100%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 0 32px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp2 2.5s ease-in-out forwards;
}
@keyframes fadeUp2 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
    .l-page-title.p-03 .pagetitle-box  {
        bottom: inherit;
        top: 77%;
        left: 32px;
        padding: 0;
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .l-page-title.p-03 .pagetitle-box  {
        left: 96px;
        width: 58%;
    }
}
@media (min-width: 1400px) {
    .l-page-title.p-03 .pagetitle-box  {
        width: 820px;
    }
}
.l-page-title h1 {
    color: #fff;
    font-weight: bold;
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    text-shadow : 0px 0px 4px rgba(0, 0, 0, 1);
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .l-page-title h1 {
        padding-bottom: 16px;
        border-bottom: 1px solid #fff;
    }
}
.l-page-title .furigana {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
    margin-top: 6px;
}
@media (min-width: 992px) {
    .l-page-title .furigana {
        display: inline-block;
        margin-left: 15px;
        margin-top: 0px;
    }
}
.l-page-title .page-setumei {
    color : #F5F5F5;
    font-weight: normal;
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    line-height: 32.4px;
    letter-spacing : 2.3px;
    margin-bottom: 0;
    margin-top: 16px;
    text-shadow : 0px 0px 4px rgba(0, 0, 0, 1);
}
.page-title-simple {
  background-size: cover;
  background-position: center;
  height: 98.96px;
}
@media (min-width: 768px) {
    .page-title-simple {
        height: 190.32px;
    }
}
@media (min-width: 1400px) {
    .page-title-simple {
        height: 236px;
    }
}
.l-page-title h1.pagesimpletitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    letter-spacing: 3.84px;
    color: #000;
    text-shadow: none;
    border-bottom: 0;
}
@media (min-width: 992px) {
    .l-page-title h1.pagesimpletitle {
        font-size: 40px;
        bottom: 60px;
        transform: translate(-50%,0%);
    }
}
.l-page-title h1.pagesimpletitle .simple-furigana {
    font-size: 16px;
    letter-spacing: 1.0px;
}
.title-kasen {
    border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .page-title-simple {
    background-image: url('<?= esc_url($img_sp); ?>');
  }
}



/* ===========================
   roomsページ
   =========================== */

.rooms-page {
    padding: 60px 0;
}

/* ボタンエリア */
@media (min-width: 992px) {
    .room-nav-buttons {
        display: flex!important;
        flex-wrap: wrap;
        gap: 32px;
        margin-bottom: 120px;
        justify-content: flex-start;
    }

    .room-nav-button {
        width: calc(25% - 24px);
        min-height: 60px;
        padding: 8px;
        background: #fff;
        border: 1px solid #505050;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
        transition: all 0.3s ease;
        white-space: normal;
        margin-top: 0;
        text-align: center;
        display: flex; 
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .room-nav-button:hover {
        background: #808080;
        border: 1px solid #808080;
        color: #fff;
    }
}
@media (min-width: 1300px) {
    .room-nav-button {
        font-size: 14px;
    }
}
@media (min-width: 1600px) {
    .room-nav-button {
        font-size: 15px;
    }
}

/* 部屋一覧 */
.room-list {
    margin: 0 auto;
}

.room-item {
/*    margin-bottom: 120px;*/
    scroll-margin-top: 100px;
}

.room-item__content {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
    display: flex;
    gap: 60px;
    align-items: center;
}

.room-item--reverse .room-item__content {
    flex-direction: row-reverse;
}

/* 画像エリア */
.room-item__image-wrapper {
    flex: 1;
    max-width: 50%;
}

.room-item__image {
    position: relative;
    overflow: hidden;
}

.room-item__image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.room-item__image:hover img {
    transform: scale(1.05);
}

.room-image-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #fff;
    color: #000;
    border: 1px solid #505050;
    padding: 5px 22px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.room-image-badge:hover {
    background: #808080;
    border: 1px solid #808080;
}
@media (min-width: 992px) {
    .room-image-badge {
        bottom: 16px;
        right: 16px;
    }
}

/* テキストエリア */
.room-item__text {
    flex: 1;
    max-width: 50%;
}

.room-item__name-en {
    font-size: 20px;
    font-weight: bold;
    letter-spacing : 1.6px;
    margin-bottom: 0;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .room-item__name-en {
        font-size: 26px;
        letter-spacing : 2.08px;
    }
}

.room-item__name-ja {
    font-size: 12px;
    line-height: 1.0;
    color: #666;
    border-bottom: 1px solid #808080;
    padding-bottom: 16px;
    letter-spacing: 0px;
}

.room-item__details {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .room-item__details {
       padding: 0 24px;
       margin-bottom: 50px;
    }
    .room-item__name-ja {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.room-item__info {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.7;
}
@media (min-width: 992px) {
    .room-item__info {
        font-size: 16px;
    }
}

.room-item__description {
    font-size : 16px;
    line-height : 28.8px;
}

.room-detail-button.btn-view-more {
    display: inline-block;
    padding: 8px 24px;
    background: #fff!important;
    border: 1px solid #505050;
    color: #000;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 auto;
}
.room-detail-button.btn-view-more:hover {
    background: #808080!important;
    border: 1px solid #808080;
    color: #fff;
}


/* レスポンシブ */
@media (max-width: 992px) {
    .room-nav-buttons {
        gap: 8px;
        margin-bottom: 48px;
    }
    
    .room-nav-button {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .room-item__content {
        gap: 40px;
    }
    
    .room-item__name-en {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .rooms-page {
        padding: 40px 15px;
    }
    
   /* .room-item {
        margin-bottom: 48px;
    }*/
    
    .room-item__content {
        flex-direction: column !important;
        gap: 24px;
        padding-top: 48px!important;
    }
    
    .room-item__image-wrapper,
    .room-item__text {
        max-width: none;
        width: 100%;
    }
    
    .room-item__name-en {
        font-size: 22px;
    }
    
    .room-nav-buttons {
        gap: 6px;
    }
    
    .room-nav-button {
        padding: 8px 14px;
        font-size: 12px;
    }
}

.gray-808080 {
    color: #808080;
}

/* ===========================
   モーダルウィンドウ
   =========================== */
.room-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
@media (min-width: 992px) {
    .room-modal {
        padding-left: 48px;
        padding-right: 48px;
        padding-top: 3%;
        padding-bottom: 3%;
    }
}
@media (min-width: 1200px) {
    .room-modal {
        padding-left: 96px;
        padding-right: 96px;
        padding-top: 4%;
        padding-bottom: 4%;
    }
}
@media (min-width: 1500px) {
    .room-modal {
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 3%;
        padding-bottom: 3%;
    }
}

.room-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.8);
    z-index: 1;
}

.room-modal__content {
    position: relative;
    width: 100%;
    max-height: 100vh;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
    overflow-y: auto;
    height: 100%;
    display: flex;
}

.room-modal__close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
@media (min-width: 992px) {
    .room-modal__close {
        position: fixed;
        top: 6%;
        right: 8%;
    }
}
@media (min-width: 1200px) {
    .room-modal__close {
        top: 9%;
        right: 11%;
    }
}

.room-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
}
.room-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(25deg);
}
.room-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.room-modal__close:hover span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s;
}
.room-modal__close:hover span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s;
}

.room-modal__inner {
    display: flex;
    gap: 32px;
    padding: 60px 40px 40px;
}
@media (min-width: 992px) {
    .room-modal__inner {
        padding: 60px 20px 40px;
    }
}
@media (min-width: 1200px) {
    .room-modal__inner {
        padding: 120px 20px 40px;
    }
}
@media (min-width: 1400px) {
    .room-modal__inner {
        gap: 48px;
    }
}

.room-modal__left {
    flex: 1;
    max-width: 50%;
}

.room-modal__right {
    flex: 1;
    max-width: 50%;
}

/* モーダルタイトル */
.modal-title-en {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.92px;
    margin-bottom: 0px;
    line-height: 1.3;
}
@media (min-width: 992px) {
    .modal-title-en {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    .modal-title-en {
        font-size: 32x;
    }
}

.modal-title-ja {
    font-size: 12px;
    margin-bottom: 24px;
}

/* モーダル情報グリッド */
.modal-info-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    gap: 16px;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    .modal-info-grid {
        display: flex;
        gap: 12px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }
}
@media (min-width: 992px) {
    .modal-info-grid {
        display: grid;
        gap: 10px;
        margin-bottom: 10px;
    }
}

.modal-info-item {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: flex-start;
}

.modal-info-item--full {
    grid-column: 1 / -1;
}

.modal-info-label {
    font-size: 14px;
}
@media (min-width: 992px) {
    .modal-info-label {
        font-size: 16px;
        line-height: 1.5;
    }
}

.modal-info-value {
    font-size: 14px;
    line-height: 1.6;
}
@media (min-width: 992px) {
    .modal-info-value {
        font-size: 16px;
    }
}

/* 設備リスト */
.modal-amenities {
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .modal-amenities.bed {
        display: flex;
    }
}

.modal-amenities-title {
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .modal-amenities-title {
        font-size: 16px;
        line-height: 1.5;
    }
}

.modal-amenities-list {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 20px;
}
@media (min-width: 992px) {
    .modal-amenities-list {
        font-size: 16px;
    }
}

/* 間取り図 */
.modal-floorplan {
    margin-top: 48px;
    margin-bottom: 48px;
}
@media (min-width: 992px) {
    .modal-floorplan {
        margin-top: 52px;
        margin-bottom: 52px;
    }
}

.modal-floorplan-img {
    width: 100%;
    height: auto;
}

/* 予約ボタン */
.modal-reserve-button {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #505050;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.modal-reserve-button:hover {
    background: #808080;
    border-color: #808080;
    color: #fff;
}

/* スライダー */
.modal-image-slider {
    width: 100%;
}

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

.modal-image-slider .slick-prev,
.modal-image-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}

.modal-image-slider .slick-prev {
    left: 10px;
}

.modal-image-slider .slick-next {
    right: 10px;
}

.modal-image-slider .slick-dots {
    bottom: 15px;
}

.modal-image-slider .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 0.5;
}

.modal-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

/* レスポンシブ */
@media (max-width: 992px) {
    .room-modal__content {
        width: 100%;
    }
    
    .room-modal__inner {
        flex-direction: column;
        padding: 60px 30px 30px;
        gap: 30px;
    }
    
    .room-modal__left {
        max-width: 100%;
    }
    .room-modal__right {
        margin-top: 88px;
        max-width: 100%;
    }
    
    .modal-title-en {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .room-modal__inner {
        padding: 0px 32px 48px;
    }
    
    .room-modal__close {
        top: 48px;
        right: 32px;
        width: 32px;
        height: fit-content;
    }
    
    .modal-info-grid {
        grid-template-columns: 1fr;
    }
}

.room-nav-buttons--middle {
    margin-top: 80px;
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .room-nav-buttons--middle {
        margin-top: 48px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1400px) {
    .px-xxl-100 {
        padding-left: 100px!important;
        padding-right: 100px!important;
    }
}

.yoyaku-normal {
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    #roomModal .lg-modalyoyaku {
        margin-left: -90px;
    }
    #roomModal .lg-modalyoyaku .yoyaku-ladies {
        margin-left: -140px;
        padding-bottom: 50px;
    }

    .yoyaku-ladies
    #roomModal .room-detail-button.btn-view-more {
        margin-bottom: 72px!important;
        font-size: 14px;
        width: auto;
    }
}

.room-nav-button--fullwidth {
    background: linear-gradient(90deg,#aaaaaa 0%,#787878 100%);
    color: #fff;
    border: 1px solid #e1e1e1;
}

.room-nav-button--fullwidth:hover {
    background: linear-gradient(90deg,#f5f5f5 0%,#e1e1e1 100%);
    color: #808080;
    border: 1px solid #e1e1e1;
}
.room-nav-button--fullwidth .triangle {
    border-color: transparent transparent #fff transparent;
}
.room-nav-button--fullwidth:hover .triangle {
    border-color: transparent transparent #808080 transparent;
}

@media (min-width: 992px) {
    .mb-lg-120 {
        margin-bottom: 120px;
    }
    .room-item__fullwidth-text {
      width: 100%;
      margin: 0 auto;
      text-align: center;
    }
}

.bg-back_C {
    background-image: url(img/bg-back_C.jpg);
    background-size: cover;
    background-position: center bottom;
}

.room-item--fullwidth .room-image-badge {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translate(-50%,0);
    width: 160px;
    text-align: center;
}

@media (min-width: 992px) {
    .room-item--fullwidth .room-image-badge {
        bottom: 16px;
    }
}

/* ギャラリーアイテム */
.gallery-photo {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.gallery-photo:hover {
  opacity: 0.8;
}

/* モーダル基本スタイル */
.gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-modal.is-active {
  display: block !important;
  opacity: 1;
}

/* オーバーレイ */
.gallery-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

/* モーダルコンテンツ */
.gallery-modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 10000;
}

/* モーダルボディ */
.gallery-modal-body {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  width: auto;
  background: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  z-index: 10001;
  background-color: #fff;
  padding: 50px 0 20px 0;
}

/* 画像 */
.gallery-modal-image {
  width: 100%;
  height: auto;
  max-height: calc(90vh - 100px);
  object-fit: contain;
  display: block;
}

/* キャプション */
.gallery-modal-caption {
  padding: 20px;
  margin: 0;
  font-size: 14px;
  color: #333;
  background: #fff;
  text-align: left;
}

/* 閉じるボタン */
.gallery-modal-close {
  position: absolute;
  top: 48px;
  right: 32px;
  width: 32px;
  height: 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10002;
  padding: 0;
}

.gallery-modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 1px;
  background-color: #000;
  display: block;
}

.gallery-modal-close span:first-child {
  transform: translate(-50%, -50%) rotate(25deg);
}
.gallery-modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.gallery-modal-close:hover span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s;
}
.gallery-modal-close:hover span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.3s;
}

/* PC用スタイル */
@media (min-width: 992px) {
  .gallery-modal-content {
    padding: 0 60px;
  }

  .gallery-modal-body {
    height: 100vh;
    max-height: inherit;
    display: flex;
    justify-content: center;
  }

  .gallery-modal-caption {
    padding: 32px;
    font-size: 16px;
  }

  .gallery-modal-close {
    top: 40px;
    right: 25px;
    width: 50px;
    height: 50px;
  }

  .gallery-modal-close span {
    width: 40px;
  }

  .gallery-modal-image {
        padding-top: 96px;
   }
}
@media (min-width: 1200px) {
  .gallery-modal-content {
    padding: 0 216px;
  }
  .gallery-modal-close {
    right: 96px;
  }
}

/* スマホ用スタイル */
@media (max-width: 991px) {
  .gallery-modal-content {
    padding: 0;
  }

  .gallery-modal-body {
    max-width: 100%;
    max-height: 100%;
  }

  .gallery-modal-image {
    max-height: calc(100vh - 120px);
  }

  .gallery-modal-caption {
    padding: 32px;
    font-size: 13px;
  }
}

.gallery-haba {
    padding-top: 48px;
    padding-bottom: 88px;
    padding-left: 32px;
    padding-right: 32px;
}
@media (min-width: 992px) {
    .gallery-haba {
        padding-top: 120px;
        padding-bottom: 120px;
        max-width: 1200px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    .gallery-haba {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.accommodation_reserv.koteiyou {
    position: fixed;
    z-index: 100;
    right: 32px;
    bottom: 32px;
}
@media (min-width: 992px) {
    .accommodation_reserv.koteiyou {
        right: 96px;
        bottom: 96px;
    }
}

.koteipage-haba {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
}
@media (min-width: 992px) {
    .koteipage-haba {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 0px;
        padding-right: 0px;
    }
}


.company-info {
    margin: 0 auto;
    max-width: 900px;
}

.info-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 20px;
}

.info-row:first-child {
    border-top: 1px solid #d0d0d0;
}

.info-label {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    min-width: 80px;
    flex-shrink: 0;
}

.info-content {
    margin-left: 40px;
}

/* 992px以上: PC用レイアウト */
@media (min-width: 992px) {
    .info-row {
        padding: 20px 30px;
    }

    .info-label {
        font-size: 15px;
        min-width: 100px;
    }

    .info-content {
        margin-left: 60px;
    }
}

/* 991px以下: スマホ用レイアウト */
@media (max-width: 991px) {
    .info-row {
        padding: 24px 0;
    }

    .info-label {
        min-width: 70px;
    }

    .info-content {
        margin-left: 0px;
    }
}

.btn-tellink {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.0;
  padding: 14px 24px;
  border: 1px solid #e1e1e1;
  color: #fff;
  background-color: #808080;
  text-decoration: none;
}
.btn-tellink .triangle {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #f5f5f5 transparent;
    transition: border-color 0.3s ease;
}
.btn-tellink:hover {
    background: linear-gradient(90deg, #f5f5f5 0%, #e1e1e1 100%);
    border: 1px solid #e1e1e1;
    color: #808080;
}
.btn-tellink:hover .triangle {
    border-color: transparent transparent #fff transparent;
}

.text-red  {
    color: #af1f24;
}

.koumoku_nyuryoku.active {
    color: #505050;
}
.koumoku_naiyou,.koumoku_kanryou {
    color: #808080;
}
.contact-koumoku .active {
    border-bottom: 1px solid #af1f24;
}


/* ==========================================================================
   基本フォームスタイル
   ========================================================================== */

.max-width785 {
    max-width: 785px;
    margin: 0 auto;
}

/* フォームグループ */
.form-group {
  margin-bottom: 32px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 14px;
}

.required {
  color: #af1f24;
  margin-left: 4px;
}

/* フォーム入力欄 */
.form-group input[type="text"],
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  background-color: #fbfbfb;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  box-sizing: border-box;
}

.form-group textarea {
  border: 1px solid #e1e1e1;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
}

/* 郵便番号検索 */
.zip-code-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.zip-mark {
  font-size: 16px;
}

.zip-code-wrapper input[type="text"] {
  width: 150px;
  margin: 0;
}

.btn-zip-search {
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  white-space: nowrap;
}

.btn-zip-search:hover {
  background: #f5f5f5;
}

/* プライバシーポリシー */
.privacy-check {
  margin: 30px 0;
  text-decoration: underline;
}

.privacy-check label {
  display: inline;
  font-weight: normal;
}

.privacy-check input[type="checkbox"] {
  margin-right: 8px;
}

/* 送信ボタン */
.form-submit {
  text-align: center;
  margin-top: 48px;
}

.form-submit input[type="submit"] {
  min-width: 300px;
  padding: 15px 40px;
  background: #fff;
  border: 2px solid #505050;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s;
}

.form-submit input[type="submit"]:hover {
  background: #f5f5f5;
}

.form-submit input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f5f5f5;
}

.form-submit input[type="submit"]:disabled:hover {
  background: #f5f5f5;
}

/* ==========================================================================
   MW WP Form 画面切り替え制御
   ========================================================================== */

/* 入力画面のみ表示（デフォルト） */
.mw_wp_form .form-confirm,
.mw_wp_form_confirm {
  display: none !important;
}

/* 確認画面表示時 */
.mw_wp_form.mw_wp_form_confirm .form-input,
.mw_wp_form.mw_wp_form_confirm .mw_wp_form_input {
  display: none !important;
}

.mw_wp_form.mw_wp_form_confirm .form-confirm,
.mw_wp_form.mw_wp_form_confirm .mw_wp_form_confirm {
  display: block !important;
}

/* 完了画面では両方非表示 */
.mw_wp_form.mw_wp_form_complete .form-input,
.mw_wp_form.mw_wp_form_complete .form-confirm,
.mw_wp_form.mw_wp_form_complete .mw_wp_form_input,
.mw_wp_form.mw_wp_form_complete .mw_wp_form_confirm {
  display: none !important;
}

/* ==========================================================================
   確認画面専用スタイル
   ========================================================================== */

/* 確認画面テキスト表示 */
.confirm-text {
  padding: 12px 0;
  min-height: 40px;
  line-height: 1.8;
  white-space: pre-wrap;
  word-break: break-all;
}

/* 確認画面のフォームグループ */
.mw_wp_form.mw_wp_form_confirm .form-group,
.form-confirm .form-group {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 24px;
}

.mw_wp_form.mw_wp_form_confirm .form-group:last-of-type,
.form-confirm .form-group:last-of-type {
  border-bottom: none;
}

/* 確認画面の入力欄を読み取り専用スタイルに */
.form-confirm input[type="text"],
.form-confirm textarea {
  background-color: #f5f5f5;
  border: 1px solid #e1e1e1;
  cursor: default;
}

.form-confirm input[type="checkbox"] {
  pointer-events: none;
}

/* 確認画面のボタン配置 */
.form-submit.is-confirm {
  display: flex !important;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 48px;
}

.form-submit.is-confirm input[type="submit"],
.form-submit.is-confirm input[type="button"] {
  min-width: 250px;
  flex: 0 0 auto;
}

/* ==========================================================================
   ステップ表示
   ========================================================================== */

.contact-koumoku p {
  color: #999;
  position: relative;
  padding-bottom: 8px;
}

.contact-koumoku p.active {
  color: #333;
  font-weight: bold;
}

.contact-koumoku p.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #af1f24;
}

/* ==========================================================================
   送信完了ページ
   ========================================================================== */

.thanks-message {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px;
}

.thanks-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-text p {
  line-height: 1.8;
}

.btn-top {
  display: inline-block;
  min-width: 300px;
  padding: 15px 40px;
  background: #fff;
  border: 2px solid #505050;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  transition: background 0.3s;
}

.btn-top:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #333;
}

/* ==========================================================================
   レスポンシブ（タブレット以上）
   ========================================================================== */

@media (min-width: 992px) {
  .form-group {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 56px;
  }

  .form-group label {
    width: 200px;
    padding-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    box-sizing: border-box;
  }

  .form-control {
    width: 100%;
  }
}

/* ==========================================================================
   レスポンシブ（スマホ）
   ========================================================================== */

@media (max-width: 767px) {
  .form-submit.is-confirm {
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .form-submit.is-confirm input[type="submit"],
  .form-submit.is-confirm input {
    width: 100%;
    max-width: 300px;
  }
}


/* ========================================
   お問い合わせフォーム ボタンスタイル（強制適用版）
======================================== */

/* フォーム送信ボタンエリア */
.form-submit {
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

/* MW WP Form すべてのボタン共通スタイル */
.mw_wp_form input[type="submit"],
.mw_wp_form button[type="submit"] {
    min-width: 280px !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #af1f24 !important;
    border: 2px solid #af1f24 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    line-height: 1.5 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
    text-indent: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

/* ボタンホバー時 */
.mw_wp_form input[type="submit"]:hover,
.mw_wp_form button[type="submit"]:hover {
    background-color: #8a1720 !important;
    border-color: #8a1720 !important;
    color: #fff !important;
}

/* 確認画面 - ボタン配置 */
.mw_wp_form_confirm .form-submit {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

/* 戻るボタン（確認画面） */
.mw_wp_form_confirm input[type="submit"][value="項目の入力に戻る"] {
    min-width: 200px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    color: #333 !important;
    background-color: #fff !important;
    border: 2px solid #ccc !important;
}

.mw_wp_form_confirm input[type="submit"][value="項目の入力に戻る"]:hover {
    background-color: #f5f5f5 !important;
    border-color: #999 !important;
    color: #333 !important;
}

/* レスポンシブ対応（スマートフォン） */
@media (max-width: 576px) {
    .mw_wp_form input[type="submit"],
    .mw_wp_form button[type="submit"] {
        min-width: 100% !important;
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
    }
    
    .mw_wp_form_confirm .form-submit {
        flex-direction: column-reverse !important;
        gap: 12px !important;
    }
    
    .mw_wp_form_confirm input[type="submit"][value="項目の入力に戻る"] {
        min-width: 100% !important;
        width: 100% !important;
    }
}






.pe-none {
    pointer-events: none!important;
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1080px;
    }
}
@media (min-width: 1920px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.pagination-progress {
  animation: none !important;
}

@media (min-width: 992px) {
    #area-header #menu-header-pc .menu-item.current-menu-item.active .nav-link {
        color: #808080;
    }
    /*#area-header #menu-header-pc .menu-item.current-menu-item .nav-link::before {
        content: '';
        position: absolute;
        bottom: 4px;
        left: 12px;
        width: 0;
        height: 1px;
        background-color: #808080;
        transition: width 0.3s ease;
        width: 70%;
    }*/
    #area-header #menu-header-pc .menu-item.current-menu-item  .nav-link::after {
        border-left-color: #808080;
        color: #808080;
    }
}
.custom-pagination .pagination-line.active {
    background-color: #000;
}
.modal-title-ja {
  white-space: pre-line;
}
.modal-data-size {
  white-space: pre-line;
}