﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
body {
	background: #ffffff;
}
/* body.load {
	background: url("../images/bkg.png") ,linear-gradient(-180deg, rgba(255, 226, 110, 1), rgba(255, 164, 109, 1), rgba(253, 143, 197, 1));
	background-position: center ;
	background-repeat: repeat;
	background-size: auto; */
}

.head {
	height: 80px;
	background-color: #ffffff;
}

.sns {
	width: 160px;
}

.white-bg {
    background-size: contain;
}

.main-border {
    background-color: #fe0202;
　　width:100%;
    height:5px;
}

#mainimage {
	/* padding-top: .5rem; */
	/* padding-bottom: .5rem; */
	padding-bottom: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	/* margin-bottom: 40px; */
	margin-top: 3rem;
	box-sizing: border-box;
	background: #4587bf;
}
#mainimage .mv{
	max-width: 1384px;
	width: 100%;
	margin: 0 auto;
	background: url('../images/background.png') no-repeat;
	background-position: center;
	background-size: 100%;
	height: 800px;
}
.sp_br{display: none;}

/* webフォント */

.wf-notosans {
    font-family: 'Noto Sans JP', sans-serif;
}
.wf-notoserif {
    font-family: 'Noto Serif JP', sans-serif;
}


/**/
.attention-border {
	border:2px solid #f6bd02;
}

/* コンテンツタイトル */

.title-bk {
    background-color: #000000;
    font-size: 150%;
}

.title01 {
    border:1px solid #ffffff;
}

/* 特典タイトル */

.tokuten {
    background-color: #333333;
}

.tokuten-border {
}

/* コンテンツタイトル */

.stafflist {
	margin:0px auto;
}


/* 追加 */
.list-unstyled.text-right.float-right.mt-2{
	margin-bottom: 0;
}
.flex-box{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#mainimage div:not([class]){
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 1.25rem;
}
#mainimage .logoarea{
	max-width: 904px;
	width: 100%;
	margin: 0 auto;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#mainimage .logoarea .mv_logo.up{
	max-width: 304px;
	width: 100%;
	margin: 0;
}
#mainimage .logoarea .mv_logo.un{
	max-width: 585px;
	width: 100%;
	margin: 0;
}
#mainimage .logoarea .mv_logo.un img{
	width: 100%;
}
#mainimage .logoarea .mv_logo_sp{
	display: none;
}
#mainimage .mv_copy{
	max-width: 1110px;
	width: 100%;
	margin: auto;
	margin-top: .635rem;
}
#mainimage .mv_copy p{
	font-size: .75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((10 / 1000) * 1px);
	text-align: right;
	color : #ffffff;
	margin-bottom: 0;
}

/*---------------------------------------------------------------------   content02    ----*/
#content02{
	padding-top: 4rem;
	padding-bottom: 4.75rem;
	box-sizing: border-box;
	background: url('../images/intro_bkg.png') ,linear-gradient(180deg, #edfaff 30%, #ffffff 40%) ;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	text-align: center;
}
#content02 .intro_ttl{
	max-width: 439px;
	width : 100%;
	margin: 0 auto 1.875rem;
}
#content02 .intro_txt{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1px);
	text-align: center;
	color : #111111;
	margin: 0 auto 2rem;
}
#content02 .intro_day{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((180 / 1000) * 10px);
	text-align: center;
	color : #e60012;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: .825rem;
}
#content02 .intro_day small{
	font-size: 71.42%;
}
#content02 .intro_day::after{
	content : "";
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width : calc(100% + 1rem);
	height: 1px;
	background: #e60012;
	display: block;
}
#detail{
	margin-top: 4.1875rem;
}
.detailtxt{
	display: inline-block;
	max-width: 900px;
	width : 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 14px 0px rgba(26, 130, 178, 0.1);
	padding: 2.8125rem 5.5rem;
	box-sizing: border-box;
	background: #ffffff;
}
.detailtxt h4{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((180 / 1000) * 10px);
	text-align: center;
	color : #ffffff;
	padding: .3125rem 2rem;
	box-sizing: border-box;
	background: #3685e1;
	display: inline-block;
	margin-bottom: 1.875rem;
}
.detailtxt li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: calc((80 / 1000) * 1px);
	text-align: left;
	color : #111111;
	width : 100%;
}
/*---------------------------------------------------------------------   content03    ----*/

