@charset "utf-8";
/* CSS Document */

html,body {
	background:#fff;
	width: 100%;
	height: 100%;
	margin: 0px;
	-webkit-text-size-adjust: none;
}

.float_clear {
	clear: both;
	height: 0px;
	visibility: hidden;
	_margin-top: -23px;
}

.l {
	float: left;
}

.r {
	float: right;
}

* {
	color: #666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style:normal;
	letter-spacing: 0.07em;
	word-wrap:break-word;
	word-break: break-all;
	list-style: none;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

img {
	vertical-align: bottom;
}

br { letter-spacing:0; }

a {
	text-decoration: none;
	transition-property: color, background;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: color, background;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: color, background;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: color, background;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
	color: #0071bc;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #F15A24;
}

a, .contact table.list input.button {
	transition-property: opacity;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: linear;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: linear;
	-o-transition-property: opacity;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: linear;
	-ms-transition-property: opacity;
	-ms-transition-duration: 0.2s;
	-ms-transition-timing-function: linear;
}

a:hover, .contact table.list input.button:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}

.red {
	color: #C1272D !important;
	font-weight: bold !important;
}

span.red {
	font-size: 14px;
	display: inline-block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus{
  outline-offset: -2px;
}

.h1 {height:1px;width:100%;display:block;}
.h3 {height:3px;width:100%;display:block;}
.h5 {height:5px;width:100%;display:block;}
.h10 {height:10px;width:100%;display:block;}
.h15 {height:15px;width:100%;display:block;}
.h20 {height:20px;width:100%;display:block;}
.h25 {height:25px;width:100%;display:block;}
.h30 {height:30px;width:100%;display:block;}
.h35 {height:35px;width:100%;display:block;}
.h40 {height:40px;width:100%;display:block;}
.h45 {height:45px;width:100%;display:block;}
.h50 {height:50px;width:100%;display:block;}
.h55 {height:55px;width:100%;display:block;}
.h60 {height:60px;width:100%;display:block;}

.sp {
	display: none !important;
}

#g_nav .sp {
	display: none !important;
}

#footer_nav_1 .sp {
	display: inline-block !important;
}

.pc {
	display: inline-block !important;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼common▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#wrap {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background: #fff;
}

#header_inner {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1000px;
	padding: 0px;
	margin: 0px auto;
}

header section#section_nav h1 a {
	display: block;
	width: auto;
	height: auto;
	margin: 30px 0px 32px 20px;
}

header section#section_nav h1 a img {
	width: 355px;
	max-width: 200px;
}

header section#section_nav a:hover {
	text-decoration: none;
}

header section#section_nav h1 {
	display: inline-block;
	float: left;
}

header section#section_nav h1 {
	font-size: 16px;
}

#nav_box {
	margin: 0px 0px;
}

nav#g_nav  {
	position: absolute;
	display: block;
	margin: -22px 30px 0px;
	top: 50%;
	right: 0px;
	float: right;
	background: none;
}

nav#g_nav ul li {
	float: left;
	margin: 0px 0px 0px 40px;
}

nav#g_nav ul li a {
	font-size: 14px;
	display: block;
	color: #666;
	letter-spacing: 0.1em;
	padding: 15px 0px 17px;
}

nav#g_nav .navwrap {
    background: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 15px;
    top: 15px;
    width: 45px;
    height: 51px;
    cursor: pointer;
    z-index: 111;
    background: #fff;
    text-align: center;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-radius: 3px;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 25px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
	color: #fff;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
	text-align: center;
	width: 100%;
	left: 0px;
}

.navToggle span:nth-child(1), .navToggle span:nth-child(2), .navToggle span:nth-child(3) {
	left: 9.5px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active {
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.navToggle.active span:nth-child(1), .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    border-bottom: solid 3px #666;
	width: 30px;
	left: 7.5px;
}

.navToggle.active span:nth-child(4) {
    color: #666;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#title_zone {
	height: auto;
	overflow: hidden;
	padding: 0px 0px 30px;
	margin: 0px 0px -30px;
}

.flexslider {
	background: #fff;
}

body.sec #title_zone {
	background: #fff;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

body.sec #title_zone h1 {
	display: inline-block;
	color: #666;
	font-size: 36px;
	font-weight: normal;
	margin: 40px 20px 40px;
	position: relative;
	padding: 0px 0px 0px 0px;
	line-height: 42px;
	letter-spacing: 0.3em;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#main_contents {
	background: ;
	position: relative;
	padding: 72px 20px 20px;
	height: auto;
	z-index: 1px;
	max-width: 960px;
	margin: 0px auto;
}

