@charset "utf-8";

/*==共通レイアウト==*/

/*==========================================
 body
===========================================*/
html {height: 100%;}
body {
  width: 100%;
  height: 100%;
  background-color:#fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  box-sizing: border-box;
/*  background-image: url(../img/bg_03.png); */
}
nav,#news,#news02,#twitter,h3,h4,.news_cate,.game_cate01{font-family: 'Merriweather', serif;}
a {
  color:#c0b500;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}
div#stage {
    max-width:100%;
    margin:auto;
    /*background-color:#ababab;*/
    /*box-shadow:0 0 5px #000, 0 0 5px #000, 0 0 1px #aaa;
    -webkit-box-shadow:0 0 5px #000, 0 0 5px #000, 0 0 1px #aaa;
    -moz-box-shadow:0 0 5px #000, 0 0 5px #000, 0 0 1px #aaa;*/
}

/*==========================================
年齢認証
===========================================*/
.modal {
    position:fixed;
    display:none;
    z-index:9999;
    width:100%; 
    height:100%;
    text-align:center;
    background:rgba(245,245,245,245);
}
.modal img{
    max-width:100%;
}


.modal p {
   margin-bottom:10px;
   color:#595757;
}
.modal a {
    cursor:pointer;
    color:#fff;
    background:#595757;
    padding:20px;
    margin-top:20px;
	transition: 0.5s ;
}
.modal a:hover {
    background:#e6e6e6;
	text-decoration: none;
	color:#6b6045;
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
    .modal .br_0 br{display:none;}
}
@media only screen and (max-width: 768px) {
	.modal {
		margin-top: -100px;
		height:100%;
		padding-top: -100px;
	}
}
@media only screen and (max-width: 426px) {
    .modal {height:788px;}
}

/*==========================================
年齢認証_shop用
===========================================*/
#shop_ibody{background:#c0c0c0;}

.pac {
	border:3px #c0c0c0 solid;
	   margin-bottom:10px;
   color:#595757;
   line-height:1.6em;
   	font-size:0.8em;
	padding:40px 60px;
}
.pac_1 {text-align:left;}
.pac a{    cursor:pointer;
    color:#595757;
	font-weight:bold;
}


.pac2 {
	border:3px red solid;
	   margin-bottom:10px;
   color:#595757;
   line-height:1.6em;
   	font-size:0.8em;
	padding:40px 60px;
}
.pac_2 {text-align:left;}
.pac2 a{    cursor:pointer;
    color:#595757;
	font-weight:bold;
}

.inner{
	background:#c0c0c0;
	width:100%; 
    height:100%;
	margin-top:40px;

	
}
.outer{
  width:700px; 
margin:auto;
  /*top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 
  transform: translate(-50%, -50%);*/

}
#tuhan_logo {
	font-size:1.5em;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top:0px;/*20px*/
	color:#4b4c4b;
}
.shop_text1 {
	font-size:0.85em;
	padding:0 50px;
	
}
.shop-index {
    text-align:center;
    background:rgba(245,245,245,245);
	padding:20px;
}
.shop-index img{
    max-width:100%;
}


.shop-index p {
   margin-bottom:10px;
   color:#595757;
   line-height:1.6em;
}
.br_0 a {
    cursor:pointer;
    color:#fff;
    background:#595757;
    padding:5px 30px;
    margin:20px;
	transition: 0.5s;
	border-radius:10px;
	font-weight:bold;


}
.br_0 a:hover {
    background:#e6e6e6;
	text-decoration: none;
	color:#6b6045;
}
/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px) {
    .shop-index .br_0 br{display:none;}
}
@media only screen and (max-width: 768px) {
    .outer {
		width:100%;
	}
    .shop-index a {
		margin:5px;
	}
}
@media only screen and (max-width: 426px) {
    .shop_text1 {padding:20px;}
}

/*==========================================
リンクエフェクト
===========================================*/
#menu a {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #8d8d8e;
}
#menu a::before,
#menu a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #e7c637;
  transition: .3s;
}
#menu a::before {
  top: 0;
  left: 0;
}
#menu a::after {
  bottom: 0;
  right: 0;
}
#menu a:hover::before,
#menu a:hover::after {
  width: 100%;
}
#menu a{text-decoration: none;}/*デフォの下線のみ消しています*/

#menu a:hover{color:#e7c637}

