@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width : 768px) {

  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/

  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    align-items: flex-start;
    /* スマホではテーブルを上寄せ */
  }

  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }

  h3 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.4em;
    font-weight: bold;
    border-left: 8px solid #10559A;
    border-bottom: 1px dotted #10559A;
  }

  h4 {
    margin: 0.5em 0em;
    padding: 0.3em 0.6em;
    font-size: 1.2em;
    border: 1px solid #ccc;
    font-weight: bold;
  }

  h5 {
    margin: 0.5em 0em;
    padding: 0.1em;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }

  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #f2f2f2;
  }

  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em;
    /*=16px*/
  }

  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }

  .article {
    width: 100%;
  }

  /*カラム全体の幅を変更する*/
  .top_image_in,
  .section_inr {
    width: 100%;
    margin: 0 auto;
    /*真ん中に要素を置きたいときに使う*/
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    display: none;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }

  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  /*ヘッダーのロゴ*/
  .header_logo {
    width: 20%;
    float: left;
    margin: 0.8em 0;
  }

  /*ヘッダーの問い合わせボタン*/
  .header_mail {
    width: 30%;
    float: right;
    margin: 0.8em 0em 0em;
  }

  /*ヘッダーのアプリボタン*/
  .header_app {
    width: 30%;
    float: right;
    margin: 0.8em 0.5em 0em;
  }

  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }

  .top_image_in img {
    width: 100%;
  }

  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .section_01 {
    padding: 1em 0em 2em;
  }

  .about {
    margin: 1em 0;
  }

  .diff_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 0.5em;
  }

  .diff_ref{
  font-size: 14px;
  text-align: center;
}

  .section_02 {
    background-color: #edfaf1;
    padding: 1em 0 2em;
  }

  .mgmt_subhead {
    text-align: center;
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 12px;
    padding: 0 1em;
  }

  .mgmt_inr{
    padding: 0 0.5em;
  }

  .mgmt_01 {
    padding: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 1em;
  }

  .mgmt_02 {
    padding: 1.5em;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff;
    border-radius: 20px;
  }

  .section_03 {
    padding: 2em 0em 0;
  }
  .table_subhead{
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  margin-top: 1em;
  padding: 0 0.5em;
}

.table_last{
  padding: 0 2em;
}



.section_04 {
  background-color: #edfaf1;
  padding: 2em 0em;
}
.merit_subhead{
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.merit_box{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 10px;
grid-row-gap: 10px;
  padding: 0 0.5em;
}

.section_05 {
  background-color: #fff;
  padding: 2em 0.5em;
}

.account_subhead{
    margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
      display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.section_06 {
  background-color: #fff;
  padding: 2em 0.5em 0;
}

.section_07{
  background-color: #fff;
  padding: 0.5em 0.5em 1em;
}
.homepage{
  display: flex;
  justify-content: space-around;
  font-size: 10px;
}

.term_footer{
  font-size: 0.7em;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 1.5em 2em;
  margin-bottom: 10px;
}
.enclose_box{
  font-size: 0.7em;
  display: flex;
  flex-direction: column;
}


  /*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
.table-box{
  padding: 0 0.5em;
}

  .nisa-table-container {
    margin: 0 auto 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: none;
    /* 最大幅を解除 */
  }

  .nisa-table {
    font-size: 0.85em;
    /* テキストサイズをさらに縮小 */
  }

  .nisa-table th,
  .nisa-table td {
    padding: 12px 8px;
    /* パディングをさらに調整 */
  }

  /* colspan="2" のセルはテキストが長くなりがちなので、改行を促進 */
  .nisa-table td[colspan="2"] {
    word-break: break-word;
  }

  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  .cta_area {
    padding: 3em 1em 2em;
  }

  .cta_area_inr {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1em;
  }

  .micro_copy {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.2em;
  }

  .app_box {
    width: 100%;
  }

  .booking_box {
    width: 100%;
  }

  /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

  .fix_menu_smartphone {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }

  .fix_menu_smartphone img {
    width: 100%;
  }

  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #189842;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
  }

  .footer a {
    color: #fff;
  }

  .rego_details{
  margin: 1em 0;
  font-size: 0.8em;
}

}