@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: 80px 0 360px;
  background: url("/jp/ja/tour/60th/dream/img_sites/cont_bg.jpg")no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  position: relative;
}

.ctm_contentsFull::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/tour/60th/dream/img_sites/sec_cloud.png")no-repeat;
  background-size: cover;
  width: 100%;
  height: 240px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv_comment {
  text-align: center;
  margin-top: 30px;
  letter-spacing: .05em;
}

.mv_comment.s1 {
  font-size: 22px;
}

.mv_comment.s2 {
  font-size: 28px;
  font-weight: bold;
}

.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;
}

.tabBtn.active a:hover {
  cursor: unset;
  opacity: 1;
}

.tabBtn.active::before {
  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 {
    padding: 80px 20px 100px;
    background: url("/jp/ja/tour/60th/dream/img_sites/cont_bg_sp.jpg")no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
  }

  .ctm_contentsFull::before {
    height: 50px;
  }

  .contentsUnit {
    width: auto;
    margin: auto;
  }

  .box_typeA {
    border: 1px solid #cc0000;
    padding: 20px 15px 20px 10px;
    font-size: 13px;
    margin-top: 60px;
  }

  .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;
  }

}


/* main_contents ----------------------------------------------------------------------------------*/


/* ----ex---- */

.ex_tit .ttlLv3 {
  display: contents;
}

.ex_tit .ttlLv3 .heading {
  display: contents;
}

.ex_tit {
  text-align: center;
  width: 200px;
  margin: 140px auto 70px;
  position: relative;
}

.ex_tit .ttlLv3 .heading {
  font-size: 36px;
  letter-spacing: .2em;
  /* position: relative; */
}

.ex_tit .ttlLv3 .heading::before {
  content: '';
  position: absolute;
  background: #333;
  width: 3px;
  height: 40px;
  left: 20px;
  top: 50%;
  transform: rotate(-30deg) translateY(-55%);
}

.ex_tit .ttlLv3 .heading::after {
  content: '';
  position: absolute;
  background: #333;
  width: 3px;
  height: 40px;
  right: 20px;
  top: 50%;
  transform: rotate(30deg) translateY(-55%);
}

.ex_flexBox {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #fff;
}

.ex_txt {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 130px;
}

/* ----other---- */

.otherArea {
  background-color: rgba(255, 255, 255, .4);
  padding: 40px;
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}

.otherArea::before {
  content: '';
  position: absolute;
  background: url("/jp/ja/tour/60th/dream/img_sites/other_icon01.png")no-repeat;
  background-size: contain;
  width: 187px;
  height: 158px;
  bottom: 40px;
  right: 120px;
}

.other_tit .ttlLv4 {
  display: contents;
  font-size: 24px;
}

.rainbow_list li {

}

.rainbow_list li span.small {
  font-size: 14px;
}

