@import "reset.css";
@import "common.css";


img{
	max-width: 100%;
	height: auto
}

@media  (min-width: 0px) and (max-width: 414px) {
	#topheader{
	text-align: center;
	background:url(../imgaes/front/body_bg_top_s.png) no-repeat;
	-moz-background-size:100% auto;background-size:100% auto;
	}

}

@media  (min-width: 415px) {
	#topheader{
		text-align: center;
		background:url(../imgaes/front/body_bg_top.png) no-repeat;
		-moz-background-size:100% auto;background-size:100% auto;
	}
}

#logo{
	padding-top: 4em
}

#logo img{
	max-width: 80%;
	height: auto
}


@media  (min-width: 0px) and (max-width: 414px) {
}	


@media  (min-width: 415px) and (max-width: 1023px) {
}	
@media  (min-width: 768px){
}

@media  (min-width: 1024px){

}


/* ------------------------------
 gmenu
------------------------------ */
#top_gmenu{
	margin: 0 1em 2em;
}
@media  (min-width: 0px) and (max-width: 414px) {
	#top_gmenu ul li{
		margin-bottom: .5em

	}
}
@media  (min-width: 415px) {	
	#top_gmenu ul{
			display: table;
			margin: 0 auto;
		}
	#top_gmenu ul li{
		display: table-cell;
		padding: 0 .5em
	}
}

#top_gmenu ul li .button{
	display: block;
	padding: .8em 1em;
	text-align: center;
	text-decoration: none;
	outline: none;	
	background: #fff;
	color: #E1385D;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #E1385D;
	font-size: 1.3em;
	font-family: 'Maru Folk Bold'
}


.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}


.button,
.button::before,
.button::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

#top_gmenu ul li .button:hover {
	background-color: #E1385D;
	border: solid 2px #E1385D;
	color: #fff;
}





h1#sitetitle{
	margin-bottom: 1em;
	padding: 0 1em
}

h1#sitetitle a{
	text-decoration: none;
	color: #444
}
@media  (min-width: 0px) and (max-width: 414px) {
	.topsection{
		padding: 3em 0;
		text-align: center;
	}
}

@media  (min-width: 415px) {
	.topsection{
		padding: 3em 0;
		text-align: center;
	}
}


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

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}


#taiken_pr{
	background: rgba(253, 230, 239, 0.8);
	text-align: center;
	padding: 1em 1em;
	margin-bottom: 1em
}
#taiken_pr h2{
	margin-bottom: .3em;
	color: #e70000
}
#taiken_pr p{
	font-size: 1.3em
}

/* ------------------------------
 about
------------------------------ */

#read{
	margin-bottom: 2em;
	position: relative;
	url(../imgaes/front/pink_bg.png);
	padding: 1em
}
#read h2{
	font-size: 2em;
	color: #e1385d;
	padding: 0 .5em;
	margin-bottom: .3em;
}
#read p{
	font-size: 1.3em;
	line-height: 40px;
	background: url(../imgaes/front/kei.png)
}

#read p strong{
	color: #e1385d;
	font-size: larger
}

@media  (min-width: 0px) and (max-width: 414px) {
	#read p{
		text-align: left
	}
	#read p br{
		display: none
	}
}


#point{	
}


.ribbon{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding:5px 0;
	text-align: center;
	background: #e1385d;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 2em
}

.ribbon:before{
	content: '';
	width: 0px;
	height: 0px;
	border-width:25px 0px 25px 10px; 
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ribbon:after{
	content: '';
	width: 0px;
	height: 0px;
	border-width:25px 10px 25px 0px; 
	border-color: transparent #fff transparent transparent ;
	border-style: solid;
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
}

.ribbon h3{
	color:#fff;
	height: 40px;
	line-height: 40px;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	margin:0;
	padding:0 10px;
	font-weight: 100;
	box-sizing: border-box;
	font-size: 1.8em;
}

#point ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#point ul li{
	padding: 1em;
	background: #fff;
	border: solid 3px #FF6581;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	font-size: 1.2em;
	background: #FDEBF2;
	font-family: 'Maru Folk Bold'}

@media  (min-width: 0px) and (max-width: 414px) {
	#point ul{
		margin-bottom: 1.5em
	}

	#point ul li{
		margin-bottom: .5em
	}
}



@media  (min-width: 415px) {
	#point ul{
	margin: 0 -1% 1em 0;
	overflow: hidden;
	zoom: 1;
}

#point ul li{
    float: left;
    margin: 0 1% .5em 0;
    width: 49%;
    display: inline;
	}
}

#tips{
	margin-bottom: 30px
}
#tips p{
	font-size: 1.2em;
	line-height: 40px;
	background: url(../imgaes/front/kei.png)
}


/* ------------------------------
 prof
 ------------------------------ */

#prof{
	padding: 1.5em;
	background: #fff;
	text-align: left;
	border: solid 2px #c2e1f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 105px;
	border-radius: 10px;
	position: relative;
	
}

#prof h2{
	color: #5e9cc3;
	font-size: 1.8em;
	margin-bottom: .7em;
	text-align: center;}


.kids{
	max-width: 100%;
	height: auto
}

#name{
	
}

.midashi {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: #5e9cc3;
	text-align:center; 
	margin-bottom: 1.5em;
	color: #fff;
	font-family: 'Maru Folk Bold';
	font-size: 1.2em;
	padding: .6em;
}
.midashi:after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(94, 156, 195, 0);
	border-top-color: #5e9cc3;
	border-width: 5px;
	margin-left: -5px;
}


