@charset "utf-8";
/* CSS Document */





/* ----- key-visual ----- */

img.kv-object {
	width: 100%;
	height: 150px;
	position: absolute;
	top: 550px;
}
.kv-wrap {
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
img.kv-ph {
	width: 100%;
	height: 700px;
	object-fit: cover;
	object-position: center;
}
h1 {
	position: absolute;
	top: calc( 50% - 50px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
h1 img {
	width: 400px;
}
.leadTxet {
	margin: 40px 0;
}

@media screen and (max-width: 1080px) {
	img.kv-object {
		height: 100px;
		top: 800px;
		display: none;
	}
	.kv-wrap {
		width: 100%;
		height: 650px;
		position: relative;
		overflow: hidden;
	}
	img.kv-ph {
		width: 100%;
		height: 650px;
	}
	h1 {
		top:  50%;
		left: 50%;
	}
	h1 img {
		width: 350px;
	}
}
@media screen and (max-width: 600px) {
	header {
		opacity: 1;
	}
	.kv-wrap {
		height: 500px;
	}
	img.kv-ph {
		height: 100%;
	}
	h1 {
		top: 48%;
		width: 60%;
	}
	h1 img {
		width: 100%;
	}
	.kv-wrap {
		height: 400px;
		margin-top: 80px;
	}
	.header-button {
		top: 10px;
		right: 10px;
		width: 72px;
		height: 72px;
		border-radius: 36px;
		border: 1px solid #D83D8A;
	}
	.button-inner {
		width: 64px;
		height: 64px;
		border-radius: 32px;
	}
	img.kv-object {
		width: 100%;
		height: 40px;
		top: 460px;
	}
	.leadTxet {
		width: 90%;
		margin: auto;
	}

}



/*---------- movie ----------*/
#movie p {
	font-size: 24px;
	font-weight: 700;
	line-height: 2em;
}

#movie p span {
	font-size: 32px;
	font-weight: 700;
	color: #D83D8A;
}
.youtube {
    margin: 40px auto;
}

@media screen and (max-width: 1080px) {
		.youtube {
			width: 95%;
			margin: auto;
			aspect-ratio: 16 / 9;
		}
		.youtube iframe {
		width: 100%;
		}
}
@media screen and (max-width: 600px) {
		#movie {
			width: 95%;
			margin: auto;
		}
		#movie p {
			font-size: 4vw;
			font-weight: 700;
			line-height: 2em;
		}
		
		#movie p span {
			font-size: 4.5vw;
			font-weight: 700;
			color: #D83D8A;
		}
		.youtube {
			width: 100%;
			margin: auto;
			aspect-ratio: 16 / 9;
		}
		.youtube iframe {
			width: 100%;
			height: auto;
			aspect-ratio: 16 / 9;
		}
}
/*---------- movie ----------*/	
/* ----- topics ----- */

#topics {
	background-color: #EDEDED;
	background-image: url(../images/bg_topics.gif);
	margin-top: 80px;
	padding: 40px;
}
dl.topics-wrap {
	width: 1080px;
}

dl.topics-wrap dt {
	width: 280px;
	float: left;
}
dl.topics-wrap dd {
	width: 800px;
	float: left;
}

dl.topics-wrap dd div.date {
	width:  100px;
	padding-bottom: 10px;
	float: left;
	}
dl.topics-wrap dd div.title {
	width:  700px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	}
	
a.tel-link,
dl.topics-wrap dd div.title a {
	text-decoration: none;
	border-bottom: dotted 3px #D83D8A;
	color: #D83D8A;
	font-weight: 700;
}

.topics-title {
	font-size: 1rem;
	line-height: 1.75;
	color: #333;
	/*font-family: 'Noto Serif JP', serif;*/
	float: left;
	text-align: left;
}

