@import url("reset.css");

body{
	margin: 0;
	padding: 0;
}


.wrap{
	margin:0 auto;
	text-align: center;
}

section.content{padding: 2em 0}

section.content h2{
	padding: 0 0 .6em;
	margin: 0 auto 1em;
	border-bottom: 1px solid #444;
	font-size: 1.6em;
	width: 90%;
	max-width: 800px;
	text-align: center
}


@media screen and (max-width: 767px) {
	.wrap{ width:95%}
	section.content h2 span{
		display: block
	}
	
	}	

@media print, screen and (min-width: 768px) {
	section.content h2{font-size: 2em;padding: 0 0 .8em;}
	section.content h2 br{display: none}
	.wrap{ width:80%}
	section.content{padding: 3em 0}
}	

@media print, screen and (min-width: 1024px) {
	section.content h2{font-size: 2.5em}
	section.content{padding: 4em 0}
}	


/** ----------------------
	
header

---------------------- **/
#header{
	margin: 0 auto;
}

.disc{color: #1b5d7d;
	text-align: left
}


.tell{
	text-align: center;
}

.tell dl{
}
.tell dt{font-size: 1.2em;margin-bottom: 3px}

.tell dd{padding: .3em 1em;
	border-radius: 50px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .1em}

.tell dd a{
	text-decoration: none;
	color: #fff
}


.tnm:before{
	font-family: icomoon;
	content: "\e905";
	padding-right: 5px
}



.tell_iwaso dt{color: #d82918}
.tell_hiramatsu dt{ color: #009794}
.tell_akebono dt{color: #F18D00}


.tell_iwaso dd{ background-color: #d82918}
.tell_hiramatsu dd{ background-color: #009794}
.tell_akebono dd{ background-color: #F18D00}




@media screen and (max-width: 767px) {
	#header{padding: 2em 1em}
	.disc{text-align: center}
	#header div{text-align: center}
	.tell dl{margin: 1em auto 0}
	.tell dd{
		width: 80%;
		margin: 0 auto;
		font-size: 1.4em
	}
}	


@media print, screen and (min-width: 768px) {
	#header{
	width: 96%;
	max-width: 1360px;
	margin: 0 auto;
	padding: 1.5em 0}
	
	#header > div{
		display: flex;
		justify-content: space-between;
		align-items: center;}
	
	.disc{margin-bottom: 1em}
	.disc br{display: none}
	
	.logo{
		width: 230px;
	}
	
	
	.tell dl{margin-bottom: 10px;}
	.tell dt{font-size: 1.1em}
	.tell dd{font-size: 1.3em}
}	

@media print, screen and (min-width: 1024px) {
	
	.tell{
		width: calc(100% - 280px);
		display: flex;
		flex-wrap:wrap;
		justify-content: flex-end;
		align-items: flex-end;}
	.tell dl{width: 33%;padding: 0 0 0 10px}
	.tell dd{font-size: 1.4em}
}


@media print, screen and (min-width: 1240px) {
	.tell dl{width: 300px;
		padding: 0 0 0 20px
	}
}	



/** ----------------------
	
main

---------------------- **/

@media screen and (max-width: 480px) {}
@media screen and (min-width: 960px) {}

/** ----------------------
	
slider

---------------------- **/
#slider{
	text-align: center;
	width: auto;
	position: relative
}

.topSwiper{
	width: 100%;
}

.topSwiper p{
	position: absolute;
	width: 100%;
	height: 100%;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 10px #519693;
    font-size: 2em;
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}




@media screen and (max-width: 767px) {
	#slider span.kengaku{
		background: #3b66a5;
		color: #fff;
		padding: .5em;
		font-size: 1.2em;
		display: block
		}
	#slider span br{display: none}
}	

@media print, screen and (min-width: 768px) {
	
	#slider span.kengaku{
	position: absolute;
	display: block;
	top: -20px;
	right: 5%;
	background: #3b66a5;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	color: #fff;
	z-index: 10;
	font-size: 26px;
	line-height: 1.5em;
	transform: rotate(340deg) scale(1) ;
    -webkit-transform: rotate(340deg) scale(1) ;
    -moz-transform: rotate(340deg) scale(1) ;
    -o-transform: rotate(340deg) scale(1) ;
    -ms-transform: rotate(340deg) scale(1) ;
	}
	  	  	
	.topSwiper p br{display: none}
}	


@media screen and (min-width: 1024px) {
	
	
	#slider span.kengaku{
	    top: -20px;
		right: 5%;
	}
	
	.topSwiper > p{
	    font-size: 2.5em;
	}

}

	
/** ----------------------
	
concept

---------------------- **/
#concept{ 
	padding: 3em 0;
	position: relative}


