﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	-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;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* 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: #063194;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
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;
}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px 5px;
	}
.logo{
	max-width: 350px;
	margin-top: 10px;
	font-size: 13px;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	}
.logo img{padding-top: 7px;}

ul.h_telmail{
	width:40%;
	max-width: 300px;
}


.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}
.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
	.header_in{padding: 10px 0px 15px;}
	ul.h_telmail{display: none;}
	.logo{max-width: 400px;padding-left: 10px;}
	.nav_sp{display:block;text-align: center;}
	.nav_sp img{width: 80%;}
}
@media screen and (max-width:650px){
	.header_in{padding: 15px 0px 15px;}
	.logo{max-width: 300px;}
}
@media screen and (max-width:550px){
	.header_in{padding: 8px 0px 8px;}
	.logo{
	max-width: 250px;
	width: 75%;
	font-size: 11px;
	margin-top: 0px;
	}
}

/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background: #12317A;
	padding-top: 50px;
}
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%;
	border-right:solid 1px #FFFFFF;
	padding:0px 10px;
}
.li_left{border-left:solid 1px #FFFFFF;}

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:#FFFFFF;
	text-decoration:none;
}
.f_copy{
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
.f_logo{
	text-align:center;
	margin:0 auto;
	padding:30px 0px;
	width: 40%;
	max-width: 300px;
}

@media screen and (max-width: 600px) {/*タブレット*/
ul.f_menu{display:none;}
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 20px;
}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
}

/*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: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 200%;
	font-family: 'Kosugi Maru', sans-serif;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #011B57;
	font-size: 20px;
	line-height: 200%;
	margin: 0px 0px 10px;
}
.L{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	color: #011B57;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 10px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.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: 180%;}
.M{font-size:15px;line-height: 180%;}
.L{font-size:20px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title1{
	padding: 0.7em 1em;/*文字の上下 左右の余白*/
	background: #F7F7F7;/*背景色*/
	border-left: solid 7px #011B57;/*左線*/
	margin-bottom:20px;
	font-size:22px;
	line-height:140%;
	color: #011B57;
	font-family: 'Kosugi Maru', sans-serif!important;
}

.title2{
	font-size:20px;
	line-height:180%;
	border-left: solid 7px #011B57;/*左線*/
	padding-left: 20px;
}
.title_new{
	font-size:25px;
	color:#882333;
	text-align:center;
	border-bottom:double 4px #882333;
	margin-bottom:30px;
}

@media screen and (max-width: 800px) {/*タブレット*/
.title1{
	font-size:16px;
	line-height:140%;
	padding: 1em 1em;/*文字の上下 左右の余白*/
}
.title1 span{
	font-size:18px;
	color:#FF0004;
	padding-left:15px;
}

.title2{
	font-size:18px;
}
.title_new{
	font-size:18px;
}
}

/* タイトル文 --------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}

/*=============================
		PT
=============================*/
.pt{
	padding: 100px 0px;
	align-items: center;
	background:url("../vegas/slider2.jpg") center center repeat-x;
	background-size:cover;
	text-align: center;
	}
.pt_h2{
	font-family: 'Libre Baskerville', serif;
	font-size:40px;
	color: #011B57;
}
.pt_p{
	font-family: 'Kosugi Maru', sans-serif!important;
	font-size: 16px;
	color: #011B57;
}
@media screen and (max-width: 600px) {
.pt{padding: 50px 0px;}
.pt_h2{font-size:25px;}
}

/*=============================
	配置
=============================*/
.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: #a0ba09;
  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:#FFFFFF;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	font-weight: bold!important;
	line-height: 130%;
	color:#12317A!important;
	transition: all .2s;/* ふんわり */
	font-family: 'Kosugi Maru', sans-serif!important;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
	color:#CCC!important;
}
.btn1 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	}
}


.btn2{/* --------------------------青 */
	background-color:#12317A;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
	font-family: 'Kosugi Maru', sans-serif!important;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	}
}
/*=============================
		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%;
	font-family: 'Kosugi Maru', sans-serif!important;
}
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;
	white-space: nowrap;
}
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: 600px) {/*タブレット*/
table.type01{
	font-size:12px;
}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:600px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 1000px;
	margin: 180px auto 0px;
	}