@media screen and (max-width: 1080px) {
	#topics {
		width: 100%;
		margin-top: 40px;
		padding: 2em 2em;
	}
	dl.topics-wrap {
	width: 100%;
}
	dl.topics-wrap dt {
		width: 25%;
	}
	dl.topics-wrap dd {
		width: 75%;
	}
	dl.topics-wrap dd div.date {
		width:  20%;
		padding-bottom: 10px;
		float: left;
		}
	dl.topics-wrap dd div.title {
		width:  80%;
		text-align: left;
		padding-bottom: 10px;
		padding-left: 10px;
		float: left;
	}
}
@media screen and (max-width: 600px) {
	#topics {
		width: 100%;
		margin-top: 40px;
		padding: 2em 1em;
	}
	dl.topics-wrap {
		width: 90%;
		margin: auto;
	}
	
	dl.topics-wrap dt {
		width: 100%;
		float: none;
	}
	dl.topics-wrap dd {
		width: 100%;
		float: none;
	}
	
	dl.topics-wrap dd div.date {
		width: 100%;
		float: none;
		text-align:left;
		padding-bottom: 10px;
		}
	dl.topics-wrap dd div.title {
		width: 100%;
		float: none;
		padding-bottom: 10px;
		padding-left: 1em;
		}
}
/* ----- topics ----- */

/* ----- trial ----- */
#trial {
	margin: 80px auto;
}
#trial .contents {
	background-image: url(../images/img_trial02.svg);
	background-repeat: no-repeat;
	background-position: 55% 0px;
}
.trial-wrap {
	width: 100%;
	display: inline-flex;
}
.trial-wrap .left {
	width: 550px;
	position: relative;
	text-align: left;
	order: 1;
}
.trial-wrap .right {
	width: 550px;
    margin-top: 40px;
	order: 2;
}
.trial-wrap .right img {
	width: 100%;
}

.text01 {
	width: 470px;
	line-height: 1.75;
	letter-spacing: 0.16rem;
	text-align: justify;
}
.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}
.fade-in-up {
	transform: translate(0, 50px);
}
.fade-in-down {
	transform: translate(0, -50px);
}
.fade-in-left {
	transform: translate(-50px, 0);
}
.fade-in-right {
	transform: translate(50px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (max-width: 1080px) {
	#trial {
		margin: 40px auto;
	}
	#trial .contents {
		background-image: url(../images/img_trial02.svg);
		background-repeat: no-repeat;
		background-position: 55% 40px;
		background-size: 15%;
	}
	.trial-wrap {
		width: 90%;
		margin: auto;
	}
	.trial-wrap .left {
		width: 50%;
	}
	.trial-wrap .right {
		width: 50%;
	}
	.trial-wrap .right img {
		width: 90%;
	}
	.text01 {
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	#trial {
		width: 100%;
		margin: 40px auto;
	}
	#trial .contents {
		background-image: url(../images/img_trial02.svg);
		background-repeat: no-repeat;
		background-position: 10% 40px;
		background-size: 30%;
	}
	.trial-wrap {
		width: 90%;
		margin: auto;
		display: block;
	}
	.trial-wrap .left {
		width: 100%;
		position: relative;
		text-align: left;
	}
	.trial-wrap .right {
		width: 100%;
		margin-top: 40px;
	}
	.trial-wrap .right img {
		width: 80%;
	}
	
	.text01 {
		width: 100%;
		line-height: 1.75;
		letter-spacing: 0;
		text-align: left;
	}
}

/* ----- support ----- */
#support {
	width: 100%;
	padding: 80px 0;
	background-color: #DFEDF3;
}

.support-wrap {
	width: 100%;
	display: inline-flex;
}
.support-wrap .left {
	width: 380px;
	text-align: left;
	order: 1;
}
.support-wrap .left img {
	width: 100%;
}
.support-wrap .right {
	width: 700px;
    padding: 40px 0 40px 80px;
	order: 2;
	position:relative;
}
.support-wrap .right {
    background-image: url(../images/img_support02.svg);
    background-repeat: no-repeat;
    background-position: 100% 0px;
}

