@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
            short_stay
==================================*/
#header {
    background-image: url(/img/shisetsu/morinoie_bekkan/short_stay/top_page/short_stay_img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.kaigo_kyoten .short_stay h2 {
    margin: 10px auto 30px;
    padding: 0 0 10px;
    color: #866743;
    font-size: 26px;
    font-weight: bold;
    background-image: url(/img/shisetsu/morinoie_bekkan/short_stay/top_page/h3_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.short_stay h3 {
	padding: 10px;
	font-size: 20px;
	border-left: #728229 solid 5px;
	text-align: left;
}
.short_stay p, .riyo li, .nagare li, .schedule li, .ryokin li {
	margin: 10px;
	font-size: 16px;
	text-align: left;
}
.riyo, .nagare, .schedule, .ryokin {
	padding: 10px;
}
.riyo li:before, .ryokin li:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    display: inline-block;
    background-color: #728229;
    border-radius: 50%;
}
.nagare img {
	float: right;
	padding: 10px 10px 10px 30px;
}
.nagare ul {
	width: 300px;
	margin: 10px 30px;
	padding: 10px 50px;
	border: 1px solid #D7FAC6;
	border-radius: 5px;
	background-color: #D7FAC6;
	font-size: 16px;
}
.nagare li {
	padding: 5px 10px;
}
.schedule h4 {
    font-weight: bold;
    font-size: 16px;
    margin: 10px auto;
    display: inline-block;
    width: 200px;
}
.schedule ul li {
	width: 700px;
    float: left;
    margin: 10px;
    border-bottom: #728229 dotted 1px;
}
.schedule img {
	display: block;
	padding: 30px 10px;
	margin:0 auto;
}
.schedule p {
	clear: both;
}
.ryokin h5 {
	margin: 20px 10px 10px;
	font-size: 18px;
	text-align: left;
}
.ryokin th {
	width: 200px;
    padding: 10px;
    border: #000000 solid 1px;
    color: #fff;
    background-color: #9AB77F;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.ryokin td {
    background-color: #FFFFFF;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px;
    width: 200px;
    border: #000000 solid 1px;
    text-align: center;
}
.ryokin td:first-of-type {
	background-color: #D7FAC6;
}
.service th:first-of-type, .service td:first-of-type {
	width: 250px;
}
.service th:nth-of-type(2), .service td:nth-of-type(2) {
	width: 100px;
}
.service th:last-of-type, .service td:last-of-type {
	width: 550px;
}
.ryokin .sonota .white {
	background-color: #FFFFFF;
}
.sonota th:last-of-type{
	width: 550px;
}
.event img {
    margin: 10px auto;
    border-radius: 10px;
}
.event ul {
    margin: 20px auto;
}
.event li {
    float: left;
    width: 230px;
    margin: 7px auto;
    font-size: 17px;
    text-align: left;
}
.month {
    margin: 0 10px 0 0;
    color: #728229;
    font-weight: bold;
}