@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

* {
	font-family: 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
html{
	
}

body {

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}

/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}


h1 {
	
}
h2 {
	font-size: 45px;
	line-height: 60px;
}
h3{
	
}
h4{
	
}
h5{
	
}

img{
	border: none;
}
p{
    font-size: 24px;
    line-height: 36px;
    color: #222;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.yellowBolc{
    color: #ffd300;
    font-weight: bold;
    text-decoration: underline;
}


/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {     
    background: url(null) fixed;     
} 
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*共通
--------------------------------------*/
.mgt_10{
    margin-top: 10px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_30{
    margin-top: 30px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_50{
    margin-top: 50px;
}
.mgt_60{
    margin-top: 60px;
}
.mgt_70{
    margin-top: 70px;
}
.mgt_80{
    margin-top: 80px;
}
.mgt_90{
    margin-top: 90px;
}
.mgt_100{
    margin-top: 100px;
}
.mgb_10{
    margin-bottom: 10px;
}
.mgb_20{
    margin-bottom: 20px;
}
.mgb_30{
    margin-bottom: 30px;
}
.mgb_40{
    margin-bottom: 40px;
}
.mgb_50{
    margin-bottom: 50px;
}
.mgb_60{
    margin-bottom: 60px;
}
.mgb_70{
    margin-bottom: 70px;
}
.mgb_80{
    margin-bottom: 80px;
}
.mgb_90{
    margin-bottom: 90px;
}
.mgb_100{
    margin-bottom: 100px;
}
.pdt_10{
    padding-top: 10px;
}
.pdt_20{
    padding-top: 20px;
}
.pdt_30{
    padding-top: 30px;
}
.pdt_40{
    padding-top: 40px;
}
.pdt_50{
    padding-top: 50px;
}
.pdt_60{
    padding-top: 60px;
}
.pdt_70{
    padding-top: 70px;
}
.pdt_80{
    padding-top: 80px;
}
.pdt_90{
    padding-top: 90px;
}
.pdt_100{
    padding-top: 100px;
}
.pdb_10{
    padding-bottom: 10px;
}
.pdb_20{
    padding-bottom: 20px;
}
.pdb_30{
    padding-bottom: 30px;
}
.pdb_40{
    padding-bottom: 40px;
}
.pdb_50{
    padding-bottom: 50px;
}
.pdb_60{
    padding-bottom: 60px;
}
.pdb_70{
    padding-bottom: 70px;
}
.pdb_80{
    padding-bottom: 80px;
}
.pdb_90{
    padding-bottom: 90px;
}
.pdb_100{
    padding-bottom: 100px;
}

.fsz_30{
    font-size: 30px;
}

.bg_mine{
    background-image: url(../images/bg_mine.jpg);
}

.inner{
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.inner_1200{
	width: 1200px;
	margin: 0 auto;
	display: block;
}

#bg{
	
}

/*ヘッダー
--------------------------------------*/
header{
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}
.header_logo{
	float: left;
	width: 379px;
}
.header_logo img{
	padding: 8px 0 0;
	width: 100%;
	display: block;
}
#header_contact{
	float: right;
	width: 628px;
}
#header_contact .header_fee{
	width: 200px;
	background-color:#f60025;
	float: left;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0;
	line-height: 15px;

	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	
	background-image: url(../images/icon_btn_arrow_01.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 94% 17px;
	transition: all .3s;
}
#header_contact .header_fee:hover{
	background-position: 96% 17px;
	text-decoration: none;
	cursor: pointer;
	background-color: #c7011f;
}
#header_contact .header_tel{
	float: left;
	width: 168px;
	display: block;
	padding: 5px 0 0;
}
#header_contact .header_tel img{
	width: 100%;
	display: block;
	padding: 5px 0 0;
}
#header_contact .header_mail{
	float: right;
	width: 212px;
	background-color: #1ab767;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0;
	line-height: 15px;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	
	background-image: url(../images/icon_btn_arrow_01.png);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 94% 17px;
	transition: all .3s;
}
#header_contact .header_mail:hover{
	background-position: 96% 17px;
	text-decoration: none;
	cursor: pointer;
	background-color: #0b8e4b;
}
#keyVisual{
	width: 100%;
	background-image: url(../images/keyVisual_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 60px 0;
}
.kv_box{
	background-color: rgba(250,250,250,0.85);
	width: 900px;
	display: block;
	margin: 0 auto;
	height: 293px;
	position: relative;
	padding: 95px 0 0;
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
}
.kv_shop_img{
	width: 578px;
	position: absolute;
	left: 160px;
	top: -40px;
}
.kv_copy_01{
	background-color: #f3c802;
	padding: 10px;
	color: #134670;
	width: 796px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 28px;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
}
.kv_copy_02{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 0 auto 24px;
}
.kv_copy_03{
	text-align: center;
	font-weight: 900;
	font-size: 60px;
	color: #e30d33;
	margin: 0 auto 25px;
}
.kv_copy_04{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 0 auto;
}
.kv_photo_01{
	width: 249px;
	position: absolute;
	left: 850px;
	top: -16px;
	z-index: 100;
}
.kv_photo_02{
	display: none;
}
@media screen and (max-width: 1200px) {
	.kv_photo_01{
		display: none;
	}
	.kv_photo_02{
		display: block;
		width: 249px;
		position: absolute;
		left: 850px;
		top: -16px;
		z-index: 100;
	}
}
.kv_balloon{
	width: 141px;
	position: absolute;
	top: -42px;
	left: 760px;
}