#intoro{
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}


#intoro h1{
	color: #1b5d7d;
	margin-bottom: 1em;
	position: relative;
	text-align: center;
	font-size: 30px;
	letter-spacing: .1em
}


#intoro ul{
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto 3em
}

#intoro ul li{
	width: calc(( 100% - 40px ) / 3 );
	margin-right: 20px;
	}


#intoro ul li:nth-child( 3n ) {margin-right: 0;}


#intoro h2{
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 1.5em;
}

	
	
.comcept_p{
		margin: 0 auto 2em;
		line-height: 1.8em;
		max-width: 680px
	}
	

@media screen and (max-width: 767px) {
	#intoro h1 span{display: block;margin-bottom: 5px}
	#intoro h2 br{display: none}
}	

@media print, screen and (min-width: 768px) {
	#concept{padding-top: 8em}
	
	#intoro h1{font-size: 40px}
	
	#intoro h1 span{
		display: block;
		position: absolute;
		top: -68px;
	    left: 20%;
	}
	
	#intoro h2{text-align: center;
		margin-bottom: 1.5em;
		font-size: 2em
	}
	
	
	
}	

@media print, screen and (min-width: 1024px) {
	#intoro ul{max-width: 600px;}
	#intoro h1{font-size: 40px}
	#intoro h1 span{left: 25%;}
	#intoro ul li{
	width: calc(( 100% - 80px ) / 3 );
	margin-right: 40px;
	}

}	



/** ----------------------
	
swiper

---------------------- **/

.grSwiper{
	overflow: hidden;
	position: relative
}

:root {
  --swiper-navigation-color: #000000;
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}



/** ----------------------
	
wark

---------------------- **/

#wark{
	padding: 2em 0
}

#wark h1{}

#wark dl{
	width: 90%;
	max-width: 800px;
	margin: 0 auto
}

#wark dl dt{
	width: 200px;
	margin: 2em auto .8em;
	border-radius: 50px;
	color: #fff;
	font-size: 1.2em;
	padding:.3em 0;
	line-height: 1.2em;
	text-align: center
}

