@charset "utf-8";

.pc_only{}
.sp_only{display: none;}



.wrap{
	width:1200px;
	margin:0 auto;
}

.inbox{
	position: relative;
}



.period{margin-bottom: 0;}

hr{
	clear:both;
	border:0;
}

.att{
	font-size:13px;
	color: #BB0C0F;
}

.att2{
	font-size: 1.4rem;
	color: #BB0C0F;
	line-height: 125%;
	margin-top: 3px;
}

/*-----------------------
　　トップページheader
-------------------------*/

/*#header{
	background: url(../images/bg_head_pc.jpg)no-repeat center top;
	background-size:2500px 500px;
}*/

#header .wrap{
	width: 1200px;
}
#header h1{
	margin-top: 0;
	line-height: 0;
	text-align: center;
}

h1#tophead img{
	margin-top: 285px;
	margin-left: auto;
	margin-right: auto;
}
h1#tophead{
	display: flex;
}

h1#tophead .btn{
	margin-left: 380px;
	margin-top: 415px;
}
h1#tophead .urikobtn{
	margin-left: 170px;
}

h1#tophead a:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
#header h1#smallhead{
	float: none!important;
	text-align: left;
	margin-bottom: 0px;
}


/*-----------------------
　　グローバルメニュー
-------------------------*/
#header #gmenu{
	background: #000000;
	margin-right: auto;
	margin-left: auto;
}
#gmenu ul{
	margin-left: 0px;
}
#gmenu ul li{
	float: left;
	padding-right: 30px;
}
#gmenu ul li a{
	display: block;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	padding: 18px 0;
	font-weight: bold;
}
#gmenu ul li a {
/*	border-left:2px solid #fff;*/
	color: #fff;
	padding: 5 18px;
}

#gmenu ul li a .ht{
	background: url(../images/icon-search.png) no-repeat left;
	background-size: auto 18px;
	padding-left: 22px;
}
#gmenu ul li:nth-child(1) a strong{
	border: 0;
}

/*----------------
メニューのノーリンク部分
------------------*/
.wht {
	display: block;
	color: #999;
	font-size: 1.6rem;
	line-height: 1;
	padding: 18px 0;
	font-weight: bold;
	padding: 5 18px;
}

/*-----------------------
      contents
-------------------------*/


article{}

/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root article {margin-top: 50px;}
/*
_:lang(x)+_:-webkit-full-screen-document, body { margin-top: 50px;}
*/
/* 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, article {margin-top: 50px;}
}


/*でっかいバナーエリア*/
section#top_bnr_area h2{
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 1;
	padding: 12px 0 10px 0;
	margin-bottom: 20px;
}

section#top_bnr_area {
	vertical-align: top;
	text-align: center;
	padding: 50px 0 30px 0;
}

#top_bnr_area .bnrbox {
	font-size: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}


.atari img{
	border: solid 1px #000;
	}

/*-- バナーここまで　---*/


/*特集リンクホバー用*/

section#top_bnr_area .inbox {
	text-align: center;
}

/*検索ボタンエリア*/
section#search_area{
}
section#search_area h2{
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 1;
	padding: 12px 0 10px 0;
	margin-bottom: 1rem;
}

/*マップと店舗から*/
section#search_area ul#search_shop{
	display: table;
	width: 100%;
}
section#search_area ul#search_shop li{
	display: table-cell;
}
section#search_area ul#search_shop li:nth-child(odd){text-align: right;padding: 0 15px 0 0;}
section#search_area ul#search_shop li:nth-child(even){text-align: left;padding: 0 0 0 15px;}

/*書き換え（ジャンル部分）*/
section#search_area .ttl_genre{
	margin-left: 15px;
}
section#search_area ul.search_genre{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
section#search_area ul.search_genre li{
	/*width: 22%;*/
	margin: auto;
	padding-bottom: 10px;
}


/*マップエリア*/
section#map_top{
	width: 1020px!important;
	margin: 0 auto!important;
}



section#map_top h2{
	font-size: 2.6rem;
	font-weight: normal;
	text-align: center;
	border: 1px solid #000;
	line-height: 1;
	padding: 10px 0 6px 0;
	box-shadow: 4px 4px;
	margin-bottom: 1em;
}


