@charset "utf-8";
/*
Theme Name: L-style
Theme URI: http://www./
Description: L-style
Version: 1.0
Author: L-style
Author URI: http://www./
Tags: L-style

	L-style
	http://www./

*/



/*reset*/
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
p{
	margin: 0;
	line-height: 1.5;
}
a{
	display: block;
	color: #333;
}
a:hover{
	opacity: 0.7;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}



/***共通***/
#header .inner,#header .inner ul,.colume2,.colume3,.colume4,#footer .inner nav ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.colume2 > div{
	width: calc(100%/2);
}
.colume3 > div{
	width: calc(100%/3);
}
h2{
	position: relative;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	line-height: 1;
}
h2:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 5em;
	height: 3em;
	margin: auto;
	background: url(images/text-bk.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	left: 0;
	top: -50px;
	/* bottom: 0; */
	z-index: -1;
}
.button{
	width: 100%;
	margin: 10px auto 0;
	padding: 18px 10px 18px 0;
	background: #86cbaa;
	position: relative;
	/* font-weight: bold; */
	text-align: center;
	color: #fff;
	line-height: 1;
}
.button:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin: auto;
	background: url(images/allow.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 2.5em;
	top: -1px;
	bottom: 0;
}
.p-name{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
}
.p-name span{
	display: block;
	font-size: 48px;
}
.p-text{
	margin-top: 30px;
}
.p-fee{
	text-align: center;
	margin-top: 30px;
}
.p-fee span:nth-child(2){
	margin-top: 20px;
	margin-left: 10px;
	font-size: 30px;
	color: #b40b0b;
}



#main-area{
	text-align:center;
}