.text02 {
	line-height: 1.75;
	letter-spacing: 0.16rem;
	text-align: justify;
}

.text03 {
	font-size: 24px;
	line-height: 2;
	text-align: left;
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight: 400;
}
.text05 {
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
}
.profile-text {
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 40px 80px;
	margin: 40px 0 0;
}
.supervision{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #1a2c40;
	width: 100%;
}
.profile {
	width: 460px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1080px) {
	#support {
		padding: 40px 0;
	}

	.support-wrap {
		width: 90%;
		margin: auto;
	}
	.support-wrap .left {
		width: 30%;
		text-align: left;
		order: 1;
	}
	.support-wrap .left img {
		width: 95%;
	}
	.support-wrap .right {
		width: 70%;
		padding: 40px 0 40px 0;
	}
	.support-wrap .right {
		background-size: 30%;
	}
}
@media screen and (max-width: 600px) {
	#support {
		width: 100%;
		padding: 40px 0;
		background-color: #DFEDF3;
	}
	#support .contents {
		position: relative
	}
	#support .contents {
		background-image: url(../images/img_support02.svg);
		background-repeat: no-repeat;
		background-position: 95% 40px;
}
	.support-wrap {
		width: 90%;
		margin: auto;
		display: block;
	}
	.support-wrap .left {
		width: 100%;
		text-align: center;
	}
	.support-wrap .left img {
		width: 80%;
	}
	.support-wrap .right {
		width: 100%;
		padding: 0 0 20px 0;
		position:static;
	}
	.support-wrap .right {
		background-image: none;
	}
	.profile-text {
		width: 100%;
		text-align: left;
		background-color: #fff;
		padding: 40px;
		margin: 40px 0 0;
	}
	.supervision{
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #1a2c40;
		width: 100%;
	}
	.text02 {
		line-height: 1.75;
		letter-spacing: 0;
		text-align: left;
	}
	
	.text03 {
		font-size: 7.500vw;
		line-height: 2;
		text-align: left;
		/*font-family: 'Noto Serif JP', serif;*/
		font-weight: 400;
	}
	.text05 {
		font-size: 4.375vw;
		line-height: 1.4;
		text-align: left;
	}
	.profile {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
}

/* ----- /support ----- */


/* ----- plan ----- */

/* --- tab --- */
.tab_container {
	padding-bottom: 0;
	background-color: #fff;
	margin: 20px auto 0;
}
.tab_item {
	width: calc(100%/3);
	background-color: #ececec;
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	font-size: 150%;
	line-height: 100%;
	height: 80px;
	padding-top:35px;
	border-radius: 0px 100px 0px 0px/ 120px;
}
.tab_item:nth-of-type(1) {
	color: #D83D8A ;
}
.tab_item:nth-of-type(2) {
	color: #5FA7C1 ;
}
.tab_item:nth-of-type(3) {
	color: #63AD59 ;
	/*padding-top:20px;*/
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	background: #fff;
	padding: 35px;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
	display: block;
}
.tab_container input:checked + .tab_item:nth-of-type(1) {
	color: #fff;
	background-color: #D83D8A;
	border-radius: 0px 100px 0px 0px/ 120px;
	background-clip: border-box;
	padding-top: 35px;
}
#tab1_content {
	border-top:#D83D8A 10px solid ;
	border-bottom: #d83d8a 10px dotted;
}
.tab_container input:checked + .tab_item:nth-of-type(2) {
	color: #fff;
	background-color: #5FA7C1;
	border-radius: 0px 100px 0px 0px/ 120px;
	background-clip: border-box;
	padding-top: 35px;
}
#tab2_content {
	border-top: #5FA7C1 10px solid;
	border-bottom: #5FA7C1 10px dotted;
}
.tab_container input:checked + .tab_item:nth-of-type(3) {
	color: #fff;
	background-color: #63AD59;
	border-radius: 0px 100px 0px 0px/ 120px;
	background-clip: border-box;
}
#tab3_content {
	border-top: #63AD59 10px solid ;
	border-bottom: #63AD59 10px dotted;
}

