@charset "UTF-8";
/* ★★このcssはscssをコンパイルしたcssです。cssを記述する場合は、こちらに記述せず、merge.cssに記述してください。★★ */
/* ==============================================
CSS information

 file name  : style.css
 style info : style.scssコンパイルしたファイル。

 このスタイルシートの構成
 style.scss参照
=============================================== */
/*=================================================
 * reset
 * ================================================ */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* 英数の改行 */
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
header,
hgroup,
section,
article,
aside,
hgroup,
footer,
figure,
figcaption,
nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

pre,
form,
fieldset,
input,
textarea,
div,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
b {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 印刷時の要素内での改ページをしない */
  page-break-inside: avoid;
  empty-cells: show;
}

td {
  vertical-align: top;
}

a {
  text-decoration: none;
}

caption {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

img,
abbr,
acronym,
fieldset {
  border: none;
  vertical-align: bottom;
  /* listにて隙間ができるのを防ぐ kunihro*/
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* PC */
/* MD */
/* SP */
/* SE */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 変数の定義
 * ================================================ */
/* ------------------------------------
 /* フォント
 ------------------------------------ */
/* ------------------------------------
/* カラー
------------------------------------ */
/* ------------------------------------
/* シャドウ
------------------------------------ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* default設定
------------------------------------ */
a {
  color: #131f29;
  outline: none;
}
a:hover {
  opacity: 0.85;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

td,
th {
  vertical-align: top;
  text-align: left;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #131f29;
  line-height: 1.6;
  margin: 0 auto !important;
  overflow-x: hidden;
  width: auto !important;
  height: auto !important;
}

#overlayShadow {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100vw;
  z-index: 9999;
}

/* <共通> コンテンツ幅
--------------- */
.cont_inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem);
  /* SP */
}
@media screen and (max-width: 896px) {
  .cont_inner {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.cont_inner {
  /* <topのみ共通> コンテンツ幅
  --------------- */
}
.cont_inner .cont_inner_top {
  /* SP */
}
/* 囲みbox01（白背景/紺色枠線）
------------------------------------ */
.bg_cmn_box_01 {
  background-color: #fff;
  border: #2b465e 1px solid;
  padding: 3.125rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_01 {
    padding: 1.875rem 1.25rem;
    flex-direction: column;
  }
}
.bg_cmn_box_01 .box01,
.bg_cmn_box_01 .box02 {
  width: 47%;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_01 .box01,
  .bg_cmn_box_01 .box02 {
    width: auto;
  }
}
.bg_cmn_box_01 .tl01 {
  margin-top: 0;
}
.bg_cmn_box_01 .tl02 {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_01 .tl02.page_subtl03 {
    margin-top: 3.125rem;
  }
}

/* 囲みbox02（紺色背景/白枠線）
------------------------------------ */
.bg_cmn_box_02 {
  background-color: #2b465e;
  border: #fff 1px solid;
  padding: 3.125rem;
  box-sizing: border-box;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_02 {
    padding: 1.875rem 1.25rem;
  }
}
.bg_cmn_box_02 .tl01,
.bg_cmn_box_02 .tl02,
.bg_cmn_box_02 .tl03,
.bg_cmn_box_02 .tl04 {
  margin-top: 0;
}

/* 囲みbox03（薄い紺色背景/内側に紺色枠線）
------------------------------------ */
.bg_cmn_box_03 {
  background-color: #f2f4f5;
  box-sizing: border-box;
  position: relative;
  padding: 1.25rem;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_03 {
    padding: 0.625rem;
  }
}
.bg_cmn_box_03 .bg_cmn_inner_box {
  border: #2b465e 1px solid;
  display: flex;
  justify-content: space-between;
  padding: 3.125rem;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_03 .bg_cmn_inner_box {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
}
.bg_cmn_box_03 .box01,
.bg_cmn_box_03 .box02 {
  width: 47%;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_03 .box01,
  .bg_cmn_box_03 .box02 {
    width: auto;
  }
}

/* 囲みbox04（薄い紺色背景/右側のみ紺色線）
------------------------------------ */
.bg_cmn_box_04 {
  background-color: #f2f4f5;
  border-left: #2b465e 6px solid;
  padding: 1.875rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_04 {
    padding: 1.875rem 1.25rem;
    flex-direction: column;
  }
}
.bg_cmn_box_04 .tl01 {
  margin-top: 0;
}

/* 囲みbox05（薄い紺色背景/padding pc 50px/sp 30px 20px）
------------------------------------ */
.bg_cmn_box_05 {
  background-color: #f5f5f5;
  padding: 3.125rem;
}
@media screen and (max-width: 896px) {
  .bg_cmn_box_05 {
    padding: 1.875rem 1.25rem;
  }
}

/* コンテンツ　タイトルbox（tl + リードテキスト / PC：中央揃え）
------------------------------------ */
.lead_box {
  text-align: center;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 896px) {
  .lead_box {
    margin-bottom: 2.5rem;
  }
  .lead_box .lead_txt {
    text-align: left;
    text-align: justify;
  }
}

/* レスポンシブ対応
--------------- */
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}

/* 電話リンクをスマホのみにする
--------------- */
/* PC */
@media screen and (min-width: 897px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 注意テキスト
--------------- */
.txt_note {
  color: #f83e17 !important;
}

/* インラインブロック
--------------- */
.i_block {
  display: inline-block !important;
}

/* ------------------------------------
/* <全ページ共通> 宿泊のご予約はこちらから（CTA）
------------------------------------ */
.cmn_cta_area {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img_cmn/bg_cmn_cta_area@2x.avif) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  padding: 1px 0 6.25rem;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .cmn_cta_area {
    padding: 1px 0 3.125rem;
  }
}
.cmn_cta_area .tl {
  text-align: center;
}
.cmn_cta_area .jp_tl {
  color: #fff;
  text-align: center;
}
.cmn_cta_area .en_tl {
  font-size: clamp(3.75rem, 11.1111111111vw + 1.25rem, 10rem);
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.9;
}
.cmn_cta_area .btn {
  height: 5.625rem;
  font-size: clamp(1.25rem, 0.4444444444vw + 1.15rem, 1.5rem);
}
@media screen and (max-width: 896px) {
  .cmn_cta_area .btn {
    height: 4.375rem;
  }
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
.header_cmn {
  background-color: #2b465e;
  min-height: 5rem;
  color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease; /* 0.5秒かけて滑らかに動く */
  z-index: 100;
}
@media screen and (max-width: 896px) {
  .header_cmn {
    min-height: 3.75rem;
  }
}

/* ヘッダー表示のアニメーション */
.header_cmn.UpMove {
  transform: translateY(-100%); /* 上に隠す */
  transition: transform 0.3s;
}

.header_cmn.DownMove {
  transform: translateY(0); /* 表示する */
  transition: transform 0.3s;
}

.header_inner {
  margin: 0 1.875rem;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 896px) {
  .header_inner {
    margin: 0 0 0 20px;
    padding-top: 0;
  }
}

/* ------------------------------------
/* ロゴまわり
------------------------------------ */
.header_logo_box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 5px;
}
@media screen and (max-width: 896px) {
  .header_logo_box {
    padding-top: 10px;
  }
}
.header_logo_box .header_logo {
  margin-top: 5px;
}
@media screen and (max-width: 896px) {
  .header_logo_box .header_logo {
    margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .header_logo_box .header_logo img {
    width: 120px;
  }
}
.header_logo_box .tagline {
  font-size: 0.75rem;
}
@media screen and (max-width: 896px) {
  .header_logo_box .tagline {
    font-size: 0.625rem;
    margin-bottom: 1px;
  }
}

/* ------------------------------------
/* ナビゲーションリンク
------------------------------------ */
/* gnav上部ナビゲーション
------------------------------------ */
.gnav_upper_box {
  line-height: 1;
}

.list_gnav_01 {
  display: flex;
  justify-content: flex-end;
}
.list_gnav_01 .item_gnav_01 {
  margin-right: clamp(1.25rem, 1.1111111111vw + 1rem, 1.875rem);
}
.list_gnav_01 .item_gnav_01:last-child {
  margin-right: 0;
}
.list_gnav_01 a {
  color: #fff;
  font-size: 0.75rem;
}

/* Gnav
------------------------------------ */
.list_gnav_02 {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.list_gnav_02 .item_gnav_02 {
  margin-right: clamp(1.25rem, 1.1111111111vw + 1rem, 1.875rem);
}
.list_gnav_02 .item_gnav_02:last-child {
  margin-right: 0;
}
.list_gnav_02 a {
  color: #fff;
}

/* ------------------------------------
/* メニューボタン（spのみ）
------------------------------------ */
.sp_header_link .hamburger_menu {
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding-top: 13px;
}
.sp_header_link .line_hamburger_box {
  margin-bottom: 8px;
}
.sp_header_link .line_hamburger_box .line_hamburger {
  display: block;
  background-color: #fff;
  width: 28px;
  height: 4px;
  margin: 0 auto 4px;
}
.sp_header_link .txt {
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  display: block;
}

/* ------------------------------------
/* スマホ用メニュー(sp_menu)
------------------------------------ */
.sp_menu .sidemenu_box_wrap {
  background-color: #2b465e;
  color: #fff;
}
.sp_menu .sidemenu_box_wrap a {
  color: #fff;
}
.sp_menu {
  /* ヘッダー
  ------------------------------------ */
}
.sp_menu .sidemenu_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 0 15px;
}
.sp_menu .sidemenu_logo_box .tagline {
  font-size: 0.625rem;
  margin-bottom: 2px;
}
.sp_menu .btn_close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sp_menu .btn_close .txt {
  font-size: 0.75rem;
  line-height: 15px;
  transform: scale(0.9);
}
.sp_menu .line_close_box {
  width: 20px;
  margin: 0 auto 5px;
}
.sp_menu .line_close_box .line_close {
  display: block;
  height: 2px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}
.sp_menu .line_close_box .line_close:first-child {
  transform: rotate(45deg);
  top: -3px;
}
.sp_menu .line_close_box .line_close:last-child {
  transform: rotate(-45deg);
  top: -5px;
}
.sp_menu {
  /* ボディ
  ------------------------------------ */
}
.sp_menu .sidemenu_body {
  padding: 10px 12px;
}
.sp_menu .sitemap_list .item_list {
  box-sizing: border-box;
  padding: 0 3px;
}
.sp_menu .sitemap_list .item_list a {
  border-bottom: #fff 1px solid;
}
.sp_menu .sitemap_list.list03 {
  display: block;
}
.sp_menu .sitemap_list.list03 .item_list {
  padding: 0;
  display: block;
  margin-bottom: 10px;
}
.sp_menu .sitemap_list.list03 .item_list::after {
  display: none;
}
.sp_menu .sitemap_list.list03 .item_list:first-child a {
  padding-left: 0;
}
.sp_menu .sitemap_list.list03 .item_list a {
  border-bottom: none;
  padding: 0.3125rem 0;
  display: inline-block;
}
.sp_menu .btn_close_footer {
  display: block;
  width: 70%;
  padding: 5px 0;
  margin: 30px auto;
  border: #fff 1px solid;
}
.sp_menu .btn_close_footer .btn_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_menu .btn_close_footer .line_close_box {
  margin: 5px 10px 0 0;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
.footer_cmn {
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}

/* ------------------------------------
/* お問い合わせ
------------------------------------ */
.footer_contact {
  padding: 3.75rem 0;
  text-align: center;
}
.footer_contact .lead_box {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .footer_contact .lead_box {
    margin-bottom: 1.875rem;
  }
}
.footer_contact .lead_box .page_subtl02 {
  margin: 0 0 1.25rem;
}
.footer_contact .note_txt {
  background-color: #e6e9ec;
  display: inline-block;
  margin: 1.875rem auto;
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 896px) {
  .footer_contact .note_txt {
    margin: 0 auto;
  }
}

/* 電話番号、リンク
------------------------------------ */
.footer_contact_box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .footer_contact_box {
    flex-direction: column;
  }
}
.footer_contact_box .tel_box,
.footer_contact_box .link_box {
  text-align: center;
  min-width: 300px;
}
.footer_contact_box .tel_box {
  margin-right: 30px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .footer_contact_box .tel_box {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
.footer_contact_box .tel_box .tel {
  font-size: clamp(1rem, 0.2222222222vw + 0.95rem, 1.125rem);
}
.footer_contact_box .tel_box .num {
  font-size: clamp(1.25rem, 0.6666666667vw + 1.1rem, 1.625rem);
}
.footer_contact_box .tel_box .btn_box {
  margin-bottom: 0.9375rem;
}
.footer_contact_box .tel_box .reception_hours {
  margin-left: 0.5em;
}
.footer_contact_box .link_box {
  margin-left: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 896px) {
  .footer_contact_box .link_box {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.footer_contact_box .link_box .page_subtl04 {
  margin-bottom: 0.9375rem;
}

/* ------------------------------------
/* ロゴ、住所、サイトマップ等
------------------------------------ */
.footer_info {
  background-color: #2b465e;
  color: #fff;
  padding: 2.5rem 0;
}
.footer_info .cont_inner {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .footer_info .cont_inner {
    flex-direction: column;
    width: auto;
  }
}

/* ロゴ、住所、SNS、届出関係
------------------------------------ */
.footer_info_box_01 {
  width: 30%;
  min-width: 20em;
  margin-right: 3.75rem;
}
@media screen and (max-width: 896px) {
  .footer_info_box_01 {
    width: auto;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

.footer_logo_box .tagline_box {
  margin-bottom: 0.625rem;
}
.footer_logo_box .tagline_box .tagline {
  font-size: 0.75rem;
}
.footer_logo_box .footer_logo {
  margin-bottom: 1.25rem;
}
.footer_logo_box .footer_logo img {
  width: 11.25rem;
  height: auto;
}
.footer_logo_box .address {
  margin-bottom: 1.25rem;
}
.footer_logo_box .address .zip {
  margin-right: 1em;
}
.footer_logo_box {
  /* SNS
  --------------- */
}
.footer_logo_box .sns_list {
  display: flex;
  margin-bottom: 1.25rem;
}
.footer_logo_box .sns_list .list_item {
  margin-right: 20px;
}
.footer_logo_box {
  /* 届出情報
  --------------- */
}
.footer_logo_box .notification_box {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  padding: 1.25rem;
}
.footer_logo_box .notification_box .notification_list .inner_box {
  display: flex;
}

/* サイトマップ、運営会社
------------------------------------ */
.footer_info_box_02 a {
  color: #fff;
}
.footer_info_box_02 .operating_company_list .tl,
.footer_info_box_02 .operating_company_list .address_box {
  font-size: 0.875rem;
  margin-bottom: 0.3em;
}
.footer_info_box_02 .operating_company_list .company_name {
  font-size: 1.125rem;
  margin-bottom: 0.3em;
}
.footer_info_box_02 .operating_company_list .company_name a {
  display: flex;
  align-items: center;
}
.footer_info_box_02 .operating_company_list .company_name .ico {
  margin-left: 0.5em;
}
.footer_info_box_02 .operating_company_list .address_box .zip,
.footer_info_box_02 .operating_company_list .address_box .address {
  margin-right: 1em;
}
/* サイトマップ（フッター・spメニュー　共通）
  --------------- */
.footer_sitemap {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 896px) {
  .footer_sitemap {
    flex-direction: column;
    margin-bottom: 3.125rem;
  }
}

.sitemap_list {
  margin-right: 2.5rem;
}
@media screen and (max-width: 896px) {
  .sitemap_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }
  .sitemap_list.list03 {
    font-size: 0.875rem;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
  }
  .sitemap_list.list03 .item_list {
    width: auto;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .sitemap_list.list03 .item_list::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sitemap_list.list03 .item_list.item01::after {
    display: none;
  }
  .sitemap_list.list03 .item_list a {
    padding: 0.9375rem 0.625rem;
  }
  .sitemap_list.list03 .item_list:first-child a {
    padding-left: 0;
  }
  .sitemap_list.list03 .item_list:last-child a {
    padding-right: 0;
  }
}
.sitemap_list .item_list {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 896px) {
  .sitemap_list .item_list {
    width: 50%;
    margin-bottom: 0;
  }
  .sitemap_list .item_list a {
    display: block;
    padding: 0.9375rem 0;
  }
}

/* ------------------------------------
/* コピーライト
------------------------------------ */
.footer_copyright {
  background-color: #2b465e;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0 0 6.25rem;
}

/* ------------------------------------
/* フッターCTA(固定表示/PCは右側、spは下部固定)
------------------------------------ */
.footer_cta {
  background-color: #fff;
  position: fixed;
  top: 600px;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  padding: 0.3125rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 896px) {
  .footer_cta {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 0.3125rem 1.25rem 0.625rem;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 896px) {
  .footer_cta .btn_box {
    width: 48%;
  }
}
.footer_cta .btn_box.box01 {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 896px) {
  .footer_cta .btn_box.box01 {
    margin-bottom: 0;
  }
}
.footer_cta .btn_box.box02 {
  letter-spacing: -0.1em;
}
.footer_cta .txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #131f29;
  padding: 0 5px;
  background-color: #fff;
  margin: 0 auto 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}
.footer_cta .txt::before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #fff; /* 背景色と同じ色を指定 */
  rotate: 135deg;
  translate: -50%;
}
.footer_cta .txt:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 2px solid;
  border-color: #131f29 #131f29 transparent transparent;
  background-color: #fff;
  rotate: 135deg;
  translate: -50%;
}
.footer_cta .txt span {
  position: relative;
  z-index: 2;
}
.footer_cta .btn_footer_cta,
.footer_cta .btn_footer_base {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-align: center;
  background-color: #2b465e;
  color: #fff;
}
.footer_cta .btn_footer_cta {
  background-color: #edc45b;
  color: #131f29;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* ページタイトル
------------------------------------ */
.page_tl_box {
  height: 400px;
  background-color: #bbb;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  margin: 0 auto;
  padding: 80px clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem) 0;
}
@media screen and (max-width: 896px) {
  .page_tl_box {
    padding-top: 60px;
    height: auto;
    min-height: 320px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }
}
.page_tl_box {
  /* ページ名
  ------------------------------------ */
}
.page_tl_box .page_tl {
  font-size: clamp(1.25rem, 2.4444444444vw + 0.7rem, 2.625rem);
  flex: 1;
}
@media screen and (max-width: 896px) {
  .page_tl_box .page_tl {
    display: flex;
    align-items: center;
  }
}
.page_tl_box .page_tl .inner_box {
  padding-bottom: 0.4em;
  border-bottom: #fff 1px solid;
}
.page_tl_box {
  /* ページ説明文
  ------------------------------------ */
}
.page_tl_box .page_overview_box {
  flex: 1;
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .page_tl_box .page_overview_box {
    font-size: 0.875rem;
  }
}

/* 各ページ　ページタイトル　背景画像
------------------------------------ */
/* お知らせ（010_news-list.html, 011_news-detail.html）
--------------- */
.cont_news .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_news@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* ブログ（020_blog-list.html, 021_blog-detail.html）
--------------- */
.cont_blog .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_blog@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* お問い合わせ（050_contact-form.html、051_contact-check.html、052_contact-sent.html）
--------------- */
.cont_contact-form .page_tl_box,
.cont_contact-check .page_tl_box,
.cont_contact-sent .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img_cont/bg_page_tl_box_contact@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* プライバシーポリシー（070_privacy-policy.html）
--------------- */
.cont_privacy-policy .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_privacy-policy@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* サイトポリシー（071_site-policy.html）
--------------- */
.cont_site-policy .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_site-policy@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* 利用規約（072_terms-of-use.html）
--------------- */
.cont_terms-of-use .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_terms-of-use@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .cont_terms-of-use .page_tl_box {
    background-position: 68% center;
  }
}

/* ゲストレビュー（宿泊者）（100_guest-review-list.html, 101_guest-review-detail.html）
--------------- */
.cont_guest-review .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_guest-review@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .cont_guest-review .page_tl_box {
    background-position: 68% center;
  }
}

/* アクティビティ（300_activity-list.html, 301_activity-detail.html）
--------------- */
.cont_activity .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_activity@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* 参加者レビュー（310_activity-review-list.html, 311_activity-review-detail.html）
--------------- */
.cont_activity-review .page_tl_box {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cont/bg_page_tl_box_activity-review@2x.avif);
  background-size: cover;
  background-position: center top;
}

/* ------------------------------------
/* パンくず
------------------------------------ */
.topic_path {
  padding: 30px 0 80px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
.topic_path .en_tl {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: clamp(3.25rem, 7.5555555556vw + 1.55rem, 7.5rem);
  color: #e6e9ec;
  z-index: 2;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: right;
}
.topic_path .topic_path_list {
  font-size: 0;
  position: relative;
  z-index: 10;
}
.topic_path .topic_path_list li {
  display: inline;
  padding-left: 1rem;
  font-size: 0.875rem;
  position: relative;
  color: #131f29;
}
.topic_path .topic_path_list li::before {
  content: ">";
  display: block;
  position: absolute;
  top: -0.3em;
  left: 0;
}
@media screen and (max-width: 896px) {
  .topic_path .topic_path_list li::before {
    top: -3px;
  }
}
.topic_path .topic_path_list li:first-child {
  padding-left: 0;
}
.topic_path .topic_path_list li:first-child::before {
  content: "";
}
.topic_path .topic_path_list li:first-child a {
  padding-left: 0;
}
.topic_path .topic_path_list li a {
  padding: 0.1875rem 0.3125rem;
  color: #131f29;
}
.topic_path .topic_path_list li a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #D5D5D5;
}

/* ------------------------------------
/* 見出し01（48px/24px/blod/1.4）
------------------------------------ */
.page_subtl {
  font-size: clamp(1.5rem, 2.6666666667vw + 0.9rem, 3rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
}

/* ------------------------------------
/* 見出し02（36px/20px/Bold/1.4）
------------------------------------ */
.page_subtl02 {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: clamp(3.75rem, 4.4444444444vw + 2.75rem, 6.25rem) 0 1.875rem;
}

/* ------------------------------------
/* 見出し03（24px/18px/Bold/1.4）
------------------------------------ */
.page_subtl03 {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 3.125rem 0 1.875rem;
}

/* ------------------------------------
/* 見出し04（20px/17px//Bold/1.4）
------------------------------------ */
.page_subtl04 {
  font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 2.5rem 0 1.25rem;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* base_list(黒丸/字下げ) ※「・」をテキスト（全角）として入力
------------------------------------ */
.base_list li {
  padding-left: 1em; /* 全体を1文字分右へ */
  text-indent: -1em; /* 1行目だけを1文字分左へ戻す */
  margin-bottom: 0.2em;
}

/* ------------------------------------
/* note_list(※/字下げ) ※「※」をテキストとして入力。半角スペースを入れる。
------------------------------------ */
.note_list li {
  padding-left: 1.2em; /* 全体を1文字分右へ */
  text-indent: -1.2em; /* 1行目だけを1文字分左へ戻す */
  margin-bottom: 0.2em;
}

/* ------------------------------------
/* ico_list(アイコン/テキスト/横並び)
------------------------------------ */
.ico_list li {
  display: flex;
  margin-bottom: 1.6em;
}
.ico_list li:last-child {
  margin-bottom: 0;
}
.ico_list .ico {
  margin-right: 1.25rem;
}
.ico_list .txt {
  margin-bottom: 1.875rem;
}

/* ------------------------------------
/* base_dl(dt 背景あり/)
------------------------------------ */
.base_dl dt {
  background-color: #2b465e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0;
  width: 7em;
}
/* ------------------------------------
/* base_dl_02(dt bold/)
------------------------------------ */
.base_dl_02 dt {
  font-weight: bold;
}
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ベースのボタン（紺色/w300/h50/白文字）
------------------------------------ */
.btn_base {
  background-color: #2b465e;
  color: #fff;
  font-size: clamp(1rem, 0.4444444444vw + 0.9rem, 1.25rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 18.75rem;
  height: 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .btn_base {
    width: 90%;
    max-width: 18.75rem;
  }
}
.btn_base::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border: #2b465e 1px solid;
  z-index: 0;
}
.btn_base::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_r_w.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.btn_base.btn_topback::after {
  transform: rotate(180deg);
  right: auto;
  left: 20px;
}

/* ベース02のボタン（白色/紺色枠線/w300/h50/紺色文字）
------------------------------------ */
.btn_base_02 {
  background-color: #fff;
  color: #2b465e;
  border: #2b465e 1px solid;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 18.75rem;
  height: 3.125rem;
  position: relative;
  z-index: 1;
}
.btn_base_02:hover {
  background-color: #e6e9ec;
}
.btn_base_02::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_l.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
}

/* コンバージョンのボタン（黄色/w300/h90/紺色文字）
------------------------------------ */
.btn_cta {
  background-color: #edc45b;
  color: #2b465e;
  font-size: clamp(1rem, 0.4444444444vw + 0.9rem, 1.25rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 18.75rem;
  height: 3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .btn_cta {
    width: 90%;
    max-width: 18.75rem;
  }
}
.btn_cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border: #edc45b 1px solid;
  z-index: 0;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* base_table（下線）
------------------------------------ */
.base_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.base_table tr:first-child th,
.base_table tr:first-child td {
  padding-top: 0;
}
.base_table th,
.base_table td {
  padding: 1.25rem 0.75rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #2b465e;
}
.base_table th {
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .base_table th,
  .base_table td {
    padding: 0.75rem 0.5rem;
  }
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* カテゴリ・年　選択
------------------------------------ */
.category-year_area {
  margin-bottom: 80px;
  /* カテゴリ・年選択　共通
  ------------------------------------ */
}
.category-year_area .category-year_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 60px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .category-year_area .category-year_list {
    gap: 15px 30px;
  }
}
.category-year_area .category-year_list .list_item {
  position: relative;
}
.category-year_area .category-year_list .list_item.current::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #edc45b;
  bottom: 0;
  left: 0;
}
.category-year_area .category-year_list .list_item a:hover {
  color: #edc45b;
}
.category-year_area .category-year_list a[aria-selected=true] {
  pointer-events: none; /* クリックを無効化 */
  cursor: default; /* カーソルを標準に戻す */
}
.category-year_area {
  /* 年選択
  ------------------------------------ */
}
.category-year_area .year_list .list_item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #2b465e;
  top: 0;
  right: -29px;
}
@media screen and (max-width: 896px) {
  .category-year_area .year_list .list_item::after {
    right: -14px;
  }
}
.category-year_area .year_list a {
  font-size: 0.875rem;
}

/* ------------------------------------
/* カテゴリタイトル・説明（ゲストレビュー・アクティビティ参加者レビュー）
------------------------------------ */
.category-tl_area {
  margin-bottom: 80px;
}

/* ------------------------------------
/* ページネーション（記事下のページ送り）
------------------------------------ */
.pagination_area {
  margin-top: 80px;
  /* PC用
  ------------------------------------ */
}
.pagination_area .pagination_nav .pagination_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.pagination_area .pagination_nav .pagination_list .list_item {
  border: #2b465e 1px solid;
  background-color: #fff;
}
.pagination_area .pagination_nav .pagination_list .list_item a {
  color: #2b465e;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.125rem;
  height: 3.125rem;
  /* 現在地(a)
  --------------- */
}
.pagination_area .pagination_nav .pagination_list .list_item a[aria-current=page] {
  pointer-events: none; /* クリックを無効化 */
  cursor: default; /* カーソルを標準に戻す */
  background-color: #2b465e;
  color: #fff;
}
.pagination_area .pagination_nav .pagination_list .list_item a {
  /* hover
  --------------- */
}
.pagination_area .pagination_nav .pagination_list .list_item a:hover {
  background-color: #e6e9ec;
}
.pagination_area .pagination_nav .pagination_list .list_item {
  /* 現在地(li)
  --------------- */
}
.pagination_area .pagination_nav .pagination_list .list_item.current {
  background-color: #2b465e;
  color: #fff;
}
.pagination_area .pagination_nav .pagination_list .list_item {
  /* 前へ・次へ
  --------------- */
}
.pagination_area .pagination_nav .pagination_list .list_item.prev, .pagination_area .pagination_nav .pagination_list .list_item.next {
  border-radius: 5px;
}
.pagination_area .pagination_nav .pagination_list .list_item.prev a,
.pagination_area .pagination_nav .pagination_list .list_item.prev span, .pagination_area .pagination_nav .pagination_list .list_item.next a,
.pagination_area .pagination_nav .pagination_list .list_item.next span {
  width: 12.5rem;
  background-color: #2b465e;
  color: #fff;
  position: relative;
}
.pagination_area .pagination_nav .pagination_list .list_item.prev a::after,
.pagination_area .pagination_nav .pagination_list .list_item.prev span::after, .pagination_area .pagination_nav .pagination_list .list_item.next a::after,
.pagination_area .pagination_nav .pagination_list .list_item.next span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_r_w.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.pagination_area .pagination_nav .pagination_list .list_item.prev.disabled, .pagination_area .pagination_nav .pagination_list .list_item.next.disabled {
  border-color: #BABABA;
}
.pagination_area .pagination_nav .pagination_list .list_item.prev.disabled span, .pagination_area .pagination_nav .pagination_list .list_item.next.disabled span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.125rem;
  height: 3.125rem;
  background-color: #BABABA;
}
.pagination_area .pagination_nav .pagination_list .list_item.prev a::after,
.pagination_area .pagination_nav .pagination_list .list_item.prev span::after {
  transform: rotate(180deg);
  right: auto;
  left: 20px;
}
.pagination_area .pagination_nav .pagination_list .list_item {
  /* 「...」
  --------------- */
}
.pagination_area .pagination_nav .pagination_list .list_item[aria-hidden=true] {
  border: none;
}
.pagination_area .pagination_nav .pagination_list .list_item[aria-hidden=true] span {
  display: inline-block;
  transform: translateY(-2px); /* 2px分だけ上に持ち上げる */
}
.pagination_area {
  /* sp用
  ------------------------------------ */
}
.pagination_area .pagination_nav_sp .pagination_list {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item a {
  color: #2b465e;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.125rem;
  height: 3.125rem;
  /* 現在地(a)
  --------------- */
}
.pagination_area .pagination_nav_sp .pagination_list .list_item a[aria-current=page] {
  pointer-events: none; /* クリックを無効化 */
  cursor: default; /* カーソルを標準に戻す */
  background-color: #2b465e;
  color: #fff;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item a {
  /* hover
  --------------- */
}
.pagination_area .pagination_nav_sp .pagination_list .list_item a:hover {
  background-color: #e6e9ec;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item {
  /* 前へ・次へ
  --------------- */
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev, .pagination_area .pagination_nav_sp .pagination_list .list_item.next {
  border: #2b465e 1px solid;
  border-radius: 5px;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev a,
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev span, .pagination_area .pagination_nav_sp .pagination_list .list_item.next a,
.pagination_area .pagination_nav_sp .pagination_list .list_item.next span {
  width: 3.125rem;
  background-color: #2b465e;
  color: #fff;
  position: relative;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev a::after,
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev span::after, .pagination_area .pagination_nav_sp .pagination_list .list_item.next a::after,
.pagination_area .pagination_nav_sp .pagination_list .list_item.next span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_r_w.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev.disabled, .pagination_area .pagination_nav_sp .pagination_list .list_item.next.disabled {
  border-color: #BABABA;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev.disabled span, .pagination_area .pagination_nav_sp .pagination_list .list_item.next.disabled span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.125rem;
  height: 3.125rem;
  background-color: #BABABA;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev a::after,
.pagination_area .pagination_nav_sp .pagination_list .list_item.prev span::after {
  transform: rotate(180deg);
  right: auto;
  left: 20px;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item {
  /* 「...」
  --------------- */
}
.pagination_area .pagination_nav_sp .pagination_list .list_item[aria-hidden=true] {
  border: none;
}
.pagination_area .pagination_nav_sp .pagination_list .list_item[aria-hidden=true] span {
  display: inline-block;
  transform: translateY(-2px); /* 2px分だけ上に持ち上げる */
}
.pagination_area .pagination_nav_sp .pagination_list {
  /* 現在のページ
  --------------- */
}
.pagination_area .pagination_nav_sp .pagination_list .page_name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
/* ------------------------------------
/* お部屋　各部屋詳細のタブ
------------------------------------ */
/*
1. PC用（デフォルト：タブ形式）
------------------------------------ */
/* ラジオボタン自体は常に非表示 */
input[type=radio] {
  display: none;
}

/* タブのボタン部分 */
.tab_labels {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2b465e;
}
.tab_labels label {
  width: 19%;
  box-sizing: border-box;
  padding: 12px 24px;
  cursor: pointer;
  background: #e6e9ec;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_labels label .tab_txt {
  text-align: center;
}

/* コンテンツエリア：一旦すべて非表示 */
.content_box {
  display: none;
  padding-top: 3.125rem;
  border-top: none;
  /* コンテンツ内の見出し：PCではタブ名と被るので隠す */
}

/* 選択されたタブのコンテンツを表示（:hasを使用） */
.tab_system:has(#tab1:checked) #c1,
.tab_system:has(#tab2:checked) #c2,
.tab_system:has(#tab3:checked) #c3,
.tab_system:has(#tab4:checked) #c4,
.tab_system:has(#tab5:checked) #c5 {
  display: block;
}

/* 選択中のタブボタンの見た目 */
.tab_system:has(#tab1:checked) label[for=tab1],
.tab_system:has(#tab2:checked) label[for=tab2],
.tab_system:has(#tab3:checked) label[for=tab3],
.tab_system:has(#tab4:checked) label[for=tab4],
.tab_system:has(#tab5:checked) label[for=tab5] {
  background: #2b465e;
  color: #fff;
}

/*
2. スマホ用（767px以下：スタック形式）
------------------------------------ */
@media screen and (max-width: 896px) {
  /* タブのボタンを隠す */
  .tab_labels {
    display: none;
  }
  /* 全てのコンテンツを表示して縦に並べる */
  .content_box {
    display: block; /* 非表示を解除 */
    border: none;
    border-bottom: 1px solid #eee;
    padding: 1.5rem 0;
    /* スマホでは内容がわかるように見出しを復活させる */
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .content_box {
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 896px) {
  /* コンテンツ間の余白調整 */
  .tab_contents {
    display: flex;
    flex-direction: column;
  }
}
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * <共通> お知らせ
 * ================================================ */
.cont_news {
  margin-bottom: 120px;
}

/*=================================================
 * お知らせ一覧
 * ================================================ */
.cont_news-list .news-list_area .news_list {
  border-top: #2b465e 1px solid;
}
.cont_news-list .news-list_area .news_list .list_item {
  border-bottom: #2b465e 1px solid;
}

/*=================================================
 * 詳細ページ（ブログと共通）
 * ================================================ */
.article_box .article_head {
  border-top: #2b465e 1px solid;
  border-bottom: #2b465e 1px solid;
  padding: 60px 8% 50px;
}
@media screen and (max-width: 896px) {
  .article_box .article_head {
    padding: 40px 0;
  }
}
.article_box .article_head .date_box {
  margin-bottom: 1.25rem;
}
.article_box .article_head .date {
  font-size: 0.875rem;
  margin-right: 1.25rem;
}
.article_box .article_head .category {
  background-color: #2b465e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.625rem;
  display: inline-block;
  width: 8em;
  text-align: center;
}
.article_box .article_head .tl_article {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  font-weight: bold;
}
.article_box .article_body {
  padding: 0 8%;
  border-bottom: #2b465e 1px solid;
}
@media screen and (max-width: 896px) {
  .article_box .article_body {
    padding: 40px 0;
  }
}
.article_box .article_body .article_body_inner {
  margin: 60px 0;
}
.article_box .article_body {
  /* ------------------------------------
  /* テキスト、画像
  ------------------------------------ */
}
.article_box .article_body p,
.article_box .article_body img {
  margin-bottom: 1.875rem;
}
.article_box .article_body p a,
.article_box .article_body img a {
  color: #007AFF;
  text-decoration: underline;
}
.article_box .article_body p a:hover,
.article_box .article_body img a:hover {
  opacity: 0.6;
}
.article_box .article_body img {
  max-width: 100%;
  height: auto;
}
.article_box .article_body {
  /* ------------------------------------
  /* 見出し
  ------------------------------------ */
}
.article_box .article_body h2 {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: clamp(3.75rem, 4.4444444444vw + 2.75rem, 6.25rem) 0 1.875rem;
}
.article_box .article_body h3 {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 3.125rem 0 1.875rem;
}
.article_box .article_body h4 {
  font-size: clamp(1.125rem, 0.4444444444vw + 1.025rem, 1.375rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 3.125rem 0 1.875rem;
  padding-left: 30px;
  position: relative;
}
.article_box .article_body h4::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #2b465e;
  position: absolute;
  top: calc(0.7em - 1px);
  left: 0;
}
.article_box .article_body h5 {
  font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 2.5rem 0 1.25rem;
}
.article_box .article_body h6 {
  font-size: clamp(1rem, 0.2222222222vw + 0.95rem, 1.125rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 2.5rem 0 1.25rem;
  padding-bottom: 0.4em;
  border-bottom: #2b465e 1px solid;
}
.article_box .article_body {
  /* ------------------------------------
  /* リスト
  ------------------------------------ */
}
.article_box .article_body ul {
  margin-bottom: 1.875rem;
}
.article_box .article_body ul li {
  padding-left: 20px;
  margin-bottom: 0.4em;
  position: relative;
}
.article_box .article_body ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background-color: #edc45b;
  position: absolute;
  top: calc(0.8em - 1px);
  left: 0;
}
.article_box .article_body ol {
  margin-bottom: 1.875rem;
  counter-reset: listnum; /* カウンターをリセット */
}
.article_box .article_body ol li {
  padding-left: 20px;
  margin-bottom: 0.4em;
  position: relative;
}
.article_box .article_body ol li::before {
  content: "";
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum); /* カウントした数に応じて番号を表示 */
  color: #2b465e;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.article_box .article_body {
  /* ------------------------------------
  /* テーブル
  ------------------------------------ */
}
.article_box .article_body table {
  margin-bottom: 1.875rem;
}
.article_box .article_body table thead {
  border-bottom: none;
}
.article_box .article_body table thead th, .article_box .article_body table thead td {
  border-bottom: #D5D5D5 2px solid;
}
.article_box .article_body table th, .article_box .article_body table td {
  border: none;
  border-bottom: #D5D5D5 1px solid;
  padding: 0.375rem 0.625rem;
}

.btn_listback_box {
  margin-top: 80px;
  text-align: center;
}
/*=================================================
 * お知らせ詳細
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * <共通> ブログ
 * ================================================ */
.cont_blog {
  margin-bottom: 120px;
}

/* 共通（top等との共通）
------------------------------------ */
.blog_list_thumbnail {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}
.blog_list_thumbnail .list_item {
  width: 24%;
}
.blog_list_thumbnail .list_item .img_box {
  margin-bottom: 30px;
}
.blog_list_thumbnail .list_item .img_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 896px) {
  .blog_list_thumbnail .list_item {
    width: 100%;
  }
  .blog_list_thumbnail .list_item .img_box {
    margin-bottom: 0.9375rem;
  }
}
.blog_list_thumbnail .list_item .txt_box .date_box {
  margin-bottom: 0.625rem;
}
.blog_list_thumbnail .list_item .txt_box .date_box .category {
  background-color: #2b465e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.625rem;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.blog_list_thumbnail .list_item .txt_box .date_box .date {
  display: block;
  font-size: 0.875rem;
}
.blog_list_thumbnail .list_item .txt_box .tl {
  font-size: clamp(0.875rem, 0.6666666667vw + 0.725rem, 1.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.625rem;
}

/*=================================================
 * ブログ一覧
 * ================================================ */
.cont_blog-list .blog_list_thumbnail {
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .cont_blog-list .blog_list_thumbnail {
    flex-direction: column;
  }
}
.cont_blog-list .blog_list_thumbnail .list_item {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 896px) {
  .cont_blog-list .blog_list_thumbnail .list_item {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .cont_blog-list .blog_list_thumbnail .list_item .img_box {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (max-width: 896px) {
  .cont_blog-list .blog_list_thumbnail .list_item .txt_box .tl {
    font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  }
}

/*=================================================
 * ブログ詳細
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * <共通> ゲストレビュー / 参加者レビュー
 * ================================================ */
/* 共通（top等との共通 / アクティビティの参加者レビューも共通）
------------------------------------ */
.review_list_thumbnail {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.review_list_thumbnail .list_item {
  width: 30%;
}
.review_list_thumbnail .list_item .img_box {
  margin-bottom: 30px;
}
.review_list_thumbnail .list_item .img_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.review_list_thumbnail .list_item .txt_box .tl {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1.25rem;
}
.review_list_thumbnail .list_item .txt_box .date_box .stars {
  display: block;
}

/*=================================================
 * topページ ゲストレビュー Swiper（SPのみ）
 * ================================================ */
@media screen and (max-width: 896px) {
  .top_review_list_area {
    overflow: hidden;
  }
}
@media screen and (max-width: 896px) {
  .top_review_list_area .swiper-container_top_review {
    overflow: visible;
  }
}
@media screen and (max-width: 896px) {
  .top_review_list_area .review_list_thumbnail.swiper-wrapper {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .top_review_list_area .list_item.swiper-slide {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 897px) {
  .top_review_list_area .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .top_review_list_area .swiper-pagination {
    position: static;
    margin-top: 1.25rem;
    text-align: center;
  }
  .top_review_list_area .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ccc;
    opacity: 1;
  }
  .top_review_list_area .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2b465e;
  }
}

/*=================================================
 * <共通> ゲストレビュー / 参加者レビュー（一覧・詳細）
 * ================================================ */
.cont_guest-review,
.cont_activity-review {
  margin-bottom: 140px;
  /* 一覧（詳細ページの下部にも表示あり）
  ------------------------------------ */
}
.cont_guest-review .review_list_thumbnail,
.cont_activity-review .review_list_thumbnail {
  flex-wrap: wrap;
}
.cont_guest-review .review_list_thumbnail .list_item,
.cont_activity-review .review_list_thumbnail .list_item {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 896px) {
  .cont_guest-review .review_list_thumbnail .list_item,
  .cont_activity-review .review_list_thumbnail .list_item {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .cont_guest-review .review_list_thumbnail .list_item .img_box,
  .cont_activity-review .review_list_thumbnail .list_item .img_box {
    margin-bottom: 1.5625rem;
  }
}
.cont_guest-review,
.cont_activity-review {
  /* 部屋＆設備へのリンク
  ------------------------------------ */
}
.cont_guest-review .room_link_box_outer,
.cont_activity-review .room_link_box_outer {
  margin-top: 120px;
}
.cont_guest-review .room_link_box_outer .room_link_box,
.cont_activity-review .room_link_box_outer .room_link_box {
  margin-right: 0;
}
.cont_guest-review .room_link_box_outer .en_tl,
.cont_activity-review .room_link_box_outer .en_tl {
  font-size: clamp(1.625rem, 7.1111111111vw + 0.025rem, 5.625rem);
  top: 15px;
}

/*=================================================
 * ゲストレビュー / 参加者レビュー　一覧
 * ================================================ */
.cont_guest-review-list,
.cont_activity-review-list {
  /* カテゴリタイトル・説明文
  ------------------------------------ */
}
.cont_guest-review-list .category_tl,
.cont_activity-review-list .category_tl {
  margin-top: 0;
}

/*=================================================
 * ゲストレビュー / 参加者レビュー　詳細
 * ================================================ */
.cont_guest-review-detail .article_box .article_head,
.cont_activity-review-detail .article_box .article_head {
  border-top: none;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
  padding: 0 8% clamp(2.5rem, 4.4444444444vw + 1.5rem, 5rem);
}
@media screen and (max-width: 896px) {
  .cont_guest-review-detail .article_box .article_head,
  .cont_activity-review-detail .article_box .article_head {
    flex-direction: column-reverse;
    padding: 0 0 clamp(2.5rem, 4.4444444444vw + 1.5rem, 5rem);
  }
}
.cont_guest-review-detail .article_box .article_head .img_box,
.cont_activity-review-detail .article_box .article_head .img_box {
  width: 50%;
}
@media screen and (max-width: 896px) {
  .cont_guest-review-detail .article_box .article_head .img_box,
  .cont_activity-review-detail .article_box .article_head .img_box {
    width: 100%;
  }
}
.cont_guest-review-detail .article_box .article_head .img_box img,
.cont_activity-review-detail .article_box .article_head .img_box img {
  width: 100%;
  height: auto;
}
.cont_guest-review-detail .article_box .article_head .txt_box,
.cont_activity-review-detail .article_box .article_head .txt_box {
  width: 45%;
}
@media screen and (max-width: 896px) {
  .cont_guest-review-detail .article_box .article_head .txt_box,
  .cont_activity-review-detail .article_box .article_head .txt_box {
    width: 100%;
  }
}
.cont_guest-review-detail .article_box .article_head .txt_box .tl,
.cont_activity-review-detail .article_box .article_head .txt_box .tl {
  margin: 0 0 clamp(2.5rem, 2.2222222222vw + 2rem, 3.75rem);
}
.cont_guest-review-detail .article_box .article_head .txt_box .date_box .stars,
.cont_activity-review-detail .article_box .article_head .txt_box .date_box .stars {
  display: block;
}
@media screen and (max-width: 896px) {
  .cont_guest-review-detail .article_box .article_body,
  .cont_activity-review-detail .article_box .article_body {
    padding: 0 0;
  }
}
.cont_guest-review-detail .article_box .article_body_inner,
.cont_activity-review-detail .article_box .article_body_inner {
  margin-top: 0;
}
.cont_guest-review-detail,
.cont_activity-review-detail {
  /* ------------------------------------
  /* そのほかのゲストレビュー
  ------------------------------------ */
}
.cont_guest-review-detail .review-list_more_area .page_subtl02,
.cont_activity-review-detail .review-list_more_area .page_subtl02 {
  text-align: center;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * <共通> アクティビティ
 * ================================================ */
.cont_activity {
  margin-bottom: 120px;
}

/* 共通（top等との共通）
------------------------------------ */
.activity_list_thumbnail {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2.5rem;
}
.activity_list_thumbnail .list_item {
  width: 30%;
}
.activity_list_thumbnail .list_item .img_box {
  margin-bottom: 1.875rem;
}
.activity_list_thumbnail .list_item .img_box img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity_list_thumbnail .list_item .txt_box {
  margin-bottom: 10px;
}
.activity_list_thumbnail .list_item .txt_box .tl {
  font-size: clamp(1.25rem, 0.4444444444vw + 1.15rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 clamp(1.25rem, 2.2222222222vw + 0.75rem, 2.5rem);
}
.activity_list_thumbnail .list_item .txt_box .date_box .price {
  display: block;
  font-size: clamp(0.875rem, 0.2222222222vw + 0.825rem, 1rem);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 896px) {
  .activity_list_thumbnail .list_item .txt_box .date_box .price {
    margin-bottom: 0.3125rem;
  }
}
.activity_list_thumbnail .list_item .txt_box .date_box .price em {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  margin-right: 0.125rem;
}
.activity_list_thumbnail .list_item .txt_box .date_box .outline {
  font-size: clamp(0.875rem, 0.2222222222vw + 0.825rem, 1rem);
}

/* アクティビティ・その他のアクティビティ　（3つ並び・spではスライド）
------------------------------------ */
.activity_list_area {
  padding-top: 0;
}
@media screen and (max-width: 896px) {
  .activity_list_area {
    overflow: hidden;
  }
}
@media screen and (max-width: 896px) {
  .activity_list_area .swiper-container_activity_list {
    overflow: visible;
  }
}
@media screen and (max-width: 896px) {
  .activity_list_area .activity_list_thumbnail.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 896px) {
  .activity_list_area .list_item.swiper-slide {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 897px) {
  .activity_list_area .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .activity_list_area .swiper-pagination {
    position: static;
    margin-top: 1.25rem;
    text-align: center;
  }
  .activity_list_area .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ccc;
    opacity: 1;
  }
  .activity_list_area .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2b465e;
  }
}

/*=================================================
 * アクティビティ 一覧
 * ================================================ */
.cont_activity-list .activity_list_thumbnail {
  flex-wrap: wrap;
}
.cont_activity-list .activity_list_thumbnail .list_item {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-list .activity_list_thumbnail .list_item {
    width: 100%;
  }
}

/*=================================================
 * アクティビティ 詳細
 * ================================================ */
.cont_activity-detail {
  /* ------------------------------------
  /* メインビジュアル
  ------------------------------------ */
}
.cont_activity-detail .mainvisual_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  height: 1000px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img_cont/bg_room_mainvisual_01@2x.avif);
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .mainvisual_box {
    background-position: center top;
    max-height: 60vh;
  }
}
.cont_activity-detail .mainvisual_box .img_mainvisual {
  width: auto;
  height: 100%;
}
.cont_activity-detail {
  /* ------------------------------------
  /* 詳細
  ------------------------------------ */
}
.cont_activity-detail .activity_detail_box {
  /*　ヘッダー
  ------------------------------------ */
}
.cont_activity-detail .activity_detail_box .article_head {
  /*　アクティビティ名、概要文
  --------------- */
}
.cont_activity-detail .activity_detail_box .article_head .tl_box {
  margin-bottom: 3.75rem;
}
.cont_activity-detail .activity_detail_box .article_head .tl_article {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
.cont_activity-detail .activity_detail_box .article_head .lead_txt {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
}
.cont_activity-detail .activity_detail_box .article_head {
  /* 料金、予約ボタン
  --------------- */
}
.cont_activity-detail .activity_detail_box .article_head .price_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .price_box {
    display: block;
  }
  .cont_activity-detail .activity_detail_box .article_head .price_box .price_txt {
    margin-bottom: 2.5rem;
  }
}
.cont_activity-detail .activity_detail_box .article_head .price_box .btn_cta {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .price_box .btn_cta {
    margin: 0 auto;
  }
}
.cont_activity-detail .activity_detail_box .article_head {
  /* アイコン概要box
  --------------- */
}
.cont_activity-detail .activity_detail_box .article_head .summary_icon_box {
  background-color: #f2f4f5;
  border: #E7E9EC 1px solid;
  padding: 2.5rem 0 0.625rem 2.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .summary_icon_box {
    padding: 1.875rem 1.25rem 0;
  }
}
.cont_activity-detail .activity_detail_box .article_head .summary_icon_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .summary_icon_list {
    display: block;
  }
}
.cont_activity-detail .activity_detail_box .article_head .summary_icon_list .list_item {
  margin-right: 3.75rem;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .summary_icon_list .list_item {
    margin-right: 0;
  }
}
.cont_activity-detail .activity_detail_box .article_head .summary_icon_list .ico_box {
  display: block;
  margin-right: 1.25rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_detail_box .article_head .summary_icon_list .ico_box {
    width: 50px;
  }
}
.cont_activity-detail .activity_detail_box .article_head .summary_txt_box {
  margin-bottom: 3.75rem;
}
.cont_activity-detail {
  /*　ハイライト
  ------------------------------------ */
}
.cont_activity-detail .highlights_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .highlights_box {
    margin-bottom: 30px;
  }
}
.cont_activity-detail .highlights_box .inner_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .highlights_box .inner_box {
    flex-direction: column-reverse;
  }
}
.cont_activity-detail .highlights_box .txt_box {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .highlights_box .txt_box {
    width: auto;
  }
}
.cont_activity-detail .highlights_box .txt_box .page_subtl03 {
  margin-top: 0;
}
.cont_activity-detail .highlights_box .highlights_list {
  margin-bottom: 1.875rem;
  counter-reset: listnum; /* カウンターをリセット */
}
.cont_activity-detail .highlights_box .highlights_list .list_item {
  padding-left: 20px;
  margin-bottom: 2em;
  position: relative;
}
.cont_activity-detail .highlights_box .highlights_list .list_item::before {
  content: "";
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum); /* カウントした数に応じて番号を表示 */
  color: #2b465e;
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cont_activity-detail .highlights_box .img_box {
  width: 48%;
  /* 見出しの高さ分、下げる */
  margin-top: 64px;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .highlights_box .img_box {
    width: auto;
    margin: 0 0 40px;
  }
}
.cont_activity-detail .highlights_box .img_box img {
  width: 100%;
  height: auto;
}
.cont_activity-detail {
  /*　アクティビティ予約box
  ------------------------------------ */
}
.cont_activity-detail .activity_contact_box {
  background-color: #f2f4f5;
  padding: 3.75rem 2.5rem 2.5rem;
  position: relative;
  margin-left: 20px;
  margin-bottom: 140px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box {
    padding: 2.5rem 1.875rem 1.5625rem 1.25rem;
    margin: 0 0 4.375rem 0.625rem;
  }
}
.cont_activity-detail .activity_contact_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: -20px;
  border: #2b465e 1px solid;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box::before {
    bottom: -10px;
    left: -10px;
  }
}
.cont_activity-detail .activity_contact_box .page_subtl02 {
  margin-top: 0;
}
.cont_activity-detail .activity_contact_box .lead_txt {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box .lead_txt {
    text-align: left;
  }
}
.cont_activity-detail .activity_contact_box {
  /* 白背景box
  --------------- */
}
.cont_activity-detail .activity_contact_box .bg_inner_box {
  background-color: #FFF;
  margin: 0 8%;
  padding: 1.875rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box .bg_inner_box {
    margin: 0;
    padding: 1.875rem 10px;
  }
}
.cont_activity-detail .activity_contact_box .bg_inner_box .inner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5vw; /* row-gap行方向（縦）  column-gap列方向（横） */
  margin-bottom: 30px;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box .bg_inner_box .inner_box {
    display: block;
  }
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box .bg_inner_box .tel_box {
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box .tel_tl {
  font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box .tel {
  font-size: clamp(1rem, 0.2222222222vw + 0.95rem, 1.125rem);
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box .num {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box .btn_box {
  margin-bottom: 0.9375rem;
}
.cont_activity-detail .activity_contact_box .bg_inner_box .tel_box .reception_hours {
  margin-left: 0.5em;
}
.cont_activity-detail .activity_contact_box .bg_inner_box .link_box .btn {
  height: 90px;
}
.cont_activity-detail .activity_contact_box .bg_inner_box .note_txt {
  background-color: #e6e9ec;
  display: inline-block;
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_contact_box .bg_inner_box .note_txt {
    margin: 0 10px;
    text-align: left;
  }
}
.cont_activity-detail {
  /*　アクティビティ画像スライド
  ------------------------------------ */
}
.cont_activity-detail .activity_img_slider_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_img_slider_box {
    margin: 0 -20px 60px;
  }
}
.cont_activity-detail .activity_img_slider_box .swiper-container_activity_img {
  overflow: visible;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_img_slider_box .swiper-container_activity_img {
    overflow: hidden;
  }
}
.cont_activity-detail .activity_img_slider_box .swiper-slide {
  width: 56%;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_img_slider_box .swiper-slide {
    width: 100%;
  }
}
.cont_activity-detail .activity_img_slider_box .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.cont_activity-detail .activity_img_slider_box .swiper-slide .slide_caption {
  font-size: clamp(0.75rem, 0.2222222222vw + 0.7rem, 0.875rem);
  color: #666;
  margin: 0.9375rem 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_img_slider_box .swiper-slide .slide_caption {
    margin: 0.9375rem 20px 0;
  }
}
.cont_activity-detail .activity_img_slider_box .swiper-pagination {
  position: static;
  margin-top: 1rem;
  text-align: center;
}
.cont_activity-detail .activity_img_slider_box .swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ccc;
  opacity: 1;
}
.cont_activity-detail .activity_img_slider_box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2b465e;
}
.cont_activity-detail {
  /*　行程（タイムライン）
  ------------------------------------ */
}
.cont_activity-detail .itinerary_box {
  margin-bottom: 7.5rem;
  display: flex;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .itinerary_box {
    display: block;
  }
}
.cont_activity-detail .itinerary_box .page_subtl03 {
  margin-top: 0;
  width: 7em;
}
.cont_activity-detail .itinerary_box .inner_box {
  flex: 1;
}
.cont_activity-detail .itinerary_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cont_activity-detail .itinerary_list .list_item {
  display: flex;
  align-items: flex-start;
}
.cont_activity-detail .itinerary_list .time_col {
  width: 5rem;
  min-width: 5rem;
  text-align: right;
  padding-right: 1.25rem;
  padding-top: 0.125rem;
  font-size: clamp(0.875rem, 0.2222222222vw + 0.825rem, 1rem);
  color: #2b465e;
}
.cont_activity-detail .itinerary_list .line_col {
  width: 2.5rem;
  min-width: 2.5rem;
  display: flex;
  justify-content: center;
  align-self: stretch;
  position: relative;
}
.cont_activity-detail .itinerary_list .line_col::before {
  content: "";
  width: 1px;
  background-color: #2b465e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cont_activity-detail .itinerary_list .line_col .dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2b465e;
  border-radius: 50%;
  margin-top: 0.25rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.cont_activity-detail .itinerary_list .list_item:first-child .line_col::before {
  top: 0.625rem;
}
.cont_activity-detail .itinerary_list .list_item:last-child .line_col::before {
  bottom: auto;
  height: 0.625rem;
}
.cont_activity-detail .itinerary_list .content_col {
  flex: 1;
  padding-left: 1.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .itinerary_list .content_col {
    padding-left: 0.625rem;
    padding-bottom: 1.875rem;
  }
}
.cont_activity-detail .itinerary_list .list_item:last-child .content_col {
  padding-bottom: 0;
}
.cont_activity-detail .itinerary_list .item_tl {
  font-size: clamp(1rem, 0.2222222222vw + 0.95rem, 1.125rem);
  font-weight: bold;
  color: #2b465e;
  margin: 0 0 0.9375rem;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .itinerary_list .item_tl {
    margin-bottom: 0.625rem;
  }
}
.cont_activity-detail .itinerary_list .img_txt_box {
  display: flex;
  gap: 0 1.25rem;
  align-items: flex-start;
}
.cont_activity-detail .itinerary_list .img_txt_box .img_box {
  width: 11.25rem;
  min-width: 11.25rem;
}
.cont_activity-detail .itinerary_list .img_txt_box .img_box img {
  width: 100%;
  height: auto;
}
.cont_activity-detail .itinerary_list .item_txt {
  font-size: clamp(0.875rem, 0.2222222222vw + 0.825rem, 1rem);
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .itinerary_list .time_col {
    width: 3.75rem;
    min-width: 3.75rem;
    padding-right: 0.625rem;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .cont_activity-detail .itinerary_list .time_col {
    width: 2.5rem;
    min-width: 2.5rem;
  }
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .itinerary_list .line_col {
    width: 1.875rem;
    min-width: 1.875rem;
  }
  .cont_activity-detail .itinerary_list .img_txt_box {
    flex-direction: column;
  }
  .cont_activity-detail .itinerary_list .img_txt_box .img_box {
    width: 100%;
    min-width: unset;
    margin-bottom: 0.625rem;
  }
}
.cont_activity-detail {
  /* 料金・概要・場所・予約前の確認事項・キャンセルポリシー
  ------------------------------------ */
}
.cont_activity-detail .fee_box,
.cont_activity-detail .summary_box,
.cont_activity-detail .location_box,
.cont_activity-detail .items_to_confirm_box,
.cont_activity-detail .activity_cancellation_policy_box {
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .fee_box,
  .cont_activity-detail .summary_box,
  .cont_activity-detail .location_box,
  .cont_activity-detail .items_to_confirm_box,
  .cont_activity-detail .activity_cancellation_policy_box {
    display: block;
  }
}
.cont_activity-detail .fee_box .page_subtl03,
.cont_activity-detail .summary_box .page_subtl03,
.cont_activity-detail .location_box .page_subtl03,
.cont_activity-detail .items_to_confirm_box .page_subtl03,
.cont_activity-detail .activity_cancellation_policy_box .page_subtl03 {
  margin-top: 0;
  width: 12em;
}
.cont_activity-detail .fee_box .inner_box,
.cont_activity-detail .summary_box .inner_box,
.cont_activity-detail .location_box .inner_box,
.cont_activity-detail .items_to_confirm_box .inner_box,
.cont_activity-detail .activity_cancellation_policy_box .inner_box {
  flex: 1;
}
.cont_activity-detail {
  /* 料金
  ------------------------------------ */
}
.cont_activity-detail .fee_box {
  /* table
  --------------- */
}
.cont_activity-detail .fee_box .base_table th {
  width: 12em;
}
.cont_activity-detail .fee_box .note_txt {
  font-size: clamp(0.75rem, 0.2222222222vw + 0.7rem, 0.875rem);
  margin: 1.25rem 0 2.5rem;
}
.cont_activity-detail .fee_box .info_col_box {
  display: flex;
}
.cont_activity-detail .fee_box .info_col_box .info_col {
  flex: 1;
}
.cont_activity-detail .fee_box .info_col_box .tl {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .fee_box .info_col_box {
    flex-direction: column;
    gap: 0.75rem;
  }
}
.cont_activity-detail {
  /* 概要
  ------------------------------------ */
}
.cont_activity-detail .summary_box .summary_table th {
  vertical-align: middle;
  width: 12em;
}
.cont_activity-detail .summary_box .summary_table th .tl_box {
  display: flex;
  align-items: center;
}
.cont_activity-detail .summary_box .summary_table th .ico_box {
  display: block;
  width: 56px;
}
.cont_activity-detail .summary_box .summary_table td {
  vertical-align: middle;
}
.cont_activity-detail {
  /* 場所
  ------------------------------------ */
}
.cont_activity-detail .location_box .inner_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .location_box .inner_box {
    display: block;
  }
}
.cont_activity-detail .location_box .meeting_point_box,
.cont_activity-detail .location_box .directions_box {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .location_box .meeting_point_box,
  .cont_activity-detail .location_box .directions_box {
    width: auto;
  }
}
.cont_activity-detail .location_box .tl {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.cont_activity-detail .location_box .ico_box {
  display: block;
  width: 44px;
}
.cont_activity-detail .location_box {
  /* 集合場所
  --------------- */
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .location_box .meeting_point_box {
    margin-bottom: 40px;
  }
}
.cont_activity-detail .location_box .meeting_point_box .txt_box {
  margin-bottom: 1.875rem;
}
.cont_activity-detail .location_box .meeting_point_box {
  /* マップ */
}
.cont_activity-detail .location_box .meeting_point_box .activity_map_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  padding-top: 42.9%;
  /* 560px:240px（7:3）のアスペクト比 */
  height: 0;
}
.cont_activity-detail .location_box .meeting_point_box .activity_map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont_activity-detail {
  /* 予約前の確認事項
  ------------------------------------ */
}
.cont_activity-detail {
  /* キャンセルポリシー
  ------------------------------------ */
}
.cont_activity-detail {
  /* 参加者レビュー
  ------------------------------------ */
}
.cont_activity-detail .cont_review-list_area {
  margin-bottom: 120px;
}
.cont_activity-detail .cont_review-list_area .page_subtl02 {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .cont_review-list_area {
    overflow: hidden;
  }
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .cont_review-list_area .swiper-container_review {
    overflow: visible;
  }
}
@media screen and (min-width: 897px) {
  .cont_activity-detail .cont_review-list_area .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .cont_review-list_area .swiper-pagination {
    position: static;
    margin-top: 1.25rem;
    text-align: center;
  }
  .cont_activity-detail .cont_review-list_area .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ccc;
    opacity: 1;
  }
  .cont_activity-detail .cont_review-list_area .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2b465e;
  }
}
.cont_activity-detail .cont_review-list_area .btn_box {
  margin-top: 60px;
}
.cont_activity-detail {
  /* FAQ
  ------------------------------------ */
}
.cont_activity-detail .activity_faq_area {
  background-color: #f2f4f5;
}
.cont_activity-detail {
  /* 催行者紹介
  ------------------------------------ */
}
.cont_activity-detail .activity_organizer_area {
  /* 催行者　写真・名前・所属・メッセージ
  --------------- */
}
.cont_activity-detail .activity_organizer_area .profile_box.box01 {
  width: auto;
  margin-bottom: 0;
}
.cont_activity-detail .activity_organizer_area .profile_box {
  /* 催行者写真
  --------------- */
}
.cont_activity-detail .activity_organizer_area .profile_box .img_circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative; /* 基準値とする */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .profile_box .img_circle {
    width: 120px;
    height: 120px;
  }
}
.cont_activity-detail .activity_organizer_area .profile_box .img_circle img {
  position: absolute; /* 相対位置に指定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像の表示サイズを調整 ※IE非対応 */
}
.cont_activity-detail .activity_organizer_area .profile_box .txt_box {
  flex: 1;
}
.cont_activity-detail .activity_organizer_area .profile_box .txt_box .message_box {
  margin-top: 50px;
}
.cont_activity-detail .activity_organizer_area {
  /* 催行者　基本情報
  --------------- */
}
.cont_activity-detail .activity_organizer_area .organizer_information_box {
  background-color: #FFF;
  padding: 2.5rem;
  color: #131f29;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box {
    padding: 1.875rem 1.25rem;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .page_subtl04 {
  margin-top: 0;
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .inner_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .inner_box {
    display: block;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .txt_box {
  width: 60%;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .txt_box {
    width: auto;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box {
  /* table */
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table {
    display: block;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table th,
.cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table td {
  padding: 0.625rem 0;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table th,
  .cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table td {
    display: block;
    padding: 0 0 1.875rem;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table th {
  width: 8em;
  font-weight: normal;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .organizer_information_table th {
    width: auto;
    padding: 0 0 0.3125rem;
    font-size: 0.875rem;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .img_box {
  width: 38%;
}
@media screen and (max-width: 896px) {
  .cont_activity-detail .activity_organizer_area .organizer_information_box .img_box {
    width: auto;
  }
}
.cont_activity-detail .activity_organizer_area .organizer_information_box .img_box img {
  width: 100%;
  height: auto;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * トップページ
 * ================================================ */
/* ------------------------------------
/* メインビジュアル
------------------------------------ */
.top_mainvisual {
  min-height: 100vh;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .top_mainvisual {
    min-height: calc(100vh - 70px);
  }
}
.top_mainvisual::before {
  content: "";
  display: block;
  width: 180px;
  height: calc(100% + 60px);
  background-color: #2b465e;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .top_mainvisual::before {
    width: 30px;
  }
}
.top_mainvisual {
  /* ロゴ
  ------------------------------------ */
}
.top_mainvisual .mainvisual_logo_box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  position: relative;
  z-index: 10;
  margin: 100px 0 0 40px;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .mainvisual_logo_box {
    margin: 100px 0 0 20px;
  }
}
.top_mainvisual .mainvisual_logo img {
  width: 80%;
  max-width: 1300px;
  height: auto;
}
.top_mainvisual .tagline {
  color: #fff;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .tagline {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }
}
.top_mainvisual {
  /* キャッチコピー
  ------------------------------------ */
}
.top_mainvisual .top_mainvisual_txt {
  position: relative;
  z-index: 10;
  margin: 5rem 0 0 18%;
  color: #fff;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .top_mainvisual_txt {
    margin: 11.25rem 0 2.5rem 18%;
    margin-left: 12%;
  }
}
.top_mainvisual .top_mainvisual_txt .tl {
  font-size: clamp(1.25rem, 3.1111111111vw + 0.55rem, 3rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .top_mainvisual_txt .tl {
    line-height: 1.8;
  }
}
.top_mainvisual .top_mainvisual_txt .txt {
  font-size: clamp(1rem, 0.4444444444vw + 0.9rem, 1.25rem);
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .top_mainvisual_txt .txt {
    line-height: 1.8;
  }
}
.top_mainvisual {
  /* スライダー
  ------------------------------------ */
}
.top_mainvisual .slider_wrap {
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px; /* margin-left + width計算の代わり */
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .slider_wrap {
    width: calc(100% - 30px);
    left: 30px;
  }
}
.top_mainvisual {
  /* スライダーのT.B(ズームアウト) */
}
@keyframes TrackBack {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.top_mainvisual .swiper-container_01 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top_mainvisual .swiper-container_01 .swiper-slide .img_swiper {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_mainvisual .swiper-container_01 .slide01 .img_swiper {
  /* 黒の40%透過(0.3)を画像の上に重ねる */
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_01@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .swiper-container_01 .slide01 .img_swiper {
    /* 黒の40%透過(0.3)を画像の上に重ねる */
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_01_sp@2x.avif);
    background-size: cover;
    /* 横・縦の順番 */
    background-position: center top;
  }
}
.top_mainvisual .swiper-container_01 .slide02 .img_swiper {
  /* 黒の40%透過(0.3)を画像の上に重ねる */
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_02@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .swiper-container_01 .slide02 .img_swiper {
    /* 黒の40%透過(0.3)を画像の上に重ねる */
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_02_sp@2x.avif);
    background-size: cover;
    /* 横・縦の順番 */
    background-position: center top;
  }
}
.top_mainvisual .swiper-container_01 .slide03 .img_swiper {
  /* 黒の40%透過(0.3)を画像の上に重ねる */
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_03@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .top_mainvisual .swiper-container_01 .slide03 .img_swiper {
    /* 黒の40%透過(0.3)を画像の上に重ねる */
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.3)), url(../img_top/bg_top_mainvisual_03_sp@2x.avif);
    background-size: cover;
    /* 横・縦の順番 */
    background-position: center top;
  }
}

/* ------------------------------------
/* 福岡での宿泊について、お悩みではありませんか？
------------------------------------ */
.top_problem_area {
  padding-bottom: 80px;
  overflow: hidden;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .top_problem_area {
    padding-bottom: 30px;
  }
}
.top_problem_area::before {
  content: "";
  display: block;
  width: 180px;
  height: 100%;
  background-color: #2b465e;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .top_problem_area::before {
    width: 30px;
  }
}
.top_problem_area .cont_inner {
  margin-left: 180px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (min-width: 897px) and (max-width: 1099px) {
  .top_problem_area .cont_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 896px) {
  .top_problem_area .cont_inner {
    margin-left: 30px;
    flex-direction: column;
  }
}
.top_problem_area .txt_box {
  width: 28em;
  margin-left: 5%;
}
@media screen and (min-width: 897px) and (max-width: 1099px) {
  .top_problem_area .txt_box {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .top_problem_area .txt_box {
    width: 100%;
    margin-left: 0;
  }
}
.top_problem_area .txt_box .tl {
  line-height: 1.6;
}
.top_problem_area .problem_list .list_item {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  background-color: #e6e9ec;
  border: #2b465e 1px solid;
  display: inline-block;
  text-align: center;
  padding: 20px 15px 10px 25px;
  margin-bottom: 30px;
  position: relative;
}
.top_problem_area .problem_list .list_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: #2b465e 1px solid;
  position: absolute;
  top: 10px;
  left: 10px;
}
.top_problem_area .problem_list .item02 {
  float: right;
  margin-left: 30px;
}
.top_problem_area .problem_list .item03 {
  clear: both;
  margin-left: 10%;
}
@media screen and (min-width: 897px) and (max-width: 1099px) {
  .top_problem_area .problem_list .item03 {
    margin-left: 30%;
  }
}
@media screen and (max-width: 896px) {
  .top_problem_area .problem_list .item03 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 560px) {
  .top_problem_area .problem_list .item03 {
    margin-left: 10%;
  }
}
.top_problem_area .img_box {
  flex: 1;
  margin-top: clamp(3.75rem, 4.4444444444vw + 2.75rem, 6.25rem);
}
@media screen and (min-width: 897px) and (max-width: 1099px) {
  .top_problem_area .img_box {
    margin: 0 -20px 0;
  }
}
@media screen and (max-width: 896px) {
  .top_problem_area .img_box {
    margin: 0 -20px 0;
  }
}
.top_problem_area .img_box img {
  width: 100%;
  height: auto;
}

/* ------------------------------------
/* その悩みMINNATOなら 解決できます！（特長）
------------------------------------ */
.top_feature_area {
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 896px) {
  .top_feature_area {
    padding-bottom: 0.625rem;
  }
}
.top_feature_area::before {
  content: "";
  display: block;
  width: 180px;
  height: calc(100% + 20px);
  background-color: #2b465e;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .top_feature_area::before {
    width: 30px;
  }
}
.top_feature_area .cont_inner {
  max-width: none;
  margin: 0 auto 0 180px;
  padding: 0 0 0 clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem);
}
@media screen and (max-width: 896px) {
  .top_feature_area .cont_inner {
    margin: 0 0 0 30px;
  }
}
.top_feature_area {
  /* その悩みMINNATOなら 解決できます！
  ------------------------------------ */
}
.top_feature_area .tl_01 {
  background-color: #2b465e;
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  font-weight: bold;
  color: #fff;
  padding: 2.5rem 1.25rem;
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  vertical-align: text-bottom;
}
@media screen and (max-width: 896px) {
  .top_feature_area .tl_01 {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 896px) {
  .top_feature_area .tl_01 .txt01,
  .top_feature_area .tl_01 .txt02 {
    display: block;
    margin-bottom: 0.3125rem;
  }
}
.top_feature_area .tl_01 .logo {
  max-width: 580px;
  height: auto;
  margin: 0 10px 0.2em;
}
@media screen and (max-width: 896px) {
  .top_feature_area .tl_01 .logo {
    width: 60%;
  }
}
.top_feature_area .tl_01 strong {
  font-size: clamp(1.25rem, 4.4444444444vw + 0.25rem, 3.75rem);
  display: inline-block;
}
.top_feature_area {
  /* 滞在のスタイルを自分たちで選べる
  ------------------------------------ */
}
.top_feature_area .tl_02 {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 896px) {
  .top_feature_area .tl_02 {
    padding-top: 1.875rem;
  }
}
.top_feature_area .tl_02 .en_tl {
  font-size: clamp(3.25rem, 16.4444444444vw + -0.45rem, 12.5rem);
  color: #e6e9ec;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  font-weight: normal;
  line-height: 1;
  text-align: right;
}
.top_feature_area {
  /* 特長　3つ
    ------------------------------------ */
}
.top_feature_area .top_feature_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(3.75rem, 2.2222222222vw + 3.25rem, 5rem);
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box {
    flex-direction: column-reverse;
  }
}
.top_feature_area .top_feature_box .txt_box {
  margin-right: 60px;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box .txt_box {
    margin-right: 20px;
  }
}
.top_feature_area .top_feature_box .txt_box .tl {
  margin-top: 0;
  padding-bottom: clamp(1.25rem, 2.2222222222vw + 0.75rem, 2.5rem);
  border-bottom: #2b465e 1px solid;
  margin-bottom: clamp(1.875rem, 2.2222222222vw + 1.375rem, 3.125rem);
}
.top_feature_area .top_feature_box .txt_box .txt {
  margin-bottom: 1em;
}
.top_feature_area .top_feature_box .img_box {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box .img_box {
    margin-left: 10px;
    margin-bottom: 30px;
  }
}
.top_feature_area .top_feature_box .img_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  left: -20px;
  border: #2b465e 1px solid;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box .img_box::before {
    top: -10px;
    left: -10px;
  }
}
.top_feature_area .top_feature_box .img_box .num_tl {
  position: absolute;
  top: -40px;
  right: clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem);
  color: #edc45b;
  font-size: clamp(1rem, 0.4444444444vw + 0.9rem, 1.25rem);
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box .img_box .num_tl {
    top: -30px;
  }
}
.top_feature_area .top_feature_box .img_box .num {
  font-size: clamp(5rem, 4.4444444444vw + 4rem, 7.5rem);
  line-height: 0.8;
}
.top_feature_area .top_feature_box .img_box img {
  width: 100%;
  height: auto;
}
.top_feature_area .top_feature_box.box02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box.box02 {
    flex-direction: column-reverse;
  }
}
.top_feature_area .top_feature_box.box02 .txt_box {
  padding-left: 60px;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box.box02 .txt_box {
    padding-left: 0;
  }
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box.box02 .img_box {
    margin-left: -20px;
    margin-right: 30px;
  }
}
.top_feature_area .top_feature_box.box02 .img_box::before {
  left: auto;
  right: -20px;
}
@media screen and (max-width: 896px) {
  .top_feature_area .top_feature_box.box02 .img_box::before {
    right: -10px;
  }
}
.top_feature_area .top_feature_box.box02 .num_tl {
  left: clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem);
}

/* 部屋＆施設　リンク（共通 / ゲストレビュー）
------------------------------------ */
.room_link_box {
  background-color: #e6e9ec;
  padding: 3.75rem 2.5rem 2.5rem;
  position: relative;
  margin: 20px;
}
@media screen and (max-width: 896px) {
  .room_link_box {
    padding: 1.5625rem 1.25rem 1.5625rem 0.625rem;
    margin: 0 20px 0 10px;
  }
}
.room_link_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: -20px;
  border: #2b465e 1px solid;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .room_link_box::before {
    bottom: -10px;
    left: -10px;
  }
}
.room_link_box .inner_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .room_link_box .inner_box {
    flex-direction: column-reverse;
  }
}
.room_link_box .txt_box {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 896px) {
  .room_link_box .txt_box {
    width: 100%;
  }
}
.room_link_box .txt_box .tl {
  margin: 1.875rem 0;
}
@media screen and (max-width: 896px) {
  .room_link_box .txt_box .tl {
    margin: 1.875rem 0 1.25rem;
  }
}
.room_link_box .img_box {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .room_link_box .img_box {
    width: 100%;
    position: relative;
  }
}
.room_link_box .img_box img {
  width: 100%;
  height: auto;
}
.room_link_box {
  /* リンク先　英語表示
  --------------- */
}
.room_link_box .en_tl {
  position: absolute;
  top: 0;
  right: 20px;
  color: #fff;
  font-size: clamp(1.625rem, 10.4444444444vw + -0.725rem, 7.5rem);
  line-height: 1.2;
}
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .room_link_box .en_tl {
    top: 10px;
    font-size: clamp(1.625rem, 6vw + 0.275rem, 5rem);
  }
}
@media screen and (max-width: 896px) {
  .room_link_box .en_tl {
    font-size: 1.625rem;
    top: auto;
    bottom: 0;
    right: 5px;
    line-height: 0.9;
  }
}

/* ------------------------------------
/* モデル・ステイプラン
------------------------------------ */
.top_stay_plan_area {
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
  padding: 6.25rem 0 3.75rem;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area {
    padding: 3.75rem 0 1.875rem;
  }
}
.top_stay_plan_area::before {
  content: "";
  display: block;
  width: 70%;
  height: calc(100% - 100px);
  background-color: #e6e9ec;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area::before {
    top: 60px;
    height: calc(100% - 60px);
  }
}
.top_stay_plan_area {
  /* 各ブラン（top_stay_plan_box）
  ------------------------------------ */
}
.top_stay_plan_area .top_stay_plan_box {
  background-color: #fff;
  border: #2b465e 1px solid;
  padding: 1.875rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box {
    flex-direction: column-reverse;
    padding: 0.9375rem;
  }
}
.top_stay_plan_area .top_stay_plan_box .txt_box {
  flex: 1;
  margin-left: 2.5rem;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box .txt_box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin-left: 0;
  }
}
.top_stay_plan_area .top_stay_plan_box .txt_box .tl_box {
  margin-top: 0;
}
.top_stay_plan_area .top_stay_plan_box .txt_box .num_tl {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #edc45b;
  display: flex;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box .txt_box .num_tl {
    top: 0;
    right: 0;
  }
}
.top_stay_plan_area .top_stay_plan_box .txt_box .num_tl .num {
  font-size: clamp(5rem, 4.4444444444vw + 4rem, 7.5rem);
  line-height: 0.8;
}
.top_stay_plan_area .top_stay_plan_box .txt_box {
  /* Day1,Day2
  --------------- */
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan_box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box .txt_box .day_plan_box {
    flex-direction: column;
  }
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box .txt_box .day_plan {
    width: 100%;
  }
  .top_stay_plan_area .top_stay_plan_box .txt_box .day_plan.day01 {
    margin-bottom: 1.875rem;
  }
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan .tl {
  background-color: #2b465e;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.1875rem 1.875rem;
  margin-bottom: 1.25rem;
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan .item {
  margin-bottom: 1.25rem;
  position: relative;
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan .item::before {
  content: "↓";
  font-size: 1rem;
  color: #2b465e;
  position: absolute;
  bottom: -1.4em;
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan .item:last-child {
  margin-bottom: 0;
}
.top_stay_plan_area .top_stay_plan_box .txt_box .day_plan .item:last-child::before {
  display: none;
}
.top_stay_plan_area .top_stay_plan_box .img_box {
  width: 40%;
}
@media screen and (max-width: 896px) {
  .top_stay_plan_area .top_stay_plan_box .img_box {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.top_stay_plan_area .top_stay_plan_box .img_box img {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* ------------------------------------
/* アクティビティ
------------------------------------ */
.top_activity_list_area {
  padding-bottom: 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}

/* 共通
------------------------------------ */
.activity_list_area {
  position: relative;
  padding-top: 1px;
}

/* ------------------------------------
/* ゲストレビュー
------------------------------------ */
.top_review_list_area {
  padding: 1px 0 20px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
.top_review_list_area .btn_box {
  margin-top: 60px;
}

/* ------------------------------------
/* 宿泊料金
------------------------------------ */
.top_accommodation_fee_area {
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}

/* 共通
------------------------------------ */
.accommodation_fee_area {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area {
    padding-top: 60px;
  }
}
.accommodation_fee_area .cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area .cont_inner {
    display: block;
  }
}
.accommodation_fee_area .txt_box {
  flex: 1;
  background-color: #e6e9ec;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 4vw;
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area .txt_box {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-top: 1px;
    padding-bottom: 160px;
  }
}
.accommodation_fee_area .txt_box .lead_box {
  text-align: left;
  margin-bottom: 2.5rem;
}
.accommodation_fee_area .txt_box .btn_box {
  margin-bottom: 3.125rem;
}
.accommodation_fee_area .txt_box .btn {
  margin: 0;
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area .txt_box .btn {
    margin: 0 auto;
  }
}
.accommodation_fee_area .txt_box .btn .ico {
  margin-right: 0.5em;
}
.accommodation_fee_area .txt_box .box01 .txt {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area .txt_box .box01 .txt {
    margin-bottom: 1.875rem;
  }
}
.accommodation_fee_area .txt_box .box01 .txt .price {
  font-weight: bold;
}
.accommodation_fee_area .txt_box .box01 .txt .price em {
  font-size: 1.5rem;
}
.accommodation_fee_area .txt_box .box02 .txt {
  margin-bottom: 1.25rem;
}
.accommodation_fee_area .txt_box .box02 .base_list {
  margin-bottom: 1.25rem;
}
.accommodation_fee_area .txt_box .note_list .price {
  font-weight: bold;
}
.accommodation_fee_area .img_box {
  margin-left: 2.5rem;
  width: 40%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 896px) {
  .accommodation_fee_area .img_box {
    margin-left: auto;
    width: 80%;
    margin-top: -130px;
  }
}
.accommodation_fee_area .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------------------------------
/* ご宿泊までの流れ
------------------------------------ */
.top_flow_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .top_flow_area {
    padding-bottom: 1px;
  }
}
.top_flow_area .lead_box {
  margin-bottom: 70px;
}

/* 共通
------------------------------------ */
.flow_list {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
@media screen and (max-width: 896px) {
  .flow_list {
    flex-direction: column;
  }
}
.flow_list .list_item {
  width: 30%;
  background-color: #fff;
  border: #2b465e 1px solid;
  padding: 1.25rem;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .flow_list .list_item {
    box-sizing: border-box;
    width: auto;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.flow_list .list_item:last-child {
  margin-right: 0;
}
.flow_list .list_item:last-child::after {
  display: none;
}
.flow_list .list_item::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background-color: #2b465e;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.flow_list .list_item::after {
  content: "";
  display: block;
  width: 20px;
  height: 60px;
  background: url(../img_cmn/ico_flow_arrow.svg) 50% 0 no-repeat;
  position: absolute;
  top: calc(50% - 30px);
  right: -30px;
}
@media screen and (max-width: 896px) {
  .flow_list .list_item::after {
    transform: rotate(90deg);
    top: auto;
    bottom: -60px;
    right: auto;
    left: calc(50% - 10px);
  }
}
.flow_list .list_item .tl_box {
  padding-bottom: 1.25rem;
  border-bottom: #2b465e 1px solid;
  margin-bottom: 1.875rem;
}
.flow_list .list_item .tl_box .num {
  font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  color: #edc45b;
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.flow_list .list_item .tl_box .tl {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  color: #2b465e;
  font-weight: bold;
  line-height: 1.4;
}
.flow_list .list_item .txt_box {
  text-align: justify;
}

/* ------------------------------------
/* よくあるご質問
------------------------------------ */
/* 共通
------------------------------------ */
.faq_area {
  padding: 1px 0 100px;
}
@media screen and (max-width: 896px) {
  .faq_area {
    padding-bottom: 60px;
  }
}
.faq_area .faq_list {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .faq_area .faq_list {
    width: 100%;
  }
}
.faq_area .faq_item {
  margin-bottom: 2px;
}
.faq_area .faq_item .faq_detail_q {
  background-color: #2b465e;
  color: #fff;
  padding: 1.25rem 3.125rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 896px) {
  .faq_area .faq_item .faq_detail_q {
    padding: 1.25rem;
  }
}
.faq_area .faq_item .faq_detail_q::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_r_w.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}
.faq_area .faq_item .faq_detail_q .tl {
  padding-left: 1.5em; /* 全体を1文字分右へ */
  text-indent: -1.5em; /* 1行目だけを1文字分左へ戻す */
  pointer-events: none; /* 子要素のクリック判定を無効化して安定させる */
}
.faq_area .faq_item .faq_detail_q .tl::before {
  content: "Q.";
  margin-right: 0.5em;
}
.faq_area {
  /* 開いている時のアイコンの変化（回転してマイナスにする） */
}
.faq_area .faq_item.is-open .faq_detail_q::after {
  transform: rotate(-90deg);
}
.faq_area {
  /* 回答部分のアニメーション設定 */
}
.faq_area .faq_detail_a {
  background-color: #fff;
  display: grid;
  grid-template-rows: 0fr; /* 初期状態は高さ0 */
  transition: grid-template-rows 0.4s ease;
  overflow: hidden;
  margin: 0; /* デフォルトの余白をリセット */
}
.faq_area .faq_item.is-open .faq_detail_a {
  grid-template-rows: 1fr; /* 開いた状態 */
}
.faq_area {
  /* 回答の内側（余白を制御） */
}
.faq_area .txt_faq_a {
  min-height: 0;
  padding: 0 3.125rem;
  margin: 0;
  opacity: 0;
  transition: opacity 0.4s, padding 0.4s;
}
@media screen and (max-width: 896px) {
  .faq_area .txt_faq_a {
    padding: 0 1.25rem;
  }
}
.faq_area .txt_faq_a .txt {
  margin-top: 20px;
  padding-left: 1.5em; /* 全体を1文字分右へ */
  /* 一番上の.txtだけAを表示 */
}
.faq_area .txt_faq_a .txt:first-child {
  text-indent: -1.5em; /* 1行目だけを1文字分左へ戻す */
}
.faq_area .txt_faq_a .txt:first-child:before {
  content: "A.";
  margin-right: 0.5em;
}
.faq_area .faq_item.is-open .txt_faq_a {
  padding-bottom: 20px;
  opacity: 1;
}

/* 背景固定の場合
------------------------------------ */
.bg-faq {
  position: relative;
  z-index: 1; /* faqセクション自体は層を上げる */
  background: none !important; /* 元の背景指定を解除 */
  overflow: visible;
}
.bg-faq::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-indexをマイナスにして、他の「背景色があるセクション」の下に隠れるようにする */
  z-index: -1;
  pointer-events: none;
  display: block;
  /* 元の背景画像をここに指定 */
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img_cmn/bg_faq_area@2x.avif) center center no-repeat;
  background-size: cover;
}
.bg-faq .page_subtl02 {
  color: #fff;
}

/* ------------------------------------
/* アクセス
------------------------------------ */
.top_access_area {
  padding: 1px 0 0;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
/* map
------------------------------------ */
.map_box {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  position: relative;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 896px) {
  .map_box {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    height: 360px;
  }
}
.map_box {
  /* iframeを親要素いっぱいに広げる */
}
.map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ロゴ、住所、アクセス、タクシー予約
------------------------------------ */
.access_box {
  background-color: #2b465e;
  color: #fff;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .access_box {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
  }
}
.access_box .page_subtl03,
.access_box .page_subtl04 {
  color: #fff;
}
.access_box {
  /* ロゴ、住所
  --------------- */
}
.access_box .address_box {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  padding: 5rem 0;
  border-bottom: #fff 1px solid;
}
@media screen and (max-width: 896px) {
  .access_box .address_box {
    width: auto;
    flex-direction: column;
    padding: 1.875rem 0;
  }
}
.access_box .address_box .logo_box {
  width: 40%;
  margin-right: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 896px) {
  .access_box .address_box .logo_box {
    width: 200px;
    margin: 0 auto 1.25rem;
    display: block;
  }
}
.access_box .address_box .logo_box img {
  width: 100%;
  max-width: 12.5rem;
  height: auto;
}
.access_box {
  /* 住所、各方面から　dl
  --------------- */
}
.access_box .address_dl,
.access_box .direction_dl {
  display: flex;
}
@media screen and (max-width: 896px) {
  .access_box .address_dl,
  .access_box .direction_dl {
    flex-direction: column;
  }
}
.access_box .address_dl dt,
.access_box .direction_dl dt {
  background-color: #fff;
  color: #2b465e;
}
.access_box {
  /* 住所 */
}
@media screen and (max-width: 896px) {
  .access_box .address_dl {
    align-items: center;
  }
}
.access_box .address_dl dt {
  margin-right: 2.5rem;
}
@media screen and (max-width: 896px) {
  .access_box .address_dl dt {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.access_box .address_dl dd {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
}
.access_box .direction_dl {
  flex-direction: column;
}
.access_box {
  /* 各方面から
  --------------- */
}
.access_box .direction_box {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .access_box .direction_box {
    width: auto;
    flex-direction: column;
  }
}
.access_box .direction_box .direction_inner_box {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .access_box .direction_box .direction_inner_box {
    width: auto;
  }
}
.access_box .direction_box .direction_dl .tl {
  margin-bottom: 1.25rem;
}
.access_box .direction_box .direction_dl .txt {
  margin-bottom: 1.875rem;
}

/* タクシー予約
------------------------------------ */
.taxi_reservation_box {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_box {
    width: auto;
  }
}

.taxi_reservation_inner_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_inner_box {
    flex-direction: column;
  }
}

/* 概要（写真・説明）
--------------- */
.taxi_reservation_outline {
  flex: 1;
  margin-right: 2.5rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_outline {
    margin-right: 0;
  }
}
.taxi_reservation_outline .img_box {
  margin-bottom: 1.25rem;
}
.taxi_reservation_outline .img_box img {
  width: 100%;
  height: auto;
}
.taxi_reservation_outline .txt_box .txt {
  margin-bottom: 1em;
}

/* 料金目安
--------------- */
.taxi_reservation_detail {
  width: 55%;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_detail {
    width: auto;
  }
}
.taxi_reservation_detail .table_outer {
  background-color: #fff;
  padding: 1.25rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_detail .table_outer {
    overflow-x: scroll;
  }
}
.taxi_reservation_detail .tl02 {
  margin-top: 2.5rem;
}
.taxi_reservation_detail .note_txt {
  margin-bottom: 1.25rem;
}
.taxi_reservation_detail .taxi_price_table {
  color: #131f29;
  width: 100%;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_detail .taxi_price_table {
    min-width: 600px;
  }
}
.taxi_reservation_detail .taxi_price_table th, .taxi_reservation_detail .taxi_price_table td {
  border-bottom: #D5D5D5 1px solid;
  padding: 0.375rem 0.625rem;
}
.taxi_reservation_detail .taxi_price_table thead th {
  text-align: center;
}
.taxi_reservation_detail .taxi_price_table tbody th {
  font-weight: normal;
  padding-left: 0;
}
.taxi_reservation_detail .taxi_price_table tbody td {
  text-align: right;
}
.taxi_reservation_detail .taxi_price_table tbody td:last-child {
  padding-right: 0;
}
.taxi_reservation_detail .note_list {
  color: #131f29;
}

/* ご予約先
--------------- */
.taxi_reservation_contact {
  background-color: #fff;
  color: #2b465e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_contact {
    flex-direction: column;
    padding: 1.875rem 1.25rem;
  }
}
.taxi_reservation_contact .page_subtl03,
.taxi_reservation_contact .page_subtl04 {
  color: #2b465e;
  margin: 0;
}
.taxi_reservation_contact .tl_box {
  padding-right: 1.875rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_contact .tl_box {
    padding-right: 0;
    padding-bottom: 1.25rem;
  }
}
.taxi_reservation_contact .tel_box {
  text-align: center;
  flex: 1;
  border-left: #2b465e 1px solid;
  border-right: #2b465e 1px solid;
  padding: 0 0.3125rem;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_contact .tel_box {
    border-left: none;
    border-right: none;
    border-top: #2b465e 1px solid;
    border-bottom: #2b465e 1px solid;
    width: 100%;
    box-sizing: border-box;
    padding: 1.25rem 0;
  }
}
.taxi_reservation_contact .tel_box .time {
  font-size: 1rem;
  font-weight: normal;
  border: #2b465e 1px solid;
  margin-left: 0.625rem;
  padding: 0.125rem 0.625rem;
  display: inline-block;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_contact .tel_box .time {
    margin-top: 0.3125rem;
  }
}
.taxi_reservation_contact .tel_box .tel {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
}
.taxi_reservation_contact .tel_box .num {
  font-size: clamp(0.625rem, 3.5555555556vw + -0.175rem, 2.625rem);
}
.taxi_reservation_contact .tel_box .btn_box {
  margin-top: 0.625rem;
}
.taxi_reservation_contact .link_box {
  text-align: center;
  flex: 1;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (max-width: 896px) {
  .taxi_reservation_contact .link_box {
    padding-top: 1.25rem;
    margin-bottom: 0;
  }
}
.taxi_reservation_contact .link_box .page_subtl04 {
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .taxi_reservation_contact .link_box .btn {
    width: auto;
    max-width: 200px;
    padding-right: 30px;
  }
}
.taxi_reservation_contact .link_box .ico {
  margin-left: 0.5em;
}

/* ------------------------------------
/* ブログ
------------------------------------ */
.top_blog_list_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
.top_blog_list_area .blog_list_area {
  position: relative;
  padding-top: 1px;
}
.top_blog_list_area .blog_list_thumbnail {
  flex-wrap: nowrap;
}
@media screen and (max-width: 896px) {
  .top_blog_list_area {
    padding-bottom: 3.75rem;
  }
  .top_blog_list_area .swiper-container_top_blog {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%) 2.5rem;
  }
  .top_blog_list_area .swiper-pagination {
    bottom: 0.625rem;
  }
}

/* ------------------------------------
/* お知らせ
------------------------------------ */
.top_news_area {
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
  padding-bottom: 100px;
}

/* 共通
------------------------------------ */
.news_area {
  position: relative;
  padding-top: 1px;
}
.news_area .cont_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .news_area .cont_inner {
    display: block;
  }
}
.news_area .news_box {
  flex: 1;
  background-color: #e6e9ec;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: 4vw;
  padding-bottom: 100px;
}
@media screen and (max-width: 896px) {
  .news_area .news_box {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-top: 1px;
    padding-bottom: 160px;
  }
}
.news_area .news_box .btn_box {
  margin: 3.125rem 0;
}
.news_area .news_box .btn {
  margin: 0 auto;
}
.news_area .news_list {
  border-top: #fff 1px solid;
}
.news_area .news_list .link_item {
  display: flex;
  padding: 1.25rem 0.625rem;
  border-bottom: #fff 1px solid;
}
@media screen and (max-width: 896px) {
  .news_area .news_list .link_item {
    flex-direction: column;
  }
}
.news_area .news_list .date_box {
  width: 14em;
}
@media screen and (max-width: 896px) {
  .news_area .news_list .date_box {
    margin-bottom: 0.625rem;
  }
}
.news_area .news_list .date_box .date {
  font-size: 0.875rem;
  margin-right: 1.25rem;
}
.news_area .news_list .date_box .category {
  background-color: #2b465e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.625rem;
  display: inline-block;
  width: 8em;
  text-align: center;
}
.news_area .news_list .tl {
  flex: 1;
  font-weight: bold;
}
.news_area .img_box {
  margin-left: 2.5rem;
  width: 40%;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 896px) {
  .news_area .img_box {
    margin-left: auto;
    width: 80%;
    margin-top: -130px;
  }
}
.news_area .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 部屋＆施設
 * ================================================ */
/* ------------------------------------
/* 共通
------------------------------------ */
.cont_room .page_tl_box {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img_cont/bg_room_mainvisual_01@2x.avif);
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 896px) {
  .cont_room .page_tl_box {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img_cont/bg_room_mainvisual_01_sp@2x.avif);
    background-size: cover;
    background-position: center top;
  }
}
.cont_room .page_tl_box .copy_tl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 896px) {
  .cont_room .page_tl_box .copy_tl {
    margin-bottom: 1.875rem;
  }
}
.cont_room .page_tl_box .sub_copy {
  background-color: #2b465e;
  color: #fff;
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 896px) {
  .cont_room .page_tl_box .sub_copy {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.cont_room .page_tl_box .sub_copy .i_block {
  display: inline !important;
}
.cont_room .page_tl_box .main_copy {
  font-size: clamp(1.5rem, 2.6666666667vw + 0.9rem, 3rem);
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .cont_room .page_tl_box .main_copy {
    line-height: 1.5;
  }
}
.cont_room .page_tl_box .txt {
  font-size: clamp(1.0625rem, 0.3333333333vw + 0.9875rem, 1.25rem);
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .cont_room .page_tl_box .en_tl {
    bottom: -2em;
  }
}

/* ------------------------------------
/* 利用イメージスライダー
------------------------------------ */
.room_image_slider_area {
  padding: 1px 0;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
  /* 部屋＆設備：利用イメージスライダー */
}
.room_image_slider_area .swiper-wrapper {
  transition-timing-function: linear !important; /* 連続スクロール風に等速 */
}
.room_image_slider_area .swiper-slide {
  width: 300px; /* 画像の見せ幅（固定したい場合） */
}
@media screen and (max-width: 896px) {
  .room_image_slider_area .swiper-slide {
    width: 160px;
  }
}
.room_image_slider_area .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------------------------
/* 360°ツアー
------------------------------------ */
.room_panoramic_image_area {
  padding: 1px 0;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
.room_panoramic_image_area .img_box img {
  width: 100%;
  height: auto;
}

/* ------------------------------------
/* 施設概要
------------------------------------ */
.room_facility_overview_area {
  padding: 1px 0 80px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .room_facility_overview_area {
    padding-bottom: 60px;
  }
}
.room_facility_overview_area {
  /* 間取り（レイアウト）
  ------------------------------------ */
}
.room_facility_overview_area .room_layout_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 896px) {
  .room_facility_overview_area .room_layout_box {
    flex-direction: column;
  }
}
.room_facility_overview_area .room_layout_box .img_box {
  width: 49%;
}
@media screen and (max-width: 896px) {
  .room_facility_overview_area .room_layout_box .img_box {
    width: auto;
  }
}
.room_facility_overview_area .room_layout_box .img_box img {
  width: 100%;
  height: auto;
}
.room_facility_overview_area {
  /* 施設詳細（背景色box）
  ------------------------------------ */
}
.room_facility_overview_area .room_facility_detail_box .box01_01 .page_subtl03 {
  margin-top: 0;
}
.room_facility_overview_area .room_facility_detail_box .box02_01 .page_subtl03 {
  margin-top: 0;
}
@media screen and (max-width: 896px) {
  .room_facility_overview_area .room_facility_detail_box .box02_01 .page_subtl03.page_subtl03 {
    margin-top: 3.125rem;
  }
}
.room_facility_overview_area .room_facility_detail_box .base_dl_02 .inner_box {
  display: flex;
}

/* ------------------------------------
/* 各部屋の詳細（PC タブ / sp 縦積み）
------------------------------------ */
.room_information_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .room_information_area {
    padding-bottom: 0;
  }
}
.room_information_area .tab_contents .content_box {
  padding-left: 0;
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box {
    margin-bottom: 3.75rem;
  }
}
.room_information_area .tab_contents .content_box {
  /* タブの内側のレイアウト
  ------------------------------------ */
}
.room_information_area .tab_contents .content_box .content_inner_box {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .content_inner_box {
    flex-direction: column-reverse;
  }
}
.room_information_area .tab_contents .content_box .txt_box {
  width: 48%;
  margin-left: 4%;
  flex: 1 1 auto; /* 縮みすぎ防止 */
  min-width: 0; /* 逆に、はみ出し抑止に必要なケースもある */
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .txt_box {
    width: auto;
    margin-left: 0;
  }
}
.room_information_area .tab_contents .content_box .txt_box .tl_box {
  margin-top: 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #2b465e;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .txt_box .tl_box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.room_information_area .tab_contents .content_box .txt_box .tl_box .en_tl {
  font-size: clamp(2.25rem, 4.8888888889vw + 1.15rem, 5rem);
  font-weight: normal;
  line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .txt_box .tl_box .en_tl {
    margin-bottom: 1.25rem;
  }
}
.room_information_area .tab_contents .content_box .txt_box .page_subtl03 {
  line-height: 1.8;
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .txt_box .page_subtl03 {
    margin-top: 1.25rem;
  }
}
.room_information_area .tab_contents .content_box .txt_box .base_dl_02 .inner_box {
  display: flex;
}
.room_information_area .tab_contents .content_box .txt_box .base_dl_02 .txt {
  flex: 1;
}
.room_information_area .tab_contents .content_box .img_box {
  flex: 1;
  margin-left: calc(50% - 50vw);
  position: relative; /* 絶対配置の基準を安定（controller absolute の基準） */
  flex: 0 0 50vw; /* 幅を固定（カラム幅を確保） */
  min-width: 0; /* flex内のはみ出し対策として有効なことが多い */
}
@media screen and (max-width: 896px) {
  .room_information_area .tab_contents .content_box .img_box {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    margin-bottom: 1.875rem;
  }
}

/* ===== .swiper-container_room_02_wrap ===== */
.swiper-container_room_02_wrap {
  overflow: hidden;
  /* メイン */
}
.swiper-container_room_02_wrap .swiper-container_room_02 {
  overflow: visible;
}
.swiper-container_room_02_wrap .swiper-slide {
  margin-bottom: 10px;
}
.swiper-container_room_02_wrap .slide-media,
.swiper-container_room_02_wrap .thumb-media {
  position: relative;
  overflow: hidden;
}
.swiper-container_room_02_wrap .slide-media {
  padding-top: 62.5%; /* 800x500相当（参考と同じ） */
}
.swiper-container_room_02_wrap div.slide-media img,
.swiper-container_room_02_wrap li.thumb-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container_room_02_wrap {
  /* サムネ */
}
.swiper-container_room_02_wrap .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 8px;
  margin-left: 100px;
}
@media screen and (max-width: 896px) {
  .swiper-container_room_02_wrap .thumb-wrapper {
    margin-left: 0;
    margin-right: 20px;
  }
}
.swiper-container_room_02_wrap .thumb-media {
  padding-top: 62.5%; /* 800x500相当（参考と同じ） */
  cursor: pointer;
  transition: 0.3s;
}
.swiper-container_room_02_wrap .thumb-media-active {
  opacity: 0.3;
}
/* ------------------------------------
/* 料金カレンダー
------------------------------------ */
.room_fee_calendar_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #e6e9ec; /* 基本の背景色を白に指定（重要） */
  position: relative;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area {
    padding-bottom: 60px;
  }
}
.room_fee_calendar_area .en_tl {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0.9;
  font-size: clamp(3rem, 5.7777777778vw + 1.7rem, 6.25rem);
  font-weight: normal;
  color: #fff;
}
.room_fee_calendar_area .lead_txt {
  margin-bottom: 1em;
}
.room_fee_calendar_area {
  /* カレンダー上部（年月、前月・翌月btn）
  ------------------------------------ */
}
.room_fee_calendar_area .calender_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 10px 5px 0;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_header {
    padding: 0;
  }
}
.room_fee_calendar_area .calender_header .btn {
  background-color: #2b465e;
  color: #fff;
  max-width: 12.5rem;
  height: 3.125rem;
  border: none;
  border-radius: 5px;
  position: relative;
  flex: 1;
  font-size: 0.875rem;
  margin-top: 0;
}
.room_fee_calendar_area .calender_header .btn:hover {
  opacity: 0.9;
}
.room_fee_calendar_area .calender_header .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../img_cmn/ico_arrow_r_w.svg) 50% 50% no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_header .btn::after {
    right: 10px;
  }
}
.room_fee_calendar_area .calender_header .btn .swiper-navigation-icon {
  display: none;
}
.room_fee_calendar_area .calender_header .btn.btn_pre::after {
  right: auto;
  left: 20px;
  transform: rotate(180deg);
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_header .btn.btn_pre::after {
    left: 10px;
  }
}
.room_fee_calendar_area .calender_header .btn.btn_pre .swiper-navigation-icon {
  display: none;
}
.room_fee_calendar_area .calender_header .btn .btn_next .swiper-navigation-icon {
  display: none;
}
.room_fee_calendar_area .calender_header .year_month {
  font-size: clamp(1.25rem, 1.7777777778vw + 0.85rem, 2.25rem);
  margin: 0 1.25rem;
}
.room_fee_calendar_area .calender_header .year {
  margin-right: 0.5em;
}
.room_fee_calendar_area {
  /* カレンダー
  ------------------------------------ */
}
.room_fee_calendar_area .calender_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_table {
    border-bottom: 1px solid #ACACAC;
  }
  .room_fee_calendar_area .calender_table tbody {
    border-right: 1px solid #ACACAC;
  }
}
.room_fee_calendar_area .calender_table th {
  text-align: center;
  min-height: 100px;
  margin: 5px;
  padding: 7px 0px;
  font-size: clamp(1rem, 0.8888888889vw + 0.8rem, 1.5rem);
  font-weight: bold;
}
.room_fee_calendar_area .calender_table th.sun {
  color: #B71515;
}
.room_fee_calendar_area .calender_table th.sat {
  color: #0685AC;
}
.room_fee_calendar_area .calender_table td {
  text-align: center;
  min-height: 100px;
  padding: 5px;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_table td {
    padding: 0;
  }
}
.room_fee_calendar_area .calender_table td {
  /* 内側のbox（枠線や背景色はこちらで指定） */
}
.room_fee_calendar_area .calender_table td .td-background {
  display: grid;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  vertical-align: middle;
  min-height: 90px;
  font-size: clamp(0.6875rem, 0.7777777778vw + 0.5125rem, 1.125rem);
  border: 1px solid #ACACAC;
  background-color: #fff;
}
@media screen and (max-width: 896px) {
  .room_fee_calendar_area .calender_table td .td-background {
    padding: 3px;
    min-height: 60px;
    border-right: none;
    border-bottom: none;
  }
}
.room_fee_calendar_area .calender_table td {
  /* 日付 */
}
.room_fee_calendar_area .calender_table td span {
  display: block;
}
.room_fee_calendar_area .calender_table .sun span,
.room_fee_calendar_area .calender_table .holiday span {
  color: #B71515;
}
.room_fee_calendar_area .calender_table .sat span {
  color: #0685AC;
}
.room_fee_calendar_area .calender_table {
  /* 予約受付終了 */
}
.room_fee_calendar_area .calender_table .past .td-background {
  background-color: rgba(255, 255, 255, 0.4);
}
.room_fee_calendar_area .calender_table .past span {
  opacity: 0.4;
}
.room_fee_calendar_area .calender_table {
  /* 前月・翌月 */
}
.room_fee_calendar_area .calender_table .no_date .td-background {
  background-color: #e6e9ec;
}
.room_fee_calendar_area .calender_note_list {
  display: flex;
  justify-content: end;
  margin-right: 5px;
}
.room_fee_calendar_area .calender_note_list .list_item {
  margin-left: 2em;
}
.room_fee_calendar_area .calender_note_list .ico_01,
.room_fee_calendar_area .calender_note_list .ico_02 {
  margin-right: 0.5em;
}

/* ------------------------------------
/* ご宿泊までの流れ（topと同じ）
------------------------------------ */
.room_flow_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .room_flow_area {
    padding-bottom: 0;
  }
}

/* ------------------------------------
/* ゲストレビュー（topと同じ）
------------------------------------ */
.room_review_list_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
.room_review_list_area .btn_box {
  margin-top: 60px;
}

/* ------------------------------------
/* ご利用にあたってのお願い（一部topと同じ）
------------------------------------ */
.room_accommodation_fee_area {
  padding: 100px 0;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .room_accommodation_fee_area {
    padding: 60px 0;
  }
}
.room_accommodation_fee_area .accommodation_fee_rule {
  margin-bottom: 2.5rem;
}
.room_accommodation_fee_area .accommodation_fee_rule .ico_list li:last-child {
  margin-bottom: 0;
}
.room_accommodation_fee_area .accommodation_fee_rule .ico_list li .txt {
  margin-bottom: 0;
}
@media screen and (max-width: 896px) {
  .room_accommodation_fee_area.accommodation_fee_area .img_box img {
    height: 380px;
    -o-object-position: center 90%;
       object-position: center 90%;
  }
}

/* ------------------------------------
/* オーナー・マネージャー紹介
------------------------------------ */
.owner_manager_area {
  padding: 100px 0;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}
@media screen and (max-width: 896px) {
  .owner_manager_area {
    padding: 60px 0;
  }
}
.owner_manager_area {
  /* 背景（右端まで）
  ------------------------------------ */
}
.owner_manager_area .owner_manager_inner {
  background-color: #2b465e;
  color: #fff;
  padding: 1px 0 60px clamp(0.9375rem, 3.8888888889vw + 0.0625rem, 3.125rem);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.owner_manager_area .page_subtl02 {
  color: #fff;
  margin-top: 60px;
}
.owner_manager_area .owner_manager_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .owner_manager_box {
    flex-direction: column;
  }
}
.owner_manager_area .profile_box {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .profile_box {
    width: auto;
  }
  .owner_manager_area .profile_box.box01 {
    margin-bottom: 3.125rem;
  }
}
.owner_manager_area .profile_box .profile_inner_box {
  display: flex;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .profile_box .profile_inner_box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.875rem;
  }
}
.owner_manager_area .profile_box .img_box {
  width: 160px;
  margin-right: 3.125rem;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .profile_box .img_box {
    width: 120px;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.owner_manager_area .profile_box .img_box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .profile_box .txt_box {
    text-align: center;
  }
}
.owner_manager_area .profile_box .txt_box .job_tl {
  background-color: #fff;
  color: #2b465e;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0;
  width: 7em;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 896px) {
  .owner_manager_area .profile_box .txt_box .job_tl {
    margin: 0 auto 0.625rem;
  }
}
.owner_manager_area .profile_box .txt_box .name {
  font-size: clamp(1.125rem, 0.6666666667vw + 0.975rem, 1.5rem);
  font-weight: bold;
}
.owner_manager_area .profile_box .txt_box .name_en {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.owner_manager_area .profile_box .txt_box .job_detail {
  font-size: 0.875rem;
}
.owner_manager_area .profile_box .message_box {
  text-align: justify;
}

/* ------------------------------------
/* アクティビティ（topと同じ）
------------------------------------ */
.room_activity_list_area {
  padding: 1px 0 100px;
  position: relative;
  z-index: 2; /* 固定背景(-1)より上に配置 */
  background-color: #fff; /* 基本の背景色を白に指定（重要） */
}

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り *//*# sourceMappingURL=style.css.map */