@charset "utf-8";

/*============================================
  parts-sp.css
  タグのスタイル変更、共通パーツ定義（SP版）

  ToDo：パーツが増える場合はこのファイルで定義する
==============================================*/

/*============================================
  タグのスタイル変更
==============================================*/

h2 {
  width: 100vw;
}

h2 span,
h2 span.type-A,
h2 span.type-B {
  display: block;
}

h2 span::before,
h2.type-A span:before,
h2.type-B span:before {

}

h3 {
  margin: 0;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
  margin-bottom: 0.7em;
}

a {
  text-decoration: none;
}



/*============================================
  汎用ボックスパーツ
==============================================*/

/*-- 個別コンテンツボックス --*/
.box {
  width: 100%;
  margin-bottom: 30px;
}

/*-- box内を区切る場合に使用 レベル1 --*/
.box-inner-lv1 {
  margin-bottom: 30px;
}

/*-- box内を区切る場合に使用 レベル2（レベル1をさらに区切る場合に） --*/
.box-inner-lv2-A {

}


/*============================================
  フレックスボックスパーツ
==============================================*/

/*-- フレックスボックスコンテナ --*/
.flex-box,
.flex-box-center {
  flex-direction: column;
  margin-bottom: 0;
}

/*-- フレックスボックスアイテム 2列用 --*/
.flex-box-item-2col {
  width: 100%;
}

.flex-box-item-2col-B {
  width: 100%;
}

/*-- フレックスボックスアイテム 
      Bパターン（旧C,Dパターン）2列用 --*/
.flex-box-item-2col.ptnB {
  width: 100%;
}

/*-- フレックスボックスアイテム 3列用 --*/
.flex-box-item-3col {
  width: 100%;
  padding-bottom: 20px;
  margin: 0;
}


/*============================================
  画像用ボックス
==============================================*/
/*-- 画像用ボックス --*/
.img-box-150px {
  width: 100px;
}

.img-box-300px {
  width: 100vw;
  margin: 0 0 10px -16px;
}


/*============================================
  入力フォーム系
==============================================*/
/*-- セルの縦方向位置 --*/
.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 dotted;
}

.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;
}

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;
}


/*-- 画像 左寄せ --*/
.left-img {
  float: none;
}

/*-- 画像 右寄せ --*/
.right-img {
  float: none;
  margin: 0 0 10px -16px;
}

/*-- フレックスアイテム内等で使うの画像 --*/
.img-in-cell {
  width: 100VW;
  margin-left: -16px;
  margin-bottom: 10px;
}

/*-- フレックスアイテム内等で使うタイトル・見出し --*/
.title-in-cell {
  font-size: 16px;
}

/*-- フレックスアイテム内等で使う本文 --*/
.textblock-in-cell {
  margin-bottom: 16px;
}

/*-- .line1 をインライン要素として使う --*/
.name-in-line-right{
  width: 100%;
  margin: 0;
}

/*-- リードコピーエリア--*/
.lead-copy {

}

.lead-copy h1 {
  font-size: 18px;
  margin-bottom: 20px;
}

.lead-copy p {
  font-size: 13px;
  letter-spacing: 0.1em;
}

/*-- 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-left: 5px;
}

.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 {
  height: 100px;
}

.show-more {

}

.show-more-button {

}

.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 #c0c1c1;
}


/*============================================
  グローバルナビゲーション
==============================================*/
.global-navi {
  display: none;
}

.sp-global-navi {
  margin: 0 0 30px 0;
}

.sp-global-navi ul li {
  width: 100%;
}

.sp-global-navi ul li a {
  display: block;
  padding: 15px 20px 13px 20px;
  color: #fff;
}

.logo-menu-area {
  display: none;
}

/*============================================
  画面下部スティッキーエリア
==============================================*/
#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: 80px;
  right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: url(img-parts/arrow.png) no-repeat center;
  cursor: pointer;
}

.sticky-btns-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.sticky-btns-area a {
  display: block;
  width: 280px;
  padding: 11px 0 8px 0;
  border: 1px solid;
  border-radius: 30px;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: rgba(255,255,255,0.8)
}

