@charset "UTF-8";

*{  margin:0;
    padding:0;
}

/*リンクの色を変えないようにする*/
a:link, a:visited, a:hover, a:active {
  color: inherit;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body{
    background:#33240e;
	width:100%;
    letter-spacing:-1px;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#back{
	width:1000px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh; /* ←コンテンツの高さの最小値＝ブラウザの高さに指定 */
    position: relative;/* ←相対位置 */
    padding-bottom: 100px; /* ←フッターの高さを指定 */
    box-sizing: border-box;
    /* ↑ヘッダーやフッターを含むすべての要素の高さ＝min-height:100vhになるように指定 */
	color: #fff;
	font-size: 13px;
}

#back a {
	
	text-decoration: none;
}

#header{
	width:1000px;
	height:100px;
	padding: 10px 0;
    position:relative;/*navを下揃えするために必要*/

}

#header-logo{
	width: 70px;
	float: left;
	padding: 10px 0 0 30px;
}

#header-link{
	float: left;
	padding: 10px 30px;
}


#footer{
	width:1000px;
	height:100px;
	color:#FFF;
	vertical-align: bottom;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.contens_back {
	width: 1000px;
	min-height: 400px;
	background: #FFF3E4;
	padding: 20px;
	border-radius: 5px;
	color: #33240D;	
}

.top_caution {
	background: #FFF;
	border: #FF0004 solid 2px;
	color: #FF0004;
	margin: 0 0 5px 0;
	padding: 20px;
	font-size: 15px;
}

.top_news{	
	background-color: #FCF2C8;
	width:500px;
	min-height:300px;
	padding: 20px;
	margin-right: 5px;
	color: #33240D;
}

.top_news_contents{
	font-size: 15px;
	list-style: none;
    overflow: hidden;
    margin-left: 20px;
    margin-right: auto;
	
}

.top_sales{
	background-color:#A28064;
	width:500px;
	min-height:300px;
	padding: 10px;
}

#footer a:link {
	color:#FFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFF;
	text-decoration:none;
}

