@charset "UTF-8";

/* .expand-main-content {display: block;} */




.hero-tabs .tab-select{display: none;}
.hero-tabs .elem1{
	width: 100%;
	margin: -39px auto 0;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	box-shadow: 0 0 20px rgba(63,76,66, .6);
}
.hero-tabs .elem1 .box{
	position: relative;
	min-height: 120px;
	width: 20%;
	
	-webkit-flex-grow : 1;
	-ms-flex-grow     : 1;
	flex-grow         : 1;
	border-top: 6px solid #06369D;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 53%, rgba(221,225,225,1) 94%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 53%,rgba(221,225,225,1) 94%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 53%,rgba(221,225,225,1) 94%);
	text-align: center;
	-webkit-transition: border-color 0.5s cubic-bezier(0,1,.5,1);
	transition: border-color 0.5s cubic-bezier(0,1,.5,1);
}
.page-gold .hero-tabs .elem1 .box{border-top: 6px solid #7A6706;}
.page-saison .hero-tabs .elem1 .box{border-top: 6px solid #022776;}

.hero-tabs .elem1 .box>*{
	position: relative;
	z-index: 1;
}
.hero-tabs .elem1 .box.active{pointer-events: noness;}
.hero-tabs .elem1 .box:hover,
.hero-tabs .elem1 .box.active{
	color: #FFF;
	border-color: #FFF;
	/* background: rgb(6,35,122);
	background: -moz-linear-gradient(top,  rgba(6,35,122,1) 5%, rgba(6,35,122,1) 5%, rgba(6,54,157,1) 66%);
	background: -webkit-linear-gradient(top,  rgba(6,35,122,1) 5%,rgba(6,35,122,1) 5%,rgba(6,54,157,1) 66%);
	background: linear-gradient(to bottom,  rgba(6,35,122,1) 5%,rgba(6,35,122,1) 5%,rgba(6,54,157,1) 66%); */

	-webkit-transition: border-color 0s linear;
	transition: border-color 0s linear;
}

.hero-tabs .elem1 .box:after{
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	/* border-top: 6px solid #FFF; */
	background: rgb(6,35,122);
	background: -moz-linear-gradient(top,  rgba(6,35,122,1) 5%, rgba(6,35,122,1) 5%, rgba(6,54,157,1) 66%);
	background: -webkit-linear-gradient(top,  rgba(6,35,122,1) 5%,rgba(6,35,122,1) 5%,rgba(6,54,157,1) 66%);
	background: linear-gradient(to bottom,  rgba(6,35,122,1) 5%,rgba(6,35,122,1) 5%,rgba(6,54,157,1) 66%);
	-webkit-transition: opacity 0.5s cubic-bezier(0,1,.5,1);
	transition: opacity 0.5s cubic-bezier(0,1,.5,1);
}
.page-gold .hero-tabs .elem1 .box:after{
	background: rgb(122,103,6);
	background: -moz-linear-gradient(top,  rgba(122,103,6,1) 0%, rgba(157,134,6,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(122,103,6,1) 0%,rgba(157,134,6,1) 100%);
	background: linear-gradient(to bottom,  rgba(122,103,6,1) 0%,rgba(157,134,6,1) 100%);
}
.page-gold .hero-tabs .elem1 .box:hover,
.page-gold .hero-tabs .elem1 .box.active{border-color: #7A6706;}
.page-saison .hero-tabs .elem1 .box:hover,
.page-saison .hero-tabs .elem1 .box.active{border-color: #022776;}



.hero-tabs .elem1 .box:hover:after,
.hero-tabs .elem1 .box.active:after{
	opacity: 1;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear;
}


.hero-tabs .elem1 .box:hover .ico,
.hero-tabs .elem1 .box.active .ico{opacity: 0.7;}
.hero-tabs .elem1 .box .lead,
.hero-tabs .elem1 .box .lead{
	color: inherit;
	-webkit-transition: color 0.5s cubic-bezier(0,1,.5,1);
	transition: color 0.5s cubic-bezier(0,1,.5,1);
}
.hero-tabs .elem1 .box:hover .lead,
.hero-tabs .elem1 .box.active .lead{
	color: #FFF;
	-webkit-transition: color 0s linear;
	transition: color 0s linear;
}
.hero-tabs .elem1 .box a{width: 100%;}

.hero-tabs .elem1 .box+.box a{border-left: 1px dotted #999;}
.hero-tabs .elem1 .ico{
	width: 57px;
	height: 29px;
	margin: 0 auto;
}
.hero-tabs .elem1 .ico img{width: 100%;}
.hero-tabs .elem1 .title{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
}
.hero-tabs .elem1 .lead{
    font-size: 1.6rem;
	line-height: 1.4;
	margin-top: 0.8em;
	color: #222;
}
.hero-tabs .elem1 .title+.lead{margin-top: 0.7em;}

@media only screen and (max-width: 768px){
	/* .hero-tabs .elem1{
		display: none;
		margin: 0;
	}
	.hero-tabs .tab-select{display: block;} */

	.hero-tabs .elem1{
		/* height: 100%; */
		margin: 0 auto 0;
		box-shadow: none;
		
	}

	.hero-tabs .elem1 .box{width: 100%;}
	.hero-tabs .drawer-nav{
		background-color: #FFF;
		
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		opacity: 0.9; */
	}

	.hero-tabs .drawer-nav .sub-nav{padding: 20px 0;}
	.hero-tabs .drawer-nav .sub-nav li{text-align: center;}
	.hero-tabs .drawer-nav .sub-nav li+li{margin-top: 10px;}
	

	
	.hero-tabs{padding-top: 30px;}

	.hero-tabs .tab-select{
		position: relative;
		display: block;
		margin: 0 auto;
		width: 100%;
		background: rgb(255,255,255);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 53%, rgba(221,225,225,1) 94%);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 53%,rgba(221,225,225,1) 94%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 53%,rgba(221,225,225,1) 94%);
		border-top: 3px solid #06369D;
	}
	.hero-tabs .tab-select select {
		width: 100%;
		font-size: 1.4rem;
		color: #666;
		font-weight: bold;
		height: 40px;
		line-height: 40px;
		padding-left: 1em;
		cursor: pointer;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.hero-tabs .tab-select select:-ms-expand{display: none;}
	.hero-tabs .tab-select{position: relative;}
	.hero-tabs .tab-select:after{
		content: "";
		position: absolute;
		display: block;
		z-index: 1;
		top: calc(50% - 4px);
		right: 20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0 5px;
		border-color: #666 transparent transparent transparent;
	}
	.hero-tabs .tab-select>.part{
		position: absolute;
		top: -26px;
		right: 0;
		display: block;
		width: 74px;
		height: 28px;
		line-height: 28px;
		border-radius: 14px;
		text-align: center;
		font-size: 1rem;
		font-weight: bold;
		color: #FFF;
		background-color: #0087CD;
	}
	.hero-tabs .tab-select>.part:after{
		position: absolute;
		bottom: -6px;
		right: 20px;
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6.3px 5px 0 5px;
		border-color: #0087CD transparent transparent transparent;
	}
	
}






.col2-wrap{
	padding-top: 55px;
	padding-bottom: 110px;
}
.col2-wrap .col2-nav{
	width: 25.8%;
	/* position: -webkit-sticky;
	position: sticky; */
	position: relative;
	/* top:20px; */
	height: 100%;
}

/* .col2-wrap.ie-fix .col2-nav{position: relative;}
.col2-wrap.ie-fix .col2-nav .drawer-nav{
	position: absolute;
	width: 100%;
}
.col2-wrap .col2-nav .drawer-nav{top: 0;} */



.col2-wrap .col2-content{width: 70%;}
	
/* .col2-wrap .box-cont{background-color: #FFF;} */
.col2-wrap .box-cont+.box-cont{margin-top: 50px;}
/* .col2-nav .drawer-nav{
	text-align: center;
	background-color: #FFF;
	padding: 20px 20px 30px;
	box-shadow: 0 5px 20px rgba(63,76,66, .2);
} */

.col2-nav .nav-wrap{
	text-align: center;
	background-color: #FFF;
	padding: 20px 20px 30px;
	box-shadow: 0 5px 20px rgba(63,76,66, .2);
}


.col2-nav .title{
	font-size: 1rem;
	border-bottom: 1px solid #595757;
	padding: 0 0 16px;
	margin-bottom: 20px;
} 
.col2-nav .title img{
	width: 58px;
	height: 14px;
}
.col2-nav .part1>li{
	position: relative;
	font-size: 1.4rem;
}
.col2-nav .part1>li+li{margin-top: 20px;}
.col2-nav .part1>li:after{
    content: "";
	position: relative;
	display: block;
	pointer-events: none;
	
	width: 20px;
	height: 2px;
	margin: -8px auto 0;
	background-color: #06369D;
	
    -webkit-transition: width 0.5s cubic-bezier(0,1,0,1),background 0.5s cubic-bezier(0,1,0,1);
	transition: width 0.5s cubic-bezier(0,1,0,1),background 0.5s cubic-bezier(0,1,0,1);
	
}
.col2-nav .part1>li:hover:after{
	width: 100%;
	
	-webkit-transition: width 0.1s cubic-bezier(0,1,0,1),background 0.5s cubic-bezier(0,1,0,1);
	transition: width 0.1s cubic-bezier(0,1,0,1),background 0.5s cubic-bezier(0,1,0,1);

	
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(6,54,157,1) 50%, rgba(6,54,157,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(6,54,157,1) 50%,rgba(6,54,157,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(6,54,157,1) 50%,rgba(6,54,157,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}
.col2-nav .part1>li a{
	display: block;
	padding: 5px 5px 13px;
}

.nav-wrap.sub-nav{
	width: 100%;
	background-color: #FFF;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
}
.sub-nav li+li{margin-top: 10px;}
.sub-nav li img{
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.sub-nav li a{
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5;
	border: 1px solid #DDD;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub-nav li span{
	font-size: 75%;
	display: block;
}


@media only screen and (max-width: 768px){
	.col2-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.col2-wrap .col2-nav{
		width: 100%;
		position: relative;
		height: auto;
		top: auto;
	}
	/* .col2-nav .drawer-nav{
		background-color: #FFF;
	} */
	.col2-nav .nav-wrap{
		text-align: center;
		background-color: #FFF;
		padding: 20px 20px 30px;
		box-shadow: none;
	}


	.col2-nav .title{
		padding: 7px 0 15px;
		margin-bottom: 15px;
	} 
	.col2-nav .part1>li+li{margin-top: 20px;}
	.col2-nav .part1>li a{padding-bottom: 14px}
	.col2-wrap .col2-content{width: 100%;}

	.nav-wrap.sub-nav{
		margin-top: 0;
		padding: 30px 0 0;
		background-color: #F6F6F6;
	}
	.sub-nav li+li{margin-top: 0;}
	.sidenav .head-menu .sub-nav li{
		background: #FFF;
		/* border-bottom: none; */
	}
	.sidenav .head-menu .sub-nav li a{
		border: none;
		height: 50px;
	}
}


/* .box-cont .com-pqp-btn+.content-box,
.box-cont .rep-elem-1+.content-box{
	margin-top: 40px;
} */
.hero-wrap .com-pqp-btn .inner{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.hero-wrap .com-pqp-btn .inner:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}
.hero-wrap .com-pqp-btn{
	text-align: center;
	/* margin-top: -39px; */
	margin-top: 40px;
	margin-bottom: 80px;
}
.hero-wrap .com-pqp-btn a{
	position: relative;
	z-index: 0;
	display: inline-block;
}

@media only screen and (max-width: 768px){
	.hero-wrap .com-pqp-btn{
		padding: 10px 10px 0;
	}
	.hero-wrap .com-pqp-btn{
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
	}
}





.box-cont{font-size: 1.5rem;}
.box-cont .ttl_big {font-size: 1.6rem;}
.box-cont .box3-3{font-size: 1.3rem;}

.box-cont .ttl_service-name{font-size: 2.6rem;}
.box-cont .content_open,
.box-cont .ttl_color{font-size: 1.95rem;}
.box-cont .content_open>p>span{display: none;}

.box-cont .main-content_inner.wid50P>div{width: 50%;}

.box-cont .red_button a{
	font-size: 1.7rem;
	color: #FFF;
}

@media only screen and (max-width: 768px){
	.box-cont .com-pqp-btn+.content-box,
	.box-cont .rep-elem-1+.content-box{
		margin-top: 30px;
	}
	.box-cont{font-size: 1.3rem;}
	.box-cont .ttl_big {font-size: 1.4rem;}
	.box-cont .box3-3{font-size: 1.2rem;}
	.box-cont .ttl_color{font-size: 1.4rem;}
	.box-cont .red_button a{font-size: 1.4rem;}
	.box-cont .main-content_inner.wid50P>div{float: left;}
	/* .box-cont .main-content_inner.wid50P>div{width: 100%;}
	.box-cont .main-content_inner.wid50P>div+div{margin-top: 0;} */
}
.box-cont .content_open,
.box-cont .content_extlink{
	position: relative;
	display: block;
	font-size: 1.7rem;
	border: none;
	background-color: #06369D;
	padding: 14px 20px;
	color: #FFF;
	text-align: center;
}
.box-cont .content_extlink p{position: relative;}
.box-cont .content_open p::after,
.box-cont .content_open p.active::after,
.box-cont .content_extlink p::after,
.box-cont .content_extlink p.active::after{border-color: #FFF;}
.box-cont .content-box{
	border-top: 6px solid #06369D;
	margin-bottom: 0;
}
.box-cont .content-box+.content-box{margin-top: 45px;}



.main-content_inner > div,
.expand-main-content_inner > div:first-child{width: calc(100% - 252px);}
@media only screen and (max-width: 768px){
	.listbox_1-3_w200 {width: 100%;}
	.content-box .listbox_1-3_w200 li {width: 33.3%;}
	#wifimobile .listbox_1-3_w200 p.listbox_1-3_w200-txt {height: auto;}
}
@media only screen and (max-width: 640px){
	.main-content_inner > div,
	.expand-main-content_inner > div:first-child{width: 100%;}
	.content-box .listbox_1-3_w200 li {width: 100%;}
}





.content_open > p::after, .content_open p.active::after {right: 0;}
.box-cont .content_extlink > p::after,
.box-cont .content_extlink p.active::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	content: "";
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 7.5px;
	border-color: transparent transparent transparent #FFF;
	right: 0;

    /* vertical-align: middle;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
}
.box-cont .content_extlink.pdf > p::after,
.box-cont .content_extlink.pdf p.active::after {
    width: 20px;
    height: 21px;
	border: none;
	background: url(../img/btn-ico-pdf.svg) no-repeat 50%;
}

@media only screen and (max-width: 768px){
	.box-cont .content_open,
	.box-cont .content_extlink{
		padding: 14px 40px;
		font-size: 1.4rem;
	}
	.box-cont .content_open p::after,
	.box-cont .content_open p.active::after,
	.box-cont .content_extlink p::after,
	.box-cont .content_extlink p.active::after,
	.box-cont .content_extlink.pdf > p::after,
	.box-cont .content_extlinkpdf p.active::after{right: -20px;}

}




.box-cont .ttl_service-name>figure{
	float: right;
	display: block;
	height: 50px;
	width: auto;
}
.box-cont .ttl_service-name>figure img{
	height: 100%;
	width: auto;
	padding-top: 0;
	padding-bottom: 10px;
}






@media only screen and (max-width: 768px){
	.box-cont .content-box+.content-box{margin-top: 30px;}
	.box-cont .ttl_service-name{
		font-size: 1.8rem;
		position: relative;
	}
	.box-cont .ttl_service-name>figure{
		height: 40px;
		position: absolute;
		right: 0;
		top: 20px;

	}
	/* - - - - 要確認 - - - - */
	.box-cont .gray-box_inner {text-align: left;}
}
@media only screen and (max-width: 640px){
	

	/* - - - - 要確認 - - - - */
	img{width: auto;}
	.box-cont .content-box {
		margin-bottom: 0;
		margin-top: 0;
		padding-top: 0;
	}
}







/*--------------- content setting ---------------*/

.pop-mobilerental .gray-box_inner div {width: 100%;}

/*service.css bugFIX*/
.box-cont #shopping-method .main-content_inner{
	margin: 15px 0 50px 0;
	margin-bottom: 2em;
}
.box-cont .main-content>.card_img{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 640px){
	.box-cont #shopping-method .main-content_inner{margin: 0 0 25px 0;}
	.box-cont .main-content>.card_img{width: 100%;}
}


.linebox{
	text-align: center;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.linebox>*{text-align: left;}
.linebox .ttl_big{
	position: relative;
	top: -0.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	display: inline-block;
	background-color: #F9F9F9;
}
@media only screen and (max-width: 640px){
	.linebox{text-align: left;}
	.linebox .ttl_big{
		top: auto;
		padding-left: 0;
		padding-right: 0;
		margin-top: 0.9em;
		margin-bottom: 0.7em;
		background: none;
	}
}



#pay-method-s .gray-box_inner.vaMid figure {
    vertical-align: middle;
}
#top-eductionrate .expand-main-content .list_square+.list_kome{margin-left: 0.4em;}


#assistancedesk .box1-2:first-child{
	border-right: 1px solid #DBDBDB;
	padding-right: 10px;
	width: calc(49.2% - 2px);
}
@media only screen and (max-width: 640px){
	#assistancedesk .box1-2:first-child{
		border-right: none;
		padding-right: 0;
		width: 100%;
	}
}


.box-cont .ttl_service-name.add-ico:after{
	content: "";
	display: table;
	clear: both;
}
.box-cont .ttl_service-name.add-ico>span{float: left;}
.box-cont .ttl_service-name.add-ico>figure{
    float: right;
    display: block;
    height: 50px;
    width: auto;
}
.box-cont .ttl_service-name.add-ico.type-amex>span{width: calc(100% - 40px);}
.box-cont .ttl_service-name.add-ico.type-amex>figure{width: 40px;}

@media only screen and (max-width: 768px){
	.box-cont .ttl_service-name.add-ico>figure {
		
		position: relative;
		right: auto;
		top: auto;
	}
}





.box-cont .icons{
	padding-bottom: 10px;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; */
}
.box-cont .icons img{
	height: 28px;
	width: auto;
}
.box-cont .icons img+img{margin-left: 10px;}

@media only screen and (min-width: 769px){
	.box-cont .icons{
		padding-right: 10px;
	}
}
/*- - - - - - - - content setting - - - - - - - -*/




/*--------------- section layout ---------------*/

/* .com-cta+.com-campaign{padding-top: 50px;}
.hero+.com-campaign{padding-top: 65px;}
.mp-cardinfo+.com-steps{padding-top: 100px;}

@media only screen and (max-width: 768px){
	.hero-wrap{padding-top: 0;}
	.com-cta+.com-campaign{padding-top: 20px;}
	.hero+.com-campaign{padding-top: 30px;}
	.mp-cardinfo+.com-steps{padding-top: 50px;}
} */

/*- - - - - - - - section layout - - - - - - - -*/







.wrap-main{
    padding: 0 40px 0;
	max-width: 1480px;
	min-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
/* .site-main{background-color: #F2F8FB;} */
body:before,
body:after{
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	background-color: #FFF;
}
body:after{
	left: auto;
	right: 0;
}
@media only screen and (max-width: 1160px){
	body:before,
	body:after{display: none;}
	.wrap-main{padding: 0;}
}
#bg-fix{
	position: fixed;
	z-index: -2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#bg-fix:after{
	content: "";
	display: block;
	max-width: 1400px;
    /* min-width: 1080px; */
	height: 100%;
	margin: 0 auto;
	background: url(../../../img/com-cta1_pc.jpg) 50%;
	background-size: cover;
}

@media only screen and (max-width: 768px){
	#bg-fix{
		padding: 0 10px;
	}

}



.site-main>*:not(.com-cta){background-color: #666;}
.page-gold .site-main>*:not(.com-cta){background-color: #D6CAA5;}
.page-saison .site-main>*:not(.com-cta){background-color: #E6EFF4;}



/* .site-main .hero-wrap{
	background-color: #000;
}
.site-main .tab-cont{
	background-color: #000;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(6,54,157,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(6,54,157,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(6,54,157,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#06369d',GradientType=0 );
} */
.wid1000{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}
.section{padding-top: 65px;}
.izi-inner{padding: 30px;}

@media only screen and (max-width: 768px){
	.wrap-main{
		padding: 0 10px 0;
		min-width: 100%;
	}
	.wid1000{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section{padding-top: 30px;}
	.izi-inner{padding: 20px;}
}



.hero{
	/* height: 580px; */
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 94px;
}
.page-gold .hero{background-image: url(../img/gold-hero.jpg);}
.page-saison .hero{background-image: url(../img/saison-hero.jpg);}
.hero>.wid1000{height: 100%;}
/* .top .hero{
	
} */


/* .hero .title1{
	display: inline-block;
	font-size: 1.7rem;
	color: #231815;
	padding: 0.5em 2em;
	border-top: 1px solid #1D2083;
	border-bottom: 1px solid #1D2083;
	text-shadow:
	0px 0px 10px #FFF,
	0px 0px 20px #FFF;
} */
/* .hero .title2{
	font-size: 2.6rem;
	line-height: 1.3;
	color: #06369D;
	margin-top: 0.6em;
	font-weight: bold;

	text-shadow:
	0px 0px 4px #FFF,
	0px 0px 4px #FFF,
	0px 0px 8px #FFF,
	0px 0px 10px #FFF,
	0px 0px 12px #FFF,
	0px 0px 14px #FFF;
} */

/* .hero .title2{
	width: 594px;
	height: 64px;
	margin: 15px auto 0;
}
.hero .title2 img{
	width: auto;
	height: 100%;
} */






.hero .title1{
	display: inline-block;
	font-size: 3rem;
	color: #1D2083;
	padding: 0.3em 2em;
	/* border-top: 1px solid #1D2083;
	border-bottom: 1px solid #1D2083; */
	text-shadow:
	0px 0px 4px #FFF,
	0px 0px 4px #FFF,
	0px 0px 8px #FFF,
	0px 0px 10px #FFF,
	0px 0px 12px #FFF,
	0px 0px 14px #FFF;
}
.hero .title2{
	font-size: 1.8rem;
	line-height: 1.3;
	/* color: #06369D; */
	margin-top: 0.6em;
	font-weight: bold;

	text-shadow:
	
	0px 0px 4px #FFF,
	0px 0px 10px #FFF,
	0px 0px 16px #FFF,
	0px 0px 20px #FFF;
}





.hero .img{
	width: 285px;
	margin: 0 auto;
}
.hero .img{margin-top: 20px;}
.hero .lead{
	margin-top: 1em;
	font-size: 1.2rem;
	
}
.hero .btn{margin-top: 20px;}


@media only screen and (max-width: 768px){
	/* .top .hero{
		
	} */
	.hero{
		background-image: url(../img/hero_sp.jpg);
		background-position: 50% 22%;
		height: auto;
		background-size: cover;
		background-position: 50% 30%;
		padding: 176px 20px 20px;
	}
	.holder .hero{padding-bottom: 60px;}

	.page-gold .hero{background-image: url(../img/gold-hero_sp.jpg);}
	.page-saison .hero{background-image: url(../img/saison-hero_sp.jpg);}
	/* .hero .title1{
		font-size: 1rem;
		padding: 0.5vw 1em;
	}
	.hero .title2{
		width: 100%;
		height: auto;
		margin: 3vw auto 0;
	} */




	.hero .title1{
		font-size: 1.8rem;
		padding: 0.5vw 1em;
		margin-bottom: 5vw;
		text-shadow:
		0px 0px 1px #FFF,
		0px 0px 1px #FFF,
		0px 0px 10px #FFF,
		0px 0px 14px #FFF,
		0px 0px 20px #FFF,
		0px 0px 26px #FFF;
	
	}
	.hero .title2{
		font-size: 1.6rem;
		margin: 3vw auto 0;
	}




	.hero .img{
		width: 150px;
		margin: 0 auto;
	}
	.hero .lead{
		margin-top: 0.5em;
		font-size: 1rem;
		font-weight: bold;
		text-shadow:
		0px 0px 5px #FFF,
		0px 0px 20px #FFF;
	}
	.hero .title2+.img{margin-top: 3vw;}
	.hero .btn{margin-top: 3vw;}

}









.camp-furusato{
	margin-top: 30px;
}
.camp-furusato a{
	display: block;
}
.camp-furusato a:hover{
	
	opacity: 0.7;
}
.hero {
    padding-bottom: 60px;
}
@media only screen and (max-width: 768px){
	.camp-furusato{
		margin-bottom: 20px;
	}
	.hero {
		padding-bottom: 10px;
	}
	.holder .hero {
		padding-bottom: 10px;
	}
}


.hero .ren2024-link{
	font-size: 18px;
	line-height: 1.4;
	text-shadow: 0 0 6px #FFF,0 0 7px #FFF,0 0 8px #FFF ;
	font-weight: bold;
	margin-top: 1em;
	text-decoration: underline;
	padding: 1em;
}
@media only screen and (max-width: 768px){
	.hero .ren2024-link{
		font-size: 14px;
	}
}