@charset "utf-8";
/*
	Description: initial setting
	Version: 1.0
	Author: idealgrow
*/
/*
===== CONTENTS ===========================================

	1: BASE LAYOUT

==========================================================
*/

/*
===== 1: BASE LAYOUT =====================================
*/
main{
	min-height: calc(100vh - 440px);
}
.inner{
	max-width: 1100px;
	margin: 0 auto;
}
#headTop{
	background: #dddddd;
}
#headTop p{
	color: #b2b2b2;
	text-align: right;
}
#headIn{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 0 0;
}
#headIn h1{
	width: 409px;
}
#headIn h1 img{
	display: block;
}
#headIn div{
	margin-left: auto;
	display: flex;
	align-items: center;
}
#headIn div .tel{
	font-size: 36px;
	color: #009f73;
	line-height: 1;
	font-weight: bold;
}
#headIn div .tel:before{
	content: "";
	background: url("../img/shared/ico_tel.webp")center center no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right:6px; 
}
#headIn div .time span{
	font-size: 14px;
	display: block;
	font-weight: bold;
}
#headIn div .time{
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}
#headIn ul{
	width: 100%;
	margin-top: 30px;
	display: flex;
}
#headIn ul li{
	width: 20%;
	border-right: solid 1px #d7d7d7;
}
#headIn ul li:first-of-type{
	border-left: solid 1px #d7d7d7;
}
#headIn ul li a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.4;
	padding: 15px 0;
	color: #000;
	font-weight: bold;
}
#headIn ul li a:hover,#headIn ul li.stay a{
	background: #009f73;
	color: #fff;
}
#headIn ul li a:hover span,#headIn ul li.stay a span{
	color: #fff;
}
#headIn ul li a span{
	display: block;
	transition: all 0.3s;
	color: #009f73;
	font-size: 12px;
}
footer{
	background: #000000;
	padding: 80px 0 60px 0;
}
footer .inner{
	display: flex;
	align-items: flex-end;
}
footer .inner p{
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}
footer .inner div p:first-of-type{
	margin-bottom: 20px;
}
footer .inner p.copy{
	font-size: 14px;
	margin-left: auto;
}
#breadCrumbs {
    border-bottom: solid 1px #ddd;
    padding: 10px 15px;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
#breadCrumbs ol {
    display: table;
    padding-right: 15px;
}
#breadCrumbs ol li {
    font-size: 14px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 26px;
    position: relative;
}
#breadCrumbs ol li a {
    color:#009F73 !important;
	text-decoration: none;
}
#breadCrumbs ol li:last-child {
    padding-right: 0;
}
#breadCrumbs ol li:last-child:after {
    display: none;
}
#breadCrumbs ol li:after {
    position: absolute;
    content: '>';
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
@media screen and (min-width: 1100px) {
    #breadCrumbs {
        border-top: none;
        padding: 10px 15px 5px 15px;
        box-shadow: 0px 4px 7px -4px rgba(0, 0, 0, 0.34) inset;
    }
    #breadCrumbs ol {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
    }
}