.rainbow_list .txtList > li:before {
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

.contents .rainbow_list .txtList > li {
  padding: 0 0 0 35px !important;
  font-size: 22px;
  font-weight: bold;
}

.rainbow_list .txtList > li:nth-child(1):before {
  background-color: #dc0000;
}
.rainbow_list .txtList > li:nth-child(2):before {
  background-color: #f59600;
}
.rainbow_list .txtList > li:nth-child(3):before {
  background-color: #fac600;
}
.rainbow_list .txtList > li:nth-child(4):before {
  background-color: #64d200;
}
.rainbow_list .txtList > li:nth-child(5):before {
  background-color: #00a9e6;
}
.rainbow_list .txtList > li:nth-child(6):before {
  background-color: #ac7eeb;
}

@media screen and (max-width: 950px) {
  .mv_comment.s1 {
    font-size: 20px;
}

.mv_comment.s2 {
    font-size: 22px;
}

.ex_tit {
    margin: 100px auto 30px;
}

.ex_tit .ttlLv3 .heading {
    font-size: 28px;
}

.ex_flexBox {
    width: 80%;
    margin: auto;
}

.ex_txt {
    font-size: 20px;
    line-height: 1.4;
    height: auto;
    padding: 13px 0;
}

.otherArea {
    padding: 20px 20px 140px;
}

.otherArea::before {
    width: 137px;
    height: 108px;
    bottom: 20px;
    right: 29px;
}

.other_tit .ttlLv4 {
    font-size: 18px;
}

.contents .rainbow_list .txtList > li {
    padding: 0 0 0 20px !important;
    font-size: 16px;
}

.rainbow_list .txtList > li:before {
    width: 10px;
    height: 10px;
    top: 11px;
    left: 3px;
}
}


/* sub_contents ----------------------------------------------------------------------------------*/

.contact_tit {
  margin-top: 100px;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  .contact_tit {
    margin-top: 60px;
  }
  .flexBoxBtn .colWrap.clm_1_2col {
    flex-direction: column;
}

.flexBoxBtn .clm_1_2col.colWrap .col {
    width: 80%;
    margin: auto;
}

.flexBoxBtn .clm_1_2col.colWrap .col:nth-of-type(n+2) {
    margin: auto;
}

.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--3 {
    margin-left: auto;
    width: 80%;
    margin: 0 auto;
    float: none;
}
}

/* 追加contents ----------------------------------------------------------------------------------*/
.whiteBoxArea {
    background-color: #fff;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
}

.whiteBoxArea .cmp-image {
    text-align: center;
}

.whiteBoxArea .image-leaves {
    width: fit-content;
    height: 210px;
}

.whiteBoxArea .image-leaves.right {
    margin-left: auto;
}

.whiteBoxArea .image-leaves .imgParts,
.whiteBoxArea .image-leaves .imgParts .cmp-image,
.whiteBoxArea .image-leaves .imgParts .cmp-image img {
    height: 100%;
}

.whiteBoxArea .mv_comment.s1 {
    width: max-content;
}

.whiteBoxArea .cmp-image img {
    width: auto;
    height: 50px;
}

.whiteBoxArea .linkbtn {
    text-align: center;
}

.whiteBoxArea .linkbtn .original_btn .btn {
    background-color: #cc0000;
    color: #fff;
    font-weight : bold;
    font-size : 18px;
    line-height : 1;
    letter-spacing : 0.9px;
    padding: 0;
    border-radius: 25px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whiteBoxArea .linkbtn .original_btn .btn.iconDown:after {
    width: 13.5px;
    height: 15px;
    background-image: url("/jp/ja/tour/60th/dream/img_sites/plane.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 20px;
}

@media screen and (max-width: 950px) {
    .whiteBoxArea {
        padding: 20px;
        flex-direction: column;
    }

    .whiteBoxArea .mv_comment.s1 {
        width: 100%;
    }

    .whiteBoxArea .image-leaves {
        display: none;
    }
}

.award-box {
    border: 2px solid #ba9164;
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 60px;
}

.award-box .award-info-box {
    display: flex;
    justify-content: space-between;
}

.award-box .award-info-box .responsivegrid  {
    width: fit-content !important;
}

.award-box .award-info-box .award-person {
    width: 205px;
    margin-left: 30px;
}

.award-box .award-info {
    display: flex;
    flex-direction: column;
}

.award-box .dream-travel {
    position: relative;
    padding-top: 55px;
    font-weight : bold;
    font-size : 18px;
    line-height : 28px;
    letter-spacing : 0.9px;
}

.award-box .dream-travel:after {
    position: absolute;
    content: '';
    width: 312.5px;
    height: 40px;
    top: 0;
    left: -46px;
    background-image: url("/jp/ja/tour/60th/dream/img_sites/travel.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.award-box .dream-thoughts {
    position: relative;
    margin-top: 30px;
    padding-top: 55px;
    font-size : 14px;
    line-height : 24px;
    letter-spacing : 0.7px;
}

.award-box .dream-thoughts:after {
    position: absolute;
    content: '';
    width: 224.5px;
    height: 40px;
    top: 0;
    left: -46px;
    background-image: url("/jp/ja/tour/60th/dream/img_sites/thoughts.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.award-box .award-reason {
    position: relative;
    margin-top: 45px;
    border-radius: 20px;
    padding: 35px 30px 20px;
    border: 1px solid #ba9164;
    background-color: #f1e9e0;
    font-size : 14px;
    line-height : 24px;
    letter-spacing : 0.7px;
}

.award-box .award-reason .text {
    float: none !important;
}

.award-box .award-reason:after {
    position: absolute;
    content: '';
    width: 119px;
    height: 40px;
    top: -15px;
    left: 30px;
    background-image: url("/jp/ja/tour/60th/dream/img_sites/reason.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 950px) {
    .award-box {
        padding: 30px 20px;
    }
    .award-box .award-info-box {
        flex-direction: column-reverse;
    }

    .award-box .award-info-box .award-person {
        margin-left: 0;
    }

    .award-box .award-info-box .responsivegrid {
        margin: auto;
        margin-bottom: 30px;
    }

    .award-box .award-reason {
        margin-top: 15px;
    }

    .award-box .dream-travel:after {
        left: -26px;
    }

    .award-box .dream-thoughts:after {
        left: -26px;
    }
}
	
	/* 250114 ----------------------------------------------------------------------------------*/
	

	.situation {
    border: 2px solid #cc0000;
    border-radius: 20px;
    padding: 30px;
    margin: 30px 0;
	}
	.situation_title p{
		font-size: 2.2rem;
		font-weight: bold;
		color: #cc0000;
		text-align: center;
		padding-bottom: 30px;
	}	
	.situation-box-left,.situation-box-right, .colWrap.clm_1_2col {
    width: 806px;
	}
	.situation-box-left .colWrap .col:nth-child(1) {
        width: 260px;
    }	
	.situation-box-left .colWrap .col:nth-child(2) {
		width: 526px;
		margin-left: 20px;
		line-height: 24px;
		letter-spacing: 0.7px;
    }
	.situation-box-right{
		margin-top: 30px;
	}
	.situation-box-right .colWrap .col:nth-child(1) {
		width: 526px;
		margin-right: 20px;
		line-height: 24px;
		letter-spacing: 0.7px;
    }	
	.situation-box-right .colWrap .col:nth-child(2) {
 		width: 260px;
		margin: 0;
    }
	.situation .after-trip {
		position: relative;
		margin-top: 45px;
		border-radius: 20px;
		padding: 35px 30px 20px;
		background-color: #FCF2F2;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}
	.situation .after-trip-box:after {
		position: absolute;
		content: '';
		width: 386px;
		height: 40px;
		top: -15px;
		left: 30px;
		background-image: url(/jp/ja/tour/60th/dream/img_sites/travelogue_dom_md.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
}
	.after-trip-box .colWrap.clm_1_2col {
		width: 742px;
		justify-content: space-between;
	}
	.after-trip-box .colWrap .col:nth-child(1) {
		width: 180px;
	}	
	.after-trip-box .colWrap .col:nth-child(2) {
		width: 542px;
		margin-left: 20px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}

	.hotels-box .colWrap.clm_1_2col {
		width: 866px;
		justify-content: space-between;
	}
		.hotels-box .colWrap .col:nth-child(1) {
			width: 210px;
		}	
		.hotels-box .colWrap .col:nth-child(2) {
			width: 636px;
    		margin-left: 20px;
			line-height: 24px;
			letter-spacing: 0.7px;
		}
	.situation .after-trip-dom {
		position: relative;
		margin-top: 45px;
		border-radius: 20px;
		padding: 35px 30px 20px;
		background-color: #FCF2F2;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}
	.after-trip-dom .after-trip-box:after {
		position: absolute;
		content: '';
		width: 266px;
		height: 40px;
		top: -15px;
		left: 30px;
		background-image: url(/jp/ja/tour/60th/dream/img_sites/travelogue_intl_md.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
@media screen and (max-width: 950px) {
	
	.situation-box-left,.situation-box-right, .colWrap.clm_1_2col {
    	width: 100%;
	}
	.situation-box-left,.situation-box-right,.hotels-box p{
		font-size: 1.4rem;
	}
	.hotels-box .textlink.textlinkbox.aem-GridColumn.aem-GridColumn--default--12{
		font-size: 1.4rem;
	}
	.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12
	.situation-box-left .colWrap .col:nth-child(1) {
        width: 100%;
    }	
	.situation-box-left .colWrap .col:nth-child(2) {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
		line-height: 24px;
		letter-spacing: 0.7px;
    }
	.situation-box-right{
		margin-top: 30px;
	}
	.situation-box-right .colWrap.clm_1_2col {
    	flex-direction:column-reverse;
	}
	.situation-box-right .colWrap .col:nth-child(1) {
		width: 100%;
		margin-right:0px;
		margin-top: 20px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}	

	.situation-box-right .colWrap .col:nth-child(2) {
 		width: 100%;
		margin: 0;
    }
	.situation-box-right　.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--offset--default--1{
		margin-left: 0;
		width: 100%;
	}
	.situation-box-right .aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--offset--default--1{
		margin-left: 0;
	}
	.situation-box-right .aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--11{
		width: 100%;
	}
	.after-trip-box .colWrap.clm_1_2col {
		width: 100%;
	}
	.after-trip-box .colWrap .col:nth-child(1) {
		width: 100%;
	}	
	.after-trip-box .colWrap .col:nth-child(2) {
		width: 100%;
		margin-left: 0px;
		line-height: 24px;
		letter-spacing: 0.7px;
	}

	.hotels-box .colWrap.clm_1_2col {
		width: 100%;
	}
		.hotels-box .colWrap .col:nth-child(1) {
			width: 100%;
		}	
		.hotels-box .colWrap .col:nth-child(2) {
			width: 100%;
    		margin-left: 0px;
			line-height: 24px;
			letter-spacing: 0.7px;
	}
	.situation .after-trip-box:after {
        left: -11px;
        top: -30px;
        width: 266px;
        height: 62px;
		background-image: url(/jp/ja/tour/60th/dream/img_sites/travelogue_dom_md_sp.png);
		background-size: contain;
	}
	.after-trip-dom .after-trip-box:after {
	left:0;
	top: -25px;
	background-image: url(/jp/ja/tour/60th/dream/img_sites/travelogue_intl_md.png);
	background-size: contain;
	}
		
}