/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
    background-color: #ececec;
	height: 25px;
	width: 100%;
	border-bottom: dotted 2px #615a57;

}
/*==========================================
コンテンツエリア全体のスタイル
===========================================*/
#contents {
	width:1300px;
	/*background-color: #c7e6ca;*/
	margin: auto;
	text-align: center;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents {
        width: 800px;
        height: auto;		
	}

}
/*----768以下------*/
@media screen and (max-width: 768px) {
	#contents {
		/*background-color: #416f4c;*/
		width:100%;
	}

}
/*==========================================
 コンテンツエリア >> left ロゴ・ナビ
===========================================*/
#contents_left {
	width:303px;
	height: 900x;
	float:left;
	/*background-color: #c18a97;*/
}
nav {
	width: 272px;
	height: 466px;
	text-align: right;
	margin-left: auto;
	border-right: solid 2px #312725;
	margin-bottom: 27px;
	color: #8d8d8e;
}
#nav {
	height: 710px;/*横線の長さ*//*4/5_573*/
	margin: 0 32px 0 0;
}
nav ul {padding-right: 22px;}
nav ul li {
	width: 219px;
	margin-left: auto;
	font-size: 16px;
	border-bottom: dotted 2px #312725;
	padding: 13.5px 0;
	line-height: 22px;
}
nav ul li:first-child {
  padding: 0 0 17px 0;
  margin-top: -17px;
}
nav ul li:last-child {
	border-bottom:none;
	text-align:center;
	color:#4f8ec3;
	font-size:0.95em;
}
.nav_first {color: #e7c637;}

/*--ナビ　768px以上の場合サブメニューを消す--*/
.slicknav_menu {display:none;}
.sub-menu {display: none;}
/*--/ナビ　サブメニュー消去ここまで--*/

/*===900px以下====*/
@media screen and (max-width: 900px) {}
/*===768px以下====*/
@media screen and (max-width: 768px) {
  /*--ナビの指定--*/
	.js #menu {display:none;}
	.js .slicknav_menu {display:block;}
	#contents_left {
		height: 106px;
		width: 100%;
	}
    #nav  {display: none;}
	.address {display:none;}


}

/*==========================================
 コンテンツエリア >> center MVエリア
===========================================*/
#contents_center {
	width: 580px;
	height: auto;
	/*background-color: #af9cf4;*/
	float: left;
	margin-top: 120px;
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_center {
		width: 100%;
		margin-top: 10px;
	}
	#contents_center img{

	}

}

/*==========================================
 コンテンツエリア >> right news・twitter
===========================================*/
#contents_right {
	float:left;
	width: 301px;
	margin-top: 120px;
	margin-left: 32px;
}
h2 {
	text-align:left;
	border-bottom: solid 2px #312725;
	padding-bottom: 10px;
	margin-bottom: 6px;
	color: #8d8d8e;
    font-weight: lighter;
}
#contents_center h2 {
	width:80%;
	margin-left:40px;
}

#news {
	width: 264px;
	height: 120px;/*休業案内、パッチ無し253px;*/
	padding-bottom:10px;
}
#news .newsBox {
	background-color: #e6e6e6;
	height: 89px;/*休業案内120px;*/
	font-size: 0.8em;
	padding:4px;
	overflow: auto;
}
#news .newsBox dl dt {
	background-color: #bababa;
	text-align: left;
}
#news .newsBox dl dd {
	text-align: left;
	padding: 10px;

}
/*休業案内用*/
#news02 {
	width: 264px;
	height: auto;
	padding-bottom:5px;
}


#twitter {
	width: 264px;
	margin-top: 22px;
	text-align:left;
	padding-bottom:25px;
}
#twitter .twitterBox {
	height: 200px;
	background-color: #e6e6e6;
}
.twitterBox li {list-style:none;}

/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents_right {
		width:800px;
	}
	.zz  br {
    display: none;
  }
	#news02 {
		width: 100%;

	}
	#news {
		clear:both;
		width: 380px;/*休業案内380px*/
		padding: 10px;
		margin-bottom:40px;
	}
	#news.newsBox  {
		height: 250px;
		width:95%;
	}
	
	#twitter {
		clear:both;
		width: 380px;
		padding: 10px;
	    margin-top: 0;
	}
	#twitter.twitterBox{width:95%;}
}

