html {
	font-size:62.5%;
}
body {
	color:#4382b5;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background-color: #FFF;
	height:100%;
	line-height: 1.6;
}
ol, ul {
	list-style: none;
}
h1 {
}
h2 {
	font-size:2rem;
	font-weight: normal;
	line-height: 1.2;
}
h3 {
	font-size:2rem;
	font-weight: normal;
}
p {
	font-size:1.7rem;
}

a.onAlpha{
	transition: all 0.4s ease-in-out;
}
a.onAlpha:hover{
	opacity: 0.5;
}
.mg12{margin-top: 12px;}
.mg20{margin-top: 20px;}
.mg30{margin-top: 30px;}
.mg40{margin-top: 40px;}
.mg60{margin-top: 60px;}
.mg80{margin-top: 80px;}
.mg100{margin-top: 100px;}
.mg120{margin-top: 120px;}
.mg160{margin-top: 160px;}
.sp80{height: 80px;}

/*for Loader-------------------------------------------------------------*/
.flbackdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}
.fl img{
	width:100%;
	height: auto;
}

/*for Header-------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 100;
}
	.wrapHeader_inL {
		position: relative;
		width: 40%;
	}
		.wrapHeader_inL h1 img{
			width: 300px;
			height: auto;
			margin: 10px 0 0 20px;
			-webkit-transition: all 0.6s ease-in-out;
			transition: all 0.6s ease-in-out;
		}
		.wrapHeader_inL.smaller h1 img {
			width: 120px;
			height: auto;
			margin: 4px 0 0 10px;
		}
	.wrapHeader_inR {
		position: relative;
		width: 40%;
		text-align: right;
	}

/*for Home-------------------------------------------------------------*/
.wrapHome {
	position: relative;
	height:100vh;
}
.wrapHome_Logo {
	position: absolute;
  left: 20px;
  top: calc(50% - 80px);
	z-index: 100;
	width: 11px;
	height: auto;
}

	.wrapHome_Logo img {
		width: 100%;
		height: auto;
	}
	.wrap_slick{
		position: absolute;
		top:66px;
		left: 0;
		width: 100%;
		height: calc(100vh - 70px);
		overflow: hidden;
		z-index: 1;
	}
	#slick_wrap{
		position: relative;
		margin: 0 auto;
		width: 100%;
		/*max-width: 800px;*/
		height: 100vh;
	}
		#slick_wrap li{
			position: relative;
			width: 100%;
			height: 100vh;
			background-position: center center;
		  background-size: cover;
		  background-repeat: no-repeat;
		}
		@media (max-width:799px) {/*SP*/
			#slick_wrap li.vis_bg1{
				background-image: url(../img/mine_v1_.jpg);
			}
			#slick_wrap li.vis_bg2{
				background-image: url(../img/mine_s2.jpg);
			}
			#slick_wrap li.vis_bg3{
				background-image: url(../img/mine_v1_b.jpg);
			}
			#slick_wrap li.vis_bg4{
				background-image: url(../img/mine_v1_a.jpg);
			}
		}
		@media (min-width:800px) {/*PC*/
			#slick_wrap li.vis_bg1{
				background-image: url(../img/mine_v1_.jpg);
			}
			#slick_wrap li.vis_bg2{
				background-image: url(../img/mine_s2.jpg);
			}
			#slick_wrap li.vis_bg3{
				background-image: url(../img/mine_v1_b.jpg);
			}
			#slick_wrap li.vis_bg4{
				background-image: url(../img/mine_v1_a.jpg);
			}
		}



