@charset "utf-8";
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, li, ol, p, pre, td, textarea, th, ul, figure {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table img {
    width: 100%
}
fieldset, img {
    border: 0;
    vertical-align: bottom
}
address, caption, cite, dfn, em, scode, strong, th, var {
    font-style: normal;
}
li, ol, ul {
    list-style: none;
    padding: 0;
    margin: 0
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
q:after, q:before {
    content: ''
}
abbr, acronym {
    border: 0
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}
a, button, input[type=submit] {
    cursor: pointer
}
a:hover, button:hover, input[type=submit]:hover {
    opacity: .7
}
input[type=submit] {
    -webkit-appearance: none
}
/*
    ヘッダーおよびFVに関してはこのファイルに記述、head内でincludeする
    公開時はminifierに掛ける
*/
/*---------------------------
 共通クラス
---------------------------*/
.error-hidden, div[class^=err_] {
    display: none;
}
.error-visible {
    display: block !important;
}
/*----------------
 ヘッダー追跡系
----------------*/
.fixedHeader {
    position: fixed !important;
    top: 0 !important;
    z-index: 99 !important;
    width: 100% !important;
}
/*----------------
 ヘッダー以外の追従コンテンツ
----------------*/
.follow_fixed {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 98 !important;
}
p.common_headline {
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    background-position: center;
}
#breadcrumb ul {
    display: flex;
}
#breadcrumb li:not(:last-of-type)::after {
    content: "＞";
}
#breadcrumb li a {
    color: #000;
    text-decoration: none;
}
/*----------------
 アライメント
----------------*/
.t_center {
    text-align: center;
}
.t_right {
    text-align: right;
}
.t_left {
    text-align: left;
}
/*----------------
 フォームフロー
----------------*/
.step_flow .visited {
    font-weight: 600;
}
.step_flow {
    display: flex;
    max-width: 400px;
    position: relative;
    margin: 20px auto;
    text-align: center;
}
.step_flow li {
    font-size: 14px;
    list-style: none;
    position: relative;
    width: 33.333%;
}
.step_flow li:first-of-type::after {
    content: none;
}
.step_flow li span {
    background: #CFC9BD;
    color: #ffffff;
    display: inline-block;
    height: 34px;
    margin-bottom: 5px;
    line-height: 34px;
    width: 34px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.step_flow .visited span, .step_flow .visited::after {
    background-color: #2F5874;
}
.step_flow li:after {
    background: #CFC9BD;
    content: "";
    width: calc(100% - 34px);
    height: 4px;
    position: absolute;
    left: calc(-50% + 17px);
    top: 15px;
}
/*----------------
 margin
----------------*/
/* 左右marginをauto */
.m_auto {
    margin-left: auto;
    margin-right: auto;
}
/*----------------
 フォント
----------------*/
.main_img img {
    width: 100%;
}
body {
    /* メイリオ
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif; */
    /* 游ゴシック */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
* {
    font-family: "游明朝", YuMincho, Yu-Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/* コンテンツ幅 */
.cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cl:after {
    content: "";
    clear: both;
    display: block;
}
/*---------------------------
 各余白
---------------------------*/
/*----------------
 マージン：上
----------------*/
/* 5px */
.mt5 {
    margin-top: 5px !important;
}
/* 10px */
.mt10 {
    margin-top: 10px !important;
}
/* 15px */
.mt15 {
    margin-top: 15px !important;
}
/* 20px */
.mt20 {
    margin-top: 20px !important;
}
/* 25px */
.mt25 {
    margin-top: 25px !important;
}
/* 30px */
.mt30 {
    margin-top: 30px !important;
}
/* 35px */
.mt35 {
    margin-top: 35px !important;
}
/* 40px */
.mt40 {
    margin-top: 40px !important;
}
/* 45px */
.mt45 {
    margin-top: 45px !important;
}
/* 50px */
.mt50 {
    margin-top: 50px !important;
}
/* 55px */
.mt55 {
    margin-top: 55px !important;
}
/* 60px */
.mt60 {
    margin-top: 60px !important;
}
/* 65px */
.mt65 {
    margin-top: 65px !important;
}
/* 70px */
.mt70 {
    margin-top: 70px !important;
}
/*----------------
 マージン：上（pc基準でレスポンシブ）
----------------*/
.mt_pc80 {
    margin-top: 80px;
}
.mt_pc70 {
    margin-top: 70px;
}
.mt_pc60 {
    margin-top: 60px;
}
.mt_pc50 {
    margin-top: 50px;
}
.mt_pc45 {
    margin-top: 45px;
}
.mt_pc40 {
    margin-top: 40px;
}
.mt_pc35 {
    margin-top: 35px;
}
.mt_pc30 {
    margin-top: 30px;
}
.mt_pc25 {
    margin-top: 25px;
}
/*----------------
 マージン：下
----------------*/
/* 5px */
.mb10 {
    margin-bottom: 5px !important;
}
/* 10px */
.mb10 {
    margin-bottom: 10px !important;
}
/* 15px */
.mb15 {
    margin-bottom: 15px !important;
}
/* 20px */
.mb20 {
    margin-bottom: 20px !important;
}
/* 25px */
.mb25 {
    margin-bottom: 25px !important;
}
/* 30px */
.mb30 {
    margin-bottom: 30px !important;
}
/* 35px */
.mb35 {
    margin-bottom: 35px !important;
}
/* 40px */
.mb40 {
    margin-bottom: 40px !important;
}
/* 45px */
.mb45 {
    margin-bottom: 45px !important;
}
/* 50px */
.mb50 {
    margin-bottom: 50px !important;
}
/* 55px */
.mb55 {
    margin-bottom: 55px !important;
}
/* 60px */
.mb60 {
    margin-bottom: 60px !important;
}
/* 65px */
.mb65 {
    margin-bottom: 65px !important;
}
/* 70px */
.mb70 {
    margin-bottom: 70px !important;
}
/*----------------
 マージン：下（pc基準でレスポンシブ）
----------------*/
.mb_pc80 {
    margin-bottom: 80px;
}
.mb_pc70 {
    margin-bottom: 70px;
}
.mb_pc60 {
    margin-bottom: 60px;
}
.mb_pc50 {
    margin-bottom: 50px;
}
.mb_pc45 {
    margin-bottom: 45px;
}
.mb_pc40 {
    margin-bottom: 40px;
}
.mb_pc35 {
    margin-bottom: 35px;
}
.mb_pc30 {
    margin-bottom: 30px;
}
.mb_pc25 {
    margin-bottom: 25px;
}
/*----------------
 パディング：上
----------------*/
/* 5px */
.pt5 {
    padding-top: 5px !important;
}
/* 10px */
.pt10 {
    padding-top: 10px !important;
}
/* 15px */
.pt15 {
    padding-top: 15px !important;
}
/* 20px */
.pt20 {
    padding-top: 20px !important;
}
/* 25px */
.pt25 {
    padding-top: 25px !important;
}
/* 30px */
.pt30 {
    padding-top: 30px !important;
}
/* 35px */
.pt35 {
    padding-top: 35px !important;
}
/* 40px */
.pt40 {
    padding-top: 40px !important;
}
/* 45px */
.pt45 {
    padding-top: 45px !important;
}
/* 50px */
.pt50 {
    padding-top: 50px !important;
}
/* 55px */
.pt55 {
    padding-top: 55px !important;
}
/* 60px */
.pt60 {
    padding-top: 60px !important;
}
/* 65px */
.pt65 {
    padding-top: 65px !important;
}
/* 70px */
.pt70 {
    padding-top: 70px !important;
}
/*----------------
 パディング：上（pc基準でレスポンシブ）
----------------*/
.pt_pc80 {
    padding-top: 80px;
}
.pt_pc70 {
    padding-top: 70px;
}
.pt_pc60 {
    padding-top: 60px;
}
.pt_pc50 {
    padding-top: 50px;
}
.pt_pc45 {
    padding-top: 45px;
}
.pt_pc40 {
    padding-top: 40px;
}
.pt_pc35 {
    padding-top: 35px;
}
.pt_pc30 {
    padding-top: 30px;
}
.pt_pc25 {
    padding-top: 25px;
}
/*----------------
 パディング：下
----------------*/
/* 5px */
.pb5 {
    padding-bottom: 5px !important;
}
/* 10px */
.pb10 {
    padding-bottom: 10px !important;
}
/* 15px */
.pb15 {
    padding-bottom: 15px !important;
}
/* 20px */
.pb20 {
    padding-bottom: 20px !important;
}
/* 25px */
.pb25 {
    padding-bottom: 25px !important;
}
/* 30px */
.pb30 {
    padding-bottom: 30px !important;
}
/* 35px */
.pb35 {
    padding-bottom: 35px !important;
}
/* 40px */
.pb40 {
    padding-bottom: 40px !important;
}
/* 45px */
.pb45 {
    padding-bottom: 45px !important;
}
/* 50px */
.pb50 {
    padding-bottom: 50px !important;
}
/* 55px */
.pb55 {
    padding-bottom: 55px !important;
}
/* 60px */
.pb60 {
    padding-bottom: 60px !important;
}
/* 65px */
.pb65 {
    padding-bottom: 65px !important;
}
/* 70px */
.pb70 {
    padding-bottom: 70px !important;
}
/*----------------
 パディング：下（pc基準でレスポンシブ）
----------------*/
.pb_pc80 {
    padding-bottom: 80px;
}
.pb_pc70 {
    padding-bottom: 70px;
}
.pb_pc60 {
    padding-bottom: 60px;
}
.pb_pc50 {
    padding-bottom: 50px;
}
.pb_pc45 {
    padding-bottom: 45px;
}
.pb_pc40 {
    padding-bottom: 40px;
}
.pb_pc35 {
    padding-bottom: 35px;
}
.pb_pc30 {
    padding-bottom: 30px;
}
.pb_pc25 {
    padding-bottom: 25px;
}
/*---------------------------
 投稿内Common
---------------------------*/
.post_content ol {
    margin-bottom: 10px;
}
.post_content ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
}
.post_content ul {
    margin-bottom: 10px;
}
.post_content ul li {
    list-style: disc !important;
    list-style-position: inside !important;
}
.post_content strong {
    font-weight: 600 !important;
}
.post_content em {
    font-style: italic !important;
}
.post_content p {
    margin-bottom: 10px !important;
}
.post_content img {
    max-width: 100%;
    height: auto;
}
.post_img_wrap {
    margin-bottom: 15px;
}
.post_img_wrap::after {
    content: "";
    clear: both;
    display: block;
}
.post_img_wrap img {
    width: 100%;
    height: auto;
}
.post_img_wrap > a {
    position: relative;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.post_img_wrap > a::after {
    content: '';
    background-image: url("/img/zoom.jpg");
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.post_img_wrap > picture a {
    display: inline-block;
    position: relative;
}
.post_img_wrap > picture a::after {
    content: '';
    background-image: url("/img/zoom.jpg");
    -webkit-background-size: contain;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
/*---------------------------
 記事本文
---------------------------*/
.post_content h2 {
    background-color: #42809E;
    color: #fff;
    padding: 10px 10px 10px 20px;
    font-weight: 600;
    border-left: 5px solid #1E5068;
    font-size: 20px;
    margin-bottom: 15px;
}
.post_content h3 {
    border-bottom: 2px dotted #42809E;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #42809E;
}
.post_content h3:before {
    content: "●";
    display: inline-block;
    margin-right: 5px;
}
ul.blog_list {
    margin-bottom: 30px;
    list-style-type: none;
}
.post_content .blog_list li {
    position: relative;
    padding: 0 0 0 40px;
    margin: 7px 0 7px 0px;
    border-bottom: dashed 1px #28B19A;
    list-style: none !important;
}
.post_content .blog_list li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #28B19A;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post_content div:not(.post_img_wrap) > img {
    margin-bottom: 10px;
}
/* ランキング */
.post_content .rankingBox {
    margin: 0 auto 30px;
}
.post_content .rankingBox li {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #28B19A;
    list-style: none !important;
    text-indent: initial;
}
.post_content .rankingBox li img {
    width: 50px;
    height: auto;
    margin-right: .5em;
    display: block;
}
.post_content .rankingBox li .textArea {
    font-size: 115%;
}
/* 設問 */
.post_content .setsumonBox {
    width: 80%;
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 15px;
    background-color: #f5ecee;
}
.post_content .setsumonBox dt {
    margin: 0 auto 10px;
    font-weight: bold;
    color: #9E4252;
}
.post_content .setsumonBox dd ul {
    margin: 0 auto;
}
/* 参考サイト */
.post_content .referenceBox {
    margin: 0 auto 20px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.post_content .referenceBox .reference {
    width: 4em;
    margin-right: 1em;
    border-radius: 100vh;
    background-color: #f5ecee;
    color: #9E4252;
    text-align: center;
}
.post_content .referenceBox a {
    width: calc(100% - 4em);
}
.post_content .matome {
    background-color: #FFFBE2;
    padding: 20px;
    border: 1px solid #E3B805;
}
.post_content .matome h2 {
    background-color: #E3B805;
    border-left: 5px solid #A88A0E;
}
/* バナーボタンきらきら */
.post_content .kirakira {
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}
.post_content .kirakira:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -75%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    animation: shine 1.5s infinite;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.blog_cta_btn {
    color: #fff;
    background-color: #eb6100;
    border-bottom: 5px solid #b84c00;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
    padding: 15px 5px;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-left: 25px;
}
.blog_cta_btn::before { /* くの字の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px; /* ②棒が長くなった分、右へ7px移動 */
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.blog_cta_btn::after { /* 棒の表示設定 */
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
}
.blog_cta_btn:hover {
    margin-top: 3px;
    color: #fff;
    background: #f56500;
    border-bottom: 2px solid #b84c00;
}
.blog_cta_btn {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
/*---------------------------
目次
---------------------------*/
div#ez-toc-container {
    padding: 20px;
    background-color: #E8F3F5;
    border: 1px solid #15ABCE;
    margin-bottom: 20px;
}
.ez-toc-title {
    font-size: 20px;
    font-weight: 600;
    color: #244B5E;
    padding: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #244B5E;
}
div#ez-toc-container a {
    font-size: 14px;
    color: #2B7192;
}
div#ez-toc-container ul {
    position: relative;
}
div#ez-toc-container ul li {
    list-style-type: none !important;
    font-weight: 600;
}
div#ez-toc-container ul li:before {
    content: ""; /* 空の要素作成 */
    width: 10px; /* 幅指定 */
    height: 10px; /* 高さ指定 */
    display: inline-block; /* インラインブロックにする */
    background-color: #244B5E; /* 背景色指定 */
    border-radius: 50%; /* 要素を丸くする */
    margin-right: 3px;
}
div#ez-toc-container ul li ul li a {
    font-size: 13px;
    font-weight: 100;
    color: #636464;
}
.post_content .glay_box {
    border-radius: 15px;
    margin: 20px 0;
    background: #eff5f6;
    border: 5px solid #e5eeef;
    padding: 20px;
}
div#ez-toc-container ul li.ez-toc-heading-level-3::before {
    background-color: #69A1BC;
}
/* =========================
 header + FV 追記分（既存CSSは変更しない）
========================= */
/* =========================
 header
========================= */
.site_header {
    position: relative;
    background: #fff;
}
.header_bar {
    height: 26px;
    background: #2f5874;
}
.header_inner {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.header_logo img {
    display: block;
    height: 34px;
    width: auto;
}
.header_nav ul {
    display: flex;
    align-items: center;
    gap: 0;
}
.header_nav li {
    position: relative;
    padding: 0 0.75em;
}
.header_nav li:not(:first-child)::before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b9b9b9;
    font-size: 12px;
}
.header_nav a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: clamp(9px, 1.1719vw, 15px);
    letter-spacing: .02em;
}
.header_cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    background: #1aa7c6;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .02em;
    white-space: nowrap;
}
/* =========================
 FV
========================= */
.fv_copy {
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}
/* 縦組みタイトル */
.fv_title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 64px;
    line-height: 1.15;
    letter-spacing: .12em;
    color: #fff;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
