@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

コンポーネント解除用CSS

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.contentsInr {
  padding: 0;
}

/* 検索結果画面エラー */
.excuse ul li::before {
  color: #cc0000;
  font-weight: bold;
}

/* TAサイズ変更 */
@media (min-width: 740px) {
  .tripBox180 {
    width: 100%;
  }
}

/* モーダル背景 */
body.fixScroll {
  height: 9999vh;
  overflow: hidden;
}

/* h1 */
.pageTtl {
  margin-bottom: 0;
}

/* モジュール詳細設定 */
.mdl_elmBox input {
  color: #000;
}

/* エリアページ　mv直下　エリア温泉 */
.page-tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media (min-width: 740px) {
  .page-tit .fs12 {
      font-size: 3.8rem !important;
      vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  .page-tit {
    font-size: 3.6rem;
  }
  .page-tit .fs12 {
    font-size: 2.6rem !important;
}
}

/* エリアページ　モジュール直下　ボタン2カラム */
.hotel_area_click.-adjustment a {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .hotel_area_click.-adjustment a {
   margin: 10px 0 0 !important;
  }
}

/* エリアボタン　矢印削除 */
.areaLinkBtn .btnBox .btn:after,
.btnRD .btn:after {
    width: 12px;
    height: 12px;
	background: none;
}

.areaLinkBtn .btnBox .btn {
  border: none;
}

/* area-x エリア詳細 */
.areaDl .freehtml.aem-GridColumn.aem-GridColumn--default--12 {
  display: flex;
  align-items: center;
}

@media (min-width: 740px) {
  .ctm_pageTtl .ttlLv2 {
      margin-top: 0;
      padding-top: 0;
  }
}


/* area-x イージーホテル */
.ctm_pageTtl img {
  width: 90px;
  margin-right: 20px;
}

.areaDl .freehtml.aem-GridColumn.aem-GridColumn--default--12 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .areaDl .freehtml.aem-GridColumn.aem-GridColumn--default--12 {
    display: block;
  }
}

/* 関連情報見出し色変更 */
.ctm_relColor_set.hc01 > .acodBlock > .heading {
  background-color:#000;
}

@media (min-width: 740px){
  .acodBlock > .content {
      padding: 20px;
  }
}
.ttlLv4 {
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .fs18 {
    font-size: 1.8rem !important;
  }
}


/* 見出しh2解除 */
.contentsInr .ttlLv1 {
  display: contents;
}

/* フッター上お電話〜解除 */
.contentsInr .contactBlock {
    margin-top: 0;
}

.ttlLv1:after {
  content: none;
}

.acodBlock {
  margin-top: 10px;
}

/* ホテルカラム */
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}

.ctm_bdrColumn .colWrap .col {
  padding: 15px;
}

.colWrap.clm_1_4col .col {
  padding: 15px;
}

/* こだわりカラム */
.ctm_bdrColumn.bc04 .colWrap .col {
  padding: 15px;
}

/* ホテルボタン */
.c-linkBtn_col2 .btn {
  background-color: #cc0000;
  border: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
.c-linkBtn_col2 .txtLink:before,
.c-linkBtn_col2 .btnBox .btn:after
.c-linkBtn_col2 .linkBox:after
.c-linkBtn_col2 .tmbBox:after,
.c-linkBtn_col2 .tmbBlock a.inr .heading:before {
  height: 10px;
  width: 10px;
}
.c-linkBtn_col2 .c-linkBtn a::after {
  transform: translateY(-80%) rotate(135deg);
}
span.btnInr {
  font-size: 13px;
}

/* .txtLink.iconDown:before, .txtLink.inText.iconDown:after, .btnBox .btn.iconDown:after, .ancNav_list > li > a:after, .tmbBlock.iconDown a.inr .heading:before, .linkBox.iconDown:after, .tmbBox.iconDown:after {
  width: 10px;
  height: 10px;
  background-position: center;
} */

@media screen and (max-width:950px) {
  .c-linkBtn_col2 .btn {
    height: 100%;
  }
}

/* 3カラム */

.clm_1_3col.colWrap .col {
  width: calc((100% - 50px) / 3);
}

.clm_1_3col.colWrap .col:nth-child(3n) {
  margin-right: 0;
}

.clm_1_3col.colWrap .col:nth-child(n+4) {
  margin-top: 25px;
}


/* 2カラム */

.clm_1_2col.colWrap .col {
  width: calc((100% - 30px) / 2);
}

.clm_1_2col.colWrap .col:nth-child(2n) {
  margin-right: 0;
}

.clm_1_2col.colWrap .col:nth-child(n+3) {
  margin-top: 25px;
}

@media (min-width: 740px) {
  .contentsInr .ticketModule_unit {
      margin: 10px 0;
  }
}

@media screen and (max-width:950px) {
  .btn {
    margin-top: 5px;
  }
  .colWrap {
    margin-top: 10px;
  }
  .areaLinkBtn .colWrap {
    margin-top: -10px;
  }
  /* 3カラム */
  .clm_1_3col.colWrap .col {
    width: 100%;
  }
  .clm_1_3col.colWrap .col:nth-child(3n) {
    margin-right: 0;
  }
  .clm_1_3col.colWrap .col:nth-child(n+4) {
    margin-top: 0;
  }
  /* 2カラム */
  .clm_1_2col.colWrap .col {
    width: 100%;
  }
  .clm_1_2col.colWrap .col:nth-child(n+2) {
    margin-top: 10px;
  }

  
  .ctm_pageTtl img {
    display: block;
    margin: 0 auto 20px;
  }
  /* .contentsInr .ticketModule_unit {
      margin: 0px -10px 0 -10px;
  } */

}