/*0------------------------------------*/
.wrap {
	position: relative;
	width: 100%;
	z-index: 10;
}
	.wrap_top {
		position: relative;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.wrap_mid {
		position: relative;
		width: 100%;
	}
		.wrap_midIn {
			width: 900px;
			margin: 0 auto;
			display: flex;
			justify-content: space-between;
		}
		.wrap_midInL {
			width: 38%;
			font-size: 3rem;
			line-height: 1.2;
		}
		.wrap_midInR {
			width: 60%;
			font-size: 1.7rem;
			line-height: 1.8;
		}
			.wrap_midInR a {
				color: #FFF;
				text-decoration: underline;
			}
			.wrap_midInR span {
				font-size: 80%;
				line-height: 1;
			}
			.wrap_midInR i {
				font-size: 70%;
			}
	.wrap_bottom {
		position: relative;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
.wrapPh {
	position: relative;
	width: 100%;
	height: 500px;
	z-index: 8;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
/*Btn*/
a.btnRadius {
  display: inline-block;
  padding: 3px 60px;
	margin-top: 1rem;
  border-radius: 20px;
	font-size: 80%;
  text-decoration: none;
  color: #FFF;
	border: solid 1px #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.btnRadius .orange:hover {
	color: #f49445;
	background-color: #FFF;
}
a.btnRadius.orange:hover {
	color: #f49445;
	background-color: #FFF;
}
a.btnRadius.pink:hover {
	color: #f76d6d;
	background-color: #FFF;
}

/*1------------------------------------*/
.w1 {
	margin-top: -110px;
}
	.w1_t {
		height: 110px;
		background-image: url(../img/bg1_top.svg);
	}
	.w1_m {
		padding: 50px 0 80px 0;
		background-color: #eaea42;
	}
		.w1_m .wrap_midInL,
		.w1_m .wrap_midInR {
			color: #4382b5;
		}
	.w1_b {
		height: 60px;
		background-image: url(../img/bg1_bottom.svg);
	}
.w1Ph {
	margin-top: -60px;
	background-image: url(../img/mine_v5.jpg);
}
/*2------------------------------------*/
.w2 {
	margin-top: -50px;
}
	.w2_t {
		height: 50px;
		background-image: url(../img/bg2_top.svg);
	}
	.w2_m {
		padding: 80px 0 70px 0;
		background-color: #f76d6d;
	}
		.w2_m .wrap_midInL,
		.w2_m .wrap_midInR {
			color: #FFF;
		}
	.w2_b {
		height: 70px;
		background-image: url(../img/bg2_bottom.svg);
	}
.w2Ph {
	margin-top: -90px;
	background-image: url(../img/mine_v4.jpg);
}
/*3------------------------------------*/
.w3 {
	margin-top: -50px;
}
	.w3_t {
		height: 50px;
		background-image: url(../img/bg3_top.svg);
	}
	.w3_m {
		padding: 80px 0 50px 0;
		background-color: #f49445;
	}
		.w3_m .wrap_midInL,
		.w3_m .wrap_midInR {
			color: #FFF;
		}
	.w3_b {
		height: 90px;
		background-image: url(../img/bg3_bottom.svg);
	}
.w3Ph {
	margin-top: -90px;
	background-image: url(../img/mine_v6.jpg);
}
/*4------------------------------------*/
.w4 {
	margin-top: -60px;
}
	.w4_t {
		height: 50px;
		background-image: url(../img/bg2_top.svg);
	}
	.w4_m {
		padding: 80px 0 60px 0;
		background-color: #f76d6d;
	}
		.w4_m .wrap_midInL,
		.w4_m .wrap_midInR {
			color: #FFF;
		}
		.w4_m .wrap_midInL {
			font-size: 1.8rem;
			text-align: center;
		}
		.w4_m .wrap_midInL img {
			width: 70%;
			max-width: 250px;
			height: auto;
			border-radius: 50%;
		}
		.w4_m .wrap_midInR {
			padding-top: 1rem;
		}
		.w4_m .wrap_midInR span {
			font-size: 2.6rem;
		}
		.w4_m .wrap_midInR span.small {
			font-size: 1.4rem;
		}

	.w4_b {
		height: 100px;
		background-image: url(../img/bg2_bottom.svg);
	}


/*SP*/
@media (max-width:900px) {
	.wrap_midIn {
		width: 80%;
		display: block;
	}
	.wrap_midInL {
		font-size: 2.8rem;
		width: 100%;
	}
	.wrap_midInR {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.6;
		margin-top: 2rem;
	}
	.br_clear{
		display: none;
	}
	.wrapPh {
		height: 400px;
		background-attachment: scroll;
	}
}

/*FOOT------------------------------------*/
footer {
	color: #f49445;
	margin-top: -60px;
	padding: 60px 0 60px 0;
	width: 100%;
	text-align: center;
}
footer span {
	display: block;
	margin-top: 60px;
	font-size: 1rem;
}
footer span a {
	color: #f49445;
	text-decoration: underline;
}
footer span a:hover {
	text-decoration: none;
}

/*Schedule--------------------------------*/
#information dt {
	display: none;
}


/*for PAGETOP-------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 0.4rem;
    right: 0.4rem;
		z-index: 100;
}
	#page-top a {
	    width: 40px;
	    height: 30px;
	    text-align: center;
	    display: block;
	    -webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#page-top a img {
	    width: 100%;
	    height: auto;
	}
	#page-top a:hover {
		opacity: 0.4;
	}
