@charset "utf-8";


/*----------------------------------------------
	mainBox
----------------------------------------------*/
.mainBox {
	width: 100%;
}
.mainBox .head {
	margin: 0;
	text-align: center;
}

/*----------------------------------------------
	aboutBox
----------------------------------------------*/
.aboutBox {
	padding: 45px 0;
	background: url("../img/about_bg01.jpg") center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
.aboutBox .head {
	text-align: center;
	max-width: 315px;
	margin: 0 auto;
}
.aboutBox .txtBox01 {
	margin-top: 2em;
}
.aboutBox .txtBox01 p {
	margin: 1.5em 0;
}
.aboutBox .txtBox01 p strong {
	background: linear-gradient(transparent 50%, #FFE42C 50%);
}
.aboutBox .btnList01 {
	margin: 30px auto 0;
	padding: 0;
	list-style-type: none;
}
.aboutBox .btnList01 > li {
	margin: 0;
}
.aboutBox .btnList01 > li + li {
	margin-top: 15px;
}
.aboutBox .btnList01 > li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 1em 0;
	border-radius: 100px;
}
.aboutBox .btnList01 > li a:hover {
	opacity: 0.7;
}
.aboutBox .btnList01 > li.recommend a {
	background: #88bf01;
}
.aboutBox .btnList01 > li.prevention a {
	background: #C00000;
}
@media only screen and (min-width: 768px) {
	.aboutBox .innerBox {
		max-width: 640px;
	}
	.aboutBox .head {
		max-width: 631px;
	}
}

/*----------------------------------------------
	reasonBox
----------------------------------------------*/
.reasonBox {
	padding: 0 0 60px;
	background: #6FBC00;
	overflow: hidden;
}
.reasonBox .head {
	text-align: center;
	width: 350px;
	margin: 0 0 0 50%;
	padding: 0;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reasonBox .oneSecBox {
	margin: 15px auto 0;
	position: relative;
}
.reasonBox .oneSecBox .ttl {
	margin: 0;
	position: relative;
}
.reasonBox .oneSecBox:nth-of-type(1) .ttl ,
.reasonBox .oneSecBox:nth-of-type(3) .ttl {
	margin-left: -45px;
}
.reasonBox .oneSecBox:nth-of-type(2) .ttl ,
.reasonBox .oneSecBox:nth-of-type(4) .ttl {
	margin-right: -45px;
	text-align: right;
}
.reasonBox .oneSecBox .imgBox {
	margin: -50px -30px 0;
}
.reasonBox .oneSecBox .txtBox {
	margin: -30px 0 0 0;
	padding: 30px;
	background: #ffffff;
	position: relative;
}
.reasonBox .oneSecBox:nth-of-type(1) .txtBox ,
.reasonBox .oneSecBox:nth-of-type(3) .txtBox {
	margin-left: -30px;
}
.reasonBox .oneSecBox:nth-of-type(2) .txtBox ,
.reasonBox .oneSecBox:nth-of-type(4) .txtBox {
	margin-right: -30px;
}
.reasonBox .oneSecBox .txtBox p {
	margin: 0;
}
.reasonBox .oneSecBox .txtBox p strong {
	background: linear-gradient(transparent 50%, #FFE42C 50%);
}

@media only screen and (min-width: 768px) {
	.reasonBox .innerBox {
		max-width: 640px;
	}
	.reasonBox .head {
		width: 640px;
	}
	.reasonBox .oneSecBox {
		margin-top: 60px;
	}
	.reasonBox .oneSecBox .ttl img {
		width: 560px;
	}
}

/*----------------------------------------------
	bnInstagram
----------------------------------------------*/
.bnInstagram {
	text-align: center;
	max-width: 640px;
	margin: 60px auto;
}

/*----------------------------------------------
	reviewBox
----------------------------------------------*/
.reviewBox {
	padding: 0 0 80px;
	background: #EA6C06;
	overflow: hidden;
}
.reviewBox .head {
	text-align: center;
	width: 472px;
	margin: 0 0 0 50%;
	padding: 0;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.reviewBox .reviewList {
	margin: -10px 0 0 0;
	padding: 0;
	list-style-type: none;
}
.reviewBox .reviewList > li {
	margin: 0;
	padding: 20px;
	background: #ffffff;
	border-radius: 20px 20px 20px 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.reviewBox .reviewList > li + li {
	margin-top: 30px;
}
.reviewBox .reviewList > li::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffffff;
}
.reviewBox .reviewList > li .person {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	position: relative;
	display: flex;
}
.reviewBox .reviewList > li .person::before {
	content: "";
	display: block;
	width: 25px;
	height: 26px;
	margin: -5px 10px 0 0;
	flex-shrink: 0;
}
.reviewBox .reviewList > li.boy .person {
	color: #00A0E9;
}
.reviewBox .reviewList > li.boy .person::before {
	background: url("../img/review_icon_boy.png") 0 0 no-repeat;
	background-size: contain;
}
.reviewBox .reviewList > li.girl .person {
	color: #F43B90;
}
.reviewBox .reviewList > li.girl .person::before {
	background: url("../img/review_icon_girl.png") 0 0 no-repeat;
	background-size: contain;
}
.reviewBox .reviewList > li dl.commonAccordionList > dt {
	margin: 0;
	padding: 0 0 15px 0;
}
.reviewBox .reviewList > li dl.commonAccordionList > dt > .hitarea {
	cursor: pointer;
}
.reviewBox .reviewList > li dl.commonAccordionList > dt .ttl {
	margin-bottom: 0;
	padding: 0 50px 0 0;
	font-weight: bold;
	position: relative;
}
.reviewBox .reviewList > li dl.commonAccordionList > dt .ttl .mark {
	display: block;
	width: 35px;
	aspect-ratio: 1 / 1;
	background: #4D4D4D;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.reviewBox .reviewList > li dl.commonAccordionList > dt .ttl .mark::before ,
.reviewBox .reviewList > li dl.commonAccordionList > dt .ttl .mark::after {
	content: "";
	display: block;
	width: 43%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.reviewBox .reviewList > li dl.commonAccordionList > dt .ttl .mark::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
.reviewBox .reviewList > li dl.commonAccordionList > dt.active .ttl .mark::after {
	display: none;
}
.reviewBox .reviewList > li dl.commonAccordionList > dd {
	margin: 0;
}


@media only screen and (min-width: 768px) {
	.reviewBox .head {
		width: 800px;
	}
	.reviewBox .reviewList {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-top: -50px;
	}
	.reviewBox .reviewList > li {
		width: 48%;
		margin: 4% 4% 0 0!important;
	}
	.reviewBox .reviewList > li:nth-child(even) {
		margin-right: 0!important;
	}
	.reviewBox .reviewList > li .person {
		font-size: 1.8rem;
	}
}

/*----------------------------------------------
	tourBox
----------------------------------------------*/
.tourBox {
	padding: 0 0 60px;
	background: #D4F2FF;
	overflow: hidden;
}
.tourBox .headBox {
	padding: 50px 0;
	background: #ffffff;
	position: relative;
}
.tourBox .headBox::before ,
.tourBox .headBox::after {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
}
.tourBox .headBox::before {
	top: 0;
	background: url("../img/tour_head_bg01.png") 0 0 repeat-x;
	background-size: auto 100%;
}
.tourBox .headBox::after {
	bottom: 0;
	background: url("../img/tour_head_bg02.png") 0 0 repeat-x;
	background-size: auto 100%;
}
.tourBox .head {
	margin: 0 auto;
	max-width: 312px;
}
.tourBox .txtBox01 {
	margin: 2em auto;
	position: relative;
}
.tourBox .txtBox01 p {
	position: relative;
}
.tourBox .txtBox01 p::before {
	content: "";
	display: block;
	width: 173px;
	height: 50px;
	position: absolute;
	z-index: 1;
	background: url("../img/tour_txt_bg01.png") 0 0 no-repeat;
	background-size: contain;
}
.tourBox .txtBox01 p:nth-of-type(1)::before {
	top: -30px;
	left: -30px;
}
.tourBox .txtBox01 p:nth-of-type(2)::before {
	top: -30px;
	right: -30px;
}
.tourBox .txtBox01 p:nth-of-type(3)::before {
	top: -10px;
	left: -30px;
}
.tourBox .txtBox01 p > span {
	position: relative;
	z-index: 2;
}
.tourBox .txtBox01 .notion {
	font-size: 1rem;
}
.tourBox .campaign {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 2em 0;
}
.tourBox .campaign a {
	color: #ff0000;
	text-decoration: underline;
}
.tourBox .campaign a:hover {
	text-decoration: none;
}
.tourBox .iconDescBox {
	max-width: 640px;
	margin: 2em auto;
}
.tourBox .iconDescBox .ttl {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0.5em;
	background: #00A0E9;
}
.tourBox .iconDescBox .bodyBox {
	padding: 1em;
	background: #ffffff;
}
.tourBox .iconDescBox .bodyBox .iconList {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em 0;
}
.tourBox .iconDescBox .bodyBox .iconList li {
	width: 25%;
	text-align: center;
}
.tourBox .iconDescBox .bodyBox .iconList li .icon {
	width: 40px;
	margin: 0 auto;
}
.tourBox .iconDescBox .bodyBox .iconList li .txt {
	font-size: 1.2rem;
	white-space: nowrap;
	margin: 0.2em 0 0 0;
}
.tourBox .tourSlideInner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.tourBox .tourSlideInner {
		padding: 0 15px;
	}
}
.tourBox .departureDateBox {
	position: relative;
	margin: 0 0 20px 0;
}
.tourBox .departureDateBox .ttlBox {
	margin: 0 0 0.5em 0;
	display: flex;
	align-items: flex-start;
	gap: 0 1em;
}
.tourBox .departureDateBox .ttlBox .ttl {
	margin: 0;
	color: #427438;
	font-size: 1.2rem;
	font-weight: bold;
	flex-shrink: 0;
}
.tourBox .departureDateBox .ttlBox .ttl::before ,
.tourBox .departureDateBox .ttlBox .ttl::after {
	content: "▼";
}
.tourBox .departureDateBox .ttlBox p {
	margin: 0;
	font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
	.tourBox .departureDateBox .ttlBox p {
		display: none;
	}
}
.tourBox .departureDateBox .swiper-slide {
	cursor: pointer;
	/*width: 90px!important;*/
	font-weight: bold;
	text-align: center;
	line-height: 1;
	/*margin: 0 10px 0 0;*/
	padding: 1em 0;
	background: #CBCBCB;
	border-radius: 10px 10px 0 0;
}
.tourBox .departureDateBox .swiper-slide.swiper-slide-thumb-active {
	color: #ffffff;
	background: #427438;
}

.tourBox .departureDateBox::after {
	content: "";
	display: block;
	width: 100vw;
	height: 6px;
	background: #427438;
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, 0);
}
.tourBox .oneSecBoxWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px 4%;
	flex-direction: column;
}
.tourBox .oneSecBox {
	width: 100%;
	padding: 15px;
	background: #ffffff;
	position: relative;
	box-shadow: 4px 4px 0px rgba(174,204,211,1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tourBox .oneSecBox.soldout .soldoutOverlay {
	content: '';
	display: grid;
	grid-template-columns: 70%;
	place-content: center;
	position: absolute;
	inset: -10px;
	margin: auto;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
}
.tourBox .oneSecBox.soldout .soldoutOverlay > span {
	display: block;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	border-radius: 0.4em;
	background: #ff0000;
	rotate: -10deg;
}
.tourBox .oneSecBox .dayIconBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tourBox .oneSecBox .dayIconBox .day {
	margin: 0;
	color: #427438;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}
.tourBox .oneSecBox .dayIconBox .day i {
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	margin: 0 0.5em 0 0;
}
.tourBox .oneSecBox .dayIconBox .iconList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
.tourBox .oneSecBox .dayIconBox .iconList > li {
	width: 32px;
}
.tourBox .oneSecBox .specBox {
	margin: 0.8em 0;
	display: flex;
}
.tourBox .oneSecBox .specBox p {
	margin: 0;
	padding: 0.4em 0.6em;
	border: 1px solid #CBCBCB;
	background: #ffffff;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tourBox .oneSecBox .specBox p + p {
	margin-left: 0.5em;
}
.tourBox .oneSecBox .specBox p.span {
	color: #ffffff;
}
.tourBox .oneSecBox .specBox p.span.days1 {
	border-color: #D84C5D;
	background: #D84C5D;
}
.tourBox .oneSecBox .specBox p.span.days2 {
	border-color: #ed7809;
	background: #ed7809;
}
.tourBox .oneSecBox .specBox p.span.days3 {
	border-color: #c9ac00;
	background: #c9ac00;
}
.tourBox .oneSecBox .specBox p.span.days4 {
	border-color: #7ba129;
	background: #7ba129;
}
.tourBox .oneSecBox .specBox p.span.days5 {
	border-color: #467eb7;
	background: #467eb7;
}
.tourBox .oneSecBox .specBox p.span.days6 {
	border-color: #AA52A8;
	background: #AA52A8;
}
.tourBox .oneSecBox .commonAccordionList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tourBox .oneSecBox .commonAccordionList > dt > .hitarea {
	cursor: pointer;
}
.tourBox .oneSecBox .commonAccordionList > dt ,
.tourBox .oneSecBox .commonAccordionList > dd {
	margin: 0;
}
.tourBox .oneSecBox .ttl01 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0.4em 0;
	padding: 0 50px 0 0;
	position: relative;
}
.tourBox .oneSecBox .ttl01 .mark {
	display: block;
	width: 35px;
	aspect-ratio: 1 / 1;
	background: #427438;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.tourBox .oneSecBox .ttl01 .mark::before ,
.tourBox .oneSecBox .ttl01 .mark::after {
	content: "";
	display: block;
	width: 43%;
	height: 3px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tourBox .oneSecBox .ttl01 .mark::after {
	transform: translate(-50%,-50%) rotate(90deg);
}
.tourBox .oneSecBox dl.commonAccordionList > dt.active .ttl01 .mark::after {
	display: none;
}

.tourBox .oneSecBox .btn {
	margin: 1em auto;
	max-width: 250px;
}
.tourBox .oneSecBox .btn a {
	display: block;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 1.2em;
	background: #00A0E9;
	border-radius: 100px;
	position: relative;
}
.tourBox .oneSecBox .btn a:hover {
	opacity: 0.7;
}
.tourBox .oneSecBox .btn a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
	position: absolute;
	top: calc(50% - 4px);
	right: 6%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tourBox .oneSecBox .imgBox {
	/*aspect-ratio: 570 / 380;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.tourBox .oneSecBox .imgBox img {
	width: 100%;
}
.tourBox .oneSecBox .contentsTxt {
	margin: 1em 0;
}
.tourBox .oneSecBox .pointList {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}
.tourBox .oneSecBox .pointList > dt {
	margin: 0;
	padding: 0.4em;
	color: #ffffff;
	text-align: center;
	background: #E9550E;
}
.tourBox .oneSecBox .pointList > dd {
	margin: 0;
	padding: 0.8em;
	background: #FCE6CC;
}
.tourBox .linkBox {
	margin: 60px auto 0;
}
.tourBox .linkBox .imgBox {
	text-align: center;
	position: relative;
}
.tourBox .linkBox .imgBox > div {
	width: 418px;
	margin-left: calc(50% - 209px);
}
.tourBox .linkBox .btnList01 {
	margin: -30px auto 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
.tourBox .linkBox .btnList01 > li {
	margin: 0;
}
.tourBox .linkBox .btnList01 > li + li {
	margin-top: 15px;
}
.tourBox .linkBox .btnList01 > li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #00A0E9;
	font-weight: bold;
	text-align: center;
	min-height: 3.7em;
	border: 2px solid #00A0E9;
	background: #ffffff;
	border-radius: 100px;
	position: relative;
}
.tourBox .linkBox .btnList01 > li a:hover {
	opacity: 0.7;
}
.tourBox .linkBox .btnList01 > li a .notion {
	font-size: 1rem;
}
.tourBox .linkBox .btnList01 > li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
    border-right: 2px solid #00A0E9;
    border-bottom: 2px solid #00A0E9;
	position: absolute;
	top: calc(50% - 4px);
	right: 6%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
	.tourBox .head {
		max-width: 560px;
	}
	.tourBox .txtBox01 {
		max-width: 640px;
	}
	.tourBox .txtBox01 .notion {
		font-size: 1.4rem;
	}
	.tourBox .campaign {
		font-size: 2.4rem;
	}
	.tourBox .iconDescBox .ttl {
		font-size: 1.6rem;
	}
	.tourBox .iconDescBox .bodyBox .iconList li .icon {
		width: 60px;
	}
	.tourBox .iconDescBox .bodyBox .iconList li .txt {
		font-size: 1.4rem;
	}
	.tourBox .departureDateBox .ttlBox .ttl {
		font-size: 1.6rem;
	}
	.tourBox .departureDateBox .swiper-slide {
		/*width: 120px!important;*/
		font-size: 1.6rem;
	}
	.tourBox .oneSecBoxWrapper {
		flex-direction: row;
	}
	.tourBox .oneSecBox {
		width: 48%;
	}
	.tourBox .oneSecBox .dayIconBox .day {
		font-size: 1.8rem;
	}
	.tourBox .oneSecBox .dayIconBox .iconList > li {
		width: 40px;
	}
	.tourBox .oneSecBox .ttl01 {
		font-size: 2.4rem;
	}
	.tourBox .oneSecBox .btn {
		max-width: 360px;
	}
	.tourBox .linkBox .imgBox > div {
		width: 836px;
		margin-left: calc(50% - 418px);
	}
	.tourBox .linkBox .btnList01 {
		margin-top: -60px;
		max-width: 640px;
	}
	.tourBox .linkBox .btnList01 > li a .notion {
		font-size: 1.4rem;
	}
}


/*----------------------------------------------
	entryBox
----------------------------------------------*/
.entryBox {
	padding: 0 0 60px;
	background: #ffffff;
	overflow: hidden;
}
.entryBox .head {
	text-align: center;
	width: 350px;
	margin: 0 0 0 50%;
	padding: 0;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.entryBox .txtBox01 {
	position: relative;
}
.entryBox .txtBox01::before {
	content: "";
	display: block;
	width: 173px;
	height: 50px;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 173px);
	z-index: 1;
	background: url("../img/entry_bg01.png") 0 0 no-repeat;
	background-size: contain;
}
.entryBox .txtBox01 p {
	margin: 0;
	position: relative;
	z-index: 2;
}
.entryBox .btnList01 {
	margin: 30px auto 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.entryBox .btnList01 > li {
	margin: 0;
	width: 48%;
}
.entryBox .btnList01 > li a {
	display: block;
	text-align: center;
	line-height: 1.2;
	padding: 0.8em 0;
	border: 2px solid #ff0000;
	border-radius: 100px;
}
.entryBox .btnList01 > li.entry a {
	color: #ffffff;
	background: #ff0000;
}
.entryBox .btnList01 > li.login a {
	color: #ff0000;
	background: #ffffff;
}
.entryBox .commonContactBtnList01 {
	margin-top: 15px;
}
@media only screen and (min-width: 768px) {
	.entryBox .innerBox {
		max-width: 640px;
	}
	.entryBox .head {
		width: 640px;
	}
}


