@charset "UTF-8";
/* CSS Document */
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

/*-------------------------

　共通

---------------------------*/
html{
	font-size:62.5%;
}

#wrap {
	font-size:1.4rem;
}

#wrap img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#wrap ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sp-on{
	display: none;
}

.red{
	color: red;
}

.red_box,.purple_box{
	font-size: 1.5rem;
	width: 95%;
	margin: 0 auto 20px;
	padding: 20px;
	font-weight: bold;
	text-align: center;
}
.red_box{
	color: red;
	border: 1px solid red;
}

.purple_box{
	color: #6a5ea7;
	border: 1px solid #6a5ea7;
}
.red_box span,.purple_box span{
	font-size: 1.3rem;
	font-weight: normal;
}


.inner-box {
	max-width: 1024px;
	width: 95%;
	margin: 0 auto;
}

h2,h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

h2{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.3em;
}

h2:after{
	content: "";
	bottom: 0;
	right: 0;
	border: 3px solid #fff;
	border-image: linear-gradient(to right, #fdf0f9 0%, #d9cbfc 50%, #988ecb 100%);
	border-image-slice: 1;
	display: block;
	width: 50px;
	margin: 10px auto;
}

h2 span{
	font-size:1.8rem;
	display: block;
}

h3{
	font-size:2rem;
}

h3 span{
	font-size:1.4rem;
	display: block;
}
h4 span{
	font-size:1.4rem;
}


/*-------------------------

　パンくず　調整

---------------------------*/
.breadcrumb__item, .breadcrumb__item a {
  font-size:11.2px;	
}
.breadcrumb__itemInner{
	font-size:11.2px;
}
#hisApp .breadcrumb {
	max-width: 1024px;
	width: 100%;
}
/*-------------------------

 メインビジュアル

---------------------------*/
#mainWrap {
	width: 100%;
	height: 530px;
	background: url(../images/main-bg.jpg) no-repeat top center;
}

#mainWrap.en {
	background: url(../images/main-bg-en.jpg) no-repeat top center;
}
#mainWrap .inner-box {	
	height: 530px;	
	position: relative
}

#mainWrap .title {
	position: absolute;
	top: 15px;
	left: 10px;
}

/*-------------------------

 ナビ

---------------------------*/

nav {
	width: 100%;
	background: linear-gradient(-45deg, #ceb4e4, #c9aad6);
	overflow: hidden;
}
#wrap nav ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wrap nav ul li {
	width: 100%;
	/*padding: 5px 0;*/
	font-size: 1.6rem;
	border-left: 1px dotted #062753;
	font-family: 'Noto Sans JP', sans-serif;
}

#wrap nav ul li:last-of-type {
	border-right: 1px dotted #062753;
}
#wrap nav ul li a {
	color: #062753;
	display: flex;
	/*width: 100%;*/
	align-items: center;
	justify-content: center;
	position: relative;
	text-decoration: none;
	/* display: block; */
	text-align: center;
	font-weight: bold;
	height: 70px;
	padding: 30px 0;
}

#wrap nav ul li a:hover {
	background: linear-gradient(45deg, #0e325c, #042a5a);
	transition:all 0.8s ease;
	color:#fff;
}


#wrap nav ul li a:after {
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	font-weight: bold;
}

#wrap nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-top: 0;
	box-shadow: 0 1px 2px 0 #e0e0e0;
}


/*-------------------------

 特典

---------------------------*/

#tokuten_wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 60px 0;
}
#tokuten_wrap h2 {
	color: #082b56;
}
#tokuten_wrap h3 {
	font-size: 2.2rem;
}


#tokuten_wrap ul{
	margin-bottom: 30px;
}


.point-list{
	display: flex;
	margin: 35px 0;
	justify-content: space-around;
}

.point-list li{
	width: 45%;
	text-align: center;
	padding: 30px 0;
	position: relative;
	border: 3px solid #183a77;
	outline:solid 2px #cbc7f9;
	outline-offset: 3px;
	border-image: linear-gradient(to right, #edb9ea 0%, #778ed1 50%, #c6c3f9 100%);
	border-image-slice: 1;
}

#tokuten_wrap .point-list li img{
	width: 70%;
	max-width: 600px;
	padding-top: 10px;
}


.point-list li h3{
	color: #082b56;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 25px;
}
.point-list li:last-of-type h3{
	/*padding-bottom: 3px;*/
}