.copyright {
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.pankuzu {
	width: 100%;
	margin-bottom: 20px;
}

.flex {
    display: flex;            /* Flexboxを指定 */
    justify-content: center;  /* 水平方向の中央寄せ */
    align-items: center;      /* 垂直方向の中央寄せ */
}

.flex_n {
    display: flex;            /* Flexboxを指定 */
}

.flex_c {
    display: flex;            /* Flexboxを指定 */
    justify-content: center;  /* 水平方向の中央寄せ */
}

.flexr {
    display: flex;            /* Flexboxを指定 */
    justify-content: center;  /* 水平方向の中央寄せ */
    align-items: center;      /* 垂直方向の中央寄せ */
}

.flexr_n {
    display: flex;            /* Flexboxを指定 */
}

.flexr_c {
    display: flex;            /* Flexboxを指定 */
    justify-content: center;  /* 水平方向の中央寄せ */
}


.news_box{
	width: 280px;
	min-height: 300px;
	margin: 10px;
	padding: 10px;	
	border-top: 2px #2A1C1C solid;
	text-align: center;

}

.news_box_title{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.news_box_img{
	text-align: center;
	margin: 10px;
	border: 0px;
}

.sitemap_box{
	display: flex;
	border: #511314 solid 1px;
	width: 100%;
	height: 102px;
	border-radius: 3px;
    line-height:100px;
	margin: 0 0 10px 0;
}

.sitemap_img{
	float:left ;
}

.sitemap_txt{
	width: 100%;
	height: 102px;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 0 100px;
    vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */

	text-decoration: none;
}

.recruit_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.recruit_img{
　　clear: both;
}

.recruit_txt{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.recruit_bosyu {
width: 100%;
}

.recruit_bosyu th,
.recruit_bosyu td {
padding: 10px;

}

.recruit_bosyu th {
font-weight: bold;
background-color: #9F7F63; 
width: 150px;
color: #fff;
}

@media screen and (max-width: 767px) {
.recruit_bosyu,
.recruit_bosyu tr,
.recruit_bosyu td,
.recruit_bosyu th {display:block;}
.recruit_bosyu th {width:auto;}
}

.ticket_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.ticket_img{
	text-align: center;
　　
}

.ticket_txt{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}

.menu_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.menu_txt{
	font-size: 18px;
	font-weight: bold;
	padding: 20px;
}

.menu_book_boxr{
	display: flex;
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
	background: #9F7F63;
	padding: 20px;
	font-size: 15px;
	color: #fff;
}

.menu_book_imgr{
	width: 300px;
    margin-left: auto;　　
}

.menu_book_boxl{
	display: flex;
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
	padding: 20px;
	font-size: 15px;
}

.menu_book_imgl{
	width: 300px;
    margin-right: auto;
　　
}

.menu_book_list{
	width: 550px;
}

.menu_book_list_box{
}

.menu_book_list_name{
	border-bottom: solid 1px ;
}

.menu_book_list_price{
	text-align: right;
}

.store_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.store_store_box{
	width: 260px;
	min-height: 350px;
	margin: 10px;
	padding: 10px;
	text-align: center;

}
.store_box_adress{
	min-height: 40px;
}

.store_box_title_f{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #A28064;
	border-radius: 3px;
	padding: 5px;
	
}

.store_box_title_s{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #7CA064;
	border-radius: 3px;
	padding: 5px;
}


.store_box_img{
	text-align: center;
	margin: 10px;
	border: 0px;
}

.store_title_f{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #A28064;
    color: #fff;
	width: 500px;
}

.store_title_s{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #7CA064;
    color: #fff;
	width: 500px;
}

.store_title2{
	font-size: 13px;
	font-weight: bold;
	padding: 20px;
	width: 500px;
}

.store_syousai_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.store_syousai_title_f{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #A28064;
    color: #fff;
	width: 400px;
}


.store_syousai_title_s{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #7CA064;
    color: #fff;
	width: 400px;
}

.store_syousai_title2{
	font-size: 13px;
	font-weight: bold;
	padding: 20px;
	width: 400px;
}

.office_box{
	width: 100%;
	border-radius: 3px;
	margin: 0 0 10px 0;
}

.office_img{
　　clear: both;
}

.office_txt{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 0 20px;
}

.office_bosyu {
width: 100%;
}

.office_bosyu th,
.office_bosyu td {
padding: 10px;

}

.office_bosyu th {
font-weight: bold;
background-color: #9F7F63; 
width: 150px;
color: #fff;
}

@media screen and (max-width: 767px) {
.office_bosyu,
.office_bosyu tr,
.office_bosyu td,
.office_bosyu th {display:block;}
.office_bosyu th {width:auto;}
}

/*ここから個別指定*/

#nav {
  list-style: none;
  overflow: hidden;
  width: 800px;
  margin-left: auto;
position:absolute; 
	bottom:0px; 
	right: 0px;
}
 
#nav li {
  width: 130px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin-right: 2px;
  float: left;
}

.store_syousai {
width: 800px;
font-size: 16px;
  margin: auto;
}

.store_syousai th,
.store_syousai td {
padding: 10px;
}

.store_syousai td{
	width: 600px;
}

.store_syousai th {
font-weight: bold;
background-color: #9F7F63; 
width: 200px;
color: #fff;
}

.store_syousai_tel{
	font-size: 20px;
	
}
@media screen and (max-width: 767px) {
.store_syousai,
.store_syousai tr,
.store_syousai td,
.store_syousai th {display:block;}
.store_syousai th {width:auto;}
}

.store_syousai_s {
width: 800px;
font-size: 16px;
  margin: auto;
}

.store_syousai_s th,
.store_syousai_s td {
padding: 10px;
}

.store_syousai_s td{
	width: 600px;
}

.store_syousai_s th {
font-weight: bold;
background-color: #7CA064; 
width: 200px;
color: #fff;
}

.store_syousai_s_tel{
	font-size: 20px;
	
}
@media screen and (max-width: 767px) {
.store_syousai_s,
.store_syousai_s tr,
.store_syousai_s td,
.store_syousai_s th {display:block;}
.store_syousai_s th {width:auto;}
}
 
 
#nav li a {
  text-decoration: none;
}

.button_top {
    background: url("../img/button_top.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_top a {
    width: 130px;
    height: 70px;
    background: url("../img/button_top.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_top  a:hover {
    background-image: url("../img/button_top_ov.png");
}

.button_news {
    background: url("../img/button_news.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_news a {
    width: 130px;
    height: 70px;
    background: url("../img/button_news.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_news  a:hover {
    background-image: url("../img/button_news_ov.png");
}

.button_store {
    background: url("../img/button_store.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_store a {
    width: 130px;
    height: 70px;
    background: url("../img/button_store.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_store  a:hover {
    background-image: url("../img/button_store_ov.png");
}

.button_menu {
    background: url("../img/button_menu.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_menu a {
    width: 130px;
    height: 70px;
    background: url("../img/button_menu.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_menu  a:hover {
    background-image: url("../img/button_menu_ov.png");
}

.button_ticket {
    background: url("../img/button_ticket.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_ticket a {
    width: 130px;
    height: 70px;
    background: url("../img/button_ticket.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_ticket  a:hover {
    background-image: url("../img/button_ticket_ov.png");
}

.button_recruit {
    background: url("../img/button_recruit.png") no-repeat; /* ロールオーバー時のチラつき防止 */
}
 
.button_recruit a {
    width: 130px;
    height: 70px;
    background: url("../img/button_recruit.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
 
.button_recruit  a:hover {
    background-image: url("../img/button_recruit_ov.png");
}

#footer_nav {
  list-style: none;
  overflow: hidden;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
 
#footer_nav li {
  width: 90px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  float: left;
}
 
#footer_nav li a {
  text-decoration: none;
}

.hamburger-menu {
	display: none;
}

.menur_book_imgr{
	display: none;
}

.googlemap {
	width: 800px;
	margin: auto;
}

.googlemapr {
	display: none;
}