#content03{
	max-width: 100%;
	padding-top: 5.625rem;
	padding-bottom: 4.75rem;
	box-sizing: border-box;
	background: url('../images/item_bkg.jpg');
	background-position: top center;
	background-repeat: repeat;
	background-size: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#content03::before , #content03::after{
	content: "";
	background: url('../images/reef1.png') no-repeat;
	background-position: top;
	background-size: auto;
	width: 141px;
	height: 1105px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 1;
}
#content03 > div::before , #content03 > div::after{
	content: "";
	background: url('../images/reef2.png') repeat-y;
	background-position: top;
	background-size: auto;
	width: 141px;
	height: 100%;
	display: block;
	position: absolute;
	top: 1104px;
	z-index: 1;
}
#content03::before , #content03 > div::before{
	left: 0;
	transform: scale(-1, 1);
}
#content03::after , #content03 > div::after{
	right: 0;
}
main > *[id] .container{
	position: relative;
	z-index: 3;
}
main > *[id] .container h2{
	font-size: 2.875rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((220 / 1000) * 1px);
	text-align: center;
	color : #3685e1;
	margin-bottom: 2.875rem;
}
main > *[id] .container h2 i{
	margin-right: .5rem;
	max-width: 6rem;
}
main > *[id] .container h2 span{
	box-sizing: border-box;
	margin-bottom: 0;
}
main > *[id] .container h2 span::after{
	content: "";
	background: url('../images/jet.png') no-repeat;
	background-position: top;
	background-size: 100%;
	width : 233px;
	height: 19px;
	display: block;
	margin-top: .75rem;
}




/*---------------------------------------------------------------------   content03_tokuten    ----*/


#content03 .tokuten-border > div.text-center{
	margin-bottom: 2.625rem;
}
#content03 .tokuten-border h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1px);
	text-align: center;
	color : #111111;
	margin-bottom: 1.75rem;
}
#content03 .tokuten-border > div.flex-box{
	margin-bottom: 1.875rem;
}
#content03 .tokuten-border ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content03 .tokuten-border li{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6875;
	letter-spacing: calc((80 / 1000) * 1px);
	text-align: center;
	color : #111111;
}
#content03 .tokuten-border .limit{
	max-width: 724px;
	width: 100%;
	margin: 0 auto;
	outline : 1px solid #e60012;
	background: #ffffff;
	margin-bottom: 5.9375rem;
}
#content03 .tokuten-border .limit h4{
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((160 / 1000) * 1rem);
	text-align: center;
	color : #ffffff;
	background: #e60012;
	padding: .5rem 0;
	box-sizing: border-box;
	margin: 0;
}
#content03 .tokuten-border .limit p{
	font-size: 1.125em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1rem);
	text-align: center;
	color : #e60012;
	padding: .75rem 0;
	box-sizing: border-box;
	margin-bottom: 0;
}




/*---------------------------------------------------------------------   content03_item    ----*/
#itemlist .carousel-control-prev-icon {
    background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
transform: scale(-1, 1);
    background-size: contain;
		background-position: center;
}
#itemlist .carousel-control-next-icon {
    background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	    background-size: contain;
			background-position: center;
}

