@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.txt_r {
  display: block !important;
  text-align: right !important;
}

.fnt10 {
  font-size: 1rem;
}

.fnt12 {
  font-size: 1.2rem;
}

.fnt13 {
  font-size: 1.3rem;
}

.fnt14 {
  font-size: 1.4rem;
}
.fnt14.spfnt {
  font-size: 1.2rem;
}
@media (min-width: 740px) {
  .fnt14.spfnt {
    font-size: 1.4rem;
  }
}
.fnt14 ul li {
  font-size: 1.2rem;
}
@media screen and (min-width: 740px) {
  .fnt14 ul li {
    font-size: 1.4rem;
  }
}

.fnt15 {
  font-size: 1.5rem;
}
.fnt15.spfnt {
  font-size: 1.3rem;
}
@media (min-width: 740px) {
  .fnt15.spfnt {
    font-size: 1.5rem;
  }
}

.fnt16 {
  font-size: 1.6rem;
}
.fnt16.spfnt {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .fnt16.spfnt {
    font-size: 1.6rem;
  }
}
.fnt16 ul li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 ul li {
    font-size: 1.6rem;
  }
}
.fnt16 .numList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 740px) {
  .fnt16 .numList li {
    font-size: 1.6rem;
  }
}

.fnt18 {
  font-size: 1.8rem;
}
.fnt18.spfnt {
  font-size: 1.6rem;
}
@media (min-width: 740px) {
  .fnt18.spfnt {
    font-size: 1.8rem;
  }
}

.fnt20 {
  font-size: 2rem;
}
.fnt20.spfnt {
  font-size: 1.8rem;
}
@media (min-width: 740px) {
  .fnt20.spfnt {
    font-size: 2rem;
  }
}

.fnt22 {
  font-size: 2.2rem;
}
.fnt22.spfnt {
  font-size: 2rem;
}
@media (min-width: 740px) {
  .fnt22.spfnt {
    font-size: 2.2rem;
  }
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  }
}
.pageTtl {
  margin-bottom: 0 !important;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  padding-bottom: 50px;
}
@media screen and (min-width: 740px) {
  .sec {
    padding-bottom: 100px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 740px) {
  .info {
    padding: 10px 0 30px;
  }
}
.info .info__ttl .heading {
  font-size: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .heading {
    gap: 5px;
    align-items: flex-end;
    font-size: 2.8rem !important;
  }
}
.info .info__ttl .heading {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .heading {
    gap: 5px;
    font-size: 2.8rem !important;
  }
}

.info .info__ttl .heading .info__ttl--ico {
  width: 40px;
  margin-right: 10px;
}
@media screen and (min-width: 740px) {
  .info .info__ttl .heading .info__ttl--ico {
    width: 70px;
    margin-right: 20px;
  }
}


/*ホテル枠*/
.hotel .hotel__box .hotel__box--inner {
  padding: 10px;
}
.hotel .hotel__box .colWrap .col {
  background: #fff;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__box .colWrap .col {
    width: calc(25% - 10px);
    margin-left: 10px !important;
  }
  .hotel .hotel__box .colWrap .col:first-of-type {
    margin-left: 0 !important;
  }
}

.hotel .hotel__box .colWrap .col .hotel__box--label {
  color: #fff;
  width: fit-content;
  position: relative;
  top: -10px;
  left: 10px;
  line-height: 1;
  padding: 7px 10px 5px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__box .colWrap .col .hotel__box--label {
    font-size: 1.4rem;
  }
}
.hotel .hotel__box .colWrap .col .arrow {
  position: relative;
  z-index: 2;
}

.hotel .hotel__box .colWrap .col .hotel__box--name {
  padding: 0 10px;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__box .colWrap .col .hotel__box--name {
    min-height: 60px;
  }
}
.hotel .hotel__box .colWrap .col .hotel__box--border {
  border: 1px solid #707070;
  padding: 5px 10px;
  border-radius: 8px;
}

.hotel.haneda .hotel__acc .hotel__table table tr td:nth-of-type(3)::before {
  content: "▶︎";
  font-size: 1.5rem;
  color: #df3000;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.hotel.haneda .hotel__acc .hotel__table table tr td:nth-of-type(5)::before {
  content: "▶︎";
  font-size: 1.5rem;
  color: #df3000;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.hotel.haneda .hotel__box .hotel__box--inner {
  padding: 10px;
}
.hotel.haneda .hotel__box .colWrap {
  justify-content: center;
}

