@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",'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',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 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.colume2 > div{
	width: calc(100%/2);
}
.colume3 > div{
	width: calc(100%/3);
}
.inner{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
h2{
	position: relative;
	color: #fff;
	line-height: 1.8;
	font-weight: bold;
	font-size: 65px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.button{
	width: 45%;
	margin: 60px auto 0;
	padding: 16px 10px 16px 0;
	background: #e60012;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
}
.button:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	vertical-align: middle;
	width: 1.2em;
	height: 1.2em;
	margin: auto;
	position: absolute;
	right: 1em;
	top: 2px;
	bottom: 0;
}

#main-image{
	height: 870px;
	background: url(images/main.jpg) no-repeat center;
	background-size: cover;
}
#main-image .main-text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 100px auto;
	text-align: center;
}




/*******************
 * TOP
********************/
#header{
	background: #f24752;
}
.contents .colume2 .img-area .image{
	height: 100%;
}
.contents .colume2 .img-area .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contents .colume2 .txt-area {
	padding: 100px 75px 100px;
}
.contents .colume2 .txt-area .inner-txt-area{
	max-width: 480px;
	width: 100%;
}
.contents .colume2 .txt-area .inner-txt-area h2 .block{
	display: block;
	line-height: 1.3;
}
.contents .colume2 .txt-area .inner-txt-area h2 .block:nth-child(2){
	font-size: 30px;
}
.contents .colume2 .txt-area .inner-txt-area h2 .block:nth-child(3) span{
	font-size: 45px;
}
.contents .colume2 .txt-area .inner-txt-area .text{
	margin-top: 40px;
	line-height: 2;
	color: #fff;
}

#cont01 .inner{
	padding: 110px 0;
}
#cont01 .inner .colume2{
	justify-content: flex-end;
	align-items: center;
}
#cont01 .colume2 .txt-area{
	background: url(images/bk01.jpg) no-repeat center;
	background-size: cover;
}
#cont02 .colume2 .txt-area{
	background: url(images/bk02.jpg) no-repeat center;
	background-size: cover;
}
#cont02 .colume2 .txt-area .inner-txt-area{
	margin-left: auto;
}
#cont03{
	background: url(images/bk03.jpg) no-repeat center;
	background-size: cover;
}
#cont03 .inner{
	padding: 160px 0 280px;
}
#cont03 .inner h2{
	text-align: center;
}
#cont03 .inner h2 .block{
	display: block;
}
#cont03 .inner > .colume2:nth-child(2){
	margin-top: 170px;
}
#cont03 .inner > .colume2 .txt-area{
	padding: 50px 60px;
	color: #fff;
}
#cont03 .inner > .colume2 .txt-area h3{
	font-weight: bold;
	font-size: 36px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#cont03 .inner > .colume2 .txt-area .yen{
	font-size: 36px;
	text-align: right;
}
#cont03 .inner > .colume2 .txt-area .text{
	line-height: 2;
	margin-top: 30px;
}
#cont04{
	background: url(images/bk04.jpg) no-repeat center;
	background-size: cover;
}
#cont04 .inner{
	width: 100%;
	max-width: 940px;
	padding: 120px 0;
	text-align: center;
	color: #fff;
}
#cont04 .inner .txt-area .text{
	margin-top: 130px;
	text-align: left;
}
#cont04 .inner .txt-area .text .f-big{
	font-size: 24px;
	font-weight: bold;
}
#cont04 .inner .txt-area .text span{
	margin-right: 20px;
}
#cont04 .inner .map-area{
	margin-top: 20px;
}
#cont04 .inner .colume2{
	justify-content: center;
}
#cont04 .inner .colume2 .button{
	width: 30%;
	margin: 110px 20px 0;
}
footer{
	background: url(images/footer-bk.jpg) no-repeat center;
	background-size: cover;
}
#footer .inner{
	padding: 80px 0 20px;
	text-align: center;
	color: #fff;
}
#footer .inner address{
	margin-top: 30px;
}
#footer .inner .tell{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#footer .inner .copyright{
	margin-top: 80px;
	color: #fff;
}
#footer .inner .copyright p{
	font-size: 14px;
}

