

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-1__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-1__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-1__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-1__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-1 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-1__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-1__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-1__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-1__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-1 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-2__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-2__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-2__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-2__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-2 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-2__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-2__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-2__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-2__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-2__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-3__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-3__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-3__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-3__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-3 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-3__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-3__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-3__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-3__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-3 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-4__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-4__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-4__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-4__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-4 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-4__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-4__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-4__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-4__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-4 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-4__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-5__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-5__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-5__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-5__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-5 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-5__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-5__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-5__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-5__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-5__hd > p,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-6__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-6__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-6__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-6__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-6 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-6__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-6__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-6__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-6__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-6__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-6__hd > p,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-6 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-6 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-7__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-7__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-7__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-7__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-7 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-7__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-7__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-7__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-7__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-7__hd > p,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-7 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-7 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-8__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-8__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-8__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-8__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-8 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-8__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-8__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-8__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-8__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-8__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-8__hd > p,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-8 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-8 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-9__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-9__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-9__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-9__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-9 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-9__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-9__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-9__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-9__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-9 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-10__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-10__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-10__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-10__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-10 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-10__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-10__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-10__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-10__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-10__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-11__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-11__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-11__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-11__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-11 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-11__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-11__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-11__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-11__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-12__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-12__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-12__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-12__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-12 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-12__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-12__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-12__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-12__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-12__col3 > div > div:last-child {
  display: none;
}
.t0-b-mediaCustom-13__media {
  line-height: 0;
}

.t0-b-mediaCustom-13 {
  color: #333;
}

.t0-b-mediaCustom-13 img {
  width: 100%;
}

.t0-b-mediaCustom-13 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-13 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-13__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-13__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-13__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-13__media {
  text-align: center;
}

.t0-b-mediaCustom-13__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-13__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-13__media > span {
  vertical-align: baseline;
}

.t0-b-mediaCustom-13__media img {
  padding: 7px 7px 6px 6px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
  background-position: left top, left bottom, right bottom, right top, left top, left bottom, right top, left top;
  background-image: url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg2.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg3.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg4.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg5.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg6.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg7.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg8.png");
  box-shadow: 0px 0px 2px #f3ece0;
  box-sizing: border-box;
}

.t0-b-mediaCustom-13 a {
  text-decoration: none;
}

.t0-b-mediaCustom-13__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-13__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-13__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-13__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-13__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-13__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-13 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-13--width-l .t0-b-mediaCustom-13__media img {
  width: 100%;
}

.t0-b-mediaCustom-13--width-m .t0-b-mediaCustom-13__media img {
  width: 75%;
}

.t0-b-mediaCustom-13--width-s .t0-b-mediaCustom-13__media img {
  width: 50%;
}

.t0-b-mediaCustom-13--align-l {
  text-align: left;
}

.t0-b-mediaCustom-13--align-c {
  text-align: center;
}

.t0-b-mediaCustom-13--align-r {
  text-align: right;
}

.t0-b-mediaCustom-13__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-13__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-13__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-13__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-14__media {
  line-height: 0;
}

.t0-b-mediaCustom-14 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-14 img {
  width: 100%;
  box-sizing: border-box;
}

.t0-b-mediaCustom-14__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-14__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-14__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-14__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-14__caption {
  margin: 5px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-14__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-media3--width-l .t0-b-mediaCustom-14__media img {
  width: 100%;
}

.t0-b-mediaCustom-14--width-l .t0-b-mediaCustom-14__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-14__media img {
  width: 100%;
}

.t0-b-media3--width-m .t0-b-mediaCustom-14__media img {
  width: 75%;
}

.t0-b-mediaCustom-14--width-m .t0-b-mediaCustom-14__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-14__media img {
  width: 75%;
}

.t0-b-media3--width-s .t0-b-mediaCustom-14__media img {
  width: 50%;
}

.t0-b-mediaCustom-14--width-s .t0-b-mediaCustom-14__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-14__media img {
  width: 50%;
}

.t0-b-mediaCustom-14--align-l {
  text-align: left;
}

.t0-b-mediaCustom-14--align-c {
  text-align: center;
}

.t0-b-mediaCustom-14--align-r {
  text-align: right;
}

.t0-b-mediaCustom-14__h-upper a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-14__h-lower a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-14__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-14__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-14 img {
  border: 1px solid #333;
}

.t0-b-mediaCustom-15__media {
  line-height: 0;
}

.t0-b-mediaCustom-15 {
  color: #4d4d4d;
}

.t0-b-mediaCustom-15 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-15 img {
  width: 100%;
}

.t0-b-mediaCustom-15 a {
  text-decoration: none;
}

.t0-b-mediaCustom-15__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-15__media {
  text-align: center;
  line-height: 0;
}

.t0-b-mediaCustom-15__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-15__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-15__caption p {
  font-size: 1em !important;
  text-align: left;
  line-height: 1.2;
}

.t0-b-mediaCustom-15--width-l .t0-b-mediaCustom-15__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-15__media img {
  width: 100%;
}

.t0-b-mediaCustom-15--width-m .t0-b-mediaCustom-15__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-15__media img {
  width: 75%;
}

.t0-b-mediaCustom-15--width-s .t0-b-mediaCustom-15__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-15__media img {
  width: 50%;
}

.t0-b-mediaCustom-15--align-l {
  text-align: left;
}

.t0-b-mediaCustom-15--align-c {
  text-align: center;
}

.t0-b-mediaCustom-15--align-r {
  text-align: right;
}

.t0-b-mediaCustom-15__h-upper a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-15__h-lower a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-15__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-15__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-16__media {
  line-height: 0;
}

.t0-b-mediaCustom-16 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-16 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #ede9da, -1px -1px 2px #ede9da;
}

.t0-b-mediaCustom-16__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-16__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-16__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-16__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-16__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-16__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-16--width-l .t0-b-mediaCustom-16__media img {
  width: 100%;
}

.t0-b-mediaCustom-16--width-m .t0-b-mediaCustom-16__media img {
  width: 75%;
}

.t0-b-mediaCustom-16--width-s .t0-b-mediaCustom-16__media img {
  width: 50%;
}

.t0-b-mediaCustom-16--align-l {
  text-align: left;
}

.t0-b-mediaCustom-16--align-c {
  text-align: center;
}

.t0-b-mediaCustom-16--align-r {
  text-align: right;
}

.t0-b-mediaCustom-16__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-16__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-16__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-16__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-17__media {
  line-height: 0;
}

.t0-b-mediaCustom-17 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-17 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #d4dfce, -1px -1px 2px #d4dfce;
}

.t0-b-mediaCustom-17__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-17__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-17__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-17__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-17__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-17__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-17--width-l .t0-b-mediaCustom-17__media img {
  width: 100%;
}

.t0-b-mediaCustom-17--width-m .t0-b-mediaCustom-17__media img {
  width: 75%;
}

.t0-b-mediaCustom-17--width-s .t0-b-mediaCustom-17__media img {
  width: 50%;
}

.t0-b-mediaCustom-17--align-l {
  text-align: left;
}

.t0-b-mediaCustom-17--align-c {
  text-align: center;
}

.t0-b-mediaCustom-17--align-r {
  text-align: right;
}

.t0-b-mediaCustom-17__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-17__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-17__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-17__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-18__media {
  line-height: 0;
}

.t0-b-mediaCustom-18 {
  color: #664b3a;
  margin: 0 auto;
}

.t0-b-mediaCustom-18 img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.t0-b-mediaCustom-18__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-bottom: 10px;
}

.t0-b-mediaCustom-18__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-18__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-18__media {
  text-align: center;
  background: url("/_master/acre/themes/008-L25/imgs/t0-b-media/bg.png") 0 0 repeat;
  padding: 4px;
}

.t0-b-mediaCustom-18 a {
  text-decoration: none;
  color: #664b3a;
}

.t0-b-mediaCustom-18__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-top: 10px;
}

.t0-b-mediaCustom-18__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-18__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-18__caption {
  margin-top: 10px;
}

.t0-b-mediaCustom-18__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-18__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.3em;
}

.t0-b-mediaCustom-18__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.4em;
}

.t0-b-mediaCustom-18--width-l {
  width: 100%;
}

.t0-b-mediaCustom-18--width-m {
  width: 75%;
}

.t0-b-mediaCustom-18--width-s {
  width: 50%;
}

.t0-b-mediaCustom-18--align-l {
  text-align: left;
}

.t0-b-mediaCustom-18--align-c {
  text-align: center;
}

