@charset "UTF-8";
 /* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers  */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; }

ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }
th{
	text-align: left;
	font-weight: normal;
}

 /* common */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1.8;
	background-color: #000000;
	background-image: url(../img/bg_page.png);
	background-repeat: no-repeat;
	background-position: top center;
 }
a {
	color: #f5f3ee;
}
h3 {
	font-size: 16px;
}
.clear {
	clear: both;
	width: 100%;
}
.mini {
	font-size: 80%;
}
.attention {
	color: #d8d3cc;
	text-align:left;
}

#wrap {
	width: 100%;
	height: 100%;
    margin: 0 auto;
	padding: 0;
	min-height: 100%;
}
#container {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	margin: 0;
}

footer {
	background-color: #000000;

}
#hnavi, #contents {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	height:auto;
	color: #f5f3ee;
	font-size: 12px;
	width: 1000px;
	margin: auto;
	padding: 40px 0 80px;
	overflow: hidden;
	text-align: left;
}
#footer h3 {
	font-size: 12px;
}
.footer_inner{
	width: 1000px;
	margin: auto;
}
.footer_box {
	float: left;
	padding-right: 100px;
}
#hnavi {
	width: 1000px;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
 /* page */
#hnavi nav {
	width: 740px;
	padding-top: 20px;
	float: right;
  font-size: 36px;
  font-family: "Adobe Jenson Pro", "Times New Roman", Times, "serif";
  color: rgb(245, 242, 237);
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
}
#hnavi h1{
	width: 199px;
	padding-top: 25px;
	float: left;
}
#hnavi h1 img{
	width: 199px;
	height: auto;
}
#hnavi ul li {
	display: inline;
	margin-right: 40px;

}
#hnavi ul li a {
	text-decoration: none;
}
#hnavi ul li a:hover {
	background-color: #5b4c29;
}

#contents_menu #hnavi h1 {
	width: 200px;
}


.main_contents a {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.attention {
	font-size: 80%;
	text-align: right;
}


/* menuページ */
.main_menu h2 {
	background: url(../img/ttl_menu.png) no-repeat center;
	height: 100px;
	margin-bottom: 80px;
	text-indent: -9999px;
}
.main_menu .menulist h3 {
	font-family: RelationTwo, Arial, Helvetica, "sans-serif", "cursive";
	color: #f5f3ee;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}

.main_menu .menulist {
	color: #FFFFFF;
	overflow: hidden;
}
.menulist #menu_women, .menulist #menu_men,.menulist #menu_other {
	width: 860px;
	margin: 40px auto;
	margin-bottom: 20px;
}

.menulist #menu_men table,.menulist #menu_women table,.menulist #menu_other table {
	width: 100%;
	margin-top: 20px;
}
.menulist #menu_men table tr,.menulist #menu_women table tr,.menulist #menu_other table tr {
	height: 36px;
}
.menulist #menu_men table td,.menulist #menu_women table td,.menulist #menu_other table td {
	text-align: right;
}

.menulist #menu_men table td.attention, .menulist #menu_women table td.attention, .menulist #menu_other table td {
	text-align:left;
}
#menu_men h4, #menu_women h4,#menu_other h4 {
  font-family: "adobe-jenson-pro",serif;
	color: #f5f3ee;
	font-size: 36px;
	font-weight: 400;
	line-height: 60px;
	border-bottom: 1px #FFFFFF solid;
	margin-bottom: 40px;
	clear: both;
}
#menu_men h5, #menu_women h5 , #menu_other h5{
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
	background:#C2BEAA;
	color:#070001;
	padding: 5px;
}


.menu_left {
	width: 380px;
	float: left;
	margin-bottom: 40px;
}
.menu_right {
	width: 380px;
	float: right;
	margin-bottom: 40px;
}

.menulist h3 .mini {
	font: 50% "Times New Roman", Times, serif;
}
.jirei {
	font-size: 80%;
	text-align: right;
}
.jirei a{
	background-color: #9f9f9f;
	color:#070001;
}

/* accessページ */
.main_access h2 {
	background: url(../img/ttl_access.png) no-repeat center;
	height: 100px;
	margin-bottom: 80px;
	text-indent: -9999px;
}
#access {
	width: 100%;
}
#access #address_box {
	background: #FFFFFF;
	overflow: hidden;
	padding: 40px;
	margin-top: 80px;
	margin-bottom: 40px;
}
#address_box .address {
    float: left;
    width: 400px;
    text-align: left;
    margin-left: 40px;
    margin-bottom: 0px;
}
#address_box .openh {
	width: 400px;
	float: right;
	text-align: left;
	margin-right: 40px;
	margin-bottom: 40px;
}
#access .accessmap {
	margin-bottom: 80px;
	width: 1000px;
}
#access .accessmap iframe {
	width: 1000px;
	height: 400px;
}
#address_box h4 {
	margin: 40px;
}

#access a {
	color: #070001;
}

/* contactページ */

.main_contact h2 {
	background: url(../img/ttl_contact.png) no-repeat center;
	height: 100px;
	margin-bottom: 80px;
	text-indent: -9999px;
}

