@charset "utf-8";

body {
	font: 15px/1.5 sans-serif;
/*	background:*/
}

img {
	max-width: 100%;
	height: auto;
}

/* header*/
header {
	width: 100%;
	padding-top: 10px;
}

#brand {
	display: block;
	float: left;
	width: 300px;
	margin: 0;
	margin-left: 5px;
}


/*--------------------------------------
	header .navigation
--------------------------------------*/
header .navigation .toggle_open,
header .navigation .toggle_layer,
header .navigation .toggle_target {
	position: fixed;
	top: 0;
	z-index: 1000;
}

/* toggle_open */
header .navigation .toggle_open {
	right: 0;
	padding: 15px 5px 5px 8px;
	border-radius: 0 0 0 12px;
	border: none;
	color: #fff;
	background-color: #c1000f;
}
header .navigation .toggle_open div span {
	display: block;
	width: 32px;
	margin: 0 auto 9px;
	border-top: solid 4px #fff;
}
header .navigation .toggle_open > span {
	font-size: 1.2em;
	letter-spacing: 1px;
}

/* toggle_layer */
header .navigation .toggle_layer {
	left: 0;
	display: none;
	width: 100%; height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/* toggle_target */
header .navigation .toggle_target {
	left: 0;
	display: none;
	width: 100%;
	background-color: #ffffef;
}
header .navigation .toggle_target li {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #fff;
}
header .navigation .toggle_target li+li {
	border-bottom: solid 1px #fff;
}
header .navigation .toggle_target li a {
	display: block;
	padding: 7px 10px;
	color: #fff;
	text-decoration: none;
}
header .navigation .toggle_target button {
	display: block;
	width: 100%;
	padding: 10px;
	padding-left: 38px;
	border: none;
	color: #fff;
	font-size: inherit;
	text-align: center;
	background: transparent;
}
header .navigation .toggle_target button span {
	position: relative;
}
header .navigation .toggle_target button span::before,
header .navigation .toggle_target button span::after {
	content: ".";
	position: absolute;
	left: -35px;
	top: 8px;
	display: block;
	width: 28px;
	border-top: solid 3px #fff;
	font-size: 0;
}
header .navigation .toggle_target button span::before {
	transform: rotate(45deg);
}
header .navigation .toggle_target button span::after {
	transform: rotate(-45deg);
}

/* contact */
header .tel {
	vertical-align: top;
	display: inline-block;
	float:left;
	position: static;
	height: 37px;
	padding-left: 41px;
	margin: 5px;
	background: url(/img/houchi/bg_banner_freedial.png) no-repeat;
}
header .tel span {
	position: static;
	font-size: 20px;
	font-family: arial;
	color: #111;
}
.open_hour {
	float: right;
	margin-top: 5px;
}


/* header nav */
header nav {
	float: right;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
	background-color: #c1000f;
}
header nav li a {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	background: none;
}


/* main */
main {
	width: 100%;
}

#breadcrumb {
	margin-left: 10px;
}


section {
	box-sizing: border-box;
	float: none;
	width: 100%;
	padding-right: 10px !important;
}
section section {
	padding-right: 0 !important;
}

section h2 {
	height: auto;
	margin-left: -15px;
	padding: 3px 7px;
	font-size: 16px;
	background-position: 0 bottom;
}

/* flow */
#flow{
	display: none;
}
/*
#flow ol li{
	display: inline-block;
	position: static;
	width: auto;
	line-height: 1em;
	vertical-align: top;
	margin: 0;
	background: none;
}
#flow ol li + li::before{
	position: relative;
	top: -3px;
	display: inline;
	content:">";
	margin: 0 10px;
}

#flow ol li img {
	display: none !important;
}


#flow ol li a {
	display: inline-block;
	width: auto !important;
	height: auto;
	text-indent: 0;
	background: none !important;
	border: none !important;
}

#flow .documents {
	padding: 10px 0;
	text-align: left;
}
#flow .documents li {
	margin-right: 10px;
}
*/

#flow_sub .prev {
	box-sizing: border-box;
	float: left;
	width: 150px;
	height: 61px;
	background: url("/img/houchi/bg_flow_sub_prev.png") no-repeat left top;
	background-size: contain;
	padding-left: 10px;
}

#flow_sub .current {
	display: none;
}

#flow_sub .next {
	box-sizing: border-box;
	float: right;
	width: 150px;;
	height: 61px;
	background: url("/img/houchi/bg_flow_sub_next.png") no-repeat right top;
	background-size: contain;
	padding-right: 10px;
}


div.attention strong.important3 {
	top: -26px;
}

.sp_clear {
	clear: both;
}
.sp_nofloat {
	float: none;
}

.link5 {
	clear: both;
	display: block;
	width: 90%;
	padding: 15px 5px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border: 3px solid #d00;
	border-radius: 15px;
}





/* aside */
.aside {
	display: none;
}



/* adg */
div.contact{
	padding: 10px;
	margin-top: 10px;
	text-align: left;
	border: 2px solid #f00;
	border-radius: 5px;
	background: #fff;
}

div.contact b{
	display: block;
	text-align: center;
	font-size: 20px;
}

.contact span.tel {
	display: block;
	width: auto;
	height: 37px;
	line-height: 37px;
	padding: 0;
	margin-bottom: 10px;
	background: url(/img/houchi/bg_banner_freedial.png) no-repeat;
	text-align: left;
	text-indent:40px;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: 1px;
	color: #222 !important;
	text-shadow: none;
}

form span.important {
	display: block;
	font-size: 10px;
}


/* footer */
footer {
	padding-top: 10px;
	padding-bottom: 60px;
}

#footer_nav {
	box-sizing: border-box;
	position: static;
	width: 100%;
	padding: 10px;
}

#footer_nav ul {
	margin-bottom: 10px;
}

#footer_nav li {
    list-style: disc inside;
}

#copyright {
	clear: both;
	position: static;
	padding: 0;
	background: none;
}

#footer_contacts{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    height: 45px;
    z-index: 100000000;
}

#footer_contacts p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #d00;
}

#footer_contacts a {
    box-sizing: border-box;
    float: left;
    display: block;
    width: 50%;
    width: 33%;
    height: 60px;
    height: 45px;
    padding: 8px 0;
    color: #fff;
    line-height: 6px;
    font-size: 22px;
    font-style: oblique;
    text-align: center;
}

#footer_contacts a.mail {
    width: 34%;
    background: #2943c7;
}
#footer_contacts a.line {
    background: #00b900;
}
#footer_contacts a.freedial {
    background: #e95018;
}

#footer_contacts a span {
	font-size: 0.8em;
    font-weight: normal;
}

#footer_contacts a #contents_text{
    font-size: 0.6em;
    font-style: oblique;
    line-height: 31px;
}
#footer_contacts a.mail #contents_text{
    font-size: 0.5em;
}

#footer_contacts a img {
    width: auto;
    height: 30px;
    margin-right: 10px;
	margin-bottom: -8px;
}

footer .area-info {
	width: 90%;
}


@media screen and (max-width: 374px) {
    #contacts a {
        font-size: 16px;
    }
    #contacts a #contents_text{
        font-size: 0.5em;
        line-height: 22px;
    }
}