.carousel-inner{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.carousel-inner .img-thumbnail {
    border: none;
    border-radius: 0;
}
.carousel-item{
	overflow: hidden;
}
.carousel + p.wf-notosans{
	width: 100%;
	text-align: center;
	margin-bottom: .75rem;
}
.carousel + .item__cate span.badges{
	margin-top: 1.5rem;
	background: #000000;
	border-radius: 13px;
	font-size: .6875rem;
	font-weight:500;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #ffffff;
	display: inline-block;
	padding: .1875rem 1.875rem;
	box-sizing: border-box;
}
.carousel + .item__cate + .item__ttl{
	font-size: .9375rem;
	font-weight:500;
	line-height: 1.6;
	letter-spacing: calc((50 / 1000) * 1rem);
	color: #000000;
	margin-bottom: .5rem;
	text-align: center;
}
.carousel + .item__cate + .item__ttl + .item__txt{
	font-size: .75rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #000000;
	margin-bottom: 2rem;
	text-align: center;
}

.formbox div.flex-box{
	margin-bottom: 1rem;
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.formbox div.flex-box + p.formW{
	margin-bottom: 1rem;
}
.formbox div.flex-box p[class]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #000000;
}
.formbox div.flex-box .form__select{
	max-width: 173px;
	width: 100%;
	margin: 0;
	margin-right: 1.5625rem;
}
.formbox div.flex-box .form__quantity{
	margin: 0;
	/* max-width: calc(100%); */
	width: 100%;
}
.formbox div.flex-box .form__quantity input{
	max-width: 3.937rem;
	width: 100%;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	color : #000000;
}
.formbox div.flex-box .form__select span:last-child{
	position: relative;
	max-width: 11.4375rem;
	width: 100%;
	display: inline-block;
}
.formbox div.flex-box .form__select span:last-child::after{
	content : "";
	background: url('../images/form_arrow.svg') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 9px;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin : auto;
	right : 10px;
}

.formbox div.flex-box .form__select + .form__quantity{
	position: relative;
	max-width: 46%;
	width: 100%;
}
.formbox div.flex-box .form__select + .form__quantity span.formwname {
	max-width: inherit;
	width: auto;
	display: inline-block;
	text-align: left;
	}

.formbox div.flex-box .form__select span select{
	width: 100%;
	max-width: 11.4375rem;
	appearance: none;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
	}


.formbox div.flex-box select{
	width: 100%;
	max-width: 11.4375rem;
	appearance: none;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
}
.formbox div.flex-box + p.wf-notosans.text-center span:last-child{
	position: relative;
	max-width: 11.4375rem;
	width: 100%;
	display: inline-block;
}
.formbox div.flex-box + p.wf-notosans.text-center select{
	width: 100%;
	max-width: 11.4375rem;
	appearance: none;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
}
.formwname +  input::placeholder{
	color : #000000;
}
.formbox div.flex-box + p.wf-notosans.text-center span:last-child::after{
	content : "";
	background: url('../images/form_arrow.svg') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 9px;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin : auto;
	right : 10px;
}
.formW{
	max-width: 100%;
	-ms-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	margin: auto;
	font-size: 1rem;
	color : #000000;
}
.formW span.formwname{
	max-width: 40%;
	width: 100%;
	display: inline-block;
	text-align: right;
}
.formW span{
	font-size: 1rem;
	color : #000000;
}
.formbox .form__btn{
	margin-bottom: 0;
}
.formbox .form__btn button{
	max-width: 25.3125rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #3685e1;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
}
.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
}
#itemlist .row:not(:last-child) {
	margin-bottom: 2rem;
}
#itemlist .row .itemttl{
	max-width: 100%;
	width: 100%;
	margin-bottom: 2rem;
}
#itemlist .row .itemttl span{
	max-width: 33.8125rem;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
#itemlist .row:nth-child(2) .itemttl span{
	max-width: 28.6875rem;
}
#itemlist .row .itemttl img{
	width: 100%;
}


















footer{
	background: #3685e1;
	color: #ffffff;
}
footer a{
	color: #ffffff;
}
footer a:hover{
	color: #ffffff;
	opacity: .8;
}



@media only screen and (max-width: 1383px) {
	#mainimage .mv {
		background-size: auto;
		height: auto;
		padding-bottom: 1rem;
	}
}
@media only screen and (max-width: 1200px) {
	#mainimage .mv_copy {
		padding-right: 1.5rem;
	}
}


@media only screen and (max-width: 1100px) {/*768まで*/
	.img-thumbnail {
		width: 100%;
	}
	#mainimage .mv {
		margin: 0 auto;
		background: url(../images/background_sp.png);
		background-position: center ;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	#mainimage .logoarea{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#mainimage .logoarea .mv_logo.up{
		max-width: calc(304px / 1.3);
	}
	#mainimage .logoarea .mv_logo.un{
		max-width: calc(585px / 1.3);
	}
}