.point-list p span{
	font-weight: bold;
	color: red;
}

#tokuten_wrap ul.tokuten_info{
	width: 90%;
	margin: 0 auto;
}

#tokuten_wrap ul.tokuten_info li{
	list-style: disc;
}
.point-list .glass-info{
	color: #554728;
	font-size: 1.3rem;
	padding-top: 5px;
	font-weight: bold;
}

/*-------------------------

 イベント

---------------------------*/
.event_wrap {
	width: 100%;
	background: url(../images/event_bg.png) bottom no-repeat,linear-gradient(#183a77 50%, #081c57 80%, #060628 90%);
	background-size: contain;
	padding: 80px 0 60px;
	margin-bottom: 70px;
}
.event_wrap h2 {
	color: #fff;;
}


#wrap .event_wrap ul{
	max-width: 960px;
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 70px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	justify-content: space-between;
}
#wrap .event_wrap li{
	margin-bottom: 30px;
	width: 49%;
}

.event_wrap h3 {
	color: #183a77;
	position: relative;
	background: #fff;
}
.event_wrap h3:before {
	content: "\f2dc";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}
.event_wrap li:nth-of-type(2) h3:before {
	content: "\f004";
}
.event_wrap li:nth-of-type(3) h3:before {
	content: "\f001";
}

.event_wrap li:last-of-type h3:before {
	content: "\f072";
}

.event_wrap li p:first-of-type{
	color: #183a77;
	font-weight: bold;
}
.event_wrap li span{
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 3px 5px 0 0;
	text-align: center;
	background: #183a77;
	min-width: 50px;
}


.cfm_copy{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}

.cfm_copy a{
	color:#fff;
}

/*-------------------------

 商品

---------------------------*/
#plan_wrap{
	margin-bottom: 70px;
}
.plan_start{
	color: red;
	font-weight: bold;
	font-size:2rem;
	text-align: center;
	margin-bottom: 30px;
}
.plan_start span{
	font-weight: normal;
	font-size:1.5rem;
}

#plan_wrap .tab_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}

.tab_area li {
    color: #fff;
    width: calc( 100% / 5);
    margin-right: 30px;
    margin-bottom: 10px;
    background: #cdc7ed;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 50px;
    padding: 20px 0 30px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, .3));
}

.tab_area li::after {
    content: "";
    background: url("../images/arrow_nav.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 13px;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.tab_area li.nav_on,
.tab_area li:hover {
    /*color: #fcf956;*/
    background-color: #ed6aa0;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
}

.area00 {
    display: none;
}

.area00.stay-plan .port-type::after {
    content: "】"
}

.tour-tab {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}

.tour-tab li {
    width: calc(100% / 7);
    margin-right: 3px;
    padding: 10px 0 8px;
    background: #000;
    font-size: 16px;
    font-weight: 900;
    color: #b2b2a2;
    text-align: center;
    cursor: pointer;
}

.tour-tab li:last-child {
    margin-right: 0;
}

.tour-tab li.nav_on,
.tour-tab li:hover {
    color: #000;
    background: #fff;
}

.area00 {
    display: none;
}

.area00 h3 {
    text-align: center;
	margin: 50px 0 20px;
	font-size: 24px;
}

.tour__box {
    background-color: #fff;
    padding: 30px 20px 10px;
}

.tour__ttl {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px;
}

.tour-link-button {
    width: 60%;
    margin: 30px auto 0;
}

.tour-link-button>a {
    border: 1px solid #ed6aa0;
    color: #ed6aa0;
    border-radius: 30px;
    /*filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));*/
    background-color: #fff;
    padding: 15px 10px;
}

.tour-link-button>a:hover {
    transition: .5s;
    background-color: #ed6aa0	;
    color: #fff;
}

.tour-link-button>a::after {
    background: url(../images/arrow_btn.png) no-repeat center / contain;
    width: 15px;
    height: 17px;
    top: 0;
    right: 30px;
    bottom: 0;
    transform: none;
    border-top: none;
    border-right: none;
}

.tour-link-button>a:hover:after {
    transition: .5s;
    background: url(../images/arrow_btn_on.png) no-repeat center / contain;
}

.small--txt {
    font-size: 80%;
}

.product-list li a{
  text-decoration: none;
  color:#333;
}

#plan_wrap .end{
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 1.7rem;
}
#plan_wrap .end span{
	font-weight: normal;
	font-size: 1.5rem;
}
/*-------------------------

 告知

---------------------------*/
.yokoku{
	text-align: center;
	background:#d9d7e8;
	font-size: 1.5rem;
	color:#082b56;
	padding: 20px;
	margin: 100px auto 10px;
	width:80%;
}