/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_right {
		width: 100%;
		margin: 10px auto;
	}

	#news,#twitter{
		width: 95%;
		height:100%;
		margin-bottom:20px;
		
	}
	#patch_box {
		text-align:center;
		width:100%;
	}

}
/*==========================================
rightarea・パンくずナビ・h4メニューのスタイル
===========================================*/
#right_area {
	width: 809px;
	height:100%;
	float: left;
}

#pan {
	width: 727px;
	height: 42px;
	margin: auto;
	margin-top: 60px;
}
#pan h3 {
	width: 696px;
	text-align: left;
	border-bottom: solid 2px #312725;
	font-size: 0.9em;
	padding: 0 0 12px 0;
	margin-bottom: 10px;
    font-weight: normal; 
	color: #b6b6b6;
}
#pan h3 a {color: #b6b6b6;}

h4 {
	width: 530px;
	border-bottom: solid 1px #adadae;
	margin-left: 70px;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal; 
	color: #b6b6b6;
}

/*===900px以下====*/
@media screen and (max-width: 900px) {
   	#right_area {width: 450px;}
	#pan h3{width: 450px; margin-left:20px;}
	h4 {width: 380px;	margin-left: 30px;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#right_area {width: 95%;}
	#right_area h3{width: 95%;}
    #pan {width: 95%;}
	h4 {
		width: 90%;
		margin-left:auto;
	}
}

/*==========================================
NEWSページ（新着情報）のスタイル
===========================================*/
#contents_news {
	float: left;
	height: 100%;
}
#news_list {
	width: 489px;
	border-bottom: dotted 2px #ababac;	
	margin-left: 88px;
	margin-bottom:9px;
	text-align: left;
	padding-bottom: 5px;
}
#news_list h5 {
	padding-bottom: 18px;
	padding-top:1px;
}
#news_img {
	width: 54px;
	float: left;
}
#news_text {
	width: 410px;
    float: right;
	padding-left: 23px;
	color: #595757;
}
.news_cate {
	color: #e7c637;
	font-size: 0.9em;
}
.news_day {
	color: #b6b6b6;
	font-size: 0.9em;
}

/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents_news {width: 400px;}
    #news_list {width: 380px;}
    #news_text {width:300px;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_news {width: 95%;}
    #news_list {
		width: 90%;
		margin-left: 30px;
	}
	#news_img {width:10%;}
    #news_text {width:75%;}
.news_cate {
	color: #e7c637;
	font-size: 0.8em;
}
.news_day {
	color: #b6b6b6;
	font-size: 0.7em;
}

}

/*==========================================
GAMEページ（製品一覧）のスタイル
===========================================*/
#contents_game {
	float: left;
	height: 100%;
}
#game_list {
	width: 520px;/*489*/
	border-bottom: dotted 3px #595757;	
	margin-left: 88px;
	margin-top: 13px;
	margin-bottom:20px;
	text-align: left;
	padding-bottom: 13px;
}
#game_img {
	width: 129px;
	float: left;
}
#game_text {
	width: 330px;
    float: right;
	padding-left: 23px;
	color: #595757;
	margin-top: -18px;/*-上端揃-*/
}
h6 {
	color: #e7c637;
	padding-top: 7px;
    padding-bottom: 4px;
}
.game_cate01 {
	color: #e7c637;
	font-size: 0.9em;
}
.game_cate02 {
	font-size: 0.8em;
	padding: 15px 0;
} 
.game_menu {
	text-align: right;
	padding-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 20px;
}
.game_menu a{color: #e7c637;}

.mbr {display: none;}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents_game {width: 400px;}
    #game_list {width: 380px;}
    #game_text {width:200px;}
    .game_menu {padding-right: 10px;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_game {width: 95%;}
    #game_list {width: 90%;}
	#game_img {
		width:100%;
		text-align: center;
		clear:both;
	}
    #game_text {
		width:100%;
	    padding-left: 0;
		text-align: center;
	}
	#game_list {margin:30px;}
	.mbr {display: block;}
}

/*==========================================
SPECのスタイル
===========================================*/
#spec_list {
	width: 100%;
	color: #5e5e5e;
	margin-top: 20px;
}
.speclist_t {
	color: #e7c637;
	background-color: #5e5e5e;
	padding: 10px 5px;
}

#spec01, #spec02 {
	width: 49%;	
	float:left;
}
#spec01 {padding-right: 1%;}

#spec01 tr, #spec02 tr {white-space: nowrap;}
#spec01 td, #spec01 th, #spec02 td, #spec02 th {
	border-bottom: solid #e7c637 1px;
	font-size:0.8em;
	text-align:left;
	padding: 5px 0;
}