#fee_menu{
	width: 100%;
	padding: 30px 0;
}
.fee_menu_sp{
	width: 100%;
	background-color:#f60025;
	margin-right: 20px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
	line-height: 30px;
	display: block;

	border-radius: 10px;

	box-shadow: 0px 6px 0px 0px #910116;
}





.exBlock{
	position: relative;
	width: 100%;
	background-image: url(../images/ex_bg.png);
	background-size: 2000px 313px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 70px;
}
.exBlock h2{
	color: #fff;
	text-align: center;
	padding: 30px 0 0;
	margin: 0 auto 150px;
	display: block;
}
.exBlock h2 .small{
	font-size: 30px;
}
.exBlock ul{
	width: 100%;
}
.exBlock ul li{
	width: 270px;
	float: left;
	margin: 0 40px 40px 0; 
	list-style: none;
	text-align: center;
}
.exBlock ul li:nth-child(4n){
	margin-right: 0;
}
.exBlock ul li img{
	width: 100%;
}
.exBlock ul li p{
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.exBlock .inner{
		width: 90%;
	}
	.exBlock ul li{
		width: 22%;
		margin-right: 4%;
	}
}



.cv{
	width: 100%;
	padding: 70px 0 70px;
	background-color: #e30d33;
	background-image: url(../images/cv_bg.png);
	background-size: 2000px 905px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cv .inner{
	width: 1000px;
}
@media screen and (max-width: 1200px) {
	.cv .inner{
		width: 90%;
	}
}
.cv h2{
	color: #fff;
	text-align: center;
	margin: 0 auto 45px;
}
.cv_outer_box{
	width: 100%;
	background-color: #fff;
	padding: 50px 70px;
	box-sizing: border-box;
	margin-bottom: 30px;
	
	/* box-shadow */
	box-shadow:5px 5px 0px 0px #ab152f;
}
.link_kansai{
	color: #fff;
	font-size: 30px;
	text-align: center;
	background-color: #910116;
	border-radius: 10px;
	padding: 30px;
	margin: 0 auto;
	display: block;
	transition: all .3s;
}
.link_kansai:hover{
	color: #fff;
	background-color: #C30723;
	text-decoration: none;
}
.cv_class_01{
	width: 100%;
	padding: 0 0 40px;
	border-bottom: 1px solid #cbcbcb;
}
.cv_class_02{
	width: 100%;
	padding: 40px 0 40px;
	border-bottom: 1px solid #cbcbcb;
}
.cv_class_03{
	width: 100%;
	padding: 40px 0 40px;
}
.cv_btns{
	width: 100%;
	background-color: #f4f4f4;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.cv_btn_mail{
	width: 395px;
	height: 75px;
	background-color: #1ab767;
	display: block;
	float: right;
	padding-top: 50px;
	transition: all .3s;
	
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	-khtml-border-radius: 70px;
	border-radius: 70px;
}
.cv_btn_mail img{
	width: 300px;
	margin: 0 auto;
	display: block;
}
.cv_btn_mail:hover{
	background-color: #0d8548;
}
.cv_btn_tel{
	width: 380px;
	display: block;
	float: left;
	padding-top: 20px;
}
.cv_btn_tel img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 1200px) {
	.cv_btn_tel{
		float: none;
		width: 70%;
		margin: 0 auto 30px;
		display: block;
	}
	.cv_btn_mail{
		float: none;
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
}
#recommend{
	width: 100%;
	padding: 60px 0 0;
	height: 930px;
	box-sizing: border-box;
	background-image: url(../images/recommend_bg.jpg);
	background-size: 2000px 930px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#recommend h2{
	text-align: center;
	margin-bottom: 75px;
}
.red_bold{
	color: #e30d33;
	font-weight: 900;
}
#recommend ul{
	width: 750px;
	margin: 0 auto;
}
#recommend ul li{
	list-style: none;
	font-size: 30px;
	margin-bottom: 20px;
	background-image: url(../images/icon_check_01.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	box-sizing: border-box;
	background-position: 0px 7px;
}
@media screen and (max-width: 1200px) {
	#recommend .inner{
		width: 90%;
	}
	#recommend ul{
		width: 90%;	
	}
}
#up{
	width: 100%;
	padding: 0 0 80px;
}
#up .inner{
	width: 1000px;
}
@media screen and (max-width: 1200px) {
	#up .inner{
		width: 90%;
	}
}
.up_tri{
	width: 682px;
	margin: 0 auto 35px;
	display: block;
}
#up h2{
	text-align: center;
	margin: 0 auto 60px;
}
#up ul{
	width: 100%;
}
#up ul li{
	width: 30%;
	margin-right: 5%;
	float: left;
	list-style: none;
}
#up ul li:nth-child(3n){
	margin-right: 0;
}
#up ul li img{
	width: 100%;
	margin-bottom: 20px;
}
#up ul li p{
	font-size: 18px;
	line-height: 30px;
}
#feature{
	width: 100%;
	padding: 70px 0;
	background-color: #eae4da;
}
#feature h2{
	text-align: center;
	margin: 0 auto 60px;
}
#feature ul{
	width: 900px;
	margin: 0 auto;
}
#feature ul li{
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
}
#feature ul li img{
	width: 100%;
}
@media screen and (max-width: 1200px) {
	#feature .inner{
		width: 90%;
	}
	#feature ul{
		width: 100%;
	}
}

