a:hover {
    opacity: 0.7;
    transform: scale(0.97); /* 少し縮小して反応をつける */
}
/* ==========================================================================
   TOP
   ========================================================================== */
.top_slide_new{
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
#top_slide {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
.top_slide_container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: center center/cover no-repeat;
}

.top_slide_container .swiper-slide picture, .top_slide_container .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.swiper-container.top_news_container {
    height: 35px;
}
#top_slide > .head2 {
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 0 10px #000;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#top_slide.top_slide_new > .head2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
#top_slide.top_slide_new > .head2 .ja-logo {
    max-width: 160px;
    min-width: 160px;
    margin-right: 0.5em;
}

/* スライダーのページネーション */
.swiper-pagination.top_slide_pagination {
    right: 30px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
}

.top_slide_pagination span.swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 5px 0;
    background-color: #8c8c8c;
}
.top_slide_pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #944260;
}
/* メインコピー */
.head_main{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: shippori mincho, "Noto Serif JP", serif;
    font-size: 1.9em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.4em;
    text-shadow: var(--shadow-hero-title);
    z-index: 1;
}
.head_main span{
    font-size: 1em;
}

/* ==========================================================================
   共通パーツ
   ========================================================================== */
.pc{
    display: block;
}
.sp{
    display: none;
}
/* ボタン */
.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
body.home .btn1 {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding: 24px 200px 24px 32px;
    margin: 0 60px 0 30px;
    color: #944260;
    font-size: 2rem;
    line-height: 1.3;
    background: #fff;
    border: 1px solid #944260;
    transition: all .7s ease;
}
.btn1 span {
    position: absolute;
    top: 50%;
    right: -50px;
    width: 100px;
    height: 1px;
    transform: translateY(-50%);
}
/* 各ページ */
.content{
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
/* sec_head */
.sec_title {
    position: relative;
}
.sec_head{
    font-size: 36px;
    writing-mode: vertical-rl;
    letter-spacing: 1.8rem;
    padding: 7rem 2px 1rem;
    border-radius: 4px;
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 10%;
}
.section_img{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 590px; /* 好きな高さに固定 */
    background-size: cover;
    background-position: center;
}
.sec_content{
    position: absolute;
    bottom: -125px;
    left: 10%;
    display: block;
    font-size: 3rem;
}
.sec_content p{
    display: block;
    width: fit-content;
    background: #fff;
    border-radius: 3px;
    margin-bottom: -2px;
    padding: 0 0.6em;
    letter-spacing: 0.05em;
}
.sec_content p span{
    color: #994260;
}
/* 共通デザイン */
.contents{
    padding-top: 8em;
}
body.home .wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.flex_contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_column{
    display: flex;
    flex-direction: column;
}
.flex_contents p span{
    color: #994260;
}
.right{
    text-align: right;
    align-items: center;
}
.contents_text{
    padding: 0 0 40px 40px;
    font-size: 19px;
}
.subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 2rem;
    padding: 6em 0 2em;
    letter-spacing: 0.08em;
}

.subtitle::before,
.subtitle::after {
    content: "";
    height: 1px;
    width: 2em;
    background: #000;
}
 /* フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(20px); /* 少し下から */
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in.show {
  opacity: 1;
}
/* ==========================================================================
   コンセプトセクション
   ========================================================================== */