.vegas_text img{width: 70%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{margin: 150px auto 0px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 110px auto 0px;}
.vegas_text img{width: 80%;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{margin: 80px auto 0px;}
.vegas_text img{width: 85%;}
}

/*----------------------スクロールボタンの指定-------------------*/
.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);
  }
}

/*=============================
		共通
=============================*/
.bg1{
	margin-bottom:30px;
}
#main_top{}
.main{
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
}
#main2{
	width: 100%;
	padding:100px 0px 50px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
.main{padding-top:50px;}
#main2{padding:50px 0px 50px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/*TOPのタイトル（白文字）--------------------------*/
.top_title1{
	text-align: center;
	margin-bottom: 60px;
}
.top_title1 h2{
	font-family: 'Libre Baskerville', serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 50px;
}
.top_title1 p{
	color: #FFFFFF;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
.top_title1{margin-bottom: 30px;}
.top_title1 h2{font-size: 35px!important;}
.top_title1 p{font-size: 16px;}
}


/*TOPのタイトル（青文字）--------------------------*/
.top_title2{
	text-align: center;
	margin-bottom: 60px;
}
.top_title2 h2{
	font-family: 'Libre Baskerville', serif;
	color: #011B57;
	text-align: center;
	font-size: 50px;
}
.top_title2 p{
	color: #011B57;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
.top_title2{margin-bottom: 30px;}
.top_title2 h2{font-size: 35px;}
.top_title2 p{font-size: 16px;}
}


/* TOP（お知らせ）-----------------------------------------*/
.news{
	max-width:1000px;
	width:90%;
	margin:100px auto 70px;
	background-color:#F3F3F3;
	border-radius: 20px;
	padding:40px;
	box-sizing: border-box;
}
.news h2{
	color: #011B57;
	font-size:40px;
	margin-bottom: 40px;
	border-bottom: solid 3px #011B57;
	padding-left: 20px;
	font-family: 'Libre Baskerville', serif;
}
.news h2 span{
	font-size: 20px;
	padding-left: 20px;
	font-family: 'Kosugi Maru', sans-serif!important;
}

table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
}
table.news_table tr th {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}
@media screen and (max-width: 800px) {
.news h2{font-size: 40px;}
}

