@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;
}
img{
	vertical-align: middle;
}
.pc-block{
	display: block;
}
.sp-block{
	display: none;
}


/***共通***/
#header .inner,#header .inner ul,.colume2,.colume3,.colume4,#footer .inner ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	position: relative;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2 span{
	display: block;
	line-height: 1;
}
h2 span+span{
	margin-top: 20px;
}
.bold{
	font-weight: bold;
}
.blue{
	color: #034e9b;
}
.font36{
	font-size: 36px;
}
.text{
	font-size: 24px;
	line-height: 1.8;
}


.main-image{
	position: relative;
	height: 850px;
	background: url(images/main.jpg) no-repeat;
	background-size: cover;
}
.main-image .main-text{
	width: 90%;
	height: 220px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	margin: auto;
}
.main-image .main-text .text{
	font-size: 72px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
}
.main-image .main-text .logo{
margin-top: 20px;
}
#cont01{
	border-bottom: 10px solid #00a0ea;
}
#cont01 .inner{
	padding: 120px 0 80px;
	text-align: center;
}
#cont01 .inner .colume3{
	background: #00a0ea;
	margin-top: 80px;
	padding:80px 80px;
	color: #fff;
	align-items: center;
}
#cont01 .inner .colume3 .box{
	margin: 0 10px;
}
#cont01 .inner .colume3 .box .img{
	font-size: 18px;
	text-align: right;
}
#cont01 .inner .colume3 .box .button{
	background: #fff;
	margin-top: 20px;
	padding: 16px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	border-radius: 30px;
}
#cont01 .inner > .text{
	margin-top: 40px;
}
#cont02 .inner{
	padding: 120px 0 0;
	text-align: center;
}
#cont02 .inner .block{
	margin-top: 80px
}
#cont02 .inner .block .title{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 30px;
}
#cont02 .inner .block .title a{
	display: inline-block;
}
#cont02 .inner .block .title .number{
	width: 82px;
	height: 80px;
	background: #00a0ea;
	padding: 22px 20px;
	font-size: 36px;
	color: #fff;
	border-radius: 40px;
	line-height: 1;
}
#cont02 .inner .block .title span:nth-child(2){
	width: 90%;
	margin-left: 20px;
	text-align: left;
}
#cont02 .inner .block .img{
	margin-top: 20px
}
#cont02 .inner .block ul{
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
}
#cont02 .inner .block ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#cont03 .inner{
	padding: 120px 0 0;
	text-align: center;
}
#cont03 .inner iframe{
	margin-top: 80px
}
#cont03 .inner address{
	text-align: left;
}

#footer .inner{
	padding: 120px 0 60px;
	text-align: center;
}
#footer .inner .name{
	margin-top: 40px;
}
#footer .inner .name .blue{
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #034e9b;
}
#footer .inner .tell{
	font-size: 30px;
	font-weight: bold;
	color: #034e9b;
}
#footer .inner .text{
	margin-top: 20px;
	font-size: 16px;
}
#footer .copyright{
	background-color: #000;
	padding: 1em 0;
	color: #fff;
	text-align: center;
	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 .sub-inner,#header .sub-inner ul,.colume2,.colume3,.colume4,#cont02 ul,#footer .inner .footer-top-area{
		flex-direction: column;
	}
}