@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----pc,sp表示切替---- */
.-pcOnly {
  display: inline-block !important;
}
.-spOnly {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .-pcOnly {
    display: none !important;
  }
  .-spOnly {
    display: block !important;
  }
}


div[class*="pic"] img {
  vertical-align: top;
}


.c-courseSec {
  position: relative;
  z-index: 0;
}
.c-courseSec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  background: url("/jp/ja/domtour/jaldp/oka/asobimanabu/img_sites/bg_mountain.png") repeat-x center/contain;
  z-index: 0;
}
.c-courseSec::after {
  content: '';
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vw; */
  height: 100%;
  z-index: -1;
}


.c-innerWrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0 20px;
}

.c-courseSec .c-innerWrap {
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  .c-innerWrap {
    width: 100%;
    padding: 40px 10px 0;
  }

  .c-courseSec .c-innerWrap {
    padding: 60px 20px;
  }
}


.c-secTit {
  text-align: center;
  margin: auto;
}

.c-txt {
}


.c-btnWrap {
  text-align: center;
}

.c-btnWrap .c-linkBtn a {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #c90000;
  padding: 15px 30px;
  min-width: 335px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #c90000;
}

@media screen and (max-width: 960px) {
  .c-btnWrap .c-linkBtn a {
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    line-height: 2;
  }
}


/* ------------------------------------------------------------------------------------------
compo none
------------------------------------------------------------------------------------------ */

.pageTtl {
  margin-bottom: 0;
}

.ctm_contentsFull {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
}

.contentsInr .ttlLv1, .contentsInr .contactBlock {
  margin-left: 0;
  margin-right: 0;
  display: contents;
}

@media screen and (max-width: 960px) {
  .fs18 {
    font-size: 1.6rem !important;
  }
}

/* ------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------ */


.ctm_contentsFull.full01 { 
  background-color: #fff;
  padding: 20px 0;
}

.ctm_contentsFull.full02 { 
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/bg.jpg") no-repeat;
  background-position: top;
  background-size: cover;
  padding: 100px 0;
}

.contentsUnit {
  width: 960px;
  margin: auto;
}

.settei {
  font-size: 28px;
	font-family: 'Noto Serif', serif;
  color: #e13932;
  letter-spacing: .1em;
}

.box_typeA {
  border: 1px solid #cc0000;
  padding: 20px;
}

@media screen and (max-width: 960px) {
  .ctm_contentsFull.full01 {
    background-color: #fff;
    padding: 10px 0;
  }

  .ctm_contentsFull.full02 {
      padding: 60px 20px;
  }

  .contentsUnit {
      width: auto;
      margin: auto;
  }

  .settei {
      font-size: 16px;
  }

  .box_typeA {
    border: 1px solid #cc0000;
    padding: 20px 15px 20px 10px;
    font-size: 13px;
  }
}

/* point ----------------------------------------------------------------------------------*/

.point_flex {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.point_flex .clm_1_2col.colWrap .col {
  background-color: #fff;
  margin-right: 0;
  margin-left: 0;
  width: 50%;
}

.point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2)::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/point_icon_left.png") no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  bottom: 20px;
  left: 20px;
}

.point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2)::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/point_icon_right.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 45px;
  top: 20px;
  right: 20px;
}

.point_tit .ttlLv1 .heading {
  font-size: 3.8rem !important;
}

.point_tit .ttlLv1:after {
  display: contents;
}

.point_tit {
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 0;
  background: rgb(183,2,2);
  background: linear-gradient(90deg, rgba(183,2,2,1) 0%, rgba(253,91,80,1) 70%, rgba(209,30,100,1) 100%);
  color: #ffdc91;
}

.point_tit h2 {
  font-size: 38px;
  font-family: 'Noto Serif', serif;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
  position: relative;
}

.point_tit h2::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/point01.svg") no-repeat;
  background-size: contain;
  width: 120px;
  height: 105px;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.point_tit.-pt02 h2::before {
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/point02.svg") no-repeat;
}

.point_txt {
  font-size: 26px;
  font-family: 'Noto Serif', serif;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e13932;
}

.point_subTxt {
  color: #666;
}

.point_subTxt.-pt01 {
  font-size: 16px;
  position: relative;
}

.point_subTxt.-pt02 {
  font-size: 14px;
  line-height: 1.8;
}

.point_tit.-pt02 {
  margin-top: 65px;
}

