@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html{
	overflow: auto;
}

body{
	overflow: hidden;
	min-width: 1250px;
}

body,
table,
input,textarea,select,option{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #333333;
}

.gaba{
	font-family: "Gabarito", sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	clear: both;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.f-left{
	float: left;
}

.f-right{
	float: right;
}

a{
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

p{
	line-height: 1.78;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.rel{
	position: relative;
}

.v-center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex.flexstart{
	align-items: flex-start;
}

.flex.flexcenter{
	align-items: center;
}

.flex.flexend{
	align-items: flex-end;
}

.flex.jc-start{
	justify-content: flex-start;
}

.flex.jc-center{
	justify-content: center;
}

.flex.jc-end{
	justify-content: flex-end;
}

.flex.reverse{
	flex-direction: row-reverse;
}

.table-box{
    border-collapse: collapse;
	display: table;
	width: 100%;
}

.table-box .row{
	display: table-row;
}

.table-box .row > div{
	display: table-cell;
}

.trance{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.shadow{
//	-moz-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-ms-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-o-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	-webkit-filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
//	filter: drop-shadow(10px 10px 6px rgba(0,0,0,0.1));
	box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
}

.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.txt-center{
	text-align: center;
}

.txt-right{
	text-align: right;
}

.txt-left{
	text-align: left;
}

.blo-center{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.blo-right{
	display: table;
	margin-left: auto;
}

.c-white{
	color: #ffffff;
}

.c-blue{
	color: #004097;
}

.c-red{
	color: #CE0117;
}

.c-yellow{
	color: #ffcd02;
}

.under-line{
	text-decoration: underline;
}

.f-14{
	font-size: 14px;
}

.f-15{
	font-size: 15px;
}

.f-reg{
	font-weight: 400;
}

.f-bold{
	font-weight: 700;
}

.bg-gray{
	background: #eeeeee;
}
.pc{display:block;}
.sp{display:none;}

.outer{
	margin: 0 auto;
	max-width: 1366px;
}

.inner{
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}

.header{
	border-bottom: 1px solid #CCCCCC;
}

.header .h-top{
	padding: 15px 0;
}

.header .h-tel .tel{
	font-size: 27px;
	font-weight: 600;
	display: block;
}

.header .h-tel .tel.ion-android-call:before{
	font-size: 24px;
	margin-right: 5px;
}

.header .h-tel .mail,
.header .h-tel p{
	font-size: 11px;
	font-weight: 500;
	display: block;
}

.header .h-tel .mail.ion-ios-email-outline:before{
	margin-right: 5px;
}

.header .h-btns a{
	border-radius: 4px;
	font-size: 15px;
	font-weight: 700;
	height: 52px;
	width: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .h-btns a:not(:last-child){
	margin-right: 15px;
}

.header .h-btns a:before{
	font-size: 20px;
	line-height: unset;
	margin-right: 5px;
}

.header .h-btns a.contact-btn{
	background: #004097;
}

.header .h-btns a.estimate-btn{
	background: #E3007F;
}

.header .h-btns a.login-btn{
	background: #FF9900;
}

.header .nav-menu li{
	width: calc((100% / 7) - 1px);
}

.header .nav-menu li a{
	background: #146CDD;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	height: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .type-list{
	padding: 15px 0;
}

.header .type-list li{
	width: calc(100% / 5);
}

.header .type-list li img{
	margin-right: 10px;
}

.header .type-list li a{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	height: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .type-list li:not(:last-child) a{
	border-right: 1px solid #CCCCCC;
}

.header .type-list li a:before{
	font-size: 16px;
	font-weight: 500;
	color: #146CDD;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

footer{
	background: #F7F7F7;
	border-top: 3px solid #146CDD;
	padding: 50px 0;
}

footer .footer-nav nav{
	padding: 0 40px;
}

footer .footer-nav nav:first-child{
	padding-left: 0;
}

footer .footer-nav nav:last-child{
	padding-right: 0;
}

footer .footer-nav nav:not(:last-child){
	border-right: 1px solid #CCCCCC;
}

footer .footer-nav h5{
	font-size: 13px;
	margin-bottom: 15px;
}

footer .footer-nav .f-nav-menu{
	display: flex;
 	flex-wrap: wrap;
 	flex-direction: column;
 	column-gap: 40px;
 	height: 135px;
}

footer .footer-nav .f-nav-menu li{
	margin-bottom: 10px;
	font-size: 13px;
}

footer .footer-nav .f-nav-menu li:nth-child(5n){
	margin-bottom: 0;
}

footer .footer-contact .fukidashi{
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 4px;
	margin-left: 10px;
	padding: 7px 10px;
	width: 205px;
}

footer .footer-contact .fukidashi:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	border: 9px solid transparent;
	border-right: 9px solid #ffffff;
	z-index: 2;
	transform: translateY(-50%);
}

footer .footer-contact .fukidashi:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	border: 10px solid transparent;
	border-right: 10px solid #333333;
	z-index: 1;
	transform: translateY(-50%);
}

footer .footer-contact .fukidashi p{
	font-size: 13px;
	line-height: 1.38;
}


footer .footer-contact .estimate-link-btn{
	border-radius: 4px;
    height: 46px;
    width: 266px;
    font-size: 14px;
	margin-top: 20px;
}

footer .footer-btm > *{
	margin-left: 30px;
	font-size: 12px;
}

footer .footer-btm a{
	text-decoration: underline;
}

.side-bar > div:not(:last-child){
	margin-bottom: 30px;
}

.side-bar h6{
	color: #146CDD;
	font-size: 15px;
	margin-bottom: 15px;
}

.side-bar .category-ul li a{
	border-top: 1px solid #CCCCCC;
	background: #F7F7F7;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 20px 15px;
}

.side-bar .category-ul li:last-child a{
	border-bottom: 1px solid #CCCCCC;
}

.side-bar a.ion-ios-arrow-forward:before{
	color: #146CDD;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.side-bar .category-ul li a::after{
	content: "";
	background: #146CDD;
	height: 80%;
	width: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.side-bar .category-ul li a img{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.side-bar .about-ul{
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
}

.side-bar .about-ul li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
}

.side-bar .calender-ex{
	border-top: 1px solid #CCCCCC;
	font-size: 13px;
	font-weight: 500;
	padding-top: 15px;
	margin-bottom: 15px;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.pc{display:none;}
	.sp{display:block;}

	body{
		min-width: auto;
	}
	
	.sp-mt10{margin-top: 10px;}
	.sp-mt15{margin-top: 15px;}
	.sp-mt20{margin-top: 20px;}
	.sp-mt30{margin-top: 30px;}
	.sp-mt40{margin-top: 40px;}
	.sp-mt50{margin-top: 50px;}
	.sp-mt60{margin-top: 60px;}
	.sp-mt70{margin-top: 70px;}
	.sp-mt80{margin-top: 80px;}
	.sp-mt90{margin-top: 90px;}
	.sp-mt100{margin-top: 100px;}

	.header .logo{
		width: 150px;
	}
	
	.header .h-tel,
	.header .credit,
	.header .h-btns,
	.header nav,
	.header .type-list,
	footer .footer-nav{
		display: none;
	}
	
	footer {
		padding: 20px 0;
	}
	
	footer .footer{
		justify-content: center;
	}
	
	footer .footer-btm.flex.jc-end{
		justify-content: center;
		gap: 20px;
	}
	
	footer .footer-btm > *{
		margin: 0;
	}
	
	#panel-btn{
		display: block;
		position: relative;
		width: 25px;
		height: 25px;
	}

	#panel-btn-icon{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		background: #146CDD;
		transition: .2s;
		transform: translate(-50%, -50%);
	}

	#panel-btn-icon:before, #panel-btn-icon:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #2196F3;
		transition: .3s;
	}

	#panel-btn-icon:before{
		margin-top: -6px;
	}

	#panel-btn-icon:after{
		margin-top: 4px;
	}

	#panel-btn .close{
		background: transparent;
	}

	#panel-btn .close:before, #panel-btn .close:after{
		margin-top: 0;
	}

	#panel-btn .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	#panel-btn .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	.header #panel{
		position: absolute;
		top: 60px;
		right: 0;
		z-index: 5;
	}
	
	.header #panel > ul{
		flex-direction: column;
		width: 50vw;
		gap: 5px;
	}
	
	.header .nav-menu li {
		width: 100%;
	}
	
	.header .nav-menu li a {
		padding: 15px 5px;
	}
	
}