@charset "utf-8";
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
img{
width: 100%;
height: auto;
}
body {
	min-width: initial;
	min-width: auto;
	background: #FFF;
	background-size: 1px 135px;
}
#container {
	width: 100%;
	clear: both;
}
#main {
	width: auto;
	margin-bottom: 10%;
}
.pc_area {
	display: none;
}
.sp_area {
	display: block;
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	position: relative;
}
#header .inner {
	width: auto;
	height: auto;
	padding: 2% 3%;
	overflow: visible;
}

#header .inner h1 {
	display: none;
}

#header .inner .logos {
	padding-top: 4%;
	width: 68%;
	overflow: visible;
	position: relative;
}

#header .inner .logos .logo {
	float: none;
}

#header .inner .logos .since {
	display: none;
	padding: 0;
	width: 100%;
	float: none;
	position: absolute;
	top: -2%;
	left: 0;
	text-align: center;
}

#header .inner .logos .since .since_t {
	font-size: 1em;
}

#header .inner .details {
	padding-top: 2%;
	width: 30%;
}

#header .inner .details .h_image01,
#header .inner .details .h_text01,
#header .inner .details .h_text02 {
	display: none;
}

#header .inner .details .h_tel {
	width: 100%;
	padding: 0% 0 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: -0.05em;
}

#header .inner .details .h_tel:before {
	display: none;
}

#header .inner .details .h_tel .sp_area {
	width: 100%;
	height: auto;
	min-height: 3.5em;
	border: 2px solid #EAE5D2;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	line-height: 1.3;
	background: -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Firefox�� */
	background: -o-linear-gradient(rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(234,229,210,0.8))); /* Safari,Google Chrome�� */
	background: linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8));
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#header .inner .details .h_tel .sp_area span {
	padding: 6% 0 0;
	display: block;
}

#header .inner .details .h_tel .sp_area.active span {
	padding: 17% 0 0;
}

#header .inner .details .time {
	display: none;
}




#header .inq_box {
	padding: 10% 5%;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #EAE5D2;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 4px solid #bfbaa8;
	display: none;
	z-index: 10;
}

#header .inq_box .tel {
	font-size: 24px;
	color: #E94435;
	font-weight: bold;
}

#header .inq_box .time {
	font-weight: bold;
	margin-bottom: 10px;
}

#header .inq_box .tel_call,
#header .inq_box .inq_inq {
	margin-bottom: 10px;
	background: #E94435;
}

#header .inq_box .inq_inq {
	margin-bottom: 0;
}

#header .inq_box a {
	padding: 3%;
	display: block;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}


/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

.navi {
	background: none;
}

#gNavi {
	width: 95%;
	margin: 0 auto;
	border: 1px solid #84D5D2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
}

.navi ul {
	width: auto;
}

.navi ul li {
	width: auto;
	height: auto;
	float: none;
	text-align: left;
	border-bottom: 1px solid #84D5D2;
	background: -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Firefox�� */
	background: -o-linear-gradient(rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(234,229,210,0.8))); /* Safari,Google Chrome�� */
	background: linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8));
}

.navi ul li:after {
	display: none;
}

.navi ul li:nth-child(2),
.navi ul li:nth-child(3),
.navi ul li:nth-child(4),
.navi ul li:nth-child(5) {
	width: auto;
}
.navi ul li:last-child {
	border-bottom: none;
}
.navi ul li:nth-child(4):after,
.navi ul li:nth-child(5):after {
	display: none;
}
.navi ul li a,
.navi ul li:nth-child(2) a,
.navi ul li:nth-child(5) a {
	display: block;
	height: 20%;
	padding: 5%;
	font-size: 16px;
	color: #956134;
	text-decoration: none;
}

.navi ul li:nth-child(5) a {
	color: #FFFF7C;
}

.f_navi ul li a,
.f_navi ul li:nth-child(2) a,
.f_navi ul li:nth-child(5) a {
	padding: 2% 5%;
}

.menu-toggle {
	padding: 2% 5%;
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	display: block;
	background: #84D5D2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;}




/*------------------------------------------------------------
	�ѥ󥯥��ꥹ��
------------------------------------------------------------*/
#pagePath {
	margin: 3% 2% 5%;
	font-size: 12px;
}

#pagePath li {
	margin-right: 2px;
	display: inline;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	#conts