.intro {
    background-image: url("/wp-content/themes/asagiriso_custom/img/add/intro-bg-6ecabb.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 1052px;
    color: var(--color-white);
    font-size: 19px;
    line-height: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100vh;
}

.intro__inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.intro__content {
    padding: 9rem 0 10rem 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.intro__lead {
    margin: 0 0 2em;
    text-shadow: var(--shadow-intro);
}

.intro__lead span {
    font-size: 24px;
}
body.home .intro .btn1 {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
}
.intro .btn1 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

   /* これがなにか不明 */
.h_btn {
    position: relative;
    top: 0;
    align-self: flex-start;
    margin-top: 0;
    opacity: 1;
    transition: all .3s ease;
}

.h_btn > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px 20px 30px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    background: url("./img/back_purple.svg") center center / cover no-repeat;
    opacity: 1;
    transition: all .3s ease;
}

.h_btn > a span::before {
    content: '・';
}

.h_btn > a:hover {
    opacity: .6;
}

/* サブボタン(div内) */
.h_btn div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ==========================================================================
   お料理
   ========================================================================== */
.cuisine_bg{
    background-image: url(./img/add/cui_bg.png);
    background-size: cover;
    padding-bottom: 5em;
}
.cuisine{
    background-image: url(./img/add/cuisine_bgbase.png);
    background-size: cover;
    padding-bottom: 16em;
    background-position: center;
}
.cuisine1{
    width: 50%;
    padding-left: 40px;
    margin-top: -2em;
}
.cuisine .section_img{
    background-image: url("./img/add/cuisine_bg.png");
}
.kani{
    width: 50%;
    padding-top: 40px;
}
.cuisine2{
    width: 80%;
    padding-right: 2em;
}
.kaninabe{
    width: 70%;
}
.cuisine3{
    width: 50%;
    padding-top: 2em;
}
.beef{
    padding: 6em 0;
    width: 60%;
    margin: 0 auto;
}


/* ==========================================================================
   客室
   ========================================================================== */
body:not(.page-id-2567) .room{
    background-color: #EFE7DD;
    background-size: cover;
    padding-bottom: 8em;
}
.room1{
    width: 30%;
    padding-right: 20px;
}
.room .section_img{
    background-image: url("./img/add/room_bg.png");
}
.room .contents_text{
    width: 56%;
    padding-right: 40px;
}
.room2{
    width: 50%;
    padding-left: 80px;
    margin-top: -4em;
}
/* 部屋リスト */
.row1 .slide_track{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 auto 4em;
}
.row2 .slide_track{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 2em auto;
    text-align: left;
}
.room_list {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.room_item{
    font-size: 12px;
    display: inline-flex;
    gap: 8px;
}
.room_item li{
    color: #994260;
    list-style: none;
    padding: 3px 14px;
    border-radius: 2px;
    border: solid 1px #994260;
    background-color: rgba(255, 255, 255, 0.4);
}
.room_dx{
    font-size: 16px;
    padding-bottom: 4px;
}
.room .btn_wrap{
    padding-top: 4em;
}

/* ==========================================================================
   温泉
   ========================================================================== */
.onsen{
    background-color: #F6F7F8;
    background-size: cover;
}
.onsen .section_img{
    background-image: url("./img/add/onsen_bg.png");
}
.onsen .contents_text{
    text-align: right;
    padding-right: 6em;
}
.onsen .contents{
    position: relative;
    z-index: 2;
}
.onsen .contents_text span{
    color: #994260;
}
.onsen .contents img{
    width: 80%;
    margin: 1em auto 8em 1em;
    z-index: 2;
}
.onsen_img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: -30em;
    position: relative;
    z-index: 1;
}
/* ==========================================================================
   子供、barrier freeリンク
   ========================================================================== */
.link{
    display: flex;
    gap: 60px;
    justify-content: center;
    padding: 8em 0 8em 0;
}
.link a{
    width: 40%;
    display: block;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.link a:hover {
    opacity: 0.7;
    transform: scale(0.97); /* 少し縮小して反応をつける */
}
/* ==========================================================================
  予約エリア
   ========================================================================== */
.reserve_top{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.best_rate{
    width: 5.5em;
    padding-bottom: 8px;
}
.reserve_top p{
    color: #fff;
    font-size: 2.25rem;
}
.reserve_top p span{
    font-size: 3.5rem;
}

/* 予約フォーム 前回HTMLまま引き継ぎ*/
body:not(.page-id-2567) #top_reserve1 {
    padding-top: 8em;
    padding-bottom: 8em;
    border: none;
    /* 背景色＋和風パターン画像 */
    background:
        url('./img/add/wa_pattern.png') repeat; /* 和柄パターン */
    background-position: center center;
    background-size: 300px 300px; /* ← ここを大きくして存在感UP */
}
#top_reserve1 .reserve_form {
    width: 100%;
    padding: 25px 70px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin: 20px auto 40px;
    border-radius: 4px;
}
body:not(.page-id-2567) #top_reserve1 .form_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    padding: 1em 0;
}
body:not(.page-id-2567) #top_reserve1 .head3 {
    font-size: 3rem;
    font-weight: normal;
    color: #944260;
    text-align: center;
}
body:not(.page-id-2567) #top_reserve1 .head3::before {
    content: '';
}
body:not(.page-id-2567) #top_reserve1 .form_wrap {
    padding-right: 11px;
    border-right: none;
}
body:not(.page-id-2567) .form_wrap form {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
body:not(.page-id-2567) .form_wrap dt {
    font-size: 1.5rem;
}
body:not(.page-id-2567) .form_wrap select {
    padding: 20px 20px;
    font-size: 1.6rem;
    border-radius: 2px;
    cursor: pointer;
    margin-right:4px;
        border: 1px solid #E0E0E0;
}
.inbox_489ban {
    display: flex;
}
.form_wrap button {
    padding: 10px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #944260;
    border: 2px solid #944260;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
}
.form_wrap button:hover {
    color: #944260;
    background-color: #fff;
}
body:not(.page-id-2567).date_489ban dd label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}
.date_489ban dd input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    cursor: pointer;
    -webkit-appearance: checkbox;
}
.person_489ban dt {
  visibility: hidden;
  position: relative;
}

