@charset "utf-8";


/*-----------------------*/
/* reservation block     */
/*-----------------------*/

#rsv_box{
	width:100%;

	margin:0;
	padding:0;
	background-color:#efefef;
	opacity:0.85;

}

#rsv_box_b{
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	background-color:#efefef;
	opacity:0.85;
}


#rsv_box_in{
	
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	font-size:90%;
}
#rsv_box_in h3{
	width:150px;
	height:150px;
	margin:13px 22px 0 0;
	overflow:hidden;
	float:left;
}
#rsv_box_in form{
	margin:0;
	padding:12px 15px 10px 0;
	color:#464646;
}
#fomleft{
	width:400px;
	float:left;
	margin-top:5px;
}
#fomright{
	float:left;
	width:205px;
	margin-top:-3px;
	hight:30px;
}
#rsv_box_in form select{
	margin:5px;
}
#k_ym{
	float:left;
	margin:0 0 8px 5px;
}
#k_d{
	float:left;
	margin:0 5px 8px 0;
}
#s_n{
	float:left;
	margin:0 5px 8px 0; 
}
#tel{
	width:195px;
	float:right;
	margin:-10px 20px 0 0;
}



















* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
body p {
	padding-top:5px;
	padding-bottom:5px;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
header {
	background-image: url(images/bg-header.png);
	color: #FFFFFF;
	height: 80px;
}
#site_title {
	z-index: 1;
	position: absolute;
}
#top_width {
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}
div[id^="max_width"] {
	max-width: 1000px;
	margin: 0px auto;
}
#footer_width {
	max-width: 1000px;
	margin: 0px auto;
}
#menu_button img {
	width: 70%;
	height: auto;
}
#contact {
	display: none;
}

/* slideshow */
#content_wrap_slide {
	border-top: #efebdd 1px solid;
	border-bottom: #efebdd 1px solid;
	background-color: #fdfcf8;
	padding-top: 5px;
	padding-bottom: 5px;
}
#stage {
	max-width: 1000px;
	background-color: #fdfcf8;
	position: relative;
	margin: 0px auto;
}
#stage ul {
	padding: 0px;
	position:relative;
}
#stage ul li {
	width: 100%;
	list-style-type: none;
	position:absolute;
	opacity: 0;
}
#stage img {
	max-width: 100%;
	height: auto;
}
#slide_control {
	position: absolute;
}
[id^='photo_'] {
	cursor: pointer;
}
#prev_button {
	cursor: pointer;
}
#next_button {
	cursor: pointer;
}
#play_stop {
	cursor: pointer;	
}

/* nav */
#nav_pc {
	display: none;
}
#menu_button {
	position:fixed;
	top:0px;
	cursor: pointer;
	z-index:3;
}
#nav_mo {
	position:fixed;
	width: 100%;
	z-index:2;
}
#nav_mo ul {
	padding: 0px;
	background-image: -webkit-linear-gradient(270deg,rgba(148,112,68,1.00) 0%,rgba(102,71,42,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(148,112,68,1.00) 0%,rgba(102,71,42,1.00) 100%);
	background-color: #66472A;
}
#nav_mo ul li {
	list-style-type: none;
	font-size: 90%;
}
#nav_mo ul li a:link {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #2D1E10;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: color 0.5s ease-in-out 0s;
	-moz-transition: color 0.5s ease-in-out 0s;
	-ms-transition: color 0.5s ease-in-out 0s;
	-o-transition: color 0.5s ease-in-out 0s;
	transition: color 0.5s ease-in-out 0s;
}
#nav_mo ul li a:visited {
	padding-top: 13px;
	padding-bottom: 13px;
	color: #FFFFFF;
	border-bottom: 1px solid #2D1E10;
	text-decoration: none;
	display: block;
}
#nav_mo ul li a:hover {
	text-decoration: none;
	color: #B5AB9B;
}
#nav_mo ul li:last-child {
	margin-bottom: -1px;
}

.content_even {
	background-color: #FFFFFF;
}
.content_even a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_even a:visited {
	color: #000000;
}
.content_even a:hover {
	color: #AAAAAA;
}

.content_odd {
	background-color: #fdfcf8;
}
.content_odd a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
.content_odd a:visited {
	color: #000000;
}
.content_odd a:hover {
	color: #909090;
}

div[class^="bg-text"] {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 1;
	height:auto;
	overflow:hidden;
}
div[class^="bg-text"] p {
	text-align:left;
}

/* index.html h1 */
div[class^="bg-text"] h1 {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
	border-left: #C1B58B 5px solid;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* index.html 以外 h1 */
#h1_wrap {
	border-top: #efebdd 1px solid;
	border-bottom: #efebdd 1px solid;
	background-color: #fdfcf8;
	height: 80px;
}
#h1_wrap2 {
	max-width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
}
#h1_wrap2 h1 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	color: #322C16;
	border-left: #C1B58B 5px solid;
	padding-left: 10px;
	margin-left: 10px;
}
/* h2 */
div[class^="bg-text"] h2 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 10px;
}

.color1 {
	color: #FF0000; /* 赤色 */
}
.color2 {
	color: #FF6600; /* 橙色 */
}
.color3 {
	color: #9900CC; /* 紫色 */
}
.supplement {
	font-size: 90%;
	color: #6C6C6C; /* 補足 */
}