.tab_content_description {
	line-height: 140%;
}
span.ss {
    font-size: 60%;
}
h6 {
	color:#fdbb07;
}

#plan a.btn,
#hotel a.btn {
	display: block;
	position: relative;
	width: 300px;
    height: 40px;
    border-radius: 30px;
	color: #1a2c40;
    background-color: #fdbb07;
    text-align: center;
    margin: 20px auto 0;
	padding: .5em 2em;
}
#plan a.btn:after,
#hotel a.btn:after {
    content:"";
    display: inline-block;
	position: absolute;
	background-image: url(../images/icon_rarrow_b.svg);
	background-size: contain;
	background-repeat: no-repeat;
    right: 0;
    width: 10px;
    height: 13px;
    margin-right: 15px;
    margin-top: 4px;
}
@media screen and (max-width: 600px) {
	.tab_item {
		width: calc(100%/3);
		background-color: #ececec;
		text-align: center;
		display: block;
		float: left;
		text-align: center;
		font-weight: bold;
		transition: all 0.2s ease;
		line-height: 100%;
		height: 60px;
		padding-top:4vw;
		border-radius: 0px 40px 0px 0px/ 40px;
	}
	.tab_content {
		padding: 2em;
	}
	.tab_content_description {
		font-size: 4vw;
	}
	.tab_item:nth-of-type(1),
	.tab_item:nth-of-type(2),
	.tab_item:nth-of-type(3),
	.tab_container input:checked + .tab_item:nth-of-type(1),
	.tab_container input:checked + .tab_item:nth-of-type(2),
	.tab_container input:checked + .tab_item:nth-of-type(3) {
		font-size: 4.375vw;
	}
	.tab_item:nth-of-type(1),
	.tab_item:nth-of-type(2),
	.tab_item:nth-of-type(3),
	.tab_container input:checked + .tab_item:nth-of-type(1),
	.tab_container input:checked + .tab_item:nth-of-type(2),
	.tab_container input:checked + .tab_item:nth-of-type(3) {
		padding-top: 6vw;
	}
	.tab_container input:checked + .tab_item:nth-of-type(1),
	.tab_container input:checked + .tab_item:nth-of-type(2),
	.tab_container input:checked + .tab_item:nth-of-type(3) {
		border-radius: 0px 40px 0px 0px/ 40px;
	}

	#tab3_content img.comming {
		width: 90%;
	}
	#plan a.btn{
		width: 80%;
		margin: 20px auto 0;
		padding: .5em 2em;
	}
	#hotel a.btn {
		line-height: 1;
	}
}
/* --- tab --- */
#plan {
	padding: 100px 0 100px 0;
}

.plan_date {
	display: inline-block;
	clear: both;
	border: 1px solid #1a2c40;
	padding: 10px 20px;
	margin: 20px auto 30px;
	background-color: rgba(255,255,255,.7);
	line-height: 1.6;
	text-align: left;
}
.plan_date dl {
	width: 355px;
	
}
.plan_date dt {
	float:left;
	width: 55px;
	
}
.plan_date dd {
	float:left;
	width: 300px;
}

div.details {
	display:flex;
	flex-wrap:wrap;
	width: 801px;
	margin: auto;
}
div.details div {
	display: inline;
	width: calc(100%/3);
    text-align: center;
    font-size: 16px;
	padding: 1em 0em;
}
div.details div span {
	font-size: 13px;
}
div.gray {
	width: 800px;
	text-align: left;
	background-color:#eee;
	margin: 30px auto;
	padding: 2em;
}


div.details div hr,
div.gray hr {
	display: block;
	background-color:#fdbb07;
	border:#fdbb07 3px solid;
	width: 40px;
	margin: 0px auto 20px;
}