.person_489ban dt::after {
  content: "人数";
  visibility: visible;
  position: absolute;
  left: 0;
}

.btn_arrow::after {
    display: none;
}
body:not(.page-id-2567) .btn_arrow{
    background-color: #fff;
    border: 1px solid #944260;
    padding: 4px 20px;
    margin: 8px 0;
    font-weight: normal;
    border-radius: 4px;
    font-family: "游明朝体", "Yu Mincho", serif;
}
body:not(.page-id-2567) .btn_arrow_under{
    background-color: #fff;
    color: #944260;
    border: 1px solid #944260;
    padding: 4px 20px;
    margin: 2px 0;
    font-weight: normal;
    border-radius: 4px;
    font-family: "游明朝体", "Yu Mincho", serif;
}
/* ボタンの文字を明朝体に */
body:not(.page-id-2567) #top_reserve1 .form_wrap button {
    font-family: "游明朝体", "Yu Mincho", serif;
    position: relative;       /* 疑似要素用 */
    padding: 16px 4em 16px 2.5em;  
}
/* 虫眼鏡アイコンをボタンの左に表示 */
body:not(.page-id-2567) #top_reserve1 .form_wrap button::before {
    content: url('./img/add/search.svg'); /* 好きな虫眼鏡アイコンURLに変更可 */
    position: absolute;
    right: 10%;               /* アイコンの左余白 */
    top: 40%;
    transform: translateY(-50%); /* 垂直中央揃え */
    width: 18px;               /* アイコンサイズ調整 */
    height: 18px;
}

/* 予約特典*/
.reserve_tokuten{
    font-size: 3rem;
    text-align: center;
    color: #fff;
}
.tokuten_title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
}
.reserve_tokuten .tokuten_hane{
    padding: 17px 19px;
    width:57px;
}
.reserve_tokuten .tokuten_hane:last-child{
    transform: scaleX(-1);
}
.tokuten_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding-top: 24px;
}
.tokuten_content .tokuten{
    width: 40%;
}
.small{
    color: #fff;
    font-size: 15px;
    padding-top: 24px;
}
.reserve_tel{
    display: flex;
    justify-content: center;
    align-items: center;
   padding-top: 4em;
    gap: 40px;
}
.reserve_tel_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.reserve_tel_block a{
    font-size: 42px;
    color: #fff;
}
.reserve_link_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.reserve_link_block a{
    padding: 0.5em 0;
    color: #944260;
    width: 300px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #944260;
    transition: all .3s ease;
}
.small{
    padding-top: 4em;
}
/* ========================================================================
  トピックス
   ========================================================================== */
   .topics{
    padding-bottom: 6em;
    padding-top: 3em;
    background-image: url(./img/add/topics_bg.png);
    background-size: cover;
}
.topics .subtitle {
    color: #fff;
}

