@charset "utf-8";

/*============================================
  parts-sp.css
  タグのスタイル変更、共通パーツ定義（SP版）

  ToDo：パーツが増える場合はこのファイルで定義する
==============================================*/

/*============================================
  タグのスタイル変更
==============================================*/

h2 {
  width: 100%;
  margin-left: -16px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 7px 0 7px 0;
  letter-spacing: 0.12em;
}

h2 span {
  display: block;
  position: relative;
}

h2 span::before {
  content: '';
  height: 1px;
}

h2 span:not(.eng) {
  font-size: 18px !important;
  letter-spacing: 0.2em;
}

h2.sec1 {
  padding: 0px 10px 0 20px !important;
}

h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

p {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 0.7em;
}


/*============================================
  汎用ボックスパーツ
==============================================*/

/*-- 個別コンテンツボックス --*/
.box {
  margin-bottom: 30px;
}

/*-- box内を区切る場合に使用 レベル1 --*/
.box-inner-lv1 {
  margin-bottom: 30px;
}

/*-- box内を区切る場合に使用 レベル2（レベル1をさらに区切る場合に） --*/
.box-inner-lv2-A {
  width: 300px;
}


/*============================================
  フレックスボックスパーツ
==============================================*/

/*-- フレックスボックスコンテナ --*/
.flex-box {
  flex-direction: column;
  margin-bottom: 0;
}

/*-- フレックスボックスアイテム 2列用 --*/
.flex-box-item-2col {
  width: 100%;
  padding-bottom: 20px;
}

.flex-box-item-2col-B {
  width: 100%;
  padding-bottom: 20px;
}

/*-- フレックスボックスアイテム 3列用 --*/
.flex-box-item-3col {
  width: 100%;
  padding-bottom: 20px;
}


/*============================================
  画像用ボックス
==============================================*/
/*-- 画像用ボックス --*/
.img-box-150px {
  width: 100px;
}

.img-box-280px {
  width: 280px;
}
.img-box-300px {
  width: 100%;
  margin: 0 0 10px 0;
}


/*============================================
  入力フォーム系
==============================================*/
/*-- セルの縦方向位置 --*/
.cell-vTop {
  vertical-align: top;
}

.cell-vMiddle {
  vertical-align: top;
}

/*-- 入力フォームのテーブル --*/
.input-form {

}

.input-form .required {
  display: inline-block;
  font-size: 13px;
}

.input-form table.form-table {
  border: none;
  border-spacing: 0;
  border-radius: unset;
  border-collapse: collapse;
}

.input-form table.form-table > tbody > tr > th,
.input-form table.form-table > tbody > tr > td {
  width: 100%;
  display: block;
  padding: 0;
  border-bottom: none;
  margin: 14px 0 14px 0;
}

.input-form table.form-table > tbody > tr > th {
  border-right: none;
  font-size: 14px;
}

.input-form table.form-table > tbody > tr:last-child > th,
.input-form table.form-table > tbody > tr:last-child > td {
  border-bottom: none;
}

.input-form table.form-table > tbody > tr:first-child > th:first-child {
  border-radius: unset;
  margin-top: 0;
}
.input-form table.form-table > tbody > tr:first-child > td:last-child {
  border-radius: unset;
  display: block;
}

.input-form table.form-table > tbody > tr:last-child > th:first-child {
  border-radius: unset;
}
.input-form table.form-table > tbody > tr:last-child > td:last-child {
  border-radius: unset;
}

.input-form table.form-table > tbody > tr > th > div {
  position: relative;
  padding-left: 10px;
}

.input-form table.form-table > tbody > tr > th > div:after {
  height: 1.2em;
  left: 0;
  top: 0px;
}

.input-form table.form-table > tbody > tr {
  border-bottom: 1px solid;
}

.input-form table.form-table table.hours_table {
  width: 100%;
}

/*-- 予約日時selectボックスエリア --*/
.reserv-date {
}

.reserv-date-row {
}

.reserv-date-row label.choice {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
}

/*-- テキストボックス --*/
input[type="text"] {
  font-size: 14px;
}

input[type="text"]:focus {
  outline: none;
}

.textBox-tiny {
  width: calc(100% - 18px);
}