.fv_title span {
    display: block;
}
/* 下部帯 */
.fv_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3vw;
    padding: 0;
}
.fv_lead {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: .04em;
    margin-bottom: 18px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, .35);
}
.fv_btns {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}
.fv_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .85);
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, .08);
    letter-spacing: .06em;
    font-size: clamp(9px, 1.2813vw, 24.6px);
    padding: 0.3em 2em;
}
/* =========================
 main2：4枚導線カード（2x2）追記分
========================= */
.top_links {
    padding: 60px 0;
    background-color: #ffffff;
    /* 麻の葉っぽい薄柄（画像なしで再現） */
    background-image: url(/img/bg_top.svg);
    background-size: 60vw;
    background-position: center;
}
.top_links_grid {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}
.top_link_card {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
    position: relative;
}
.top_link_a {
    display: block;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.top_link_img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
/* 画像の上に白い半透明＋下方向グラデ */
.top_link_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 18px 18px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    height: 43%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_link_title {
    letter-spacing: .10em;
    color: #2b2b2b;
    margin-bottom: 1em;
}
.top_link_text {
    letter-spacing: .04em;
    color: #4a4a4a;
    margin-bottom: 2.5em;
}
.top_link_btn, .link_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    min-width: 210px;
    height: 42px;
    background: #2f5874;
    color: #fff;
    font-size: 12px;
    letter-spacing: .10em;
    padding: 1.5em 2em;
}
.link_arrow {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 10px;
    margin-left: 0;
}
/* 横線 */
.link_arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
}
/* 斜め線（矢印ヘッド） */
.link_arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: transparent;
    transform: translateY(-50%) rotate(45deg);
}
/* hover：少しだけ浮く */
.top_link_a:hover .top_link_btn {
    opacity: 1; /* 既存のa:hoverで0.7になるので、ボタンは落としすぎない */
    filter: brightness(1.05);
}
.top_link_a:hover {
    opacity: 1; /* 既存のa:hoverを打ち消し（カード全体の視認性維持） */
}
.top_link_a:hover .top_link_img img {
    transform: scale(1.02);
    transition: transform .35s ease;
}
.top_link_img img {
    transition: transform .35s ease;
}
/* =========================
 main3：当館について（上下パララックス）追記分
========================= */
.top_about {
    max-width: 1920px; /* 全幅：1920 */
    margin-left: auto;
    margin-right: auto;
}
/* ---- パララックス共通 ---- */
.parallax_block {
    position: relative;
    overflow: hidden;
    height: 360px; /* PC基準：後で全体見て調整 */
    background: #000;
}
.parallax_fig {
    position: absolute;
    inset: 0;
}
.parallax_media {
    width: 100%;
    height: auto;
}
.parallax_block_bottom {
    height: 420px;
}
/* ---- 中の説明ブロック ---- */
.top_about_body {
    background: #E5ECF3;
    padding: 54px 0 50px;
    position: relative;
}
/* 右側の薄い装飾（線画っぽい） */
.top_about_body::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17vw;
    opacity: 1;
    background-size: contain;
    background: url(/img/bg_wave_right.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.common_h2_before {
    text-align: center;
    font-size: clamp(9px, 2.1vw, 21px);
    color: #51606a;
    margin-bottom: 0.2em;
    font-weight: 500;
}
.common_h2 {
    text-align: center;
    font-size: clamp(9px, 3vw, 30px);
    color: #2b2b2b;
    font-weight: 500;
    margin-bottom: 1.8em;
}
.common_lead_text {
    font-weight: 500;
    text-align: center;
    font-size: clamp(9px, 2.1vw, 21px);
    line-height: 2.0;
    color: #4a4a4a;
    margin-bottom: 2.5em;
}
.top_common_btn {
    text-align: center;
    margin-bottom: clamp(9px, 11.8vw, 118px);
}
.top_common_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
	height: auto;
    background: #2f5874;
    color: #fff;
    text-decoration: none;
    font-size: clamp(9px, 2.1vw, 21px);
    letter-spacing: .10em;
    padding: 0.5em 1.5em;
}
.top_about_arrow {
    font-size: 14px;
    line-height: 1;
}
.top_about_photos {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.top_about_photo {
    width: clamp(9px, 45.3vw, 453px);
}
.top_about_photo img {
    width: 100%;
    height: auto;
}
/* ---- hover の全体opacity落ちを抑える（必要なら） ---- */
.top_about_btn_a:hover {
    opacity: 1;
    filter: brightness(1.05);
}
/* =========================
 main4：お料理（テキスト＋2枚画像）追記分
========================= */
.top_food {
    max-width: 1920px; /* 全幅：1920 */
    margin-left: auto;
    margin-right: auto;
}
/* 背景（薄ブルー＋左の線画装飾） */
.top_food_body {
    background: #e9eff4;
    padding: 78px 0 74px;
    position: relative;
    overflow: hidden;
}
/* 上中央の細い縦線 */
.top_about_body::before, .top_food_body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: #2f5874;
    opacity: .65;
}
/* 左の線画っぽい装飾（当館aboutと同系） */
.top_food_body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 26vw;
    opacity: 1;
    background-size: contain;
    background: url(/img/bg_wave_left.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.top_food_kicker {
    text-align: center;
    font-size: 12px;
    letter-spacing: .18em;
    color: #51606a;
    margin-bottom: 12px;
}
.top_food_title {
    text-align: center;
    font-size: 26px;
    letter-spacing: .10em;
    color: #2b2b2b;
    margin-bottom: 18px;
}
.top_food_lead {
    text-align: center;
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: .06em;
    color: #4a4a4a;
    margin-bottom: 26px;
}
.top_food_btn {
    text-align: center;
    margin-bottom: 54px;
}
.top_food_btn_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    background: #2f5874;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .10em;
}
.top_food_arrow {
    font-size: 14px;
    line-height: 1;
}
.top_food_photos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.top_food_photo {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
}
.top_food_photo img {
    width: 100%;
    height: auto;
}
/* hoverの全体opacity落ち対策（必要なら） */
.top_food_btn_a:hover {
    opacity: 1;
    filter: brightness(1.05);
}
/* =========================
 main5/6：温泉・施設（左右分割）追記分
========================= */
.top_split * {
    text-align: left;
}
.top_split_inner {}
.top_split_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top_split_txt {
    background: #ffffff;
    position: relative;
}
.top_split_txt_inner {
    max-width: 480px;
    padding: 54px 46px;
    position: relative;
}
.top_split_kicker {
    font-size: 12px;
    letter-spacing: .18em;
    color: #5b6a73;
    margin-bottom: 12px;
}
.top_split_title {
    font-size: 22px;
    letter-spacing: .10em;
    color: #2b2b2b;
    line-height: 1.7;
    margin-bottom: 14px;
}
.top_split_lead {
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: .06em;
    color: #4a4a4a;
    margin-bottom: 22px;
}
.top_split_btn_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 46px;
    background: #2f5874;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .10em;
}
.top_split_arrow {
    font-size: 14px;
    line-height: 1;
}
/* 右上（温泉）・左下（施設）の装飾（麻の葉っぽい円） */
.top_split_deco {
    position: absolute;
    width: 220px;
    height: 260px;
    opacity: .55;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0) 0 60%, rgba(214, 178, 70, .55) 62% 63%, rgba(255, 255, 255, 0) 65%), repeating-radial-gradient(circle at 50% 50%, rgba(214, 178, 70, .18) 0 2px, rgba(255, 255, 255, 0) 2px 10px);
    border-radius: 50%;
    pointer-events: none;
}
.top_split_deco_right {
    right: -80px;
    top: -70px;
}
.top_split_deco_left {
    left: -80px;
    bottom: -70px;
}
/* 交互レイアウト（施設） */
.top_split_rev .top_split_img {
    order: 2;
}
.top_split_rev .top_split_txt {
    order: 1;
}
/* 配置（文字側を上下中央寄せ） */
.top_onsen .top_split_txt, .top_facility .top_split_txt {
    display: flex;
    align-items: center;
}
/* hoverの全体opacity落ち対策（必要なら） */
.top_split_btn_a:hover {
    opacity: 1;
    filter: brightness(1.05);
}
/* =========================
 main7：お知らせ（最新情報）追記分
========================= */
.top_news {
    background: #e9eff4;
    padding: 70px 0 clamp(9px, 11.7188vw, 150px);
}
.top_news .top_common_btn {
    margin-bottom: 0;
}
.top_news_kicker {
    text-align: center;
    font-size: 12px;
    letter-spacing: .18em;
    color: #51606a;
    margin-bottom: 10px;
}
.top_news_title {
    text-align: center;
    font-size: 22px;
    letter-spacing: .10em;
    color: #2b2b2b;
    margin-bottom: 34px;
}
.top_news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 0;
}