#topmap ul.ulTab {
	margin-bottom:0;
	width: 100%;
	display: table;
}
#topmap ul.ulTab li {
	display: table-cell;
	/*float:left;*/
	margin-bottom: 0;
	line-height: 0;
}
#topmap ul.ulTab li:nth-child(2) {
	float: right!important;
}
#topmap ul.ulTab li :hover{
	opacity:1.0!important;
	filter: alpha(opacity=100)!important;
}

/*マップモーダルのとこ*/
ul.map_full{
	display: table;
}
ul.map_full li{
	display: table-cell;
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 0;
}


ul.map_modal{}
ul.map_modal li{
	margin-bottom: 0;
	line-height: 0;
	padding-bottom: 0;
}


#cat_icon{
	text-align: right;
	padding: 20px 0;
}


/*---------------------
　　　ページに戻るボタン
------------------------*/
.backbtnArea {
	display: flex;
	justify-content: center;
}

.backbtnArea .back_btn {
	margin-left: 15px;
	margin-right: 15px;
}


.backbtnArea .back_btn_top {
	margin-left: 0px;
	margin-right: 0px;
}

/*ホームに戻る追記*/
p.toback{
	text-align: center;
}
p.toback img{
	width: 400px;
	height: auto;
	margin: 10px;
}



/*---------------------
　下段バナーエリア
------------------------*/
section#bnr_area_uriko{}

#bnr_area ul{
	display: flex;
	justify-content: center;
	margin:30px 0 50px 0; 
}
#bnr_area li{
	margin: 0 20px 0 20px;
	text-align: center;
	font-size: 90%;
}
#bnr_area li p{
	font-size: 13px;
	margin-top: 5px;
	}

/*-- バナーここまで　---*/


/*section#bnr_area{
	padding: 20px 0 30px 0;
}
section#bnr_area p{
	text-align: center;
}
section#bnr_area p img{
	width: 350px;
	height: auto;
	padding-left:5px;
	padding-right:5px;
}
section#bnr_area ul{
	display: table;
	width: 100%;
}
section#bnr_area ul li{
	display: table-cell;
	width: 30%;
}
section#bnr_area ul li:nth-child(odd){}
section#bnr_area ul li:nth-child(even){text-align: right;}
*/

section{}





section.list_menu p.menu_topping{
	padding: 0 10px;
}
section.list_menu p.menu_topping span a{
	display: block;
	border: 1px solid #000;
	padding: 4px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.area_toppinng{
	text-align: left;
}
.area_toppinng strong{
	color: #F5171B;
}


/*----coming soon----*/
.comming {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	margin-bottom: 120px;
}



/*footer-------------------------*/

#footer{
	background:#ffe100;
	padding:20px 0;
	border-top: 4px solid #000;
}


#footer nav{
	color: #000;
}

#footer nav ul{}
#footer nav ul li{}
#footer nav ul li a{
	color: #000;
	display:block;
}

#footer nav ul#f_list{
	float: left;
}
#footer nav ul#f_list li{}
#footer nav ul#f_list li a{
	font-weight: bold;
	background:url(../images/arw_black.png) no-repeat left;
	background-size:9px 12px;
	padding-left:16px;
}

#footer nav ul#f_sns{
	float: right;
}
#footer nav ul#f_sns li{
	float: left;
	padding-left: 20px;
}
#footer nav ul#f_sns li a{}




#footer .copyright{
	font-size:1.1rem;
	text-align: right;
}





/*トップへ戻るアニメーション*/
.boyon {
	/*background: url(../images/totop_pc160.png)no-repeat;*/
	/*width: 90px;
	height: 160px;*/
	animation: boyon1 3s ease infinite;
}
@keyframes boyon1 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}

/*トップへ戻る表示イチ*/
.page-top{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	width: 100px ; /*--114px--*/
	height: 100px ; /*--200px--*/
	cursor: pointer ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}



/*以下クボタ追記*/
.annotation{
	font-size: 10px;
	color: #F00;
}
.annotation2{
	font-size: 14px;
}