@charset "UTF-8";
/* CSS Document */


/******************************************************

PC,タブレットの設定 480px以上の場合に適用 

*******************************************************/

/* ヘッダー */
#header {
	position: static!important;
	}



/* メイン */
#main {
	width: 1000px;
	margin: 100px auto;
	}
	
#main-contents {
	width: 1000px;
	}

.monthly-calendar caption {
	width: 100%;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	}

.monthly-calendar table {
	width: 100%;
	border: 1px solid #DBD5CA;
	margin-bottom: 70px;
	}
	
.monthly-calendar table th {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	}

.monthly-calendar table th, .monthly-calendar table td {
	padding: 15px 5px 15px 20px;
	}

.monthly-calendar table tr td {
	border-top: 1px solid #EEEEEE;
	}

.monthly-calendar table tr th:nth-child(1), .monthly-calendar table tr td:nth-child(1) {
	background-color: #FFEDF4;
	}

.monthly-calendar table tr th:nth-child(7), .monthly-calendar table tr td:nth-child(7) {
	background-color: #E1F6FF;
	}

.monthly-calendar table th.mon, .monthly-calendar table th.tue, .monthly-calendar table th.wed, .monthly-calendar table th.thu, .monthly-calendar table th.fri {
	background-color: #EEEEEE;
	}

.monthly-calendar table th:nth-child(1), .monthly-calendar table th:nth-child(2), .monthly-calendar table th:nth-child(3), .monthly-calendar table th:nth-child(4), .monthly-calendar table th:nth-child(5), .monthly-calendar table th:nth-child(6),
.monthly-calendar table td:nth-child(1), .monthly-calendar table td:nth-child(2), .monthly-calendar table td:nth-child(3), .monthly-calendar table td:nth-child(4), .monthly-calendar table td:nth-child(5), .monthly-calendar table td:nth-child(6) {
	border-right: 1px solid #DDDDDD;
	}

.monthly-calendar table .sun, .monthly-calendar table .sun a {
	color: #D90000;
	}

.monthly-calendar table .sat, .monthly-calendar table .sat a {
	color: #0C41ED;
	}

.monthly-prev-next {
	width: 1000px;
	overflow: hidden;
	height: 50px;
	}

.monthly-prev-next .monthly-next a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: right;
	border: 1px solid #87724e;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #87724e;
	}

.monthly-prev-next .monthly-next a:hover {
	background-color: #87724e;
	color: #FFFFFF;
	text-decoration: none;
	}

.monthly-prev-next .monthly-prev a {
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
	border: 1px solid #87724e;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #87724e;
	}

.monthly-prev-next .monthly-prev a:hover{
	background-color: #87724e;
	color: #FFFFFF;
	text-decoration: none;
	}

.monthly-prev .no-link {
	width: 200px;
	height: 50px;
	line-height: 50px;
	float: left;
	border: 1px solid #87724e;
	text-align: center;
	color: #87724e;
	}
	
.day-calendar h3 {
	width: 800px;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	margin: 0 auto 20px auto;
	}

.day-calendar p {
	width: 800px;
	font-size: 20px;
	margin: 0 auto 10px auto;
	}

.day-calendar table {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #DBD5CA;
	}

.day-calendar table tr:first-child {
	background-color: #EEEEEE;
	}

.day-calendar table tr th, .day-calendar table tr td {
	padding: 15px 5px 15px 20px;
	}

.day-calendar table tr {
	border-top: 1px solid #DDDDDD;
	}
	
.day-calendar table tr:first-child {
	border-top: 1px solid #DBD5CA;
	}

.day-calendar table .day-left {
	border-right: 1px solid #DDDDDD;
	}

#booking-form legend {
	width: 100%;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	}

#booking-form table {
	width: 100%;
	border: 1px solid #DBD5CA;
	margin-bottom: 70px;
	}

#booking-form table tr th, #booking-form table tr td {
	padding: 15px 5px 15px 20px;
	border-bottom: 1px solid #DDDDDD;
	}

#booking-form table tr th {
	border-right: 1px solid #DDDDDD;
	width: 20%;
	}

#booking-form table textarea {
	width: 90%;
	display: block;
	border: 1px solid #CCCCCC;
	}

#booking-reservation-fieldset table tr:nth-child(2) {
	display: none;
	}

#action-button button[type=submit] {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #87724e;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	color: #87724e;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#action-button button[type=submit]:hover {
	background-color: #87724e;
	color: #FFFFFF;
	}


/* フッター */
#footer #map {
	overflow: hidden;
	}

#footer #map .left {
	width: 530px;
	}

#footer .left p {
	margin-bottom: 10px;
	font-size: 14px;
	}

#footer .left table {
	width: 100%;
	text-align: center;
	border: 1px solid #87724e;
	margin-bottom: 10px;
	}

#footer .left table tr th {
	background-color: #e5f9f8;
	border-bottom: 1px solid #87724e;
	border-right: 1px solid #87724e;
	text-align: center;
	padding: 5px;
	}

#footer .left table tr td {
	border-right: 1px solid #87724e;
	padding: 5px;
	}

#footer #map .right {
	width: 650px;
	height: 650px;
	}

#footer .right iframe {
	width: 100%;
	height: 100%;
	display: block;
	}

#footer #chosakuken {
	background-color: #8ecfd6;
	height: 55px;
	color: #FFFFFF;
	}

#footer #chosakuken p {
	line-height: 55px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	}


/******************************************************

SPの設定 480px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 480px){

/* メイン */
#main {
	margin: 40px auto 70px auto;
	overflow: hidden;
	width: 100%;
	}
	
#main-contents {
	width: 95%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

.monthly-calendar caption {
	width: 100%;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 18px;
	padding-left: 10px;
	}

.monthly-calendar table {
	margin-bottom: 50px;
	}

.monthly-calendar table th, .monthly-calendar table td {
	padding: 15px 5px;
	}

.monthly-prev-next {
	width: 100%;
	height: 40px;
	}

.monthly-prev-next .monthly-next a {
	width: 40%;
	height: 40px;
	line-height: 40px;
	}

.monthly-prev-next .monthly-prev a {
	width: 40%;
	height: 40px;
	line-height: 40px;
	}

.monthly-prev .no-link {
	width: 40%;
	height: 40px;
	line-height: 40px;
	}

.day-calendar h3 {
	width: 100%;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	margin: 0 auto 20px auto;
	}

.day-calendar p {
	width: 100%;
	margin: 0 auto 10px auto;
	}

.day-calendar table {
	width: 100%;
	font-size: 16px;
	}

.day-calendar table tr th, .day-calendar table tr td {
	padding: 15px 5px;
	}

#booking-form legend {
	width: 100%;
	color: #87724e;
	background-color: #DBD5CA;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	}

#booking-form table {
	margin-bottom: 50px;
	}

#booking-form table tr th, #booking-form table tr td {
	padding: 15px 5px;
	}

#booking-form table tr th {
	width: 25%;
	}

#booking-form table textarea {
	width: 100%;
	}

#booking-reservation-fieldset table tr:nth-child(2) {
	display: none;
	}

#action-button button[type=submit] {
	width: 70%;
	}
	

/* フッター */
#footer #map .left {
	width: 95%;
	margin: 0 auto 50px auto;
	}

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

#footer .left img {
	width: 80%;
	height: auto;
	display: block;
	}

#footer #map .right {
	width: 100%;
	height: 250px;
	}

#footer #chosakuken {
	height: 45px;
	}

#footer #chosakuken p {
	line-height: 45px;
	font-size: 14px;
	}


}