/* 1件だけのときは中央列へ */
.top_news_grid > .top_news_card:only-child {
	grid-column: 2 / 3;
}

/* 2件だけのときは左右に振って中央空きでバランスを取る */
.top_news_grid > .top_news_card:first-child:nth-last-child(2) {
	grid-column: 1 / 2;
}

.top_news_grid > .top_news_card:first-child:nth-last-child(2) + .top_news_card {
	grid-column: 3 / 4;
}
.top_news_card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .10);
    position: relative;
}
.top_news_a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.top_news_a:hover {
    opacity: 1;
} /* 既存a:hoverで薄くなるのを抑制 */
.top_news_img img {
    width: 100%;
    height: auto;
}
.top_news_body {
    padding: clamp(9px, 1.5625vw, 20px) clamp(9px, 1.5625vw, 20px) clamp(9px, 5vw, 77px);
}
.top_news_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.top_news_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25em 1.5em;
    line-height: 1;
    background: #7a93a6;
    color: #fff;
    font-size: clamp(9px, 1.5625vw, 20px);
}
.top_news_date {
    font-size: clamp(9px, 1.4063vw, 18px);
    color: #6a6a6a;
    white-space: nowrap;
}
.top_news_h {
    font-size: clamp(9px, 1.9531vw, 25px);
    line-height: 1.7;
    color: #2b2b2b;
    margin-bottom: 1em;
    margin-top: 1em;
    letter-spacing: -0.2px;
}
.top_news_p {
    font-size: clamp(9px, 1.4063vw, 18px);
    line-height: 1.9;
    color: #5a5a5a;
    margin-bottom: 16px;
}
.top_news_more {
    font-size: clamp(9px, 1.5625vw, 20px);
    color: #2f5874;
    position: absolute;
    bottom: 1.5em;
    left: clamp(9px, 1.5625vw, 20px);
}
.top_news_all {
    text-align: center;
    margin-top: 34px;
}
.top_news_all_a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    background: #2f5874;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .10em;
}
.top_news_all_a:hover {
    opacity: 1;
    filter: brightness(1.05);
}
.top_news_all_arrow {
    font-size: 14px;
    line-height: 1;
}
/* =========================
 main8：アクセス ～ footer 追記分
========================= */
.top_access {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 78px 0 70px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
/* 水彩っぽい背景 */
.top_access::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url(/img/bg_access.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.top_access > .cont {
    position: relative;
    z-index: 1;
}
.top_access_kicker {
    text-align: center;
    font-size: 12px;
    letter-spacing: .18em;
    color: #51606a;
    margin-bottom: 10px;
}
.top_access_title {
    text-align: center;
    font-size: 22px;
    letter-spacing: .10em;
    color: #2b2b2b;
    margin-bottom: 16px;
}
.top_access_lead {
    text-align: center;
    font-size: 12px;
    letter-spacing: .06em;
    color: #4a4a4a;
    margin-bottom: 40px;
}
.top_access_head {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: clamp(9px, 5.5vw, 55px);
    align-items: center;
    justify-content: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(9px, 5vw, 50px);
}
.top_access_photo img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
}
.top_access_info {
    font-size: clamp(9px, 1.0938vw, 21px);
    color: #2b2b2b;
    letter-spacing: .06em;
}
.top_access_dl {
    width: 100%;
}
.top_access_row + .top_access_row {
    margin-top: 18px;
}
.top_access_row dt {
    font-size: clamp(9px, 1.0938vw, 21px);
    margin-bottom: 6px;
    font-weight: 500;
}
.top_access_row dd {
    font-size: clamp(9px, 1.0938vw, 21px);
    line-height: 2.0;
}
.top_access_row a {
    color: #2b2b2b;
    text-decoration: none;
    border-bottom: 1px solid rgba(47, 88, 116, .35);
}
/* map */
.top_access_map {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.top_access_iframe {
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
}
.top_access_iframe iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}
/* ルート（下の3つ） */
.top_access_routes {
    max-width: 640px;
    margin: 36px auto 0;
    display: grid;
    gap: 28px;
    text-align: center;
}
.top_access_icon {
    font-size: 22px;
    margin-bottom: 10px;
    filter: grayscale(1);
    opacity: .85;
}
.top_access_route_t {
    font-size: 14px;
    letter-spacing: .10em;
    margin-bottom: 10px;
    color: #2b2b2b;
}
.top_access_route_p {
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: .06em;
    color: #4a4a4a;
}
/* =========================
 footer
========================= */
.site_footer {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.footer_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: clamp(9px, 2.7344vw, 35px) 0;
}

.footer_info {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-shrink: 0;
}

.footer_logo img {
	display: block;
	height: 34px;
	width: auto;
}

.footer_tel {
	line-height: 1.4;
}

.footer_tel_label {
	font-size: 12px;
	color: #666;
	margin-bottom: 4px;
	letter-spacing: .08em;
}

.footer_tel_num {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 4px;
	font-family: serif;
}

.footer_tel_num a {
	color: #2f5874;
	text-decoration: none;
}

.footer_tel_note {
	font-size: 12px;
	color: #666;
}

.footer_nav {
	flex: 1;
}

.footer_nav ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0;
}