/*-------------------------

 オプション

---------------------------*/

#plan_option .inner-box{
	padding: 5% 3%;
	border: 3px solid #183a77;
	outline:solid 2px #cbc7f9;
	outline-offset: 3px;
	border-image: linear-gradient(to right, #edb9ea 0%, #778ed1 50%, #c6c3f9 100%);
	border-image-slice: 1;
	margin-bottom: 50px;
}

#plan_option h3{
	font-size: 1.8rem;
}
#plan_option .plan_option_txt h3{
	padding: 5px 0;
}

.plan_option_txt,.plan_option_info{
	background: #eee1fb;
	padding: 3%;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.plan_option_txt p{
	/*font-weight: bold;*/
}

.plan_option_txt span{
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	padding: 3px 5px;
	border-radius: 5px;
	margin: 3px 5px 0 0;
	text-align: center;
	background: #6a5ea7;
	min-width: 150px;
}
#plan_option ul{
	list-style: disc;
}
#plan_option ol{
	list-style: decimal;
}

#plan_option ul,#plan_option ol{
	list-style-position: initial;
	padding-left: 20px;
	margin-bottom: 20px;
}
#plan_option ul li{
	list-style: disc;
}
#plan_option ol li{
	list-style: decimal;
}
.plan_option_form a,.plan_option_form_none{
	width: 95%;
	display: block;
	padding: 15px;
	text-align: center;
	margin: 15px auto;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
}
.plan_option_form a{
	background: #6a5ea7;
}
.plan_option_form_none{
	background: #555260;
}
.plan_option_form a:hover{
	opacity:0.8;
}

.plan_option_days{
	padding: 0 15px 15px 15px;
}

.plan_option_days span{
	background: #ed6aa0;
	font-size: 1.3rem;
}

/*-------------------------

 注意事項

---------------------------*/
.textbox {
	width: 90%;
	padding: 20px 0 60px 0;
	margin: 0 auto;
}
.textbox h2 {
	font-size: 2.4rem;
	color: #00a0d2;
	margin-bottom: 20px;
}

.textbox h3 {
	margin-bottom: 20px;
	font-weight: bold;
	color:#082b56;
}
.textbox h3:before {
	content: "\f001";
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: bold;
}

#wrap .textbox ul{
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 1.3;
}

#wrap .textbox ul li{
	font-size: 1.5rem;
	line-height: 1.5;
	list-style-type: disc;
	margin-bottom: 5px;
	
}

#attention_wrap h2{
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
    color: #082b56;
}

/*-------------------------

 TOPへ戻る

---------------------------*/
#pagetop {
	position: fixed;
	right: 25px;
	bottom: 40px;
	opacity: 0.9;
}
#footer .footer01{
  display:none;
}

/*-------------------------

 言語切替メニュー

---------------------------*/
#Language {
    background-color: #1a3372;
    /* padding-bottom: 70px; */
    position: absolute;
    top: 4%;
    right: 0%;
    width: 150px;
    z-index: 3939;
}
#Language dt {
    margin: 8px;
    padding: 2px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    border: #b5995f;
	background: url(../images/language.png) no-repeat;
    background-position: 100px;
    background-size: 18%;
}
#Language dd {
	background-color: #cdb2e1;
    border-top: solid 1px #FFF;
	color: #fff;
    padding: 3px;
    text-align: center;
    display: none;  
}

#Language dd a{
	color:#1a3372;
	font-size: 18px;
	text-decoration: none;
}

@media screen and (max-width: 850px) {
	
	/*タイトル画像調整*/
	#wrap img {
		max-width: 90%;
	}
	#mainWrap .title {
		top: 40px;
	}
}
	