.textBox-small {
  width: calc(100% - 18px);
}

.textBox-middle {
  width: calc(100% - 18px);
}

.textBox-large {
  width: calc(100% - 18px);
}

textarea {
}

textarea:focus {
}

/*-- ラジオボタン --*/
.f-radio-label {

}

/*-- 送信、OKボタン --*/
a.submit-btn,
input.submit-btn {

}

a.submit-btn-inline,
input.submit-btn-inline {
  width:190px;
}

a.submit-btn,
a.submit-btn-inline,
input.submit-btn,
input.submit-btn-inline
{
  font-size: 14px;
}

/*-- 戻る、キャンセルボタン --*/
a.cancel-btn {

}

a.cancel-btn-inline {
  width:60px;
  margin-right: 17px;
}

a.cancel-btn,
a.cancel-btn-inline
{
  font-size: 14px;
}

a.cancel-btn:hover,
a.cancel-btn-inline:hover
{

}

a.cancel-btn:active,
a.cancel-btn-inline:active
{
}

a.cancel-btn:before,
a.cancel-btn-inline:before
{

}

/*-- フォーム内注意テキスト --*/
.f-attension {

}

/*-- 入力エラーテキスト --*/
.input-error {

}

/*-- 送信ボタン上方のエラー告知エリア --*/
.error-announce {
  width: auto;
}

.error-announce p {
  
}


/*============================================
  単発パーツ、その他
==============================================*/

/*-- SPサイズで非表示にするブロック等で使用 --*/
.sp-item {
  display: block;
}

/*-- SPサイズでは非表示にするアイテム --*/
.sp-none {
  display: none;
}

.sp-none-noble {
  display: none !important;
}

/*-- 画像 左寄せ --*/
.left-img {
  float: none;
}

/*-- 画像 右寄せ --*/
.right-img {
  float: none;
  margin: 0 0 10px 0;
}

/*-- フレックスアイテム内等で使うの画像 --*/
.img-in-cell {
  width: 100VW;
  margin-left: -16px;
  margin-bottom: 10px;
}

/*-- フレックスアイテム内等で使うタイトル・見出し --*/
.title-in-cell {
  font-size: 18px;
}

/*-- フレックスアイテム内等で使う本文 --*/
.textblock-in-cell {
  margin-bottom: 16px;
}

/*-- .line1 をインライン要素として使う --*/
.name-in-line-right{
  width: 100%;
  margin: 0;
}

/*-- グラデーション区切り線 --*/
.grd-line2 {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 18px;
  margin-left: 0;
  display: block;
}

/*-- リードコピーエリア--*/
.wrapper.lead {
  background-size: cover;
}

.lead-copy {
  margin-bottom: 0;
}

.lead-copy::before,
.lead-copy::after {
  content:"";
  background-position: top center;
  background-repeat: no-repeat;
  background-size:contain;
  display:inline-block;
  width: 100%;
  height:1.5em;
}

.lead-copy h1 {
  font-size: 18px;
  margin-bottom: 20px;
}

.lead-copy p {
  font-size: 13px;
  letter-spacing: 0.1em;
}

/*-- ボタン型リンク --*/
.link-button {
  width: 100%;
  padding: 8px 0 10px 0;
  margin: 0 auto;
  font-size: 15px;
}

/*-- hタグを小さめサイズにする --*/
.little-hl {
  font-size: 18px;
}