dl.option {
	width: 600px;
	margin: 20px 0 20px 20px;
}
dl.option dt {
	float: left;
	width: 420px;
	text-indent:-1em;
	padding-left:1em;
	line-height: 1.4;
	padding-bottom: 10px;
}
dl.option dd {
	float: left;
	width: 180px;
	text-align: right;
	line-height: 1.4;
	padding-bottom: 10px;
}
@media screen and (max-width: 1080px){
	#plan {
		padding: 40px 0 100px 0;
	}
	.plan_date dl {
	width: 100%;
	
}
.plan_date dt,
.plan_date dd {
	display:block;
	float:none;
	width: 100%;
	
}

	div.details {
		display:flex;
		flex-wrap:wrap;
		width: 90%;
		margin: auto;
	}
	div.details div {
		display: inline;
		width: calc(100%/3);
		text-align: center;
		font-size: 1.4814814814814816vw;
		padding: 1em 1em;
	}
	div.details div span {
		font-size: 1.2962962962962963vw;
	}
	div.gray {
		width: 80%;
		text-align: left;
		background-color:#eee;
		margin: 30px auto;
		padding: 2em;
	}
	div.gray div {
			line-height: 1.8;
	}
	dl.option {
		width: 100%;
		margin: 20px 0;
	}
	dl.option dt {
		float: left;
		width: 65%;
	}
	dl.option dd {
		float: left;
		width: 35%;
	}
}

@media screen and (max-width: 600px) {
	div.details {
		display:flex;
		flex-wrap:wrap;
		width: 100%;
		margin: auto;
		font-size: 4.6875vw; /*15px*/
	}
	div.details div {
		display: inline;
		width: calc(100%/2);
		font-size: 3.5vw;
		text-align: center;
		padding: 1em 0em;
	}
	div.details div:nth-of-type(odd){
		padding-right: .5em;
	}
	div.details div:nth-of-type(even){
		padding-left: .5em;
	}

	div.details div span {
		font-size: 90%;
	}
	div.gray {
		width: 100%;
		margin: 30px auto;
	}
	dl.option {
		width: 100%;
		margin: 10px 0 10px;
	}
	dl.option dt {
		float: none;
		width: 100%;
	}
	dl.option dd {
		float: none;
		width: 100%;
		text-align: right;
	}

}
/***** toggle-fade *****/
#day1 #acMenu > div:nth-of-type(1){
	display:block;
	width: 800px;
	height: 80px;
	position: relative;
	background-color: #d83d8a;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin: 40px auto 0;
	cursor:pointer;
}
#day2 #acMenu > div:nth-of-type(1){
	display:block;
	width: 800px;
	height: 80px;
	position: relative;
	background-color: #5fa7c1;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin: 40px auto 0;
	cursor:pointer;
}
#day3 #acMenu > div:nth-of-type(1){
	display:block;
	width: 800px;
	height: 80px;
	position: relative;
	background-color: #64ad58;
	font-size: 23px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin: 40px auto 0;
	cursor:pointer;
}

#acMenu div:nth-of-type(2){
	display:none;
}
#acMenu > div:nth-of-type(1):after{
    content:"";
    display: inline-block;
	background-image: url(../images/icon_uarrow_w.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    vertical-align: middle;
}

.window_text {
	width: 800px;
	background-color: #f2f2f2;
	margin: auto;
	padding: 40px;
}
.window h4 {
	font-size: 130%;
	border-left: #63AD59 solid 15px;
	line-height: 130%;
	padding-left: 20px
}
hr.line_magenta {
	display: block;
    background-color: #d83d8a;
    border: #d83d8a 3px solid;
    width: 40px;
    margin: 5px auto 20px;
}
hr.line_cyan {
	display: block;
    background-color: #5fa7c1;
    border: #5fa7c1 3px solid;
    width: 40px;
    margin: 5px auto 20px;
}
hr.line_green {
	display: block;
    background-color: #64ad58;
    border: #64ad58 3px solid;
    width: 40px;
    margin: 5px auto 20px;
}

.window_text dl {
	font-size: 90%;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}

