﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#302c2c;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif!important;
	background: url(../img/base/bg.gif) repeat;
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #001976;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #001976;
	font-weight: bold;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}
.header_in{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_r{
	width: 40%;
	margin-top: 0px;
}
.logo{
	max-width: 450px;
	width: 45%;
}

.sp_tel{border: none !important;}

.h_icon_sp{
	display: flex!important;
	justify-content: center;
	border: none !important;
}
.h_icon_sp p{
	padding: 0px 10px;
}


@media screen and (max-width:1000px){
.logo{
	width: 60%;
	padding-left: 5px;
	}
.header_r{display: none;width: 0%;}
}

@media screen and (max-width:600px){
.header_in{height: 70px;width: 100%;}
.logo{
	max-width: 400px;
	width: 70%;
	margin-top: 0px;
	}
}

/*ヘッダーお問合せボタン-------------------------------*/
.h_btn{
	background: #036EB8!important;
	padding: 10px 30px!important;
	letter-spacing: 1px;
	border-radius: 15px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px!important;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
	text-align: center;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{
	font-size:20px;
}
@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}



/* -------------------ヘッダーBTN　/フェイズでも使用-------------- */
.mail_btn{
	background: #EF7557!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#FB8E73!important;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #EF7557;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	background: #FFF;
	padding: 100px 0px 20px;
}

.f_copy{
	color:#000;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 10px;
	max-width: 450px;
}
.f_txt{
	text-align: center;
	font-size: 14px;
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
.footer_in{
	padding: 50px 0px 100px;
}
.f_copy{
	font-size:10px;
	padding:15px 0px 0px;
}
.f_logo{
	width:80%;
	margin:0 auto;
	padding:10px 0px 20px;
}
.f_txt{font-size: 12px;line-height: 130%;}
.f_txt br{display: none;}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 800px) {
	ul.f_menu{display:none;}
}


/*fooder_SP-----------*/
.footer_sp{display: none;}
@media screen and (max-width: 800px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #1d2089;
	padding: 10px;
	z-index: 1000;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	align-items: flex-end;
}
ul.footer_sp_menu li{
	width: 25%;
	text-align: center;
	font-size: 25px;
}
ul.footer_sp_menu li span{
	font-size: 12px;
	display: block;
	text-decoration: none;
	}
.span_shop{padding-top: 7px;}
	
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #fff;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #727272;
	text-decoration: none;
}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 100px 0px;}/*スペースのみ*/
.bg1{
  	width:100%;
	padding: 150px 0px 150px;
	margin: 0 auto;
	background-size: cover;/* 画面いっぱいに表示 */
}

.bg2{
	width:100%;
	padding: 150px 0px 150px;
	margin: 0 auto;
	background:url("../img/base/bg2.webp") no-repeat left bottom #1e314d;
}

.bg3{
  	width:100%;
	padding: 100px 0px 150px;
	margin: 0 auto;
	background: url("../img/base/bg1.webp") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
}