dt.blue{ background-color: #005D7F}
dt.green{ background-color: #009794}
dt.orange{ background-color: #F18D00}
dt.red{ background-color: #D92817}

#wark dl dd{font-size: 1.1em;text-align: left}

@media screen and (max-width: 767px) {
	
	#wark dd{
		width: 90%;
		margin: .5em auto;
		text-align: left;
	}
}

@media print, screen and (min-width: 768px) {
	#wark{padding: 3em 0}
	
	#wark dl dt{
		padding:.3em 0;
		font-size: 1.8em
	}
	#wark dl dd{font-size: 1.2em}
}	

@media print, screen and (min-width: 1024px) {
	
}	



/** ----------------------
	
points

---------------------- **/

#point{padding: 2em 0}

#point > div{
	max-width: 1000px;
	margin: 3em auto 0;
	width: 90%
}

#point h2{}




.item{
	padding: 1em
}

.item ul{margin: 1em;font-size: 1.1em}


.item ul li:before{
	font-family: icomoon;
	content: "\ea52";
	padding-right: .5em
}



.item h3{margin-bottom: 1em;
	font-size: 1.4em;
	display: flex;
	align-items: center;
}

.item h3 span{
	color: #fff;
	font-size: 32px;
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 10px
}




.item h3 span:after{
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	left: 50px;
	background: #fff;
	z-index: -1;
	border-radius: 50px;
}




.item h3 span:before{
	content: "POINT";
	color: #fff;
	border-radius: 50px 0px 0px 50px;
	position: relative;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
	margin-right: -5px;
	line-height: 1em;
	z-index: -1
}


.item h3 span.blue{color: #005D7F;}
.item h3 span.green{color: #009794;}
.item h3 span.orange{color: #F18D00;}
.item h3 span.red{color: #D92817;}


.item h3 span.blue:before{background-color: #005D7F;}
.item h3 span.green:before{background-color: #009794;}
.item h3 span.orange:before{background-color: #F18D00;}
.item h3 span.red:before{background-color: #D92817;}


.item img{
	border-radius: 5px;
	position: relative;
}


@media screen and (max-width: 767px) {}	

@media print, screen and (min-width: 768px) {
	#point{padding: 3em 0}
	#point > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	
	.item{width: 48%;padding: 1em}
	
	.item h3{
		font-size: 1.4em
	}
}	

@media print, screen and (min-width: 1024px) {
	.item{padding: 1.5em}
	.item h3{font-size: 1.8em}
}	





/** ----------------------
	
days

---------------------- **/
#days {padding: 2em 0;margin: 0 auto 5%;}

#days h2 span{font-size: .7em}
	
#days > div{ 
	text-align: left;
	margin: 0 auto;
	width: 90%
}

#days li{ 
	display: flex;
	align-items: center;
	margin-bottom: 1.5em
}


#days li > div:nth-child(1){width: 60px}
#days li > div:nth-child(2){
	width: calc(100% - 60px);
	padding-left: 1em
}


#days img{ 
	width: 120px;
	height: auto;
}

#days h3{
	margin: .5em auto 1em;
	text-align: center;
	padding: .4em 1em;
	color: #fff;
	line-height: 1.1em;
	font-size: 1.6em
}
#days h4{font-family:"Maru Folk Medium",'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: .3em;
	line-height: 1.4em;
	font-size: 1.4em
}

#days h3 span{
	font-size: .8em
}

#days h4 span{
	font-size: .7em
}


.allday h3{background-color: #F18D00}
.halfday_am h3{background-color: #009794}
.halfday_pm h3{background-color: #005D7F}


.allday h4{color: #F18D00}
.halfday_am h4{color: #009794}
.halfday_pm h4{color: #005D7F}



#days p{margin: 0}


@media screen and (max-width: 767px) {}	

@media print, screen and (min-width: 768px) {
	#days h3{font-size: 2em}
	#days h4{font-size: 1.6em}
	#days li > div:nth-child(1){width: 80px}
	#days li > div:nth-child(2){width: calc(100% - 80px);}
	#days li > div:nth-child(2){padding-left: 1.5em}
}	

@media print, screen and (min-width: 1024px) {
	#days{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		max-width: 1000px;
	}
	
	#days h2 {width: 100%}
	
	#days > div{
		width: 47%
	}
}	


.open{
	color: red
}
/** ----------------------
	
campany

---------------------- **/

#campany{padding: 2em 0;
	text-align: center
}


.camp-content > ul{
	text-align: left
}

.camp-content > ul li{
	margin-bottom: .8em
}
#campany h2 {font-size: 1.6em}
#campany h2 span{font-size: .7em;display: block;line-height: 1.2em;padding-bottom: 5px}

#campany .red{color: #d82918;}
#campany .green{ color: #009794;}
#campany .orange{color: #F18D00;}



.email:before{
	font-family: icomoon;
	content: "\e904";
	color: #666;
	padding-right: 5px
}

@media screen and (max-width: 767px) {
	.camp-content{margin: 1em auto 3em}
	.camp-content > ul{padding: 1em 2em}
	.camp-content > div:nth-child(3){padding: 0 2em;}
	.camp-content > div:nth-child(3) iframe{height: 200px}
}	

@media print, screen and (min-width: 768px) {
	#campany h2 {font-size: 1.8em}
		
	.camp-content{
		width: 90%;
		max-width: 800px;
		margin: 1.5em auto 4em;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center}

	.camp-content > div:nth-child(1){width: 45%}
	
	.camp-content > ul{width: 50%;}
	.camp-content > ul li{font-size: 1.1em}
	.camp-content > div:nth-child(3){width: 100%;
		margin-top: 2em
	}
	
	.camp-content > div:nth-child(3) iframe{height: 300px}
	
	#campany li br{display: none}
}	

@media print, screen and (min-width: 1024px) {
	#campany h2 {font-size: 2em}
	.camp-content > div:nth-child(3) iframe{height: 400px}
}	




/** ----------------------
	
footer

---------------------- **/
footer{ text-align: center}

footer h2{
	margin-bottom: 1em;
	font-size: 1.3em
}

footer ul{
	padding: 0;
	max-width: 800px;
	width: 90%;
	margin: 0 auto 4em
}


footer ul li{
	margin:0 0 10px 0;
	background-color: #f2f2f2;
	border-radius: 10px;
	padding: .7em 1em
}

 


footer small{
	padding: 2em;
	margin-bottom: 10px;
	font-size: .6em;
}

@media screen and (max-width: 767px) {}	

@media print, screen and (min-width: 768px) {
	
}	

@media print, screen and (min-width: 1024px) {
	
}	