#day1 #acMenu div.window_text dl {
	background: repeating-linear-gradient(-45deg, #D83D8A, #D83D8A 10px, #E064A1 10px, #E064A1 20px);
}
#day2 #acMenu div.window_text dl {
	background: repeating-linear-gradient(-45deg, #5fa7c1, #5fa7c1 10px, #77b4ca 10px, #77b4ca 20px);
}
#day3 #acMenu div.window_text dl {
	background: repeating-linear-gradient(-45deg, #64ad58, #64ad58 10px, #7bb971 10px, #7bb971 20px);
}

.window_text dl dt {
	width: 10%;
	text-align: center;
	color:#fff;
	font-weight:700;
	padding: 10px;
	    
}
.window_text dl dd {
	width: 90%;
	text-align: left;
	padding: 10px 0 10px 50px;
	background-color:#f2f2f2;
}
.window_text dl dd span.win_cap {
	font-weight: bold;
	font-size: 80%;
}

.toForm_m {
	width: 70%;
	background: repeating-linear-gradient(-45deg, #D83D8A, #D83D8A 10px, #E064A1 10px, #E064A1 20px);
	border-radius: 60px;
	margin: 55px auto;
	padding: 25px;
}
.toForm_c {
	width: 70%;
	background: repeating-linear-gradient(-45deg, #5fa7c1, #5fa7c1 10px, #77b4ca 10px, #77b4ca 20px);
	border-radius: 60px;
	margin: 55px auto;
	padding: 25px;
}
.toForm_g {
	width: 70%;
	background: repeating-linear-gradient(-45deg, #64ad58, #64ad58 10px, #7bb971 10px, #7bb971 20px);
	border-radius: 60px;
	margin: 55px auto;
	padding: 25px;
}

.toForm_m:hover,
.toForm_c:hover,
.toForm_g:hover {
	opacity: .5;
}

a div.toForm_m,
a div.toForm_c,
a div.toForm_g  {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.toForm:after{
    content:"";
    display: inline-block;
	background-image: url(../images/icon_rarrow_w.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    vertical-align: middle;
}

ul.caution li{
	font-size: 85%;
	text-align: left;
	text-indent:-.5em;
	padding-left:1em;
	margin-top: 15px;
}
ul.caution_g li{
	width: 700px;
	font-size: 85%;
	text-align: left;
	text-indent:-1em;
	padding-left:1em;
	margin: 0 auto 10px;
	line-height:1.5;
}
.red {
	color: #f00;
}
sup {
    font-size: 90%;
    vertical-align: top;
    position: relative;
    bottom: 0.5em;
	color: #f00;
}
@media screen and (max-width: 1080px){
	#day1 #acMenu > div:nth-of-type(1),
	#day2 #acMenu > div:nth-of-type(1),
	#day3 #acMenu > div:nth-of-type(1){
		width: 90%;
		height: 60px;
		font-size: 2.2817460317460316vw;
		line-height: 60px;
	}
	.window_text {
		width: 90%;
	}
	.window_text dl dd {
		font-size: 2vw;
	}

}
@media screen and (max-width: 600px) {
	#day1 #acMenu > div:nth-of-type(1),
	#day2 #acMenu > div:nth-of-type(1),
	#day3 #acMenu > div:nth-of-type(1){
		width: 100%;
		font-size: 4.688vw;
	}
	.window_text {
		width: 100%;
		padding: 20px;
	}
	.window_text dl {
		font-size: 100%;
		width: 100%;
	}
	.window_text dl dt {
		width: 20%;
		font-weight:100;
		padding: 1%;
	}
	.window_text dl dd {
		width: 80%;
		padding-left: 5%;
		padding-bottom: 10%;
	}
	.window_text dl dd span.win_cap {
		font-weight: bold;
		font-size: 90%;
	}
	.toForm_m,
	.toForm_c,
	.toForm_g {
		width: 100%;
	}
	a div.toForm_m,
	a div.toForm_c,
	a div.toForm_g  {
		font-size: 5.313vw;
		font-weight: 700;
	}
ul.caution_g li{
	width: 100%;
}

}
/* ----- /plan ----- */


/* ----- banner ----- */
.bannerArea {
	width: 95%;
	margin: 0 auto 80px;
}
.bannerArea img {
	max-width: 100%;
}
.bannerArea img:hover {
	opacity: 0.5 ;	
}
@media screen and (max-width: 1080px){
	.bannerArea {
		width: 80%;
	}
}
@media screen and (max-width: 600px) {
	.bannerArea {
		width: 95%;
	}
}
/* ----- banner ----- */

/* ----- hotel ----- */
#hotel {
	background-color: #EDEDED;
	margin-top: 100px;
	padding: 100px 0 100px;
}
.hotel-wrap {
	display: block;
	width: 1400px;
	margin:auto;
}
.hotel-wrap .left {
	width: 50%;
	height: 600px;
	float:left;
	overflow: hidden;
	order: 1;
	
}
.hotel-wrap .right {
	width: 50%;
	height: 600px;
	float:left;
	padding: 80px;
	order: 2;
}
@media screen and (max-width: 1080px){
	#hotel {
		background-color: #EDEDED;
		margin-top: 40px;
		padding: 50px 0 50px;
	}
	.hotel-wrap {
		display: block;
		width: 100%;
		margin:auto;
	}
	.hotel-wrap .left {
		width: 50%;
		height: 330px;
		float:left;
		overflow: hidden;
		order: 1;

	}
	.hotel-wrap .right {
		width: 50%;
		height: auto;
		float:left;
		padding: 1em 2em;
		order: 2;
	}
}
@media screen and (max-width: 600px) {
	#hotel {
		background-color: #EDEDED;
		margin-top: 50px;
		padding: 50px 0;
	}
	.hotel-wrap {
		display: block;
		width: 100%;
		margin:auto;
	}
	.hotel-wrap .left {
		width: 100%;
		height: auto;
		float:none;
		overflow: hidden;
		order: 1;

	}
	.hotel-wrap .right {
		width: 100%;
		height: auto;
		float:none;
		padding: 20px;
		order: 2;
	}
}
/* ----- /hotel ----- */