.lounge_icon.-pt02 {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.point_txtBox.-pt02 {
  margin-top: -30px;
}

.point_txt.-pt02 {
  margin-bottom: 15px;
}

@media screen and (max-width: 960px) {

  .point_flex .clm_1_2col.colWrap {
    flex-direction: column;
  }

  .point_flex .clm_1_2col.colWrap .col {
    width: 100%;
  }

  .point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-top: 0;
    padding: 20px;
  }

  .point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2)::before {
    opacity: .4;
    bottom: 10px;
    left: 10px;
  }
  
  .point_flex .clm_1_2col.colWrap .col:nth-of-type(n+2)::after {
    opacity: .4;
    top: 10px;
    right: 10px;
  }

  .point_tit .ttlLv1 .heading {
    font-size: 2rem !important;
  }

  .point_tit h2::before {
      width: 70px;
      height: 55px;
      top: -45px;
      transform: translateX(-50%);
      left: 50%;
  }

  .point_tit h2 {
      padding: 12px 0;
  }

  .point_tit {
      margin-bottom: 10px;
      padding: 3px 0;
  }

  .point_txt {
      font-size: 18px;
      margin-bottom: 10px;
  }

  .point_subTxt.-pt01 {
      font-size: 13px;
  }

  .point_subTxt.-pt02 {
    font-size: 13px;
    line-height: 1.6;
  }

  .lounge_icon.-pt02 {
      width: 50px;
      height: 50px;
      margin: 20px auto 10px;
  }
}


/* hotel ----------------------------------------------------------------------------------*/

.hotelArea {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-top: 150px;
    padding: 30px 30px 60px;
}