#name h3{
	margin-bottom: .4em;
	font-size: 2em
}

#name h3 span{
	font-size: .7em;
	padding-left: .8em;
	color: #999
}



#name p{
	line-height: 1.5em
}



@media  (min-width: 0px) and (max-width: 767px) {
	#name h3{
		text-align: center
	}
	#name p{
		margin-bottom: 1em
	}
}
@media  (min-width: 768px){
	#name{
	float: left;
	width: 49%;
	padding-left: .5em;
	}
	
	#prof_txt{
	width: 49%;
	float: right;
	}

}


#prof_txt h4{color: #666;
	margin-bottom: .5em;
	font-size: 1.1em
}

#prof_txt ul{}

#prof_txt li{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: #EBF2F7;
	padding: .5em 1em;
	font-size: 1.1em;
	color: #5e9cc3;
	margin-bottom: .5em
}

/* ------------------------------
 taiken
 ------------------------------ */
#taiken{
	background: rgba(250, 246, 228, 0.93);
	padding-bottom: 2em;
	position: relative
}

@media  (min-width: 0px) and (max-width: 414px) {
		#taiken h2{
			text-align: center;
			padding-top: 2em;	
	}

}

@media  (min-width: 415px) and (max-width: 767px) {
	#taiken h2{
		width: 40%;
		float: left;
		margin-right: 1.5em;
		margin-top: -30px
	}
}


@media  (min-width: 768px) {

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


#taiken h2 img{
	max-width: 100%;
	height: auto
}

.setsumei{
	padding-top: 2em
}

.setsumei h3{color: #e70000;
	margin-bottom: .5em;
	font-size: 1.3em;
}

@media  (min-width: 0px) and (max-width: 480px) {
	.setsumei h3{
		text-align: center;
		font-size: 1.2em
	}
}	
.setsumei p{
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: .5em
}

.setsumei p.lf{
	font-size: 1.3em;
}

.setsumei p span{
	color: red;
	font-size:  larger
}


.setsumei a.button{
	display: block;
	font-size: 1.2em;
	padding: .8em 1em;
	text-align: center;
	text-decoration: none;
	outline: none;	
	background: #fff;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: solid 2px #E1385D;
	background: #E1385D;
	font-size: 1.3em;
	font-family: 'Maru Folk Bold'
}

@media  (min-width: 0px) and (max-width: 480px) {}	
@media  (min-width: 481px) {
	.setsumei a.button{
		width: 40%;
		margin: 0 auto
	}
}


a.button::before,
a.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}


a.button,
a.button::before,
a.button::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.button:hover {
	background-color: #E1385D;
	border: solid 2px #E1385D;
	color: #fff;
}



/* ------------------------------
 studio
 ------------------------------ */

#studio{
	text-align: left;
	background: rgba(230, 239, 245, 0.8);
	padding-bottom: 3em
}


#studio h2{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 2em;
	position: relative;
	background: #c2e1f5;
	position: relative;
	padding: .8em 1em;
	
}

#studio h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 6px;
	margin-left: -6px;
}
#access{
	margin-bottom: 1em
}



#studio dl{
	margin-bottom: 1em
}

#studio dl dt{
	font-size: 1.5em;
	margin-bottom: .3em
}
#studio dl dt span{
	display: block;
	padding-top: .3em
}
#studio dd.add{
	font-size: 1.2em;
	margin-bottom: 1em
}

.gmaplink{
	display: block;
	margin: .5em 0 .5em
}

.gmaplink a{
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	background: #fff;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none
}
.gmaplink a:before{
	font-family: icomoon;
	content: "\e947";
}
#studio dd.access{
	line-height: 1.5em;
	margin-bottom: 1em
}
#studio dd.access span{color: #1b99d3;
	padding-right: .5em
}
#studio dd.access span:before{
	font-family: icomoon;
	content: "\e91e";
	color: #1b99d3;
	padding-right: .3em
}



#map{}
.acf-map {
			width: 100%;
			height: 350px;
			border: #ccc solid 1px;
			margin: 20px 0;
		}


@media  (min-width: 768px){
	#access{
	float: left;
	width: 45%
	}
	
	#map{
		width: 50%;
	float: right;
	}

}

/* ------------------------------
 headline
 ------------------------------ */

#headline{
	padding: 4em 0;
	background: #fff;
}


#headline h2{
	margin-bottom: 1em;
	font-size: 1.6em;
	text-align: center;
	color: #E1385D
}

.thumb img{
	border: solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	
}


@media  (min-width: 0px) and (max-width: 767px) {
	#headline ul li{
	margin: 0px auto;
	text-align: left;
	padding:1em;
	position: relative;
	background:#FFF;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #eee}	
	
	#headline ul li .thumb{
		width: 100px;
		float: left;
		margin-right: 1em
	}
	#headline ul li .thumb img{
		width: 100%;
		height: auto
	}
}



@media  (min-width: 768px) {
	#headline ul{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 -2% 0 0;
		overflow: hidden;
		zoom: 1;
	}
	#headline ul li{
	    float: left;
	    margin: 0 2% 10px 0;
	    width: 31.3%;
	    display: inline;
	}
	#headline ul li img{max-width:100%;
		height:auto}



	#headline li{
		text-align: left;
		font-size: 1.1em;
		margin-bottom: .5em
	}
	
	#headline li .thumb{
		margin-bottom: 1em
	}
	
	#headline li .date:before {
		font-family: FontAwesome;
	    content: "\f105";
	    padding-right: .5em;
	    font-size: smaller
	}
	
	#headline li .date{
		font-size: smaller
	}
}