.worksBlock{
	position: relative;
	width: 100%;
	background-image: url(../images/ex_bg.png);
	background-size: 2000px 313px;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0 0 70px;
}
.worksBlock h2{
	color: #fff;
	text-align: center;
	padding: 75px 0 0;
	margin: 0 auto 180px;
	display: block;
	font-weight: 900;
}
.worksBlock h2 .small{
	font-size: 30px;
}
.works_lead{
	font-size: 30px;
	line-height: 45px;
	width: 1000px;
	margin: 0 auto 80px;
	padding: 0px;
}
.worksBlock ul{
	width: 100%;
}
.worksBlock ul li{
	width: 270px;
	float: left;
	margin: 0 40px 40px 0; 
	list-style: none;
	text-align: center;
}
.worksBlock ul li:nth-child(4n){
	margin-right: 0;
}
.worksBlock ul li img{
	width: 100%;
}
.worksBlock ul li p{
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.worksBlock .inner{
		width: 90%;
	}
	.worksBlock ul li{
		width: 22%;
		margin-right: 4%;
	}
}
#benefit{
	width: 100%;
	padding: 50px 0;
	background-color: #e30d33;
	color: #fff;
	font-size: 30px;
}
#benefit .inner{
	width: 80%;
	max-width: 1000px;
}