#contact #form_box {
	background: #FFFFFF;
	overflow: hidden;
	margin: 60px;
}

#contact #form_box .contact_box{
	margin: 80px;
}

#contact #form_box .contact_box h3{
	margin: 80px;
}

#contact #form_box .contact_box a{
	color:#333;
}

#contact #form_box .contactform {
	margin: 40px;
}

.contactform #tocoform {
	text-align: left;
}
.contactform label   {
	margin-bottom: 20px;
	display: block;
}
.contactform input   {
	width: 400px;
	margin-bottom: 40px;
	padding: 10px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.contactform #tocoform textarea {
	width: 100%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactform input#image_btn  {
	float: none;
	width: 100%;
	height: 48px;
	border: 0;
	text-align: center;
	background: url(../img/btn_form.png)  center no-repeat;

}

@media screen and (max-width:600px){
	h1 img {
		width: 120px;
		height: auto;
	}


#hnavi, #contents {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#footer {
	height:auto;
	color: #f5f3ee;
	font-size: 16px;
	width: 90%;
	margin: auto;
	padding: 40px 0 80px;
	overflow: hidden;
}

.footer_inner{
	width: 100%;
	margin: auto;
}
.footer_box {
	float: left;
	padding-right: 20px;
}
 /* page */
#hnavi {
	width: 90%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
}

#hnavi nav {
	width: 100%;
	padding-top: 20px;
	float: left;
  font-size: 32px;
  line-height: 1.2;
  text-align: left;
}
#hnavi h1{
	width: 100%;
	height: auto;
	float: none;
}
#hnavi ul li {
	display: inline;
	margin-right: 20px;

}
#hnavi ul li a {
	text-decoration: none;
}
#hnavi ul li a:hover {
	background-color: #5b4c29;
}

#contents_menu #hnavi h1 {
	width: 200px;
}


/* menuページ */
.main_menu h2 {
	background: url(../img/ttl_menu-s.png) no-repeat center;
	background-size: contain;
	height: 60px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

.main_menu .menulist h3 {
	font-family: relation-two, Georgia, "Times New Roman", Times, "serif";
	color: #f5f3ee;
	font-size: 36px;
	font-weight: 400;
	line-height: 48px;
}

.main_menu .menulist {
	color: #FFFFFF;
	overflow: hidden;
}
.menulist #menu_women, .menulist #menu_men, .menulist #menu_other {
	width: 100%;
	margin: 40px auto;
	margin-bottom: 20px;
}

.menulist #menu_men table,.menulist #menu_women table,.menulist #menu_other table {
	width: 100%;
	margin-top: 20px;
}
.menulist #menu_men table tr,.menulist #menu_women table tr,.menulist #menu_other table tr {
	height: 36px;
}
.menulist #menu_men table td,.menulist #menu_women table td,.menulist #menu_other table td {
	text-align: right;
}

.menulist #menu_men table td.attention, .menulist #menu_women table td.attention, .menulist #menu_other table td.attention {
	text-align:left;
}
#menu_men h4, #menu_women h4, #menu_other h4 {
  font-family: "adobe-jenson-pro",serif;
	color: #f5f3ee;
	font-size: 36px;
	font-weight: 400;
	line-height: 60px;
	border-bottom: 1px #FFFFFF solid;
	margin-bottom: 40px;
	clear: both;
}
#menu_men h5, #menu_women h5, #menu_otherh5 {
	font: bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
	background:#C2BEAA;
	color:#070001;
	padding: 5px;
}


.menu_left {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
.menu_right {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.menulist h3 .mini {
	font: 80% "Times New Roman", Times, serif;
}
.jirei {
	font-size: 80%;
	text-align: right;
}
.jirei a{
	background-color: #9f9f9f;
	color:#070001;
}

/* accessページ */
.main_access h2 {
	background: url(../img/ttl_access-s.png) no-repeat center;
	background-size: contain;
	height: 60px;
	margin-bottom: 20px;
	text-indent: -9999px;
}
#access #address_box {
	background: #FFFFFF;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
}
#address_box .address {
	float: none;
	width: 100%;
	text-align: left;
	margin-left: 0px;
	margin-bottom: 40px;
}
#address_box .openh {
	float: none;
	width: 100%;
	text-align: left;
	margin-right: 4px;
	margin-bottom: 0px;
}
#access .accessmap {
	width: 100%;
	height: 400px;
	overflow: hidden;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#address_box h4 {
	margin: 20px;
}


/* contactページ */

.main_contact h2 {
	background: url(../img/ttl_contact-s.png) no-repeat center;
	background-size: contain;
	height: 60px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#contact #form_box {
	background: #FFFFFF;
	overflow: hidden;
	margin: 0px;
}

#contact #form_box .contactform {
	margin: 20px;
}
.contactform #tocoform {
	text-align: left;
}
.contactform label   {
	margin-bottom: 20px;
	display: block;
}
.contactform input   {
	width: 80%;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.contactform #tocoform textarea {
	width: 100%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactform input#image_btn  {
	float: none;
	width: 100%;
	height: 36px;
	border: 0;
	text-align: center;
	background: url(../img/btn_form.png)  center no-repeat;

}

}