.contents_inner {
	margin: 0px 0px 0px;
}

#main_contents h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 25px;
	position: relative;
	padding: 0px 0px 10px 0px;
	line-height: 42px;
	letter-spacing: 0.2em;
	color: #666;
	border-bottom: 1px solid #666;
}

body.sec #main_contents h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 0px 0px 25px;
	position: relative;
	padding: 0px 0px 10px 0px;
	line-height: 42px;
	letter-spacing: 0.2em;
	color: #666;
	border-bottom: 1px solid #666;
}

body.sec #main_contents h2 a {
	color: #666;
}

.contents_inner h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 21px;
	line-height:24px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #666;
}

.contents_inner p {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	margin: 0px 0px 0px;
}

span.entry_date {
	display: inline-block;
	width: auto;
	font-size: 12px;
	color: #999;
	margin: 0px 0px 15px;
	border-bottom: 2px dotted #999;
	padding: 0px 0px 5px;
}

.contents_box {
	margin: 0px 0px 90px;
	position: relative;
	overflow: hidden;
}

.btn_zone {
	text-align: center;
}

a.detail_btn {
	display: inline-block;
	background: #666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 9px 13px 9px 10px;
	margin: 20px 0px 0px;
	background-repeat: no-repeat, no-repeat;
	background-size: 20px auto, auto auto;
	background-position: 10px 9px, 0px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

a.detail_btn img {
	display: inline;
	width: 20px;
	height: auto;
	margin: 0px 5px 0px 0px;
}

a.detail_btn:hover {
	text-decoration: none;
}

a.pr_btn {
	display: inline-block;
	background: #666;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 6px 13px;
	margin: 4px 0 20px 20px;
	float: right;
}

a.pr_btn img {
	height: 22px;
	width: auto;
}

dl.dl_news {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

dl.dl_news dt {
    clear: both;
    float: left;
    width: 130px;
}

dl.dl_news dd {
    padding: 0 0 10px 120px;
}

table.list {
	font-size: 14px;
    line-height: 24px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin: 4px 0px 26px 0px;
	width: 100%;
}

table.list th {
	width: auto;
	max-width: 160px;
	min-width: 80px;
	padding: 10px;
	white-space: ;
	font-weight: bold;
	vertical-align: top;
}

table.list td {
	width: auto;
	padding: 10px;
	max-width: 400px;
}

.bg_f2 {
	background: #f2f2f2;
}

footer {
	background: #fff;
	width: 100%;
}

footer p.copy {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding: 10px 0px 10px 20px;
}

footer p.copy span {
	white-space: nowrap;
	color: #666;
	display: inline-block;
}

footer p {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 22px;
}

#footer_inner {
	max-width: 980px;
	margin: 0px auto;
	padding: 0px 20px 0px 0px;
}

#company_zone {
	display: inline-block;
	width: auto;
	padding: 0px 20px;
	float: left;
}

#company_zone h1 {
	display: inline-block;
}

#company_zone h1 a {
	display: block;
	margin: 25px 0px 15px;
}

#company_zone h1 a img {
	max-width: 200px;
	width: 100%;
}

.footer_nav_box {
	float: left;
	margin: 20px 0 20px 20px;
	padding: 2px 0 0;
	max-width: 650px;
	width: calc(100% - 330px);
}

.service img.service_img {
	display: block;
	width: 410px;
	margin: 0px auto;
}

.footer_nav_box ul {
	margin: 0px 0px 0px;
}

.footer_nav_box li {
	border-left: 1px solid #fff;
    float: left;
    margin: 0;
    padding: 7px 15px 12px 22px;
    width: 170px;
	line-height: 24px;
    display: block;
}

.footer_nav_box a {
	color: #666;
	font-size: 13px;
	font-weight: normal;
    display: inline-block;
	letter-spacing: 0.1em;
}




.contents_box h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px;
	line-height:28px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.custom_img_box {
	float: left;
	max-width: 230px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 25px 10px 0px;
}

.custom_img_box img {
	width: 100%;
}

p.top_txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 72px 0px;
}








.faq .q, .faq .a {
    display: block;
    float: none;
    font-size: 14px;
    font-weight:normal;
    height: auto;
    line-height: 25px;
    padding: 15px 20px 15px 50px;
    width: auto;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin: 0px 0px 0px 0px;
	text-indent: -1em;
	color: #666;
	background: #f2f2f2;
}