#times{
	width: 100%;
	background-color: #eae4da;
	padding: 80px 0;
}
#times .inner{
	width: 1000px;
}
#times h2{
	text-align: center;
	margin: 0 auto 60px;
}
.price{
	width: 100%;
	margin: 0 auto 40px;
}
#times ul{
	width: 100%;
	margin-bottom: 30px;
}
#times ul li{
	width: 32%;
	float: left;
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
	list-style: none;
	margin-right: 2%;
	margin-bottom: 20px;
}
#times ul li:nth-child(3n){
	margin-right: 0;
}
#times ul li h3{
	background-color: #e30d33;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.class_p_01{
	background-color: #eae4da;
	box-sizing: border-box;
	padding: 15px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.class_p_02{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.class_p_03{
	font-size: 18px;
	line-height: 30px;
}
.small{
	font-size: 14px;
	line-height: 20px;
}
.times_p_01{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 18px;
}
.times_p_02{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}
#flow{
	width: 100%;
	padding: 80px 0;
}
#flow h2{
	margin: 0 auto 60px;
	text-align: center;
}
#flow .inner{
	width: 900px;
}
.flow_img{
	width: 100%;
	margin: 0 auto 20px;
}
.flow_arrow{
	width: 40px;
	margin: 0 auto 20px;
	display: block;
}
#area{
	width: 100%;
	padding: 80px 0 200px;
	position: relative;
	background-image: url(../images/map.png);
	background-size: 591px 553px;
	background-position: center center;
	background-repeat: no-repeat;
}
#area .inner{
	width: 1000px;
}
.map{
	width: 600px;
	top: 90px;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	z-index: -100;
}
#area h2{
	text-align: center;
	margin-bottom: 65px;
}
.area_name{
	background-color: #e30d33;
	width: 750px;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;
	
}
.area_name dl{
	margin-bottom: 10px;
}
.area_name dl:last-child{
	margin-bottom: 0;
}
.area_name dt{
	float: left;
	width: 15%;
	text-align: right;
	font-size: 24px;
	color: #fff;
	list-style: none;
	margin-bottom: 20px;
	font-weight: 900;
}
.area_name dd{
	float: right;
	width: 80%;
	color: #fff;
	font-size: 24px;
}
.area_p_01{
	text-align: center;
	padding: 80px 0 100px;
}
#reason{
	width: 100%;
	background-image: url(../images/reason_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0;
}
#reason .inner{
	width: 1000px;
}
.reason_box{
	background-color: rgba(250,250,250,.8);;
	box-sizing: border-box;
	padding: 60px 0 30px;
	
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
.reason_box h2{
	margin-bottom: 60px;
	text-align: center;
}
.reason_title{
	width: 972px;
	margin-bottom: 20px;
}
.reason_title img{
	width: 100%;
}
.reason_p_01{
	width: 780px;
	padding: 0 0 30px 145px;
	font-size: 24px;
	line-height: 36px;
}
.reason_p_02{
	width: 780px;
	padding: 0 0 30px 145px;
	font-size: 18px;
	line-height: 30px;
}
@media screen and (max-width: 1000px) {
	#reason .inner{
		width: 90%;
	}
	.reason_title{
		width: 97%;
		margin-bottom: 20px;
	}
	.reason_p_01{
		width: 100%;
		padding: 0 30px 40px;
		box-sizing: border-box;
		font-size: 24px;
		line-height: 36px;
	}
	.reason_p_02{
		width: 100%;
		padding: 0 30px 40px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 30px;
	}
}
#about{
	width: 100%;
	padding: 130px 0;
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#about .inner{
	width: 1000px;
}
#about h2{
	color: #fff;
	margin: 0 auto 80px;
	text-align: center;
}
#about p{
	color: #fff;
}
@media screen and (max-width: 1000px) {
	#about .inner{
		width: 90%;
	}
}
#guideline{
	width: 100%;
	padding: 90px 0 80px;
	background-color: #eae4da;
}
#guideline .inner{
	width: 1000px;
}
#guideline h2{
	margin: 0 auto 80px;
	text-align: center;
}
#guideline ul{
	width: 100%;
}
#guideline ul li{
	width: 100%;
	list-style: none;
	background-color: #fff;
	margin-bottom: 35px;
}
#guideline ul li:last-child{
	margin-bottom: 0;
}
#guideline ul li img{
	float: left;
	width: 347px;
}
#guideline ul li p{
	float: right;
	width: 560px;
	padding: 80px 30px 0 0;
	font-size: 24px;
	line-height: 36px;
}
@media screen and (max-width: 1000px) {
	#guideline .inner{
		width: 92%;
	}
	#guideline ul li img{
		float: left;
		width: 30%;
	}
	#guideline ul li p{
		float: right;
		width: 70%;
		padding: 20px 40px 0;
		font-size: 24px;
		line-height: 36px;
		box-sizing: border-box;
	}
}
#voice{
	width: 100%;
	padding: 80px 0;
}
#voice .inner{
	width: 92%;
	max-width: 1000px;
}
#voice h2{
	text-align: center;
	margin-bottom: 60px;
}
#voice ul{
	width: 100%;
}
#voice ul li{
	width: 100%;
	background-color: #e30d33;
	box-sizing: border-box;
	padding: 35px 25px;
	list-style: none;
	margin-bottom: 20px;
}
#voice ul li img{
	width: 20%;
	float: left;
}
.voice_txt{
	width: 75%;
	float: right;
}
.voice_txt h3{
	color: #fff;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700;
}
.voice_txt p{
	color: #fff;
	border-top: 1px solid #fff;
	padding: 30px 0 0;
}
@media screen and (max-width: 1000px) {
	
}

