@charset "utf-8";
/*
@font-face {
   font-family: WebFont_1;
   src: url('http://navipota.com/test/fonts/KozMinPro-Regular.otf') format("opentype");
}
@font-face {
   font-family: WebFont_5;
   src: url('http://navipota.com/test/fonts/KozMinPro-Bold.otf') format("opentype");
}
@font-face {
   font-family: WebFont_6;
   src: url('http://navipota.com/test/fonts/KozMinPr6N-Heavy.otf') format("opentype");
}
@font-face {
   font-family: WebFont_7;
   src: url('http://navipota.com/test/fonts/KozGoPr6N-Light.otf') format("opentype");
}
@font-face {
   font-family: WebFont_8;
   src: url('http://navipota.com/test/fonts/KozMinPr6N-Medium.otf') format("opentype");
}
@font-face {
   font-family: WebFont_9;
   src: url('http://navipota.com/test/fonts/KozGoPr6N-ExtraLight.otf') format("opentype");
}
@font-face {
   font-family: WebFont_10;
   src: url('http://navipota.com/test/fonts/KozMinPro-Medium.otf') format("opentype");
}
@font-face {
   font-family: WebFont_2;
   src: url('http://navipota.com/test/fonts/f5ajcfr7.TTF') format("TrueType");
}
@font-face {
   font-family: WebFont_3;
   src: url('http://navipota.com/test/fonts/msgothic.ttc') format("TrueType");
}
@font-face {
   font-family: WebFont_4;
   src: url('http://navipota.com/test/fonts/msmincho.ttc') format("TrueType");
}
*/

body{
	font-family: YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 0.87em;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	color: #333;
}

img{
border:none;
}

a{
	color: #333;
	text-decoration: none;
    transition: all 0.3s ease;

}
a:hover {
	text-decoration: underline;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

.left {
	float: left!important;
}
.clear_both {
	float: none!important;
	clear: both!important;
}

.right {
	float: right!important;
}



.s_menu {
	display: none;
}
#loading {
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px 30px;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}


.wrapbox01 {
	width: 72%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
section {
	clear:both;
}

/*----------------- ヘッダー -----------------*/
 @media screen and (min-width:737px) {
header {
	padding-top:1%;
	height: 120px;
	width: 100%;
	background-color: #FFF;
	position: relative;
    text-align: center;
}

/*ヘッダーメニュー*/
#navi{
	text-align:center;
	display:inline-block;
}

#mainnavi {
	display:inline-block;
}

#mainnavi li{
	float:left;
	background-image: url(../images/line_navi01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	padding-left: 1.8em;
	box-sizing: border-box;
	width: 130px;
	height:30px;
	
}
#mainnavi li.home{
	width: 52px !important;
}
#mainnavi li span{
	display:none;
}

header #mainnavi li a{
    height: 30px;
    display: block;	
}

header #mainnavi li a:hover {
	margin-top: 5px;
}

header #mainnavi li a.navi00 {
	background-image: url(../images/mainnavi0.png);
    width: 22px;
}
header #mainnavi li a.navi01 {
	background-image: url(../images/mainnavi1.png);
    width: 100px;
}
header #mainnavi li a.navi02 {
	background-image: url(../images/mainnavi2.png);
    width: 100px;
}
header #mainnavi li a.navi03 {
	background-image: url(../images/mainnavi3.png);
    width: 100px;
}
header #mainnavi li a.navi04 {
	background-image: url(../images/mainnavi4.png);
    width: 100px;
}
header #mainnavi li a.navi05 {
	background-image: url(../images/mainnavi5.png);
    width: 100px;
}
header #mainnavi .navi_mobile {
	display:none;
}

 }
/*電話ロゴ部分*/

#headerinfo{
	display:inline-block;
	
}

header h1{
	float: left;
}

#header_inquiry{
	float:left;
	text-align:left;
	padding-left: 1.8em;
	line-height: 1.8em;

}
#header_inquiry dt{
	font-size:0.9em;

}

#header_inquiry dd{
	font-size:1.0em;

}
#header_inquiry img{
	padding-right:0.3em;
}

#navToggle {
    display:none; /*通常時は非表示にしておきます*/
	background:rgba(251, 251, 251, 0.7);
    padding: 5px;
    position:absolute; /*bodyに対しての絶対位置指定です*/
    right:13px;
    top:13px;
    width:30px;
    height:25px;
    cursor:pointer}
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}



