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

/*BASE*/
body {
	font: 14px/1.6em Meiryo, "メイリオ";
	background-image: url(../img/assets/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #442602;
}
/*img {
	border-style: none none solid;
	margin-bottom: 0px;
	padding-top: 0px;
}*/
h1 {
	text-decoration: none;
}
h2 {
	text-decoration: none;
}
h3 {
	text-decoration: none;
}
.clear_both {
	clear: both;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	padding-bottom: 5px;
}
/*FORM*/
textarea {
	background-color: #FFFAEF;
	border: 1px solid #BABABA;
	margin-bottom: 2px;
	margin-top: 2px;
	font: 12px Meiryo;
	width: 300px;
	height: 50px;
	padding: 5px;
	border-radius: 3px;
}
textarea:focus {
	background-color: #FFFDE9;
	border: 1px solid #999999;
	margin-bottom: 2px;
	margin-top: 2px;
	font: 12px Meiryo;
	width: 300px;
	height: 50px;
	outline: none;
	padding: 5px;
	color: #323232;
	border-radius: 3px;
}
input {
	background-color: #FFFAEF;
	border: 1px solid #A5A5A5;
	font: 12px Meiryo;
	outline: none;
	padding: 3px 3px 3px 5px;
	border-radius: 3px;
	width: 300px;
}
input:focus {
	background-color: #FFFDE9;
	border: 1px solid #A5A5A5;
	outline: none;
	padding: 3px 3px 3px 5px;
	font: 12px Meiryo;
	color: #323232;
	text-align: justify;
	border-radius: 3px;
	width: 300px;
}
.input_box {
	max-width: 300px;
	padding: 5px;
	font: 12px Meiryo;
}
input[type=radio]:checked + label {
	color: #0081C8;
}
input.nb {
border:none;
padding:0px 0px;
}
select {
	font: 12px/1.6em Meiryo;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #FFFAEF;
	border: 1px solid #A5A5A5;
}
input checkbox {
	width: 20px;
}
.mode_1 {
  ime-mode: active;   /* 全角モード */
}
.mode_2 {
  ime-mode: inactive; /* 半角モード */
}

/*FADE*/
.fade_In {
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}
@keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-moz-keyframes fadein {
from {
opacity:0;
}
to {
opacity:1;
}
}
@-webkit-keyframes fadein {
/from {
opacity:0;
}
to {
opacity:1;
}
}
@-o-keyframes fadein {
from {
opacity:0;
}
to {
opacity: 1;
}
}
.fade_out {
	-webkit-animation: fadeout 1s;
	-moz-animation: fadeout 1s;
	-ms-animation: fadeout 1s;
	-o-animation: fadeout 1s;
	animation: fadeout 1s;
}
/* GLOBAL LINK */
a:link {
	text-decoration: none;
	color: #852902;
}
a:visited {
	text-decoration: none;
	color: #852902;
}
a:hover {
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #D26100;
}
a:hover img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}
/*a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}*/

/*WRAPPER*/
#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0px;
	min-height: 800px;
}
/*HEADER*/
#header {
}
#head_logo {
	width: 133px;
	height: 124px;
	margin: 25px auto 38px;
	padding-right: 18px;
}
#header_contact {
	float: right;
	width: 500px;
	height: 80px;
	padding: 5px;
}
/*NAVI*/
#navi {
	width: 980px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
#navi ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	background-image: url(../img/assets/bg.jpg);
	background-repeat: repeat-x;
}
#navi li {
	list-style: none;
	padding-bottom: 5px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
}
#navi a:link img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}
#navi a:hover img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
/*TOP FOTO*/
#top_foto {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	/* [disabled]padding-right: 20px;
*/
	/* [disabled]padding-left: 20px;
*/
	border: 1px solid #F8E8D0;
	background-color: #f6eddf;
	min-height: 450px;
}
/*CONTENTS*/
#main_content {
	padding: 5px;
	margin-bottom: 20px;
}
#left_content {
	float: left;
	width: 270px;
	min-height: 200px;
	padding: 5px;
}
#right_content {
	float: right;
	width: 650px;
	min-height: 200px;
	padding: 5px;
}
/*FOOTER*/
#footer {
	margin-bottom: 20px;
}
#footer_copyright {
	font: 10px Verdana;
	text-align: left;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}
.top_foto_shadow {
	height: 25px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}


.catch_about {
	padding-bottom: 15px;
	padding-top: 10px;
}
.content_box {
}
.content_box_menu {
	padding: 12px;
	background-image: url(../img/assets/menu_bg.png);
	background-repeat: no-repeat;
	height: 430px;
}
.content_foto_L {
	float: left;
	width: 400px;
	height: 390px;
	border: 2px solid #CEB598;
	margin-top: 25px;
	margin-left: 30px;
	/* [disabled]margin-right: 30px; */
}
.content_inside_R {
	float: left;
	position: relative;
	z-index: auto;
	visibility: visible;
	padding-top: 20px;
	max-width: 500px;
	padding-left: 10px;
}
.content_inside {
	position: relative;
	z-index: auto;
	visibility: visible;
	/* [disabled]padding-left: 40px; */
	/* [disabled]padding-top: 20px; */
}
.footer_navi {
	left: 8px;
	top: 396px;
	margin-top: 0px;
	position: absolute;
	bottom: 10px;
	visibility: visible;
	z-index: auto;
	height: 26px;
}
.footer_navi a:link img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}
.footer_navi a:hover img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.footer_navi2 {
	left: 471px;
	top: 371px;
	margin-top: 0px;
	position: absolute;
	bottom: 10px;
	visibility: visible;
	z-index: auto;
	height: 26px;
}
.footer_navi2 a:link img {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
}
.footer_navi2 a:hover img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.text_about {
	font: 13px/1.8em Meiryo;
	color: #442602;
	width: 450px;
}
.text_concept {
	font: 12px/1.6em Meiryo;
	color: #442602;
	width: 450px;
}
.menu_tab_box {
	padding: 25px;
	width: 900px;
	height: 280px;
	margin-left: 5px;
	margin-bottom: 25px;
}
/*TAB*/
.tab {
	overflow: hidden;
	cursor:pointer;
}
.tab li {
	background: #cba87c;
	float: left;
	margin-right: 1px;
	text-align: center;
	width: 148px;
	height: 30px;
	padding-top: 16px;
}
.tab li.select {
	background: #dfcab0;
}
.content li {
	padding: 20px;
	margin-top: 15px;
}
.content li td {
	padding-right: 15px;
	font: 16px/1.6em "Hiragino Mincho Pro", "MS PMincho", serif;
	padding-bottom: 10px;
}
.hide {
	display: none;
}
.text_diamond {
	color: #CBA87C;
	margin-right: 5px;
}
.menu_notice {
	font: 11px Meiryo;
}
.about_attention {
	font: 11px/1.6em Meiryo;
	padding-top: 15px;
}