#footlink{
	width: 100%;
	padding: 40px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background: #333;
    color:#fff;
}
#footlink .inner{
	width: 1000px;
    text-align: center;
}
#footlink a{
	color: #fff;
}
#footlink a:hover{
    text-decoration: none;
    color:aquamarine;
    }
@media screen and (max-width: 1000px) {
	#footlink .inner{
		width: 90%;
	}
}



#ft_con{
	position: fixed;
	right: 0;
	bottom: 0;
}
.ft_con_pic{
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 120px;
}
.ft_btn_area{
	position: absolute;
	background-color: rgba(250,250,250,.8);
	padding: 10px;
	right: 120px;
	bottom: 20px;
	/* box-shadow */
	box-shadow:0px 0px 6px -1px #9c9e9b;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.ft_con_tel{
	width: 150px;
	display: block;
	margin: 0 auto 10px;
}
.ft_con_btn{
	background-color: #1ab767;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 5px 10px;
	margin: 0 auto;
	display: block;
	font-size: 12px;
	width: 150px;
	text-align: center;
	transition: all .3s;
	background-image: url(../images/icon_mail_01.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	background-position: 10px 10px;
	
	
}
.ft_con_btn:hover{
	background-color: #0e8e4c;
	color: #fff;
	text-decoration: none;
}



footer{
    width: 100%;
    padding: 20px 0 20px;
    font-weight: normal;
}
footer address{
    width: 100%;
    text-align: center;
    font-size: 12px;
}



/*******************************************
スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

/*表示非表示切替
	--------------------------------------*/
	.pc_disp {
		display: none !important;
	}
	.sp_disp {
		display: inherit !important;
	}
	
	* {

		margin: 0;
		padding: 0;
	}
	
    p{
        font-size: 20px;
        line-height: 30px;
        color: #222;
    }
	.inner{
		width: 92%;
		margin: 0 auto;
	}
	
	/*ヘッダー
	--------------------------------------*/
	header{
		width: 100%;
		background-color: #fff;
		padding: 5px 0 1px;
		position: fixed;
		z-index: 200;
	}
	header .inner{
		padding: 0;
	}
	.header_logo{
		float: left;
		width: 45%;
	}
	.header_logo img{
		padding: 10px 0 0;
		width: 100%;
		display: block;
	}
	#header_contact{
		float: right;
		width: 50%;
	}
	#header_contact .header_tel_sp{
		float: left;
		width: 22%;
		display: block;
	}
	#header_contact .header_tel_sp img{
		width: 100%;
		display: block;
		padding: 0;
	}
	#header_contact .header_form_sp{
		float: right;
		width: 75%;
	}
	#header_contact .header_form_sp img{
		width: 100%;
	}
	#keyVisual{
		width: 100%;
		background-image: url(../images/sp/keyVisual_bg_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 90px 0 0;
	}
	.kv_main_sp{
		width: 100%;
		margin: 0 auto 10px;
	}
	.kv_msg_sp{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.exBlock{
		position: relative;
		width: 100%;
		background:none;
		padding: 0 0 20px;
	}
	.exBlock h2{
		color: #fff;
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
		display: block;
	}
	.exBlock h2 img{
		width: 100%;
	}
	.exBlock ul{
		width: 100%;
		margin: 0 auto;
	}
	.exBlock ul li{
		width: 47%;
		float: left;
		margin: 0 0 30px 0; 
		list-style: none;
		text-align: center;
	}
	.exBlock ul li:nth-child(2n){
		float: right;
	}
	.exBlock ul li img{
		width: 100%;
	}
	.exBlock ul li p{
		font-size: 24px;
	}
	.cv{
		width: 100%;
		padding: 40px 0;
		background-color: #e30d33;
		background-image: url(../images/cv_bg.png);
		background-size: 2000px 905px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}
	.cv h2{
		color: #fff;
		text-align: center;
		margin: 0 auto 20px;
		font-size: 40px;
		line-height: 50px;
	}
	.cv_outer_box{
		width: 100%;
		background-color: #fff;
		padding: 15px;
		box-sizing: border-box;
		
		/* box-shadow */
		box-shadow:5px 5px 0px 0px #ab152f;
	}
	.cv_class_01{
		width: 100%;
		padding: 0 0 20px;
		border-bottom: 1px solid #cbcbcb;
	}
	.cv_class_02{
		width: 100%;
		padding: 20px 0 20px;
		border-bottom: 1px solid #cbcbcb;
	}
	.cv_class_03{
		width: 100%;
		padding: 20px 0 20px;
	}
	.cv_btns{
		width: 100%;
		box-sizing: border-box;
		padding: 5%;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}
	.cv_btn_tel{
		width: 100%;
		height: auto;
		display: block;
		float: none;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.cv_btn_tel img{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.cv_btn_mail{
		width: 100%;
		height: auto;
		background-color: #1ab767;
		display: block;
		float: none;
		padding:30px 0;
		margin-bottom: 10px;
		
		-moz-border-radius: 30px;
		-webkit-border-radius: 30px;
		-khtml-border-radius: 30px;
		border-radius: 70px;
	}
	.cv_btn_mail img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	
	#recommend{
		width: 100%;
		padding: 30px 0;
		height: auto;
		box-sizing: border-box;
		background:none;
	}
	#recommend h2{
		text-align: center;
		margin-bottom: 75px;
	}
	.red_bold{
		color: #e30d33;
		font-weight: 900;
	}
	#recommend .inner{
			width: 90%;
		}
	#recommend ul{
		width: 90%;
		margin: 0 auto;
	}
	#recommend ul li{
		list-style: none;
		font-size: 30px;
		margin-bottom: 20px;
		background-image: url(../images/icon_check_01.png);
		background-repeat: no-repeat;
		background-size: 30px 30px;
		padding-left: 40px;
		box-sizing: border-box;
		background-position: 0px 7px;
	}
	#up{
		width: 100%;
		padding: 0 0 80px;
	}
	
	.up_tri{
		width: 60%;
		margin: 0 auto 30px;
		display: block;
	}
	#up h2{
		text-align: center;
		margin: 0 auto 60px;
	}
	#up ul{
		width: 100%;
	}
	#up ul li{
		width: 30%;
		margin-right: 5%;
		float: left;
		list-style: none;
	}
	#up ul li:nth-child(3n){
		margin-right: 0;
	}
	#up ul li img{
		width: 100%;
		margin-bottom: 10px;
	}
	#up ul li p{
		font-size: 24px;
		line-height: 36px;
	}
	@media screen and (max-width: 700px) {
		#up ul li{
			width: 70%;
			margin:0 auto 40px;
			float: none;
			list-style: none;
		}
		#up ul li:nth-child(3n){
			margin:0 auto 0;
		}
	}
	#feature{
		width: 100%;
		padding: 30px 0;
		background-color: #eae4da;
	}
	#feature h2{
		text-align: center;
		margin: 0 auto 30px;
	}
	#feature ul{
		width: 900px;
		margin: 0 auto;
	}
	#feature ul li{
		width: 100%;
		margin-bottom: 20px;
		list-style: none;
	}
	#feature ul li img{
		width: 100%;
	}
	@media screen and (max-width: 1200px) {
		#feature .inner{
			width: 90%;
		}
		#feature ul{
			width: 100%;
		}
	}
	
	.worksBlock{
		position: relative;
		width: 100%;
		background-image: url(../images/ex_bg.png);
		background-size: 2000px 313px;
		background-repeat: no-repeat;
		background-position: center top;
		padding: 0 0 70px;
	}
	.worksBlock h2{
		color: #fff;
		text-align: center;
		padding: 75px 0 0;
		margin: 0 auto 70px;
		display: block;
		font-weight: 900;
	}
	.worksBlock h2 .small{
		font-size: 30px;
	}
	.worksBlock .inner{
		width: 92%;
	}
	.works_lead{
		font-size: 30px;
		line-height: 45px;
		width: 100%;
		margin: 0 auto 30px;
		padding: 60px 0 0;
	}
	.worksBlock ul{
		width: 100%;
		margin: 0 auto;
	}
	.worksBlock ul li{
		width: 47%;
		float: left;
		margin: 0 0 30px 0; 
		list-style: none;
		text-align: center;
	}
	.worksBlock ul li:nth-child(even){
		float: right;
	}
	.worksBlock ul li img{
		width: 100%;
		margin-bottom: 10px;
	}
	.worksBlock ul li p{
		font-size: 24px;
	}
	#times{
		width: 100%;
		background-color: #eae4da;
		padding: 30px 0;
	}
	#times .inner{
		width: 92%;
	}
	#times h2{
		text-align: center;
		margin: 0 auto 30px;
	}
	.price{
		width: 100%;
		margin: 0 auto 10px;
	}
	#times ul{
		width: 100%;
		margin-bottom: 30px;
	}
	#times ul li{
		width: 100%;
		float: none;
		box-sizing: border-box;
		background-color: #fff;
		padding: 10px;
		list-style: none;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	#times ul li:nth-child(2n){
		margin-right: 0;
		float: none;
	}
	#times ul li h3{
		background-color: #e30d33;
		font-size: 36px;
		line-height: 30px;
		font-weight: 700;
		color: #fff;
		text-align: center;
		padding: 10px 0;
	}
	.class_p_01{
		background-color: #eae4da;
		box-sizing: border-box;
		padding: 15px;
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.class_p_02{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.class_p_03{
		font-size: 24px;
		line-height: 36px;
	}
	.small{
		font-size: 18px;
		line-height: 24px;
	}
	.times_p_01{
		font-size: 24px;
		line-height: 36px;
		text-align: left;
		margin-bottom: 18px;
	}
	.times_p_02{
		font-size: 24px;
		line-height: 36px;
		text-align: left;
	}
	#flow{
		width: 100%;
		padding: 40px 0;
	}
	#flow h2{
		margin: 0 auto 30px;
		text-align: center;
	}
	#flow .inner{
		width: 92%;
	}
	.flow_img{
		width: 100%;
		margin: 0 auto 10px;
	}
	.flow_arrow{
		width: 20px;
		margin: 0 auto 10px;
		display: block;
	}
	#area{
		width: 100%;
		padding: 40px 0;
		position: relative;
		background: none;
	}
	#area .inner{
		width: 92%;
		background-image: url(../images/map.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#area h2{
		text-align: center;
		margin-bottom: 30px;
	}
	.area_p_01{
		text-align: center;
		padding: 40px 0 80px;
		font-size: 36px;
		line-height: 48px;
	}
	#reason{
		width: 100%;
		background-image: url(../images/reason_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		padding: 80px 0;
	}
	#reason .inner{
		width: 85%;
	}
	.reason_box{
		background-color: rgba(250,250,250,.8);;
		box-sizing: border-box;
		padding: 40px 0 20px;
	}
	.reason_box h2{
		margin-bottom: 40px;
		text-align: center;
		padding: 0 20px 0;
		box-sizing: border-box;
	}
	.reason_title{
		width: 100%;
		margin-bottom: 20px;
	}
	.reason_title img{
		width: 100%;
	}
	.reason_p_01{
		width: 100%;
		padding: 0 15px 40px;
		box-sizing: border-box;
		font-size: 24px;
		line-height: 36px;
		
	}
	.reason_p_02{
		width: 100%;
		padding: 0 15px 40px;
		box-sizing: border-box;
		font-size: 18px;
		line-height: 30px;
	}
	#about{
		width: 100%;
		padding: 70px 0;
		background-image: url(../images/about_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#about .inner{
		width: 92%;
	}
	#about h2{
		color: #fff;
		margin: 0 auto 50px;
		text-align: center;
	}
	#about p{
		color: #fff;
	}
	#guideline{
		width: 100%;
		padding: 40px 0 40px;
		background-color: #eae4da;
	}
	#guideline .inner{
		width: 92%;
	}
	#guideline h2{
		margin: 0 auto 30px;
		text-align: center;
	}
	#guideline ul{
		width: 90%;
		margin: 0px auto;
	}
	#guideline ul li{
		width: 100%;
		list-style: none;
		background-color: #fff;
		margin-bottom: 20px;
	}
	#guideline ul li:last-child{
		margin-bottom: 0;
	}
	#guideline ul li img{
		float: none;
		width: 100%;
	}
	#guideline ul li p{
		float: none;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		font-size: 24px;
		line-height: 36px;
	}
	#voice{
		width: 100%;
		padding: 40px 0;
	}
	#voice .inner{
		width: 92%;
	}
	#voice h2{
		text-align: center;
		margin-bottom: 30px;
	}
	#voice ul{
		width: 100%;
	}
	#voice ul li{
		width: 100%;
		background-color: #e30d33;
		box-sizing: border-box;
		padding: 20px;
		list-style: none;
		margin-bottom: 20px;
	}
	#voice ul li img{
		width: 40%;
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.voice_txt{
		width: 100%;
		float: none;
	}
	.voice_txt h3{
		color: #fff;
		font-size: 28px;
		line-height: 36px;
		font-weight: 700;
		padding-bottom: 20px;
	}
	.voice_txt p{
		color: #fff;
		border-top: 1px solid #fff;
		padding: 30px 0 0;
	}
	
	
	
	footer{
	    width: 100%;
	    padding: 20px 0 20px;
	    font-weight: normal;
	}
	footer address{
	    width: 100%;
	    text-align: center;
	    font-size: 12px;
	}
    
    
}