#spec01 th, #spec02 th{
	vertical-align: middle; 
	font-weight: normal; 
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#spec01, #spec02 {
		width: 49%;	
		clear:both;
	}
	#spec02 {margin-top: 30px;}
	.speclist_t {font-size:0.9em;}
}

/*==========================================
GOODSページ（関連商品）のスタイル
===========================================*/
#contents_goods {
	float: left;
	height: 100%;
}
#goods_list {
	width: 489px;
	border-bottom: dotted 3px #595757;	
	margin-left: 88px;
	margin-top: 13px;
	margin-bottom:20px;
	text-align: left;
	padding-bottom: 13px;
}
#goods_img {
	width: 154px;
	float: left;
}
#goods_text {
	width: 300px;
    float: right;
	padding-left: 23px;
	color: #595757;
	margin-top: -18px;/*-上端揃-*/
}
h6 {
	color: #e7c637;
	padding-top: 7px;
    padding-bottom: 4px;
}
.goods_cate01 {
	color: #e7c637;
	font-size: 0.9em;
}
.goods_cate02 {
	font-size: 0.8em;
	padding: 13px 0;
} 
.goods_menu {
	text-align: right;
	padding-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 20px;
}
.goods_menu a{color: #e7c637;}

/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents_goods {width: 400px;}
    #goods_list {width: 380px;}
    #goods_text {width:200px;}
    .goods_menu {padding-right: 10px;}

}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_goods {width: 95%;}
    #goods_list {width: 90%;}
	#goods_img {
		width:90%;
		text-align: center;
	}
    #goods_text {
		width:90%;
	    padding-left: 0;
	}
	#goods_list {margin:30px;}
}
/*==========================================
ブランドコンセプトページのスタイル
===========================================*/
#bland_text {
	width: 690px;
	margin-left:140px;
	text-align:left;
	float: left;
    font-size: 1.2em;
	padding-top: 82px;
	line-height: 1.7em;
	font-family:  "HG明朝E";
	color: #595757;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#bland_text {
		width: 400px;
		margin-left:60px;
	}
    #bland_text br{display:none;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#bland_text {
		width: 90%;
		margin-left:60px;
		margin-bottom: 60px;
	}
}
/*==========================================
お問い合わせページのスタイル
===========================================*/
#information_text {
	width: 690px;
	margin-left:100px;
	text-align:left;
	float: left;
    font-size: 1em;
	padding-top: 82px;
	line-height: 1em;
	/*font-family:  "HG明朝E";*/
	color: #595757;
}
#information_text a {
	color:red;

	font-weight:bold;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#information_text {
		width: 400px;
		margin-left:60px;
	}
    #information_text br{display:none;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#information_text {
		width: 90%;
		margin-left:5px;
		text-align: center;
		margin-bottom: 60px;
	}
}
/*==========================================
サポートページのスタイル
===========================================*/
#support_text {
	width: 690px;
	margin-left:100px;
	text-align:left;
	float: left;
    font-size: 0.9em;
	padding-top: 82px;
	line-height: 1.6em;
	/*font-family:  "HG明朝E";*/
	color: #595757;
}
#support_text p {margin-left: 30px;}
#support_box {
	border: 1px solid #e7c75a;
	width:80%;
	letter-spacing:0.08em;
	margin: 10px;
}
#support_box.supportb2{
	border: none;
	margin: 10px;
}
.supportbox_text.spt2 {padding:10px;}
.support_title02 {
	background: #f4dc8c;
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:1.3em;
}
.support_title02 a{
	color: #ca467e;
	display:block;
	width: 100%;
}
.support_title02 a:hover{
	color: #7c5a3c;
	display:block;
    width: 100%;
}

.support_title {
	background: #f4dc8c;
	text-align:center;
	padding:3px;
	font-weight:bold;
}
.supportbox_text {
    padding:25px;
	font-size: 0.8em;
}
.supportbox_text li{
    margin: 0 25px;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#support_text {
		width: 400px;
		margin-left:60px;
	}
    /*#support_text br{display:none;}*/
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#support_text {
		width: 100%;
		margin-left:5px;
		text-align: center;
		margin-bottom: 60px;
	}
	#support_text img {max-width:100%;}
	#support_box {
    	border: 1px solid #e7c75a;
	    width:100%;
	    letter-spacing:0.08em;
		text-align:left;
    }
}