@media only screen and (max-width: 767px) {/* 375まで */
	html{font-size: 50%;}
	main{padding-top: 4rem;}
	#mainimage .mv {
		padding: 2rem 4.5625rem;
		box-sizing: border-box;
	}
	#mainimage div:not([class]) {
    margin: 0 auto;
}
	#mainimage .logoarea{
		max-width: 682px;
		width : 100%;
		margin: 0 auto;
		position: relative;
	}
	#mainimage .logoarea .mv_logo.up ,
	#mainimage .logoarea .mv_logo.un ,
	#mainimage .mv_copy{
		display: none;
	}
	#mainimage .logoarea .mv_logo_sp{
		display: inline-block;
		position: absolute;
		right : .625rem;
		bottom: 0;
		width: 40.82vw;
	}
	.container {
		max-width: calc(100% - 1.5rem * 2);
		padding: 0;
	}
	.container > .container{
		max-width: 100%;
	}
	#content02 {
		padding-bottom: 4.4375rem;
	}
	#content02 .intro_ttl {
		max-width: 100%;
		margin: 0 auto 1.625rem;
	}
	#content02 .intro_txt {
		font-size: 1.75rem;
		margin: 0 auto 3.125rem;
	}
	#content02 .intro_day {
		font-size: 4vw;
	}
	#detail {
		margin-top: 4.0625rem;
		padding: 0;
	}
	.detailtxt {
		padding: 3.125rem 2.4375rem 3.125rem 1.8125rem;
	}
	.detailtxt h4 {
		font-size: 2rem;
		padding: .5625rem 3.125rem .625rem;
		margin-bottom: 2rem;
	}
	.detailtxt ul.flex-box {
		padding: 0 0 0 1.5rem;
	}
	.detailtxt li {
		font-size: 1.4rem;
		padding: 0;
		margin: 0;
		width: 100%;
		font-feature-settings: "palt" 1;
	}
	#content03 {;
		padding-top: 5.3125rem;
		padding-bottom: 4.75rem;
	}
	#content03::before , #content03 > div::before{
		left: 0;
		transform: translateX(-20%) scale(-1, 1) ;
	}
	#content03::after , #content03 > div::after{
		right: 0;
		transform: translateX(20%);
	}
	main > *[id] .container h2 {
		font-size: 3.34375rem;
		letter-spacing: calc((220 / 1000) * 10px);
		text-align: center;
		color: #3685e1;
		margin-bottom: 2.875rem;
	}
	main > *[id] .container h2 span::after {
		background: url(../images/jet_sp.png) no-repeat;
		background-position: top;
		background-size: 100%;
		width: 16.9375rem;
		height: 1.375rem;
	}
	main > *[id] .container h2 i {
		margin-left: -7.5vw;
	}
	main > *[id] .container h2 i img{
		width : 100%;
	}
	#content03 .tokuten-border > div.text-center {
		margin-bottom: 2rem;
	}
	#content03 .tokuten-border h3 {
		font-size: 2.375rem;
		line-height: 1.21;
		letter-spacing: calc((180 / 1000) * 1px);
		margin-bottom: 1.875rem;
	}
	#content03 .tokuten-border li {
		font-size: 1.5rem;
		line-height: 1.833;
	}
	#content03 .tokuten-border > div.flex-box {
		margin-bottom: 2.625rem;
	}
	#content03 .tokuten-border .limit {
		margin-bottom: 7.375rem;
	}
	#content03 .tokuten-border .limit h4 {
		font-size: 1.75em;
		line-height: 1;
		letter-spacing: calc((160 / 1000) * 1rem);
		padding: .5rem 0;
	}
	#content03 .tokuten-border .limit p {
		font-size: 1.75em;
		line-height: 1.14;
		letter-spacing: calc((160 / 1000) * 1rem);
		padding: .75rem 0;
	}
	.carousel + .item__cate + .item__ttl{
		font-size: 2rem;
		line-height: 1.5;
		text-align: left;
	}
	.carousel + .item__cate + .item__ttl + .item__txt{
		font-size: 1.75rem;
		margin-bottom: 3rem;
		text-align: left;
	}
	.formbox div.flex-box {
		max-width: 100%;
	}
	.formbox div.flex-box p[class] {
		font-size: 1rem;
	}
	.formW span {
		font-size: 2rem;
	}
	.formbox div.flex-box .form__quantity input {
		margin-left: .5rem;
		margin-right: .5rem;
		max-width: 110px;
		height: 3.375rem;
	}
	.formbox div.flex-box + p.wf-notosans.text-center select {
		margin-left: .5rem;
		margin-right: .5rem;
		display: block;
		height: 3.375rem;
	}
	.formbox div.flex-box + p.wf-notosans.text-center span:not([class]){
		max-width: 40%;
	}
	.formbox div.flex-box + p.wf-notosans.text-center select {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: calc((40 / 1000) * 1rem);
		color: #000000;
		max-width: 100%;
	}
	.formW {
		max-width: 100%;
		-ms-justify-content: start;
		-webkit-justify-content: start;
		justify-content: start;
	}
	.formbox div.flex-box + p.formW {
		margin-bottom: 1.875rem;
	}
	.formbox .form__btn button {
		max-width: 100%;
		font-size: 2rem;
	}
	.formW span.formwname {
		max-width: calc(40%);
		width: 100%;
	}
	.sp_br{display: block;}
	.carousel + .item__cate span.badges{
		margin-top: 2.8125rem;
		border-radius: 99rem;
		font-size: 2rem;
		letter-spacing: calc((50 / 1000) * 1rem);
		padding: .625rem 2.25rem .5625rem;
	}
	.carousel + p.wf-notosans{
		text-align: left;
		margin-bottom: 1.8125rem;
	}
	#itemlist .row .col-12.col-lg-6.mb-5{
		background : rgba(255,255,255,.4);
		padding: 0;
		margin: 0 1.5rem;
		max-width: calc(100% - 1.5rem *2);
	}
}

@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