/*============================================
  汎用設定
==============================================*/
/*--- font-size ---*/
.sp-fs-10px {
  font-size: 10px;
}

.sp-fs-11px {
  font-size: 11px;
}

.sp-fs-12px {
  font-size: 12px;
}

.sp-fs-13px {
  font-size: 13px;
}

.sp-fs-14px {
  font-size: 14px;
}

.sp-fs-15px {
  font-size: 15px;
}

.sp-fs-16px {
  font-size: 16px;
}

.sp-fs-17px {
  font-size: 17px;
}

.sp-fs-18px {
  font-size: 18px;
}

.sp-fs-19px {
  font-size: 19px;
}

.sp-fs-20px {
  font-size: 20px;
}

.sp-fs-21px {
  font-size: 21px;
}

.sp-fs-22px {
  font-size: 22px;
}

.sp-fs-23px {
  font-size: 23px;
}

.sp-fs-24px {
  font-size: 24px;
}

/*--- font-weight ---*/
.sp-fw-500 {
  font-weight: 500;
}

.sp-fw-600 {
  font-weight: 600;
}

.sp-fw-700 {
  font-weight: 700;
}

.sp-fw-normal {
  font-weight: normal;
}

.sp-fw-bold {
  font-weight: bold;
}

.sp-fw-bolder {
  font-weight: bolder;
}

/*--- line-height ---*/
.sp-lh-06em {
  line-height: 0.6em;
}

.sp-lh-07em {
  line-height: 0.7em;
}

.sp-lh-08em {
  line-height: 0.8em;
}

.sp-lh-09em {
  line-height: 0.9em;
}

.sp-lh-10em {
  line-height: 1.0em;
}

.sp-lh-11em {
  line-height: 1.1em;
}

.sp-lh-12em {
  line-height: 1.2em;
}

.sp-lh-13em {
  line-height: 1.3em;
}

.sp-lh-14em {
  line-height: 1.4em;
}

.sp-lh-15em {
  line-height: 1.5em;
}

.sp-lh-16em {
  line-height: 1.6em;
}

.sp-lh-17em {
  line-height: 1.7em;
}

.sp-lh-18em {
  line-height: 1.8em;
}

.sp-lh-19em {
  line-height: 1.9em;
}

.sp-lh-20em {
  line-height: 2.0em;
}

/*--- letter-spacing ---*/
.sp-ls-0 {
  letter-spacing: 0;
}

.sp-ls-01em {
  letter-spacing: 0.1em;
}

.sp-ls-012em {
  letter-spacing: 0.12em;
}

/*--- margin-bottom ---*/
.sp-mb-5px {
  margin-bottom: 5px;
}

.sp-mb-10px {
  margin-bottom: 10px;
}

.sp-mb-07em {
  margin-bottom: 11px;
}

.sp-mb-12px {
  margin-bottom: 12px;
}

.sp-mb-13px {
  margin-bottom: 13px;
}

.sp-mb-14px {
  margin-bottom: 14px;
}

.sp-mb-15px {
  margin-bottom: 15px;
}

.sp-mb-20px {
  margin-bottom: 20px;
}

.sp-mb-25px {
  margin-bottom: 25px;
}

.sp-mb-30px {
  margin-bottom: 30px;
}

.sp-mb-35px {
  margin-bottom: 35px;
}

.sp-mb-40px {
  margin-bottom: 40px;
}

.sp-mb-45px {
  margin-bottom: 45px;
}

.sp-mb-50px {
  margin-bottom: 50px;
}

.sp-mb-55px {
  margin-bottom: 55px;
}

.sp-mb-60px {
  margin-bottom: 60px;
}

.sp-mb-65px {
  margin-bottom: 65px;
}

.sp-mb-70px {
  margin-bottom: 70px;
}

.sp-mb-75px {
  margin-bottom: 75px;
}

.sp-mb-80px {
  margin-bottom: 80px;
}

/*--- margin-left ---*/
.sp-ml--16px {
  margin-left: -16px;
}

/*--- padding ---*/
.sp-pd-7px07px0 {
  padding: 7px 0 3px 0;
}

/*--- width ---*/
.sp-wd-auto {
  width: auto;
}

.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;
}