.topics .subtitle::before,
.topics .subtitle::after {
    content: "";
    height: 1px;
    width: 2em;
    background: #fff;
}
.topics .link{
    padding-top: 4em;
}
/* ========================================================================
  アクセス
   ========================================================================== */
.access{
    padding-bottom: 8em;
    background-image: url(./img/add/tile_washi.png);
    background-size: cover;
    background-repeat: repeat;
}
.access_info{
    display: flex;
    align-items: flex-start;
    font-size: 19px;
    gap: 56px;
    justify-content: center;
    color: #944260;
    padding-bottom: 40px;
}
.access_info img{
    width: 26px;
}
.access_info_block{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.access_info_block p{
    padding-top: 8px;
}
.access_info_black{
    color: #000;
}
.access_map{
    padding-bottom: 0;
}
.access_map .google_map {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 4em;
}

.access_map .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* ==========================================================================
   お知らせ共通
   ========================================================================== */
.news{
    padding-bottom: 8em;
}
.news_thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_thumb img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}
.news .btn_wrap{
    padding: 4em 0 0;
}
/* ==========================================================================
   PC 3列表示
   ========================================================================== */
@media (min-width: 768px) {
  .news_swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .news_swiper .swiper-slide {
    width: calc((100% - 40px)/3); /* 3列表示 */
    flex-shrink: 0;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   お客様の声
   ========================================================================== */
.voices{
  background: url('./img/add/koe_bg_sp.png') no-repeat center center;
  background-size: cover;
  padding-bottom: 8em;
}
  .voices .subtitle {
    color: #fff;
  }
.voices .subtitle::before,
.voices .subtitle::after {
    content: "";
    height: 1px;
    width: 2em;
    background: #fff;
}
    .voices a:hover {
    opacity: 0.6;
    transform: none;
}

@media (min-width: 768px) {
  .voices{
    background: url('./img/add/koe_bg.png') no-repeat center center;
    background-size: cover;
    padding-bottom: 10em;
  }
.top_voices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; /* 子要素の高さを揃える */
  margin: -20px; /* 子のmargin分を引く */
}

.voice_item {
  flex: 1 1 calc((33.333% - 40px)); /* 3列、左右margin考慮 */
  margin: 20px; /* 外側の余白 */
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #944260;
  border-radius: 4px;
  padding: 2em 3em;
  position: relative;
  color: #000;
  min-width: 250px;
  box-sizing: border-box;
  height: 200px; /* ← 高さを固定したい場合 */
}
  .voice_thumb {
    flex: 0 0 120px;
    height: 120px;
    overflow: hidden;
    margin-right: 12px;
  }
  .voice_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  .voice_title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .voice_excerpt {
    margin: 0;
  }
  .voice_date {
    position: absolute;
    bottom: 12px;
    right: 1.5em;
    font-size: 18px;
    color: #909090;
  }
  .voices .btn_wrap{
    padding-top: 2em;
  }

}
  .under_tel{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .under_tel .tel_wrap{
        color: #fff;
        padding-right: 4em;
        text-align: center;
    }
  .under_tel .tel_wrap a{
    font-size: 40px;
     color: #fff;
  }
  .under_tel .tel_wrap p{
    font-size: 20px;
     color: #fff;
  }
    .under_tel  .link_wrap{
    text-align: center;
  }
  .under_tel  .link_wrap a{
    padding: 0.35em 2em;
    font-size: 20px;
    margin: 0.5em;
  }
  .under_tel .link_wrap{
    display: flex;
    flex-direction: column;
  }


/* ==========================================================================



タブレット



   ========================================================================== */

/* --- Tablet / Desktop Small (1024px以下) --- */
@media only screen and (max-width: 1024px) {
    .row2 .slide_track {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 上段3列 */
        grid-template-rows: auto auto;         /* 2行に分ける */
        gap: 30px;
    }
}



/* ==========================================================================



スマホ



   ========================================================================== */
/* --- Mobile Standard (768px以下) --- */
@media only screen and (max-width: 768px) {
    body { font-size: 1.6rem; }
/* ==========================================================================
   コンセプトセクション
   ========================================================================== */
.intro {
    background-image: url("/wp-content/themes/asagiriso_custom/img/add/intro-bg-6ecabb_sp.png");
}
.intro__inner {
    font-size: 16px;
}
.intro__lead {
    margin: 0 0 1em;
}
.intro__content{
    padding: 10em 0 2em ;
}
/* ==========================================================================
   共通パーツ
   ========================================================================== */
.pc{
    display: none;
}
.sp{
    display: block;
}
/* ボタン */
.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
body.home .btn1 {
    width: 250px;
    padding: 20px 55px 22px 28px;
    font-size: 1em;
}
body.home .intro .btn1 {
        font-size: 0.8em;
}
.btn1 span {
    right: -30px;
    width: 50px;
}
.sec_head{
    font-size: 2.4rem;
    padding: 4rem 1px 0.5rem;
    left: 10%;
    letter-spacing: 0.5em;
}
.section_img{
    height: 400px;
}
.sec_content{
    bottom: -100px;
    left: 5%;
    font-size: 2.5rem;
}
/* 共通デザイン */
body.home .wrapper{
    max-width: 95%;
}
.subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 21px;
    padding: 6em 0 2em;
}
.subtitle::before,
.subtitle::after {
    content: "";
    height: 1px;
    width: 2em;
    background: #000;
}
.flex_contents p{
    padding: 1em;
}
/* sec_head */
sec_head{
    font-size: 20px;
    letter-spacing: 1rem;
    padding: 4rem 2px 1rem;
    top: -20px;
    left: 10%;
}
.section_img{
    height: 390px; /* 好きな高さに固定 */
}
.sec_content{
    position: absolute;
    bottom: -100px;
    left: 5%;
    font-size: 22px;
}
.contents_text{
    padding: 0 0 40px 40px;
    font-size: 16px;
}
/* ==========================================================================
   お料理
   ========================================================================== */
.cuisine{
    background-image: url(./img/add/cui_bg_sp.png);
    padding-bottom: 8em;
}
.cuisine1{
    width: 100%;
    margin: 0;
    padding: 1em  0;
}
.cuisine .section_img{
    background-image: url("./img/add/cuisine_bg_sp.png");
}
.cuisine .right_flex{
    display: flex;
    justify-content: flex-end;
}
.kani{
    width: 50%;
    text-align: right;
    margin-left: 50%;
    margin-top: -60px;
}
.cuisine2{
    width: 100%;
    margin: 0;
    padding: 1em  0;
}
.kaninabe{
    width: 40%;
}
.cuisine3{
    width: 90%;
    margin: 0 auto;
}
.beef{
    padding: 3em 0;
    width: 90%;
    margin: 0 auto;
}

/* ==========================================================================
   客室
   ========================================================================== */
.room{
    padding-bottom: 8em;
}
.room3{
    width: 90%;
    padding-left: 20px;
}
.room .contents_text{
    width: 100%;
    padding: 24px 24px 30px;
}
.room .section_img{
    background-image: url("./img/add/room_bg_sp.png");
}
.row1, .row2 {
    overflow: hidden;
}
.slide_track {
    display: flex;
    width: max-content;
}
/* 部屋リスト */
.row1 .slide_track{
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 0 auto 4em;
}
    .row2 .slide_track {
        display: flex;           /* 横スクロール */
        overflow-x: auto;        /* はみ出す場合スクロール */
        width: max-content;      /* アイテム幅に合わせる */
        gap: 14px;               /* アイテム間隔 */
        margin: 0 auto 4em;
    }

    .row2 .slide_track > .room_list {
        flex: 0 0 250px;         /* スライド1枚の幅 */
        margin-right: 16px;      /* アイテム間隔 */
    }
.room_list {
    width: 250px;
    flex-shrink: 0;
    margin-right: 16px;
}
.slide_track.left {
    animation: slideLeft 20s linear infinite;
}
.slide_track.right {
    animation: slideRight 25s linear infinite;
}
.room_dx{
    font-size: 14px;
}

@keyframes slideLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes slideRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.room .btn_wrap{
    padding-top: 2em;
}
.room .subtitle{
        padding: 4em 0 2em;
}
/* ==========================================================================
   温泉
   ========================================================================== */
.onsen .section_img{
    background-image: url("./img/add/onsen_bg_sp.png");
}
.onsen .contents img{
    width: 95%;
    padding-left: 20px;
    padding-bottom: 40px;
    margin: 0;
}
.onsen_img {
    margin-top: -5em;
}
.onsen .contents_text {
    text-align: left;
    padding: 24px 24px 30px;
}
/* ==========================================================================
   子供、barrier freeリンク
   ========================================================================== */
.link{
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    padding: 6em 0;
}
.link a{
    width: 90%;
    margin: 0 auto;
}
/* ==========================================================================
  予約エリア
   ========================================================================== */
#top_reserve1 {
    padding-top: 4em;
    padding-bottom: 4em;
}
.reserve_top{
    gap: 20px;
}
.best_rate{
    width: 6em;
}
body:not(.page-id-2567) #top_reserve1 .reserve_form{
    width: 90%;
    padding: 50px 0px 20px;
}
.reserve_top p{
    font-size: 2rem;
    line-height: 2em;
}
.reserve_top p span{
    font-size: 3rem;
}
body:not(.page-id-2567) #top_reserve1 .form_block {
    display: flex;
    flex-direction: column;
}
#top_reserve1 .form_wrap {
    padding-right: 0px;
}
.inbox_489ban {
    display: flex;
}
.room_489ban{
    margin-right: 1em;
}
.person_489ban{
    margin-right: 2em;
}
.form_wrap button {
    width: 90%;
    margin: 1em 0 0;
}
body:not(.page-id-2567).form_wrap form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.form_wrap dt {
    font-size: 1.5rem;
    text-align: left;
}
.btn_arrow{
    padding: 1em 5.5em;
    margin: 8px 0;
}
body:not(.page-id-2567) .btn_arrow{
    padding: 1em 5.5em;
}
/* ボタンの文字を明朝体に */
body:not(.page-id-2567) #top_reserve1 .form_wrap button {
    padding: 16px 5em; 
}
body:not(.page-id-2567) #top_reserve1 .form_wrap{
    padding-right: 0;
}
/* 予約特典*/
.tokuten_title{
    padding-top: 0;
}
.reserve_tokuten{
    font-size: 2.5rem;
}
.reserve_tokuten .tokuten_hane{
    padding: 0.4em;
    width: 32px;
}
.tokuten_content{
    flex-direction: column;
    gap: 24px;
    padding-top: 24px;
}
.tokuten_content .tokuten{
    width: 90%;
}
.reserve_tel{
    display: flex;
    justify-content: center;
    align-items: center;
   padding-top: 4em;
    gap: 40px;
}
.reserve_tel_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.reserve_tel_block a{
    font-size: 42px;
    color: #fff;
}
.reserve_link_block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.reserve_link_block a{
    padding: 0.5em 0;
    color: #944260;
    width: 300px;
    font-size: 1.8rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #944260;
    transition: all .3s ease;
}
/* -------------------------------
   スマホ下部固定ボタン
------------------------------- */
 .sp_fixed_btn {
        display: flex;
        justify-content: center;   /* 中央寄せ */
        position: fixed;
        bottom: 15px;              /* 下に少し余白 */
        left: 0;
        width: 100%;
        z-index: 9999;
        pointer-events: none;      /* 親はクリック無効 */
    }

    .sp_fixed_btn a {
        pointer-events: auto;      /* ボタンだけクリック可 */
        display: block;
        width: 90%;                /* 左右余白 */
        max-width: 400px;
        padding: 10px 10px;
        text-align: center;
        background: #944260;
        color: #fff;
        font-size: 17px;
        font-family: "游明朝体", "Yu Mincho", serif;
        text-decoration: none;
        border-radius: 8px;       /* 角丸 */
    }
      .under_tel{
    flex-direction: column;
  }
  .under_tel .tel_wrap{
        padding-right: 0em;
    }
  .under_tel .tel_wrap{
        color: #fff;
        padding-right: 0;
        text-align: center;
    }
  .under_tel .tel_wrap a{
    font-size: 40px;
     color: #fff;
  }
  .under_tel .tel_wrap p{
    font-size: 20px;
     color: #fff;
  }
    .under_tel  .link_wrap{
    text-align: center;
  }