/*ACCESS*/

.access_map {
	float: left;
	width: 400px;
	height: 390px;
	border: 2px solid #CEB598;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
}
.access_map a:link img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.access_map a:hover img {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
}
.access_text {
	padding-top: 30px;
	padding-right: 35px;
	padding-left: 475px;
}
.access_text ul {
}
.access_text li {
	border-bottom: 1px dotted #DDC09E;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.access_name {
	font: bold 14px Meiryo;
	color: #A68560;
}
.access_logo {
	width: 182px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

/*RESERVE*/
.reserve_foto {
	float: left;
	width: 400px;
	height: 390px;
	border: 2px solid #CEB598;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 30px;
}
.reserve_form_box {
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 470px;
}
.reserve_title {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B99F7E;
	margin-top: 10px;
}
/*CONTACT*/
.reserve_form {
}
.reserve_box {
	padding-left: 40px;
	padding-right: 18px;
}
.sub_title_contact {
	padding-bottom: 15px;
}
.reserve_text {
	font: 14px/1.6em Meiryo;
	padding-bottom: 10px;
}
.reserve_area {
	font: 14px/1.6em Meiryo;
	padding-left: 10px;
	padding-top: 10px;
}
.reserve_form_box input {
	border: 1px solid #A5A5A5;
	font: 12px Meiryo;
	color: undefined;
	border-radius: 3px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.reserve_form_box table {
	border-collapse: collapse;
}
.reserve_form_box td {
	font: 12px/1.6em Meiryo;
	/* [disabled]padding: 3px 15px 8px 3px; */
	color: #845E34;
}
.thx_title {
	font: bold 18px/2em Meiryo;
	text-align: center;
}
.thx_text {
	font: 14px/2em Meiryo;
	text-align: center;
}
.form_date_L {
}
.form_date_L select {
}
.form_date_L table{
}
.form_date_L td {
	/* [disabled]border: 1px solid #442602; */
	font: 12px/1.6em Meiryo;
	color: #845E34;
}
.form_date_L input {
	background-color: #FFFAEF;
	border: 1px solid #A5A5A5;
	outline: none;
	font: 12px Meiryo;
	color: #323232;
	border-radius: 3px;
	width: 50px;
	margin-right: 10px;
	margin-left: 5px;
	max-height: 20px;
}
.time_select {
	padding-top: 5px;
	float: left;
}
.form_date_L input:focus {
	background-color: #FFFDE9;
	border: 1px solid #A5A5A5;
	outline: none;
	font: 12px Meiryo;
	color: #323232;
	border-radius: 3px;
}
.btn_post_reserve {
	width: 200px;
	height: 50px;
	padding: 10px;
	/* [disabled]margin-left: auto; */
}
.btn_post_reserve input {
}
.btn_post_reserve button {
	font: 18px Meiryo;
	color: #FFFAEF;
	vertical-align: top;
	width: 200px;
	height: 40px;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	border-left: 1px solid #9A903F;
	border-right: 1px solid #9A903F;
	border-bottom: 1px solid #9B613F;
	border-top: 1px solid #9A903F;
	cursor: pointer;
	border-radius: 5px;
	background: #9b613f;
	background: linear-gradient(to bottom,  #9b613f 0%,#72472e 100%);
	}

.btn_post_reserve button:hover {
	border-left: 1px solid #847B30;
	border-right: 1px solid #847B30;
	border-bottom: 1px solid #9B613F;
	border-top: 1px solid #847B30;
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	
	}
.about_foto {	
	padding-top: 0px;
	margin-top: 20px;
	margin-left: 20px;
}
.form_table {
	font: 12px/1.6em Meiryo;
	padding-left: 20px;
}
.form_table td {
	font: 14px/1.6em Meiryo;
	padding-right: 20px;
	padding-bottom: 5px;
}
.btn_submit_box {
	padding-left: 120px;
}
.foto_owner {
	width: 143px;
	height: 207px;
	float: right;
	padding-left: 20px;
	/* [disabled]padding-top: 10px; */
	padding-bottom: 30px;
}
.text_anticancer {
	font: 12px/1.5me Meiryo, sans-serif;
	width: 100%;
}
.anti_inside {
	padding-top: 30px;
}
.anti_title {
	margin-bottom: 15px;
	padding-top: 10px;
}
.anti_contents {
	background-image: url(../img/foto/foto_anticancer.jpg);
	min-height: 400px;
	background-repeat: no-repeat;
	margin-left: 40px;
	padding-left: 320px;
	font: 14px/1.8em Meiryo, sans-serif;
	padding-right: 35px;
}
