/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/260/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-tel__free {
  background-color: #C1AB42;
}

/* 電話番号の色 */
.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 ,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB4 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: 400;
  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: 410;
  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 ,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-2 .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-2 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-2 .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-2 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-2 .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-2 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-2 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-2 .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-2__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #7D9F0A;
}

/* 電話番号の色 */
.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-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(/_design/1143/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: #7D9F0A;
}

/* 電話番号の色 */
.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;
}

.t0-b-headerCombiCustom-7__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #052252;
}

/* 電話番号の色 */
.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: 400;
  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: 410;
  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-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(/_design/1143/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: #052252;
}

/* 電話番号の色 */
.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-9__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #0B6678;
}

/* 電話番号の色 */
.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: 15;
  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: 18;
  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;
}

/*text color*/

.t0-b-headerCombiCustom-10__hd > p,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-10 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-10 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #0B6678;
}

/* 電話番号の色 */
.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: 15;
  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: 18;
  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-11__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-11__hd > p,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-11 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-11 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #A3AC0F;
}

/* 電話番号の色 */
.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: 15;
  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: 18;
  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;
}

/*text color*/

.t0-b-headerCombiCustom-12__hd > p,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-12 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-12 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-13__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-13__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-13__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-13__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__free {
  background-color: #A3AC0F;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-13 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-13__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-13__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-13 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-13__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-13__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-13 .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-13 .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-13 .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-13 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-13 .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-13 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-13 .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-13 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-13 .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-13 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-13 .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-13 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-13 .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-13 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-13 .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-13__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-13__hd > p,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-13 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-13 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-14__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-14__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-14__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-14__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-14 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-14__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-14__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-14 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-14__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-14__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-14 .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-14 .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-14 .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-14 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-14 .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-14 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-14 .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-14 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-14 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-14 .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-14 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-14 .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-14 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-14 .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-14 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-14 .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-15__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-15__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-15__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-15__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__free {
  background-color: #F1BAB8;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-15 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-15__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-15__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-15 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-15__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-15__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-15 .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-15 .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-15 .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-15 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-15 .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-15 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-15 .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-15 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-15 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-15 .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-15 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-15 .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-15 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-15 .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-15 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-15 .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-15__col3 > div > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-16__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-16__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-16__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-16__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-16 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-16__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-16__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-16 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-16__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-16__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-16 .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-16 .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-16 .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-16 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-16 .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-16 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-16 .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-16 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-16 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-16 .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-16 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-16 .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-16 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-16 .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-16 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-16 .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-17__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-17__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-17__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-17__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__free {
  background-color: #F9DD64;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-17 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-17__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-17__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-17 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-17__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-17__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-17 .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-17 .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-17 .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-17 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-17 .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-17 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-17 .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-17 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-17 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-17 .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-17 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-17 .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-17 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-17 .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-17 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-17 .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-17__col3 > div > div:last-child {
  display: none;
}
.t0-b-mediaCustom-18__media {
  line-height: 0;
}

.t0-b-mediaCustom-18 {
  color: #333;
}

.t0-b-mediaCustom-18 img {
  width: 100%;
}

.t0-b-mediaCustom-18 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-18 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-18__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.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;
}

.t0-b-mediaCustom-18__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-18__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-18__media > span {
  vertical-align: baseline;
}

.t0-b-mediaCustom-18__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-18 a {
  text-decoration: none;
}

.t0-b-mediaCustom-18__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.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 p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-18__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-18__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-18 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-18--width-l .t0-b-mediaCustom-18__media img {
  width: 100%;
}

.t0-b-mediaCustom-18--width-m .t0-b-mediaCustom-18__media img {
  width: 75%;
}