/* ----- スライド ----- */
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}
	.swiper1 {
		overflow: hidden;
	}

.swiper2 {
	width: 700px;
	position: relative;
}
.swiper2 .swiper-wrapper {
}

.swiper2 .swiper-pagination {
	position: absolute;
	margin-bottom: -300px;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background: #fdbb07 !important;
}
@media screen and (max-width: 1080px) {
	.swiper1 {
		overflow: hidden;
	}
	.swiper-wrapper {
	  /* wrapperのサイズを調整 */
	  width: 100%;
	  height: 200px;
	}
	.swiper2 {
	width: 100%;
	position: relative;
	}
	.swiper2 .swiper-pagination {
		position: absolute;
		margin-bottom: -140px;
	}
}
@media screen and (max-width: 600px) {
	.swiper1{
		 overflow: hidden;
	}
	.swiper-wrapper {
	  /* wrapperのサイズを調整 */
	  width: 100%;
	  height: auto;
	}
	.swiper2 {
		width: 100%;
		position: relative;
	}
}


div.application {
	width: 1080px;
    margin: 30px auto 0;
    text-align: right;
    font-size: 20px;
	font-weight: bold;
}
div.application a {
	border-bottom: #a1c240 1px solid;
}
div.application a:after {
	display:inline-block;
	content:"";
	background-image: url(../images/cright.svg);
	background-size: contain;
	background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-left: 10px;
	padding-right: 30px;
    vertical-align: top;
}
@media screen and (max-width: 600px) {

div.application {
	width: 95%;
    font-size: 5vw;;
}
div.application a {
	display:block;
}

}
.cf::after{
  content: "";
  display: block;
  clear: both;
}