/*フッター*/
footer {
	clear:both;
	width: 100%;
	padding-top: 3%;
}
.footer_info {
	width: 72%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px; 
	border: 1px solid #999999; 
	border-radius: 10px;
	text-align: center;
 

}

.footer_info ul {
	padding:5px;
}

.footer_info li {
  list-style-type: none;
  display: inline-block;
  padding: 1% 0%;
}
.footer_info .footer_info_partition{
    font-size: 0.5em;
	padding:0% 1%
}

.footer_info ul li a {
	font-family: WebFont_5;
	font-size: 0.85em;
    color: #999999;
	text-decoration: underline;
	letter-spacing: 0.2em;
	background: url(../images/arrow13_3.png) no-repeat 0px 1px;
	padding: 5px 7px;
	background-position:left center;
}
.footer_info ul li a:hover {
    color: #F90;
	position: relative;
	top: 2px;
}



.footer_end {
	padding-top: 1.3%;
	padding-bottom: 1.3%;
	background-color: #e7e5e6;
	text-align:center;
	vertical-align:middle;
}

.footer_end ul li{
	padding-top:5px;

}
.footer_wrapbox{
	width:85%;
	margin:auto;

}

.footer_end_Company {
	display:inline-block;
	font-size: 0.7em;
	letter-spacing: 0.12em;
	text-align: left;
	vertical-align: middle;
    color: #666;
}
.footer_end_Company a:hover {
    color: #F90;
	position: relative;
	top: 2px;
}
.footer_copyright {
	font-family: WebFont_2;
	letter-spacing: 0.04em;
}

.footer_end_Inquiry {
	display:inline-block;
	color: #666;
	font-family: WebFont_3;
	text-align: center;
	vertical-align: middle;
	padding:0 5%;
}

.footer_end_Inquiry ul{
}

.footer_end_Inquiry #Inquiry_txt{
	padding-bottom:1%;
}

/*フッターボタン*/
.footer_end_Inquiry .Inquiry_button {
	list-style-type: none;
    display: inline-block;
}
.footer_end_Inquiry .Inquiry_button a{
    border: 1px solid #333333;
	background-color: #000000;
	background-image: -webkit-linear-gradient(top, #000000, #333333);
	background-image: linear-gradient(to bottom, #000000, #333333);
	border-radius: 15px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.footer_end_Inquiry .Inquiry_button a:hover {
	border:1px solid #333333;
	background-color: #333333;
	background-image: -webkit-linear-gradient(top, #333333, #333333);
	background-image: linear-gradient(to bottom, #333333, #333333);
}

.footer_end_Inquiry .Inquiry_button a:active {
	background: #333333;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
.footer_end_Inquiry .Inquiry_button a{
	text-decoration:none;
	display:block;
}
.footer_end_Inquiry .Inquiry_button #Estimate_button {
	padding:10px 10px;
}
.footer_end_Inquiry .Inquiry_button #Product_button {
	padding:10px 10px
}
.footer_end_Inquiry .Inquiry_button a span {
	color: #fff;
	vertical-align:middle;

}
.footer_end_Inquiry .Inquiry_button img{
	vertical-align:middle;
	padding-right:12px;

}

/*フッターボタンここまで*/



.footer_end_call {
    font-family: WebFont_3;
	display:inline-block;
	color: #666;
	text-align: left;
	vertical-align: middle;

}

.footer_end_call li img {
	width: 17px;
    height: 17px;
	padding-right: 3px;
}

.footer_end_call li.tel {
    font-family: WebFont_8;
	letter-spacing: 0.1em;
    font-size: 1.4em;

}
.footer_end_call li.mail {
    font-family: WebFont_8;
	letter-spacing: 0.1em;
    font-size: 1em;

}

.footer_end_call li a:hover {
    color: #F90;
}


.footer_end_pagetop {
    display: none;
}
.footer_end_Company_mobile{
	display:none;
}



/*----------------- 見積もり・問い合わせボタン -----------------*/
#big_estimate_button{
	padding:3% 0;
}
.big_estimate_buttonbox {
	text-align: center;
}
.big_estimate_buttonbox .big_estimate_button_txt {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fe9412) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fe9412 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fe9412');
	background-color:#ffc477;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #999999;
	display:inline-block;
	color:#ffffff;
	font-family:
	   "ヒラギノ明朝 ProN W6",
	   "HiraMinProN-W6",
	   "HG明朝E",
	   "ＭＳ Ｐ明朝",
	   "MS PMincho",
	   "MS 明朝",
	   serif;
	font-size: 3em;
	font-weight: normal;
	font-style: normal;
	padding: 2% 0;
	width:72%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.big_estimate_buttonbox .big_estimate_button_txt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe9412), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fe9412 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9412', endColorstr='#ffc477');
	background-color:#fe9412;
}
.big_estimate_buttonbox .big_estimate_button_txt:active {
	position:relative;
	top:1px;
}




/*------レスポンシブル用メディアクエリ------*/

 @media screen and (max-width:923px) {
	.wrapbox01 {
		width: 90%;
	}
	.footer_info{
		width:97%
	}
	.big_estimate_buttonbox .big_estimate_button_txt {
		width:90%;
		font-size: 2em;
	}
	
 }

@media only screen and (max-width:874px) {
/*フッター*/
footer {
	width: 100%;
}
.footer_end_Company{
	display:none;
}
.footer_end_Company_mobile{
	display:block;
	font-size: 0.7em;
	letter-spacing: 0.12em;
	text-align: left;
	vertical-align: middle;
    color: #666;
	text-align:center;
	padding-bottom:2%;

}

.footer_end_Company_mobile li{
	display:inline-block;
}

.footer_end_Inquiry {
	padding:0 1% 1% 1%;
}
.footer_end_call {
	padding:0 1% 1% 1%;
}

	

}

/*スマホ用*/
 @media screen and (max-width:736px) {

header {
	padding-top:1%;
	width: 100%;
	position: relative;
}

/*header menu*/
#navi {
    position: absolute; /*bodyに対しての絶対位置*/
    right:0;
    top: -300px; /*通常時はビュー外*/
    background:rgba(101, 101, 101, 0.7);
    width:30%;
    padding:0 10px;
    -webkit-transition:.5s ease-in-out; /*transitionで動きを*/
    -moz-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    text-align:left;
	z-index:999;
	}
header ul {
	margin:0
	}
header ul li {
    display:block;
    margin:0;
    border-bottom:dotted 1px #fff;
    line-height:3}
header ul li a {display:block}
header ul li::after {content:''}
header ul li:last-child {border-bottom:none}

header ul li a {
	color:#ffffff;
	font-size:0.8em;

}
 
/* Toggle(Button) */
#navToggle {display:block}
 
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) 
{
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)
}
 /*header menu*/