/*お値打ち便5月・6月*/
.hotel .hotel__acc .acodBlock .heading > .inr {
  text-align: center;
}

.hotel .hotel__acc .hotel__table-ttl {
    background: #df3000;
    color: #fff;
    padding: 8px;
    font-size: 1.7rem;
}
@media screen and (min-width: 740px) {
  .hotel .hotel__acc .hotel__table-ttl {
    font-size: 1.6rem;
  }
}
.hotel .hotel__acc .acodBlock > .content {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.hotel__table {
  border: 1px solid #707070;
  margin-top: 5px;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .hotel__table {
    font-size: 1.4rem;
  }
}
.hotel__table table tr:first-of-type {
  border-bottom: 1px solid #707070;
}
.hotel__table table tr th {
  border-left: 1px solid #707070;
  padding: 5px;
  background: #ffe4d5;
  font-weight: bold;
}
.hotel__table table tr th:nth-of-type(1) {
  width: 20%;
  border-left: none;
}
.hotel__table table tr th:nth-of-type(2) {
  width: 30%;
}
.hotel__table table tr th:nth-of-type(3) {
  width: 50%;
}
.hotel__table table tr td {
  border-left: 1px solid #707070;
  padding: 5px;
}
.hotel__table table tr td:nth-of-type(1) {
  border-left: none;
}
.hotel__table table tr td:nth-of-type(3) {
  border-left: none;
  position: relative;
}
.hotel__table table tr td:nth-of-type(5) {
  border-left: none;
  position: relative;
}


/*****0121~　追加分(oneuchi)*****/

/*TOP帯*/
.ctm_contentsFull02 {
    background-color: #005651;
}
.ctm_pageTtl.hc01 .ttlLv1 .heading {
    font-size: 3rem;
}
.ctm_pageTtl.hc01 .ttlLv1 {
    margin: unset;
    color: yellow;
}

/*緑 見出し*/
.info {
    background: #005651;
    padding: unset;
}
.info__ttl.ctm_pageTtl .ttlLv2 {
    margin: unset;
    color: yellow;
}
@media screen and (min-width: 740px){
	.info .info__ttl .heading {
    	align-items: anchor-center;
	}
}
.top .top__ttl-Lv1 {
    background: #005651;
}

/*2カラム(対象便5月・6月)*/
.top__box_May .clm_1_2col .col {
    background-color: #cbf3f2;
    padding: 0 15px 15px;
}
.top__box_May .ttlLv3 {
    margin: unset;
    color: #005651;
}
.top__box_June .clm_1_2col .col {
    background-color: #ffe4d5;
    padding: 0 15px 15px;
}
.top__box_June .ttlLv3 {
    margin: unset;
    color: #df3000;
}
.ctm_pageTtl .ttlLv3 .heading {
    font-size: 2.5rem;
}

/*ホテル枠・テキスト 色*/
.hotel.haneda .hotel__box .colWrap .col .hotel__box--label {
    background: #df3000;
}
.hotel.haneda .hotel__box .colWrap .col {
    border: 2px solid #df3000!important;
}
.bg--b {
    background: #ffe3db;
    width: fit-content;
    line-height: 1;
    padding: 5px 6px 2px;
}
.hotel .hotel__box .colWrap .col .arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 35px 0 35px;
    border-color: #ffe3db transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.hotel .hotel__box .colWrap .col .hotel__box--border.or {
    background: #fff7d6;
}

/*＼／装飾*/
.--ttl-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    font-size: 2.8rem;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    text-align: center;
    line-height: 1.35;
}
.--ttl-top.--ttl-top-fcRD::before, .--ttl-top.--ttl-top-fcRD::after {
    color: #cc0000;
}
.--ttl-top.--ttl-top-fcRD2::before, .--ttl-top.--ttl-top-fcRD2::after {
    color: #df3000;

}
.--ttl-top::before {
    content: "＼";
}
.--ttl-top::after {
    content: "／";
}
.--ttl-top-fcRD2 strong {
    color: #df3000;
}

@media (max-width: 739px){
	.--ttl-top {
		font-size: 1.9rem;
		width: unset;
		margin: unset;
		justify-content: space-evenly;
	}
	.info__ttl.ctm_pageTtl {
		text-align: left;
	}
}