@media screen and (max-width: 767px) {

	/*-------------------------

	 共通

	---------------------------*/
	#wrap img {
		max-width: 100%;
	}
	.inner-box {
		width: 90%;
	}
	
	.pc-on{
		display: none;
	}
	.sp-on{
		display: block;
	}
	
	h2 {
		font-size: 2.5rem;
	}

	h2 span{
		font-size:1.5rem;
		display: block;
	}
	h3{
		font-size:1.8rem;
	}
	
	h3 span{
		display: block;
		font-size:1.2rem;
	}
	
	
	
	/*-------------------------

	 ナビ

	---------------------------*/
	#wrap nav ul{
		flex-wrap: wrap;
		margin: 0 auto;
	}
	#wrap nav ul li{
		width: 50%;
		border-bottom: 1px dotted #2f5288;
		padding: 0;
	}
	
	/*-------------------------

	 特典

	---------------------------*/
	.point-list{
		display: block;
	}
	
	#tokuten_wrap ul {
		margin: 0 auto;
		width: 90%;
	}
	.point-list li{
		width: 100%;
		margin-bottom: 10%;
		padding: 5% 3%;
	}
	
	.point-list li h3{
		padding-bottom: 3%;
	}
	
	#tokuten_wrap .point-list li img{
		width: 90%;
	}
	/*-------------------------

	 イベント
	
	---------------------------*/
	#wrap .event_wrap ul{
		width: 100%;
		padding: 5%;
		display:block;
	}
	#wrap .event_wrap li{
		width: 100%;
	}
	
	/*-------------------------

	 商品
	
	---------------------------*/
	#plan_wrap .tab_area{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin: calc(50vw / (750 / 100)) auto calc(30vw / (750 / 100));
	}

	.tab_area li {
		width: calc(95% / 3);
		margin-right: calc(10vw / (750 / 100));
		margin-bottom: calc(15vw / (750 / 100));
		background: #f5b5d0;
		font-size: calc(26vw / (750/ 100));
		font-weight: 900;
		text-align: center;
		cursor: pointer;
		position: relative;
		border-radius: calc(50vw / (750/ 100));
		padding: calc(20vw / (750/ 100)) 0 calc(30vw / (750/ 100));
	}
	
	.tab_area li::after {
		content: "";
		background: url(../images/arrow_nav.png) no-repeat;
		background-size: contain;
		width: calc(26vw / (750/ 100));
		height: calc(20vw / (750/ 100));
		position: absolute;
		top: calc(56vw / (750/ 100));
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}


	.tour-tab {
		width: 95%;
		display: flex;
		justify-content: flex-start;
		margin: 0 auto;
	}


	.tour-tab li.nav_on,
	.tour-tab li:hover {
		color: #000;
		background: #fff;
	}

	.tour__box {
		background-color: #fff;
		padding: 30px 20px 10px;
	}

	.tour__ttl {
		text-align: center;
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 30px;
	}

	.tour-link-button {
		width: 100%;
	}
	.tour-link-button {
		margin: calc(30vw / (750/ 100)) auto 0;
	}

	.tour-link-button>a {
		border: 1px solid #ed6aa0;
		color: #ed6aa0;
		border-radius: calc(50vw / (750/ 100));
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .3));
		background-color: #fff;
	}

	.tour-link-button>a:hover {
		transition: .5s;
		background-color: #ed6aa0;
		color: #fff;
	}

	.tour-link-button>a::after {
		background: url(../images/arrow_btn.png) no-repeat center / contain;
		width: calc(20vw / (750 / 100));
		height: calc(25vw / (750 / 100));
		top: 0;
		right: calc(40vw / (750 / 100));
		bottom: 0;
		transform: none;
		border-top: none;
		border-right: none;
	}

	.tour-link-button>a:hover:after {
		transition: .5s;
		background: url(../images/arrow_btn_on.png) no-repeat center / contain;
	}

	.small--txt {
		font-size: 80%;
	}
	/*-------------------------

	 オプション

	---------------------------*/
	.plan_option_txt span{
		display: block;
		margin: 10px 0 5px;
	}
	.plan_option_form a,.plan_option_form_none{
	padding: 3%;
	margin: 3% auto;
	}
	
	/*-------------------------

	 告知

	---------------------------*/
	.yokoku{
		padding: 5%;
		margin: 15% auto 10%;
		width:90%;
	}
	
	/*-------------------------

	 言語切替メニュー

	---------------------------*/
	#Language {
		width: 30%;
		top: 18%;
	}
	#Language dt {
		margin: 5%;
		font-size:1.4rem;
		background-position: right;
		background-size: 15%;
	}
	

	#Language dd a{
		font-size: 1.4rem;
	}
	
	
}
	