.openNav nav {
    -moz-transform: translateY(351px);
    -webkit-transform: translateY(351px);
    transform: translateY(351px)}

/*電話ロゴ部分*/

#headerinfo{
	padding-left: 1%;
}

header h1{
	float: left;
}


#header_inquiry{
	float:left;
	text-align:left;
	padding-left: 1.8em;
	line-height: 1.8em;

}
#header_inquiry dt{
	font-size:0.9em;

}

#header_inquiry dd{
	font-size:1.0em;

}
#header_inquiry img{
	padding-right:0.3em;
}








/*----------------- 見積もり・問い合わせボタン -----------------*/
#big_estimate_button{
	padding:3% 0;
}
.big_estimate_buttonbox {
	text-align: center;
}
.big_estimate_buttonbox .big_estimate_button_txt {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fe9412) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fe9412 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fe9412');
	background-color:#ffc477;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #999999;
	display:inline-block;
	color:#ffffff;
	font-family:
	   "ヒラギノ明朝 ProN W6",
	   "HiraMinProN-W6",
	   "HG明朝E",
	   "ＭＳ Ｐ明朝",
	   "MS PMincho",
	   "MS 明朝",
	   serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	padding: 2% 0;
	width:90%;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.big_estimate_buttonbox .big_estimate_button_txt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe9412), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fe9412 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9412', endColorstr='#ffc477');
	background-color:#fe9412;
}
.big_estimate_buttonbox .big_estimate_button_txt:active {
	position:relative;
	top:1px;
}

}


 @media screen and (max-width:600px) {
	 
#headerinfo{
	padding-bottom:10px;
}

header h1 img{
	max-width: 250px;
	height: auto;

}

	 
 }


@media screen and (max-width:494px) {
#header_inquiry dt span{
	display:none;

}

 }
@media screen and (max-width:460px) {
#header_inquiry{
	display:none;

}

}
	 
@media screen and (max-width:425px) {
#call_txt{
	display:none;

 }
#Inquiry_txt{
	display:none;
}

.footer_end_call {
	padding:2% 0;
}

	








	

	