@media screen and (max-width: 640px) {
.news{
	padding:20px;
	margin:50px auto 50px;
}
.news h2{
	font-size:20px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.news h2 span{font-size: 13px;}
table.news_table {
	margin:0 auto;
}
table.news_table tr th {
	font-size: 13px;
	line-height: 150%;
	padding:0px 0px 10px;
	display:block;
}
table.news_table tr td {
	font-size: 13px;
	line-height: 150%;
	padding:0px 10px 10px;
	display:block;
}
.table_day{
	border-bottom:none !important;
	padding-top: 10px!important;
}
}


/* TOP事業内容(Business) ----------------------------------------------------------------------------------*/
.top_info{
	background: #12317A;
	background:url("../img/base/bg1.jpg") no-repeat center center #12317A;
	background-attachment: fixed;/* 背景位置固定 */
	padding: 130px 0px;
}
.top_info_p{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
.top_info{
background:url("../img/base/bg1_sp.jpg") no-repeat center center #12317A;
background-attachment: fixed;/* 背景位置固定 */
}
}

@media screen and (max-width: 600px) {
.top_info{
background:url("../img/base/bg1_sp.jpg") no-repeat right center #12317A;
background-attachment: fixed;/* 背景位置固定 */
padding: 80px 0px;
}
.top_info_p{font-size: 13px;}
}



/*TOPの施工実績------------------------------------------------------------*/
.top_works{
	background:#F7F7F7;
	padding: 130px 0px;
}

ul.works_box{
	display: flex;
	max-width: 1300px;
	width: 95%;
	margin: 0 auto 50px;
}
ul.works_box li{
padding: 10px;
}
@media screen and (max-width: 700px) {
.top_works{padding: 100px 0px;}
ul.works_box{
	flex-wrap: wrap;
	max-width: 80%;
}
.w_last{display: none;}
}


/* TOP乗り入れ申請施工---------------------------------------------------------------------------------*/
.top_noriire{display: flex;}
.noriire_img{
	width:50%;
	background:url("../img/works/w3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
}
.noriire_txt{
	width:50%;
	background: #12317A;
	padding: 100px 0px;
	text-align: center;
}
.noriire_txt h2{
	color: #FFFFFF;
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
}
.noriire_txt p{
	padding: 50px 30px 50px;
	font-size: 15px;
	line-height: 200%;
	color: #FFFFFF;
	max-width: 600px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.top_noriire{flex-wrap: wrap;}
.noriire_img{width: 100%;padding: 150px 0px;}
.noriire_txt{width: 100%;}
}
@media screen and (max-width: 700px) {
.noriire_img{width: 100%;padding: 100px 0px;}
.noriire_txt{padding: 80px 0px;}
.noriire_txt h2{font-size: 25px;}
.noriire_txt p{font-size: 14px;padding: 30px 30px 50px;}
}



/*TOPのお問い合わせ--------------------------*/
.top_contact{
	width:100%;
	background:#F7F7F7;
	padding:100px 0px;
}
.con_box{
	display: flex;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.contact_title{
	font-size: 28px;
	text-align: center;
	width: 50%;
	font-family: 'Kosugi Maru', sans-serif;
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 40px 20px;
}
ul.contact_btn li a:link,
ul.contact_btn li a:visited{
	display:block;
	position: relative;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
ul.contact_btn li a:hover,
ul.contact_btn li a:active {
	text-decoration: none;
	color: #7C7C7C;
}

ul.contact_btn li i{font-size: 50px;margin-bottom: 20px;}
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 35px;font-family: 'Rubik', sans-serif;}

@media screen and (max-width: 900px) {
.con_box{flex-wrap: wrap;}
.contact_title{width: 90%;margin-bottom: 50px;}
ul.contact_btn{width: 80%;}
.contact_mail{font-size: 30px;}
}
@media screen and (max-width: 700px) {
.top_contact{padding: 100px 0px 70px;}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 100%;padding: 30px 10px 20px;}
.contact_title{font-size: 25px;}
}
@media screen and (max-width: 600px) {
.contact_title{font-size: 20px;}
.contact_mail{font-size: 25px;}

}

/* 会社概要 ----------------------------------------------------------------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:20px 0px 0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 施工実績 ----------------------------------------------------------------------------------*/

/* works------------------------------------------------*/
ul.works{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.works li{
	width: 30%;
	margin: 10px 10px 30px;
}
@media screen and (max-width: 800px) {
ul.works li{width: 40%;}
}


/* works2------------------------------------------------*/
ul.works2{/* ビフォーアフター/写真二つ　*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
ul.works2 li{
	width: 40%;
	text-align: center;
	font-size: 25px;
	color: #12317A;
	font-family: 'Kosugi Maru', sans-serif;
}
.w_i{
	width: 8%!important;
	text-align: center;
	color: #12317A;
}
.w_i i{font-size: 1.5em;} 

@media screen and (max-width: 800px) {
ul.works2{margin-bottom: 20px;}
ul.works2 li{width: 45%;font-size: 18px;}
.w_i i{font-size: 1.2em;} 
}
@media screen and (max-width: 500px) {
.w_i i{font-size: 1em;} 
}

/* works3------------------------------------------------*/
ul.works3{/* ビフォーアフター/写真三つ　*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
ul.works3 li{
	width: 28%;
	line-height: 130%;
	text-align: center;
	font-size: 25px;
	color: #12317A;
	font-family: 'Kosugi Maru', sans-serif;
}
ul.works3 li span{font-size: 18px!important;}


@media screen and (max-width: 800px) {
ul.works3{margin-bottom: 20px;}
ul.works3 li{width: 26%;font-size: 18px;margin-bottom: 10px;}
ul.works3 li span{font-size: 13px!important;}
}


/* TOPバナー-----------------------------------------------*/
.top_banner{
	margin: 0 auto 100px;
	width: 90%;
	max-width: 900px;
}

@media screen and (max-width: 600px) {
.top_banner{
	margin: 0 auto 50px;
}
}
