@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .navi05 a {
	color: #66cc66;
	border-bottom: 2px solid #66cc66;
}

#gHeader {
	padding-bottom: 64px;
	background: url(../img/living/h_bg.jpg) repeat-x center top;
}

#gHeader .hBox {
	margin-bottom: 46px;
}

.headLine01 {
	font-size: 40px;
    font-family: 'TsukuARdGothicStd';
	text-align: center;
	font-weight: normal;
}

#main h3 {
	margin: 0 6px 33px 0;
	text-align: center;
	font-size: 30px;
	font-family: 'TsukuARdGothicStd';
	text-align: center;
	font-weight: normal;
	background: url(../img/common/ttl_bg.png) no-repeat center bottom;
	padding-bottom: 15px;
	color: #4D3C2E;
}

#main .h3Ttl01 {
	margin: 0 0 39px 0;
}

#main .textP {
	margin-bottom: 24px;
	text-align: center;
	line-height: 2.0;
	font-weight: bold;
	letter-spacing: -0.6px;
}

table{
	width: 100%;
	border: solid 1px #ccc;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table th{
	width: 30%;
	background: #EBF9EC;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

table td{
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

table td.prc{
	text-align: right;
	padding-right: 300px;
}

table td.end{
	border-top:solid 2px #ccc;
}










#main .dayBox {
		margin: 0 ;
		padding: 170px 0 0;
		background: url(../img/living/sp_bg.jpg) repeat-x center top #EBF9EC;
/* 		background-size: 100% auto; */
	}

#main .dayBox table{
	width: 1000px;
	margin: 0 auto;
}

#main .dayBox table th{
	background: #FEFCE0;
}


#main .dayBox table td{
	background: #fff;;
}

#main .dayBox .bgBox {
	padding-bottom: 42px;
}

#main .dayBox h3 {
	margin-bottom: 25px;
}

#main .dayBox h3 img {
	width: 150px;
}

#main .dayBox p {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

#main .dayBox .whiteBox {
	padding: 10px 20px 25px 15px;
	width: auto;
}

#main {
	margin-bottom: 0;
}

html body div#container section#main div.dayBox div.bgBox div.mainBox div.box dl{
	width: 171px;
	margin-bottom: 20px;
}

html body div#container section#main div.dayBox div.bgBox div.mainBox div.box{
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	justify-content: space-between;
	margin: 0 auto;
}

html body div#container section#main div.dayBox div.bgBox div.mainBox div.box dl dt img{
	border-radius: 10px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi .navi05 a {
		color: inherit;
		border-bottom: 1px dashed #CCC;
	}

	#gHeader {
		margin-bottom: 15px;
		padding-bottom: 28px;
		background-image: url(../img/living/sp_h_bg.jpg);
		background-size: auto 100%;
	}

	#gHeader .hBox {
		margin-bottom: 0px;
		padding-bottom: 13px;
	}

	.headLine01 {
		font-size: 30px;
	}

	#main h3 {
		margin: 0 0 14px 0;
		text-align: center;
		font-size: 22px;
		font-family: 'TsukuARdGothicStd';
		text-align: center;
		font-weight: normal;
		background: url(../img/common/sp_ttl_bg.png) no-repeat center bottom;
		background-size: 150px auto;
		padding-bottom: 15px;
		color: #4D3C2E;
	}

	#main h3 img {
		margin: 0 auto;
		width: 248px;
	}

	#main .textP {
		margin-bottom: 14px;
		font-size: 17px;
		font-weight: normal;
		text-align: left;
		line-height: 1.47;
		letter-spacing: -1px;
	}

	table td.prc{
	text-align: right;
	padding-right: 10px;
	padding-left: 0;
}

	table th{
	width: 20%;
	background: #EBF9EC;
	text-align: center;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

	#main .dayBox {
		margin: 0 ;
		padding: 100px 0 0;
		background: url(../img/living/sp_bg.jpg) repeat-x center top #EBF9EC;
		background-size: 100% auto;
	}

#main .dayBox table{
	width: 94%;
	margin: 0 3%;
}

#main .dayBox table th{
	background: #FEFCE0;
	display: block;
	width: 94%
}


#main .dayBox table td{
	background: #fff;
	display: block;
	border-left: none;
}



}

@media all and (min-width: 320px) and (max-width: 374px) {
	#main .dayBox .whiteBox table th {
		font-size: 16px;
	}

	#main .dayBox .whiteBox table td {
		font-size: 15px;
	}
}
