@charset "UTF-8";

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

common

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

body {
  color: #000;
}

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

.-spOnly {
  display: none !important;
}

.-none {
  display: none;
}

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

  .-spOnly {
    display: block !important;
  }
}

a {
  transition: .4s;
}

a:hover {
  transition: .4s;
  opacity: .7;
  text-decoration: none;
}

a:focus,
button:focus {
  outline: transparent;
}

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

.c-innerWrap {
  width: 950px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.c-innerWrap.min {
  padding: 40px 0;
}

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

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

.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;
}

.alR a {
    display: block;
    margin: 0 0 0 auto;
    width: 325px;
}

/* .ticketModule_unit .mdl_elmCell .fs14 span {
  color: #cc0000;
} */

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

  .c-innerWrap.min {
    padding: 20px 10px;
  }

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

  .c-btnWrap .c-linkBtn a {
    padding: 10px 20px;
    min-width: auto;
    width: 100%;
    line-height: 2;
  }
}


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

.pageTtl {
  margin-bottom: 0;
}

.slick-box,
.slick-box2,
.slidType_thumb {
  margin-top: 0px;
}

.clm_1_2col.colWrap .col {
  width: calc(50% - 30px);
}

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

.mv_comment .ttlLv2 {
  display: contents;
}

.mv_comment .ttlLv2 .heading {
  display: contents;
  font-size: 32px;
  line-height: 1.4;
}

.head-tit .ttlLv1 .heading {
  display: contents;
  font-size: inherit;
}

.contentsInr .head-tit .ttlLv1,
.contentsInr .head-tit .contactBlock {
  display: contents;
}

.head-tit .ttlLv1:after {
  display: contents;
}

.fsS {
  letter-spacing: -0.03em;
}

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

  .mv_comment .ttlLv2 .heading {
    font-size: 24px;
  }

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

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

.ctm_contentsFull {
  width: 100vw;
  margin-left: calc((-100vw + 100%) / 2);
  padding: 100px 0;
  overflow: hidden;
}

.ctm_contentsFull.full01 {
  color: #333;
  background: rgba(240, 230, 90, .15);
  position: relative;
  padding: 10px 20px 30px;
}

.mv_comment {
  text-align: center;
  font-size: 17px;
  margin-top: 20px;
}

.mv_comment p {
  display: grid;
}

.l-comment {
  text-align: center;
  font-size: 16px;
}

.red {
  color: #cc0000;
}

.contentsUnit {
  width: 950px;
  margin: auto;
  position: relative;
}

.box_typeA {
  border: 2px solid #cc0000;
  padding: 30px 40px;
  margin-top: 60px;
}

.box_typeA_tit {
  font-size: 16px;
  font-weight: bold;
}

.box_typeA .c-lead {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.box_typeA_itemBox {
  background-color: #fffbd3;
  padding: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.box_typeB {
  border: 1px solid #000;
  padding: 30px 40px;
  margin-top: 30px;
}

.box_typeB_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c-txt p {
  font-size: 14px;
  line-height: 1.7;
}

.heroimgWrap .bx-controls {
  bottom: 20px !important;
}

.heroimgWrap.typeImg {
  padding-bottom: 0px;
}

.anchor_link {
  text-align: center;
}

.c-secTit .ttlLv1:after {
  display: contents;
}

.c-secTit .ttlLv1 .heading {
  font-size: unset;
  line-height: 1.2;
  display: contents !important;
  letter-spacing: .1em;
}

.c-secTit .ttlLv1 {
  border-bottom: none;
}

.tabArea .clm_2_4col.colWrap .col {
  width: 25%;
}

.tabArea .clm_1_2col.colWrap .col,
.tabArea .clm_2_2col.colWrap .col,
.tabArea .clm_2_4col.colWrap .col,
.tabArea .clm_1_4col.colWrap .col {
  margin-left: 0px;
}

.tabBtn.active {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .tabBtn.active {
    height: auto;
  }
}

.tabBtn.active a:hover {
  cursor: unset;
  opacity: 1;
}

.tabBtn.active::before {
	display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 24px solid #cc0000;
  border-bottom: 0;
}

.tabBtn.active .btn:after {
  content: none;
}

.c-txt strong {
  color: #333;
}

.ctm_contentsFull.full02 {
  margin-top: 100px;
  background: rgba(240, 230, 90, .15);
}

.ctm_contentsFull.full03 {
  background-color: #f2f2f2;
  padding: 40px 0 100px;
}

.ctm_contentsFull.full02 .contentsInr .ttlLv1 {
  margin: 0;
}

#module {
  margin-top: 40px;
}

.tripBox180 {
  width: 180px;
  margin: 15px auto;
  display: block;
}

.hotelLinkBlock {
  display: flex;
  align-items: center;
}

.hotelLinkBlock .txtLink {
  width: 100%;
}

.ctm_contentsFull.full02 .ttlLv1 {
  padding: 0;
}

.ttlLv2 {
  padding-top: 40px;
}

@media screen and (max-width: 950px) {
  .ctm_contentsFull.full01 {
    padding: 20px 20px 30px;
  }

  .ctm_contentsFull.full02 {
    margin-top: 40px;
  }

  .ctm_contentsFull.full03 {
    background-color: #f2f2f2;
    padding: 20px 20px 30px;
  }

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

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

  .ctm_contentsFull {
    padding: 40px 20px;
  }

  .mv_comment {
    font-size: 14px;
    line-height: 1.2;
  }

  .date_and_time {
    font-size: 20px;
  }

  .box_typeA {
    padding: 20px;
  }

  .box_typeA.ticket {
    padding: 10px 20px;
    width: 100%;
  }

  .box_typeB {
    padding: 20px;
  }

  .mv_comment .colWrap {
    flex-direction: column;
  }

  .mv_comment .clm_1_2col.colWrap .col {
    width: auto;
    margin-top: 10px;
  }

  .l-comment {
    text-align: left;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }

  .heroimgWrap .bx-controls {
    bottom: 30px !important;
  }

}


/* coupon ----------------------------------------------------------------------------------*/

.couponArea {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ff8b00;
  background-color: #fff;
  margin-top: 40px;
}

.couponBlock {
  position: relative;
}

.couponBlock::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/domtour/jaldp/oka/sakishima/img_sites/coupon_icon.png")no-repeat;
  background-size: contain;
  width: 74px;
  height: 74px;
  top: -20px;
  left: -80px;
}