#top_reserve1 .link_wrap{
    display: flex;
    flex-direction: column;
}
.under_tel .link_wrap a{
    padding: 1em 5.5em;
    font-size: 1em;
}

/* ========================================================================
  トピックス
   ========================================================================== */
.topics{
    padding-bottom: 0em;
    background-image: url(./img/add/topics_bg_sp.png);
}
.topics .link{
    padding-top: 1em;
}
/* ========================================================================
  アクセス
   ========================================================================== */
.access_info{
    display: flex;
    flex-direction: column;
    font-size: 18px;
    gap: 10px;
    padding-left: 1em;
}
.access_info img{
    width: 24px;
    padding-top: 8px;
}
.access_map .google_map {
    height: 350px;
    width: 100%;
    margin: 0 auto 1em;
}

/* ==========================================================================
   お知らせ
   ========================================================================= */
  .news_swiper .swiper-wrapper {
    display: flex; 
  }
  .news_swiper .swiper-slide {
    width: 80%; 
    flex-shrink: 0;
    margin-left: 40px; 
  }
/* ==========================================================================
   お客様の声
   ========================================================================= */
.voices{
  background: url('./img/add/koe_bg_sp.png') no-repeat center center;
  background-size: cover;
  padding-bottom: 8em;
}
  .voices_swiper .swiper-wrapper {
    display: flex;
  }
  .voices_swiper .swiper-slide {
    width: 70%;
    flex-shrink: 0;
    margin: 0 0px 0 30px;
  }
  .voice_item {
    display: flex;
    flex-direction: column;
    padding: 2.5em;
    background: #fff;
    border-radius: 4px;
    position: relative;
  }
  .voice_thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .voice_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .voice_title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .voice_excerpt {
    font-size: 14px;
  }
  .voice_date {
    position: absolute;
    bottom: 8px;
    right: 1.5em;
    font-size: 14px;
    color: #909090;
  }
  .voices .btn_wrap{
    padding-top: 4em;
  }

    #back-top {
    display: none !important;
  }

}


/* --- Mobile Small (520px以下) --- */
@media only screen and (max-width: 520px) {
    .room_facility_li,
    .faci_spa_block {
        width: 100%;
    }
    .alink_img { height: 90px; }

    .link_block.c4 a {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* --- Extra Small (370px以下) --- */
@media only screen and (max-width: 370px) {
    .form_wrap form {
        flex-direction: column;
        align-items: center;
    }
    .date_489ban { margin-right: 0; }

    .head2 { font-size: 1.8rem; }
}