.faq .highlight{color:#fff;background: #8c8c8c;}
.faq .highlight span{color:#fff;}

.a {
    display: none;
    height: auto;
    width: auto;
}

.q, .a {
    transition-duration: 0.1s;
    transition-property: opacity;
    transition-timing-function: linear;
	
	padding: 10px 10px 10px 44px;
    text-align: justify;
    text-indent: -32px !important;
	line-height:23px;
}

.q:hover {
    
}
.a span, .q span{display:inline-block;width:32px;font-weight:bold;text-indent:0px;color:#666;}
.a span{color:#F15A24;}
.faq .q {
	cursor: pointer;
	background: ;
	border: 1px solid #b3b3b3;
	margin: 10px 0px 0px 0px;
}

.faq .a {
	background: #FFE4D4;
	border: 1px solid #FFC4A1;
	margin: 5px 0px 0px 0px;
	color:#F15A24;
}

.faq a {
    display: inline;
}

.tb_top_p {
	padding: 0px 0px 20px;
}

em.hissu_mark {
    color: #C1272D;
    font-size: 16px;
}

.contact p.top_txt {
	margin: 0px 0px 30px;
}

.form_btn_zone {
	text-align: center;
	margin: 20px 0px;
}



.contact table.list input {
	width: 90%;
	max-width: 500px;
}

.contact table.list input#zip3 {
	width: 120px;
}

.contact table.list input#addr3 {
	margin: 10px 0px 0px;
}

.contact table.list textarea {
	width: 90%;
	max-width: 660px;
}

.contact table.list input#chk {
	width: auto;
}

.contact table.list input.button {
	display: inline-block;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background: #666;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	cursor: pointer;
	width: auto;
}



ul.policy_li li {

    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 28px;
    margin: 10px 0 5px 1em;
    list-style: square outside;

}

span.new_m {
	background: #cc3f3f;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-weight: bold !important;
	line-height: 12px;
	margin: 2px 0 0 9px;
	padding: 2.5px 8px 2px;
	vertical-align: top;
	border-radius: 4px;
	box-shadow: 0px 2px 0px #900;
}

body.sec #main_contents h2 span.new_m {
	margin: 12px 0 0 9px;
}


.wp-pagenavi {
    clear: both;
    font-size: 12px;
    margin: 25px 0 70px;
    text-align: center;
}
.wp-pagenavi a {
    border: 1px solid #666;
	color: #666;
    border-radius: 3px;
    margin: 3px;
    padding: 6px 8px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi span {
    border: 1px solid #666666;
    border-radius: 3px;
    margin: 3px;
    padding: 6px 8px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi span.pages {
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    color: #a8a8a8;
    margin: 3px;
    padding: 6px 8px;
    text-decoration: none;
    display: inline-block;
	background: #FFFFFF;
}
.wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #666;
    border-color: #666;
    color: #FFFFFF;
}
.wp-pagenavi span.current {
    border-color: #666666;
    display: inline-block;
	background: #c5c5c5;
}
.wp-pagenavi span.current {
    font-weight: bold;
    display: inline-block;
}

/* wordpress本文用 */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	}

img.alignright {
	
	margin-top: 0px;
	margin-right:0px;
	margin-bottom:20px;
	margin-left:20px;
	display: inline;
	}

img.alignleft {
	
	margin-top: 0px;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:0px;
	display: inline;
	}

img.alignnone {
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.size-full {
    max-width: 100% !important;
}

img.aligncenter, img.alignright, img.alignleft, img.alignnone {
	max-width: 600px;
}

.slides_li .pc {
	display: block !important;
}

.slides_li .sp {
	display: none !important;
}

.truck_img_ul {
	max-width: 985px;
	height: auto;
	overflow: hidden;
	margin: 0px -25px -50px 0px;
}

.truck_img_box {
	float: left;
	max-width: 467px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 5px 25px 50px 0px;
}

.truck_img_box p {
	text-align: center;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
}

.truck_img_box img {
	width: 100%;
	border-radius: 10px;
}

.rec_img_box {
	max-width: 985px;
	height: auto;
	overflow: hidden;
	margin: 0px -25px -20px 0px;
}

.contact table.list input.chks {
	width: auto;
	max-width: 1em;
}

.chkslabel {
	display: inline-block;
	margin: 0px 0px 10px;
}

.error_comment {
	display: block;
	color: #EE3639;
	border: 4px solid #EE3639;
	background: #ffe766;
	font-size: 14px;
	padding: 10px;
	margin: 0px 0px 30px;
	border-radius: 6px;
}

.error_comment p {
	color: #EE3639;
	font-size: 14px;
	padding: 0px;
	line-height: 18px;
}

.error_comment p span.er {
	display: block;
	color: #EE3639;
	font-size: 10px;
	margin: 10px 0px 0px;
	line-height: 16px;
	padding: 5px;
	background: #fff;
	border-radius: 3px;
}

.error_comment p.error_title {
	color: #EE3639;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #EE3639;
}

#head_tel {
	max-width: 100%;
	padding: 11px 15px 9px 15px;
	text-align: center;
}