.t0-b-mediaCustom-18--align-r {
  text-align: right;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-19 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-19__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-19__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-19__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-19 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-20__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-20__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-20__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-20__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-20 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-20__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-20__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-20__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-20__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-20 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-20__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-21__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-21__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-21__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-21__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-21 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-21__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-21__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-21__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-21__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-21__hd > p,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-21 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-21 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-22__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-22__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-22__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-22__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-22 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-22__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-22__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-22__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-22__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-22__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-22__hd > p,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-22 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-22 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-23__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-23__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-23__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-23__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-23 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-23__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-23__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-23__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-23__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-23__hd > p,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-23 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-23 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-24__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-24__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-24__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-24__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-24 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-24__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-24__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-24__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-24__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 {
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-24__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-24__hd > p,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-24 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-24 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
.t0-b-headerCombiCustom-25 {
  height: 70vw;
  background: url(/wp-content/themes/base/src/images/004.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -15px;
}

.t0-b-headerCombiCustom-25__bd {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-26 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-26 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-26 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-27 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-27__hd,
.t0-b-headerCombiCustom-27__col1,
.t0-b-headerCombiCustom-27__col2 {
  display: none;
}

.t0-b-headerCombiCustom-27__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-27__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-28 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-28__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-29 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-29 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-29 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-30 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-30__hd,
.t0-b-headerCombiCustom-30__col1,
.t0-b-headerCombiCustom-30__col2 {
  display: none;
}

.t0-b-headerCombiCustom-30__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-30__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-31 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-31__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-32 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-32 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-32 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-33 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-33__hd,
.t0-b-headerCombiCustom-33__col1,
.t0-b-headerCombiCustom-33__col2 {
  display: none;
}

.t0-b-headerCombiCustom-33__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-33__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-34 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-34__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-35 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-35 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-35 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-36 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-36__hd,
.t0-b-headerCombiCustom-36__col1,
.t0-b-headerCombiCustom-36__col2 {
  display: none;
}

.t0-b-headerCombiCustom-36__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-36__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-37 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-37__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-38 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-38 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-38 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-39 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-39__hd,
.t0-b-headerCombiCustom-39__col1,
.t0-b-headerCombiCustom-39__col2 {
  display: none;
}

.t0-b-headerCombiCustom-39__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-39__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-40 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-40__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-41 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-41 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-41 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-42 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-42__hd,
.t0-b-headerCombiCustom-42__col1,
.t0-b-headerCombiCustom-42__col2 {
  display: none;
}

.t0-b-headerCombiCustom-42__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-42__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-43 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-43__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-44 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-44 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-44 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-45 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-45__hd,
.t0-b-headerCombiCustom-45__col1,
.t0-b-headerCombiCustom-45__col2 {
  display: none;
}

.t0-b-headerCombiCustom-45__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-45__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-46 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-46__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-47 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-47 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-47 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-48 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-48__hd,
.t0-b-headerCombiCustom-48__col1,
.t0-b-headerCombiCustom-48__col2 {
  display: none;
}

.t0-b-headerCombiCustom-48__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-48__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-49 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-49__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-50 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-50 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-50 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-51 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-51__hd,
.t0-b-headerCombiCustom-51__col1,
.t0-b-headerCombiCustom-51__col2 {
  display: none;
}

.t0-b-headerCombiCustom-51__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-51__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-52 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-52__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-53__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-53__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-53__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-53__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-53 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-53__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-53__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-53__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-53__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-53 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-54__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-54__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-54__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-54__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-54 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-54__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-54__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-54__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-54__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-54 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-54__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-55__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-55__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-55__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-55__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-55 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-55__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-55__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-55__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-55__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2 a div ,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-55 .t0-b-headerUnit-contact-navB4 a p{ 
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-56__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-56__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-56__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-56__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-56 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-56__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-56__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-56__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-56__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-56 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-56__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-57__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-57__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-57__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-57__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-57 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-57__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-57__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-57__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-57__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-57 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-58__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-58__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-58__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-58__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-58 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-58__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-58__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-58__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-58__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 {
  border: 0;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-58 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-58__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-59__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-59__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-59__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-59__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-59 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-59__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-59__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-59__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-59__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-59 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-60__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-60__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-60__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-60__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-60 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-60__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-60__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-60__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-60__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-60 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-60__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-61 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-61__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-62 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-62__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-63 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-63__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-64 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-64__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-65 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-65 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-65 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-66 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-66 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-66 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-67 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-67 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-67 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-68 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-68 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-68 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 文字の背景色 */
.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-69 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-69__hd,
.t0-b-headerCombiCustom-69__col1,
.t0-b-headerCombiCustom-69__col2 {
  display: none;
}

.t0-b-headerCombiCustom-69__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-69__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-70 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-70__hd,
.t0-b-headerCombiCustom-70__col1,
.t0-b-headerCombiCustom-70__col2 {
  display: none;
}

.t0-b-headerCombiCustom-70__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-70__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-71 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-71__hd,
.t0-b-headerCombiCustom-71__col1,
.t0-b-headerCombiCustom-71__col2 {
  display: none;
}

.t0-b-headerCombiCustom-71__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-71__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerCombiCustom-72-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-72 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-72__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-72__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-72__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-72__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-72__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-72__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-72__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-72__col3 {
  width: 100%;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-73 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-73__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-73__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-73__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-73__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-73__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-73 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-74 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-74__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-74__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-74__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-74__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-74__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-74__hd > p,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-74 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-74 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-75 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-75 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-75 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-76 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-76__hd,
.t0-b-headerCombiCustom-76__col1,
.t0-b-headerCombiCustom-76__col2 {
  display: none;
}

.t0-b-headerCombiCustom-76__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-76__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-77 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-77__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-78 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-78__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-78__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-78__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-78__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-78__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-78 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-79 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-79__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-79__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-79__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-79__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-79__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-79__hd > p,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-79 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-79 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-80 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-80__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-80__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-80__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-80__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-80__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-80 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-81 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-81__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-81__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-81__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-81__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-81__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-81__hd > p,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-81 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-81 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-82 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-82__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-82__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-82__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-82__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-82__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-82 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-83 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-83__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-83__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-83__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-83__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;123
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-83__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-83__hd > p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-84 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-84__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-84__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-84__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-84__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-84__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-85 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-85__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-85__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-85__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-85__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-85__hd > p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-85__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-86 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-86__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-86__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-86__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-86__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-87 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-87__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-87__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-87__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-87__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-87__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-88 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-88__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-89 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-89 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-89 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-90 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-90__hd,
.t0-b-headerCombiCustom-90__col1,
.t0-b-headerCombiCustom-90__col2 {
  display: none;
}

.t0-b-headerCombiCustom-90__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-90__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerFullWidthMediaCustom-91 {
  margin: 0 -15px;
  padding: 0 15px 3px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-91-inner {
  position: relative;
}

.t0-b-headerFullWidthMediaCustom-91-inner>div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.t0-b-headerFullWidthMediaCustom-91 {
  height: 61px;
}

.t0-b-headerFullWidthMediaCustom-91-inner {
  height: 58px;
}

.t0-b-headerFullWidthMediaCustom-91 {
  background-color: #FFFFFD;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-92 {
  background-image: url('/wp-content/themes/base/src/images/プレゼンテーション1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-92 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/* 
.t0-b-headerFullWidthMediaCustom-92 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
*/
/* 文字の背景色 */
.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-93 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-93__hd,
.t0-b-headerCombiCustom-93__col1,
.t0-b-headerCombiCustom-93__col2 {
  display: none;
}

.t0-b-headerCombiCustom-93__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-93__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameCustom-94-bPlacer {
  padding-bottom: 25px;
}

.t0-b-lv4H-numIconCustom-95-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv4H-numIconCustom-95 {
  line-height: 0;
}

.t0-b-lv4H-numIconCustom-95>div {
  display: inline-block;
}

.t0-b-lv4H-numIconCustom-95>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv4H-numIconCustom-95__iconPlacer {
  padding: 0 10px 0 0;
}

.t0-b-lv4H-numIconCustom-95__iconPlacer>* {
  display: block;
}

.t0-b-lv4H-numIconCustom-95__caption-upper {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 0 0 4px;
}

.t0-b-lv4H-numIconCustom-95__h {
  line-height: 1.25;
  font-size: 1.286rem !important;
}

.t0-b-lv4H-numIconCustom-95__caption-lower {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 4px 0 0;
}

.t0-b-lv4H-numIconCustom-95__icon {
  background-size: 50px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -100px;
  color: transparent;
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--anshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--concept-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--houshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--kodawari-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--merit-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--oyakusoku-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--point-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--riyu-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tokucho2-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--tsuyomi-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/10.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/1.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/2.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/3.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/4.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/5.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/6.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/7.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/8.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/9.png");
}

.t0-b-lv4H-numIconCustom-95__icon--step-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/10.png");
}

.t0-b-lv4H-numIconCustom-95--align-l {
  text-align: left;
}

.t0-b-lv4H-numIconCustom-95--align-c {
  text-align: center;
}

.t0-b-lv4H-numIconCustom-95--align-r {
  text-align: right;
}

.t0-b-lv4H-numIconCustom-95 a {
  text-decoration: none;
  color: #555;
}

.t0-b-lv4H-numIconCustom-95 a:hover {
  color: #7c6600;
}

.t0-b-frameCustom-96-bPlacer {
  padding-bottom: 25px;
}

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-97__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-97__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-97__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-97__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-97 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-97__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-97__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-97__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-97__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-97__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-97__hd > p,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-97 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-98 {
  background-image: url('/wp-content/themes/base/src/images/インビザラインHPトップ画像製作スライド1101.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-98 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* 文字の背景色 */
.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-99 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-99__hd,
.t0-b-headerCombiCustom-99__col1,
.t0-b-headerCombiCustom-99__col2 {
  display: none;
}

.t0-b-headerCombiCustom-99__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-99__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameOuterCustom-100-bPlacer {
  padding-bottom: 25px;
}

.t0-b-frameOuterCustom-100__frame {
  padding: 20px 20px 10px;
  margin: 0 -5px;
  color: #675f4f;
  background-color: #fff9e2;
  border: 1px solid #ece5c8;
  border-radius: 11px;
}

.t0-b-frameOuterCustom-100__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
}

.t0-b-frameOuterCustom-100__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-100__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-100__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-100__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-100__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-100__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-100__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-100__hd+.t0-b-frameOuterCustom-100__bd {
  padding: 20px 0 0;
}

.t0-b-frameOuterCustom-100__ft {
  margin-top: 20px;
}

.t0-b-lv2HCustom-101 a {
  text-decoration: none;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #5d3e0e;
}

.t0-b-lv2HCustom-101 > div {
  display: inline-block;
}

.t0-b-lv2HCustom-101__iconPlacer {
  display: table-cell;
  background: url('/_master/acre/themes/027-N00-2/imgs/t0-b-lv2H/1.png?1590454249') no-repeat 0 50%;
  width: 40px;
  height: 50px;
  background-size: 40px 50px;
}

.t0-b-lv2HCustom-101 h2 {
  display: table-cell;
  padding: 4px 0 0 8px;
  line-height: 1.25;
  font-size: 1.286em;
  text-align: left;
  vertical-align: middle;
}

.t0-b-lv2HCustom-101--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-101--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-101--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-102 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -20px -15px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-102 {
  background-color: #faf2ff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-103 {
  background-image: url('/wp-content/themes/base/src/images/スライド1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-103 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-104__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-104__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-104__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-104__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-104 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-104__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-104__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-104__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-104__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-105__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-105__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-105__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-105__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-105 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-105__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-105__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-105__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-105__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-105__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-106__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-106__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-106__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-106__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-106 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-106__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-106__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-106__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-106__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-106 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-107__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-107__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-107__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-107__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-107 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-107__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-107__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-107__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-107__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-107 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-107__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-108__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-108__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-108__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-108__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-108 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-108__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-108__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-108__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-108__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-108__hd > p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-109__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-109__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-109__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-109__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-109 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-109__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-109__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-109__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-109__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-109__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-109__hd > p,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-110__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-110__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-110__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-110__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-110 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-110__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-110__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-110__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-110__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-110__hd > p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-111__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-111__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-111__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-111__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-111 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-111__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-111__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-111__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-111__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-111__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-111__hd > p,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-112__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-112__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-112__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-112__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-112 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-112__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-112__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-112__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-112__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-113__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-113__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-113__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-113__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-113 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-113__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-113__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-113__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-113__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-113__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-114__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-114__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-114__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-114__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-114 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-114__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-114__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-114__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-114__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-115__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-115__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-115__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-115__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-115 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-115__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-115__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-115__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-115__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-115__col3 > div > div:last-child {
  display: none;
}
.t0-b-mediaCustom-116__media {
  line-height: 0;
}

.t0-b-mediaCustom-116 {
  color: #333;
}

.t0-b-mediaCustom-116 img {
  width: 100%;
}

.t0-b-mediaCustom-116 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-116 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-116__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-116__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-116__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-116__media {
  text-align: center;
}

.t0-b-mediaCustom-116__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-116__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-116__media > span {
  vertical-align: baseline;
}

.t0-b-mediaCustom-116__media img {
  padding: 7px 7px 6px 6px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
  background-position: left top, left bottom, right bottom, right top, left top, left bottom, right top, left top;
  background-image: url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg2.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg3.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg4.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg5.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg6.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg7.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg8.png");
  box-shadow: 0px 0px 2px #f3ece0;
  box-sizing: border-box;
}

.t0-b-mediaCustom-116 a {
  text-decoration: none;
}

.t0-b-mediaCustom-116__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-116__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-116__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-116__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-116__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-116__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-116 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-116--width-l .t0-b-mediaCustom-116__media img {
  width: 100%;
}

.t0-b-mediaCustom-116--width-m .t0-b-mediaCustom-116__media img {
  width: 75%;
}

.t0-b-mediaCustom-116--width-s .t0-b-mediaCustom-116__media img {
  width: 50%;
}

.t0-b-mediaCustom-116--align-l {
  text-align: left;
}

.t0-b-mediaCustom-116--align-c {
  text-align: center;
}

.t0-b-mediaCustom-116--align-r {
  text-align: right;
}

.t0-b-mediaCustom-116__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-116__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-116__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-116__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-117__media {
  line-height: 0;
}

.t0-b-mediaCustom-117 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-117 img {
  width: 100%;
  box-sizing: border-box;
}

.t0-b-mediaCustom-117__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-117__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-117__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-117__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-117__caption {
  margin: 5px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-117__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-media3--width-l .t0-b-mediaCustom-117__media img {
  width: 100%;
}

.t0-b-mediaCustom-117--width-l .t0-b-mediaCustom-117__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-117__media img {
  width: 100%;
}

.t0-b-media3--width-m .t0-b-mediaCustom-117__media img {
  width: 75%;
}

.t0-b-mediaCustom-117--width-m .t0-b-mediaCustom-117__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-117__media img {
  width: 75%;
}

.t0-b-media3--width-s .t0-b-mediaCustom-117__media img {
  width: 50%;
}

.t0-b-mediaCustom-117--width-s .t0-b-mediaCustom-117__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-117__media img {
  width: 50%;
}

.t0-b-mediaCustom-117--align-l {
  text-align: left;
}

.t0-b-mediaCustom-117--align-c {
  text-align: center;
}

.t0-b-mediaCustom-117--align-r {
  text-align: right;
}

.t0-b-mediaCustom-117__h-upper a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-117__h-lower a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-117__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-117__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-117 img {
  border: 1px solid #333;
}

.t0-b-mediaCustom-118__media {
  line-height: 0;
}

.t0-b-mediaCustom-118 {
  color: #4d4d4d;
}

.t0-b-mediaCustom-118 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-118 img {
  width: 100%;
}

.t0-b-mediaCustom-118 a {
  text-decoration: none;
}

.t0-b-mediaCustom-118__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-118__media {
  text-align: center;
  line-height: 0;
}

.t0-b-mediaCustom-118__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-118__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-118__caption p {
  font-size: 1em !important;
  text-align: left;
  line-height: 1.2;
}

.t0-b-mediaCustom-118--width-l .t0-b-mediaCustom-118__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-118__media img {
  width: 100%;
}

.t0-b-mediaCustom-118--width-m .t0-b-mediaCustom-118__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-118__media img {
  width: 75%;
}

.t0-b-mediaCustom-118--width-s .t0-b-mediaCustom-118__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-118__media img {
  width: 50%;
}

.t0-b-mediaCustom-118--align-l {
  text-align: left;
}

.t0-b-mediaCustom-118--align-c {
  text-align: center;
}

.t0-b-mediaCustom-118--align-r {
  text-align: right;
}

.t0-b-mediaCustom-118__h-upper a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-118__h-lower a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-118__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-118__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-119__media {
  line-height: 0;
}

.t0-b-mediaCustom-119 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-119 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #ede9da, -1px -1px 2px #ede9da;
}

.t0-b-mediaCustom-119__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-119__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-119__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-119__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-119__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-119__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-119--width-l .t0-b-mediaCustom-119__media img {
  width: 100%;
}

.t0-b-mediaCustom-119--width-m .t0-b-mediaCustom-119__media img {
  width: 75%;
}

.t0-b-mediaCustom-119--width-s .t0-b-mediaCustom-119__media img {
  width: 50%;
}

.t0-b-mediaCustom-119--align-l {
  text-align: left;
}

.t0-b-mediaCustom-119--align-c {
  text-align: center;
}

.t0-b-mediaCustom-119--align-r {
  text-align: right;
}

.t0-b-mediaCustom-119__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-119__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-119__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-119__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-120__media {
  line-height: 0;
}

.t0-b-mediaCustom-120 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-120 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #d4dfce, -1px -1px 2px #d4dfce;
}

.t0-b-mediaCustom-120__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-120__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-120__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-120__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-120__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-120__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-120--width-l .t0-b-mediaCustom-120__media img {
  width: 100%;
}

.t0-b-mediaCustom-120--width-m .t0-b-mediaCustom-120__media img {
  width: 75%;
}

.t0-b-mediaCustom-120--width-s .t0-b-mediaCustom-120__media img {
  width: 50%;
}

.t0-b-mediaCustom-120--align-l {
  text-align: left;
}

.t0-b-mediaCustom-120--align-c {
  text-align: center;
}

.t0-b-mediaCustom-120--align-r {
  text-align: right;
}

.t0-b-mediaCustom-120__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-120__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-120__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-120__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-121__media {
  line-height: 0;
}

.t0-b-mediaCustom-121 {
  color: #664b3a;
  margin: 0 auto;
}

.t0-b-mediaCustom-121 img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.t0-b-mediaCustom-121__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-bottom: 10px;
}

.t0-b-mediaCustom-121__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-121__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-121__media {
  text-align: center;
  background: url("/_master/acre/themes/008-L25/imgs/t0-b-media/bg.png") 0 0 repeat;
  padding: 4px;
}

.t0-b-mediaCustom-121 a {
  text-decoration: none;
  color: #664b3a;
}

.t0-b-mediaCustom-121__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-top: 10px;
}

.t0-b-mediaCustom-121__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-121__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-121__caption {
  margin-top: 10px;
}

.t0-b-mediaCustom-121__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-121__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.3em;
}

.t0-b-mediaCustom-121__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.4em;
}

.t0-b-mediaCustom-121--width-l {
  width: 100%;
}

.t0-b-mediaCustom-121--width-m {
  width: 75%;
}

.t0-b-mediaCustom-121--width-s {
  width: 50%;
}

.t0-b-mediaCustom-121--align-l {
  text-align: left;
}

.t0-b-mediaCustom-121--align-c {
  text-align: center;
}

.t0-b-mediaCustom-121--align-r {
  text-align: right;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-122__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-122__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-122__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-122__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-122 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-122__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-122__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-122__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-122__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-122 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-123__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-123__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-123__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-123__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-123 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-123__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-123__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-123__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-123__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-123 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-123__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-124__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-124__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-124__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-124__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-124 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-124__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-124__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-124__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-124__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-124__hd > p,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-125__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-125__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-125__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-125__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-125 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-125__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-125__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-125__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-125__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-125__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-125__hd > p,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-126__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-126__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-126__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-126__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-126 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-126__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-126__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-126__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-126__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-126__hd > p,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-126 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-126 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-127__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-127__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-127__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-127__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-127 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-127__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-127__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-127__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-127__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 {
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-127__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-127__hd > p,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-127 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-127 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
.t0-b-headerCombiCustom-128 {
  height: 70vw;
  background: url(/wp-content/themes/base/src/images/004-1.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -15px;
}

.t0-b-headerCombiCustom-128__bd {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-129 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-129 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-129 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-130 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-130__hd,
.t0-b-headerCombiCustom-130__col1,
.t0-b-headerCombiCustom-130__col2 {
  display: none;
}

.t0-b-headerCombiCustom-130__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-130__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-131 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-131__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-132 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-132 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-132 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-133 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-133__hd,
.t0-b-headerCombiCustom-133__col1,
.t0-b-headerCombiCustom-133__col2 {
  display: none;
}

.t0-b-headerCombiCustom-133__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-133__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-134 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-134__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-135 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-135 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-135 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-136 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-136__hd,
.t0-b-headerCombiCustom-136__col1,
.t0-b-headerCombiCustom-136__col2 {
  display: none;
}

.t0-b-headerCombiCustom-136__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-136__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-137 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-137__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-138 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-138 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-138 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-139 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-139__hd,
.t0-b-headerCombiCustom-139__col1,
.t0-b-headerCombiCustom-139__col2 {
  display: none;
}

.t0-b-headerCombiCustom-139__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-139__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-140 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-140__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-141 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-141 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-141 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-142 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-142__hd,
.t0-b-headerCombiCustom-142__col1,
.t0-b-headerCombiCustom-142__col2 {
  display: none;
}

.t0-b-headerCombiCustom-142__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-142__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-143 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-143__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-144 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-144 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-144 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-145 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-145__hd,
.t0-b-headerCombiCustom-145__col1,
.t0-b-headerCombiCustom-145__col2 {
  display: none;
}

.t0-b-headerCombiCustom-145__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-145__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-146 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-146__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-147 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-147 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-147 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-148 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-148__hd,
.t0-b-headerCombiCustom-148__col1,
.t0-b-headerCombiCustom-148__col2 {
  display: none;
}

.t0-b-headerCombiCustom-148__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-148__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-149 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-149__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-150 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-150 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-150 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-151 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-151__hd,
.t0-b-headerCombiCustom-151__col1,
.t0-b-headerCombiCustom-151__col2 {
  display: none;
}

.t0-b-headerCombiCustom-151__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-151__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-152 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-152__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-153 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-153 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-153 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-154 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-154__hd,
.t0-b-headerCombiCustom-154__col1,
.t0-b-headerCombiCustom-154__col2 {
  display: none;
}

.t0-b-headerCombiCustom-154__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-154__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-155 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-155__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-156__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-156__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-156__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-156__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-156 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-156__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-156__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-156__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-156__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-156 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-157__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-157__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-157__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-157__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-157 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-157__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-157__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-157__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-157__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-157 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-157__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-158__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-158__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-158__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-158__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-158 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-158__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-158__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-158__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-158__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2 a div ,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-158 .t0-b-headerUnit-contact-navB4 a p{ 
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-159__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-159__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-159__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-159__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-159 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-159__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-159__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-159__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-159__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-159 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-159__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-160__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-160__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-160__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-160__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-160 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-160__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-160__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-160__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-160__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-160 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-161__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-161__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-161__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-161__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-161 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-161__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-161__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-161__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-161__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 {
  border: 0;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-161 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-161__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-162__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-162__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-162__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-162__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-162 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-162__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-162__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-162__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-162__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-162 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-163__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-163__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-163__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-163__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-163 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-163__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-163__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-163__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-163__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-163 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-163__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-164 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-164__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-165 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-165__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-166 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-166__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-167 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-167__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-168 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-168 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-168 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-169 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-169 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-169 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-170 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-170 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-170 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-171 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-171 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-171 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 文字の背景色 */
.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-172 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-172__hd,
.t0-b-headerCombiCustom-172__col1,
.t0-b-headerCombiCustom-172__col2 {
  display: none;
}

.t0-b-headerCombiCustom-172__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-172__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-173 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-173__hd,
.t0-b-headerCombiCustom-173__col1,
.t0-b-headerCombiCustom-173__col2 {
  display: none;
}

.t0-b-headerCombiCustom-173__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-173__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-174 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-174__hd,
.t0-b-headerCombiCustom-174__col1,
.t0-b-headerCombiCustom-174__col2 {
  display: none;
}

.t0-b-headerCombiCustom-174__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-174__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerCombiCustom-175-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-175 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-175__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-175__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-175__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-175__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-175__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-175__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-175__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-175__col3 {
  width: 100%;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-176 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-176__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-176__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-176__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-176__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-176__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-176 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-177 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-177__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-177__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-177__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-177__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-177__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-177__hd > p,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-177 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-177 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-178 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-178 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-178 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-179 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-179__hd,
.t0-b-headerCombiCustom-179__col1,
.t0-b-headerCombiCustom-179__col2 {
  display: none;
}

.t0-b-headerCombiCustom-179__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-179__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-180 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-180__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-181 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-181__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-181__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-181__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-181__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-181__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-181 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-182 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-182__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-182__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-182__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-182__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-182__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-182__hd > p,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-182 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-182 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-183 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-183__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-183__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-183__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-183__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-183__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-183 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-184 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-184__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-184__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-184__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-184__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-184__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-184__hd > p,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-184 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-184 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-185 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-185__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-185__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-185__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-185__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-185__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-185 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-186 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-186__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-186__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-186__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-186__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;123
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-186__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-186__hd > p,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-186 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-186 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-187 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-187__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-187__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-187__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-187__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-187__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-187 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-188 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-188__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-188__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-188__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-188__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-188__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-188__hd > p,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-188 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-188 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-85__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-189 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-189__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-189__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-189__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-189__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-189 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-86__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-190 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-190__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-190__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-190__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-190__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-190 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-190__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-191 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-191__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-192 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-192 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-192 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-193 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-193__hd,
.t0-b-headerCombiCustom-193__col1,
.t0-b-headerCombiCustom-193__col2 {
  display: none;
}

.t0-b-headerCombiCustom-193__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-193__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerFullWidthMediaCustom-194 {
  margin: 0 -15px;
  padding: 0 15px 3px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-194-inner {
  position: relative;
}

.t0-b-headerFullWidthMediaCustom-194-inner>div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.t0-b-headerFullWidthMediaCustom-194 {
  height: 61px;
}

.t0-b-headerFullWidthMediaCustom-194-inner {
  height: 58px;
}

.t0-b-headerFullWidthMediaCustom-194 {
  background-color: #FFFFFD;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-195 {
  background-image: url('/wp-content/themes/base/src/images/プレゼンテーション1-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-195 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/* 
.t0-b-headerFullWidthMediaCustom-195 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
*/
/* 文字の背景色 */
.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-196 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-196__hd,
.t0-b-headerCombiCustom-196__col1,
.t0-b-headerCombiCustom-196__col2 {
  display: none;
}

.t0-b-headerCombiCustom-196__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-196__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameCustom-197-bPlacer {
  padding-bottom: 25px;
}

.t0-b-lv4H-numIconCustom-198-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv4H-numIconCustom-198 {
  line-height: 0;
}

.t0-b-lv4H-numIconCustom-198>div {
  display: inline-block;
}

.t0-b-lv4H-numIconCustom-198>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv4H-numIconCustom-198__iconPlacer {
  padding: 0 10px 0 0;
}

.t0-b-lv4H-numIconCustom-198__iconPlacer>* {
  display: block;
}

.t0-b-lv4H-numIconCustom-198__caption-upper {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 0 0 4px;
}

.t0-b-lv4H-numIconCustom-198__h {
  line-height: 1.25;
  font-size: 1.286rem !important;
}

.t0-b-lv4H-numIconCustom-198__caption-lower {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 4px 0 0;
}

.t0-b-lv4H-numIconCustom-198__icon {
  background-size: 50px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -100px;
  color: transparent;
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--anshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--concept-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--houshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--kodawari-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--merit-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--oyakusoku-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--point-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--riyu-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tokucho2-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--tsuyomi-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/10.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/1.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/2.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/3.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/4.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/5.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/6.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/7.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/8.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/9.png");
}

.t0-b-lv4H-numIconCustom-198__icon--step-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/10.png");
}

.t0-b-lv4H-numIconCustom-198--align-l {
  text-align: left;
}

.t0-b-lv4H-numIconCustom-198--align-c {
  text-align: center;
}

.t0-b-lv4H-numIconCustom-198--align-r {
  text-align: right;
}

.t0-b-lv4H-numIconCustom-198 a {
  text-decoration: none;
  color: #555;
}

.t0-b-lv4H-numIconCustom-198 a:hover {
  color: #7c6600;
}

.t0-b-frameCustom-199-bPlacer {
  padding-bottom: 25px;
}

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-200__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-200__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-200__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-200__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-200 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-200__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-200__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-200__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-200__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-200__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-200__hd > p,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-200 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-200 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-201 {
  background-image: url('/wp-content/themes/base/src/images/インビザラインHPトップ画像製作スライド1101-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-201 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* 文字の背景色 */
.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-202 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-202__hd,
.t0-b-headerCombiCustom-202__col1,
.t0-b-headerCombiCustom-202__col2 {
  display: none;
}

.t0-b-headerCombiCustom-202__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-202__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameOuterCustom-203-bPlacer {
  padding-bottom: 25px;
}

.t0-b-frameOuterCustom-203__frame {
  padding: 20px 20px 10px;
  margin: 0 -5px;
  color: #675f4f;
  background-color: #fff9e2;
  border: 1px solid #ece5c8;
  border-radius: 11px;
}

.t0-b-frameOuterCustom-203__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
}

.t0-b-frameOuterCustom-203__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-203__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-203__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-203__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-203__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-203__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-203__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-203__hd+.t0-b-frameOuterCustom-203__bd {
  padding: 20px 0 0;
}

.t0-b-frameOuterCustom-203__ft {
  margin-top: 20px;
}

.t0-b-lv2HCustom-204 a {
  text-decoration: none;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #5d3e0e;
}

.t0-b-lv2HCustom-204 > div {
  display: inline-block;
}

.t0-b-lv2HCustom-204__iconPlacer {
  display: table-cell;
  background: url('/_master/acre/themes/027-N00-2/imgs/t0-b-lv2H/1.png?1590454249') no-repeat 0 50%;
  width: 40px;
  height: 50px;
  background-size: 40px 50px;
}

.t0-b-lv2HCustom-204 h2 {
  display: table-cell;
  padding: 4px 0 0 8px;
  line-height: 1.25;
  font-size: 1.286em;
  text-align: left;
  vertical-align: middle;
}

.t0-b-lv2HCustom-204--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-204--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-204--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-205 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -20px -15px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-205 {
  background-color: #faf2ff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-206 {
  background-image: url('/wp-content/themes/base/src/images/スライド1-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-206 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-207__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-207__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-207 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-207__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-207__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-207__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-207__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-207__hd > p,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-207 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-207 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
}

.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-text-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-207 {
   padding: 0px;
} 

.t0-b-headerCombiCustom-207__col1 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-207__hd {
  display: none;
} 

/* 画像 */
.t0-b-headerFullWidthMediaCustom-208 {
  background-image: url('/wp-content/themes/base/src/images/1_sp-doctor.png') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-208 {
  position: relative;
  height: 150vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/image0.jpeg);
}

/* 左画像（ＴＥＬ）の非表示部分 */
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel__tel+span,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel__fax+span,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel__free+span,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel__cell+span{
 color:#00000000
}

.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel__tel{
 color: #00000000;
 background-color: #00000000;
 background-image: none;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-209 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-209__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-209__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-209__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-209__hd,
.t0-b-headerCombiCustom-209__col1,
.t0-b-headerCombiCustom-209__col2,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-209 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/image0_v2.jpg);
}

.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-tel__free + span {
  color: #fff;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-210 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-210__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-210__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-210__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-210__hd,
.t0-b-headerCombiCustom-210__col1,
.t0-b-headerCombiCustom-210__col2,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-210 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/TEL_GW.png);
}

.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-tel__free + span {
  color: transparent;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-211 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-211__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-211__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-211__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-211__hd,
.t0-b-headerCombiCustom-211__col1,
.t0-b-headerCombiCustom-211__col2,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-211 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/TEL_time.png);
}

.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-tel__free + span {
  color: transparent;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-212 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-212__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-212__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-212__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-212__hd,
.t0-b-headerCombiCustom-212__col1,
.t0-b-headerCombiCustom-212__col2,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-212 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/HP001_sp_reserve.png);
}


/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-213 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-213__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-213__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-213__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 100vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-213__hd,
.t0-b-headerCombiCustom-213__col1,
.t0-b-headerCombiCustom-213__col2,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-213 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-214__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-214__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-214__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-214__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-214 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-214__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-214__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-214__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-214__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-214 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-215__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-215__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-215__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-215__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-215 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-215__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-215__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-215__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-215__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-215 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-215__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-216__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-216__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-216__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-216__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-216 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-216__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-216__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-216__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-216__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-216 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-217__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-217__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-217__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-217__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-217 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-217__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-217__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-217__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-217__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-217 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-217__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-218__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-218__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-218__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-218__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-218 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-218__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-218__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-218__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-218__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-218__hd > p,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-218 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-218 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-219__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-219__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-219__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-219__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-219 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-219__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-219__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-219__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-219__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-219__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-219__hd > p,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-219 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-219 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-220__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-220__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-220__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-220__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-220 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-220__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-220__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-220__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-220__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-220__hd > p,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-220 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-220 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-221__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-221__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-221__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-221__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-221 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-221__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-221__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-221__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-221__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-221__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-221__hd > p,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-221 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-221 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-222__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-222__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-222__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-222__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-222 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-222__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-222__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-222__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-222__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-222 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-223__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-223__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-223__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-223__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-223 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-223__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-223__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-223__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-223__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-223 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-223__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-224__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-224__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-224__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-224__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-224 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-224__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-224__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-224__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-224__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-224 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-225__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-225__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-225__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-225__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-225 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-225__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-225__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-225__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-225__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-225 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-225__col3 > div > div:last-child {
  display: none;
}
.t0-b-mediaCustom-226__media {
  line-height: 0;
}

.t0-b-mediaCustom-226 {
  color: #333;
}

.t0-b-mediaCustom-226 img {
  width: 100%;
}

.t0-b-mediaCustom-226 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-226 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-226__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-226__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-226__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-226__media {
  text-align: center;
}

.t0-b-mediaCustom-226__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-226__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-226__media > span {
  vertical-align: baseline;
}

.t0-b-mediaCustom-226__media img {
  padding: 7px 7px 6px 6px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
  background-position: left top, left bottom, right bottom, right top, left top, left bottom, right top, left top;
  background-image: url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg2.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg3.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg4.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg5.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg6.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg7.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg8.png");
  box-shadow: 0px 0px 2px #f3ece0;
  box-sizing: border-box;
}

.t0-b-mediaCustom-226 a {
  text-decoration: none;
}

.t0-b-mediaCustom-226__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-226__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-226__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-226__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-226__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-226__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-226 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-226--width-l .t0-b-mediaCustom-226__media img {
  width: 100%;
}

.t0-b-mediaCustom-226--width-m .t0-b-mediaCustom-226__media img {
  width: 75%;
}

.t0-b-mediaCustom-226--width-s .t0-b-mediaCustom-226__media img {
  width: 50%;
}

.t0-b-mediaCustom-226--align-l {
  text-align: left;
}

.t0-b-mediaCustom-226--align-c {
  text-align: center;
}

.t0-b-mediaCustom-226--align-r {
  text-align: right;
}

.t0-b-mediaCustom-226__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-226__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-226__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-226__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-227__media {
  line-height: 0;
}

.t0-b-mediaCustom-227 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-227 img {
  width: 100%;
  box-sizing: border-box;
}

.t0-b-mediaCustom-227__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-227__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-227__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-227__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-227__caption {
  margin: 5px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-227__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-media3--width-l .t0-b-mediaCustom-227__media img {
  width: 100%;
}

.t0-b-mediaCustom-227--width-l .t0-b-mediaCustom-227__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-227__media img {
  width: 100%;
}

.t0-b-media3--width-m .t0-b-mediaCustom-227__media img {
  width: 75%;
}

.t0-b-mediaCustom-227--width-m .t0-b-mediaCustom-227__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-227__media img {
  width: 75%;
}

.t0-b-media3--width-s .t0-b-mediaCustom-227__media img {
  width: 50%;
}

.t0-b-mediaCustom-227--width-s .t0-b-mediaCustom-227__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-227__media img {
  width: 50%;
}

.t0-b-mediaCustom-227--align-l {
  text-align: left;
}

.t0-b-mediaCustom-227--align-c {
  text-align: center;
}

.t0-b-mediaCustom-227--align-r {
  text-align: right;
}

.t0-b-mediaCustom-227__h-upper a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-227__h-lower a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-227__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-227__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-227 img {
  border: 1px solid #333;
}

.t0-b-mediaCustom-228__media {
  line-height: 0;
}

.t0-b-mediaCustom-228 {
  color: #4d4d4d;
}

.t0-b-mediaCustom-228 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-228 img {
  width: 100%;
}

.t0-b-mediaCustom-228 a {
  text-decoration: none;
}

.t0-b-mediaCustom-228__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-228__media {
  text-align: center;
  line-height: 0;
}

.t0-b-mediaCustom-228__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-228__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-228__caption p {
  font-size: 1em !important;
  text-align: left;
  line-height: 1.2;
}

.t0-b-mediaCustom-228--width-l .t0-b-mediaCustom-228__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-228__media img {
  width: 100%;
}

.t0-b-mediaCustom-228--width-m .t0-b-mediaCustom-228__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-228__media img {
  width: 75%;
}

.t0-b-mediaCustom-228--width-s .t0-b-mediaCustom-228__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-228__media img {
  width: 50%;
}

.t0-b-mediaCustom-228--align-l {
  text-align: left;
}

.t0-b-mediaCustom-228--align-c {
  text-align: center;
}

.t0-b-mediaCustom-228--align-r {
  text-align: right;
}

.t0-b-mediaCustom-228__h-upper a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-228__h-lower a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-228__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-228__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-229__media {
  line-height: 0;
}

.t0-b-mediaCustom-229 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-229 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #ede9da, -1px -1px 2px #ede9da;
}

.t0-b-mediaCustom-229__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-229__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-229__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-229__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-229__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-229__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-229--width-l .t0-b-mediaCustom-229__media img {
  width: 100%;
}

.t0-b-mediaCustom-229--width-m .t0-b-mediaCustom-229__media img {
  width: 75%;
}

.t0-b-mediaCustom-229--width-s .t0-b-mediaCustom-229__media img {
  width: 50%;
}

.t0-b-mediaCustom-229--align-l {
  text-align: left;
}

.t0-b-mediaCustom-229--align-c {
  text-align: center;
}

.t0-b-mediaCustom-229--align-r {
  text-align: right;
}

.t0-b-mediaCustom-229__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-229__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-229__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-229__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-230__media {
  line-height: 0;
}

.t0-b-mediaCustom-230 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-230 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #d4dfce, -1px -1px 2px #d4dfce;
}

.t0-b-mediaCustom-230__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-230__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-230__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-230__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-230__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-230__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-230--width-l .t0-b-mediaCustom-230__media img {
  width: 100%;
}

.t0-b-mediaCustom-230--width-m .t0-b-mediaCustom-230__media img {
  width: 75%;
}

.t0-b-mediaCustom-230--width-s .t0-b-mediaCustom-230__media img {
  width: 50%;
}

.t0-b-mediaCustom-230--align-l {
  text-align: left;
}

.t0-b-mediaCustom-230--align-c {
  text-align: center;
}

.t0-b-mediaCustom-230--align-r {
  text-align: right;
}

.t0-b-mediaCustom-230__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-230__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-230__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-230__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-231__media {
  line-height: 0;
}

.t0-b-mediaCustom-231 {
  color: #664b3a;
  margin: 0 auto;
}

.t0-b-mediaCustom-231 img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.t0-b-mediaCustom-231__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-bottom: 10px;
}

.t0-b-mediaCustom-231__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-231__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-231__media {
  text-align: center;
  background: url("/_master/acre/themes/008-L25/imgs/t0-b-media/bg.png") 0 0 repeat;
  padding: 4px;
}

.t0-b-mediaCustom-231 a {
  text-decoration: none;
  color: #664b3a;
}

.t0-b-mediaCustom-231__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-top: 10px;
}

.t0-b-mediaCustom-231__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-231__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-231__caption {
  margin-top: 10px;
}

.t0-b-mediaCustom-231__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-231__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.3em;
}

.t0-b-mediaCustom-231__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.4em;
}

.t0-b-mediaCustom-231--width-l {
  width: 100%;
}

.t0-b-mediaCustom-231--width-m {
  width: 75%;
}

.t0-b-mediaCustom-231--width-s {
  width: 50%;
}

.t0-b-mediaCustom-231--align-l {
  text-align: left;
}

.t0-b-mediaCustom-231--align-c {
  text-align: center;
}

.t0-b-mediaCustom-231--align-r {
  text-align: right;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-232__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-232__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-232__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-232__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-232 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-232__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-232__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-232__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-232__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-232 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-233__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-233__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-233__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-233__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-233 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-233__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-233__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-233__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-233__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-233 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-233__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-234__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-234__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-234__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-234__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-234 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-234__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-234__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-234__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-234__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-234__hd > p,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-234 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-234 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-235__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-235__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-235__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-235__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-235 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-235__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-235__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-235__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-235__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-235__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-235__hd > p,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-235 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-235 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-236__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-236__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-236__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-236__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-236 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-236__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-236__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-236__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-236__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-236__hd > p,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-236 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-236 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-237__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-237__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-237__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-237__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-237 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-237__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-237__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-237__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-237__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 {
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-237__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-237__hd > p,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-237 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-237 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
.t0-b-headerCombiCustom-238 {
  height: 70vw;
  background: url(/wp-content/themes/base/src/images/004-2.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -15px;
}

.t0-b-headerCombiCustom-238__bd {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-239 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-239 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-239 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-240 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-240__hd,
.t0-b-headerCombiCustom-240__col1,
.t0-b-headerCombiCustom-240__col2 {
  display: none;
}

.t0-b-headerCombiCustom-240__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-240__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-241 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-241__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-242 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-242 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-242 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-243 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-243__hd,
.t0-b-headerCombiCustom-243__col1,
.t0-b-headerCombiCustom-243__col2 {
  display: none;
}

.t0-b-headerCombiCustom-243__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-243__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-244 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-244__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-245 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-245 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-245 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-246 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-246__hd,
.t0-b-headerCombiCustom-246__col1,
.t0-b-headerCombiCustom-246__col2 {
  display: none;
}

.t0-b-headerCombiCustom-246__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-246__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-247 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-247__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-248 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-248 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-248 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-249 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-249__hd,
.t0-b-headerCombiCustom-249__col1,
.t0-b-headerCombiCustom-249__col2 {
  display: none;
}

.t0-b-headerCombiCustom-249__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-249__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-250 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-250__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-251 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-251 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-251 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-252 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-252__hd,
.t0-b-headerCombiCustom-252__col1,
.t0-b-headerCombiCustom-252__col2 {
  display: none;
}

.t0-b-headerCombiCustom-252__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-252__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-253 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-253__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-254 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-254 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-254 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-255 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-255__hd,
.t0-b-headerCombiCustom-255__col1,
.t0-b-headerCombiCustom-255__col2 {
  display: none;
}

.t0-b-headerCombiCustom-255__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-255__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-256 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-256__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-257 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-257 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-257 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-258 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-258__hd,
.t0-b-headerCombiCustom-258__col1,
.t0-b-headerCombiCustom-258__col2 {
  display: none;
}

.t0-b-headerCombiCustom-258__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-258__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-259 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-259__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-260 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-260 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-260 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-261 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-261__hd,
.t0-b-headerCombiCustom-261__col1,
.t0-b-headerCombiCustom-261__col2 {
  display: none;
}

.t0-b-headerCombiCustom-261__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-261__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-262 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-262__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-263 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-263 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-263 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-264 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-264__hd,
.t0-b-headerCombiCustom-264__col1,
.t0-b-headerCombiCustom-264__col2 {
  display: none;
}

.t0-b-headerCombiCustom-264__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-264__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-265 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-265__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-266__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-266__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-266__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-266__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-266 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-266__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-266__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-266__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-266__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-266 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-267__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-267__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-267__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-267__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-267 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-267__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-267__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-267__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-267__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-267 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-267__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-268__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-268__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-268__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-268__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-268 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-268__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-268__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-268__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-268__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2 a div ,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-268 .t0-b-headerUnit-contact-navB4 a p{ 
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-269__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-269__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-269__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-269__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-269 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-269__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-269__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-269__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-269__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-269 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-269__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-270__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-270__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-270__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-270__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-270 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-270__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-270__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-270__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-270__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-270 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-271__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-271__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-271__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-271__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-271 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-271__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-271__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-271__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-271__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 {
  border: 0;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-271 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-271__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-272__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-272__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-272__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-272__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-272 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-272__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-272__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-272__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-272__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-272 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-273__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-273__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-273__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-273__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-273 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-273__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-273__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-273__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-273__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-273 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-273__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-274 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-274__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-275 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-275__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-276 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-276__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-277 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-277__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-278 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-278 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-278 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-279 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-279 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-279 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-280 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-280 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-280 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-281 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-281 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-281 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 文字の背景色 */
.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-282 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-282__hd,
.t0-b-headerCombiCustom-282__col1,
.t0-b-headerCombiCustom-282__col2 {
  display: none;
}

.t0-b-headerCombiCustom-282__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-282__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-283 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-283__hd,
.t0-b-headerCombiCustom-283__col1,
.t0-b-headerCombiCustom-283__col2 {
  display: none;
}

.t0-b-headerCombiCustom-283__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-283__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-284 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-284__hd,
.t0-b-headerCombiCustom-284__col1,
.t0-b-headerCombiCustom-284__col2 {
  display: none;
}

.t0-b-headerCombiCustom-284__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-284__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerCombiCustom-285-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-285 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-285__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-285__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-285__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-285__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-285__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-285__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-285__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-285__col3 {
  width: 100%;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-286 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-286__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-286__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-286__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-286__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-286__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-286 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-287 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-287__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-287__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-287__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-287__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-287__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-287__hd > p,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-287 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-287 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-288 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-288 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-288 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-289 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-289__hd,
.t0-b-headerCombiCustom-289__col1,
.t0-b-headerCombiCustom-289__col2 {
  display: none;
}

.t0-b-headerCombiCustom-289__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-289__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-290 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-290__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-291 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-291__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-291__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-291__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-291__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-291__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-291 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-292 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-292__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-292__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-292__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-292__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-292__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-292__hd > p,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-292 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-292 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-293 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-293__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-293__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-293__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-293__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-293__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-293 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-294 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-294__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-294__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-294__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-294__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-294__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-294__hd > p,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-294 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-294 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-295 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-295__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-295__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-295__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-295__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-295__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-295 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-296 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-296__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-296__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-296__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-296__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;123
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-296__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-296__hd > p,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-296 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-296 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-297 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-297__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-297__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-297__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-297__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-297__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-297 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-298 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-298__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-298__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-298__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-298__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-298__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-298__hd > p,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-298 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-298 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-85__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-299 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-299__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-299__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-299__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-299__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-299 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-86__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-2.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-300 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-300__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-300__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-300__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-300__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-300 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-300__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-301 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-301__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-302 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-302 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-302 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-303 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-303__hd,
.t0-b-headerCombiCustom-303__col1,
.t0-b-headerCombiCustom-303__col2 {
  display: none;
}

.t0-b-headerCombiCustom-303__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-303__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerFullWidthMediaCustom-304 {
  margin: 0 -15px;
  padding: 0 15px 3px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-304-inner {
  position: relative;
}

.t0-b-headerFullWidthMediaCustom-304-inner>div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.t0-b-headerFullWidthMediaCustom-304 {
  height: 61px;
}

.t0-b-headerFullWidthMediaCustom-304-inner {
  height: 58px;
}

.t0-b-headerFullWidthMediaCustom-304 {
  background-color: #FFFFFD;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-305 {
  background-image: url('/wp-content/themes/base/src/images/プレゼンテーション1-2.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-305 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/* 
.t0-b-headerFullWidthMediaCustom-305 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
*/
/* 文字の背景色 */
.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-306 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-306__hd,
.t0-b-headerCombiCustom-306__col1,
.t0-b-headerCombiCustom-306__col2 {
  display: none;
}

.t0-b-headerCombiCustom-306__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-306__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameCustom-307-bPlacer {
  padding-bottom: 25px;
}

.t0-b-lv4H-numIconCustom-308-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv4H-numIconCustom-308 {
  line-height: 0;
}

.t0-b-lv4H-numIconCustom-308>div {
  display: inline-block;
}

.t0-b-lv4H-numIconCustom-308>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv4H-numIconCustom-308__iconPlacer {
  padding: 0 10px 0 0;
}

.t0-b-lv4H-numIconCustom-308__iconPlacer>* {
  display: block;
}

.t0-b-lv4H-numIconCustom-308__caption-upper {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 0 0 4px;
}

.t0-b-lv4H-numIconCustom-308__h {
  line-height: 1.25;
  font-size: 1.286rem !important;
}

.t0-b-lv4H-numIconCustom-308__caption-lower {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 4px 0 0;
}

.t0-b-lv4H-numIconCustom-308__icon {
  background-size: 50px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -100px;
  color: transparent;
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--anshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--concept-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--houshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--kodawari-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--merit-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--oyakusoku-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--point-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--riyu-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tokucho2-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--tsuyomi-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/10.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/1.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/2.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/3.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/4.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/5.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/6.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/7.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/8.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/9.png");
}

.t0-b-lv4H-numIconCustom-308__icon--step-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/10.png");
}

.t0-b-lv4H-numIconCustom-308--align-l {
  text-align: left;
}

.t0-b-lv4H-numIconCustom-308--align-c {
  text-align: center;
}

.t0-b-lv4H-numIconCustom-308--align-r {
  text-align: right;
}

.t0-b-lv4H-numIconCustom-308 a {
  text-decoration: none;
  color: #555;
}

.t0-b-lv4H-numIconCustom-308 a:hover {
  color: #7c6600;
}

.t0-b-frameCustom-309-bPlacer {
  padding-bottom: 25px;
}

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-310__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-310__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-310__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-310__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-310 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-310__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-310__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-310__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-310__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-310__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-310__hd > p,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-310 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-310 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-311 {
  background-image: url('/wp-content/themes/base/src/images/インビザラインHPトップ画像製作スライド1101-2.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-311 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* 文字の背景色 */
.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-312 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-312__hd,
.t0-b-headerCombiCustom-312__col1,
.t0-b-headerCombiCustom-312__col2 {
  display: none;
}

.t0-b-headerCombiCustom-312__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-312__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameOuterCustom-313-bPlacer {
  padding-bottom: 25px;
}

.t0-b-frameOuterCustom-313__frame {
  padding: 20px 20px 10px;
  margin: 0 -5px;
  color: #675f4f;
  background-color: #fff9e2;
  border: 1px solid #ece5c8;
  border-radius: 11px;
}

.t0-b-frameOuterCustom-313__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
}

.t0-b-frameOuterCustom-313__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-313__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-313__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-313__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-313__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-313__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-313__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-313__hd+.t0-b-frameOuterCustom-313__bd {
  padding: 20px 0 0;
}

.t0-b-frameOuterCustom-313__ft {
  margin-top: 20px;
}

.t0-b-lv2HCustom-314 a {
  text-decoration: none;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #5d3e0e;
}

.t0-b-lv2HCustom-314 > div {
  display: inline-block;
}

.t0-b-lv2HCustom-314__iconPlacer {
  display: table-cell;
  background: url('/_master/acre/themes/027-N00-2/imgs/t0-b-lv2H/1.png?1590454249') no-repeat 0 50%;
  width: 40px;
  height: 50px;
  background-size: 40px 50px;
}

.t0-b-lv2HCustom-314 h2 {
  display: table-cell;
  padding: 4px 0 0 8px;
  line-height: 1.25;
  font-size: 1.286em;
  text-align: left;
  vertical-align: middle;
}

.t0-b-lv2HCustom-314--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-314--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-314--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-315 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -20px -15px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-315 {
  background-color: #faf2ff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-316 {
  background-image: url('/wp-content/themes/base/src/images/スライド1-2.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-316 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-317__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-317__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-317__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-317__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-317 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-317__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-317__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-317__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-317__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-317 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-318__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-318__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-318__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-318__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__free {
  background-color: #7D9F0A;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-318 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-318__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-318__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-318__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-318__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-318 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-318__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-319__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-319__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-319__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-319__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-319 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-319__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-319__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-319__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-319__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-319 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-320__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-320__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-320__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-320__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__free {
  background-color: #052252;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-320 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-320__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-320__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-320__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-320__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-320 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-320__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-321__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-321__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-321__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-321__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-321 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-321__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-321__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-321__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-321__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-321__hd > p,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-321 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-321 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-322__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-322__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-322__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-322__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__free {
  background-color: #0B6678;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-322 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-322__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-322__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-322__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-322__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-322__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-322__hd > p,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-322 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-322 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-323__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-323__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-323__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-323__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-323 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-323__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-323__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-323__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-323__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-323__hd > p,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-323 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-323 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-324__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-324__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-324__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-324__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-324 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-324__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-324__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-324__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-324__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-324__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-324__hd > p,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-324 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-324 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-325__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-325__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-325__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-325__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-325 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-325__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-325__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-325__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-325__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-325 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-326__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-326__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-326__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-326__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-326 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-326__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-326__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-326__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-326__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-326 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-326__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-327__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-327__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-327__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-327__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-327 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-327__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-327__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-327__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-327__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-327 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-328__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-328__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-328__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-328__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-328 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-328__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-328__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-328__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-328__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-328 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-328__col3 > div > div:last-child {
  display: none;
}
.t0-b-mediaCustom-329__media {
  line-height: 0;
}

.t0-b-mediaCustom-329 {
  color: #333;
}

.t0-b-mediaCustom-329 img {
  width: 100%;
}

.t0-b-mediaCustom-329 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-329 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-329__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-329__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-329__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-329__media {
  text-align: center;
}

.t0-b-mediaCustom-329__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-329__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-329__media > span {
  vertical-align: baseline;
}

.t0-b-mediaCustom-329__media img {
  padding: 7px 7px 6px 6px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-x, repeat-y, repeat-x;
  background-position: left top, left bottom, right bottom, right top, left top, left bottom, right top, left top;
  background-image: url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg2.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg3.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg4.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg5.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg6.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg7.png"), url("/_master/acre/themes/002-L25/imgs/t0-b-media/1/bg8.png");
  box-shadow: 0px 0px 2px #f3ece0;
  box-sizing: border-box;
}

.t0-b-mediaCustom-329 a {
  text-decoration: none;
}

.t0-b-mediaCustom-329__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-329__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-329__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-329__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-329__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-329__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-329 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-329--width-l .t0-b-mediaCustom-329__media img {
  width: 100%;
}

.t0-b-mediaCustom-329--width-m .t0-b-mediaCustom-329__media img {
  width: 75%;
}

.t0-b-mediaCustom-329--width-s .t0-b-mediaCustom-329__media img {
  width: 50%;
}

.t0-b-mediaCustom-329--align-l {
  text-align: left;
}

.t0-b-mediaCustom-329--align-c {
  text-align: center;
}

.t0-b-mediaCustom-329--align-r {
  text-align: right;
}

.t0-b-mediaCustom-329__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-329__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-329__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-329__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-330__media {
  line-height: 0;
}

.t0-b-mediaCustom-330 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-330 img {
  width: 100%;
  box-sizing: border-box;
}

.t0-b-mediaCustom-330__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-330__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-330__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-330__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-330__caption {
  margin: 5px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-330__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-media3--width-l .t0-b-mediaCustom-330__media img {
  width: 100%;
}

.t0-b-mediaCustom-330--width-l .t0-b-mediaCustom-330__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-330__media img {
  width: 100%;
}

.t0-b-media3--width-m .t0-b-mediaCustom-330__media img {
  width: 75%;
}

.t0-b-mediaCustom-330--width-m .t0-b-mediaCustom-330__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-330__media img {
  width: 75%;
}

.t0-b-media3--width-s .t0-b-mediaCustom-330__media img {
  width: 50%;
}

.t0-b-mediaCustom-330--width-s .t0-b-mediaCustom-330__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-330__media img {
  width: 50%;
}

.t0-b-mediaCustom-330--align-l {
  text-align: left;
}

.t0-b-mediaCustom-330--align-c {
  text-align: center;
}

.t0-b-mediaCustom-330--align-r {
  text-align: right;
}

.t0-b-mediaCustom-330__h-upper a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-330__h-lower a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-330__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-330__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-330 img {
  border: 1px solid #333;
}

.t0-b-mediaCustom-331__media {
  line-height: 0;
}

.t0-b-mediaCustom-331 {
  color: #4d4d4d;
}

.t0-b-mediaCustom-331 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-331 img {
  width: 100%;
}

.t0-b-mediaCustom-331 a {
  text-decoration: none;
}

.t0-b-mediaCustom-331__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-331__media {
  text-align: center;
  line-height: 0;
}

.t0-b-mediaCustom-331__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-331__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-331__caption p {
  font-size: 1em !important;
  text-align: left;
  line-height: 1.2;
}

.t0-b-mediaCustom-331--width-l .t0-b-mediaCustom-331__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-331__media img {
  width: 100%;
}

.t0-b-mediaCustom-331--width-m .t0-b-mediaCustom-331__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-331__media img {
  width: 75%;
}

.t0-b-mediaCustom-331--width-s .t0-b-mediaCustom-331__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-331__media img {
  width: 50%;
}

.t0-b-mediaCustom-331--align-l {
  text-align: left;
}

.t0-b-mediaCustom-331--align-c {
  text-align: center;
}

.t0-b-mediaCustom-331--align-r {
  text-align: right;
}

.t0-b-mediaCustom-331__h-upper a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-331__h-lower a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-331__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-331__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-332__media {
  line-height: 0;
}

.t0-b-mediaCustom-332 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-332 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #ede9da, -1px -1px 2px #ede9da;
}

.t0-b-mediaCustom-332__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-332__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-332__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-332__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-332__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-332__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-332--width-l .t0-b-mediaCustom-332__media img {
  width: 100%;
}

.t0-b-mediaCustom-332--width-m .t0-b-mediaCustom-332__media img {
  width: 75%;
}

.t0-b-mediaCustom-332--width-s .t0-b-mediaCustom-332__media img {
  width: 50%;
}

.t0-b-mediaCustom-332--align-l {
  text-align: left;
}

.t0-b-mediaCustom-332--align-c {
  text-align: center;
}

.t0-b-mediaCustom-332--align-r {
  text-align: right;
}

.t0-b-mediaCustom-332__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-332__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-332__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-332__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-333__media {
  line-height: 0;
}

.t0-b-mediaCustom-333 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-333 img {
  width: 100%;
  box-sizing: border-box;
  border: 6px solid #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 4px #d4dfce, -1px -1px 2px #d4dfce;
}

.t0-b-mediaCustom-333__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-333__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-333__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-333__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-333__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-333__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-333--width-l .t0-b-mediaCustom-333__media img {
  width: 100%;
}

.t0-b-mediaCustom-333--width-m .t0-b-mediaCustom-333__media img {
  width: 75%;
}

.t0-b-mediaCustom-333--width-s .t0-b-mediaCustom-333__media img {
  width: 50%;
}

.t0-b-mediaCustom-333--align-l {
  text-align: left;
}

.t0-b-mediaCustom-333--align-c {
  text-align: center;
}

.t0-b-mediaCustom-333--align-r {
  text-align: right;
}

.t0-b-mediaCustom-333__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-333__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-333__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-333__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-334__media {
  line-height: 0;
}

.t0-b-mediaCustom-334 {
  color: #664b3a;
  margin: 0 auto;
}

.t0-b-mediaCustom-334 img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.t0-b-mediaCustom-334__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-bottom: 10px;
}

.t0-b-mediaCustom-334__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-334__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-334__media {
  text-align: center;
  background: url("/_master/acre/themes/008-L25/imgs/t0-b-media/bg.png") 0 0 repeat;
  padding: 4px;
}

.t0-b-mediaCustom-334 a {
  text-decoration: none;
  color: #664b3a;
}

.t0-b-mediaCustom-334__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-top: 10px;
}

.t0-b-mediaCustom-334__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-334__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-334__caption {
  margin-top: 10px;
}

.t0-b-mediaCustom-334__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-334__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.3em;
}

.t0-b-mediaCustom-334__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.4em;
}

.t0-b-mediaCustom-334--width-l {
  width: 100%;
}

.t0-b-mediaCustom-334--width-m {
  width: 75%;
}

.t0-b-mediaCustom-334--width-s {
  width: 50%;
}

.t0-b-mediaCustom-334--align-l {
  text-align: left;
}

.t0-b-mediaCustom-334--align-c {
  text-align: center;
}

.t0-b-mediaCustom-334--align-r {
  text-align: right;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-335__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-335__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-335__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-335__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-335 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-335__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-335__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-335__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-335__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-335 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-336__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-336__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-336__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-336__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-336 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-336__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-336__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-336__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-336__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-336 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-336__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-337__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-337__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-337__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-337__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-337 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-337__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-337__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-337__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-337__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-337__hd > p,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-337 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-337 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-338__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-338__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-338__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-338__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-338 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-338__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-338__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-338__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-338__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-338__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-338__hd > p,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-338 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-338 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-339__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-339__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-339__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-339__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-339 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-339__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-339__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-339__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-339__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/*text color*/

.t0-b-headerCombiCustom-339__hd > p,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-339 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-339 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-340__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-340__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-340__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-340__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-340 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-340__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-340__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 15;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-340__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-340__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 18;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 {
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 a div {
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 a div:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-navB2 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-340__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-340__hd > p,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-340 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-340 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
.t0-b-headerCombiCustom-341 {
  height: 70vw;
  background: url(/wp-content/themes/base/src/images/004-1-1.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -15px;
}

.t0-b-headerCombiCustom-341__bd {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-342 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-342 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-342 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-343 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-343__hd,
.t0-b-headerCombiCustom-343__col1,
.t0-b-headerCombiCustom-343__col2 {
  display: none;
}

.t0-b-headerCombiCustom-343__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-343__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-344 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-344__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-345 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-345 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-345 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-346 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-346__hd,
.t0-b-headerCombiCustom-346__col1,
.t0-b-headerCombiCustom-346__col2 {
  display: none;
}

.t0-b-headerCombiCustom-346__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-346__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-347 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-347__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-348 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-348 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-348 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-349 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-349__hd,
.t0-b-headerCombiCustom-349__col1,
.t0-b-headerCombiCustom-349__col2 {
  display: none;
}

.t0-b-headerCombiCustom-349__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-349__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-350 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-350__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-351 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-351 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-351 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-352 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-352__hd,
.t0-b-headerCombiCustom-352__col1,
.t0-b-headerCombiCustom-352__col2 {
  display: none;
}

.t0-b-headerCombiCustom-352__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-352__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-353 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-353__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-354 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-354 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-354 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-355 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-355__hd,
.t0-b-headerCombiCustom-355__col1,
.t0-b-headerCombiCustom-355__col2 {
  display: none;
}

.t0-b-headerCombiCustom-355__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-355__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-356 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-356__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-357 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-357 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-357 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-358 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-358__hd,
.t0-b-headerCombiCustom-358__col1,
.t0-b-headerCombiCustom-358__col2 {
  display: none;
}

.t0-b-headerCombiCustom-358__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-358__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-359 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-359__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-360 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-360 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-360 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-361 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-361__hd,
.t0-b-headerCombiCustom-361__col1,
.t0-b-headerCombiCustom-361__col2 {
  display: none;
}

.t0-b-headerCombiCustom-361__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-361__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-362 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-362__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-363 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-363 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-363 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-364 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-364__hd,
.t0-b-headerCombiCustom-364__col1,
.t0-b-headerCombiCustom-364__col2 {
  display: none;
}

.t0-b-headerCombiCustom-364__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-364__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-365 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-365__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-366 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-366 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-366 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-367 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-367__hd,
.t0-b-headerCombiCustom-367__col1,
.t0-b-headerCombiCustom-367__col2 {
  display: none;
}

.t0-b-headerCombiCustom-367__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-367__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-368 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-368__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-369__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-369__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-369__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-369__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-369 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-369__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-369__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-369__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-369__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-369 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-370__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-370__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-370__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-370__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-370 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-370__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-370__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-370__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-370__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-370 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-370__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-371__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-371__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-371__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-371__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-371 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-371__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-371__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-371__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-371__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2 a div ,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-371 .t0-b-headerUnit-contact-navB4 a p{ 
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-372__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-372__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-372__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-372__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-372 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-372__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-372__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-372__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-372__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-372 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-372__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-373__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-373__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-373__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-373__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-373 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-373__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-373__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-373__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-373__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-373 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-374__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-374__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-374__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-374__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-374 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-374__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-374__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-374__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-374__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 {
  border: 0;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-374 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-374__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-375__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-375__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-375__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-375__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-375 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-375__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-375__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-375__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-375__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-375 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-376__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-376__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-376__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-376__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-376 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-376__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-376__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-376__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-376__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-376 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-376__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-377 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-377__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-378 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-378__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-379 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-379__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-380 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-380__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-381 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-381 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-381 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-382 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-382 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-382 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-383 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-383 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-383 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-384 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-384 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-384 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

/* 文字の背景色 */
.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-385 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-385__hd,
.t0-b-headerCombiCustom-385__col1,
.t0-b-headerCombiCustom-385__col2 {
  display: none;
}

.t0-b-headerCombiCustom-385__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-385__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-386 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-386__hd,
.t0-b-headerCombiCustom-386__col1,
.t0-b-headerCombiCustom-386__col2 {
  display: none;
}

.t0-b-headerCombiCustom-386__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-386__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-387 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-387__hd,
.t0-b-headerCombiCustom-387__col1,
.t0-b-headerCombiCustom-387__col2 {
  display: none;
}

.t0-b-headerCombiCustom-387__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-387__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerCombiCustom-388-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-388 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-388__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-388__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-388__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-388__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-388__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-388__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-388__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-388__col3 {
  width: 100%;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-389 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-389__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-389__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-389__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-389__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-389__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-389 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-390 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-390__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-390__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-390__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-390__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-390__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-390__hd > p,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-390 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-390 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-391 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-391 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-391 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-392 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-392__hd,
.t0-b-headerCombiCustom-392__col1,
.t0-b-headerCombiCustom-392__col2 {
  display: none;
}

.t0-b-headerCombiCustom-392__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-392__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-393 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-393__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-394 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-394__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-394__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-394__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-394__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-394__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-394 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-395 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-395__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-395__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-395__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-395__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-395__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-395__hd > p,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-395 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-395 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-396 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-396__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-396__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-396__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-396__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-396__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-396 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-397 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-397__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-397__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-397__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-397__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-397__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-397__hd > p,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-397 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-397 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-398 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-398__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-398__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-398__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-398__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-398__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-398 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-399 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-399__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-399__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-399__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-399__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;123
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-399__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-399__hd > p,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-399 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-399 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-400 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-400__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-400__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-400__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-400__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-400__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  
  /* 電話番号アイコンの色 */
  background-color: #c6a66b;
  
  background-image: url(/_design/575/images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 a {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 a div {
  display: table-cell;
  width: 24vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 a div div:before {
  content: ""
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 0.5em;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10 a p {
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-400 .t0-b-headerUnit-contact-navB10__inner:after {
  background: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-19__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-19__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-401 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-401__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-401__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-401__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-401__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せはこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}


.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-401__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-401__hd > p,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-401 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-401 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-85__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-85__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-402 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-402__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-402__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-402__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-402__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-402 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-86__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-86__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/wp-content/themes/base/src/images/ico_tel-1-1.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-403 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-403__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-403__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-403__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-403__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-tel__free + span:before {
  content: 'お問合せ・ご予約はこちら';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #393939;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4 a{
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4 a div{
  display: table-cell;
  width: 4vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4 a div:before{
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-403 .t0-b-headerUnit-contact-navB4 a p{
  display: table-cell;
  width: 20vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #393939;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-403__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-404 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-404__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-405 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-405 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-405 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-406 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-406__hd,
.t0-b-headerCombiCustom-406__col1,
.t0-b-headerCombiCustom-406__col2 {
  display: none;
}

.t0-b-headerCombiCustom-406__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-406__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-headerFullWidthMediaCustom-407 {
  margin: 0 -15px;
  padding: 0 15px 3px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
}

.t0-b-headerFullWidthMediaCustom-407-inner {
  position: relative;
}

.t0-b-headerFullWidthMediaCustom-407-inner>div {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.t0-b-headerFullWidthMediaCustom-407 {
  height: 61px;
}

.t0-b-headerFullWidthMediaCustom-407-inner {
  height: 58px;
}

.t0-b-headerFullWidthMediaCustom-407 {
  background-color: #FFFFFD;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-408 {
  background-image: url('/wp-content/themes/base/src/images/プレゼンテーション1-1-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-408 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/* 
.t0-b-headerFullWidthMediaCustom-408 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}
*/
/* 文字の背景色 */
.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-409 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-409__hd,
.t0-b-headerCombiCustom-409__col1,
.t0-b-headerCombiCustom-409__col2 {
  display: none;
}

.t0-b-headerCombiCustom-409__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-409__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameCustom-410-bPlacer {
  padding-bottom: 25px;
}

.t0-b-lv4H-numIconCustom-411-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv4H-numIconCustom-411 {
  line-height: 0;
}

.t0-b-lv4H-numIconCustom-411>div {
  display: inline-block;
}

.t0-b-lv4H-numIconCustom-411>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv4H-numIconCustom-411__iconPlacer {
  padding: 0 10px 0 0;
}

.t0-b-lv4H-numIconCustom-411__iconPlacer>* {
  display: block;
}

.t0-b-lv4H-numIconCustom-411__caption-upper {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 0 0 4px;
}

.t0-b-lv4H-numIconCustom-411__h {
  line-height: 1.25;
  font-size: 1.286rem !important;
}

.t0-b-lv4H-numIconCustom-411__caption-lower {
  line-height: 1.25;
  font-size: 1.000rem !important;
  padding: 4px 0 0;
}

.t0-b-lv4H-numIconCustom-411__icon {
  background-size: 50px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-indent: -100px;
  color: transparent;
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--anshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/anshin/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--concept-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/concept/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--houshin-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/houshin/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--kodawari-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/kodawari/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--merit-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/merit/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--oyakusoku-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/oyakusoku/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--point-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/point/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--riyu-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/riyu/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tokucho2-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tokucho2/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--tsuyomi-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/tsuyomi/10.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-1 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/1.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-2 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/2.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-3 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/3.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-4 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/4.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-5 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/5.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-6 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/6.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-7 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/7.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-8 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/8.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-9 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/9.png");
}

.t0-b-lv4H-numIconCustom-411__icon--step-10 {
  background-image: url("/_master/acre/themes/033E-L25/imgs/t0-b-lv4H-numIcon__icon/step/10.png");
}

.t0-b-lv4H-numIconCustom-411--align-l {
  text-align: left;
}

.t0-b-lv4H-numIconCustom-411--align-c {
  text-align: center;
}

.t0-b-lv4H-numIconCustom-411--align-r {
  text-align: right;
}

.t0-b-lv4H-numIconCustom-411 a {
  text-decoration: none;
  color: #555;
}

.t0-b-lv4H-numIconCustom-411 a:hover {
  color: #7c6600;
}

.t0-b-frameCustom-412-bPlacer {
  padding-bottom: 25px;
}

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-413__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-413__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-413__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-413__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-413 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-413__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-413__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-413__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-413__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-413__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-413__hd > p,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-413 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-413 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-414 {
  background-image: url('/wp-content/themes/base/src/images/インビザラインHPトップ画像製作スライド1101-1-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-414 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* 文字の背景色 */
.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-415 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-415__hd,
.t0-b-headerCombiCustom-415__col1,
.t0-b-headerCombiCustom-415__col2 {
  display: none;
}

.t0-b-headerCombiCustom-415__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-415__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-frameOuterCustom-416-bPlacer {
  padding-bottom: 25px;
}

.t0-b-frameOuterCustom-416__frame {
  padding: 20px 20px 10px;
  margin: 0 -5px;
  color: #675f4f;
  background-color: #fff9e2;
  border: 1px solid #ece5c8;
  border-radius: 11px;
}

.t0-b-frameOuterCustom-416__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
}

.t0-b-frameOuterCustom-416__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-416__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-416__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-416__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-416__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-416__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-416__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-416__hd+.t0-b-frameOuterCustom-416__bd {
  padding: 20px 0 0;
}

.t0-b-frameOuterCustom-416__ft {
  margin-top: 20px;
}

.t0-b-lv2HCustom-417 a {
  text-decoration: none;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  color: #5d3e0e;
}

.t0-b-lv2HCustom-417 > div {
  display: inline-block;
}

.t0-b-lv2HCustom-417__iconPlacer {
  display: table-cell;
  background: url('/_master/acre/themes/027-N00-2/imgs/t0-b-lv2H/1.png?1590454249') no-repeat 0 50%;
  width: 40px;
  height: 50px;
  background-size: 40px 50px;
}

.t0-b-lv2HCustom-417 h2 {
  display: table-cell;
  padding: 4px 0 0 8px;
  line-height: 1.25;
  font-size: 1.286em;
  text-align: left;
  vertical-align: middle;
}

.t0-b-lv2HCustom-417--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-417--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-417--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-418 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -20px -15px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-418 {
  background-color: #faf2ff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-419 {
  background-image: url('/wp-content/themes/base/src/images/スライド1-1-1.jpeg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-419 {
  position: relative;
  height: 75vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/* ヘッダーテキストを消す場合は以下を追加

.t0-b-headerCombiCustom-420__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加

.t0-b-headerCombiCustom-420__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/260/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B66137
明るいグリーン #56C1364
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B136
*/

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 a > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-420 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-420__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-420__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  width: 100vw;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-420__hd {
  margin-bottom: 5px;
}

/* ロゴ */

.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel {
  display: block;
  width: auto;
  margin: auto;
  background: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  word-break: break-all;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 1.5vw;
  left: 1.5vw;
  z-index: 410;
  display: table;
  width: 59.3vw;
  height: 15vw;
  overflow: hidden;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel {
  display: table-cell;
  width: 9.3vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6vw;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__free + span {
  display: table-cell;
  width: 50vw;
  font-family: verdana;
  font-size: 5.5vw !important;
  font-weight: bold;
  text-align: center;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-tel__free + span:before {
  content: '電話予約・問合わせ';
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  color: #555555;
  font-size: 3vw !important;
  font-weight: normal;
}

/* 問合せボタン */
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 a > div {
  position: fixed;
  bottom: 1.5vw;
  left: 62vw;
  display: table;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 a div > span {
  display: table-cell;
  width: 0vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 3vw !important;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 a > div > div {
  display: table-cell;
  width: 25vw;
  height: 15vw;
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 3vw !important;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;}

.t0-b-headerCombiCustom-420__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-420__hd > p,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-420 .t0-b-headerUnit-contact-fax > p {
  color: #555555;
}

.t0-b-headerCombiCustom-420 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
}

.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-text-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-420 {
   padding: 0px;
} 

.t0-b-headerCombiCustom-420__col1 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-420__hd {
  display: none;
} 

/* 画像 */
.t0-b-headerFullWidthMediaCustom-421 {
  background-image: url('/wp-content/themes/base/src/images/1_sp-doctor-1.png') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-421 {
  position: relative;
  height: 150vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 -15px;
  padding: 0;
  box-sizing: border-box;
}

/*スマホMVの文字関係*/
/*.t0-b-headerFullWidthMediaCustom-105 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}*/

/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/image0-1.jpeg);
}

/* 左画像（ＴＥＬ）の非表示部分 */
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel__tel+span,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel__fax+span,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel__free+span,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel__cell+span{
 color:#00000000
}

.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel__tel{
 color: #00000000;
 background-color: #00000000;
 background-image: none;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1-1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-422 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-422__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-422__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-422__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-422__hd,
.t0-b-headerCombiCustom-422__col1,
.t0-b-headerCombiCustom-422__col2,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-422 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/image0_v2-1.jpg);
}

.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-tel__free + span {
  color: #fff;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1-1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-423 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-423__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-423__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-423__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-423__hd,
.t0-b-headerCombiCustom-423__col1,
.t0-b-headerCombiCustom-423__col2,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-423 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/TEL_GW-1.png);
}

.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-tel__free + span {
  color: transparent;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1-1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-424 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-424__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-424__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-424__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-424__hd,
.t0-b-headerCombiCustom-424__col1,
.t0-b-headerCombiCustom-424__col2,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-424 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/TEL_time-1.png);
}

.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-tel__free + span {
  color: transparent;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1-1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-425 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-425__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-425__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-425__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-425__hd,
.t0-b-headerCombiCustom-425__col1,
.t0-b-headerCombiCustom-425__col2,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-425 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB {
  right: 0;
  background: url(/wp-content/themes/base/src/images/HP001_sp_reserve-1.png);
}


/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-426 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-426__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-426__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-426__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 100vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-426__hd,
.t0-b-headerCombiCustom-426__col1,
.t0-b-headerCombiCustom-426__col2,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-426 .t0-b-headerUnit-contact-navB8{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB3
{
  right: 0;
  background: url(/wp-content/themes/base/src/images/HP001_sp_reserve-1.png);
}


/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-427 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-427__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-427__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-427__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 100vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-427__hd,
.t0-b-headerCombiCustom-427__col1,
.t0-b-headerCombiCustom-427__col2,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-contact-nav,
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-contact-navB3{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-427 .t0-b-headerUnit-contact-navB8{
  display: none;
}
.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-428 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-428 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-428 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-428 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-428 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-428 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-428-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-428 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-428 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-428>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-428 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-428 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-428 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-428 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-428 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-428 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-428 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-428 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-428 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-428 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-428 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-428 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-428 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-428 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-428 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-428 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-428 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-428 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-428 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-428 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-428 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-428>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-428 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-428 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-428 ul li {
  line-height: 1.25;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-428 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-428 ol li {
  line-height: 1.25;
  font-size: 1rem;
}


.t0-b-wysiwygCustom-428 strong {
    font-weight: bolder;
    background: linear-gradient(transparent 65%, #ffdf6f 50%);
  font-size: 1.2rem;}

.t0-b-wysiwygCustom-428-bPlacer {
    padding: 0 15px 15px 15px;
}
.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-429 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-429 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-429 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-429 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-429 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-429 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-429-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-429 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-429 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-429>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-429 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-429 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-429 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-429 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-429 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-429 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-429 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-429 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-429 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-429 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-429 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-429 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-429 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-429 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-429 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-429 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-429 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-429 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-429 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-429 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-429 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-429>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-429 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-429 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-429 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-429 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-429 ol li {
  line-height: 1.25;
  font-size: 1rem;
}


.t0-b-wysiwygCustom-429 strong {
    font-weight: bolder;
    color:#41AECF;
  font-size: 1.4rem;}

.t0-b-wysiwygCustom-429-bPlacer {
    padding: 0 15px 15px 15px;
}
.t0-b-lv3HCustom-430-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-430 {
   color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-430 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-430 h3 {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-lv3HCustom-430--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-430--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-430--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-431 {
  position: relative;
  padding: 0px 15px 0px;
  margin: -1px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-431 {
  background-color: #fff;
}

.t0-b-lv2HCustom-432-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-432 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #fff;
  text-align: center;
}

.t0-b-lv2HCustom-432 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-432__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-432 h2 {
    line-height: 1.75;
    font-size: 1.629rem;
    padding: 0 10px;
    position: relative;
    margin-top: -30px;
    margin-bottom: 20px;
}

.t0-b-lv2HCustom-432__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0px 7px 0;
}

.t0-b-lv2HCustom-432--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-432--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-432--align-r {
  text-align: right;
}


.t0-b-lv3HCustom-433-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-433 {
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-433 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-433 h3 {
  line-height: 1.25;
  font-size: 1.6rem;
  min-height: 22px;
  padding: 10px;
  background-color: #FFF5E7;
  -webkit-box-shadow: 5px 5px 0 #FFCC00;
  box-shadow: 5px 5px 0 #FFCC00;}

.t0-b-lv3HCustom-433--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-433--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-433--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-434-bPlacer {
  padding-bottom: 0px;
}

.t0-b-frameOuterCustom-434__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
  padding: 5px 0;
}

.t0-b-frameOuterCustom-434__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-434__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-434__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-434__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-434__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-434__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-434__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-434__ft {
  margin-top: 20px;
}

.t0-b-navBItemCustom-435-bPlacer {
  padding-bottom: 25px;
}

.t0-b-navBItemCustom-435 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #b29b4c;
  text-align: center;
  border: 2px solid #b29b4c;
  border-radius: 30px;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-navBItemCustom-435 a {
  display: block;
  color: #b29b4c;
}

.t0-b-navBItemCustom-435__inner {
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 30px;
}

.t0-b-navBItemCustom-436-bPlacer {
  padding-bottom: 25px;
}

.t0-b-navBItemCustom-436 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-navBItemCustom-436 a {
  display: block;
  color: #fff;
}

.t0-b-navBItemCustom-436__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #ff9000;
}

.t0-b-navBItemCustom-436__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-N00/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-navBItemCustom-437-bPlacer {
  padding: 10px 20px 25px 20px;
}

.t0-b-navBItemCustom-437 {
  width: 95%;
  margin: 0 auto;
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝",serif !important;
  color: #EB7E31;
  text-align: center;
  line-height: 1.25;
  font-size: 1.3rem;
}

.t0-b-navBItemCustom-437 a {
  display: block;
  color: #6d2300;
}

.t0-b-navBItemCustom-437__inner {
  position: relative;
  padding: 15px 30px 15px 15px;
  background-color: none;
    border: 2px solid #6d2300;
  border-radius: 10px;
}

.t0-b-navBItemCustom-437__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/wp-content/themes/base/src/images/sp_Banner_arrow003.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-438 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-438 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-438 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-438 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-438 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-438 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-438-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-438 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-438 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-438>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-438 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-438 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-438 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-438 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-438 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-438 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-438 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-438 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-438 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-438 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-438 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-438 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-438 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-438 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-438 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-438 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-438 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-438 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-438 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-438 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-438 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-438>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-438 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-438 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-438 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-438 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-438 ol li {
  line-height: 1.25;
  font-size: 1rem;
}


.t0-b-wysiwygCustom-438 strong {
    font-weight: bolder;
   color:#E56912;
  font-size: 1.4rem;}

.t0-b-wysiwygCustom-438-bPlacer {
    padding: 0 15px 15px 15px;
}
.t0-b-frameOuterCustom-439-bPlacer {
  padding-bottom: 0px;
}

.t0-b-frameOuterCustom-439__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
  padding: 5px 0;
}

.t0-b-frameOuterCustom-439__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-439__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-439__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-439__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-439__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-439__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-439__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-439__ft {
  margin-top: 20px;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-440 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-440 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-440 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-440 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-440 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-440 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-440-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-440 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-440 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-440>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-440 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-440 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-440 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-440 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-440 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-440 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-440 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-440 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-440 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-440 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-440 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-440 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-440 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-440 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-440 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-440 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-440 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-440 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-440>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-440 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-440 p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-440 ol li {
  line-height: 1.25;
  font-size: 1rem;
}


.t0-b-lv2HCustom-441-bPlacer {
    /* padding-bottom: 10px; */
    position: relative;
    margin-top: -27px;
}

.t0-b-lv2HCustom-441 {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #1E68A1;
  text-align: center;
}

.t0-b-lv2HCustom-441 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-441__caption-upper {
  line-height: 1.25;
  font-size: 1.2rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-441 h2 {
  line-height: 1.25;
  font-size: 1.829rem;
  padding: 0 7px;
}

.t0-b-lv2HCustom-441__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-441--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-441--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-441--align-r {
  text-align: right;
}


.t0-b-lv2HCustom-442-bPlacer {
    position: relative;
    margin-top: -59px;
    margin-left: 54px;
}

.t0-b-lv2HCustom-442 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #fff;
  text-align: center;
}

.t0-b-lv2HCustom-442 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-442__caption-upper {
  line-height: 1.25;
  font-size: 1.8rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-442 h2 {
    line-height: 1.25;
    font-size: 1.3rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -27px;
    margin-left: 47px;
}

.t0-b-lv2HCustom-442__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-442--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-442--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-442--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-443-bPlacer {
    position: relative;
    margin-top: -59px;
    margin-left: 31px;
}

.t0-b-lv2HCustom-443 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #fff;
  text-align: center;
}

.t0-b-lv2HCustom-443 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-443__caption-upper {
  line-height: 1.25;
  font-size: 1.8rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-443 h2 {
    line-height: 1.25;
    font-size: 1.3rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -27px;
    margin-left: 47px;
}

.t0-b-lv2HCustom-443__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-443--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-443--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-443--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-444-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-444 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-444 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-444__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-444 h2 {
  line-height: 1.25;
  font-size: 1.429rem;
  padding: 0 7px;
}

.t0-b-lv2HCustom-444__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-444--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-444--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-444--align-r {
  text-align: right;
}


.t0-b-lv2HCustom-445-bPlacer {
    position: relative;
    margin-top: -44px;
    margin-left: 10px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-445 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-445 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-445__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-445 h2 {
    line-height: 1.25;
     font-size: 1.25rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-left: 60px;
}

.t0-b-lv2HCustom-445__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-445--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-445--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-445--align-r {
  text-align: right;
}

.t0-b-labeledListCustom-446-bPlacer {
  padding-bottom: 10px;
    padding-left: 0px;
}

.t0-b-labeledListCustom-446 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-labeledListCustom-446 a {
  display: block;
  text-decoration: underline;
}

.t0-b-labeledListCustom-446 table {
  display: block;
}

.t0-b-labeledListCustom-446 table th {
  display: inline-block;
  min-width: 86px;
  padding: 0;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-labeledListCustom-446 table th>div {
  min-height: 17px;
  padding: 3px 8px 2px;
  background-color: #EB7E31;
 border-radius: 15px;}

.t0-b-labeledListCustom-446 table th>div a {
  color: #675f4f;
}

.t0-b-labeledListCustom-446 table td {
  padding: 0 0 0 14px;
  color: #767065;
  text-align: left;
  line-height: 0.25;
font-size: 1.3rem;
}

.t0-b-labeledListCustom-446 table td>div {
  padding: 5px 0;
}

.t0-b-labeledListCustom-446 table td>div a {
  color: #767065;
}

.t0-b-fullWidthFrameCustom-447 {
  position: relative;
  padding-top: 10px;
    padding-bottom: 10px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-447 {
  background-color: #fff;
}


.t0-b-lv2HCustom-448-bPlacer {
    position: relative;
    margin-top: -44px;
    margin-left: 155px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-448 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-448 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-448__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-448 h2 {
    line-height: 1.25;
    font-size: 1.25rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-left: 60px;
}

.t0-b-lv2HCustom-448__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-448--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-448--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-448--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-449 {
  position: relative;
  padding: 20px 0px 0px  0px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: none;
}

.t0-b-fullWidthFrameCustom-449 .t0-b-media__media {
    position: relative;
    z-index: 3;
}
}


.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-450 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-450 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-450 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-450 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-450 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-450 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-450-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-450 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-450 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-450>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-450 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-450 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-450 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-450 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-450 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-450 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-450 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-450 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-450 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-450 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-450 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-450 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-450 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-450 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-450 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-450 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-450 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-450 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-450>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-450 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-450 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-450 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450 ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-450
{
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
}

.t0-b-wysiwygCustom-450 strong {
    font-weight: bolder;
    color:#F2AA77;
  font-size: 1.4rem;}

.t0-b-wysiwygCustom-450-bPlacer {
    padding: 0 15px 15px 15px;
}

.t0-b-lv2HCustom-451-bPlacer {
    position: relative;
    margin-top: -80px;
    margin-left: 70px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-451 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
 z-index: 210;}

.t0-b-lv2HCustom-451 strong {
    font-weight: bolder;
    color: #E56912;
}

.t0-b-lv2HCustom-451 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-451__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-451 h2 {
    line-height: 1.25;
    font-size: 1.45rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-left: 0px;
  z-index: 10;}

.t0-b-lv2HCustom-451__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-451--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-451--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-451--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-452 {
  position: relative;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: none;
    margin: -25px -15px 0 -15px;}

.t0-b-fullWidthFrameCustom-453 {
  position: relative;
  padding: 0px 0px 0px;
  margin: -1px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-453 {
  background-color: #fff;
}


.t0-b-lv2HCustom-454-bPlacer {
    position: relative;
    margin-top: -80px;
    margin-right: 70px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-454 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-454 strong {
    font-weight: bolder;
    color: #E56912;
}

.t0-b-lv2HCustom-454 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-454__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-454 h2 {
    line-height: 1.25;
    font-size: 1.45rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-right: 10px;
  z-index: 10;
}

.t0-b-lv2HCustom-454__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-454--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-454--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-454--align-r {
  text-align: right;
}


.t0-b-lv2HCustom-455-bPlacer {
    position: relative;
    margin-top: -87px;
      margin-left: 20px;
    margin-right: 20px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-455 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-455 strong {
    font-weight: bolder;
    color: #E56912;
}

.t0-b-lv2HCustom-455 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-455__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-455 h2 {
    line-height: 1.25;
    font-size: 1.45rem;
padding: 0 7px;
    position: relative;
  z-index: 10;
}

.t0-b-lv2HCustom-455__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-455--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-455--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-455--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-456-bPlacer {
  padding-bottom: 20px;
}

.t0-b-frameOuterCustom-456__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
  padding: 5px 0;
}

.t0-b-frameOuterCustom-456__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-456__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-456__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-456__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-456__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-456__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-456__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-456__ft {
  margin-top: 20px;
}

.t0-b-wysiwygCustom-457-bPlacer {
  padding-bottom: 25px;
}

.t0-b-wysiwygCustom-457 {
  line-height: 1.25;
  font-size: 1rem;
  padding: 15px;
  color: #767065;
  background-color: #eee;
}

.t0-b-wysiwygCustom-457 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-457>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-457 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-457 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-457 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-457 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-457 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-457 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-457 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-457 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-457 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-457 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-457 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-457 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-457 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-457 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-457 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-457 table th {
  color: #482e15;
  background: #eee;
}

.t0-b-wysiwygCustom-457 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-457 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-457 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-457 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-457 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-457>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-457 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-457 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-457 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-457 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-457 ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-frameOuterCustom-458-bPlacer {
  padding-bottom: 0px;
}

.t0-b-frameOuterCustom-458__frame {
  color: #767065;
  margin: 0 -5px;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #D5376B;
background-image:url("/wp-content/themes/base/src/images/bg_in2.png");
background-repeat: no-repeat;
background-size:100%;}

.t0-b-frameOuterCustom-458__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  min-height: 20px;
  padding: 5px 0;
  margin-bottom: 15px;
  overflow: hidden;
  color: #D5376B;
  text-align: center;
}

.t0-b-frameOuterCustom-458__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-458__hd-h {
  line-height: 1.25;
  font-size: 2.5rem;
padding-left: 80px;}

.t0-b-frameOuterCustom-458__hd-caption-upper {
  line-height: 1.25;
  font-size: 1.7rem;
  padding: 0 0 5px;
padding-left: 80px;}

.t0-b-frameOuterCustom-458__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
padding-left: 80px;}

.t0-b-frameOuterCustom-458__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-458__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-458__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-458__ft {
  margin-top: 20px;
}

.t0-b-frameOuterCustom-458__frame .t0-b-mediaCols .t0-b-mediaCols__img {
    width: 40%;
    padding-top: 0px;
}

.t0-b-frameOuterCustom-458__frame .t0-b-mediaCols--imgR .t0-b-mediaCols__img {
    float: right;
    padding-right: 0;
    padding-left: 0px;
}

.t0-b-frameOuterCustom-458__frame .t0-b-media-bPlacer {
    padding-bottom: 0px;
}
.t0-b-navBItemCustom-459-bPlacer {
  padding-bottom: 25px;
}

.t0-b-navBItemCustom-459 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-navBItemCustom-459 a {
  display: block;
  color: #fff;
}

.t0-b-navBItemCustom-459__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #ff9000;
  border-radius: 30px;
}

.t0-b-navBItemCustom-459__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-N00/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-navBItemCustom-460-bPlacer {
padding-top:20px;
  padding-bottom: 15px;
}

.t0-b-navBItemCustom-460 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-navBItemCustom-460 a {
  display: block;
  color: #fff;
}

.t0-b-navBItemCustom-460__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #D5376B;
  border-radius: 30px;
}

.t0-b-navBItemCustom-460__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-N00/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-fullWidthFrameCustom-461 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -1px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-461 {
  padding: 40px 35px;
}

.t0-b-fullWidthFrameCustom-461::before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  pointer-events: none;
  content: "";
  border-radius: 10px;
}

.t0-b-fullWidthFrameCustom-461>* {
  position: relative;
}

.t0-b-fullWidthFrameCustom-461 {
  background-color: #6d2300;
}

.t0-b-fullWidthFrameCustom-461::before {
  background-color: #fff;
}

.t0-b-lv3HCustom-462-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-462 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-462 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-462 h3 {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-lv3HCustom-462--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-462--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-462--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-463 {
  position: relative;
  padding:15px 20px;
  margin: -3px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-463 {
  background-color: #6d2300;
}

.t0-b-sideBoxCustom-464-bPlacer {
  padding-bottom: 0;
}

.t0-b-sideBoxCustom-464__hd,
.t0-b-sideBoxCustom-464 .t0-b-sideBoxMedia-bPlacer,
.t0-b-sideBoxCustom-464 .t0-b-sideBoxTextStrong-bPlacer,
.t0-b-sideBoxCustom-464 .t0-b-sideBoxIconText-tel-bPlacer,
.t0-b-sideBoxCustom-464 .t0-b-sideBoxText-bPlacer {
  display: none;
}

/* 右上ボタンの背景色を変更（background-color） */
.t0-b-sideBoxCustom-464 {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 500;
  width: 50px;
  height: 50px;
}

/* 右上ボタンの表示アイコンを変更（画像URL） */
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem1,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem2,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem3,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem4,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem5,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem6,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem7,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem8,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem9,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem10,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem11,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem12,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem13,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem14,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem15,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem16,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem17,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem18,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem19,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem20,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem21,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem22,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem23,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem24,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem25,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem26,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem27,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem28,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem29 {
  position: fixed;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/base/src/images/icon_calender.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  overflow: hidden;  
  background-color:#00B901;
}

.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem1__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem2__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem3__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem4__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem5__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem6__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem7__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem8__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem9__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem10__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem11__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem12__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem13__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem14__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem15__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem16__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem17__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem18__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem19__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem20__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem21__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem22__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem23__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem24__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem25__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem26__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem27__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem28__inner,
.t0-b-sideBoxCustom-464 .t0-b-sideNavBItem29__inner{
  border: none;
  color: #00000000;
}

.t0-b-sideBoxCustom-465-bPlacer {
  padding-bottom: 0;
}

.t0-b-sideBoxCustom-465__hd,
.t0-b-sideBoxCustom-465 .t0-b-sideBoxMedia-bPlacer,
.t0-b-sideBoxCustom-465 .t0-b-sideBoxTextStrong-bPlacer,
.t0-b-sideBoxCustom-465 .t0-b-sideBoxIconText-tel-bPlacer,
.t0-b-sideBoxCustom-465 .t0-b-sideBoxText-bPlacer {
  display: none;
}

/* 右上ボタンの背景色を変更（background-color） */
.t0-b-sideBoxCustom-465 {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 500;
  width: 50px;
  height: 50px;
}

/* 右上ボタンの表示アイコンを変更（画像URL） */
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem1,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem2,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem3,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem4,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem5,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem6,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem7,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem8,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem9,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem10,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem11,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem12,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem13,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem14,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem15,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem16,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem17,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem18,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem19,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem20,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem21,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem22,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem23,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem24,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem25,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem26,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem27,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem28,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem29 {
  position: fixed;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/base/src/images/icon_calender.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  overflow: hidden;  
  background-color:#EB7E31;
}

.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem1__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem2__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem3__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem4__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem5__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem6__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem7__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem8__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem9__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem10__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem11__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem12__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem13__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem14__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem15__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem16__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem17__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem18__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem19__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem20__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem21__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem22__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem23__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem24__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem25__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem26__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem27__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem28__inner,
.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem29__inner{
  border: none;
  color: #00000000;
}

.t0-b-sideBoxCustom-465 .t0-b-sideNavBItem8__inner {
    display: none;
  }

.t0-b-sideBoxCustom-466-bPlacer {
  padding-bottom: 25px;
}

.t0-b-sideBoxCustom-466 {
  margin: 0 -5px;
  background-color: #fffefa;
  border-top: 4px solid #ffe168;
}

.t0-b-sideBoxCustom-466__hd {
  padding: 10px;
  text-align: center;
  background-color: #fff6ba;
  border-right: 1px solid #ece5c8;
  border-left: 1px solid #ece5c8;
}

.t0-b-sideBoxCustom-466__hd h4 {
  min-height: 22px;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-sideBoxCustom-466__bd {
  padding: 10px 20px;
  border: 1px solid #ece5c8;
  border-top: none;
}

.t0-b-sideBoxCustom-466--align-l {
  text-align: left;
}

.t0-b-sideBoxCustom-466--align-c {
  text-align: center;
}

.t0-b-sideBoxCustom-466--align-r {
  text-align: right;
}

.t0-b-lv3HCustom-467-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-467 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
}

.t0-b-lv3HCustom-467 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-467>div {
  display: table;
}

.t0-b-lv3HCustom-467>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv3HCustom-467__iconPlacer {
  width: 30px;
  text-align: left;
}

.t0-b-lv3HCustom-467__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url("/wp-content/themes/base/src/images/maru3.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}

.t0-b-lv3HCustom-467 h3 {
    line-height: 1.25;
    font-size: 1.286rem;
    padding: 3px 0;
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
}

.t0-b-lv3HCustom-467--align-l>div {
  margin-right: auto;
}

.t0-b-lv3HCustom-467--align-c>div {
  margin-right: auto;
  margin-left: auto;
}

.t0-b-lv3HCustom-467--align-r>div {
  margin-left: auto;
}

.t0-b-lv3HCustom-468-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-468 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
}

.t0-b-lv3HCustom-468 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-468>div {
  display: table;
}

.t0-b-lv3HCustom-468>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv3HCustom-468__iconPlacer {
  width: 30px;
  text-align: left;
}

.t0-b-lv3HCustom-468__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url("/wp-content/themes/base/src/images/maru4.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}

.t0-b-lv3HCustom-468 h3 {
    line-height: 1.25;
    font-size: 1.286rem;
    padding: 3px 0;
    position: absolute;
    margin-left: -15px;
    margin-top: 10px;
}

.t0-b-lv3HCustom-468--align-l>div {
  margin-right: auto;
}

.t0-b-lv3HCustom-468--align-c>div {
  margin-right: auto;
  margin-left: auto;
}

.t0-b-lv3HCustom-468--align-r>div {
  margin-left: auto;
}

.t0-b-fullWidthFrameCustom-469 {
  position: relative;
  padding: 0px 15px 20px;
  margin: 0 -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-469 {
  background-color: #fff;
}

.t0-b-lv5HCustom-470-bPlacer {
  padding-bottom: 10px;
position: relative;
    margin-top: -100px;
    margin-bottom: 70px;}

.t0-b-lv5HCustom-470 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv5HCustom-470 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv5HCustom-470__caption-upper {
  line-height: 1.25;
  font-size: .57rem;
  padding: 0 0 5px;
}

.t0-b-lv5HCustom-470 h5 {
  line-height: 1.25;
  font-size: 0.8rem;
}

.t0-b-lv5HCustom-470__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 0 0;
}

.t0-b-lv5HCustom-470--align-l {
  text-align: left;
}

.t0-b-lv5HCustom-470--align-c {
  text-align: center;
}

.t0-b-lv5HCustom-470--align-r {
  text-align: right;
}

.t0-b-mediaCustom-471-bPlacer {
  padding-bottom: 15px;
}

.t0-b-mediaCustom-471 {
  margin: 0 auto;
  color: #675f4f;
}

.t0-b-mediaCustom-471 a {
  color: #675f4f;
  text-decoration: none;
}

.t0-b-mediaCustom-471__h-upper {
    line-height: 1.25;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: -30px;
    text-align: center;
    position: relative;
    Z-INDEX: 10;
  color: #fff;}

.t0-b-mediaCustom-471__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-471 img {
  max-width: 100% !important;
  height: auto;
}

.t0-b-mediaCustom-471__media {
  position: relative;
  line-height: 0;
  text-align: center;
}

.t0-b-mediaCustom-471__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-471__media>* {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 5px;
}

.t0-b-mediaCustom-471__media img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 5px;
}

.t0-b-mediaCustom-471__media+div {
  margin-top: 10px;
}

.t0-b-mediaCustom-471__textOnImage-upper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.t0-b-mediaCustom-471__textOnImage-upper p {
  line-height: 1.25;
  font-size: 1.286rem;
  text-shadow: -1px -1px 1px #fff,-1px 0 1px #fff,-1px 1px 1px #fff,0 -1px 1px #fff,0 0 1px #fff,0 1px 1px #fff,1px -1px 1px #fff,1px 0 1px #fff,1px 1px 1px #fff;
  padding: 10px 5px;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  background: rgba(255,255,255,.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.t0-b-mediaCustom-471__textOnImage-lower {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.t0-b-mediaCustom-471__textOnImage-lower p {
  line-height: 1.25;
  font-size: 1.286rem;
  text-shadow: -1px -1px 1px #fff,-1px 0 1px #fff,-1px 1px 1px #fff,0 -1px 1px #fff,0 0 1px #fff,0 1px 1px #fff,1px -1px 1px #fff,1px 0 1px #fff,1px 1px 1px #fff;
  padding: 10px 5px;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  background: rgba(255,255,255,.8);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.t0-b-mediaCustom-471__h-lower {
  line-height: 1.25;
  font-size: 1.143rem;
  margin-top: 10px;
  text-align: center;
}

.t0-b-mediaCustom-471__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-471__h-lower+div {
  margin-top: 10px;
}

.t0-b-mediaCustom-471__caption {
  margin-top: 10px;
 margin-left: 10px;
 margin-right: 10px;}

.t0-b-mediaCustom-471__caption p {
  line-height: 1.25;
  font-size: 1rem;
  color: #664b3a;
  text-align: center;
}

.t0-b-mediaCustom-471__caption+div {
  margin-top: 10px;
}

.t0-b-mediaCustom-471__caption a {
  text-decoration: underline;
}

.t0-b-mediaCustom-471--width-l {
  width: 100%;
}

.t0-b-mediaCustom-471--width-m {
  width: 75%;
}

/*.t0-b-mediaCustom-471--width-s {
  width: 100%;
}*/

.t0-b-mediaCustom-471--align-l {
  text-align: left;
}

.t0-b-mediaCustom-471--align-c {
  text-align: center;
}

.t0-b-mediaCustom-471--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-472-bPlacer {
  padding-bottom: 30px;
  position: relative;
  padding: 0px 0px 0px;
  margin: 30px -15px;}

.t0-b-frameOuterCustom-472__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
  padding: 5px 0;
}

.t0-b-frameOuterCustom-472__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-472__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-472__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-472__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-472__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-472__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-472__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-472__ft {
  margin-top: 20px;
}

.t0-b-fullWidthFrameCustom-473 {
  position: relative;
  padding: 40px 15px 20px;
  margin: -15px -15px 0px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-473 {
  background-color: #fff5e7;
}

.t0-b-frameOuterCustom-474-bPlacer {
  padding-bottom: 20px;
}

.t0-b-frameOuterCustom-474__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  color: #675f4f;
  padding: 5px 0;
}

.t0-b-frameOuterCustom-474__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-474__hd-h {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-frameOuterCustom-474__hd-caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 5px;
}

.t0-b-frameOuterCustom-474__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
}

.t0-b-frameOuterCustom-474__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-474__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-474__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-474__ft {
  margin-top: 20px;
}

.t0-b-lv3HCustom-475-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-475 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-475 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-475 h3 {
  line-height: 1.25;
  font-size: 1.1rem;
}

.t0-b-lv3HCustom-475--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-475--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-475--align-r {
  text-align: right;
}

.t0-b-lv1H-mainHCustom-476-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv1H-mainHCustom-476 {
  margin: 0 auto;
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv1H-mainHCustom-476 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv1H-mainHCustom-476__caption-upper {
  line-height: 1.25;
font-size: 1.2rem;
  padding: 0 10px 5px;
}

.t0-b-lv1H-mainHCustom-476__bd {
  line-height: 1.25;
  font-size: 1.4rem;
  padding: 0 10px;
background: linear-gradient(transparent 24%, #f5f2e8 50%);}

.t0-b-lv1H-mainHCustom-476__caption-lower {
  line-height: 1.25;
font-size: 1.3rem;
  padding: 5px 10px 10px;
}

.t0-b-lv1H-mainHCustom-476--align-l {
  text-align: left;
}

.t0-b-lv1H-mainHCustom-476--align-c {
  text-align: center;
}

.t0-b-lv1H-mainHCustom-476--align-r {
  text-align: right;
}

.t0-b-navListCustom-477-bPlacer {
  padding-bottom: 20px;
}

.t0-b-navListCustom-477 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #767065;
  text-align: left;
}

.t0-b-navListCustom-477 th>table:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 td>table:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 th>ul:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 td>ul:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 th>ol:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 td>ol:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 th>p:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 td>p:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 th>hr:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 td>hr:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-navListCustom-477>p:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 ol {
  margin: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-navListCustom-477 ol ul {
  margin-top: 10px;
}

.t0-b-navListCustom-477 ol ol {
  margin-top: 10px;
}

.t0-b-navListCustom-477 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-navListCustom-477 ol li:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477>ol:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 ul {
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-navListCustom-477 ul ul {
  margin-top: 5px;
}

.t0-b-navListCustom-477 ul ol {
  margin-top: 5px;
}

.t0-b-navListCustom-477 ul li {
  line-height: 1.25;
font-size: 1.3rem;
  padding: 0 0 0 21px;
  margin: 10px 0 0;
  background: url("/wp-content/themes/base/src/images/list002_ico01_v2_v2f1.svg");
  background-repeat: no-repeat;
  background-position: 0 .16em;
  background-size: 15px 10px;
}

.t0-b-navListCustom-477 ul li:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477>ul:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-navListCustom-477 table th {
  line-height: 1.25;
font-size: 1.3rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-navListCustom-477 table td {
  line-height: 1.25;
font-size: 1.3rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-navListCustom-477 table ul {
  font-size: 14px;
}

.t0-b-navListCustom-477 table ol {
  font-size: 14px;
}

.t0-b-navListCustom-477 table ul li {
  line-height: 1.25;
font-size: 1.3rem;
}

.t0-b-navListCustom-477 table ol li {
  line-height: 1.25;
font-size: 1.3rem
}

.t0-b-navListCustom-477 table p {
  line-height: 1.6;
font-size: 1.3rem;
}

.t0-b-navListCustom-477 table th {
  color: #675f4f;
  background-color: #fff4a6;
}

.t0-b-navListCustom-477 table td {
  color: #706d5e;
  background-color: #fffbdc;
}

.t0-b-navListCustom-477 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-navListCustom-477 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-navListCustom-477 table tr:last-child>th {
  background-image: none;
}

.t0-b-navListCustom-477 table tr:last-child td {
  background-image: none;
}

.t0-b-navListCustom-477>table:first-child {
  margin-top: 0;
}

.t0-b-navListCustom-477 a {
  display: block;
  color: inherit;
  text-decoration: underline;
}

.t0-b-navListCustom-477 ul li {
  line-height: 1.25;
font-size: 1.3rem;
  min-height: 17px;
}

.t0-b-fullWidthFrameCustom-478 {
  position: relative;
  padding: 0px 0px 0px  0px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: none;
}

.t0-b-fullWidthFrameCustom-478 .t0-b-media__media {
    position: relative;
    z-index: 3;
}


.t0-b-fullWidthFrameCustom-478 .t0-b-media-bPlacer {
    padding-bottom: 0px;
}
.t0-b-lv3HCustom-479-bPlacer {
  padding-bottom: 0px;
}

.t0-b-lv3HCustom-479 {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-479 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-479 h3 {
  line-height: 1.25;
  font-size: 2rem;
padding-top: 15px;}

.t0-b-lv3HCustom-479--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-479--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-479--align-r {
  text-align: right;
}

.t0-b-lv4H-qIconCustom-480-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv4H-qIconCustom-480 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
}

.t0-b-lv4H-qIconCustom-480 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv4H-qIconCustom-480 a .t0-b-lv4H-qIconCustom-480__h {
  color: #675f4f;
}

.t0-b-lv4H-qIconCustom-480>div {
  display: table;
}

.t0-b-lv4H-qIconCustom-480>div>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv4H-qIconCustom-480__iconPlacer {
  width: 35px;
  text-align: left;
}

.t0-b-lv4H-qIconCustom-480__icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url("/wp-content/themes/base/src/images/heading021_question_v1f1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 25px 25px;
}

.t0-b-lv4H-qIconCustom-480__caption-upper {
  line-height: 1.25;
  font-size: 1rem;
  padding: 0 0 2px;
  color: #675f4f;
}

.t0-b-lv4H-qIconCustom-480__h {
  line-height: 1.25;
  font-size: 1.3rem;
}

.t0-b-lv4H-qIconCustom-480__caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 2px 0 0;
  color: #675f4f;
}

.t0-b-lv4H-qIconCustom-480--align-l>div {
  margin-right: auto;
}

.t0-b-lv4H-qIconCustom-480--align-c>div {
  margin-right: auto;
  margin-left: auto;
}

.t0-b-lv4H-qIconCustom-480--align-r>div {
  margin-left: auto;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-481 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-481 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-481 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-481 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-481 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-481 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-481-bPlacer {
padding: 15px 15px 15px 15px;
    border-top: 2px solid #ccc;}

.t0-b-wysiwygCustom-481 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-481 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-481>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-481 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-481 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-481 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-481 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-481 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-481 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-481 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-481 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-481 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-481 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-481 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-481 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-481 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-481 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-481 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-481 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-481 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-481 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-481 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-481 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-481 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-481>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-481 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-481 p {
  line-height: 1.6;
  font-size: 1.2rem;
}

.t0-b-wysiwygCustom-481 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-481 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-481 ol li {
  line-height: 1.25;
  font-size: 1rem;
}


.t0-b-wysiwygCustom-481 strong {
    font-weight: bolder;
    color:#E56912;
  font-size: 1.4rem;}
.t0-b-footerCombiCustom-482-bPlacer {
  padding-bottom: 0;
text-align: center;}

.t0-b-footerCombiCustom-482 {
  padding-top: 20px;
  background-color: #fff;
position: relative;
    margin: 0 -15px;}

.t0-b-footerCombiCustom-482>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-footerCombiCustom-482__col1 {
  vertical-align: top;
}

.t0-b-footerCombiCustom-482__col2 {
  vertical-align: top;
}

.t0-b-footerCombiCustom-482__col3 {
  vertical-align: top;
}

.t0-b-footerCombiCustom-482 .t0-b-footerUnit-siteName2--width-m img {
    margin: 0 auto;
}

.t0-b-footerCombiCustom-482 .t0-b-footerUnit-table table {
    width: 85%;
    margin: 0 auto;
}

.t0-b-footerCombiCustom-482 .t0-b-footerUnit-siteName2__ft {
    font-size: 0.9rem;
 }

.t0-b-footerFreeHtmlCustom-483-bPlacer {
  padding-bottom: 15px;
}

.t0-b-footerFreeHtmlCustom-483-bPlacer {
    padding-bottom: 15px;
    background-color: #fff;
    position: relative;
    margin: 0 -15px;
}
.t0-b-footerFreeHtmlCustom-483 {
  max-height: 240px;
}

.t0-b-footerFreeHtmlCustom-483>div {
  width: 100%;
  padding: 0 5px;
  text-align: center;
  margin: 0 auto;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t0-b-footerFreeHtmlCustom-483>div iframe {
  max-height: 240px;
}

.t0-b-footerFreeHtmlCustom-483>div object {
  max-height: 240px;
}

.t0-b-footerFreeHtmlCustom-483>div embed {
  max-height: 240px;
}

.t0-b-footerFreeHtmlCustom-483>div>* {
  width: 95% !important;
  margin: 0 auto !important;
}

.t0-b-navBItemCustom-484-bPlacer {
  padding-bottom: 25px;
}

.t0-b-navBItemCustom-484 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #6d2300;
  text-align: center;
  border: 0px solid #fff;
  border-radius: 30px;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-navBItemCustom-484 a {
  display: block;
  color: #6d2300;
}

.t0-b-navBItemCustom-484__inner {
  padding: 12px 10px;
  background-color: #fff;
  border-radius: 30px;
}

/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB2 {
  right: 55px;
  background: url(/wp-content/themes/base/src/images/WEBSP.png);
}

/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB2__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB2 a div{
 color: #00000000;
 background-color: #00000000;
}


/* -
ボタンの拡大縮小アニメーション
※head自由記入欄にscaleAnimeの定義が必要（デザイン管理エディタでは@keyframesが定義できないため）
- */
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB2{
  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.03; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

/*----------------------------------*/

.t0-b-headerCombiCustom-485 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-485__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-485__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 5px;
  z-index: 450 !important;
  display: block;
  width: 82vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-485__hd,
.t0-b-headerCombiCustom-485__col1,
.t0-b-headerCombiCustom-485__col2,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-485__col3 .t0-b-headerUnit-contact-tel
{
  display: none;
}

.t0-b-headerCombiCustom-485 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-485 .t0-b-headerUnit-contact-tel2-bPlacer{
  display: none;
}
/*サイドメニューの部品のスマホ表示をオンにする*/

.t0-b-sideBoxCustom-486-bPlacer {
  padding-bottom: 0;
}

.t0-b-sideBoxCustom-486__hd,
.t0-b-sideBoxCustom-486 .t0-b-sideBoxMedia-bPlacer,
.t0-b-sideBoxCustom-486 .t0-b-sideBoxTextStrong-bPlacer,
.t0-b-sideBoxCustom-486 .t0-b-sideBoxIconText-tel-bPlacer,
.t0-b-sideBoxCustom-486 .t0-b-sideBoxText-bPlacer {
  display: none;
}

/* 右上ボタンの背景色を変更（background-color） */
.t0-b-sideBoxCustom-486 {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 500;
  width: 50px;
  height: 50px;
}

/* 右上ボタンの表示アイコンを変更（画像URL） */
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem1,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem2,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem3,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem4,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem5,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem6,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem7,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem8,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem9,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem10,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem11,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem12,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem13,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem14,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem15,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem16,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem17,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem18,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem19,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem20,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem21,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem22,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem23,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem24,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem25,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem26,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem27,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem28,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem29 {
  position: fixed;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/base/src/images/web予約.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  overflow: hidden;  
  background-color:#EB7E31;
}

.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem1__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem2__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem3__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem4__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem5__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem6__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem7__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem8__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem9__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem10__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem11__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem12__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem13__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem14__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem15__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem16__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem17__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem18__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem19__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem20__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem21__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem22__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem23__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem24__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem25__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem26__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem27__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem28__inner,
.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem29__inner{
  border: none;
  color: #00000000;
}

.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem__inner {
    position: relative;
    padding: 12px 30px 12px 15px;
    background-color: #fff0;
    border-radius: 0px;
}

.t0-b-sideBoxCustom-486 .t0-b-sideNavBItem {
 border: 0px solid #fff;
border-radius: 0px;
}
.t0-b-lv2HCustom-487-bPlacer {
    position: relative;
    margin-top: -60px;
    margin-left: 30px;
}

.t0-b-lv2HCustom-487 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #fff;
  text-align: center;
}

.t0-b-lv2HCustom-487 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-487__caption-upper {
  line-height: 1.25;
  font-size: 1.8rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-487 h2 {
    line-height: 1.25;
    font-size: 1.3rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -27px;
    margin-left: 53px;
}

.t0-b-lv2HCustom-487__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-487--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-487--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-487--align-r {
  text-align: right;
}


.t0-b-lv2HCustom-488-bPlacer {
    position: relative;
    margin-top: -61px;
    margin-left: 54px;
}

.t0-b-lv2HCustom-488 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #fff;
  text-align: center;
}

.t0-b-lv2HCustom-488 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-488__caption-upper {
  line-height: 1.25;
  font-size: 1.8rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-488 h2 {
    line-height: 1.25;
    font-size: 1.3rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -27px;
    margin-left: 53px;
}

.t0-b-lv2HCustom-488__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-488--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-488--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-488--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-489 {
  position: relative;
  padding-top: 15px;
  padding-bottom: 50px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-489 {
  background-color: #fff;
}


.t0-b-lv2HCustom-490-bPlacer {
    position: relative;
    margin-top: -44px;
    margin-left: 10px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-490 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-490 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-490__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-490 h2 {
    line-height: 1.25;
     font-size: 1.25rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-left: 60px;
}

.t0-b-lv2HCustom-490__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-490--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-490--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-490--align-r {
  text-align: right;
}

.t0-b-labeledListCustom-491-bPlacer {
  padding-bottom: 10px;
    padding-left: 0px;
}

.t0-b-labeledListCustom-491 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-labeledListCustom-491 a {
  display: block;
  text-decoration: underline;
}

.t0-b-labeledListCustom-491 table {
  display: block;
}

.t0-b-labeledListCustom-491 table th {
  display: inline-block;
  min-width: 86px;
  padding: 0;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-labeledListCustom-491 table th>div {
  min-height: 17px;
  padding: 3px 8px 2px;
  background-color: #6d2300;
 border-radius: 15px;}

.t0-b-labeledListCustom-491 table th>div a {
  color: #675f4f;
}

.t0-b-labeledListCustom-491 table td {
  padding: 0 0 0 14px;
  color: #767065;
  text-align: left;
  line-height: 0.25;
font-size: 1.3rem;
}

.t0-b-labeledListCustom-491 table td>div {
  padding: 5px 0;
}

.t0-b-labeledListCustom-491 table td>div a {
  color: #767065;
}


.t0-b-lv2HCustom-492-bPlacer {
    position: relative;
    margin-top: -44px;
    margin-left: 155px;
      margin-bottom: 20px;
}

.t0-b-lv2HCustom-492 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #000;
  text-align: center;
}

.t0-b-lv2HCustom-492 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-492__caption-upper {
  line-height: 1.25;
  font-size: 1.1rem;
  padding: 0 6px 0px;
}

.t0-b-lv2HCustom-492 h2 {
    line-height: 1.25;
    font-size: 1.25rem;
    /* padding: 0 7px; */
    position: relative;
    margin-top: -22px;
    margin-left: 60px;
}

.t0-b-lv2HCustom-492__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-492--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-492--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-492--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCustom-493 {
  position: relative;
  padding: 20px 0px 0px  0px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: none;
}

.t0-b-fullWidthFrameCustom-493 .t0-b-media__media {
    position: relative;
    z-index: 3;
}
}


/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB2 {
  right: 55px;
  background: url(/wp-content/themes/base/src/images/btn2.png);
}

/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB2__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB2 a div{
 color: #00000000;
 background-color: #00000000;
}


/* -
ボタンの拡大縮小アニメーション
※head自由記入欄にscaleAnimeの定義が必要（デザイン管理エディタでは@keyframesが定義できないため）
- */
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB2{
  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.03; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

/*----------------------------------*/

.t0-b-headerCombiCustom-494 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-494__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-494__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 5px;
  z-index: 450 !important;
  display: block;
  width: 82vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-494__hd,
.t0-b-headerCombiCustom-494__col1,
.t0-b-headerCombiCustom-494__col2,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-494__col3 .t0-b-headerUnit-contact-tel
{
  display: none;
}

.t0-b-headerCombiCustom-494 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-494 .t0-b-headerUnit-contact-tel2-bPlacer{
  display: none;
}
.t0-b-headerUnit-contact-navBCustom-495-bPlacer {
  padding-bottom: 15px;
}

.t0-b-headerUnit-contact-navBCustom-495 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-headerUnit-contact-navBCustom-495 a {
  display: block;
  color: #fff;
}

.t0-b-headerUnit-contact-navBCustom-495__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #febf00;
  border-radius: 30px;
}

.t0-b-headerUnit-contact-navBCustom-495__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-L25-2/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/TEL_time.png);
}

.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-tel__free + span {
  color: transparent;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 10vw;
  background-image: none;
}

.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 0;
  z-index: 455;
  display: table;
  font-size: 5.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB2 {
  right: 0;
  background: url(/wp-content/themes/base/src/images/image1.jpeg);
}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB2__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB2 a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-496 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-496__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-496__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-496__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-496__hd,
.t0-b-headerCombiCustom-496__col1,
.t0-b-headerCombiCustom-496__col2,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-496 .t0-b-headerUnit-contact-navB8{
  display: none;
}
.t0-b-lv2HCustom-497-bPlacer {
  padding-bottom: 12px;
}

.t0-b-lv2HCustom-497 {
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-497 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-497__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-497 h2 {
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;

  line-height: 1.25;
  font-size: 1.429rem;
  padding: 0 7px;
}

.t0-b-lv2HCustom-497__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-497--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-497--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-497--align-r {
  text-align: right;
}

.t0-b-fullWidthFrameCardCustom-498 {
  padding: 20px 4% 0;
  margin: 0 -15px;
  background-color: #EB7E31;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-499 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-499 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-499 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-499 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-499 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-499 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-499-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-499 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
}

.t0-b-wysiwygCustom-499 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-499>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-499 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-499 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-499 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-499 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-499 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-499 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-499 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-499 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-499 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-499 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-499 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-499 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-499 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-499 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-499 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-499 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-499 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-499 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-499 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-499 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-499 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-499>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-499 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-499 p {
  line-height: 1.6;
  font-size: 1.4rem;
}

.t0-b-wysiwygCustom-499 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-499 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-499 ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-fullWidthFrameCustom-500 {
  position: relative;
  padding: 20px 0px 0px  0px;
  margin: 0 -15px;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color:  #dfd6b5;
}

.t0-b-fullWidthFrameCustom-500 .t0-b-media__media {
    position: relative;
    z-index: 3;
}
}


.t0-b-fullWidthFrameCustom-501 {
  position: relative;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto 100%;
   }

.t0-b-fullWidthFrameCustom-501 .t0-b-media-bPlacer{
  position: relative;
margin: -25px -15px 0 -15px;
  background-color:#dfd6b5;
   }

.t0-b-fullWidthFrameCustom-502 {
  position: relative;
  padding: 0px 15px 0px;
  margin: -1px -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-502 {
  background-color: #dfd6b5;
}

.t0-b-lv2HCustom-503-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-503 {
  overflow: hidden;
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-503 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-503__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 15px 5px;
}

.t0-b-lv2HCustom-503 h2 {
  line-height: 1.25;
  font-size: 1.429rem;
  position: relative;
  display: inline-block;
  max-width: calc(100% - (20px + 15px)*2);
  min-height: 25px;
  padding: 0 15px;
  vertical-align: middle;
}

.t0-b-lv2HCustom-503 h2::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  content: "";
  border-top: 1px solid #fed326;
}

.t0-b-lv2HCustom-503 h2::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  content: "";
  border-top: 1px solid #fed326;
}

.t0-b-lv2HCustom-503__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 15px 0;
}

.t0-b-lv2HCustom-503--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-503--align-l h2 {
  max-width: calc(100% - (20px + 15px));
  padding-left: 0;
}

.t0-b-lv2HCustom-503--align-l .t0-b-lv2HCustom-503__caption-upper {
  padding-left: 0;
}

.t0-b-lv2HCustom-503--align-l .t0-b-lv2HCustom-503__caption-lower {
  padding-left: 0;
}

.t0-b-lv2HCustom-503--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-503--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-503--align-r h2 {
  max-width: calc(100% - (20px + 15px));
  padding-right: 0;
}

.t0-b-lv2HCustom-503--align-r .t0-b-lv2HCustom-503__caption-upper {
  padding-right: 0;
}

.t0-b-lv2HCustom-503--align-r .t0-b-lv2HCustom-503__caption-lower {
  padding-right: 0;
}

.t0-b-lv3HCustom-504-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv3HCustom-504 {
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #675f4f;
  text-align: center;
}

.t0-b-lv3HCustom-504 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv3HCustom-504 h3 {
  line-height: 1.25;
  font-size: 1.286rem;
}

.t0-b-lv3HCustom-504--align-l {
  text-align: left;
}

.t0-b-lv3HCustom-504--align-c {
  text-align: center;
}

.t0-b-lv3HCustom-504--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-505-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-505 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-505 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-505__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-505 h2 {
 font-size: 1.429rem;
    padding: 0 7px;
    position: absolute;
   left: -10px;
    width: fit-content;
    background-color: #ffffff;
    padding: 0.4em 0.3em 0.3em 1.3em;
/*  右上、右下だけ角丸  */
    border-radius: 0 calc(1px / 0) calc(1px / 0) 0;
    box-shadow: 2px 4px 0 0 #6d2300;}

.t0-b-lv2HCustom-505 h2 strong{
font-size: .7em;
    margin-inline-end: .3em;}

.t0-b-lv2HCustom-505__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-505--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-505--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-505--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-506-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-506 {
font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-506 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-506__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-506 h2 {
 font-size: 1.429rem;
    padding: 0 7px;
    position: absolute;
   right: 0px;
    width: fit-content;
    background-color: #f0f0f0;
    padding: 0.4em 0.3em 0.3em 0.8em;
/*  左上、左下だけ角丸  */
border-radius: calc(1px / 0) 0 0 calc(1px / 0); 
    box-shadow: -2px 4px 0 0 #b29b4c;}

.t0-b-lv2HCustom-506 h2 strong{
font-size: .7em;
    margin-inline-end: .3em;}

.t0-b-lv2HCustom-506__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-506--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-506--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-506--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-507-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv2HCustom-507 {
  overflow: hidden;
 font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;
  color: #675f4f;
  text-align: center;
}

.t0-b-lv2HCustom-507 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-507__caption-upper {
  line-height: 1.25;
  font-size: .857rem;
  padding: 0 15px 5px;
}

.t0-b-lv2HCustom-507 h2 {
  line-height: 1.25;
  font-size: 1.429rem;
  position: relative;
  display: inline-block;
  max-width: calc(100% - (20px + 15px)*2);
  min-height: 25px;
  padding: 0 15px;
  vertical-align: middle;
}

.t0-b-lv2HCustom-507 h2::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  content: "";
  border-top: 1px solid #6d2300;
}

.t0-b-lv2HCustom-507 h2::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 100vw;
  content: "";
  border-top: 1px solid #6d2300;
}

.t0-b-lv2HCustom-507__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 15px 0;
}

.t0-b-lv2HCustom-507--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-507--align-l h2 {
  max-width: calc(100% - (20px + 15px));
  padding-left: 0;
}

.t0-b-lv2HCustom-507--align-l .t0-b-lv2HCustom-507__caption-upper {
  padding-left: 0;
}

.t0-b-lv2HCustom-507--align-l .t0-b-lv2HCustom-507__caption-lower {
  padding-left: 0;
}

.t0-b-lv2HCustom-507--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-507--align-r {
  text-align: right;
}

.t0-b-lv2HCustom-507--align-r h2 {
  max-width: calc(100% - (20px + 15px));
  padding-right: 0;
}

.t0-b-lv2HCustom-507--align-r .t0-b-lv2HCustom-507__caption-upper {
  padding-right: 0;
}

.t0-b-lv2HCustom-507--align-r .t0-b-lv2HCustom-507__caption-lower {
  padding-right: 0;
}

.t0-b-frameOuterCustom-508-bPlacer {
  padding-bottom: 0px;
}

.t0-b-frameOuterCustom-508__frame {
  color: #767065;
  margin: 0 -5px;
  padding: 20px;
  background-color: #fff;
  border: 3px solid #D5376B;
background-image:url("/wp-content/themes/base/src/images/bg_in2.png");
background-repeat: no-repeat;
}

.t0-b-frameOuterCustom-508__hd {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  min-height: 20px;
  padding: 5px 0;
  margin-bottom: 15px;
  overflow: hidden;
  color: #D5376B;
  text-align: center;
}

.t0-b-frameOuterCustom-508__hd a {
  text-decoration: none;
  color: inherit;
}

.t0-b-frameOuterCustom-508__hd-h {
  line-height: 1.25;
  font-size: 2.5rem;
padding-left: 80px;}

.t0-b-frameOuterCustom-508__hd-caption-upper {
  line-height: 1.25;
  font-size: 1.7rem;
  padding: 0 0 5px;
padding-left: 80px;}

.t0-b-frameOuterCustom-508__hd-caption-lower {
  line-height: 1.25;
  font-size: 1rem;
  padding: 5px 0 0;
padding-left: 80px;}

.t0-b-frameOuterCustom-508__hd--align-l {
  text-align: left;
}

.t0-b-frameOuterCustom-508__hd--align-c {
  text-align: center;
}

.t0-b-frameOuterCustom-508__hd--align-r {
  text-align: right;
}

.t0-b-frameOuterCustom-508__ft {
  margin-top: 20px;
}

.t0-b-frameOuterCustom-508__frame .t0-b-mediaCols .t0-b-mediaCols__img {
    width: 40%;
    padding-top: 0px;
}

.t0-b-frameOuterCustom-508__frame .t0-b-mediaCols--imgR .t0-b-mediaCols__img {
    float: right;
    padding-right: 0;
    padding-left: 0px;
}

.t0-b-frameOuterCustom-508__frame .t0-b-media-bPlacer {
    padding-bottom: 0px;
}

.t0-b-lv2HCustom-509-bPlacer {
  padding-bottom: 10px;
    position: relative;
    margin-top: -27px;
}

.t0-b-lv2HCustom-509 {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif !important;  color: #1E68A1;
  text-align: center;
}

.t0-b-lv2HCustom-509 a {
  display: block;
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv2HCustom-509__caption-upper {
  line-height: 1.25;
  font-size: 1.2rem;
  padding: 0 7px 5px;
}

.t0-b-lv2HCustom-509 h2 {
  line-height: 1.25;
  font-size: 1.829rem;
  padding: 0 7px;
}

.t0-b-lv2HCustom-509__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 7px 0;
}

.t0-b-lv2HCustom-509--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-509--align-c {
  text-align: center;
}

.t0-b-lv2HCustom-509--align-r {
  text-align: right;
}

.t0-b-tableCustom-510-bPlacer {
  padding-bottom: 15px;
}

.t0-b-tableCustom-510 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #767065;
}

.t0-b-tableCustom-510 th>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 td>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 th>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 td>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 th>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 td>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 th>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 td>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 th>hr:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 td>hr:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-tableCustom-510>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-tableCustom-510 ol ul {
  margin-top: 10px;
}

.t0-b-tableCustom-510 ol ol {
  margin-top: 10px;
}

.t0-b-tableCustom-510 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-tableCustom-510 ol li:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-tableCustom-510 ul ul {
  margin-top: 10px;
}

.t0-b-tableCustom-510 ul ol {
  margin-top: 10px;
}

.t0-b-tableCustom-510 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-tableCustom-510 ul li:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) solid 1px;
}

.t0-b-tableCustom-510 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-tableCustom-510 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-tableCustom-510 table th p {
  text-align: left;
}

.t0-b-tableCustom-510 table th ul {
  text-align: left;
}

.t0-b-tableCustom-510 table th ol {
  text-align: left;
}

.t0-b-tableCustom-510 table td p {
  text-align: left;
}

.t0-b-tableCustom-510 table td ul {
  text-align: left;
}

.t0-b-tableCustom-510 table td ol {
  text-align: left;
}

.t0-b-tableCustom-510 table ul {
  font-size: 14px;
}

.t0-b-tableCustom-510 table ol {
  font-size: 14px;
}

.t0-b-tableCustom-510 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-510 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-510 table p {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-510 table th {
  color: #675f4f;
  background: #d6f1ff;
}

.t0-b-tableCustom-510 table td {
  color: #706d5e;
  background-color: #effaff;
}

.t0-b-tableCustom-510 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-tableCustom-510 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-tableCustom-510 table tr:last-child>th {
  background-image: none;
}

.t0-b-tableCustom-510 table tr:last-child td {
  background-image: none;
}

.t0-b-tableCustom-510>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-510 a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.t0-b-tableCustom-511-bPlacer {
  padding-bottom: 15px;
}

.t0-b-tableCustom-511 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #767065;
}

.t0-b-tableCustom-511 th>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 td>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 th>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 td>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 th>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 td>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 th>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 td>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 th>hr:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 td>hr:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-tableCustom-511>p:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-tableCustom-511 ol ul {
  margin-top: 10px;
}

.t0-b-tableCustom-511 ol ol {
  margin-top: 10px;
}

.t0-b-tableCustom-511 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-tableCustom-511 ol li:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511>ol:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-tableCustom-511 ul ul {
  margin-top: 10px;
}

.t0-b-tableCustom-511 ul ol {
  margin-top: 10px;
}

.t0-b-tableCustom-511 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-tableCustom-511 ul li:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511>ul:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) solid 1px;
}

.t0-b-tableCustom-511 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-tableCustom-511 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-tableCustom-511 table th p {
  text-align: left;
}

.t0-b-tableCustom-511 table th ul {
  text-align: left;
}

.t0-b-tableCustom-511 table th ol {
  text-align: left;
}

.t0-b-tableCustom-511 table td p {
  text-align: left;
}

.t0-b-tableCustom-511 table td ul {
  text-align: left;
}

.t0-b-tableCustom-511 table td ol {
  text-align: left;
}

.t0-b-tableCustom-511 table ul {
  font-size: 14px;
}

.t0-b-tableCustom-511 table ol {
  font-size: 14px;
}

.t0-b-tableCustom-511 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-511 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-511 table p {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-tableCustom-511 table th {
  color: #675f4f;
  background: #d6f1ff;
}

.t0-b-tableCustom-511 table td {
  color: #706d5e;
  background-color: #effaff;
}

.t0-b-tableCustom-511 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-tableCustom-511 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-tableCustom-511 table tr:last-child>th {
  background-image: none;
}

.t0-b-tableCustom-511 table tr:last-child td {
  background-image: none;
}

.t0-b-tableCustom-511>table:first-child {
  margin-top: 0;
}

.t0-b-tableCustom-511 a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}

.t0-b-frameWithHCaptionCustom-512-bPlacer {
  padding-bottom: 25px;
}

.t0-b-frameWithHCaptionCustom-512 {
  padding: 0 0 10px;
  margin: 0 -5px;
  color: #675f4f;
  background-color: #fffdf7;
  border-top: 3px solid #ffe168;
  border-bottom: 2px solid #ffefaf;
}

.t0-b-frameWithHCaptionCustom-512__hd {
  padding: 12px 20px;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  text-align: center;
  background-color: #fff6ba;
}

.t0-b-frameWithHCaptionCustom-512__hd-caption-upper {
  padding: 0 0 5px;
  font-size: 12px;
  line-height: 1.5;
  color: #675f4f;
}

.t0-b-frameWithHCaptionCustom-512__hd-h h3 {
  line-height: 1.25;
  font-size: 12px;
  color: #675f4f;
}

.t0-b-frameWithHCaptionCustom-512__hd-caption-lower {
  padding: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.t0-b-frameWithHCaptionCustom-512__hd--align-l {
  text-align: left;
}

.t0-b-frameWithHCaptionCustom-512__hd--align-c {
  text-align: center;
}

.t0-b-frameWithHCaptionCustom-512__hd--align-r {
  text-align: right;
}

.t0-b-frameWithHCaptionCustom-512__hd a {
  color: inherit;
  text-decoration: none;
}

.t0-b-frameWithHCaptionCustom-512>span+.t0-b-frameWithHCaptionCustom-512__bd {
  margin: 20px 20px 0;
}

.t0-b-frameWithHCaptionCustom-512__hd+.t0-b-frameWithHCaptionCustom-512__bd {
  padding: 20px 20px 0;
}

.t0-b-frameWithHCaptionCustom-512+div {
  margin-top: 20px;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-513 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-513 {
  overflow: visible;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-513 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__col [class*=-bPlacer]>.t0-b-wysiwygCustom-513 ol {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-513 ul {
  overflow: hidden;
}

.t0-b-mediaCols .t0-b-mediaCols__colHead [class*=-bPlacer]>.t0-b-wysiwygCustom-513 ol {
  overflow: hidden;
}

.t0-b-wysiwygCustom-513-bPlacer {
  padding-bottom: 15px;
}

.t0-b-wysiwygCustom-513 {
  line-height: 1.25;
  font-size: 1rem;
  color: #767065;
}

.t0-b-wysiwygCustom-513 th>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 td>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 th>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 td>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 th>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 td>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 th>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 td>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 th>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 td>hr:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 p {
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 1em;
}

.t0-b-wysiwygCustom-513>p:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 ol {
  padding: 0 0 0 2em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-513 ol ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-513 ol ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-513 ol li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: decimal;
}

.t0-b-wysiwygCustom-513 ol li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513>ol:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 ul {
  padding: 0 0 0 1.5em;
  margin-top: 15px;
  font-size: 14px;
}

.t0-b-wysiwygCustom-513 ul ul {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-513 ul ol {
  margin-top: 10px;
}

.t0-b-wysiwygCustom-513 ul li {
  line-height: 1.25;
  font-size: 1rem;
  margin-top: 10px;
  list-style-type: disc;
}

.t0-b-wysiwygCustom-513 ul li:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513>ul:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 table {
  width: 100%;
  margin-top: 15px;
  border: rgba(0,0,0,0) 1px solid;
}

.t0-b-wysiwygCustom-513 table th {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-513 table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 3% 1%;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}

.t0-b-wysiwygCustom-513 table ul {
  font-size: 14px;
}

.t0-b-wysiwygCustom-513 table ol {
  font-size: 14px;
}

.t0-b-wysiwygCustom-513 table ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 table ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 table p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 table th {
  color: #482e15;
  background: #eae4d5;
}

.t0-b-wysiwygCustom-513 table td {
  color: #7c5e42;
  background-color: #f6f3ed;
}

.t0-b-wysiwygCustom-513 table tr:first-child th {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-513 table tr:first-child td {
  border-top: 1px solid #fff;
}

.t0-b-wysiwygCustom-513 table tr:last-child>th {
  background-image: none;
}

.t0-b-wysiwygCustom-513 table tr:last-child td {
  background-image: none;
}

.t0-b-wysiwygCustom-513>table:first-child {
  margin-top: 0;
}

.t0-b-wysiwygCustom-513 a {
  display: inline-block;
  color: #767065;
  text-decoration: underline;
}

.t0-b-wysiwygCustom-513 p {
  line-height: 1.6;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 ul li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 ol {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-wysiwygCustom-513 ol li {
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-lv5HCustom-514-bPlacer {
  padding-bottom: 10px;
}

.t0-b-lv5HCustom-514 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
}

.t0-b-lv5HCustom-514 a {
  color: #675f4f;
  text-decoration: none;
}

.t0-b-lv5HCustom-514__caption-upper {
  font-size: .857rem;
  padding: 0 0 5px 17px;
}

.t0-b-lv5HCustom-514__main {
  display: inline-block;
  vertical-align: middle;
}

.t0-b-lv5HCustom-514__bd {
  display: table;
}

.t0-b-lv5HCustom-514__bd>* {
  display: table-cell;
  vertical-align: middle;
}

.t0-b-lv5HCustom-514__iconPlacer {
  width: 23.5px;
  text-align: left;
}

.t0-b-lv5HCustom-514__icon {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -1px;
  background-image: url("/_master/acre/themes/031C-L25-2/imgs/heading/heading015/heading015_ico01_v2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px 17px;
}

.t0-b-lv5HCustom-514 h5 {
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-lv5HCustom-514__caption-lower {
  line-height: 1.25;
  font-size: .857rem;
  padding: 5px 0 0 17px;
}

.t0-b-lv5HCustom-514--align-l {
  text-align: left;
}

.t0-b-lv5HCustom-514--align-c {
  text-align: center;
}

.t0-b-lv5HCustom-514--align-r {
  text-align: right;
}

/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB9{
right: 42px;
  background: url(/wp-content/themes/base/src/images/WEBSP.png);
}

/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB2__inner::after,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB10__inner::after,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB9__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB10 a div,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB9 a div{
 color: #00000000;
 background-color: #00000000;
}


/* -
ボタンの拡大縮小アニメーション
※head自由記入欄にscaleAnimeの定義が必要（デザイン管理エディタでは@keyframesが定義できないため）
- */
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB9{
  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.03; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

/*----------------------------------*/

.t0-b-headerCombiCustom-515 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-515__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-515__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 5px;
  z-index: 450 !important;
  display: block;
width: 75vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-515__hd,
.t0-b-headerCombiCustom-515__col1,
.t0-b-headerCombiCustom-515__col2,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-tel
{
  display: none;
}

.t0-b-headerCombiCustom-515__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-contact-navBCustom-277,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-contact-navBCustom-517,
.t0-b-headerCombiCustom-515 .t0-b-headerUnit-contact-navBCustom-532{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/btn_phonenumber.png);
  width: 45vw !important;

    animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.00; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-tel__free + span {
  color: #fff;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-tel__tel + span::before,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-tel__free + span::before {
 content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url(/wp-content/themes/base/src/images/tel.png);
  background-size: contain;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 0vw;
  background-image: none;
}

.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-tel__bd {
  position: fixed;
  bottom: 2vw;
  left: 8px;
  z-index: 455;
  display: table;
  font-size: 4.5vw;
}

/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB10 {
  right: 0;
    border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/btn_booking.png);
width: 55vw !important;

  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.00; /* 最大の倍率。この定義がない場合の初期値は1.1 */}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB2__inner::after,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB10__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB10 a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-516 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-516__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-516__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-516__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-516__hd,
.t0-b-headerCombiCustom-516__col1,
.t0-b-headerCombiCustom-516__col2,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-516 .t0-b-headerUnit-contact-navBCustom-517{
  display: none;
}
.t0-b-headerCombiCustom-517-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-517 {
  padding-top: 20px;
  margin: 0 -15px;
  color: #767065;
  background-color: #fff;
}

.t0-b-headerCombiCustom-517__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-517__hd a {
  color: #767065;
  text-decoration: underline;
}

.t0-b-headerCombiCustom-517__hd>p {
  width: 100%;
  margin: 0 auto;
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-headerCombiCustom-517__bd {
  padding: 5px 15px 0;
}

.t0-b-headerCombiCustom-517__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-517__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-517__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-517__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-517__col3 {
  width: 100%;
}

.t0-b-fullWidthFrameCustom-518 {
  position: relative;
  padding: 40px 15px 20px;
  margin: 0 -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-fullWidthFrameCustom-518 {
  background-color: #f5f2e8;
}

/*-------------------書き換え部分----------------------*/

/* 左画像（ＴＥＬ）の配置とパス */
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-tel{
  left: 0;
  border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/btn_phonenumber1.png);
  width: 45vw !important;
    animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.00; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-tel__free + span {
  color: #fff;
  font-weight: bold;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-tel__tel + span::before,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-tel__free + span::before {
 content: '';/*何も入れない*/
  display: inline-block;
  width: 13px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image: url(/wp-content/themes/base/src/images/tel.png);
  background-size: contain;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-tel__tel{
  display: table-cell;
  width: 0vw;
  background-image: none;
}

.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-tel__bd {
  position: relative;
  bottom: -5vw;
  left: -6px;
  z-index: 455;
  display: table;
  font-size: 15px;
}


/* 右画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navBCustom-522,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB10 {
  right: 0;
    border-radius: 0px;
  background: url(/wp-content/themes/base/src/images/btn_booking1.png);
width: 55vw !important;

  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.00; /* 最大の倍率。この定義がない場合の初期値は1.1 */}


/* 右画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navBCustom-522__inner::after,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB2__inner::after,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB10__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navBCustom-522 a div,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB10 a div{
 color: #00000000;
 background-color: #00000000;
}


/*----------------------------------*/

.t0-b-headerCombiCustom-519 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-519__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-519__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像2つのサイズ */
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navBCustom-522,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-519__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 0;
  z-index: 450 !important;
  display: block;
  width: 50vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-519__hd,
.t0-b-headerCombiCustom-519__col1,
.t0-b-headerCombiCustom-519__col2,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-navBCustom-521,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-519 .t0-b-headerUnit-contact-navBCustom-517{
  display: none;
}
/*-------------------書き換え部分----------------------*/

/* 画像（24時間web予約）の配置とパス */
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-522,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB9{
right: 70px;
  background: url(/wp-content/themes/base/src/images/WEBSP1.png);
}

/* 画像（24時間web予約）の非表示部分、不要バナーなど */
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-522__inner::after,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB10__inner::after,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB9__inner::after{
  display:none;
}

.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-522 a div,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB10 a div,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB9 a div{
 color: #00000000;
 background-color: #00000000;
}


/* -
ボタンの拡大縮小アニメーション
※head自由記入欄にscaleAnimeの定義が必要（デザイン管理エディタでは@keyframesが定義できないため）
- */
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-522,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB9{
  animation: scaleAnime 0.8s ease 0s infinite alternate;
  
  --scale-min: 0.93; /* 最小の倍率。この定義がない場合の初期値は1 */
  --scale-max: 1.03; /* 最大の倍率。この定義がない場合の初期値は1.1 */
}

/*----------------------------------*/

.t0-b-headerCombiCustom-520 {
  padding-top: 0px;
}

.t0-b-headerCombiCustom-520__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-520__col3 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 400;
  height: 18vw;
  overflow: hidden;
  background-color: rgba(0,0,0,.4);
}


/* 画像のサイズ */
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-522,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-tel,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB1,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB10,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB11,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB12,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB13,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB14,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB15,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB16 {
  position: fixed;
  bottom: 5px;
  z-index: 450 !important;
  display: block;
width: 75vw;
  height: 15vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border:none;
}


/* 表示不要な要素 */
.t0-b-headerCombiCustom-520__hd,
.t0-b-headerCombiCustom-520__col1,
.t0-b-headerCombiCustom-520__col2,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-labeledList2,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-labeledList3,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-labeledList4,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-contact-nav{
  display: none;
} 

/* その他表示不要な他バリエ */
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-tel
{
  display: none;
}

.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navBCustom-521,
.t0-b-headerCombiCustom-520__col3 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-contact-navBCustom-277,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-contact-navBCustom-517,
.t0-b-headerCombiCustom-520 .t0-b-headerUnit-contact-navBCustom-532{
  display: none;
}
.t0-b-headerUnit-contact-navBCustom-521-bPlacer {
  padding-bottom: 15px;
}

.t0-b-headerUnit-contact-navBCustom-521 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-headerUnit-contact-navBCustom-521 a {
  display: block;
  color: #fff;
}

.t0-b-headerUnit-contact-navBCustom-521__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #ff9000;
  border-radius: 30px;
}

.t0-b-headerUnit-contact-navBCustom-521__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-N00/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-headerUnit-contact-navBCustom-522-bPlacer {
  padding-bottom: 15px;
}

.t0-b-headerUnit-contact-navBCustom-522 {
  width: 95%;
  margin: 0 auto;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  font-size: 1.143rem;
}

.t0-b-headerUnit-contact-navBCustom-522 a {
  display: block;
  color: #fff;
}

.t0-b-headerUnit-contact-navBCustom-522__inner {
  position: relative;
  padding: 12px 30px 12px 15px;
  background-color: #febf00;
  border-radius: 30px;
}

.t0-b-headerUnit-contact-navBCustom-522__inner::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 10px;
  height: 15px;
  content: "";
  background-image: url("/_master/acre/themes/031C-N00/imgs/common/navItem001/sp_Banner_arrow001.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t0-b-footerMenuWithCpCustom-523 {
  margin: 0 -15px;
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  color: #675f4f;
  background-color: #d7d1cb;
  line-height: 1.25;
  font-size: 1rem;
}

.t0-b-footerMenuWithCpCustom-523 a {
  color: #675f4f;
  text-decoration: underline;
}

.t0-b-footerMenuWithCpCustom-523>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 55px;
  padding: 5px 0;
  margin: 0 auto;
}

.t0-b-footerMenuWithCpCustom-523 p {
  width: 100%;
  margin: 0;
  text-align: center;
}

.t0-b-footerMenuWithCpCustom-523__menu {
  width: 100%;
}

.t0-b-footerMenuWithCpCustom-523__menu ul {
  padding: 5px 10px;
  text-align: center;
  letter-spacing: -0.4em;
}

.t0-b-footerMenuWithCpCustom-523__menu li {
  display: inline-block;
  letter-spacing: normal;
}

.t0-b-footerMenuWithCpCustom-523__menu li a {
  color: #675f4f;
  text-decoration: underline;
}

.t0-b-footerMenuWithCpCustom-523__menu li div {
  padding: 0 7px;
  color: #675f4f;
}

.t0-b-footerMenuWithCpCustom-523 .state-em div {
  color: #a97417;
}

.t0-b-priceTableCustom-524__inner a {
  text-decoration: underline;
}

.t0-b-priceTableCustom-524 table {
  width: 100%;
}

.t0-b-priceTableCustom-524 tr {
  border: 1px solid #bbb;
}

.t0-b-priceTableCustom-524 th {
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  background-color: #e9ded9;
}

.t0-b-priceTableCustom-524 td {
  line-height: 1.3;
  font-size: 0.8rem;
  padding: 10px;
  vertical-align: middle;
  text-align: right;
  background-color: #fff;
}

.t0-b-lv2HCustom-525 {
  text-align: center;
padding-bottom:15px;}

.t0-b-lv2HCustom-525 h2 {
  line-height: 1.3;
  font-size: 1.35rem;
  border-bottom: 2px solid #917000;
  padding: 0 5px 8px;
}

.t0-b-lv2HCustom-525__caption-upper {
  line-height: 1.3;
  font-size: .933rem;
  padding: 0 5px 5px;
}

.t0-b-lv2HCustom-525__caption-lower {
  line-height: 1.3;
  font-size: .933rem;
  padding: 8px 5px 0;
}

.t0-b-lv2HCustom-525--align-l {
  text-align: left;
}

.t0-b-lv2HCustom-525--align-r {
  text-align: right;
}

/*サイドメニューの部品のスマホ表示をオンにする*/

.t0-b-sideBoxCustom-526-bPlacer {
  padding-bottom: 0;
}

.t0-b-sideBoxCustom-526__hd,
.t0-b-sideBoxCustom-526 .t0-b-sideBoxMedia-bPlacer,
.t0-b-sideBoxCustom-526 .t0-b-sideBoxTextStrong-bPlacer,
.t0-b-sideBoxCustom-526 .t0-b-sideBoxIconText-tel-bPlacer,
.t0-b-sideBoxCustom-526 .t0-b-sideBoxText-bPlacer {
  display: none;
}

/* 右上ボタンの背景色を変更（background-color） */
.t0-b-sideBoxCustom-526 {
  position: fixed;
  right: 100px;
  top: 0;
  z-index: 500;
  width: 50px;
  height: 50px;
}

/* 右上ボタンの表示アイコンを変更（画像URL） */
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem1,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem2,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem3,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem4,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem5,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem6,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem7,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem8,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem9,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem10,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem11,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem12,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem13,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem14,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem15,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem16,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem17,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem18,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem19,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem20,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem21,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem22,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem23,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem24,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem25,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem26,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem27,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem28,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem29 {
  position: fixed;
  z-index: 500;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/wp-content/themes/base/src/images/[btn]web予約1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
  overflow: hidden;  
  background-color:#EB7E31;
}

.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem1__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem2__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem3__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem4__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem5__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem6__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem7__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem8__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem9__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem10__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem11__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem12__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem13__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem14__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem15__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem16__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem17__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem18__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem19__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem20__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem21__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem22__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem23__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem24__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem25__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem26__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem27__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem28__inner,
.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem29__inner{
  border: none;
  color: #00000000;
}

.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem__inner {
    position: relative;
    padding: 12px 30px 12px 15px;
    background-color: #fff0;
    border-radius: 0px;
}

.t0-b-sideBoxCustom-526 .t0-b-sideNavBItem {
 border: 0px solid #fff;
border-radius: 0px;
}