.couponTit {
  background-color: #ff8b00;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}

.couponTit .large {
  font-size: 24px;
}

.couponTit .small {
  font-size: 14px;
}

.couponInner {
  padding: 40px;
}

.couponLead {
  font-size: 20px;
  text-align: center;
}

.flexBlock.couponBlock {
  position: relative;
  margin-top: 40px;
}

.areaBox {
  color: #fff;
  background-color: #333;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}


.flexBlock {
  border: 1px solid #ccc;
}

.flexBox {
  position: relative;
/*
  margin-top: 40px;
  border: 1px solid #ccc;
*/

}

.flexBox .colWrap .col > .aem-Grid{
  border: 1px solid #ccc;
	  padding: 15px;
}


.flexTit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}


.borderBox{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}
.border2Box .colWrap .col > .aem-Grid{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
}

.mv_comment strong {
  color: #333;
}

.couponOtherArea {
  margin-top: 30px;
}

.couponOtherArea .colWrap .col:nth-child(1) {
  width: 55%;
}

.couponOtherArea .colWrap .col:nth-child(2) {
  width: 40%;
  margin: 0 0 0 auto;
}

.couponOtherLead {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.couponBlock .clm_1_3col.colWrap .col {
  width: calc((100% - 50px) / 3);
}


@media screen and (max-width: 950px) {
  .couponBlock::before {
    width: 46px;
    height: 46px;
    top: -40px;
    left: -35px;
  }
  .couponTit .large {
    font-size: 22px;
  }

  .couponInner {
    padding: 20px;
  }

  .couponLead {
    font-size: 16px;
  }

/*
  .flexBox {
    margin-top: 0px;
  }
*/

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

  .couponOtherArea .colWrap .col:nth-child(1) {
    width: 100%;
  }

  .couponOtherArea .colWrap .col:nth-child(2) {
    width: 100%;
    margin: 30px 0 0 auto;
  }

  .couponOtherLead {
    font-size: 16px;
  }

  .tabArea .colWrap.clm_2_4col {
    flex-direction: column;
  }

  .tabArea .clm_2_4col.colWrap .col {
    width: 100%;
  }

  .tabBtn.active .btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .couponBlock {
    margin-top: 20px;
  }

  .couponBlock .colWrap {
    flex-direction: column;
  }

  .couponBlock .clm_1_3col.colWrap .col {
    width: 100%;
  }

  .couponOtherArea {
    margin-top: 10px;
    font-size: 14px;
  }
}


/* spot ----------------------------------------------------------------------------------*/

.spotTit {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tourBtn {
  margin: 20px 0 0 auto;
}

.optionSpotBox {
  border: 1px solid #2948cc;
  padding: 30px;
  margin-top: 35px;
}

.optionSpotBox_tit {
  font-size: 20px;
  font-weight: bold;
}

.optionSpotBox_lead {
  color: #2948cc;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.c-secTit {
  font-size: 24px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.c-secTit span.small {
  /* font-size: 28px; */
}

span.subtit {
  font-size: 46px;
}

.plan_flexBox {
  display: flex;
  flex-direction: column-reverse;
}

.spotBox .colWrap .col:nth-child(1):not(.spotBox.-first .colWrap .col:nth-child(1)) {
  width: 35%;
}

.spotBox .colWrap .col:nth-child(2):not(.spotBox.-first .colWrap .col:nth-child(2)) {
  width: 60%;
  margin-left: 40px;
}

.spotBox .linkbtn a {
  margin: 20px 0 0 auto;
  display: block;
  width: 180px;
}

.optionSpotBox .col:nth-child(1) {
  width: 37%;
}

.optionSpotBox .clm_1_2col.colWrap .col:nth-of-type(n+2) {
  margin-left: 40px;
  width: 58%;
}

.optionSpotBox a.btn {
  margin: 20px 0 0 auto;
  display: block;
  width: 80%;
}

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


  .borderBox {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
  }

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


  .spotTit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .spotBox .linkbtn a {
    margin: 20px auto 0;
  }


  .optionSpotBox {
    padding: 15px;
    margin-top: 40px;
  }

  .optionSpotBox .col:nth-child(1) {
    width: 100%;
  }

  .optionSpotBox .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin-left: 0;
    width: 100%;
  }

  .optionSpotBox_tit {
    font-size: 18px;
  }

  .optionSpotBox_lead {
    font-size: 22px;
  }

  .optionSpotBox a.btn {
    margin: 20px auto 0;
    display: block;
    width: 100%;
  }

  .spotBox .colWrap .col:nth-child(1):not(.spotBox.-first .colWrap .col:nth-child(1)) {
    width: 100%;
  }

  .spotBox .colWrap .col:nth-child(2):not(.spotBox.-first .colWrap .col:nth-child(2)) {
    width: 100%;
    margin-left: 0;
  }

  .borderBox {
    margin-top: 20px;
  }

  .c-secTit {
    font-size: 24px;
  }

    
  span.subtit {
    font-size: 32px;
  }

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


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

#option {
  margin-top: 30px;
  margin-bottom: -30px;
}

.plan_flexItemBox.borderBox {
  margin-top: 20px;
  padding: 20px;
}

.planTit {
  font-weight: bold;
  font-size: 18px;
}

.planTit.rec {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.planTit.rec::before {
  content: 'リクエスト予約';
  position: absolute;
  background-color: #40bd91;
  color: #fff;
  bottom: -7px;
  left: 0;
  /* top: 50%;
  right: -120px;
  transform: translateY(-50%); */
  padding: 2px 5px;
  font-size: 14px;
}

.plan_dl p strong {
  color: #333;
}

.plan_flexBox .img {
  /* margin-left: 15px; */
  margin-bottom: 15px;
}

/*

*/
@media screen and (max-width: 950px) {

  #option {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0;
  }

  .plan_flexItemBox.borderBox {
    margin-top: 0px;
  }

  .plan_flexBox {
    flex-direction: column-reverse;
  }

  .plan_dl {
    margin-top: 15px;
  }

  .planTit.rec {

  }

  .planTit.rec::before {
    top: auto;
    bottom: -10px;
    right: auto;
    left: 0;
    transform: unset;
  }

  #plan {
    margin-bottom: -30px;
  }

  .borderBox .colWrap {
    flex-direction: column;
  }

  .borderBox .clm_1_2col.colWrap .col {
    width: 100%;
  }
  .planBlock .clm_1_2col.colWrap .col {
    width: 100%;
}
span.btnInr {
  font-size: 15px;
}

.planBlock .colWrap.clm_1_3col .col .borderBox {
  min-height: auto;
}
.planBlock .colWrap.clm_1_2col .col .borderBox {
  min-height: auto;
}	
	
.border2Box .colWrap .col > .aem-Grid{
  padding: 20px;
}
	
}


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

.hotelBlock .col {
  background: #fff;
}

.hotelLinkBlock .textlink.textlinkbox.aem-GridColumn.aem-GridColumn--default--12 {
  width: 66%;
}

.hotelBlock.bgnone-col2-3 .col:nth-child(n+2) {
  display: contents;
}

.hotelBlock.bgnone-col3 .col:nth-child(n+3) {
  display: contents;
}

@media screen and (max-width: 950px) {
  .hotelLinkBlock .linkbtn.btnBox {
    width: 180px !important;
  }
}


/* add 250410 ----------------------------------------------------------------------------------*/

.planBlock.ctm_colHeightFit.border2Box {
  margin-top: 40px;
}

.border2Box.-one .colWrap .col:nth-child(2) > .aem-Grid {
  display: contents;
}

.limited_option_txt {
  padding: 20px;
	border: solid 2px #cc0000;
	margin-bottom: 20px;
}

.planBlock .linkbtn.btnBox.widL.aem-GridColumn.aem-GridColumn--default--12 {
  text-align: center;
}

@media screen and (max-width: 950px) {
  .planBlock.ctm_colHeightFit.border2Box {
    margin-top: 0px;
  }
}