.footer_nav li {
	position: relative;
	padding: 0 14px;
}

.footer_nav li:not(:first-child)::before {
	content: "|";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #b9b9b9;
	font-size: 12px;
}

.footer_nav a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 17px;
	letter-spacing: .02em;
}

.footer_bar {
	background: #2f5874;
	color: #fff;
	text-align: center;
	padding: 0.3em;
}

.cont_max {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.fv figure, .fv figure img {
    width: 100%;
    height: auto;
}
.fv {
    position: relative;
}
.fv_copy {
    position: absolute;
}
.top_link_title {
    font-weight: 600;
    font-size: clamp(9px, 3vw, 30px);
}
.top_link_text {
    font-weight: 400;
    font-size: clamp(9px, 2.1vw, 21px);
}
.top_link_btn, .link_btn {
    font-weight: 500;
    font-size: clamp(9px, 2.1vw, 21px);
    text-decoration: none;
}
/* =========================
   split section
========================= */
.top_split_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.top_onsen .top_split_txt {
    background-repeat: no-repeat;
    background-image: url(/img/bg_gold_right.png);
    background-position: right bottom;
    background-size: 13vw;
}
/* 画像 */
.top_split_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* テキスト */
.top_split_txt {
    padding: 0 3.125vw;
    height: 27vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.top_split_txt .top_common_btn {
    margin-bottom: 0 !important;
}
.top_split_txt_inner {
    max-width: none;
    padding: 0;
    position: relative;
}
.top_split_txt_inner * {
    text-align: left !important;
}
.top_onsen .top_split_txt {
    background-image: url("/img/bg_gold_right.png");
}
/* =========================
   施設（2段目）
========================= */
.top_facility .top_split_inner {
    grid-template-columns: 1fr 1fr;
}
.top_facility .top_split_inner .top_split_txt_inner {
    width: 28vw;
    max-width: none;
}
.top_facility .top_split_txt {
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-image: url(/img/bg_gold_left.png);
    background-position: left bottom;
    background-size: 13vw;
}
/* 画像を上に侵入させる */
.top_facility .top_split_img {
    margin-top: -9.4vw;
    z-index: 2;
    position: relative;
}
/* =========================
   ボタン
========================= */
.top_split_btn_a {
    display: inline-block;
    background: #3d516b;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
}
.top_split_arrow {
    margin-left: 10px;
}
/* =========================
   装飾
========================= */
.top_split_deco {
    position: absolute;
    width: 180px;
    height: 180px;
    background: url("/img/deco_pattern.svg") no-repeat center/contain;
    opacity: .4;
}
.top_split_deco_right {
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.top_split_deco_left {
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
span.top_access_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
}
span.top_access_icon.train {
    background-image: url("/img/access_train.svg");
}
span.top_access_icon.car {
    background-image: url("/img/access_car.svg");
}
span.top_access_icon.bus {
    background-image: url("/img/access_bus.svg");
}
/* =========================
 responsive
========================= */
* {
    font-weight: 500;
}
:root {
    --c-blue: #325277;
}
body {
    color: #3D3D3D;
}
#breadcrumb {
    padding: 5px 0;
    border-bottom: 1px solid #9E9E9E;
}
.v-line {
    border-color: #02298C;
    width: 2px;
    height: 3.2vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(9px, 6.25vw, 120px);
    margin-top: 0;
}
.kasou-contents {
    background-image: url("/img/bg_kasou.png");
    background-repeat: repeat-y;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.pagetitle {
    background-image: url("/img/bg_midashi.jpg");
    font-size: clamp(9px, 2.6042vw, 50px);
    text-align: center;
    padding: 1.2em 0.5em;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pagetitle h1 {
    font-size: 1em;
    margin-bottom: 0.5em;
}
.pagetitle p {
    font-size: 0.5em;
}
.catch {
    font-size: clamp(9px, 2.6042vw, 50px);
    text-align: center;
}
.catch h2 {
    font-size: 1em;
    color: var(--c-blue);
    margin-bottom: 1em;
}
.catch p {
    font-size: 0.5em;
    line-height: 1.8;
}
#top-catch .catch {
    padding-top: 2.5em;
    padding-bottom: 1em;
}
.pr_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: clamp(9px, 7.4219vw, 95px);
    padding-bottom: clamp(9px, 7.4219vw, 95px);
    position: relative;
}
.pr_box:not(:last-of-type)::after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: var(--c-blue);
    width: 90%;
    bottom: 0;
    right: 0;
}
.pr_box.rightimg {
    flex-direction: row-reverse;
}
.pr_box.rightimg::after {
    right: auto;
    left: 0;
}
.pr_box img {
    width: 61.3281%;
    height: auto;
}
.pr_box .text {
    width: 34.4531%;
}
.pr_box .text h3 {
    font-size: clamp(9px, 2.7344vw, 35px);
    color: var(--c-blue);
    margin-bottom: 0.8em;
}
.pr_box .text p {
    font-size: clamp(9px, 1.5625vw, 20px);
    line-height: 1.8;
    margin-bottom: 2em;
}
.pr_box .text a {
    font-size: clamp(9px, 1.6406vw, 21px);
}
#reccomend {
    padding-bottom: clamp(9px, 7.0833vw, 85px);
}
#reccomend .catch {
    margin-bottom: 2em;
}
.reccomends_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2%;
}
.reccomends_wrap .box {
    width: 24.5%;
    font-size: clamp(9px, 1.875vw, 24px);
    text-align: center;
}
.reccomends_wrap .box .icon_box {
    height: 2.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9em;
}
.reccomends_wrap .box img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 2.5em;
}
.reccomends_wrap .box h3 {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 0.8em;
    padding-bottom: 0.2em;
    border-bottom: 3px solid var(--c-blue);
}
.reccomends_wrap .box p {
    font-size: 0.73em;
    line-height: 2;
    text-align: left;
}
#bottom-cta {
    background-image: url("/img/about/tokan_info.jpg");
    text-align: center;
    background-size: cover;
    padding: clamp(9px, 7.3242vw, 75px) 15px;
}
#bottom-cta .text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: clamp(9px, 7.3242vw, 75px) 15px;
}
#bottom-cta .text .bottom_box {
	display: flex;
	justify-content: center;
	gap:15px;
	
}
#bottom-cta .text h2 {
    font-size: clamp(9px, 4.8828vw, 50px);
    color: var(--c-blue);
    margin-bottom: 0.8em;
}
#bottom-cta .text p {
    font-size: clamp(9px, 2.4414vw, 25px);
    margin-bottom: 1.2em;
}
#bottom-cta .text a {
    border: 1px solid #5D7796;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--c-blue);
}
#bottom-cta .text a .link_arrow::after {
    border-color: var(--c-blue);
}
#bottom-cta .text a .link_arrow::before {
    background-color: var(--c-blue);
}
/*---------------------------
 お部屋について
---------------------------*/
#rooms-gallery {
    padding-top: clamp(40px, 7.8125vw, 100px);
    padding-bottom: clamp(50px, 9.375vw, 120px);
    position: relative;
    overflow: hidden;
}
#rooms-gallery .catch {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(24px, 4.6875vw, 60px);
}
#rooms-gallery .catch h2 {
    margin-bottom: 1.2em;
}
#rooms-gallery .filter_lead {
    font-size: clamp(14px, 1.875vw, 24px);
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 1.2em;
}
#rooms-gallery .filter_btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(10px, 1.5625vw, 20px);
    margin-bottom: clamp(30px, 4.6875vw, 60px);
}
#rooms-gallery .filter_btn {
    min-width: clamp(92px, 11.7188vw, 150px);
    height: clamp(40px, 4.0625vw, 52px);
    padding: 0 1.2em;
    border: 1px solid var(--c-blue);
    background-color: #fff;
    color: #3D3D3D;
    font-size: clamp(14px, 1.5625vw, 20px);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}