/***LP***/
#cont01{
	background: url(images/cont01-bk.jpg) no-repeat center ;
	background-size: cover;
	background-position:top center;
}
#cont01 .inner{
	/*padding: 270px 0 40px;*/
	padding:19% 0 40px 0;
}
#cont01 .inner > .text{
	text-align: center;
	line-height: 1.8;
}
#cont01 .inner .colume2{
	justify-content: center;
	align-items: center;
	padding: 30px;
	background: #fff;
	margin: 40px auto 0;
	width: 70%;
}
#cont01 .inner .colume2 div:nth-child(1){
	width: 30%;
	text-align: center;
}
#cont01 .inner .colume2 div:nth-child(2){
	width: 52%;
	margin-left: 40px;
}
#cont02 .inner{
	padding: 80px 0 0px;
}
#cont02 .inner .colume3{
	margin-top: 70px;
	justify-content: space-between;
}
#cont02 .inner .colume3 .box{
	width: calc(100%/3 - 40px);
}
#cont02 .inner .colume3 .box+.box{
	margin-left:  40px;
}
#cont02 .inner .colume3 .box .title{
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cont02 .inner .colume3 .box .text{
	margin-top: 20px;
}
#cont03 .inner{
	padding: 80px 0 70px;
}
#cont03 .inner h3{
	font-size: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cont03 .inner .colume2{
	margin-top: 70px;
	justify-content: space-around;
}
#cont03 .inner .colume2:nth-child(even) .text-area{
	margin-left: 40px;
}
#cont03 .inner .colume2:nth-child(odd) .text-area{
	margin-right: 40px;
}
#cont03 .inner .colume2 .text-area .block:nth-child(2){
	margin-top: 20px;
}
#cont03 .inner .colume2 .text-area .text{
	margin-top: 10px;
}
#cont03 .inner .colume2 .text-area .border{
	border: 1px solid #7b7e7e;
	padding: 20px;
	margin-top: 20px;
}
#cont03 .inner .colume2 .text-area .border dt{
	font-weight: bold;
}
#cont03 .inner > .image-area{
	margin-top: 70px;
	text-align: center;
}
#cont04{
	background: url(images/cont04-bk.jpg) no-repeat center ;
	background-size: cover;
	margin-top: 130px;
}
#cont04 .inner{
	padding: 240px 0 40px;
	position: relative;
}
#cont04 .inner .top-title{
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	margin: auto;
	width: 66%;
}
#cont04 .inner .p-area .colume2{
	justify-content: center;
	align-items: center;
}
#cont04 .inner .p-area .colume2 .image-area{
	text-align: center;
	width: 28%;
}
#cont04 .inner .p-area .colume2 .text-area{
	background: #fff;
	padding: 40px;
	width: 40%;
	/* margin-left: 40px; */
	margin: 40px 40px 0;
}
#cont04 .inner .p-area .colume2 .text-area{
	background: #fff;
	padding: 40px;
	width: 40%;
	/* margin-left: 40px; */
	margin: 40px 40px 0;
}
#cont05 {
	padding: 120px 0 120px;
}
#cont05 .inner .box{
	margin-top: 80px;
}
#cont05 .inner .box .colume2{
	justify-content: center;
}
#cont05 .inner .box .colume2 .image-area{
	width: 20%;
}
#cont05 .inner .box .colume2 .text-area{
	width: 63%;
}
#cont05 .inner .box .colume2 .title{
	color: #055a41;
	font-size: 24px;
	font-weight: bold;
}
#cont05 .inner .box .text-area .text{
	margin-top: 20px;
	line-height: 1.8;
}
#footer{
	background: #86cbaa;
	color: #fff;
	text-align: center;
}
#footer .inner{
	padding: 40px 0 40px 0;
}
#footer .inner ul{
	    justify-content: center;
}
#footer .inner ul li+li{
	margin-left: 20px;
}
#footer  .inner ul li a{
	color: #fff;
}
#footer .name{
	margin-top: 60px;
}
#footer .copyright{
	margin-top: 100px;
	font-size: 12px;
}


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

	.pc-block{
		display: none;
	}
	.sp-block{
		display: block;
	}
	.inner{
		width: auto;
		max-width: none;
		margin: 0 20px;
	}
	#header .inner .header-top, #nav-area .inner ul, .colume2, .colume3, #footer .inner{
		flex-direction: column;
	}
	.colume2 > div{
		width: auto;
	}
	.colume3 > div{
		width: auto;
	}
	#cont01{
		background: url(images/cont01-bk-sp.jpg) no-repeat top center;
		background-size: cover;
	}
	#cont01 .inner {
		padding: 40px 0 40px;
	}
	#cont01 .inner .colume2{
		width: auto;
	}
	#cont01 .inner > .text{
		margin-top: 20px;
	}
	#cont01 .inner .colume2 div:nth-child(1) {
		width: auto;
		text-align: center;
	}
	#cont01 .inner .colume2 .image-area img{
		width: 60%;
	}
	#cont01 .inner .colume2 div:nth-child(2) {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.p-name{
		font-size: 24px;
	}
	.p-name span{
		font-size: 36px;
	}
	.p-text {
		margin-top: 20px;
	}
	.p-fee{
		margin-top: 10px;
	}
		#cont02 .inner .colume3 .box {
		width: auto;
	}
	#cont02 .inner .colume3 .box+.box{
		margin-left:  0;
		margin-top: 40px;
	}
	#cont02 .inner .colume3 .box p img{
		width: 100%;
	}
	#cont03{
		margin-top: 40px;
	}
	#cont03 .inner .colume2{
		margin-top: 40px;
	}
	#cont03 .inner .colume2:nth-child(even) .text-area {
		margin-left: 0;
		margin-top: 20px;
	}
	#cont03 .inner .colume2:nth-child(odd){
		flex-direction: column-reverse;
	}
	#cont03 .inner .colume2:nth-child(odd) .text-area {
		margin-right: 0;
		margin-top: 20px;
	}
	#cont03 .inner > .image-area{
		margin-top: 40px;
	}
	#cont04{
		background: url(images/cont04-bk-sp.jpg) no-repeat top center;
		background-size: cover;
	}
	#cont04 .inner{
		padding: 60px 0 40px;
	}
	#cont04 .inner .top-title{
		width: auto;
	}
	#cont04 .inner .p-area .colume2 .image-area {
		text-align: center;
		width: auto;
	}
	#cont04 .inner .p-area .colume2 .image-area img{
		width: 60%;
	}
	#cont04 .inner .p-area .colume2 .text-area {
		background: #fff;
		padding: 20px;
		width: auto;
		/* margin-left: 40px; */
		margin: 20px 0 0;
	}
	#cont05 {
		padding: 80px 0 ;
	}
	#cont05 .inner .box {
		margin-top: 40px;
	}
	#cont05 .inner .box .colume2 .image-area {
		width: auto;
		text-align: center;
	}
	#cont05 .inner .box .colume2 .text-area {
		width: auto;
	}
	#cont05 .inner .box .colume2 .title{
		margin-top: 10px;
		text-align: center;
	}
	#footer .inner nav ul{
		flex-wrap: wrap;
		-webkit-justify-content:center;
		justify-content:center;
	}
	#footer .inner ul li{
		/*width: calc(100%/3);*/
		width:auto;
		padding:0 0.4em;
		margin:0;
	}
	#footer .inner ul li + li,
	#footer .inner ul li:nth-child(n+4),
	#footer .inner ul li:nth-child(5),
	#footer .inner ul li:last-child{
		width:auto;
		padding:0 0.4em;
		margin:0;
	}
	#footer .name {
		margin-top: 30px;
	}
	#footer .copyright {
		margin-top: 20px;
		font-size: 12px;
	}
}

