@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:100%;/*レスポンシブ用*/
    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:100%;/*レスポンシブ用*/
	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:100%;/*レスポンシブ用*/
	height:100px;
	color:#FFF;
	vertical-align: bottom;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.contens_back {
	width:100%;/*レスポンシブ用*/
	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:100%;/*レスポンシブ用*/
	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:100%;/*レスポンシブ用*/
	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;
}


.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_img img {
	   width: 100%;
}

.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: 100％;/*レスポンシブ用*/
}

.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_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: 100%;/*レスポンシブ用*/
}

.store_title_s{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #7CA064;
    color: #fff;
	width: 100%;/*レスポンシブ用*/
}

.store_title2{
	font-size: 13px;
	font-weight: bold;
	padding: 20px;
	width: 100%;/*レスポンシブ用*/
}

.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: 100%;
}


.store_syousai_title_s{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	background: #7CA064;
    color: #fff;
	width: 100%;/*レスポンシブ用*/
}

.store_syousai_title2{
	font-size: 13px;
	font-weight: bold;
	padding: 20px;
	width: 100%;/*レスポンシブ用*/
}

.store_syousai {
	width: 100%;/*レスポンシブ用*/
font-size: 16px;
  margin: auto;
}

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

.store_syousai th {
font-weight: bold;
background-color: #9F7F63; 
	width: 100%;/*レスポンシブ用*/
color: #fff;
}

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

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

.office_img{
　　clear: both;
}

.office_img img {
	   width: 100%;
}

.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 {
display:none; /*非表示*/
}

#footer_nav {
display:none; /*非表示*/
}

.topmain img {
	width : 100%;
}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    border: #fff 1px solid;
    background:#33240e;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background:#33240e;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background:#33240e;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

.menu_imgl img {
	width: 100%;
}

.sitemap_img {
	display: none;
}

.menu_book_imgr {
	display: none;
}

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

.googlemap {
	display: none;
}