@charset "UTF-8";

/*==============================================
　基本　
================================================*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 16px "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
	line-height: 2;
	color: #222;
}

img {
	max-width: 100%;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

section {
	margin: 30px 0 40px 0;
}

.clearfix::after {
	content:'';
	display:block;
	clear:both;
}

.headerInner::after, .footerInner::after {
	content:'';
	display:block;
	clear:both;
}

.mt20 {
	padding-top: 20px;
}


/*==============================================
　レイアウト スマホ
================================================*/

/*-- ヘッダー --*/
#headerContainer {
	
}

.headerInner {
	background: #FFFFFF;
	height: 80px;
}
.headerLogo {
	/*width: 60%;*/
	max-width: 320px;
	margin: 20px auto;
}
	
.menu-btn {
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	border-radius: 10%;
	background-color: #ccc;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
.menu-btn span:before {
	bottom: 8px;
}
.menu-btn span:after {
	top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
#menu-btn-check {
	display: none;
}
#menu-btn-check:checked ~ #globalNavi {
	left: 40%;/*メニューを画面内へ*/
}
#globalNavi {
	width: 60%;
	height: 100%;
	position: fixed;
	top: 80px;
	left: 100%;/*leftの値を変更してメニューを画面外へ*/
	z-index: 80;
	background-color: #ddd;
	opacity: 0.95;
	transition: all 0.5s;/*アニメーション設定*/
}
.gNaviLists {
}
.gNaviList {
	width: 100%;
	height: 60px;
}
.gNaviList:hover {
	background-color: #1995AD;
	opacity: 0.8;
}
.gNaviList a {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #666;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.gNaviList a::before {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 10px;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	transform: rotate(45deg);
	left: 10px;
	top: 24px;
}
.gNaviList:hover a {
	color: #fff;
}
.subLists {
	display: none;
	width: 70%;
	margin-right: 0;
	margin-left: auto;
}
.gNaviList:hover .subLists {
	display: block;
}
.subList {
	background-color: #666;
	height: 40px;
	position: relative;
}
.subList::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.subList:hover {
	background-color: #1995AD;
}
.subList a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.subList a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	left: 10px;
	top: 18px;
}

/*-- スライダー --*/
.slider {
	width: 100%;
	padding-bottom: 2px;
	overflow: hidden;
}

/*-- メイン --*/
#siteContents {

}

.contentsInner {
	width: 94%;
	margin: 0 auto;
}

.mainSection {
	margin: 0 auto 60px 0;
}

h2,h3,h4 {
	margin-bottom: 10px;
}
.pageTitle {
	height: 80px;
	font-size: 180%;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 80px;
	/*letter-spacing: 0.5em;*/
	background-color: #98a8ab;
	margin: 0 0 40px 0;
}
.topBorder {
	font-size: 130%;
	line-height: 1.6;
	font-weight: normal;
	border-top: 3px solid #1995AD;
	padding-top: 10px;
	margin: 0 12px 10px 12px;
}
.xBorder {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #1995AD;
}
.xBorder::before, .xBorder::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #1995AD;
}
.textMedium {
	font-size: 110%;
	line-height: 1.8;
}
.textMedium p {
	margin: 0 auto 32px auto;
}
.inner {
	width: 86%;
	margin: 0 auto 20px auto;
}
.withImage-right {
	padding-top: 20px;
	overflow: hidden;
}
.withImage-right p {
	width: 86%;
	margin: 0 auto 20px auto;
}
.withImage-right img {
	width: 86%;
	margin: 0 auto;
}
.withImage-right::after {
}

.contactSection {
	text-align: center;
}
.contactBox {
	width: 90%;
	margin: 10px auto 40px auto;
}
.contactBox img {
	margin: 0 auto;
}
.contactBox img:hover {
	opacity: 0.8;
}
.fLeft {
	width: 100%;
	float: none;
	display: block;
	margin: 10px auto;
}
.fRight {
	width: 100%;
	float: none;
	display: block;
	margin: 10px auto;
}
.tRight {
	text-align: right;
}

table {
	width: 100%;
	margin: 0 auto;
}
table,th,td {
	border-collapse: collapse;
	border: 1px solid #eee;
}
th,td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	border: 1px solid #ddd;
}
th {
	font-weight: normal;
	vertical-align: top;
	background: #eee;
}
th.center, td.center {
	text-align: center;
}

table.vartical {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
}
table.vartical th, table.vartical td {
	display: block;
}

/*-- お問い合わせフォーム --*/
textarea {
	width: 100%;
}
input[type="text"], textarea {
	width: 100%;
	padding: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
input[type="radio"] {
	padding: 0;
}
input[type="submit"] {
	width: 80%;
	height: 60px;
	margin: 25px 0;
	padding: 10px;
	font-size: 16px;
	color: #252525;
	background: #eee;
	border-radius: 0.5em;
	border: 1px solid #666;
	transition: .3s;
}
input[type="submit"]:hover {
	color: #FFFFFF;
	background: #1995AD;
	border: 1px solid #1995AD;
}
label::after {
	content:'';
	display:block;
	clear:both;
}
.rei {
	font-size: 80%;
	color: #999;
}
.red {
	color: red;
}

/*-- トップメッセージ --*/
.topMessage {
	width: 96%;
	font-weight: normal;
	margin: 0 12px;
}

/*-- トップ工事実績 --*/
.colContainer {
	width: 100%;
}
.colBox3 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	float: none;
}
.colBox3 img {
	display: block;
	margin: 0 auto 20px auto;
}