@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 100px 0px;}
.bg3{padding: 50px 0px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#ec0000;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #FFF899 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}
.strong{color:#ec0000;font-weight: bold;}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title1{
	text-align: center;
	margin-bottom: 50px;
}
.title1 h2{
	color: #001976;
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
	border-bottom:  solid 1px #001976;
	display: inline-block;
	padding: 0px 30px 0px;
}
.title1 p{
	color: #001976;
	font-size: 20px;
	letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
.title1{margin-bottom: 50px;}
.title1 h2{font-size: 50px;}
.title1 p{font-size: 18px;}
}

@media screen and (max-width: 500px) {
.title1{margin-bottom: 30px;}
.title1 h2{font-size: 35px;}
.title1 p{font-size: 16px;}
}

/*---------------------------白文字*/
.title2{
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 60px;
	line-height: 150%;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
	border-bottom:  solid 1px #FFFF;
	display: inline-block;
	padding: 0px 30px 10px;
}
.title2 p{
	color: #FFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 20px;
	padding: 0px 20px;
	letter-spacing: 2px;
}
@media screen and (max-width: 500px) {
.title2 h2{font-size: 35px;}
.title2 p{
	font-size: 16px;
	letter-spacing: 0px;
	padding: 0px 20px 0px;
}
}




/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../img/pt/pt1.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../img/pt/pt5.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../img/pt/pt7.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../img/pt/pt8.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../img/pt/pt6.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../img/pt/pt9.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt7{
	background:url("../img/pt/pt2.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt8{
	background:url("../img/pt/pt10.webp") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 220px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h2{
	color: #FFFF!important;
	font-size: 60px;
	letter-spacing: 1px;
	line-height: 160%;
	margin: -20px 0px 15px;
	font-family: 'Libre Baskerville', serif;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h2{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}


/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
	right: 5%;
  bottom: 5%;
  background: #9fb8d8;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
#page_top{
 display: none;
}	
}


/*=============================
		ボタン　
=============================*/
.btn1{
	background-color:#001976;
	color:#FFF!important;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF!important;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn1{font-size:13px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
.table-wrap {
	overflow-x: scroll;/*横にスクロール*/
	width: 95%;
	margin: 0 auto 50px;
	border: solid 1px #eee;
}

table.type01 {
	width:100%;
	margin:0 auto;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
	border-collapse: collapse;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
table.type01 th {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
/*table.type01 th br{display: none;}*/
table.type01 td {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.t_center{text-align: center!important;}
.nowrap{white-space: nowrap;}
.br1{display: none;}
.price{
	color: red;
	font-weight: bold;
	font-size: 20px;
	padding-left: 10px;
}

@media screen and (max-width: 800px) {/*タブレット*/
.table-wrap {
	margin: 0 auto 30px;
}	
table.type01{font-size:14px;}
table.type01 th br{display: block;}
.price{font-size:18px;}
.br1{display:block;}	
}



/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
}
.vegas_text{
	max-width: 1100px;
	width: 90%;
	height:700px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	}

.vegas_text img{max-width: 800px;}

@media screen and (max-width: 1000px) {
.vegas_text{height:500px;}
.vegas_text img{max-width: 500px;}
}

@media screen and (max-width: 700px) {
.vegas_text{height:400px;}
.vegas_text img{max-width: 450px;}
}
@media screen and (max-width: 600px) {
.vegas_text{height:350px;}
.vegas_text img{max-width: 350px;}
}


/*=============================
		共通
=============================*/

.p_top{
	padding-top: 50px;
}
.box{
	width: 90%;
	max-width: 1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
}
.box_in{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}

}



/*=============================
		top
=============================*/

/*TOPサービス--------------------------------------------------------*/
.top_service_all{
	padding: 100px 0px 50px;
}
.top_service_all h2{
	max-width: 1100px;
	width: 95%;
	text-align: center;
	margin: 0 auto;
}
ul.top_service{
	display: flex;
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
}
ul.top_service li{
	padding: 10px;
}
@media screen and (max-width: 700px) {
.top_service_all{
	padding: 50px 0px;
}
.top_service_all h2{
	padding-bottom: 20px;
	width: 85%;
}
ul.top_service{
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.top_service li{
	padding: 0px 0px 20px;
	width: 45%;
}
}
@media screen and (max-width: 700px) {
ul.top_service li{
	padding: 0px 0px 10px;
}
}

/*TOP　バナー--------------------------------------------------------*/
ul.top_banner{
	max-width: 1000px;
	width: 90%;
	text-align: center;
	margin: 0 auto 50px;
}
ul.top_banner li{
	margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
ul.top_banner li{
	margin-bottom: 20px;
}
}


/*TOP　安心のポイント--------------------------------------------------------*/
.top_point{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
              url("../img/base/bg2.webp") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 100px 0px 150px;
}
ul.point_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.point_box li{
	background: #FFF;
	padding: 20px;
	width: 45%;
	box-sizing: border-box;
	margin-bottom: 20px;
}
ul.point_box li h3{
	padding-bottom: 10px;
}
ul.point_box li p{
	font-size: 16px;
	line-height: 160%;
	padding: 0px 0px 0px 10px;
}
@media screen and (max-width: 600px) {
.top_point{
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
              url("../img/base/bg2_sp.webp") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	padding: 70px 0px 80px;
}
ul.point_box li{
	width: 100%;
}
}


/*TOP　お客様の声----------------------------------------------------*/
.voice_txt{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
}

.top_voice_all{
	max-width: 1200px;
	width: 95%;
	margin: 50px auto;
	display: flex;
	justify-content: space-around;
}
.top_voice{
	width: 48%;
	padding: 20px 10px 20px 20px;
	background: #FFF;
	border: solid 1px #ccc;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.top_voice_txt{
	width: 70%;
	font-size: 16px;
	text-align: left;
}
.top_voice_txt span{font-size: 20px;font-weight: bold;}
.top_voice_img{width: 28%;}

@media screen and (max-width: 700px) {
.voice_txt{
	width: 80%;
	font-size: 12px;
}
.top_voice_all{
	width: 90%;
	margin: 20px auto;
	flex-wrap: wrap;
}
.top_voice{
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
	justify-content: center;
}
.top_voice_txt{
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
}
.top_voice_img{width: 30%;}
.top_voice p{font-size: 12px;}
.top_voice p span{font-size: 18px;}
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
              url("../img/base/bg4.webp") bottom center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.top_contact_title{
	color: #FFFF;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
}
ul.contact_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	text-align: center;
	padding: 30px 20px;
	width: 80%;
	border-radius: 20px;
	margin-bottom: 30px;
}
ul.contact_btn li h2{
	font-size: 30px;
	color: #ec0000;
	padding-bottom: 15px;
}
ul.contact_btn li p{
	font-size: 16px;
	padding: 0px 20px;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}


@media screen and (max-width: 800px) {
.top_contact{
	width:100%;
	padding:70px 0px 70px;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
              url("../img/base/bg4_sp.webp") bottom center no-repeat;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 10px;
}
ul.contact_btn img{
	width: 100%;
	padding-bottom: 0px;
}
ul.contact_btn li h2{
	font-size: 25px;
	padding-bottom: 10px;
}
ul.contact_btn li p{
	font-size: 14px;
	padding: 0px 20px;
}
}

@media screen and (max-width: 600px) {
.top_contact_title{
	font-size: 25px;
	letter-spacing: 0px;
	padding: 0px 30px;
}
ul.contact_btn li h2{
	font-size: 20px;
	line-height: 120%;
	padding: 0px 20px 10px;
}
ul.contact_btn li p{
	font-size: 12px;
	padding: 0px 20px;
}	
}


/*サービス内容----------------------------------------------------*/
.service_txt{
	max-width: 950px;
	width: 90%;
	margin: 0 auto 20px;
	font-size: 18px;
}
.service_box{
	background: #FFF;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	max-width: 1000px;
	width: 90%;
	margin: 30px auto 100px;
	padding: 40px 30px;
	box-sizing: border-box;
}
.s_all{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
}
.service_img{width: 40%;}
ul.service_check{width: 50%;}
ul.service_check li{
	font-size: 20px;
	line-height: 130%;
	padding-bottom: 10px;
}
ul.service_check li i{
	padding-right: 10px;
	color: #ec0000;
}

@media screen and (max-width: 800px) {
.service_txt{font-size: 16px;}
.s_all{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.service_img{width: 60%;margin-bottom: 40px;}
ul.service_check{width: 90%;}
ul.service_check li{font-size: 16px;}
}

@media screen and (max-width: 600px) {
.service_txt{width: 85%;font-size: 12px;}
.service_box{margin: 20px auto 50px;padding: 30px 0px;}
.service_img{width: 70%;margin-bottom: 30px;}
ul.service_check li{font-size: 12px;}
}


/*料金----------------------------------------------------*/
.price_down{
	background: #FFF;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 50px;
	padding: 40px 30px;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
}
.price_box{
	max-width: 800px;
	width: 88%;
	margin: 0 auto 50px;
}
.price_title{
	background: #26bdc5;
	color: #FFF;
	max-width: 840px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 5px 30px;
	box-sizing: border-box;
	font-size: 25px;
}

@media screen and (max-width: 600px) {
.price_down{
	margin: 0px auto 30px;
	padding: 20px 15px;
	box-sizing: border-box;
	border-radius: 15px;
}
.price_title{
	margin: 0 auto 20px;
	padding: 5px 20px;
	font-size: 20px;
}
}


/*施工実績----------------------------------------------------*/
.works_box{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 50px;
	text-align: center;
}
.works_txt{
	font-size: 16px;
	max-width: 800px;
	width: 85%;
	margin: 0 auto 30px;
}

.ya{font-size: 60px;color: #26bdc5;}
.w1{}
.w2{width: 90%;margin: 0 auto;}

@media screen and (max-width: 600px) {
.works_txt{
	font-size: 12px;
	margin: 0 auto 20px;
}
.ya{font-size: 50px;}
}

/* title(2nd) ---------------------------------------------------*/
.title_2nd{
	background: #26bdc5;
	color: #FFF;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 5px 30px;
	box-sizing: border-box;
	font-size: 25px;
}
@media screen and (max-width: 600px) {
.title_2nd{
	margin: 0 auto 30px;
	padding: 7px 20px;
	box-sizing: border-box;
	font-size: 18px;
}
}

/* 施工の流れ ---------------------------------------------------*/
.flow_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 50px;
}
@media screen and (max-width: 600px) {
.flow_box{
	padding-top: 0px;
}
}



.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
	line-height: 180%;
	margin: 0 auto 0px;
}
.flow_img{
	max-width: 400px;
	margin: 30px auto 0px;
	border: solid 10px #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.flow_tel{
	text-align: center;
	margin: 10px auto;
	max-width: 500px;
	padding: 20px;
	background: #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.flow_design03 {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 700px) {
.flow_txt{
	font-size: 13px!important;
}
.flow_img{
	max-width: 400px;
	margin: 15px auto 0px;
	border: solid 7px #FFF;	
}
.flow_tel{
	padding: 10px;
}
}


.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #1d2088;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #1d2088;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
}

/* お客様の声 ---------------------------------------------------*/
.voice_img{
	margin: 0 auto 100px;
	text-align: center;
	width: 90%;
}
.box_voice{
	margin: 0 auto 30px;
	max-width: 1000px;
	width: 90%;
	background: #FFF;
	border: solid 1px #ccc;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.box_voice_txt{width: 75%;}
.box_voice_img{width: 25%;text-align: center;}
.box_voice_img img{max-width: 150px;width: 100%;}
.box_voice h3{
	font-size: 25px;
	padding-bottom: 20px;
	color: #1d2088;
}
.box_voice p{font-size: 16px;}

@media screen and (max-width: 600px) {
.voice_img{margin:0 auto 30px;}
.box_voice{
	flex-wrap: wrap;
	padding: 20px;
}
.box_voice_txt{width: 100%;margin-bottom: 15px;}
.box_voice_img{width: 40%;} 
.box_voice h3{
	font-size: 16px;
	line-height: 130%;
	padding-bottom: 10px;
}
.box_voice p{font-size: 12px;line-height: 150%;}
}


/* 会社概要 ---------------------------------------------------*/
.company_tel{
	max-width: 600px;
	margin: 30px auto 0px;
	border: solid 10px #FFF;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}



/* MAP -------------------------------------------*/
.map_txt{
	font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0px auto;
	width: 95%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
.map_txt{
	font-size: 12px;
	margin: 0 auto 10px;
}
}



/*よくあるご質問-----------------------------------------*/
.qa_box{
	background: #F2F2F2;
	border-radius: 20px;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px 30px;
	box-sizing: border-box;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.faq_title{
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:20px;
	color: #1d2088;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
}
.faq_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
}
.faq_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before{
  transform: rotate(45deg);
}
.faq_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_box{
    display: none;/*はじめは非表示*/
    background: #FFFFFF;
    margin:0 3% 3% 3%;
    padding: 3%;
}
@media screen and (max-width: 800px) {
.faq_title{font-size:18px;}
}

@media screen and (max-width: 600px) {
.faq_title{
    font-size:14px;
	line-height: 130%;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}
.faq_box p{font-size: 12px;}
}



/* TOPのお知らせ--------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto 150px;
	background: #eff7f8;
	border-radius: 30px;
	padding:40px;
	box-sizing: border-box;
	overflow: hidden;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 17px;
	line-height: 130%;
	box-sizing: border-box;
}
table.news_table tr th {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}

@media screen and (max-width: 800px) {
.news{
	padding: 20px;
	border-radius:20px;
	margin: 0 auto 100px;
}
table.news_table {font-size: 16px;width: auto;}
table.news_table tr th {padding: 10px;}
table.news_table tr td {padding: 10px;}
}
@media screen and (max-width: 600px) {
table.news_table {
	font-size: 13px;
	width: 95%;
	margin: 10px 0px;
}
table.news_table tr th{
	display: block;
    width: 100%;
	text-align: left;
	border-bottom: none;
	padding: 5px 10px 0px;
}
table.news_table tr td{
	display: block;
    width: 100%;
	padding: 0px 10px 10px;
}
}


/* お知らせページ-------------------------------------------------*/
.news_h1{
	font-size: 30px;
	text-align: center;
	margin: 0px auto 50px;
	width: 100%;
	color: #001976;
	box-sizing: border-box;
}
.news_box{
	padding-bottom:50px;
	overflow:hidden;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.news_title{
	background: #26bdc5;
	color: #FFF;
	margin: 0 auto 30px;
	padding: 7px 30px;
	box-sizing: border-box;
	font-size: 25px;
	line-height: 140%;
}
.news_txt{
	font-size: 17px;
	line-height: 160%;
	margin: 0 auto 20px;
}
@media screen and (max-width: 800px) {
.news_h1{
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	padding: 0px 0px;
	margin: 0px auto 50px;
}
.news_box{
	padding-bottom:30px;
}
.news_title{
	margin: 0 auto 20px;
	padding: 7px 20px;
	box-sizing: border-box;
	font-size: 20px;
}
.news_txt{
	font-size: 14px;
	line-height: 180%;
	margin: 0 auto 30px;
	padding: 0px 10px;
}
}

@media screen and (max-width: 500px) {
.news_title{
	padding: 7px 20px;
	font-size: 18px;
}
.news_txt{
	font-size: 12px;
	line-height: 160%;
	margin: 0 auto 30px;
}
}