#head_tel p {
	display: inline-block;
	padding: 0px 3px;
	color: #fff;
	line-height: 18px;
}

#head_tel p.ht_tel {
	text-align: left;
	font-size: 12px;
}

#head_tel p.ht_time {
	font-size: 10px;
	text-align: left;
}

#head_tel p.ht_tel a {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	font-family: "Arial Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Gadget, "sans-serif";
	font-weight: bold;
	margin: 0px 4px 4px 6px;
	color: #fff;
	transform: scaleY(1.3);
	padding: 0px 0px 0px 27px;
}

#head_tel p.ht_tel a::before {
	left: 5px;
	width: 4px;
	height: 10px;
	border-width: 5px 0 5px 2px;
	border-style: solid;
	border-color: #fff;
	background: transparent;
	-webkit-border-top-left-radius: 3px 5px;
	-webkit-border-bottom-left-radius: 3px 5px;
	-moz-border-radius-topleft: 3px 5px;
	-moz-border-radius-bottomleft: 3px 5px;
	border-top-left-radius: 3px 5px;
	border-bottom-left-radius: 3px 5px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);

	margin: -8px -1px 0 0;
	content: "";
	position: absolute;
	top: 50%;
}
	
#head_tel p.ht_tel a::after {
	left: 10px;
	width: 6px;
	height: 8px;
	margin-top: -8px;
	border: 4px double #fff;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-width: 4px 4px 0 0;
	background: transparent;
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
	
	margin: -8px 1px 0 0;
	content: "";
	position: absolute;
	top: 50%;
}

#head_tel p.ht_time span {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin: 0px 4px 2px 0px;
	color: #fff;
	transform: scaleY(1.0);
	text-align: left;
}

#menu_tel {
	display: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼loading用▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}

#loader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 200;
}

/*　========================画面サイズが1000px以下========================　*/
@media screen and (max-width: 1000px) {

.truck_img_ul {
	margin: 0px -25px -40px 0px;
}

.truck_img_box {
	width: calc(50% - 25px);
	margin: 5px 25px 40px 0px;
}

.truck_img_box p {
	margin: 3px 0px 0px 0px;
	font-size: 12px;
}
	
.rec_img_box {
	margin: 0px -25px 0px 0px;
}

}

/*　========================画面サイズが880px以下========================　*/
@media screen and (max-width: 880px) {

#g_nav .sp {
	display: inline-block !important;
}

#footer_nav_1 .sp {
	display: inline-block !important;
}

.pc {
	display: none !important;
}

nav#g_nav {
    position: fixed;
    z-index: 110;
    top: 0px;
    left: 0;
    background:;
    color: #666;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	margin: 0px;
}

nav#g_nav .navwrap {
    margin: 0px;
    padding: 93px 0px 17px;
    width: 100%;
}
 
nav#g_nav ul {
    background: #fff;
    margin: 0px auto;
    padding: 0;
    width: calc(100% - 30px);
	border-radius: 3px;
	max-height: 240px;
	overflow-y: scroll;
}
 
nav#g_nav ul li {
    font-size: 12px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #666;
	margin: 0px;
	float: none;
}

nav#g_nav ul li:hover {
    background: #fff;
	margin: 0px;
	float: none;
}

nav#g_nav ul li:last-child {
    border-bottom: none;
}

nav#g_nav ul li a {
    display: block;
    color: #666;
    padding: 1em;
	text-align: center;
}
 
/* このクラスを、jQueryで付与・削除する */
nav#g_nav.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
}

#menu_tel {
	display: block;
	width: calc(100% - 90px);
	padding: 0px;
	text-align: left;
	position: absolute;
	top: 12px;
	left: 15px;
	max-height: 70px;
	overflow: hidden;
}

#menu_tel p {
	display: block;
	padding: 0px;
	color: #fff;
	line-height: 21px;
	text-align: left;
}

#menu_tel p.ht_tel {
	font-size: 12px;
}

