﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif!important;
}
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: #0B79C4;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #0B79C4;
	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: 0px;
	overflow: hidden;
}
.header_r{
	float: right;
	width: 65%;
	margin-top: 0px;
}
.logo{
	max-width: 330px;
	width: 34%;
	float: left;
	margin-top: 20px;
}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
}
.h_tel{max-width: 350px;}


.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
.header_in{padding: 10px 0px 15px;}
ul.h_telmail{display: none;}
.logo{
	width: 40%;
	margin-top: 20px;
	padding-left: 10px;
	}
}

@media screen and (max-width:600px){
.header_in{
	width: 95%;
	padding: 10px 0px 10px;
	}
.logo{
	max-width: 200px;
	width: 50%;
	margin: 0px;
	}
}

/* -------------------ヘッダー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%;
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 80px;
}
ul.f_menu{
	margin-top:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 15px;
	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;
}
.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 50px;
	max-width: 350px;
	width: 50%;
}
.f_p{
	font-size: 13px;
	color: #FFFFFF;
	width: 60%;
	padding-left: 30px;
}

@media screen and (max-width: 800px) {
footer{
		background:url("../img/base/bg2.jpg") no-repeat center center;
		background-size: auto 100% ;   /* 高さに合わせて調整*/
	}
.footer_in{
	padding-top: 30px;
	padding-bottom: 0px;
	}
ul.f_menu{display:none;}
.f_copy{
	font-size:12px;
	padding:0px;
}
.f_logo{
	width:50%;
	margin:0 auto;
	padding:10px 0px 20px;
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}
@media screen and (max-width: 600px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 0px;
	}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 800px) {
	ul.footer_menu{display: none;}
}



/*=============================
		BG
=============================*/
.bg_space{padding: 70px 0px;}/*スペースのみ*/
.bg1{
  	padding: 150px 0px 250px;
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 100px 0px 150px;}
}


/*=============================
		文字
=============================*/
.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:#d5115f;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%);}

@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
=============================*/
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #85A858;
	font-size: 50px;
	font-family: 'Zen Antique', serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #85A858;
	display: inline-block;
}
.title p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #85A858;
}

.title_w{/*白*/
	text-align: center;
	margin-bottom: 50px;
}
.title_w h2{
	color: #FFFFFF;
	font-size: 50px;
	font-family: 'Zen Antique', serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFFFF;
	display: inline-block;
}
.title_w p{
	font-size: 23px;
	letter-spacing: 5px;
	color: #FFFFFF;
}

@media screen and (max-width: 800px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
	
	.title_w h2{font-size: 40px;}
	.title_w p{font-size: 20px;}
}



/*=============================
		title　（2nd用）
=============================*/

.title_2nd{
	font-family: 'Zen Antique', serif;/*google font*/
	color: #FFFFFF;
	background: #103F7E;
	font-size: 30px;
	padding: 5px 20px 10px;
	margin-bottom: 50px;
}
.title_2nd span{
	font-size: 20px!important;
	padding-left: 20px;
}

@media screen and (max-width: 800px) {
	.title_2nd{font-size: 30px;}
	.title_2nd span{font-size: 16px!important;}
}

@media screen and (max-width: 500px) {
	.title_2nd{font-size: 25px;}
}



/* タイトル文--------------------*/
.title1{
	background: #85A858;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color: #FFF;
	padding: 10px 10px 10px 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	.title1{font-size: 18px;padding: 10px 20px;}
}

/*=============================
		PT ページタイトル
=============================*/

