@charset "UTF-8";


/*----------------------------------------------------
	☆header 
----------------------------------------------------*/
#header{
	border-top: 3px #ae3c22 solid;
}


/*----------------------------------------------------
	☆contents
----------------------------------------------------*/

#contents{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeedd), to(#fff));
	background: linear-gradient(to bottom, #ffeedd, #fff);
	background-size: auto 200px;
	background-repeat: repeat-x;
}

h2 {
	background-color: #902342;
	background: #902342;
}

#news h2 .titletxt, #guide h2 .titletxt, #main #hours .titletxt, #main #mailset .titletxt, #main #access .titletxt, #main #yoyaku .titletxt, #main #now .titletxt {
	text-shadow: none;
	color: #fff;
}

h3 {
	border-bottom: 1px #875f3b solid;
	border-left: 4px #875f3b solid;
}

h4 {
	border-left: 2px #875f3b solid;
}

#mainmenu h2 {
	background: #8f8f8f;
}

#mainmenu h2 .titletxt {
	text-shadow: none;
}

#mainmenu ul li {
	background: #f4f4f4;
}

#mainmenu ul li:hover {
	background: #FFFBD2;
}


/* 「はい」「いいえ」ボタン */
.btn01 { background: #f2d56c; }
.btn01 a:hover { background: #F7E29D; }

.btn02 { background: #f2d56c; }
.btn02:hover { background: #F7E29D; }

/* 「予約をとる」ボタン */
.btn03 { background: #f2d56c;}
.btn03 a:hover { background: #F4DD8A; }

/* 「最新の情報に更新する」ボタン */
.btn04 { background: #DFDFD0; }
.btn04 a:hover { background: #EBEBE2; }

/* 「メールアドレスを登録する」ボタン */
.btn05 { background: #E1CB73; }
.btn05 a:hover { background: #E6D288; }
.btn05 a span { color: #555555; text-shadow: none; }


/* 「戻る」ボタン */
.backb { background: #ccc!important; }
.backb a:hover{ background: #E1E1E1!important; }

/* ログイン「OK」ボタン */
.formarea input[type="submit"], .formarea2 input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 5;
}

.formarea input[type="submit"], .formarea2 input[type="submit"], .formarea2 a {
	background: #f2d56c;
	color: #555;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.formarea input[type="submit"]:hover, .formarea2 input[type="submit"]:hover, .formarea2 a:hover {
	background: #F4DD8A;
	color: #555;
	border: 2px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* 「予約選択」ボタン */
.bb-box2 ul li { background: #f4f4f4; }
.bb-box2 ul li:hover { background: #FFFBD2; }





/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 959px){

#contents{
	background-color: #f4f4f4;
	background-size: 0 0;
}


#mainmenu h2 , #main h2 {
	border-bottom: 2px solid #ffccaa;
}

#mainmenu h2 {
	border-bottom: 2px solid #ffccaa;
}


}