#rooms-gallery .filter_btn.is-active {
    background-color: var(--c-blue);
    color: #fff;
}
#rooms-gallery .rooms_gallery_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(16px, 2.3438vw, 30px);
    margin-bottom: clamp(30px, 4.6875vw, 60px);
}
#rooms-gallery .rooms_gallery_item.is-hidden {
    display: none;
}
#rooms-gallery .rooms_gallery_item a {
    display: block;
    position: relative;
    overflow: hidden;
}
#rooms-gallery .rooms_gallery_item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.76;
    object-fit: cover;
}
.zoom_icon {
    position: absolute;
    display: flex;
    right: 0;
    bottom: 0;
    width: clamp(34px, 3.75vw, 48px);
    height: clamp(34px, 3.75vw, 48px);
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #B7B7B7;
}
#rooms-gallery .more_btn {
    min-width: clamp(180px, 17.1875vw, 220px);
    justify-content: center;
}
#room-detail {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#room-detail .catch {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(34px, 5.4688vw, 70px);
}
#room-detail .catch h2 {
    margin-bottom: 1em;
}
#room-detail .detail_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(20px, 2.3438vw, 30px);
    margin-bottom: clamp(28px, 4.6875vw, 60px);
}
#room-detail .detail_box {
    text-align: center;
    font-size: clamp(12px, 1.4063vw, 18px);
}
#room-detail .detail_box h3 {
    font-size: 1em;
    color: #3D3D3D;
    padding-bottom: 0.8em;
    margin-bottom: 1.2em;
    border-bottom: 3px solid var(--c-blue);
}
#room-detail .detail_box .icon_box {
    height: 4.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em;
}
#room-detail .detail_box .icon_box img {
    display: block;
    max-width: 100%;
    width: 3.4em;
    height: auto;
}
#room-detail .detail_box p {
    font-size: 0.9em;
    line-height: 2;
    text-align: left;
}
#room-detail .t_center {
    margin-bottom: clamp(50px, 7.0313vw, 90px);
}
.room_view_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6%;
}
.room_view_box .text {
    width: 40%;
    padding-top: clamp(10px, 1.5625vw, 20px);
}
.room_view_box .text h3 {
    font-size: clamp(22px, 2.7344vw, 35px);
    color: var(--c-blue);
    margin-bottom: 0.8em;
    padding-bottom: 0.35em;
    border-bottom: 2px solid var(--c-blue);
}
.room_view_box .text p {
    font-size: clamp(14px, 1.5625vw, 20px);
    line-height: 2.2;
}
.room_view_box figure {
    width: 54%;
    margin: 0;
}
.room_view_box figure img {
    display: block;
    width: 100%;
    height: auto;
}
#bottom-cta.rooms_cta {
    background-image: url("/img/rooms/room_info.jpg");
}
/*---------------------------
 お料理
---------------------------*/
#dining_intro {
    padding-top: clamp(40px, 7.8125vw, 100px);
    padding-bottom: clamp(50px, 8.5938vw, 110px);
    position: relative;
    overflow: hidden;
}
#dining_intro .catch {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(32px, 5.4688vw, 70px);
}
#dining_intro .catch h2 {
    margin-bottom: 1em;
    line-height: 1.5;
}
#dining_intro .main_img img {
    display: block;
    width: 100%;
    height: auto;
}
#dining_intro .text_block {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#dining_intro .text_block h3 {
    font-size: clamp(22px, 3.125vw, 40px);
    line-height: 1.5;
    color: var(--c-blue);
    margin-bottom: 1em;
}
#dining_intro .text_block p {
    font-size: clamp(14px, 1.875vw, 24px);
    line-height: 2.4;
}
#kaiseki_gallery {
    padding-bottom: clamp(50px, 7.8125vw, 100px);
}
#kaiseki_gallery .catch {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(30px, 4.6875vw, 60px);
}
#kaiseki_gallery .catch h2 {
    margin-bottom: 1em;
}
#kaiseki_gallery .kaiseki_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.3438vw, 30px);
    margin-bottom: clamp(28px, 4.6875vw, 60px);
}
#kaiseki_gallery .kaiseki_item.is-hidden {
    display: none;
}
#kaiseki_gallery .kaiseki_item a {
    display: block;
    position: relative;
    overflow: hidden;
}
#kaiseki_gallery .kaiseki_item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.76;
    object-fit: cover;
}
#kaiseki_gallery .more_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(180px, 17.1875vw, 220px);
    height: clamp(44px, 4.2969vw, 55px);
    padding: 0 1.5em;
    border: 1px solid #8F8F8F;
    background-color: #fff;
    color: #3D3D3D;
    font-size: clamp(14px, 1.5625vw, 20px);
    line-height: 1;
    cursor: pointer;
}
#dining_morning {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#dining_morning .main_img img {
    display: block;
    width: 100%;
    height: auto;
}
#dining_morning .catch {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#dining_morning .catch h2 {
    margin-bottom: 1em;
}
#dining_dinner {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#dining_dinner .main_img img {
    display: block;
    width: 100%;
    height: auto;
}
#dining_dinner .catch {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#dining_dinner .catch h2 {
    margin-bottom: 1em;
}
#bottom-cta.dining_cta {
    background-image: url("/img/dining/dining_info.jpg");
}
/*---------------------------
 温泉
---------------------------*/
#onsen_intro {
    padding-top: clamp(40px, 7.8125vw, 100px);
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#onsen_intro .catch {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}
#onsen_intro .catch h2 {
    margin-bottom: 1em;
    line-height: 1.5;
}
#onsen_intro .main_img {
	margin-bottom: 0;
}
#onsen_intro .main_img img {
    display: block;
    width: 100%;
    height: auto;
}
#onsen_intro .sub_img {
    margin-top: clamp(40px, 6.25vw, 80px);
    text-align: center;
}
#onsen_intro .sub_img img {
    width: 100%;
    height: auto;
}
#onsen_intro .v-line {
	margin-bottom: 2em;
}
#onsen_facility {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#onsen_facility .catch {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(34px, 5.4688vw, 70px);
}
#onsen_facility .catch h2 {
    margin-bottom: 1em;
}
#onsen_facility .facility_box_wrap .cont_max {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#onsen_facility .facility_box {
    width: 47%;
    font-size: clamp(12px, 1.4063vw, 18px);
	text-align: center;
}
#onsen_facility .facility_box h3 {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
    text-align: center;
    padding-bottom: 0.6em;
    margin-bottom: 1.2em;
    border-bottom: 3px solid var(--c-blue);
    color: #3D3D3D;
	font-size: clamp(9px, 1.9531vw, 25px);
}
#onsen_facility .facility_box figure {
    margin: 0 0 1.2em;
}
#onsen_facility .facility_box figure img {
    display: block;
    width: 100%;
    height: auto;
}
#onsen_facility .facility_box p {
	text-align: left;
    font-size: clamp(9px, 1.4063vw, 18px);
    line-height: 2.1;
}
#onsen_facility .onsen_gallery {
	padding-left: 2vw;
	padding-right: 2vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(18px, 2.3438vw, 30px);
    margin-bottom: clamp(9px, 6.25vw, 80px);
}
#onsen_facility .onsen_gallery .gallery_item img {
    display: block;
    width: 100%;
    height: auto;
}
#onsen_facility .v-line {
	margin-bottom: clamp(9px, 2.3438vw, 30px);
}
#bottom-cta.onsen_cta {
    background-image: url("/img/onsen/onsen_info.jpg");
}