.t0-b-mediaCustom-18--width-s .t0-b-mediaCustom-18__media img {
  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-mediaCustom-18__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-18__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-18__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-18__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-19__media {
  line-height: 0;
}

.t0-b-mediaCustom-19 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-19 img {
  width: 100%;
  box-sizing: border-box;
}

.t0-b-mediaCustom-19__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 5px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-19__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-19__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-19__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-19__caption {
  margin: 5px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-19__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-media3--width-l .t0-b-mediaCustom-19__media img {
  width: 100%;
}

.t0-b-mediaCustom-19--width-l .t0-b-mediaCustom-19__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-19__media img {
  width: 100%;
}

.t0-b-media3--width-m .t0-b-mediaCustom-19__media img {
  width: 75%;
}

.t0-b-mediaCustom-19--width-m .t0-b-mediaCustom-19__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-19__media img {
  width: 75%;
}

.t0-b-media3--width-s .t0-b-mediaCustom-19__media img {
  width: 50%;
}

.t0-b-mediaCustom-19--width-s .t0-b-mediaCustom-19__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-19__media img {
  width: 50%;
}

.t0-b-mediaCustom-19--align-l {
  text-align: left;
}

.t0-b-mediaCustom-19--align-c {
  text-align: center;
}

.t0-b-mediaCustom-19--align-r {
  text-align: right;
}

.t0-b-mediaCustom-19__h-upper a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-19__h-lower a {
  text-decoration: none;
  color: #cdbcbc;
}

.t0-b-mediaCustom-19__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-19__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-19 img {
  border: 1px solid #333;
}

.t0-b-mediaCustom-20__media {
  line-height: 0;
}

.t0-b-mediaCustom-20 {
  color: #4d4d4d;
}

.t0-b-mediaCustom-20 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-20 img {
  width: 100%;
}

.t0-b-mediaCustom-20 a {
  text-decoration: none;
}

.t0-b-mediaCustom-20__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-20__media {
  text-align: center;
  line-height: 0;
}

.t0-b-mediaCustom-20__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-20__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-20__caption p {
  font-size: 1em !important;
  text-align: left;
  line-height: 1.2;
}

.t0-b-mediaCustom-20--width-l .t0-b-mediaCustom-20__media img {
  width: 100%;
}

.t0-b-media2--width-l .t0-b-mediaCustom-20__media img {
  width: 100%;
}

.t0-b-mediaCustom-20--width-m .t0-b-mediaCustom-20__media img {
  width: 75%;
}

.t0-b-media2--width-m .t0-b-mediaCustom-20__media img {
  width: 75%;
}

.t0-b-mediaCustom-20--width-s .t0-b-mediaCustom-20__media img {
  width: 50%;
}

.t0-b-media2--width-s .t0-b-mediaCustom-20__media img {
  width: 50%;
}

.t0-b-mediaCustom-20--align-l {
  text-align: left;
}

.t0-b-mediaCustom-20--align-c {
  text-align: center;
}

.t0-b-mediaCustom-20--align-r {
  text-align: right;
}

.t0-b-mediaCustom-20__h-upper a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-20__h-lower a {
  text-decoration: none;
  color: #4d4d4d;
}

.t0-b-mediaCustom-20__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-20__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-21__media {
  line-height: 0;
}

.t0-b-mediaCustom-21 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-21 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-21__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-21__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-21__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-21__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-21__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-21__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-21--width-l .t0-b-mediaCustom-21__media img {
  width: 100%;
}

.t0-b-mediaCustom-21--width-m .t0-b-mediaCustom-21__media img {
  width: 75%;
}

.t0-b-mediaCustom-21--width-s .t0-b-mediaCustom-21__media img {
  width: 50%;
}

.t0-b-mediaCustom-21--align-l {
  text-align: left;
}

.t0-b-mediaCustom-21--align-c {
  text-align: center;
}

.t0-b-mediaCustom-21--align-r {
  text-align: right;
}

.t0-b-mediaCustom-21__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-21__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-21__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-21__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-22__media {
  line-height: 0;
}

.t0-b-mediaCustom-22 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-22 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-22__h-upper {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-22__media {
  text-align: center;
  padding: 2px 4px 4px 2px;
}

.t0-b-mediaCustom-22__media a {
  text-decoration: none;
}

.t0-b-mediaCustom-22__h-lower {
  line-height: 1.25;
  font-size: 1.143em !important;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}

.t0-b-mediaCustom-22__caption {
  margin: 10px 0 0;
  text-align: left;
}

.t0-b-mediaCustom-22__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-22--width-l .t0-b-mediaCustom-22__media img {
  width: 100%;
}

.t0-b-mediaCustom-22--width-m .t0-b-mediaCustom-22__media img {
  width: 75%;
}

.t0-b-mediaCustom-22--width-s .t0-b-mediaCustom-22__media img {
  width: 50%;
}

.t0-b-mediaCustom-22--align-l {
  text-align: left;
}

.t0-b-mediaCustom-22--align-c {
  text-align: center;
}

.t0-b-mediaCustom-22--align-r {
  text-align: right;
}

.t0-b-mediaCustom-22__h-upper a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-22__h-lower a {
  text-decoration: none;
  color: #5d3e0e;
}

.t0-b-mediaCustom-22__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-22__h-lower div {
  display: inline-block;
}

.t0-b-mediaCustom-23__media {
  line-height: 0;
}

.t0-b-mediaCustom-23 {
  color: #664b3a;
  margin: 0 auto;
}

.t0-b-mediaCustom-23 img {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
}

.t0-b-mediaCustom-23__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-bottom: 10px;
}

.t0-b-mediaCustom-23__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-23__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-23__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-23 a {
  text-decoration: none;
  color: #664b3a;
}

.t0-b-mediaCustom-23__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  margin-top: 10px;
}

.t0-b-mediaCustom-23__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-23__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-23__caption {
  margin-top: 10px;
}

.t0-b-mediaCustom-23__caption p {
  line-height: 1.6;
  font-size: 1em !important;
  text-align: left;
}

.t0-b-mediaCustom-23__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.3em;
}

.t0-b-mediaCustom-23__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.4em;
}

.t0-b-mediaCustom-23--width-l {
  width: 100%;
}

.t0-b-mediaCustom-23--width-m {
  width: 75%;
}

.t0-b-mediaCustom-23--width-s {
  width: 50%;
}

.t0-b-mediaCustom-23--align-l {
  text-align: left;
}

.t0-b-mediaCustom-23--align-c {
  text-align: center;
}

.t0-b-mediaCustom-23--align-r {
  text-align: right;
}

/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #FD9D92;
}