/*-- hタグのスタイル変更 --*/
.hl-typeA {
  font-size: 16px;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

.hl-typeA2 {
  width: 100%;
  margin-left: 0;
  font-size: 16px;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

/*-- ページ内リンク --*/
.link-in-page-list {
  width: 100%;
  border: 1px solid;
  border-radius: 2px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}

.link-in-page-list ul {
  list-style: none;
  text-align: left;
  padding: 0 10px;
}

.link-in-page-list ul li {
  display: inline-block;
  text-align: left;
  border-left: none;
  padding: 0px 5px 0 0;
  line-height: 2.0em;
}

.link-in-page-list ul li:after {
  display: inline-block;
  content: '/';
  margin: 0 0 0 15px;
}

.link-in-page-list ul li:last-child {
  border-right: none;
}

.link-in-page-list ul li:last-child:after {
  content: '';
}

/*-- 汎用テーブル --*/
table.info-table {

}

.info-table-width-A,
.info-table-width-B,
.info-table-width-C,
.info-table-width-D,
.info-table-width-E,
.info-table-width-F,
.info-table-width-G
{
  width: 100%;
}

/*-------------- 汎用テーブル（横スクロール版） -----------------*/
.table-wrap {
  overflow-x: scroll;
}

table.normal-table {
  width: 1200px; /*コンテンツに応じて修正してください*/
  min-width: 600px;
}

/*-- 汎用定義リスト type-1 --*/
dl.explan-list {

}

dl.explan-list > dt {

}

dl.explan-list > dd {
  
}

/*-- 汎用定義リスト type-2 --*/
dl.explan-list2 {

}

dl.explan-list2 > dt {

}

dl.explan-list2 > dt::before {

}

dl.explan-list2 > dd {

}

/*-- 本文アコーディオンエリア --*/
.accordion-area {

}

.show-more {

}

.show-more-button {
  width: 100%;
}

.show-more-button:after {
  
}

.show-more-button.active:after {

}

/*-- 汎用ボタンリンク --*/
a.btnType-A {

}

a.btnType-A:hover {

}


/*-- コラムリスト --*/
.column01-last-img img {
  width: 100vw;
  margin: 0 0 10px -16px;
}

.column-list-link {
  border-top: none;
  border-bottom: none;
  list-style: none;
}

.column-list-link:last-child {
  border-bottom: none;
}

.column-list-link li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  padding: 17px 0;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px dotted;
}


/*============================================
  グローバルナビゲーション
==============================================*/
.global-navi {
  display: none;
}

.sp-global-navi {
  margin: 0 0 20px 0;
}

.sp-global-navi ul li {
  border-bottom: 1px solid;
  width: 100%;
}

.sp-global-navi ul li a {
  display: block;
  text-align: left;
  padding: 15px 20px 13px 40px;
  position: relative;
  list-style: none;
}

footer .sp-global-navi ul li:last-child {
  border-bottom: none;
}

/* .sp-global-navi ul li a::before {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  content: "";
} */

/*============================================
  画面下部スティッキーエリア
==============================================*/
#lower-sticky-area {
  display: block;
  z-index: 9999;
  margin-top: -1px;
}
.stop {
  margin-bottom: 35px;
}

.privacy {
  font-size: 11px;
}
.to-top-btn {
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 76px;
  height: 76px;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.sticky-btns-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.sticky-btns-area a {
  display: block;
  width: 280px;
  padding: 8px 8px 10px;
  margin: 10px auto 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 0;
  border: 1px solid;
}

.sticky-btns-area a:before {
  content:"";
  width: 22px;
  height: 14px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.img-box-300px > picture > .img-full {
  width: 100VW;
  margin-left: -16px;
}

.accordion-contents .accordion-section .box-inner-lv1 {
  width: calc(100% - 32px);
  margin: 0 auto 30px auto;
}

.content-border {
  width: 90%;
}

.content-author {
  width: 90%;
  margin: 0 auto;
}

.nav-detail-icon {
  display: flex;
  padding: 0 0;
  margin: 0 0;
  width: fit-content;
  text-decoration: none;
}

.nav-detail-triangle {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid;
  margin: 0 0;
  padding: 0 0;
  transform: rotate(90deg);
  position: relative;
  left: -1px;
}

.nav-detail {
  display: flex;
  align-items: center;
  height: 27px;
  margin: 0 0;
  padding: 0 15px;
  text-wrap: nowrap;
}

.img-position-left-A {
  position: relative;
  left: -15px;
}

.pb-A {
  padding-bottom: 7px;
  margin: 0 0;
}

.pb-B {
  padding-bottom: 14px;
  margin: 0 0;
}

.pb-C {
  padding-bottom: 21px;
  margin: 0 0;
}

.pb-D {
  padding-bottom: 28px;
  margin: 0 0;
}

.pb-E {
  padding-bottom: 35px;
  margin: 0 0;
}

.link-arrow-extra {
  border-left: solid 2px;
  padding-left: 8px;
}

.pl-15px {
  padding-left: 15px;
}