/*---------------------------
 施設について
---------------------------*/
#facilities_intro {
    padding-top: clamp(40px, 7.8125vw, 100px);
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#facilities_intro .catch {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#facilities_intro .catch h2 {
    margin-bottom: 1em;
    line-height: 1.5;
}
#facilities_intro .main_img {
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#facilities_intro .main_img img {
    display: block;
    width: 100%;
    height: auto;
}
#facilities_intro .sub_img {
    margin-top: clamp(40px, 6.25vw, 80px);
    text-align: center;
}
#facilities_intro .sub_img img {
    width: 80%;
    max-width: 900px;
    height: auto;
}
#facilities_guide {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#facilities_guide .catch {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(36px, 5.4688vw, 70px);
}
#facilities_guide .catch h2 {
    margin-bottom: 1em;
}
#facilities_guide .facility_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(34px, 4.6875vw, 60px);
    row-gap: clamp(34px, 5.4688vw, 70px);
}
#facilities_guide .facility_card {
    text-align: center;
    font-size: clamp(12px, 1.4063vw, 18px);
}
#facilities_guide .facility_card figure {
    margin: 0 0 1.1em;
}
#facilities_guide .facility_card figure img {
    display: block;
    width: 100%;
    height: auto;
}
#facilities_guide .facility_card h3 {
    font-size: 1em;
    color: #3D3D3D;
    width: 56%;
    margin: 0 auto 1.1em;
    padding-bottom: 0.55em;
    border-bottom: 3px solid var(--c-blue);
}
#facilities_guide .facility_card p {
    font-size: 0.78em;
    line-height: 2;
}
#facilities_comfort {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#facilities_comfort .wide_img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#facilities_comfort .wide_img img {
    display: block;
    width: 100%;
    height: auto;
}
#facilities_comfort .catch {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
#facilities_comfort .catch h2 {
    margin-bottom: 1em;
}
#bottom-cta.facilities_cta {
    background-image: url("/img/facilities/kannai_info.jpg");
}
#bottom-cta.facilities_cta .cta_btns {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
/*---------------------------
 アクセス
---------------------------*/
#access_intro {
    padding-top: clamp(40px, 7.8125vw, 100px);
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#access_intro .catch {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#access_intro .catch h2 {
    margin-bottom: 1em;
}
#access_intro .map_wrap {
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
#access_intro iframe {
    width: 100%;
    height: 480px;
    border: 0;
    display: block;
}
.access_info {
    display: flex;
    justify-content: space-between;
    gap: clamp(40px, 6.25vw, 80px);
    max-width: 900px;
    margin: 0 auto;
}
.access_box {
    width: 50%;
    text-align: center;
    font-size: clamp(13px, 1.406vw, 18px);
}
.access_box h3 {
    font-size: 1em;
    margin-bottom: 1.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.access_box h4 {
    font-size: 0.95em;
    margin-top: 1.4em;
    margin-bottom: 0.4em;
    padding-bottom: 0.2em;
    border-bottom: 2px solid var(--c-blue);
    display: inline-block;
}
.access_box p {
    line-height: 2;
    font-size: 0.85em;
}
.access_note {
    margin-top: 1.2em;
    font-size: 0.75em;
    color: #666;
    line-height: 1.8;
}
.access_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.access_title img {
    width: 26px;
    height: auto;
}
#access_spot {
    padding-bottom: clamp(60px, 8.5938vw, 110px);
}
#access_spot .catch {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(28px, 4.2969vw, 55px);
}
#access_spot .spot_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: clamp(34px, 4.6875vw, 60px);
    row-gap: clamp(50px, 7.0313vw, 90px);
}
#access_spot .spot_card {
    font-size: clamp(12px, 1.4063vw, 18px);
}
#access_spot .spot_card_single {
    grid-column: 1 / 2;
}
#access_spot .spot_imgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 1.2em;
}
#access_spot .spot_imgs img {
    display: block;
    width: 100%;
    height: auto;
}
#access_spot .spot_card h3 {
    font-size: 1em;
    color: #3D3D3D;
    width: 42%;
    text-align: center;
    margin: 0 auto 1em;
    padding-bottom: 0.45em;
    border-bottom: 3px solid var(--c-blue);
}
#access_spot .spot_card p {
    font-size: 0.85em;
    line-height: 2;
}
#access_spot .spot_card .t_center {
    margin-top: 1.4em;
}
#access_spot .spot_card .link_btn {
    min-width: 200px;
    justify-content: center;
}
/* allsize end */