/*==========================================
オフィシャル通販ページのスタイル
===========================================*/
#official_text {
	width: 690px;
	margin-left:100px;
	text-align:left;
	float: left;
    font-size: 0.8em;
	padding-top: 40px;
	line-height: 1em;
	font-family:  "HG明朝E";
	color: #595757;
}

/*===900px以下====*/
@media screen and (max-width: 900px) {
	#official_text {
		width: 400px;
		margin-left:60px;
	}
    #official_text br{display:none;}
}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#official_text {
		width: 100%;
		margin-left:10px;
		margin-right:auto;
		text-align: center;
		margin-bottom: 60px;
	}
	#official_text img {
	    width:100%;
    }
}
/*==========================================
オフィシャル通販ページ＞shopのスタイル
===========================================*/
#contents_shop {
	float: left;
	height: 100%;
}
#shop_list {
	width: 489px;
	border-bottom: dotted 3px #595757;	
	margin-left: 88px;
	margin-top: 30px;
	margin-bottom:20px;
	text-align: left;
	padding-bottom: 13px;
}
#shop_img {
	width: 154px;
	float: left;
	font-size:0.6em;
	color: #595757;
	

}
#shop_text {
	width: 300px;
    float: right;
	padding-left: 23px;
	color: #595757;
	line-height: 1em;
}
h6.shop_t {
	color: #c2a526;
	padding-top: 7px;
    padding-bottom: 4px;
	border-bottom: 2px solid #e7c637;
	font-size:0.92em;
}
.shop_cate01 {
	color: #e7c637;
	font-size: 1em;
}
.shop_cate02 {
	font-size: 0.8em;
	padding: 13px 0;
} 
.shop_menu {
	text-align: right;
	padding-top: 10px;
	font-size: 0.9em;
	font-weight: bold;
	padding-right: 20px;
}
.shop_menu a{color: #e7c637;}
.shop_banner {
	width: 500px;
	margin-left: 88px;
	margin-top: 30px;
	margin-bottom:20px;
	text-align: left;
	padding-bottom: 13px;
	color: #595757;
	font-size:0.9em;
	line-height: 1.1em;
}
.bnr_text {padding:10px;}
.shop_banner img{width:100%;}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#contents_shop {width: 400px;}
    #shop_list {width: 380px;}
    #shop_text {width:200px;}
    .shop_menu {padding-right: 10px;}
    .shop_banner {width: 380px;}

}
/*===768px以下====*/
@media screen and (max-width: 768px) {
	#contents_shop {width: 95%;}
    #shop_list {
		width: 100%;
		margin-left: 20px;
				

	}
	#shop_img {
		width:95%;
		text-align: center;
	}
    #shop_text {
		width:90%;
	    padding-left: 0;
	}
	#shop_list {
	}
	.shop_banner {
		width: 90%;
		margin:30px;
	}
	h6.shop_t {
        margin-top: 40px;
    }
}
/*==========================================
 ページトップへボタンのスタイル
===========================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*==========================================
 フッターのスタイル
===========================================*/
footer {
	width: 100%;
    /*border-top: solid 3px #3870ff;*/
    /*background:#ece3cd;*/
    color: #6b6045;
}
footer div small {font-size: 0.6em;}
#footer_top {
	width: 100%;
	margin: auto;
	text-align:center;
	padding: 12px 0;
    margin-top: 28px;
	font-size: 0.9em;
	background-color:#ffda8a;
}
	#footer_top2 {display:none;}
@media screen and (max-width: 768px) {
	#footer_top {
		background-color:#fff;
		padding: 5px 0;
	}
    #footer_top2 {
		display:inline-block;
		width: 100%;
		margin: auto;
		text-align:center;
		padding: 20px 0;
		margin-top: 28px;
		font-size: 0.9em;
		background-color:#ffda8a;
		color:#503700;
	}

}

#footer_bottom {
	width: 100%;
	/*background-color: #ececec;*/
	margin: auto;
	text-align: center;
	padding: 12px 0;
	border-top: dotted 2px #615a57;
	margin-top: 18px;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	#footer_top {
		width: 100%;		
	}

}