------------------------------------------------------------*/
#conts {
	width: auto;
	float: none;
}

/*------------------------------------------------------------
	side
------------------------------------------------------------*/
#side {
	display: none;
}

/*------------------------------------------------------------
	��ͨ�ѩ`��
------------------------------------------------------------*/
#conts .ttl01 {
	padding: 2% 5%;
	border-bottom: 6px solid #A5CCB0;
	background: #357A68;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

#conts .ttl01 span {
	padding-left: 20px;
	position: relative;
	display: block;
	line-height: 1.7;
}


#conts .ttl01 span:before {
	margin-top: 0;
	top: 12%;
	left: 0;
}

#conts .ttl02 {
	margin: 0 2%;
	padding: 0 2% 0 4%;
	border-left: 7px solid #357A68;
	font-size: 18px;
	font-weight: bold;
}

.cm_text {
	font-size: 16px;
	margin: 10% 5% 5%;
}

.cm_catch01 {
	font-size: 18px;
}

.cm_bn01 {
	width: auto;
	margin: 0 3%;
	padding: 3%;
	border: 0.5em solid #F6F0E9;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cm_bn01 .inquiry {
	width: auto;
	float: none;
}

.cm_bn01 .inquiry .tel,
.cm_bn01 .inquiry .tel:before,
.cm_bn01 .inquiry .time {
	display: none;
}

.cm_bn01 .inquiry .btn {
	padding: 5% 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}

.cm_bn01 .inquiry .btn:before {
	left: 4%;
}

.cm_bn01 .detail {
	width: auto;
	float: none;
}

.cm_bn01 .detail .image01 {
	display: none;
}

.cm_bn01 .detail .inner {
	padding: 5% 0 0;
	width: auto;
	position: relative;
	z-index: 3;
	letter-spacing: -0.05em;
	font-size: 12px;
	line-height: 1.6;
}

.cm_bn01 .detail .inner p:first-child {
	margin-bottom: 2%;
	font-size: 13px;
	letter-spacing: 0;
	text-align: center;
}


.cm_cap01 {
	font-size: 16px;
}

.cm_box01 {
	width: auto;
	margin: 0 auto;
}

.cm_box02 {
	padding: 5%;
	border: 10px solid #D4E3DF;
}

.cm_dl {
	margin: 0 4%;
	font-size: 16px;
}

.cm_dl dt {
	font-size: 16px;
	text-indent: -3em;
	margin-left: 3em;
	line-height: 1.5;
}

.cm_dl dd {
	margin-bottom: 5%;
	font-size: 14px;
}

.cm_service_btn {
	display: block;
	text-align: center;
	width: 90%;
	height: auto;
	margin: 0 auto 2%;
	padding: 6% 0;
	border: 2px solid #EAE5D2;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	line-height: 1.3;
	background: -moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Firefox�� */
	background: -o-linear-gradient(rgba(255,255,255,0.8),rgba(234,229,210,0.8)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.8)),to(rgba(234,229,210,0.8))); /* Safari,Google Chrome�� */
	background: linear-gradient(top,rgba(255,255,255,0.8),rgba(234,229,210,0.8));
	color: #E94435;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.sp_open {
	display: none;
	width: 90%;
	margin: 0 auto;
	border-bottom: none;
}

.break {
	display: block;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.pagetop {
	width: 18%;
	margin: 0 auto 5%;
}

.pagetop a {
	text-decoration: none;
	font-size: 14px;
}

.pagetop a img {
	display: block;
	margin-bottom: 10%;
}

#footer {
	padding: 5% 0 0;
}

#footer .f_logo {
	margin: 0 12%;
}

#footer .add {
	margin: 0 5% 1% 5%;
	padding-top: 2%;
}
#footer .pdflink {
	text-align: center;
	margin-bottom: 5%;
}

#footer .f_inner {
	padding: 0 5%;
	margin: 0 auto;
	width: auto;
	text-align: left;
	font-size: 14px;
}

#footer .f_inner p {
	margin-bottom: 20px;
}

#footer .f_inner p span {
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
}

#footer .side_bn_list {
	text-align: center;
}

#footer .side_bn_list li {
	display: inline-block;
	margin: 0 1% 5%;
	width: 43%;
}

#footer small {
	padding: 5%;
	font-size: 14px;
	display: block;
	text-align: center;
	background: #56C5C1;
}
