﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */
li{list-style: none;}

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.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: #ad8a64;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #6a3a06;
	font-weight: normal;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -20px;
	background: #000;
	}
.header_in{
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	overflow:hidden;
	}
.logo{
	width: 400px;
	margin: 15px auto 0px;
	float: left;
}

.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}
.sp_img{
	color: #000;
	border-top: 1px dashed #000 !important;
}
.sp_time{font-size: 17px !important;}

@media screen and (max-width:1000px){
header{height: 130px;}
.nav_sp{display:block;}
.logo{margin: 5px auto 0px;}
}

@media screen and (max-width:600px){
header{height: 100px;}
.logo{width: 70%;margin: 10px auto 0px;}
}


/*=============================
		footer
=============================*/
footer{
	width: 100%;
	background: #000;
}
.footer_txt{
	font-size:12px;
	text-align:center;
	margin-bottom:20px;
}
.f_logo{
	text-align:center;
	padding:30px 15px;
	}
.copy{
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:10px;
}
@media screen and (max-width:800px){
.f_logo{
	width: 60%;
	margin: 0 auto;
}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	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:#FFF;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#f0d075;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:600px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	text-align:right;
	margin-top:50px;
	}
.vegas_text img{width: 50%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{margin-top: 60px;}
.vegas_text img{width: 60%;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{margin-top:40px;}
.vegas_text img{width: 70%;}
}


/*=============================
		BG
=============================*/
.bg0{padding: 100px 0px;}
.bg1{
	padding: 100px 0px;
	background: #dcdddd;
}
.bg2{
	background: url("../img/base/bg2.jpg") #ccc center center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	padding: 100px 0px;
}
.bg3{
	background: url("../img/base/bg3.jpg") #ccc center center no-repeat;
	background-size: cover;/* 画面いっぱいに表示 */
	padding: 100px 0px;
}
.bg4{
	background: #f6f8da;
	padding: 100px 0px;
}
@media screen and (max-width: 600px) {
.bg0{padding: 50px 0px;}
.bg_space{padding: 50px 0px;}
.bg1{padding: 50px 0px;}
.bg2{padding: 50px 0px 60px;}
.bg3{padding: 50px 0px 60px;}
.bg4{padding: 50px 0px 60px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:17px;
	line-height: 170%;
}
.blue{color: #0e62aa;}
.red{color: #d81618;}
.green{color: #2a914d;}
.yellow{color: #dd9700;}

.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
}
/*=============================
		title
=============================*/
.title{/*---------------------------青文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #000;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom:  solid 2px #000;
	display: inline-block;
}
.title p{
	color: #000;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFF;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 700px) {
.title h2{font-size: 35px;}
.title2 h2{font-size: 35px;}
}
@media screen and (max-width: 500px) {
.title h2{font-size: 30px;}
.title2 h2{font-size: 30px;}
}


/*=============================
	配置
=============================*/
.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: #f4d31f;
  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;
}

/*=============================
		ボタン
=============================*/
.btn_box{
	text-align: center;
}
.btn1{
	background-color:#000;
	padding: 1em 3em;
	display: inline-block;
	text-decoration: none;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:18px;
	line-height: 130%;
	color:#FFF ;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#997321;
}
.btn1 i{padding-left: 7px;}

@media screen and (max-width: 600px) {
.btn1{font-size: 15px;}
}



/*=============================
		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:14px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	font-weight: bold;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.green{
	color: #23ac38 !important;
	font-size: 16px !important;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 600px) {/*タブレット*/
table.type01 {margin:0 auto 10px;}
table.type01 th {
	font-size:13px;
	line-height:120%;
	padding:15px 10px;
	display: block;
}
table.type01 td {
	font-size:13px;
	line-height:120%;
	padding:15px 10px;
	display: block;
}
}


/*=======================================================================
		top
=============================*/
/* TOP/info -------------------------------------------*/
.top1_h2{
	font-size: 35px;
	line-height: 160%;
	font-family: "Sawarabi Mincho";
	text-align: center;
	max-width: 800px;
	margin: 0px auto 30px;
}
.top1_p{
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 30px;
}
.top1_img{
	margin: 0 auto 30px;
	width: 70%;
	max-width: 800px;
}
@media screen and (max-width: 700px) {
.top1_h2{
	font-size: 28px;
	padding: 0px 30px;
}
.top1_h2 br{display: none;}
.top1_img{width: 80%;}
}
@media screen and (max-width: 500px) {
.top1_h2{
	font-size: 22px;
	padding: 0px;
}
.top1_p{
	font-size: 13px;
	line-height: 160%;
	text-align: left;
}
}

/* TOP/施工実績-------------------------------------------*/
ul.top_works{
	display: flex;
	margin: 50px auto 80px;
}
ul.top_works li{margin: 0px 10px;}
ul.top_works li p{
	background: #000;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px;
}
@media screen and (max-width: 700px) {
ul.top_works{margin: 50px auto;}
ul.top_works li{margin: 0px 7px;}
ul.top_works li p{font-size: 13px;}
}
@media screen and (max-width: 500px) {
.li_none{display: none;}
}


/*お知らせNEWS------------------------------------*/
.news_box{
	background: #FFF;
	padding: 30px;
	border-radius: 30px;
	margin: 30px auto;
}
.title_news{
	text-align: center;
	margin-bottom: 20px;
	padding: 0px 50px;
}
table.news {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
	font-size: 15px;
	line-height: 130%;
}
table.news tr th {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
table.news tr td {
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
}
@media screen and (max-width: 600px) {
.news_box{
	padding: 30px 15px 15px;
	border-radius: 20px;
}
table.news {font-size: 12px;}
table.news tr th {padding: 10px;}
table.news tr th {padding: 10px;}

}

/* TOPお問い合わせ-------------------------------------------*/
.contact_box{
	background: #ecf0f0;
	padding: 80px 0px;
}
ul.contact{
	display: flex;
	max-width: 1100px;
	width: 90%;
	margin: 0  auto;
}
ul.contact li{
	width: 48%;
	text-align: center;
	padding: 10px;
}
.top_contact{
	margin-bottom: 10px;
	font-size: 25px !important;
	padding: 0.7em 1.5em !important;
}
.contact_h2{
	font-size: 25px;
	line-height: 150%;
	font-weight: bold;
	color: #000;
}
.contact_p{font-size: 16px;margin-top: 10px;}

@media screen and (max-width: 800px) {
ul.contact{flex-wrap: wrap;}
ul.contact li{width: 100%;margin-bottom: 10px;}
.contact_h2{margin-bottom: 5px;}
}
@media screen and (max-width: 600px) {
.top_contact{
	width: 70%;
	font-size: 18px !important;
	padding: 0.7em 1.5em !important;
	}
.contact_h2{font-size: 20px;}
}

/*=======================================================================
		その他ページ
=============================*/

/* お問合わせ　--------------------------------------------------*/
.mailbox_all{
	box-sizing: border-box;
	margin:0px auto;
	padding: 20px 
	10px;
	width: 90%;
	background-color:#FFFFFF;
}
.mailbox{
	margin:20px;
}
.thanks_tel{
	background-color:#FFFFFF;
	padding:10px;
	margin:0 auto;
}
@media screen and (max-width: 600px) {/*タブレット*/
.mailbox_all{
	width: 100%;
	padding:10px;
}
}

/* MAP -------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	margin: 10px auto 30px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ページタイトル -------------------------------------------*/
.pt1{
	background:url("../img/base/pt1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt2{
	background:url("../img/base/pt2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt3{
	background:url("../img/base/pt3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt_h2{
	color: #FFF;
	font-size: 45px;
	line-height: 160%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	border-bottom: solid 2px #FFF;
	margin-bottom: 20px;
}
.pt_p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	font-family: "Sawarabi Mincho";
	text-align: center ;
}
@media screen and (max-width: 700px) {
.pt1,
.pt2,
.pt3{
	height: 200px;
	background-attachment: scroll;
	}
.pt_h2{font-size: 35px;}
}

/* about -------------------------------------------*/
.s_box{margin: 100px 0px;}
ul.service_list{
	display: flex;
	justify-content: center;
	margin: 0 auto 30px;
	flex-wrap: wrap;
}
ul.service_list li{
	background: #3db04c;
	color: #FFF;
	border-radius: 15px;
	padding: 10px 25px;
	margin: 10px;
	font-size: 20px;
}
@media screen and (max-width: 700px) {
.s_box{margin: 50px 0px;}
ul.service_list{margin: 0 auto 10px;}
ul.service_list li{
	font-size: 16px;
	line-height: 120%;
	width: 30%;
	margin: 1%;
	text-align: center;
	}
}
@media screen and (max-width: 500px) {
.s_box{margin: 30px 0px;}
ul.service_list li{font-size: 14px;border-radius: 10px;}
}

/* 料金表 -------------------------------------------*/
.p_h3{
	color: #23ac38;
	border-left: solid 10px #23ac38;
	font-size: 25px;
	font-weight: bold;
	line-height: 120%;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
table.t_price {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#FFFFFF;
    font-size:14px;
	line-height:140%;
}
table.t_price th {
	padding: 5px 10px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
}
table.t_price td {
	padding: 5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
	text-align:left;
}
.price{text-align: right !important;}
.p_center{text-align: center !important;}


@media screen and (max-width: 600px) {/*タブレット*/
.p_h3{font-size: 20px;}
table.t_price {margin:0 auto 10px;}
table.t_price th {
	font-size:14px;
	line-height:120%;
	padding:10px;
	display: block;
}
.price{text-align: center !important;}
table.t_price td {
	font-size:14px;
	line-height:120%;
	padding:10px;
	display: block;
	text-align: center;
}
}

/* 会社概要 -------------------------------------------*/
.con_box{
	padding: 50px 0px;
	margin-bottom: 50px;
}
.con_box h2{
	font-size: 25px;
	line-height: 220%;
	font-family: "Sawarabi Mincho";
	text-align: center;
	max-width: 800px;
	margin: 0px auto 30px;
}
@media screen and (max-width: 600px) {/*タブレット*/
.con_box{
	padding: 30px 0px;
	margin-bottom: 30px;
}
.con_box h2{
	font-size: 18px;
	line-height: 180%;
}
}
/* お問い合わせ------------------------------*/
.mailbox{
	max-width: 800px;
	margin: 20px auto;
}

/* 施工実績------------------------------*/
.title_2nd{
	background: #000;
	font-size: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
.box_works{
	width: 90%;
	max-width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
ul.gallery{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
ul.gallery li{
	margin: 10px;
	font-size: 50px;
}
ul.gallery li p{
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 16px !important;
	padding: 10px 0px;
}
ul.gallery2{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
ul.gallery2 li{
	margin: 1%;;
	width: 31%;
}
ul.gallery2 li img{
	object-fit: cover; /* トリミング */
	width: 100%;
	height: 200px;
}

.video_box{
	margin: 0 auto;
	max-width: 700px;
	width: 80%;
}
@media screen and (max-width: 900px) {
	ul.gallery2 li img{
	object-fit: cover; /* トリミング */
	width: 100%;
	height: 170px;
}
}

@media screen and (max-width: 600px) {
.title_2nd{font-size: 16px;}
.box_works{margin: 0 auto 30px;}
	ul.gallery li{
	margin: 5px;
	font-size: 30px !important;
	}
	ul.gallery li p{
	font-size: 12px !important;
	padding: 5px;
	}
.video_box{width: 90%;}
	
ul.gallery2 li img{
	object-fit: cover; /* トリミング */
	width: 100%;
	height: 100px;
}
}

/* 事業内容------------------------------*/
.service{
	display: flex;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 40px;
	background-color: #ecf0f0;
	align-items: center;
}
.service_img{
	width: 40%;
}
.service_txt{
	width: 60%;
	padding: 30px;
}
.service_txt h2{
	font-size: 35px;
	line-height: 160%;
	font-family: "Sawarabi Mincho";
	max-width: 800px;
	margin: 0px auto 30px;
	margin-bottom: 20px;
}
.service_txt p{font-size: 16px;}
@media screen and (max-width: 900px) {
.service_txt{padding: 15px 30px;}
.service_txt h2{font-size: 25px;margin: 0px auto 10px;}
.service_txt p{font-size: 14px;}
}
@media screen and (max-width: 700px) {
.service{flex-wrap: wrap;margin: 0 auto 20px;}
.service_img{width: 100%;}
.service_txt{width: 100%;padding: 15px;}
.service_txt h2{font-size: 25px;margin: 0 auto;}
.service_txt p{font-size: 12px;}
}


/* top-movie ------------------*/
.movie{
	text-align: center;
	width: 100%;
	max-width: 650px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.movie iframe {
  width: 100%;
  height: 100%;
}