.p_title {
	background: linear-gradient(transparent 70%, #f4dc8c 70%);
	margin:20px 0;
	line-height:30px;
}
.download_link {
	/*background: #f4dc8c;*/

	font-weight:bold;
	font-size:1.4em;
	width: 200px;
}
.download_link a{
	text-align:center;
	margin:auto;
	border:2px solid #ca467e;
	color: #ca467e;
	display:block;

	text-decoration:none;
	transition: 1.0s ;
}
.download_link a:hover{
	text-align:center;
	margin:auto;
	color: #7c5a3c;
	display:block;

	background:#f4dc8c;
	border:2px solid #f4dc8c;
	
}


.patch_top {
	
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:0.9em;

}
.patch_top a{
	text-align:center;
	margin:auto;
	border:2px solid #ca467e;
	color: #ca467e;
	display:block;
	text-decoration:none;
	transition: 1.0s ;
	

}
.patch_top a:hover{
	text-align:center;
	margin:auto;
	color: #7c5a3c;
	display:block;

	background:#f4dc8c;
	border:2px solid #f4dc8c;
}

#patch_box {
	width: 85%;
	text-align:center;
	margin:auto;
	letter-spacing:0.08em;

}
#patch_left {
	float:left;
	padding:20px;
}

/**/
.trial_top {
	text-align:center;
	padding:10px;
	font-weight:bold;
	font-size:0.9em;

}
.trial_top a{
	text-align:center;
	margin:auto;
	border:2px solid #89aa23;
	color: #89aa23;
	display:block;

	text-decoration:none;
	transition: 1.0s ;

}
.trial_top a:hover{
	text-align:center;
	margin:auto;
	color: #7c5a3c;
	display:block;

	background:#f4dc8c;
	border:2px solid #f4dc8c;
}

#trial_box {
	width: 85%;
	text-align:center;
	margin:auto;
	letter-spacing:0.08em;

}
#trial_left {
	float:left;
	padding:20px;
}
/**/
.t_c02 br{display:none;}
#closing{
	background:#F2F2F2;
	width:100%;
	height:100%;
	color:#2E2E2E;
  font-family: 'Merriweather', serif;

}
#c_auto{
	height:auto;
	margin:auto;
	padding:20px 20px 0 20px;
}
.c_in {
	text-align:center;
	width:90%;
	padding:0 30px 0 30px;
	line-height:1.1em;
}
.t_c01 {
  border-bottom: solid 3px black;
  font-size:1.5em;
  padding-bottom:5px;
}
.t_c02 {
	font-weight:bold;
	font-size:1.3em;
	color:#CB0606;
}
@media screen and (max-width: 600px) {
#closing{
	background:#F2F2F2;
	width:100%;
	height:100%;
	color:#2E2E2E;
  font-family: 'Merriweather', serif;
}
#c_auto{
	height:auto;
	margin:auto;
	padding:20px 20px 0 20px;
}
.c_in {
	text-align:center;
	width:90%;
	padding:0 30px 0 30px;
	line-height:1.1em;
}
.t_c01 {
  border-bottom: solid 3px black;
  font-size:1.5em;
  padding-bottom:5px;
}
.t_c02 {
	font-weight:bold;
	font-size:1em;
	color:#CB0606;
}
}
@media screen and (max-width: 400px) {
.t_c02 br{display:inline;}
#closing{
	background:#F2F2F2;
	width:100%;
	height:100%;
	color:#2E2E2E;
  font-family: 'Merriweather', serif;
}
#c_auto{
	height:auto;
	margin:auto;
	padding:10px;
}
.c_in {
	text-align:center;
	width:90%;
	padding:10px;
	line-height:1em;
}
.t_c01 {
  border-bottom: solid 3px black;
  font-size:1em;
  padding-bottom:5px;
}
.t_c02 {
	font-weight:bold;
	font-size:1em;
	color:#CB0606;
}
}


/*---追加---*/
#tokusetu{
	background-image:url("../img/bg_tokusetu.png");
	width:600px;
	margin-left:60px;
	border:5px double #726b56;
}
#tokusetu img{max-width:578px;width:100%;}
#contents_gbg {background-image:url("../img/hana_bg.png");}
.tokusetu_box {
	margin: 0 auto;
    text-align: center;
}
.tokusetu_text {
	width:500px;
	color:#655e48;
    display: inline-block;
    text-align: left;
	padding:30px;
	font-size:0.95em;
	line-height:1.35em;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
	box-shadow: 0 0 8px #988e70;
}

