@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

body{
	line-height:1.8;
}

.text-maru{
	font-family: 'Kiwi Maru', serif;
}

.text-pink{
	color:#ED5A8D;
}

a{
color:#ED5A8D;
}


a:hover{
color:#ED5A8D;
}


#hero{
	position:relative;
	background-image:url(../images/hero.jpg);
	background-position:100% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}

#hero-content{
/*	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;*/
}


#hero-copy{
	font-size:42px;
	font-weight:bold;
	line-height:2.0em;
}
#hero-copy span{
	border-bottom:dashed 3px #fff;
	padding-bottom:0.2em;

}


.hero-marker{
background:linear-gradient(transparent 45%, rgba(245,255,126,0.7) 45%);
}

#section01-top{
	background-color:#ED5A8D;
	color:#fff;
}

#section01-top .container{
	padding:2em 0;
}
#section01-top-copy{
	font-size:33px;
	font-weight:bold;
}

#section01-illust01{
	position:absolute;
/*	top:-100%;
	left:-30px;	*/
	transform:translate(0, calc(-8vh));
 }
 
#section01-copy{
	font-size:30px;
	color:#707070;
}

#section01-copy span{
	font-size:52px;
	font-weight:bold;
	background:linear-gradient(transparent 45%, rgba(245,255,126,0.99) 45%);
}


#section02-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section02-copy{
	color:#FDFD4E;
	font-size:42px;
}


#section02-copy span{
	color:#fff;
	font-size:57px;
	margin-left:0.5em;
}

#section02{
	background-image:url(../images/section02-bg.jpg);
	z-index:-2;
	position:relative;
}




#section02 .balloon {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  min-width: 120px;
  max-width: 100%;
  font-size: 45px;
  background: #FFF;
  box-sizing: border-box;
  border-radius:15px;
  box-shadow:2px 2px 8px rgba(0,0,0,0.2);
  z-index:auto;
}



#section02 .balloon:after {
  content: "";

  position: absolute;
  top: 30%; 
  left: -50px;
  border: 16px solid transparent;
  border-right: 48px solid #fff;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  z-index:-1;

  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}


#section02-title-point{
	font-size:32px;
	letter-spacing:0.2em;
}

#section02-panel{
	border:6px solid #ED5A8D;
	border-radius:20px;
	padding:30px;
	background-color:#fff;
}

#section02-illust02{
	margin:-45px 20px 0 20px;
}

.section02-marker{
	background-color:#F5FF7E;
}


.section02-point{
	background-color:#ED5A8D;
	border-radius:100vh;
	padding:10px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}

.section02-point span{
	background-color:#FFEC00;
	width:60px!important;
	height:60px!important;
	border-radius:100vh;
	display:block;
	text-align:center;
	font-size:30px;
	line-height:18px;
	color:#111;
	padding-top:7px;
}

.section02-point span small{
	display:block;
	font-size:9px;

}

#section02-panel02{
	background-color:#ED5A8D;
	border-radius:20px;
}

#section02-illust03{
	margin:-60px 25px 0 25px;
}

#section02-panel02-copy{
	font-size:37px;
	color:#fff;
	line-height:1.3;
}



#section03-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section03-copy{
	color:#fff;
	font-size:42px;
}

#section03{
	background-image:url(../images/section03-bg.jpg);
	z-index:-2;
	position:relative;
}



#section03 .balloon {
  position: relative;
  display: inline-block;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 30px;
  background: #FFF;
  box-sizing: border-box;
  border-radius:15px;
  box-shadow:2px 2px 8px rgba(0,0,0,0.2);
  z-index:auto;
  width:100%;
}



#section03 .balloon:after {
  content: "";

  position: absolute;
  top: 40%; 
  left: -40px;
  border: 12px solid transparent;
  border-right: 40px solid #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index:-1;

  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}





#section03 .balloon-inverse {
  position: relative;
  display: inline-block;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 30px;
  background: #FFF;
  box-sizing: border-box;
  border-radius:15px;
  box-shadow:2px 2px 8px rgba(0,0,0,0.2);
  z-index:auto;
  width:100%;
}



#section03 .balloon-inverse:after {
  content: "";

  position: absolute;
  top: 40%; 
  right: -40px;
  border: 12px solid transparent;
  border-left: 40px solid #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index:-1;

  -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}



#section04-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section04-copy{
	color:#fff;
	font-size:42px;
	line-height:1.2;
}

#section04{
	background-image:url(../images/section04-bg.jpg);
	z-index:-2;
	position:relative;
}

#section05-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section05-copy{
	color:#fff;
	font-size:42px;
	line-height:1.2;
}

#section05{
	background-image:url(../images/section05-bg.jpg);
	z-index:-2;
	position:relative;
}

#section05-price{
	color:#ED5A8D;
	font-size:44px;
}

#section05-price small{
	font-size:20px;
}


#section06-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section06-copy{
	color:#fff;
	font-size:42px;
	line-height:1.2;
}

#section06{

}