.hotelBlock .colWrap.clm_1_2col .col {
    position: relative;
    padding: 20px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox {
  position: relative;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge-r1::before {
    content: '';
    position: absolute;
    background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/lounge_icon.svg") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 0px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge-r2::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/lounge_icon.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 70px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge02-r1::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/lounge_icon02.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 75px;
  top: 0px;
  right: 0px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge02-r2::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/lounge_icon02.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 75px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.wave-r1::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/wave_icon.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.wave-r2::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/wave_icon.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 70px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.hotel-r1::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/hotel_icon.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 0px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.hotel-r2::after {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/luxury/img_sites/hotel_icon.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 70px;
}



.hotelBlock .colWrap.clm_1_2col .col .hotelBox.-iconNone::before {
  content: none;
}

.area_name {
    background-color: #69d8f6;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    font-weight: bold;
    margin-left: -20px;
}

.hotel_tit {
    width: 400px;
    margin: 0 auto 30px;
    text-align: center;
    display: block;
}

.hotel_name .ttlLv3 {
    display: contents;
}

.hotel_name .heading {
    margin: 20px 0 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.hotel_txt {
  color: #666;
  line-height: 1.8;
}

.hotel_detail {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.hotel_detail .textlink.textlinkbox {
  text-align: right;
}

.hotel_acd .acodBlock.type_normal > .heading {
  background: #eee;
}

.hotel_acd .acodBlock > .content {
  padding: 20px;
}

.acd_txtBlock {
  color: #666;
}

.acd_txt {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.acd_dl {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.acd_dt {
  color: #e13932;
  font-weight: bold;
  font-size: 16px;
}

.hotel_comment {
  margin-top: 15px;
  color: #cc0000;
}

.columnBlock_n2 {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {

  .hotelArea {
    margin-top: 100px;
    padding: 20px 10px 40px;
  }

  .hotel_tit {
      width: 80%;
      margin: 0 auto 20px;
  }

  .hotelBlock .colWrap.clm_1_2col .col {
      padding: 10px;
  }

  .area_name {
      padding: 5px 10px;
      margin-left: -10px;
      font-size: 14px;
  }

  .hotel_name .heading {
      margin: 20px 0 10px;
      height: auto;
  }

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge-r1::before,
.hotelBlock .colWrap.clm_1_2col .col .hotelBox.wave-r1::before,
.hotelBlock .colWrap.clm_1_2col .col .hotelBox.hotel-r1::before {
  width: 45px;
  height: 45px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge-r2::after,
.hotelBlock .colWrap.clm_1_2col .col .hotelBox.wave-r2::after,
.hotelBlock .colWrap.clm_1_2col .col .hotelBox.hotel-r2::after {
  width: 45px;
  height: 45px;
  right: 50px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge02-r1::before {
  width: 45px;
  height: 60px;
}

.hotelBlock .colWrap.clm_1_2col .col .hotelBox.lounge02-r2::after {
  width: 45px;
  height: 60px;
  right: 50px;
}


  .hotel_txt {
      font-size: 13px;
  }

  .hotel_detail {
      flex-direction: column;
  }

  .hotel_acd .acodBlock > .content {
      padding: 15px;
  }

  .acd_txt {
      font-size: 13px;
  }

  .acd_dl {
      font-size: 13px;
      margin-bottom: 10px;
  }

  .acd_dd .fs16 {
      font-size: 1.4rem !important;
  }

  .acd_list {
      font-size: 13px;
  }

  .hotel_comment {
      margin-top: 10px;
      font-size: 12px;
  }

  .hotelBlock .colWrap.clm_1_2col .col:nth-child(n+2) {
      margin-top: 30px;
  }

}

/* option ---------------------------------------------------------------------------------*/

.optionArea {
  margin-top: 100px;
}

.option_tit {
  width: 620px;
  margin: 0 auto 40px;
}

.optionLimited {
  background-color: #cc0000;
  color: #fff;
  padding: 5px 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.option_name {
  font-family: 'Noto Serif', serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

.option_name span.fs12 {
  font-size: 20px !important;
}

.option_txt {
  margin-top: 25px;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.option_list li {
  color: #666;
  margin-top: 25px;
  font-size: 12px !important;
  line-height: 1.6;
}

.option_linkBtn a {
  display: block !important;
  width: 200px !important;
}

.option_linkBtn.-right a {
  margin: 40px 0 0 auto !important;
}

.option_linkBtn.-left a {
  margin: 40px auto 0 0 !important;
}

.optionBlock.columnBlock_n2 {
  margin-top: 100px;
}

.option_settei_hotel {
  border: 1px solid #e1a337;
  color: #e1a337;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.option_settei_hotel_name {
  color: #e1a337;
  font-size: 16px;
  font-weight: bold;
}

.option_acd {
  margin-top: 100px;
}

.option_list.box_typeA {
  padding: 10px;
}

.option_list.box_typeA li {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .option_tit {
    width: 100%;
    margin: 0 auto 30px;
  }

  .optionBlock.rev .colWrap.clm_1_2col {
      flex-direction: column-reverse;
  }

  .option_linkBtn.-right a {
      margin: 20px auto 0 !important;
  }

  .option_linkBtn.-left a {
      margin: 20px auto 0 !important;
  }

  .optionLimited {
      padding: 3px 10px;
      margin-bottom: 10px;
  }

  .option_name {
      font-size: 20px;
  }

  .option_txt {
      margin-top: 15px;
      font-size: 13px;
  }

  .option_list li {
      margin-top: 5px;
  }

  .option_img {
      margin-bottom: 20px;
  }

  .optionBlock.columnBlock_n2 {
      margin-top: 40px;
  }

  .option_acd {
      margin-top: 60px;
  }

}


/* add 240520 ---------------------------------------------------------------------------------*/

.couponArea {
  background-color: #ffedc8;
  padding: 60px;
  margin-top: 50px;
  margin-bottom: 40px;
}

.coupon_tit .ttlLv2 {
  display: contents;
}

.coupon_tit .ttlLv2 .heading {
  display: contents;
  font-size: 2.6rem;
}

.coupon_tit {
  /* text-align: center; */
  font-family: 'Noto Serif', serif;
  font-size: 26px;
  line-height: 1.2;
}

span.red {
  color: #cc0000;
}

span.small {
  font-size: 75%;
}

.coupon_list.-list01 {
  color: #666;
}

.coupon_list.-list02 {
  color: #666;
}

.coupon_subArea {
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
}

.coupon_sarani {
  text-align: center;
  font-size: 20px;
  background-color: #69d6f4;
  color: #fff;
  width: 150px;
  padding: 5px 0 2px;
  margin: -60px auto;
}

.coupon_subtxt {
  text-align: center;
  font-size: 18px;
}

.coupon_subArea h4.heading {
  font-size: 14px;
}

.coupon_subArea .ttlLv3 {
  padding-top: 20px;
}





/* add 250318 ---------------------------------------------------------------------------------*/


.iconArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto 20px;
}

.iconBlockTxt {
  text-align: center;
  font-size: 12px;
}