#shop_list_t {
	width: 500px;
	padding:0 30px;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
	box-shadow: 0 0 8px #988e70;
	margin: 0 auto;
    text-align: center;

	text-align: left;
}
#shop_img_t {
	width: 154px;
	float: left;
	font-size:0.6em;
	color: #595757;
}
#shop_img_t img {
	max-width:380px;
	
}
#shop_text_t {
	width: 300px;
    float: right;
	padding-left: 23px;
	color: #726b56;
	line-height: 1em;
}
h6.shop_t_t {
	color: #c2a526;
	padding-top: 7px;
    padding-bottom: 4px;
	border-bottom: 2px solid #e7c637;
	font-size:0.92em;
}
/*===900px以下====*/
@media screen and (max-width: 900px) {
	
	#tokusetu{
	background-image:url("../img/bg_tokusetu.png");
	width:600px;
	text-align:center;
	border:5px double #b4ac8c;
	margin-left:10px;
	}
.tokusetu_box {
	margin: 0 auto;
    text-align: center;
}
.tokusetu_text {
	width:500px;
	color:#655e48;
    display: inline-block;
    text-align: left;
	padding:30px;
	font-size:0.95em;
	line-height:1.35em;
	background:rgba(255,255,255,0.8);
	border-radius:10px;
	box-shadow: 0 0 8px #988e70;
}
	
	#contents_shop_t {width: 400px;}
    #shop_list_t {	}
    #shop_text_t {width:200px;}
    .shop_menu_t {padding-right: 10px;}
    .shop_banner_t {width: 380px;}

}
#shop_img_t {
	width:95%;
	text-align: center;
	padding:0;

	margin: 0 auto;
    text-align: center;

	margin-bottom:20px;
}
#shop_text_t {
		width:95%;
	    padding-left: 0;
		text-align:left;
	}
/*===768px以下====*/
@media screen and (max-width: 768px) {
#tokusetu{
	width:100%;
	}
.tokusetu_box {
	margin: 0 auto;
    text-align: center;
}
.tokusetu_text {
	width:90%;
	display: inline-block;
    text-align: left;
	padding:10px;
	font-size:0.95em;
	line-height:1.35em;

	border-radius:10px;
	box-shadow: 0 0 8px #988e70;
}
	#contents_shop_t {width: 95%;}
    #shop_list_t {
		width: 90%;

	box-shadow: 0 0 8px #988e70;
	margin: 0 auto;
    text-align: center;
	margin-top: 30px;
	margin-bottom:20px;
	text-align: left;
				

	}
	#shop_img_t {
		width:95%;
		text-align: center;
	}
    #shop_text_t {
		width:90%;
	    padding-left: 0;
	}
	.shop_banner_t {
		width: 90%;

	}
	h6.shop_t_t {
        margin-top: 40px;
    }
}

.shop_banner_t {
	width: 500px;
		margin: 0 auto;
	margin-top: 30px;
	margin-bottom:20px;
	text-align: left;
	padding-bottom: 13px;
	color: #726b56;
	font-size:0.9em;
	line-height: 1.1em;
}
.bnr_text {
	padding:10px;
	display: inline-block;
}
@media screen and (max-width: 768px) {
.shop_banner_t {
	width: 90%;

}
.bnr_text {
	padding:10px;
	display: inline-block;
}
}

/*スライドショー追加分*/
.next {position:relative;}
.slide-arrow {

}
.main_img img{text-align:center;margin:auto;}

.prev-arrow {
	position:absolute;
	top: 50%;
	left:28px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:999;
}
.next-arrow {
	position:absolute;
	top: 50%;
	right:10px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:999;
}
	.prev-arrow,.next-arrow {width:20px;}
@media screen and (max-width: 768px) {
	.main_img img {width:80%;}
	.prev-arrow,.next-arrow {width:30px;}
	.prev-arrow {
	position:absolute;
	top: 50%;
	left:28px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:999;
	}
.next-arrow {
	position:absolute;
	top: 50%;
	right:0px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index:999;
	}
}

/*追加*/
.bnr01 {
	width:100%;
	margin:auto;
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}
.bnr_area img {
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	width:280px;
	border:1px #ddd solid;
	text-align:center;
	margin:1px;
}
@media screen and (max-width: 768px) {
	.pcbr {display:none;}
	.bnr_area img {
		width:80%;
	}
}

/*年末年始追加*/
.bnr12 {
	width:100%;
}
.bnr12 img {width:565px;}
@media screen and (max-width: 768px) {
	.bnr12 img {
		width:80%;
	}
}