#menu_tel p.ht_time {
	font-size: 10px;
}

#menu_tel p.ht_tel a {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	font-family: "Arial Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Gadget, "sans-serif";
	font-weight: bold;
	margin: 3px 4px 5px 0px;
	color: #fff;
	transform: scaleY(1.3);
	padding: 0px 0px 0px 25px;
}

#menu_tel p.ht_tel a::before {
	left: 5px;
	width: 4px;
	height: 8px;
	border-width: 5px 0 5px 2px;
	border-style: solid;
	border-color: #fff;
	background: transparent;
	-webkit-border-top-left-radius: 3px 5px;
	-webkit-border-bottom-left-radius: 3px 5px;
	-moz-border-radius-topleft: 3px 5px;
	-moz-border-radius-bottomleft: 3px 5px;
	border-top-left-radius: 3px 5px;
	border-bottom-left-radius: 3px 5px;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);

	margin: -8px 0 0;
	content: "";
	position: absolute;
	top: 50%;
}
	
#menu_tel p.ht_tel a::after {
	left: 10px;
	width: 6px;
	height: 6px;
	margin-top: -8px;
	border: 4px double #fff;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-width: 4px 4px 0 0;
	background: transparent;
	-webkit-border-radius: 0 15px 0 0;
	-moz-border-radius: 0 15px 0 0;
	border-radius: 0 15px 0 0;
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	transform: rotate(15deg);
	
	margin: -8px 0 0;
	content: "";
	position: absolute;
	top: 50%;
}


#menu_tel p.ht_time span {
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
	margin: 0px 4px 4px 0px;
	color: #fff;
	transform: scaleY(1.0);
}
	
}

/*　========================画面サイズが600px以下========================　*/
@media screen and (max-width: 600px) {

.footer_nav_box {
	max-width: 100%;
	width: 100%;
}

.footer_nav_box li {
	width: 70%;
}

.custom_img_box {
	max-width: 45%;
}
	
#head_tel {
	text-align: left;
	padding: 13px 15px 10px 15px;
}

#head_tel p.ht_tel a {
	display: block;
	font-size: 24px;
	margin: 7px 4px 0px 0px;
	line-height: 20px;
}
	
#head_tel p.ht_time {
	display: block;
	margin: 7px 4px 0px 0px;
}

img.aligncenter, img.alignright, img.alignleft, img.alignnone {
	margin: 0px 0px 20px;
	width: 100%;
	height: auto;
}
	
.contact table.list th {
	display: block;
	padding: 15px 10px 0px;
}

.contact table.list td {
	float: left;
	padding: 10px 10px 15px;
}

.contact table.list td select {
	margin: 5px;
}

}

/*　========================画面サイズが450px以下========================　*/
@media screen and (max-width: 450px) {

.service img.service_img {
	width: 100%;
}
	
#footer_inner {
    padding: 0px 20px 60px 0px;
}
	
.truck_img_ul {
	margin: 0px -25px -30px 0px;
}

.truck_img_box {
	width: calc(100% - 25px);
	margin: 5px 25px 30px 0px;
}

.truck_img_box p {
	margin: 3px 0px 0px 0px;
	font-size: 10px;
}

}

/*　========================画面サイズが400px以下========================　*/
@media screen and (max-width:400px) { 

.flexslider .slide_img {
	width: 100%;
}

body.sec #title_zone h1 {
	font-size: 26px;
	line-height: 34px;
	margin: 35px 20px 35px;
	letter-spacing: 0.2em;
}

header section#section_nav h1 a {
	margin: 20px 80px 22px 20px;
}

header section#section_nav h1 a img {
	width: 100%;
}

#main_contents h1 {
	font-size: 24px;
	line-height: 32px;
}

body.sec #main_contents h2 {
	font-size: 24px;
	line-height: 32px;
}
	
body.sec #main_contents h2 span.new_m {
	margin: 8px 0 0 9px;
}

#main_contents {
	padding: 42px 20px 20px;
}

.contents_box {
	margin: 0px 0px 50px;
}

.slides_li .pc {
	display: none !important;
}

.slides_li .sp {
	display: block !important;
}

}

/*　========================画面サイズが400pxから1000pxまで========================　*/
@media screen and (min-width:400px) and ( max-width:1000px) {

.flexslider .slide_img {
	width: 100%;
}

}

/*　========================画面サイズが1000px以上========================　*/
@media screen and (min-width:1000px) {

.flexslider .slide_img {
	width: 1000px;
}

}