.pt1{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt2{
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt3{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt4{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt6{
	background:url("../img/pt/pt6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt1:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6: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 h1{
	color: #FFFF!important;
	font-family: 'Zen Antique', serif;/*google font*/
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt1,.pt2,.pt3,.pt4,.pt5,.pt6{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{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: #0B4898;
  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;
}



/*=============================
		ボタン　
=============================*/

/* 青色-------------------------------------------- */
.btn1{
	background-color:#0B4898;
	color:#FFF!important;
	padding: 1.5em 3em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	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:16px;padding: 1em 2em;}
}/*600*/

/* 白色-------------------------------------------- */
.btn2{
	background-color:#FFFFFF;
	color:#0B4898;
	padding: 1.5em 3em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:20px;
	line-height: 130%;
	transition: all .2s;/* ふんわり */
}
.btn2 i{padding-left: 15px;}
.btn2 a:link,
.btn2 a:visited {
	color:#0B4898!important;
	text-decoration: none;
}
.btn2:hover,
.btn2:active {
	opacity: 0.5;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
@media screen and (max-width: 600px) {
.btn2{font-size:16px;padding: 1em 2em;}
}/*600*/


/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	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%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 th br{display: none;}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:14px;}
table.type01 th,
table.type01 td{
	display: block;
	}
table.type01 th br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:700px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 900px;
	margin: 70px auto 0px;
	text-align: center;
	}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{width: 70%;margin: 80px auto 0px;}
}
@media screen and (max-width: 800px) {
#vegas_box{height:450px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 60px auto 0px;}
}
@media screen and (max-width: 600px) {
#vegas_box{height:350px;}
.vegas_text{width: 80%;margin: 40px auto 0px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{width: 90%;margin: 35px auto 0px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

@media screen and (max-width: 1000px) {
	.scroll{display: none;}
}

/*=============================
		共通
=============================*/

.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto 50px;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{
	width: 95%;
	margin: 0 auto;
	padding: 30px 0px;
}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/*TOP1--------------------------*/
.top1{
	padding: 150px 0px 250px;
	background:url("../img/base/bg2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.top1 h2{
	margin: 0 auto 100px;
	max-width: 800px;
	width: 85%;
}

ul.top1_list{
	display: flex;
	justify-content: space-around;
	max-width: 1200px;
	margin: 0 auto;
}
ul.top1_list li{
}

.top1_txt{
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	max-width: 950px;
	width: 90%;
	margin: 100px auto;
}
@media screen and (max-width: 800px) {
.top1{
	padding: 130px 0px;
	background:url("../img/base/bg2.jpg") no-repeat center center;
		background-size: auto 100% ;   /* 高さに合わせて調整*/
}
.top1 h2{
	margin: 0 auto 50px;
	max-width: 800px;
	width: 85%;
}
ul.top1_list{
	flex-wrap: wrap;
}
ul.top1_list li{
	width: 48%;
	margin-bottom: 50px;
}
.top1_txt{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	margin: 50px auto;
}
}

@media screen and (max-width: 600px) {
.top1{
	padding: 100px 0px;
}
.top1_txt{
	font-size: 14px;
}	
}


/*smoothスライダー*/
#smooth{
	width: 100%;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}   
#makeMeScrollable div.scrollableArea img {
	 position: relative;
	 width:350px;
	 margin:7px;
	 float: left;
	 padding: 0; 
	 }
@media screen and (max-width: 800px) {
#makeMeScrollable div.scrollableArea img {
	width:250px;
}
}
@media screen and (max-width: 600px) {
#makeMeScrollable div.scrollableArea img {
	width:150px;
}
}

/*TOP2--------------------------*/
.top2{
	padding: 150px 0px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.top2 h2{
	margin: 0 auto 100px;
	max-width: 900px;
	width: 85%;
}
ul.top2_list{
	display: flex;
	justify-content: space-around;
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 100px;
}
ul.top2_list li{
	width: 30%;
}
.top2_txt{
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	max-width: 950px;
	width: 90%;
	margin: 50px auto;
}
@media screen and (max-width: 800px) {
ul.top2_list{
	flex-wrap: wrap;
	}
ul.top2_list li{
	width: 45%;
	margin-bottom: 30px;
}
	
.top2_txt{
	font-size: 16px;
	line-height: 180%;
	text-align: left;
	margin: 50px auto;
}
}

@media screen and (max-width: 600px) {
.top2{
	padding: 100px 0px;
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: auto 100% ;   /* 高さに合わせて調整*/
}
.top2 h2{
	margin: 0 auto 50px;
}
ul.top2_list{
	margin: 0 auto 30px;
}
.top2_txt{
	font-size: 14px;
}
}

/*リスト--------------------------*/
ul.about_work{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 30px;
}
ul.about_work li{
	background: #0B4898;
	color: #FFF;
	padding: 10px;
	width: 20%;
	border-radius: 20px;
	text-align: center;
	font-size: 23px;
}
@media screen and (max-width: 700px) {
ul.about_work{
	flex-wrap: wrap;
	justify-content: center;
}
ul.about_work li{
	padding: 10px 0px;
	width: 45%;
	border-radius: 15px;
	margin: 10px;
	}
}
@media screen and (max-width: 500px) {
ul.about_work li{
	font-size: 16px;
	width: 40%;
	}
}

/*TOP3-(施工実績)-------------------------*/
.top3{
	padding: 150px 0px;
	background: #0B4898;
}

ul.top_works_img{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto 70px;
	display: flex;
	justify-content: space-around;
}
ul.top_works_img li{
	margin: 15px;
	padding: 10px;
	background: #FFF;
	text-align: center;
}
ul.top_works_img li h2{
	font-size: 25px;
	font-weight: bold;
	color: #000;
	padding-top: 10px;
}
ul.top_works_img li h3{
	font-size: 20px;
	color: #000;
	padding: 15px 10px;
}
ul.top_works_img li p{
	font-size: 18px;
	padding: 0px 10px 20px;
}

@media screen and (max-width: 1100px) {
ul.top_works_img li{
	margin: 10px;
	padding: 5px;
	}
}

@media screen and (max-width:900px) {
.top3{
	padding: 130px 0px;
}
ul.top_works_img{
	flex-wrap: wrap;
	}
ul.top_works_img li{
	width: 45%;
	margin: 0px 0px 30px;
	}
}
@media screen and (max-width: 600px) {
.top3{padding: 100px 0px;}
ul.top_works_img{margin: 0 auto 30px;}
ul.top_works_img li{margin: 0px 0px 15px;}
}


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/bg3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 150px 0px;
}
.contact_in{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.contact_txt{
	width: 50%;
	text-align: center;
	font-size: 30px;
	color: #FFF;
}
.contact_tel{
	width: 50%;
	text-align: center;
	color: #FFF;
}
.contact_tel img{
	max-width: 500px;
	width: 90%;
}
@media screen and (max-width: 1000px) {
.contact_box{}
.contact_in{flex-wrap: wrap;}
.contact_txt{
	width: 100%;
	margin-bottom: 50px;
	line-height: 150%;
	}
.contact_tel{width: 100%;}
}

@media screen and (max-width: 600px) {
	.contact_box{
		background:url("../img/base/bg3.jpg") no-repeat center center;
		background-size: auto 100% ;   /* 高さに合わせて調整*/
		padding: 70px 0px;
	}
	.contact_txt{font-size: 20px;}
	.contact_tel img{font-size: 12px;}
}


/* MAP -------------------------------------------*/
.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%;
}


/*施工実績---------------------------------------------- */
.works_all{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.title_works{
	color: #FFFFFF;
	background: #103F7E;
	font-size: 25px;
	padding: 10px 20px 10px;
}
.works_box{
	background: #FFFF;
	border: solid 5px #103F7E;
	padding: 20px 50px;
	margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
.title_works{
	font-size: 20px;
	padding: 10px 20px 10px;
}
.works_box{
	padding: 20px 10px;
	margin-bottom: 50px;
}
}


/*ギャラリー---------------------------------------------- */
ul.gallery{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0px!important;
	margin: 20px auto 0px;
	width: 100%;
	list-style: none;
}
ul.gallery li{
	padding: 10px;
	text-align: center;
	font-size: 25px;
}
ul.gallery li img{
	width: 100%;
	height: auto;
	padding-bottom: 5px;
}

@media screen and (max-width: 800px) {
	ul.gallery{margin: 0px auto 0px;}
	ul.gallery li{font-size: 16px;}
}
@media screen and (max-width: 600px) {
	ul.gallery li{padding: 5px;}
}
/*ギャラリー（画像一枚）----------------- */
.gallery1{
	width: 50%;
}


/*ギャラリー（ミニサイズ）----------------- */
ul.gallery2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	padding: 20px 0px;
	width: 100%;
	list-style: none;
}
ul.gallery2 li{
	margin-bottom: 20px;
	padding: 0px 10px;
}
ul.gallery2 li img{
	width: 170px;
	height: 170px;
	object-fit: cover; /* 画像切り取り */
}
@media screen and (max-width: 900px) {
ul.gallery2 li img{width: 130px;height: 130px;}
}
@media screen and (max-width: 700px) {
ul.gallery2 li{padding: 0px 5px;}
ul.gallery2 li img{width: 100px;height: 100px;}
}
@media screen and (max-width: 500px) {
ul.gallery2 li img{width: 130px;height: 130px;}
}



/* 事業内容 -------------------------------------------*/
.service_title_h2{
	font-size: 30px;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 800px;
	width: 90%;
	color: #001976;
}
.service_title_txt{
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 800px;
	width: 90%;
}
.service_box{
	background: #FFF;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 30px 0px;
	box-shadow: 0 0 15px 0 #ccc;
}
.service_box2{
	flex-direction: row-reverse;
}
.service_img{width: 40%;}
.service_txt{width: 50%;}
.service_txt h2{
	font-size: 25px;
	margin-bottom: 30px;
	background: #001976;
	color: #FFF;
	padding: 5px 30px;
	display: inline-block;
}
.service_txt p{
	font-size: 17px;
	line-height: 200%;
	padding-left: 15px;
}

@media screen and (max-width: 800px) {
.service_box{
	margin: 0 auto 50px;
	flex-wrap: wrap;
	padding: 30px 0px;
}
.service_img{width: 80%;}
.service_txt{
	width: 90%;
	margin-bottom: 30px;
	}
	
}
@media screen and (max-width: 600px) {
.service_title_h2{
	font-size: 23px;
	margin: 0 auto 20px;
	width: 90%;
}
.service_title_txt{
	font-size: 14px;
	text-align: left;
	line-height: 180%;
	margin: 0 auto 50px;
	width: 90%;
}
	
.service_txt h2{
	font-size: 20px;
	margin-bottom: 20px;
	padding: 5px 30px;
}
.service_txt p{
	font-size: 14px;
	line-height: 180%;
	padding-left: 15px;
}

}



/* 塗料について -------------------------------------------*/
.paint_title1{
	max-width: 700px;
	width: 90%;
	margin: 0 auto 30px;
}


/*塗り替えの時期-----------------------------------------*/
.jiki{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 95%;
	margin: 0 auto 50px;
}
.jiki_txt{width: 48%;}
.jiki_img{width: 48%;}

ul.jiki_ul{}
ul.jiki_ul li{
	font-size: 20px;
	padding-bottom: 10px;
}
ul.jiki_ul li i{padding-right: 10px;}

.jiki_img2{
	margin: 0 auto 30px;
}
.jiki_p{
	font-size: 18px;
	margin-bottom: 50px;
	padding: 0px 10px;
}

@media screen and (max-width: 900px) {
	ul.jiki_ul li{font-size: 18px;}
	.jiki_p{font-size: 16px;}
}
@media screen and (max-width: 700px) {
	.title_jiki{font-size: 25px;margin-bottom: 30px;}
	.jiki{
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 30px;
	}
	.jiki_txt{width: 80%;margin-bottom: 30px;}
	.jiki_img{width: 85%;}
}
@media screen and (max-width: 500px) {
	.title_jiki{font-size: 20px;margin-bottom: 30px;}
	ul.jiki_ul li{font-size: 14px;}
	.jiki_p{font-size: 14px;}
}



/*塗料の種類と耐用年数-----------------------------------------*/
.paint_txt1{
	font-size: 18px;
	margin-bottom: 50px;
}

.paint_img1{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 50px;
}

.paint_about{
	background: #FFF;
	box-shadow: 0 0 15px 0 #ccc;
	border-radius: 20px;
	padding: 30px 30px 10px;
	margin-bottom: 50px;
}
.paint_about h2{
	color: #FFF;
	background: #103F7E;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-size: 25px;
}
.paint_about p{
	font-size: 18px;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
.paint_txt1{
	font-size: 16px;
	margin-bottom: 30px;
}
.paint_about h2{
	font-size: 20px;
}
.paint_about p{
	font-size: 16px;
	margin-bottom: 20px;
}
}