#section07-top{
	background-image:url(../images/section02-top.jpg);
	text-align:center;
}

#section07-copy{
	color:#fff;
	font-size:42px;
	line-height:1.2;
}

#section07{
	background-image:url(../images/section02-bg.jpg);
	z-index:-2;
	position:relative;
}

#section07-name{
	font-weight:bold;
	font-size:130%;
	margin-bottom:0.7em;
}


form#mail_form dl dt{
	text-align:left!important;
}


form#mail_form dl dt span.required{
	background-color:#ED5A8D!important;
	border-radius:100vh!important;
	margin-right:5px;
}


form#mail_form dl dt span.required, form#mail_form dl dt span.optional{
	padding:2px 6px!important;
}

form#mail_form textarea{

}

form#mail_form input#form_submit_button{
	margin-left:0!important;
}


form#mail_form input[type="button"]{
	border-color:#ED5A8D!important;
	background-color:#ED5A8D!important;

}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"]{
	width:100%!important;
	max-width:100%!important;
}
form#mail_form textarea{
	width:100%!important;
	max-width:100%!important;
}

form#mail_form dl dt span.optional{
	margin-right:5px;
	opacity:0;

}

/* 
	responsive 
*/

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


	#hero-content h1{
		background-color:#fff;
	}

	#hero-content h1 img{
		max-width:120px;
	}

	#hero-content .container{
		min-height:75vw;
	}

	#hero{
		background-image:url(../images/hero-sp.jpg);
		background-position:right bottom;
		background-size:cover;
		background-repeat:no-repeat;
	}

	#hero-copy{
		font-size:36px;
		font-weight:bold;
		line-height:1.7em;
	}


	#hero-under .inner{
		transform:translate(0, -20px);
		padding-bottom:60px;
	}

	#section01-illust01{
		position:relative;
		top:0px;
		left:-10px;
		margin:0 auto;
		display:block;
		max-width:160px;
		transform:translate(0, calc(-3vh));
	}

	#section01-copy{
		font-size:24px;
	}

	#section01-copy span{
		font-size:38px;
		line-height:1.2em;
	}

	#section01-top-copy{
		font-size:20px;
	}

	#section01-top .container{
		transform:translate(0, -60px);
		padding:0;
	}

	#section01-middle .container{
		transform:translate(0, -25px);
		padding:0 0 30px 0!important;
	}


	#section02-copy{
		font-size:27px;
	}


	#section02-copy span{
		color:#fff;
		font-size:37px;
		margin-left:0em;
		display:block;
		line-height:1.2em;
	}



	#section02 .balloon {
		position: relative;
		display: inline-block;
		padding: 0.5em;
		min-width: 100%;
		max-width: 100%;
		font-size: 30px;
		background: #FFF;
		box-sizing: border-box;
		border-radius:15px;
		box-shadow:2px 2px 8px rgba(0,0,0,0.2);
		z-index:auto;
		margin-top:40px;
		line-height:1.2;
	}


	#section02 .balloon:after {
		content: "";
		position: absolute;
		top: -36px; 
		left: 42%;
		border: 16px solid transparent;
		border-right: 48px solid #fff;
		-webkit-transform: rotate(108deg);
		transform: rotate(108deg);
		z-index:-1;
		-webkit-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		-moz-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		-ms-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
	}

	img#section02-illust02{
		width:50%;
		margin:0 auto 20px auto;
		float:none!important;
		display:block;
	}


	.section02-point{
		border-radius:20px;
		padding:20px;
	}

	.section02-point .float-left{
		float:none!important;
		margin:0 auto 10px auto!important;
		display:block!important;
	}

	.section02-point .lead{
		line-height:1.5;
	}

	#section02-panel02{
		padding:20px;
		width:100%;
	}

	#section02-panel02-copy{
		font-size:24px;
	}

	#section02-panel02 img{
		float:none!important;
		margin:0 auto 20px auto;
		display:block;
	}


	#section03 .balloon,
	#section03 .balloon-inverse {
		padding: 0.5em;
		min-width: 100%;
		max-width: 100%;
		font-size: 30px;
		background: #FFF;
		box-sizing: border-box;
		border-radius:15px;
		box-shadow:2px 2px 8px rgba(0,0,0,0.2);
		z-index:auto;
		margin-top:40px;
		line-height:1.4;
	}



	#section03 .balloon:after,
	#section03 .balloon-inverse:before{
		content: "";
		position: absolute;
		top: -36px; 
		left: 42%!important;
		border: 16px solid transparent;
		border-right: 48px solid #fff;
		-webkit-transform: rotate(108deg);
		transform: rotate(108deg);
		z-index:-1;
		-webkit-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		-moz-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		-ms-filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
		filter:drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.2));
	}


	#section03 .balloon-inverse:after {
		content: "";
		display:none;
	}


	#section05-price small{
		display:block;
		transform:translate(0, -0.3em);
	}


}




@media screen and (max-width:768px) { 
	#hero-copy{
		font-size:26px;
		font-weight:bold;
		line-height:1.7em;
	}
}