/*-- フッター --*/
#footerContainer {
	padding: 0 0 5px 0;
	text-align: center;
	color: #fff;
	background-color: #1995AD;
	overflow: hidden;
}
#footerContainer a, #footerContainer a:hover, #footerContainer a:visited {
	color: #fff;
	text-decoration: none;
}
.footerInner {
	width: 100%;
	margin: 0 auto 30px auto;
	font-size: 90%;
	text-align: left;
}
.footerMenu {
	margin: 0 0 20px 0;
}
.footerMenu ul li {
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px dashed #fff;
}
.footerMenu ul li:hover {
	background-color: #80adb6;
}
.footerInfo {
	width: 86%;
	margin: 0 auto;
	text-align: left;
}
.footerInfo::first-line {
	font-size: 120%;
}
#footerContainer small {
	text-align: center;
}




/*==============================================
　レイアウト　タブレット
================================================*/
@media screen and (min-width: 600px) {

/*-- ヘッダー --*/
.headerLogo h1 img {
	width: 320px;
}

/*-- スライダー --*/




/*-- メイン --*/

h2,h3,h4 {
	margin-bottom: 20px;
}
.pageTitle {
	font-size: 180%;
	font-weight: normal;
	color: #fff;
	text-align: center;
	letter-spacing: 1em;
	background-color: #98a8ab;
	margin: 0 auto 40px auto;
}
.topBorder {
	font-size: 170%;
	margin: 0 0 20px 0;
}
.xBorder::before {
	margin-right: 10px;
}
.xBorder::after {
	margin-left: 10px;
}
.textMedium {
	font-size: 120%;
	line-height: 1.8;
}
.withImage-right {
	padding-top: 20px;
	overflow: hidden;
}
.withImage-right p {
	width: 66%;
	padding: 0 40px 0 0;
	float: left;
}
.withImage-right img {
	width: 33%;
	float: right;
}
.withImage-right::after {
	content:'';
	display:block;
	clear:both;
}
table th {
	white-space: nowrap;
	width: 20%;
}

table.vartical th, table.vartical td {
	display: table-cell;
}
label::after {
	content:none;
	display:block;
	clear:both;
}

/*-- トップメッセージ --*/
.topMessage {
	width: 100%;
	font-weight: bold;
	margin: 0;
}

/*-- トップ工事実績 --*/
.colBox3 {
	width: 46%;
	margin: 0 2% 20px 2%;
	float: left;
}
.colBox3 img {
	margin: 0 auto;
	display: block;
}



/*-- フッター --*/

}



/*==============================================
　レイアウト PC
================================================*/
@media screen and (min-width: 1025px) {

/*-- ヘッダー --*/
#headerContainer {
}
.headerInner {
	width: 1000px;
	margin: 0 auto;
}
.headerLogo {
	width: 1000px;
	margin: 0;
	padding: 20px 20px 20px 0;
}
.headerLogo h1 img {
	width: 320px;
}
.hamburger-menu {
	background-color: #1995AD;
}
.menu-btn {
	display: none;
}
#globalNavi {
	width: 1000px;
	height: 60px;
	position: static;
	margin: 0 auto;
	left: 0;
	z-index: 0;
	background-color: #1995AD;
}
.gNaviLists {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gNaviList {
	width: 16%;
	height: 60px;
	position: relative;
	transition: all 300ms 0s ease;
}
.gNaviList:hover {
	background-color: #98a8ab;
}
.gNaviList a {
	justify-content: center;
	color: #fff;
}
.gNaviList a::before {
	content: none;
	width: 0;
	height: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.subLists {
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
}
.subList {
	background-color: #1995AD;
	height: 40px;
	opacity: 0.8;
}
.subList:not(:first-child)::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.subList:hover {
	background-color: #ccc;
	opacity: 0.95;
}


/*-- スライダー --*/
.slider {
	width: 1000px;
	margin: 40px auto 0;
}


/*-- メイン --*/

.pageTitle {
	width: 1000px;
	margin: 40px auto 40px auto;
}
section {
	margin: 40px 0 90px 0;
}

.contentsInner {
	width: 1000px;
	margin: 0 auto;
}

.mainSection {

}

.contactBox {
	width: 84%;
}
.fLeft {
	width: 40%;
	float: left;
}
.fRight {
	width: 40%;
	float: right;
}

/*-- トップ工事実績 --*/
.colContainer {
	width: 100%;
}
.colBox3 {
	width: 30%;
	margin: 0 1% 20px 2%;
}
.colBox3 img {
	margin: 0 auto;
	display: block;
}


/*-- フッター --*/
#footerContainer {
	padding: 30px 0 5px 0;
}
.footerInner {
	width: 1000px;
	margin: 0 auto 50px auto;
	font-size: 90%;
}
.footerInner a:hover {
	border-bottom: 1px dashed #fff;
}
.footerMenu {
	width: 60%;
	display: inline-block;
	float: left;
}
.footerMenu ul li {
	padding: 0 10px 0 10px;
	display: inline-block;
	border-right: 1px solid #fff;
	border-bottom: none;
}
.footerMenu ul li:hover {
	background-color: #1995AD;
}
.footerMenu ul li:first-of-type {
	border-left: 1px solid #fff;
}
.footerMenu ul li a {
	text-decoration: none;
}
.footerInfo {
	width: 30%;
	display: inline-block;
	float: right;
}
}