/* gallery modal */
.modal {
}
.modal dt {
	float: left;
	margin-bottom: 10px;
	border: 1px solid #E8E8E8;
	background-color: #FFFFFF;
}
.modal dt p {
	padding: 5px;
}
.modal dd {
	display: none;
}
#modal_bg {
	display: none;
	position: fixed;
	background-image: url(images/modal-bg.png);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
}
#modal_window {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 5;
}
#modal_window img {
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background-color: #F9F9F9;
	border-radius: 5px;
	z-index: 6; 
}
#modal_control {
}
#modal_prev_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}
#modal_next_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}
#modal_close_button {
	position: fixed;
	display: none;
	z-index: 7;
	cursor: pointer;
}

.img_450_left img {
	display: block;
	margin: auto;
}
.img_450_right img {
	display: block;
	margin: auto;
}

/* news */
#news {
}
#news ul {
	padding: 0px;
}
#news ul li {
	list-style-type: none;
	border-bottom: #C5BC9C 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news ul li:first-child {
	border-top: #C5BC9C 1px solid;
}

/* faq */
#faq {
	text-align: left;
}
#faq dt {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2D2D2D;
}
#faq dd {
	border-bottom: #C5BC9C 1px solid;
	padding-top: 10px;
	padding-bottom: 20px;
}
#faq dt:first-child {
	border-top: #C5BC9C 1px solid;
}

/* company */
#company {
	margin: 0px auto;
	border-collapse: collapse;
	width: 100%;	
}
#company tr {
}
#company th, #company td {
	border: #C5BC9C 2px solid;
}
#company th {
	background-color: #FCFAF2;
	padding: 20px;
	white-space: nowrap;
}
#company td {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
}

/* footer */
#footer_nav {
	display: none;
}
#bg-text-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
#bg-text-footer p {
}
#footer_content {
	margin-top: 10px;
	border-top: #462E18 2px solid;
	border-bottom: #462E18 2px solid;
	color: #FFFFFF;
	clear: both;
	background-image: -webkit-linear-gradient(90deg,rgba(148,112,68,1.00) 0%,rgba(102,71,42,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(148,112,68,1.00) 0%,rgba(102,71,42,1.00) 100%);
	background-color: #66472A;
}
#footer_content a:link {
	color: #FFFFFF;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#footer_content a:visited {
	color: #FFFFFF;
}
#footer_content a:hover {
	color: #B5AB9B;
}
footer {
	position: relative;
}
footer a:link {
	text-decoration: none;
}
footer a:visited {
	text-decoration: none;
}
#back_top {
	position: absolute;
	display: block;
	right: 0px;
	top: -30px;
	cursor: pointer;
}

@media only screen and (min-width: 500px) {
#site_title {
}
#site_title img {
}
#menu_button img {
	width: 100%;	
}
#nav_mo ul li a:link {
	padding-top: 15px;
	padding-bottom: 15px;
}
#nav_mo ul li a:visited {
	padding-top: 15px;
	padding-bottom: 15px;
}
}

@media only screen and (min-width: 600px) {
#footer_content {
	margin-top: 0px;
}
div[class^="bg-text"] {
	padding-top: 40px;
	padding-bottom: 40px;
}
div[class^="bg-text"] h1 {
}
#bg-text-footer {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* ie8 以下 */
.ie8_under #site_title {
	width: 165px;
	height: 95px;
}
.ie8_under #slide_control {
	display: none;
}
.ie7 #site_title {
	left: 0px;
}
.ie6 #site_title {
	right: 0px;
}
.ie7 #content_wrap_slide {
	display: none;
}
.ie6 #content_wrap_slide {
	display: none;
}
}

@media only screen and (min-width: 650px) {
.img_450_left {
	float: left;
	padding-right: 5px;
}
.img_450_right {
	float: right;
	padding-left: 5px;
}
}

@media only screen and (min-width: 900px) { /* メニュー格納 | メニューの幅により変更 ｜ js とセットで変更 */
/* nav */
#nav_mo {
	display: none;
}
#menu_button {
	display: none;
}
#nav_pc {
	display: block;
}
#nav_pc ul {
	padding: 0px;
}
#nav_pc ul li {
	list-style-type: none;
	float: left;
	width: 130px;
	height: 80px;
}
#nav_pc ul li a:link {
	padding: 0px;
}
#nav_pc ul li a:visited {
	padding: 0px;
}
#nav_pc ul li a:hover {
	text-decoration: none;
}
#nav_pc ul li:first-child {
	margin-left: 180px;
}
.nav_hover {
	position: absolute;
}

#footer_nav {
	display: block;
}
}

@media only screen and (min-width: 1450px) {
#contact {
	z-index: 1;
	position: absolute;
	display: block;
	right: 0px;
}
#top_width {
	max-width: 1200px;
}
div[id^="max_width"] {
	max-width: 1200px;
}
#footer_width {
	max-width: 1200px;
}
#stage {
	max-width: 1200px;
}
#h1_wrap2 {
	max-width: 1200px;
}

div.section {
width: 1000px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #f0f0f0; /* ボックスの背景 */
font-size: 80%;
color: #000000;
}