@media screen and (max-width:767px) {
    #breadcrumb ul {
        white-space: pre;
        overflow-x: scroll;
    }
    .fv_title {
        writing-mode: horizontal-tb;
        letter-spacing: .08em;
        font-size: 34px;
        text-align: center;
    }
    .fv_bottom {
        padding: 0;
        bottom: 3vw;
    }
    .fv_bottom .fv_btns .fv_btn {
        width: 45%;
        height: 30px;
        font-size: 10px;
    }
    .fv_lead {
        font-size: 13px;
    }
    .fv_btns {
        gap: 12px;
        padding: 0 15px;
    }
    .fv_btn {
        width: 100%;
        min-width: 0;
    }
	.pagetitle {
		font-size: 6vw;
	}
	.catch {
		font-size: 6vw;
	}
    .top_links {
        padding: 46px 0;
    }
    .top_links_grid {
        gap: 18px;
    }
    .top_link_title {
        font-size: 20px;
    }
    .top_links_grid {
        grid-template-columns: 1fr;
        max-width: 520px;
    }
    .top_link_overlay {
        padding: 18px 14px 14px;
    }
    .top_link_btn, .link_btn {
        width: 100%;
        min-width: 0;
    }
    .top_link_img img {
        height: auto;
        aspect-ratio: auto;
    }
    .top_link_title {
        font-size: 6vw;
    }
    .top_link_text {
        font-size: 5vw;
        margin-bottom: 1.5em;
    }
    .top_link_btn, .link_btn {
        font-size: 3vw;
    }
    .parallax_media {
        height: 260px;
        object-fit: cover;
    }
    .parallax_block {
        height: 300px;
    }
    .parallax_block_bottom {
        height: 340px;
    }
    .top_about_body {
        padding: 44px 0 42px;
    }
    .top_about_photos {
        gap: 12px;
    }
    .top_about_body::after {
        width: 260px;
    }
    .parallax_block {
        height: 260px;
    }
    .parallax_block_bottom {
        height: 260px;
    }
    .top_about_title {
        font-size: 18px;
    }
    .top_about_photos {
        grid-template-columns: 1fr;
    }
    .top_about_btn_a {
        width: 100%;
    }
    .top_about_body::after {
        display: none;
    }
    .top_food_body {
        padding: 58px 0 56px;
    }
    .top_food_title {
        font-size: 22px;
    }
    .top_food_btn {
        margin-bottom: 40px;
    }
    .top_food_photos {
        gap: 14px;
    }
    .top_food_body::after {
        width: 420px;
        height: 420px;
    }
    .top_food_body {
        padding: 44px 0 44px;
    }
    .top_food_body::before {
        height: 40px;
    }
    .top_food_photos {
        grid-template-columns: 1fr;
    }
    .top_food_btn_a {
        width: 100%;
        min-width: 0;
    }
    .top_food_photo img {
        aspect-ratio: 16 / 9;
    }
    .top_access {
        padding: 58px 0 54px;
    }
    .top_access_head {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 18px;
    }
    .top_access_iframe iframe {
        height: 320px;
    }
    .footer_inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_nav ul {
        justify-content: flex-start;
    }
    .top_access {
        padding: 44px 0 44px;
    }
    .top_access_lead {
        margin-bottom: 26px;
    }
    .top_access_iframe iframe {
        height: 300px;
    }
    .top_access_routes {
        gap: 22px;
    }
    .footer_nav li {
        padding: 0 10px;
    }
    .top_split_txt {
        height: auto !important;
        display: block !important;
        padding: 1em !important;
    }
    .top_split_txt .top_common_btn a {
        margin-bottom: 2em;
    }
    .top_news_grid {
        grid-template-columns: 1fr;
    }
	.catch p {
		font-size: 0.6em;
	}
	.pr_box {
		display: block;
	}
    #onsen_intro {
        padding-top: 50px;
        padding-bottom: 70px;
    }
	.pr_box .text, .pr_box img {
		width: 100%;
	}
	.pr_box:not(:last-of-type)::after {
		width: 100%;
	}
	.pr_box img {
		margin-bottom: 15px;
	}
	.pr_box .text h3 {
		font-size: 5vw;
	}
	.pr_box .text p, .pr_box .text a {
		font-size: 4vw;
	}
	.reccomends_wrap {
		flex-wrap: wrap;
		gap: 6vw 2%
	}
	.reccomends_wrap .box {
		width: 48%;
		font-size: 14px !important;
	}
	.v-line {
		height: 8vw;
	}
    #onsen_intro .sub_img img {
        width: 100%;
    }
	[id*="_intro"] .catch{
		margin-bottom: 2em!important;
	}
	[id*="_intro"] .v-line:nth-of-type(1) {
		display: none;		
	}
    #onsen_facility {
        padding-bottom: 70px;
    }
    #onsen_facility .catch {
        margin-bottom: 34px;
    }
    #onsen_facility .facility_box_wrap {
        display: block;
        margin-bottom: 40px;
	}#onsen_facility .facility_box_wrap .cont_max {
		flex-wrap: wrap;
	}
    #onsen_facility .facility_box {
        width: 100%;
        font-size: 14px;
    }
    #onsen_facility .facility_box:not(:last-child) {
        margin-bottom: 32px;
    }
	#onsen_facility .facility_box h3 {
		font-size: 4vw;
	}
    #onsen_facility .facility_box p {
        font-size: 13px;
        line-height: 2;
    }
	.gallery_item {
		position: relative;
	}
    .onsen_gallery{
		display:flex;
		gap:12px;
		overflow-x:auto;
		padding-bottom:10px;
		scroll-snap-type:x mandatory;
	}

	.gallery_item{
		flex:0 0 80%;
		scroll-snap-align:start;
	}

	.gallery_item img{
		width:100%;
		height:auto;
		display:block;
	}
    #facilities_intro {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    #facilities_intro .sub_img img {
        width: 100%;
    }
    #facilities_guide {
        padding-bottom: 70px;
    }
    #facilities_guide .catch {
        margin-bottom: 34px;
    }
    #facilities_guide .facility_grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    #facilities_guide .facility_card {
        font-size: 14px;
    }
    #facilities_guide .facility_card h3 {
        width: 62%;
    }
    #facilities_guide .facility_card p {
        font-size: 13px;
        line-height: 1.9;
    }
    #facilities_comfort {
        padding-bottom: 70px;
    }
    #facilities_comfort .wide_img {
        margin-bottom: 34px;
    }
    #bottom-cta.facilities_cta .cta_btns {
        gap: 12px;
    }
    #access_intro {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    #access_intro iframe {
        height: 320px;
    }
    .access_info {
        display: block;
    }
    .access_box {
        width: 100%;
        font-size: 14px;
    }
    .access_box:not(:last-child) {
        margin-bottom: 36px;
    }
    #access_spot {
        padding-bottom: 70px;
    }
    #access_spot .spot_grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    #access_spot .spot_card, #access_spot .spot_card_single {
        grid-column: auto;
        font-size: 14px;
    }
    #access_spot .spot_card h3 {
        width: 56%;
    }
    #access_spot .spot_card p {
        font-size: 13px;
        line-height: 1.9;
    }
    #access_spot .spot_card .link_btn {
        min-width: 180px;
    }
    /*---------------------------
	 投稿関連
	---------------------------*/
    .post_img_wrap > a {
        width: 49%;
        margin-right: 2%;
    }
    .post_img_wrap > a:nth-of-type(even) {
        margin-right: 0;
    }
    .post_img_wrap > a:nth-of-type(n+3) {
        margin-top: 2%;
    }
    .post_img_wrap > picture {
        width: 49%;
        margin-right: 2%;
    }
    .post_img_wrap > picture:nth-of-type(even) {
        margin-right: 0;
    }
    .post_img_wrap > picture:nth-of-type(n+3) {
        margin-top: 2%;
    }
    .cont_tb_miman {
        padding-left: 15px;
        padding-right: 15px;
    }
    .common_h2_before {
        font-size: 4.1vw;
    }
    .common_h2 {
        font-size: 5vw;
    }
    .common_lead_text {
        font-size: 3.5vw;
    }
    .top_common_btn a {
        font-size: 4vw;
    }
    .top_split_img img {
        aspect-ratio: 4 / 2;
    }
    .top_split_inner {
        grid-template-columns: 1fr !important;
    }
    .top_facility .top_split_inner {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .top_about_body::before, .top_food_body::before {
        height: 30px;
    }
    .top_onsen .top_split_txt {
        -webkit-background-size: 26vw;
        background-size: 26vw;
    }
    .top_facility .top_split_txt {
        -webkit-background-size: 25vw;
        background-size: 25vw;
    }
    .top_news_tag, .top_news_date {
        font-size: 3vw;
    }
    .top_news_h {
        font-size: 4vw;
    }
    .top_news_body {
        padding: 4vw;
        padding-bottom: 12vw;
    }
    .top_news_p {
        font-size: 3.5vw;
    }
    .top_news_more {
        left: 4vw;
        font-size: 4vw;
    }
    .top_access_row dt {
        font-size: 4.5vw;
    }
    .top_access_row dd {
        font-size: 4vw;
    }
	#rooms-gallery {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    #rooms-gallery .catch {
        margin-bottom: 30px;
    }
    #rooms-gallery .filter_lead {
        font-size: 16px;
        margin-bottom: 14px;
    }
    #rooms-gallery .filter_btns {
        gap: 10px;
        margin-bottom: 35px;
    }
    #rooms-gallery .filter_btn {
        min-width: 86px;
        height: 40px;
        font-size: 14px;
    }
    #rooms-gallery .rooms_gallery_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 30px;
    }
    .zoom_icon {
        width: 34px;
        height: 34px;
    }
    .zoom_icon::before {
        width: 11px;
        height: 11px;
        border-width: 2px;
        top: 8px;
        left: 8px;
    }
    .zoom_icon::after {
        width: 8px;
        height: 2px;
        right: 7px;
        bottom: 9px;
    }
	#bottom-cta .text h2 {
		font-size: 5.5vw;
	}
	#bottom-cta .text p {
		font-size: 4vw;
	}
    #rooms-gallery .more_btn {
        min-width: 170px;
    }
    #room-detail {
        padding-bottom: 70px;
    }
    #room-detail .catch {
        margin-bottom: 34px;
    }
    #room-detail .detail_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
        margin-bottom: 30px;
    }
    #room-detail .detail_box {
        font-size: 14px;
    }
    #room-detail .detail_box p {
        font-size: 13px;
        line-height: 1.9;
    }
    #room-detail .t_center {
        margin-bottom: 40px;
    }
    .room_view_box {
        display: block;
    }
    .room_view_box .text, .room_view_box figure {
        width: 100%;
    }
    .room_view_box .text {
        margin-bottom: 24px;
        padding-top: 0;
    }
    .room_view_box .text p {
        font-size: 14px;
        line-height: 2;
    }
    #dining_intro {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    #dining_intro .catch {
        margin-bottom: 34px;
    }
    #kaiseki_gallery {
        padding-bottom: 70px;
    }
    #kaiseki_gallery .catch {
        margin-bottom: 34px;
    }
    #kaiseki_gallery .kaiseki_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-bottom: 30px;
    }
    #kaiseki_gallery .more_btn {
        min-width: 170px;
        height: 44px;
        font-size: 14px;
    }
    #dining_morning {
        padding-bottom: 70px;
    }
    #dining_dinner {
        padding-bottom: 70px;
    }
	.site_footer {
		padding-top: 18px;
	}

	.site_footer .cont_max {
		padding-left: 16px;
		padding-right: 16px;
	}

	.site_footer .footer_inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
		padding: 20px 0 18px;
	}

	.site_footer .footer_info {
		display: block;
		width: 100%;
	}

	.site_footer .footer_logo {
		margin-bottom: 12px;
	}

	.site_footer .footer_logo img {
		display: block;
		width: 210px;
		height: auto;
	}

	.site_footer .footer_tel {
		padding: 12px 14px;
		border: 1px solid #d9d9d9;
		background: #fafafa;
		width: 100%;
		box-sizing: border-box;
	}

	.site_footer .footer_tel_label {
		font-size: 12px;
		color: #666;
		margin-bottom: 6px;
		letter-spacing: .08em;
	}

	.site_footer .footer_tel_num {
		font-size: 28px;
		line-height: 1;
		margin-bottom: 6px;
	}

	.site_footer .footer_tel_num a {
		color: #2f5874;
		text-decoration: none;
	}

	.site_footer .footer_tel_note {
		font-size: 12px;
		color: #666;
		line-height: 1.6;
	}

	.site_footer .footer_nav {
		width: 100%;
	}

	.site_footer .footer_nav ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 14px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.site_footer .footer_nav li {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 1.6;
	}

	.site_footer .footer_nav li::before,
	.site_footer .footer_nav li::after {
		content: none !important;
	}

	.site_footer .footer_nav a {
		display: block;
		text-decoration: none;
		color: #333;
		font-size: 15px;
		line-height: 1.6;
		letter-spacing: .02em;
		white-space: normal;
		word-break: keep-all;
	}

	.site_footer .footer_bar {
		margin-top: 0;
		padding: 8px 12px;
		font-size: 12px;
		line-height: 1.6;
		text-align: center;
	}
	.top_split_txt {
        padding: 0;
    }
    .top_split_img img {
        min-height: auto;
    }
    .top_facility .top_split_img {
        margin-top: 0;
    }
    .top_facility .top_split_inner .top_split_txt_inner {
        width: 100%;
    }
	.disp_tb_over {
		display: none !important;
	}
	/* 767down end */
}
@media screen and (max-width: 1024px) {
    .mt_pc80 {
        margin-top: calc(80px - (1024px - 100vw) * 0.0781);
    }
    .mt_pc70 {
        margin-top: calc(70px - (1024px - 100vw) * 0.0684);
    }
    .mt_pc60 {
        margin-top: calc(60px - (1024px - 100vw) * 0.0586);
    }
    .mt_pc50 {
        margin-top: calc(50px - (1024px - 100vw) * 0.0488);
    }
    .mt_pc45 {
        margin-top: calc(45px - (1024px - 100vw) * 0.0439);
    }
    .mt_pc40 {
        margin-top: calc(40px - (1024px - 100vw) * 0.0391);
    }
    .mt_pc35 {
        margin-top: calc(35px - (1024px - 100vw) * 0.0342);
    }
    .mt_pc30 {
        margin-top: calc(30px - (1024px - 100vw) * 0.0293);
    }
    .mt_pc25 {
        margin-top: calc(25px - (1024px - 100vw) * 0.0244);
    }
    .mb_pc80 {
        margin-bottom: calc(80px - (1024px - 100vw) * 0.0781);
    }
    .mb_pc70 {
        margin-bottom: calc(70px - (1024px - 100vw) * 0.0684);
    }
    .mb_pc60 {
        margin-bottom: calc(60px - (1024px - 100vw) * 0.0586);
    }
    .mb_pc50 {
        margin-bottom: calc(50px - (1024px - 100vw) * 0.0488);
    }
    .mb_pc45 {
        margin-bottom: calc(45px - (1024px - 100vw) * 0.0439);
    }
    .mb_pc40 {
        margin-bottom: calc(40px - (1024px - 100vw) * 0.0391);
    }
    .mb_pc35 {
        margin-bottom: calc(35px - (1024px - 100vw) * 0.0342);
    }
    .mb_pc30 {
        margin-bottom: calc(30px - (1024px - 100vw) * 0.0293);
    }
    .mb_pc25 {
        margin-bottom: calc(25px - (1024px - 100vw) * 0.0244);
    }
    .pt_pc80 {
        padding-top: calc(80px - (1024px - 100vw) * 0.0781);
    }
    .pt_pc70 {
        padding-top: calc(70px - (1024px - 100vw) * 0.0684);
    }
    .pt_pc60 {
        padding-top: calc(60px - (1024px - 100vw) * 0.0586);
    }
    .pt_pc50 {
        padding-top: calc(50px - (1024px - 100vw) * 0.0488);
    }
    .pt_pc45 {
        padding-top: calc(45px - (1024px - 100vw) * 0.0439);
    }
    .pt_pc40 {
        padding-top: calc(40px - (1024px - 100vw) * 0.0391);
    }
    .pt_pc35 {
        padding-top: calc(35px - (1024px - 100vw) * 0.0342);
    }
    .pt_pc30 {
        padding-top: calc(30px - (1024px - 100vw) * 0.0293);
    }
    .pt_pc25 {
        padding-top: calc(25px - (1024px - 100vw) * 0.0244);
    }
    .pb_pc80 {
        padding-bottom: calc(80px - (1024px - 100vw) * 0.0781);
    }
    .pb_pc70 {
        padding-bottom: calc(70px - (1024px - 100vw) * 0.0684);
    }
    .pb_pc60 {
        padding-bottom: calc(60px - (1024px - 100vw) * 0.0586);
    }
    .pb_pc50 {
        padding-bottom: calc(50px - (1024px - 100vw) * 0.0488);
    }
    .pb_pc45 {
        padding-bottom: calc(45px - (1024px - 100vw) * 0.0439);
    }
    .pb_pc40 {
        padding-bottom: calc(40px - (1024px - 100vw) * 0.0391);
    }
    .pb_pc35 {
        padding-bottom: calc(35px - (1024px - 100vw) * 0.0342);
    }
    .pb_pc30 {
        padding-bottom: calc(30px - (1024px - 100vw) * 0.0293);
    }
    .pb_pc25 {
        padding-bottom: calc(25px - (1024px - 100vw) * 0.0244);
    }
}
@media screen and (max-width:1023px) {
    .header_inner {
        height: 64px;
    }
    .header_nav {
        display: none;
    } /* SPメニューは後続セクションで合わせて作る想定 */
    .header_cta_btn {
        height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }
    .fv {
        min-height: none;
    }
    .fv_title {
        font-size: 52px;
    }
    .fv_lead {
        font-size: 15px;
    }
    /* メニューバー */
    .cont_pc_miman {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sp_mail {
        right: 120px;
		background-color: #5F9EEB;
    }
    .sp_tel {
        right: 60px;
		background-color: #4479C9;
    }
    .header_link_sp, .link_img {
        display: flex;
		justify-content: center;
		flex-wrap: wrap;
        position: absolute;
        top: 0;
        height: 57px;
		width: 60px;
        z-index: 99;
        text-decoration: none;
        color: #ffffff;
    }
	.link_img span {
		font-size: 11px;
		text-align: center;
	}
    .sp_mail img, .sp_tel img, .sp_insta img, .sp_facebook img {
        height: 28px !important;
        margin-top: 5px;
    }
    body {
        margin-top: 57px;
    }
    .header_link_sp img {
        height: 25px;
        width: auto !important;
        line-height: 45px;
    }
    /* ロゴ部のリンク */
    .header_link_sp {
        display: block;
        position: absolute;
        left: 8px;
        top: 14px;
        height: 31px;
        z-index: 99;
    }
    .header_link_sp a {
        text-decoration: none;
        color: #ffffff;
    }
    .header_link_sp span {
        font-size: 20px;
        line-height: 45px;
    }
    .header_link_sp img {
        width: 100%;
    }
    /*---------------
	 スマホメニュー ドアタイプ
	 ※展開時にロゴが消える仕様にする場合、drawer-menuとclose-menuのtopを0に変更し、heightを100vhに変更
	 　header_link_spにtransitionを付与し、また、.checked:checked  ~ .header_link_spに対してopacityを0でふわっと消える
	----------------*/
    #header_sp {
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 99;
        height: 57px;
        width: 100%;
        border-bottom: 1px solid gray;
    }
    .drawer-menu p {
        transform: translateX(-800px)
    }
    .check:checked ~ .drawer-menu p {
        color: #fff;
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 20px;
        border-bottom: 1px solid #fff;
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
        transform: translateX(0);
        transition-property: all;
        -webkit-transition-property: all;
        transition-duration: .5s;
        -webkit-transition-duration: .5s;
    }
    .drawer-menu {
        overflow-y: scroll;
        box-sizing: border-box;
        position: absolute;
        top: 57px;
        right: 0;
        width: 300px;
        height: calc(100vh - 57px);
        padding: 100px 0;
        background: #2F5874;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: perspective(500px) rotateY(-90deg);
        transform: perspective(500px) rotateY(-90deg);
        transform-style: preserve-3d;
        transition-property: rotate, perspective, opacity, transform;
        opacity: 0;
    }
    .drawer-menu li {
        text-align: center;
    }
    .drawer-menu li a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #fff;
        -webkit-transition: all .8s;
        transition: all .8s;
        border-bottom: 1px solid #666666;
        text-decoration: none;
    }
    .drawer-menu li:first-child {
        border-top: 1px solid #666666;
    }
    .drawer-menu li a:hover {
        color: #1a1e24;
        background: #fff;
    }
    .check {
        display: none;
    }
    .menu-btn {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 60px;
        height: 56px;
        font-size: 10px;
        text-align: center;
        cursor: pointer;
        background-color: var(--c-blue);
        z-index: 101;
    }
    .bar {
        position: absolute;
        top: 10px;
        left: 10px;
        display: block;
        width: 40px;
        height: 1px;
        background: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        z-index: 4;
    }
    .bar.middle {
        top: 20px;
        opacity: 1;
        z-index: 4;
    }
    .bar.bottom {
        top: 30px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        z-index: 4;
    }
    .menu-btn__text {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 4;
    }
    .close-menu {
        position: absolute;
        top: 57px;
        right: 300px;
        width: 100%;
        height: calc(100vh - 57px);
        background: rgba(0, 0, 0, 0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        visibility: hidden;
        opacity: 0;
        z-index: 4;
        -webkit-transition-property: rotate, perspective, opacity, transform;
        transition-property: rotate, perspective, opacity, transform;
    }
    .check:checked ~ .drawer-menu {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        z-index: 100;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transition-duration: .6s;
        transition-duration: .6s;
    }
    .check:checked ~ .contents {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }
    .check:checked ~ .menu-btn .menu-btn__text {
        visibility: hidden;
        opacity: 0;
    }
    .check:checked ~ .menu-btn .bar.top {
        width: 56px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .check:checked ~ .menu-btn .bar.middle {
        opacity: 0;
    }
    .check:checked ~ .menu-btn .bar.bottom {
        width: 56px;
        top: 50px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .check:checked ~ .close-menu {
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        background: rgba(0, 0, 0, .5);
        visibility: visible;
        opacity: 1;
        z-index: 100;
    }
    /*----------------
	 スマホメニュー ドアタイプここまで
	----------------*/
    .disp_pc_over {
        display: none !important;
    }
}
@media screen and (max-width:1024px) {
    .cont {
        padding-left: 15px;
        padding-right: 15px;
    }
    /* 1024down end */
}
@media screen and (max-width:800px) {
    /* 800down end */
}
@media screen and (max-width:666px) {
    /* 666down end */
}
@media screen and (max-width:567px) {
    /* 567down end */
}
@media screen and (max-width:414px) {
    /* 414down end */
}
@media screen and (max-width:375px) {
    /* 375down end */
}
@media screen and (max-width:360px) {
    /* 360down end */
}
@media screen and (max-width:359px) {
    /* 359down end */
}
@media screen and (min-width:568px) {
    /* 568over end */
}
@media screen and (min-width:667px) {
    /* 667over end */
}
@media screen and (min-width:768px) {
    .flex_tb_over {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top_split_inner .common_h2 {
        font-size: clamp(9px, 1.5625vw, 30px);
    }
    .top_split_inner .common_h2_before {
        font-size: clamp(9px, 1.0417vw, 20px);
    }
    .top_split_inner .common_lead_text {
        font-size: clamp(9px, 1.0938vw, 21px);
    }
    .top_split_inner .top_common_btn a {
        font-size: clamp(9px, 1.0938vw, 21px);
    }
    /* 768over end */
    .disp_tb_miman {
        display: none !important;
    }
}
@media screen and (min-width:801px) {
    /* 801over end */
}
@media screen and (min-width:667px) and (max-width:800px) {
    /* 667~800 end */
}
@media screen and (min-width:667px) and (max-width:1023px) {
    /* 667~1023 over end */
}
@media screen and (min-width:415px) and (max-width:800px) {
    /* 415~800 end */
}
@media screen and (min-width:768px) and (max-width:1023px) {
    /* 768~1023 end */
}
@media screen and (min-width:1024px) {
    .flex_pc_over {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /* 1024over end */
    .disp_pc_miman {
        display: none !important;
    }
}
@media screen and (min-width:1280px) {
    /* 1280over end */
}
@media screen and (min-width:1400px) {
    /* 1400over end */
}
@media screen and (min-width:361px) {
    .disp_360ika {
        display: none !important;
    }
}
@media screen and (min-width:451px) {
    .disp_450ika {
        display: none !important;
    }
}
@media screen and (min-width:835px) {
    .disp_tb_ika {
        display: none !important;
    }
}
@media screen and (max-width:834px) {
    .disp_tb_835over {
        display: none !important;
    }
}
@media screen and (min-width:835px) and (max-width:767px) {
    .disp_tb_only {
        display: none !important;
    }
}