/* 電話番号の色 */
.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: 400;
  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: 410;
  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 {
  border: 0;
}

.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-25__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-25__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-25__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-25__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__free {
  background-color: #FD9D92;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-25 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-25__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-25__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-25 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-25__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-25__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-25 .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-25 .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-25 .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-25 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-25 .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-25 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-25 .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-25 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-25 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-25 .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-25 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-25 .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-25 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-25 .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-25 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-25 .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-25__col3 > div:last-child {
  display: none;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-26__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-26__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-26__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-26__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-26 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-26__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-26__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-26 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-26__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-26__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-26 .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-26 .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-26 .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-26 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-26 .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-26 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-26 .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-26 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-26 .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-26 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-26 .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-26 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-26 .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-26 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-26 .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-26__hd > p,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-26 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-26 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-27__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-27__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-27__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-27__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF65AB;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-27 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-27__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-27__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-27 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-27__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-27__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-27 .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-27 .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-27 .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-27 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-27 .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-27 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-27 .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-27 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-27 .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-27 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-27 .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-27 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-27 .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-27 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-27 .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-27__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-27__hd > p,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-27 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-27 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-28__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-28__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-28__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-28__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-28 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-28__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-28__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-28 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-28__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-28__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-28 .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-28 .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-28 .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-28 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-28 .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-28 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-28 .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-28 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-navB2 {
  border: 0;
}

.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-28 .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-28 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-28 .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-28 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-28 .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-28 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-28 .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-28__hd > p,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-28 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-28 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-29__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-29__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-29__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-29__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__free {
  background-color: #1F5BB6;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-navB2 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-29 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-29__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-29__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-29 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-29__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-29__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-29 .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-29 .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-29 .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-29 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-29 .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-29 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-29 .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-29 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-navB2 {
}

.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-29 .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-29 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-29 .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-29 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-29 .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-29 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-29 .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-29__col3 > div > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-29__hd > p,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-29 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-29 .t0-b-headerUnit-labeledList th {
  color: #fff;
}
.t0-b-headerCombiCustom-30 {
  height: 70vw;
  background: url(/_design/1143/images/004.png) no-repeat center center;
  background-size: 100%;
  margin: 0 -15px;
}

.t0-b-headerCombiCustom-30__bd {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-31 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-31 {
  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-31 .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-32__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-32__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-32__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-32 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-32__hd,
.t0-b-headerCombiCustom-32__col1,
.t0-b-headerCombiCustom-32__col2 {
  display: none;
}

.t0-b-headerCombiCustom-32__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-32__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-32__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-32__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-33 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-33__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-34 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-34 {
  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-34 .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-35__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-35__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-35__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-35 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-35__hd,
.t0-b-headerCombiCustom-35__col1,
.t0-b-headerCombiCustom-35__col2 {
  display: none;
}

.t0-b-headerCombiCustom-35__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-35__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-35__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-35__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-36 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-36__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-37 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-37 {
  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-37 .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-38__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-38__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-38__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-38 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-38__hd,
.t0-b-headerCombiCustom-38__col1,
.t0-b-headerCombiCustom-38__col2 {
  display: none;
}

.t0-b-headerCombiCustom-38__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-38__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-38__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-38__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-39 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-39__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-40 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-40 {
  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-40 .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-41__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-41__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-41__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-41 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-41__hd,
.t0-b-headerCombiCustom-41__col1,
.t0-b-headerCombiCustom-41__col2 {
  display: none;
}

.t0-b-headerCombiCustom-41__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-41__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-41__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-41__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-42 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-42__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-43 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-43 {
  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-43 .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-44__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-44__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-44__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-44 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-44__hd,
.t0-b-headerCombiCustom-44__col1,
.t0-b-headerCombiCustom-44__col2 {
  display: none;
}

.t0-b-headerCombiCustom-44__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-44__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-44__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-44__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-45 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-45__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-46 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-46 {
  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-46 .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-47__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-47__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-47__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-47 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-47__hd,
.t0-b-headerCombiCustom-47__col1,
.t0-b-headerCombiCustom-47__col2 {
  display: none;
}

.t0-b-headerCombiCustom-47__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-47__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-47__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-47__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-48 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-48__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-49 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-49 {
  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-49 .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-50__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-50__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-50__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-50 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-50__hd,
.t0-b-headerCombiCustom-50__col1,
.t0-b-headerCombiCustom-50__col2 {
  display: none;
}

.t0-b-headerCombiCustom-50__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-50__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-50__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-50__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-51 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-51__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-52 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-52 {
  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-52 .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-53__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-53__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-53__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-53 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-53__hd,
.t0-b-headerCombiCustom-53__col1,
.t0-b-headerCombiCustom-53__col2 {
  display: none;
}

.t0-b-headerCombiCustom-53__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-53__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-53__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-53__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-54 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-54__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-55 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-55 {
  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-55 .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-56__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-56__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-56__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-56 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-56__hd,
.t0-b-headerCombiCustom-56__col1,
.t0-b-headerCombiCustom-56__col2 {
  display: none;
}

.t0-b-headerCombiCustom-56__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-56__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-56__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-56__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-57 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-57__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #2361AA;
}

/* 電話番号の色 */
.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-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(/_design/1143/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: #2361AA;
}

/* 電話番号の色 */
.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-59__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/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: #FF8C00;
}

/* 電話番号の色 */
.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-61__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-61__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-61__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-61__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-61 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-61__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-61__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-61 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-61__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-61__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-61 .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-61 .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-61 .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-61 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-61 .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-61 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-61 .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-61 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-61 .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-61 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-61 .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-61 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-61 .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-61 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-61 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-61 .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-61__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-62__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-62__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-62__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-62__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-62 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-62__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-62__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-62 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-62__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-62__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-62 .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-62 .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-62 .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-62 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-62 .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-62 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-62 .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-62 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-62 .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-62 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-62 .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-62 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-62 .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-62 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-62 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-62 .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-63__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-63__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-63__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-63__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__free {
  background-color: #FF8C00;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-63 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-63__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-63__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-63 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-63__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-63__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-63 .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-63 .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-63 .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-63 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-63 .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-63 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-63 .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-63 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB4 {
  border: 0;
}

.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-63 .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-63 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-63 .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-63 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-63 .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-63 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-63 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-63 .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-63__col3 > div:last-child {
  display: none;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-64__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-64__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-64__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-64__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-64 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-64__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-64__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-64 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-64__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-64__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-64 .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-64 .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-64 .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-64 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-64 .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-64 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-64 .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-64 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-64 .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-64 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-64 .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-64 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-64 .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-64 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-64 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-64 .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-65__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-65__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-65__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-65__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__free {
  background-color: #AB2B08;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-65 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-65__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-65__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-65 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-65__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-65__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-65 .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-65 .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-65 .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-65 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-65 .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-65 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-65 .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-65 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-65 .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-65 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-65 .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-65 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-65 .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-65 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-65 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-65 .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-65__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-66 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-66__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-67 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-67__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-68 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-68__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-69 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-69__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-70 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-70 {
  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-70 .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-71 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-71 {
  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-71 .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-72 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-72 {
  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-72 .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-73 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-73 {
  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-73 .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-74__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-74__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-74__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-74 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-74__hd,
.t0-b-headerCombiCustom-74__col1,
.t0-b-headerCombiCustom-74__col2 {
  display: none;
}

.t0-b-headerCombiCustom-74__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-74__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-74__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-74__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-75 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-75__hd,
.t0-b-headerCombiCustom-75__col1,
.t0-b-headerCombiCustom-75__col2 {
  display: none;
}

.t0-b-headerCombiCustom-75__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-75__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 文字の背景色 */
.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-headerCombiCustom-77-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-77 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-77__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-77__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-77__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-77__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-77__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-77__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-77__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-77__col3 {
  width: 100%;
}

/* 電話番号ボタンの色 */
.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(/_design/1143/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-headerFullWidthMediaCustom-80 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-80 {
  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-80 .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-81__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-81__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-81__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-81 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-81__hd,
.t0-b-headerCombiCustom-81__col1,
.t0-b-headerCombiCustom-81__col2 {
  display: none;
}

.t0-b-headerCombiCustom-81__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-81__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-81__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-81__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-82 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-82__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-83 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-83__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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-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-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;
  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 {
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-83 .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-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 {
  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-83 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-83 .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-83 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-83 .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-83 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-83 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-83 .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-84 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.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 > 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 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-84 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.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 {
  margin-bottom: 5px;
}

/* ロゴ */
.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-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 {
  border: 0;
}

.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 {
  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 > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-84 .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-84 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-84 .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-84 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-84__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-84__hd > p,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-84 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-84 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-85 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-85__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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-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-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 {
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-85 .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-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 {
  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-85 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-85 .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-85 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-85 .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-85 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-85 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-85 .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-86 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.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 > 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,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-86 .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-86 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.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,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.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,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-86 .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-86 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-86 .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-86 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-86 .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-86 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-86__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-86__hd > p,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-86 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-86 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-87 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-87__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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-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-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,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB10 {
}

.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,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-87 .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-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,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-87 .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-87 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-87 .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-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,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-87 .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-87 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-87 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-87 .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-88 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-88 .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-88 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-88__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-88__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-88 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-88__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-88__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-88 .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-88 .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-88 .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-88 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-88 .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-88 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-88 .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-88 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-88 .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-88 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-88 .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-88 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-88 .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-88 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-88__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-88__hd > p,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-88 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-88 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-89 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-89__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-89__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-89 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-89__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-89__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-89__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-89 .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-89 .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-89 .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-89 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-89 .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-89 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-89 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-89 .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-90 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-90 .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-90 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-90__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-90__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-90 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-90__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-90__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-90 .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-90 .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-90 .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-90 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-90 .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-90 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-90 .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-90 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-90 .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-90 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-90 .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-90 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-90 .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-90 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-90__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-90__hd > p,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-90 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-90 .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-91 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-91 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-91__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-91__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-91 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-91__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-91__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-91 .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-91 .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-91 .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-91 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-91 .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-91 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-91 .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-91 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5 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-91 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5 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-91 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5 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-91 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-91 .t0-b-headerUnit-contact-navB5 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-92 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-92 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-92__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-92__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-92 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-92__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-92__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-92 .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-92 .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-92 .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-92 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-92 .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-92 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-92 .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-92 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5 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-92 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5 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-92 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5 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-92 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-92 .t0-b-headerUnit-contact-navB5 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-92__col3 > div:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-93 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-93__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-94 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-94 {
  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-94 .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-95__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-95__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-95__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-95 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-95__hd,
.t0-b-headerCombiCustom-95__col1,
.t0-b-headerCombiCustom-95__col2 {
  display: none;
}

.t0-b-headerCombiCustom-95__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-95__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-95__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-95__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-96 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-96__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-96__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-96 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-96__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-96__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-96__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-96 .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-96 .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-96 .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-96 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-96 .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-96 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-96 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-96 .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-97 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.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: #393939;
  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: #393939;
  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: #393939;
}

.t0-b-headerCombiCustom-97 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-98 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-98__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-98__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-98 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-98__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-98__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-98__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-98 .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-98 .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-98 .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-98 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-98 .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-98 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-98 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-98 .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-99 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-99 .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-99 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-99__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-99__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-99 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-99__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-99__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-99 .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-99 .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-99 .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-99 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-99 .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-99 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-99 .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-99 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-99 .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-99 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-99 .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-99 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-99 .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-99 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-99__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-99__hd > p,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-99 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-99 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-100 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-100__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-100__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-100 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-100__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-100__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-100__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-100 .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-100 .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-100 .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-100 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-100 .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-100 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-100 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-100 .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-101 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-101 .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-101 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-101__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-101__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-101 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-101__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-101__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-101 .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-101 .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-101 .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-101 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-101 .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-101 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-101 .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-101 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-101 .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-101 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-101 .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-101 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-101 .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-101 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-101__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-101__hd > p,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-101 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-101 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-102 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-102__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-102__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-102 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-102__hd {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-102__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.t0-b-headerCombiCustom-102__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-102 .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-102 .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-102 .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-102 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-102 .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-102 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-102 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-102 .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-103 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/*
電話アイコンの色
濃いグリーン   #0B6678
明るいグリーン #56C378
オレンジ       #FDAA09
濃い赤         #B71B21
ゴールド       #BDA552
フリーダイヤル #2F9B33
*/
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__free {
  background-color: #5DB8E9;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-103 .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-103 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-103__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-103__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-103 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-103__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-103__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-103 .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-103 .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-103 .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-103 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-103 .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-103 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-103 .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-103 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-103 .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-103 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-103 .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-103 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-103 .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-103 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-103__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-103__hd > p,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-103 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-103 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-104 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-104__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-104__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-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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-104__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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: 410;
  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-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-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,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-104 .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-104 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-104 .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-104 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-104 .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-104 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-104 .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-104 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-104 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-104 .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-105 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.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: #5DB8E9;
}

/* 電話番号の色 */
.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 > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-105 .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-105 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-105__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-105__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-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: 410;
  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,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-105 .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-105 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-105 .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-105 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-105 .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-105 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-105__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-105__hd > p,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-105 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-105 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-106 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-106 {
  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-106 .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-107__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-107__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-107__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-107 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-107__hd,
.t0-b-headerCombiCustom-107__col1,
.t0-b-headerCombiCustom-107__col2 {
  display: none;
}

.t0-b-headerCombiCustom-107__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-107__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-107__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-107__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-108 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-108__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-108__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-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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-108__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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: 410;
  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-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-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,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-108 .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-108 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-108 .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-108 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-108 .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-108 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-108 .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-108 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-108 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-108 .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-109 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.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: #5DB8E9;
}

/* 電話番号の色 */
.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 > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-109 .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-109 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-109__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-109__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-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: 410;
  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,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-109 .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-109 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-109 .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-109 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-109 .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-109 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-109 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-109__col3 > 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 .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 ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-110 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.t0-b-headerCombiCustom-110__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-110__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-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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-110__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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: 410;
  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-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-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,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-110 .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-110 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-110 .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-110 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-110 .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-110 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-110 .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-110 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-110 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-110 .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-111 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.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: #5DB8E9;
}

/* 電話番号の色 */
.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 > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-111 .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-111 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.t0-b-headerCombiCustom-111__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-111__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-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: 410;
  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,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-111 .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-111 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-111 .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-111 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-111 .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-111 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-111 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-111__col3 > 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 .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 ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-112 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-112__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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-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-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,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-112 .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-112 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-112 .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-112 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-112 .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-112 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-112 .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-112 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-112 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-112 .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-113 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.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: #5DB8E9;
}

/* 電話番号の色 */
.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 > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-113 .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-113 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.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,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-113 .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-113 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-113 .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-113 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-113 .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-113 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-113__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-113__hd > p,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-113 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-113 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 電話番号ボタンの色 */
.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 ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9 a ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB10 a  {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-114 {
  padding-top: 10px;
  margin-bottom: -20px;
}

.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 {
  display:none;
}

/* 下テキスト */
.t0-b-headerCombiCustom-114__col1 .t0-b-headerUnit-siteName2__ft {
  display:none;
}

/* ロゴ */
.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-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-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,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB10 {
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8 a,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9 a,
.t0-b-headerCombiCustom-114 .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-114 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8 a div,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9 a div,
.t0-b-headerCombiCustom-114 .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-114 .t0-b-headerUnit-contact-navB a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8 a div div:before,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9 a div div:before,
.t0-b-headerCombiCustom-114 .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-114 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8 a p,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9 a p,
.t0-b-headerCombiCustom-114 .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-114 .t0-b-headerUnit-contact-navB__inner ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9__inner,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB10__inner{
  background: none;
  color: #333;
}

.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB__inner:after ,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB2__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB3__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB4__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB5__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB6__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB7__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB8__inner:after,
.t0-b-headerCombiCustom-114 .t0-b-headerUnit-contact-navB9__inner:after,
.t0-b-headerCombiCustom-114 .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-115 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.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: #5DB8E9;
}

/* 電話番号の色 */
.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 > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-115 .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-115 {
  padding: 15px 0;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteName2-bPlacer {
  padding-bottom: 0;
}

.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,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB10 {
  border: 0;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8 a > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9 a > div,
.t0-b-headerCombiCustom-115 .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-115 .t0-b-headerUnit-contact-navB a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8 a div > span,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9 a div > span,
.t0-b-headerCombiCustom-115 .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-115 .t0-b-headerUnit-contact-navB a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8 a > div > div,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9 a > div > div,
.t0-b-headerCombiCustom-115 .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-115 .t0-b-headerUnit-contact-navB a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB2 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB3 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB4 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB5 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB6 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB7 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB8 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB9 a > div::after,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-navB10 a > div::after {
  content: none;
}

.t0-b-headerCombiCustom-115__col3 > div:last-child {
  display: none;
}

/*text color*/

.t0-b-headerCombiCustom-115__hd > p,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-text a,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteName,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteTitle,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteTitle2,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteName a,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteTitle a,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteTitle2 a,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-115 .t0-b-headerUnit-contact-fax > p {
  color: #393939;
}

.t0-b-headerCombiCustom-115 .t0-b-headerUnit-labeledList th {
  color: #fff;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-116 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-116 {
  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-116 .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-117__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-117__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-117__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-117 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-117__hd,
.t0-b-headerCombiCustom-117__col1,
.t0-b-headerCombiCustom-117__col2 {
  display: none;
}

.t0-b-headerCombiCustom-117__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-117__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-117__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-117__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
.t0-b-footerFullWidthFrameCustom-118 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-118__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-119 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-119__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-120__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-120__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-120__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-120__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-120 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-120__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-120__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-120 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-120__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-120__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-120 .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-120 .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-120 .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-120 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-120 .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-120 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-120 .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-120 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5 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-120 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5 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-120 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5 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-120 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-120 .t0-b-headerUnit-contact-navB5 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-121__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-121__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-121__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-121__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-121 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-121__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-121__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-121 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-121__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-121__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-121 .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-121 .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-121 .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-121 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-121 .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-121 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-121 .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-121 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5 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-121 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5 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-121 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5 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-121 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-121 .t0-b-headerUnit-contact-navB5 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-121__col3 > div:last-child {
  display: none;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-122 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-122 {
  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-122 .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-123__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-123__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-123__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-123 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-123__hd,
.t0-b-headerCombiCustom-123__col1,
.t0-b-headerCombiCustom-123__col2 {
  display: none;
}

.t0-b-headerCombiCustom-123__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-123__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-123__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-123__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.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 ,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5 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: 400;
  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: 410;
  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,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5 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,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5 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,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5 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 ,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-124 .t0-b-headerUnit-contact-navB5 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__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(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.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 ,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5 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: 400;
  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: 410;
  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,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5 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,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5 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,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5 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,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-125 .t0-b-headerUnit-contact-navB5 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:last-child {
  display: none;
}

.t0-b-footerFullWidthFrameCustom-126 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-126__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

.t0-b-footerFullWidthFrameCustom-127 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin: 0 -15px -10px;
}

.t0-b-footerFullWidthFrameCustom-127__bd .t0-b-freeHtml {
  margin: 0 -5px -20px;
}

/* 画像 */
.t0-b-headerFullWidthMediaCustom-128 {
  background-image: url('■■■■■■■■■■') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-128 {
  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-128 .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-129__col3 .t0-b-headerUnit-siteName2__ft {
  background: #000;
}

/* 文字の色 */
.t0-b-headerCombiCustom-129__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-129__col3 .t0-b-headerUnit-siteName2__ft * {
  color: #fff !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerCombiCustom-129 {
  margin: 0 -15px 20px;
  padding: 0;
}

.t0-b-headerCombiCustom-129__hd,
.t0-b-headerCombiCustom-129__col1,
.t0-b-headerCombiCustom-129__col2 {
  display: none;
}

.t0-b-headerCombiCustom-129__col3 {
  width: 100%;
}

.t0-b-headerCombiCustom-129__col3 .t0-b-headerUnit-siteName2__ft {
  padding: 10px;
}

.t0-b-headerCombiCustom-129__col3 .t0-b-headerUnit-siteName2__ft,
.t0-b-headerCombiCustom-129__col3 .t0-b-headerUnit-siteName2__ft * {
  font-size: 26px !important;
}
/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-130__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-130__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-130__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-130__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-130 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-130__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-130__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-130 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-130__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-130__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-130 .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-130 .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-130 .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-130 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-130 .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-130 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-130 .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-130 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5 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-130 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5 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-130 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5 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-130 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-130 .t0-b-headerUnit-contact-navB5 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-131__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-131__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-131__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-131__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-131 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-131__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-131__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-131 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-131__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-131__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-131 .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-131 .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-131 .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-131 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-131 .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-131 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-131 .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-131 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5 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-131 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5 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-131 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5 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-131 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-131 .t0-b-headerUnit-contact-navB5 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-131__col3 > div:last-child {
  display: none;
}

/* 画像 */
.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-headerCombiCustom-135__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-135__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-135__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-135__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-135 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-135__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-135__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-135 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-135__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-135__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-135 .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-135 .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-135 .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-135 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-135 .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-135 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-135 .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-135 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5 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-135 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5 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-135 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5 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-135 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-135 .t0-b-headerUnit-contact-navB5 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-136__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-136__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-136__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-136__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-136 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-136__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-136__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-136 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-136__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-136__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-136 .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-136 .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-136 .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-136 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-136 .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-136 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-136 .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-136 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5{
  border: 0;
}

.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4 a,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5 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-136 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4 a div,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5 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-136 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4 a div:before,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5 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-136 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB2 a p,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB4 a p,
.t0-b-headerCombiCustom-136 .t0-b-headerUnit-contact-navB5 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-136__col3 > div:last-child {
  display: none;
}

.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-mediaCustom-140__media {
  line-height: 0;
}

.t0-b-mediaCustom-140 {
  color: #333;
}

.t0-b-mediaCustom-140 img {
  width: 100%;
}

.t0-b-mediaCustom-140 > * {
  padding-top: 15px;
}

.t0-b-mediaCustom-140 > *:first-child {
  padding-top: 0;
}

.t0-b-mediaCustom-140__h-upper {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-140__h-upper:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-140__h-upper:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-140__media {
  text-align: center;
}

.t0-b-mediaCustom-140__media > * {
  vertical-align: top;
}

.t0-b-mediaCustom-140__media img {
  vertical-align: top;
}

.t0-b-mediaCustom-140__media > span {
  vertical-align: baseline;
}


.t0-b-mediaCustom-140 a {
  text-decoration: none;
}

.t0-b-mediaCustom-140__h-lower {
  font-weight: bold;
  line-height: 1.25;
  font-size: 1.143em !important;
  text-align: center;
  color: #553010;
}

.t0-b-mediaCustom-140__h-lower:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-140__h-lower:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.25em;
}

.t0-b-mediaCustom-140__caption p {
  line-height: 1.25;
  font-size: 1em !important;
  text-align: center;
}

.t0-b-mediaCustom-140__caption p:before {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.08em;
}

.t0-b-mediaCustom-140__caption p:after {
  content: "";
  display: block;
  height: 0;
  margin-top: -0.18em;
}

.t0-b-mediaCustom-140 img {
  max-width: 100% !important;
}

.t0-b-mediaCustom-140--width-l .t0-b-mediaCustom-194__media img {
  width: 100%;
}

.t0-b-mediaCustom-140--width-m .t0-b-mediaCustom-194__media img {
  width: 75%;
}

.t0-b-mediaCustom-140--width-s .t0-b-mediaCustom-194__media img {
  width: 50%;
}

.t0-b-mediaCustom-140--align-l {
  text-align: left;
}

.t0-b-mediaCustom-140--align-c {
  text-align: center;
}

.t0-b-mediaCustom-140--align-r {
  text-align: right;
}

.t0-b-mediaCustom-140__h-upper a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-140__h-lower a {
  text-decoration: none;
  color: #553010;
}

.t0-b-mediaCustom-140__h-upper div {
  display: inline-block;
}

.t0-b-mediaCustom-140__h-lower div {
  display: inline-block;
}


/* ヘッダーテキストを消す場合は以下を追加
.t0-b-headerCombiCustom-141__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-141__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-141__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-141__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-141 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-141__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-141__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-141 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-141__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-141__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-141 .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-141 .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-141 .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-141 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-141 .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-141 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-141 .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-141 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-141 .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-141 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-141 .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-141 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-141 .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-141 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-141 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-141 .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-142__hd {
  display: none;
} */

/* サイト名・サイト画像を消す場合は以下を追加
.t0-b-headerCombiCustom-142__col1 .t0-b-headerUnit-siteName2__bd {
  display: none;
} */

/* サイト名・サイト画像の補足文だけを消す場合は以下を追加
.t0-b-headerCombiCustom-142__col1 .t0-b-headerUnit-siteName2__bd + .t0-b-headerUnit-siteName2__ft {
  display: none;
} */

/* 左カラムを全部消す場合は以下を追加
.t0-b-headerCombiCustom-142__col1 {
  display: none;
} */

/*-------------------------------------------------------*/

/* 電話番号アイコンのパス */
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__tel {
  background-image: url(/_design/1143/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__free + span {
  color: #b22d00;
}

/* 電話番号ボタンの色 */
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__bd {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/* 問合せボタンの色 */
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB a ,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 a ,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB4 a{
  background: -webkit-gradient(linear, left top, left bottom, from(#fff),  to(#D7D7D7)) left top repeat;
}

/*----------------------------------*/

.t0-b-headerCombiCustom-142 {
  padding-top: 10px;
}

.t0-b-headerCombiCustom-142__col2 {
  position: absolute;
}

.t0-b-headerCombiCustom-142__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-142 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-fax,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-labeledList,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-miniCol,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-table,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-nav {
  display: none;
}

/* 上テキスト */
.t0-b-headerCombiCustom-142__hd {
  margin-bottom: 5px;
}

/* ロゴ */
.t0-b-headerCombiCustom-142__col1 .t0-b-headerUnit-siteName2__bd img {
  width: auto;
  max-width: 100%;
  margin: auto;
}

/*電話*/
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-text,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__ruby {
  display: none;
}

.t0-b-headerCombiCustom-142 .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-142 .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-142 .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-142 .t0-b-headerUnit-contact-tel__free {
  display: table-cell;
  width: 9.3vw;
  background-position: center center;
}

.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-tel__tel + span,
.t0-b-headerCombiCustom-142 .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-142 .t0-b-headerUnit-contact-tel__tel + span:before,
.t0-b-headerCombiCustom-142 .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-142 .t0-b-headerUnit-contact-navB,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 ,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-142 .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-142 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-142 .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-142 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-142 .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-142 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-142 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-142 .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-142__col3 > div:last-child {
  display: none;
}
/* 画像 */
.t0-b-headerFullWidthMediaCustom-143 {
  background-image: url('/_design/1143/images/sp_43.jpg') !important;
}

/*-----------------------------------------------------------*/
.t0-b-headerFullWidthMediaCustom-143 {
  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-143 .t0-b-headerFullWidthMedia-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  padding: 10px;
  color: #fff;
  font-size: 20px !important;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight:bold;
  text-shadow: 1px 1px 2px #000;
  box-sizing: border-box;
}

.t0-b-headerCombiCustom-144-bPlacer {
  padding-bottom: 0px;
}

.t0-b-headerCombiCustom-144 {
  margin: 0 -15px;
  padding-top: 20px;
  background-repeat: repeat-x;
  background-position: left top;
}

.t0-b-headerCombiCustom-144__hd {
  padding: 5px 5px 10px;
}

.t0-b-headerCombiCustom-144__hd>p {
  line-height: 1.25;
  font-size: 1.000rem !important;
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-144__bd {
  padding: 5px 20px 0;
}

.t0-b-headerCombiCustom-144__bd>div {
  width: 100%;
  margin: 0 auto;
}

.t0-b-headerCombiCustom-144__bd>div>div {
  text-align: left;
  vertical-align: middle;
}

.t0-b-headerCombiCustom-144__col1 {
  width: 100%;
}

.t0-b-headerCombiCustom-144__col2 {
  width: 100%;
}

.t0-b-headerCombiCustom-144__col3 {
  width: 100%;
}

.t0-b-sideBannerCustom-145-bPlacer {
  padding-bottom: 35px;
}

.t0-b-sideBannerCustom-145 {
  width: 100%;
  margin: 0 auto;
}

.t0-b-sideBannerCustom-145 img {
  width: 100%;
  vertical-align: top;
}

.t0-b-sideBannerCustom-145 a {
  text-decoration: none;
}

.t0-b-sideBannerCustom-145 a>img:hover {
  opacity: .8;
}

.t0-b-sideBannerCustom-145--width-l {
  width: 100%;
}

.t0-b-sideBannerCustom-145--width-m {
  width: 75%;
}

.t0-b-sideBannerCustom-145--width-s {
  width: 50%;
}

.t0-b-footerFullWidthFrameCustom-146-bPlacer {
  padding-bottom: 0px;
}

.t0-b-footerFullWidthFrameCustom-146 {
  position: relative;
  padding: 40px 15px;
  margin: 0 -15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.t0-b-footerFullWidthFrameCustom-146 {
  background-color: #F8F3E7;
}

/* ヘッダーテキストを消す場合は以下を追加
.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(/_design/260/images/ico_tel.png);
}

/* 電話アイコンの色 */
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__tel,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-tel__free {
  background-color: #2361AA;
}

/* 電話番号の色 */
.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 ,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB4 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: 400;
  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: 410;
  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 ,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB4{
  border: 0;
}

.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3 a,
.t0-b-headerCombiCustom-5 .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-5 .t0-b-headerUnit-contact-navB a div,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a div,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3 a div,
.t0-b-headerCombiCustom-5 .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-5 .t0-b-headerUnit-contact-navB a div:before,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a div:before,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3 a div:before,
.t0-b-headerCombiCustom-5 .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-5 .t0-b-headerUnit-contact-navB a p,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB2 a p ,
.t0-b-headerCombiCustom-5 .t0-b-headerUnit-contact-navB3 a p,
.t0-b-headerCombiCustom-5 .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-5__col3 > div:last-child {
  display: none;
}
