@charset "utf-8";

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

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

div#toppage{
	padding-top: 20px!important;
}
hr{
	clear:both;
	border:0;
}

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

/*-----------------------
　　TOP画像（左右に動く）
-------------------------*/
#headerbox{
	background: url("../images/header_bg_pc.jpg")repeat-x 0 0;
	background-position: center top;
	background-size:2000px 400px;
	height: 400px;
	/*animation: bg-slider 50s linear infinite; /* 50sの部分背景画像の約数だとスムーズ */
	margin: 0;
	padding: 0;
	/*border: 1px solid red;*/
	}

@-webkit-keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: 2400px 0; } /* 2500pxとは使用した背景画像の長さ */
 }

 @keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: 2400px 0; } /* 2500pxとは使用した背景画像の長さ */
}
#topimage{
	width: 1200px;
	height: 380px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	/*border: solid 1px #000;*/
	align-items: flex-end;
	vertical-align: bottom;
	padding-bottom: 0;
}

#topimage .img02{
	padding-left: 310px;
}
#topimage .img03{
	padding-left: 15px;
	padding-bottom: 10px;
}
#topimage .img03 a:hover{
	opacity: 1;
}


/*----------------
メニューのノーリンク部分
------------------*/
.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#banerArea {
	width: 1200px;
	text-align: center;
	margin-top: 50px;
	/*border: 1px solid red;*/
}
section#banerArea h2 {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	line-height: 1;
	padding: 12px 0 12px 0;
	margin-bottom: 30px;
}
section#banerArea h2 img{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

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

.main_baner{
	margin: 0 auto 40px auto;
	text-align: center;
}
.main_baner img{
	width: 75%;
	margin-bottom: 10px auto;
}
.main_baner .atari{
	border: solid 1px #000;
}





/*--------------------------------
　　　サーチエリア
-----------------------------------*/
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#search_area ul.search_genre{
	display: table;
	width: 100%;
	text-align: center;
}
section#search_area ul.search_genre li{
	display: table-cell;
}
section#search_area ul.search_genre li{padding:10px 0;}
section#search_area ul.search_genre li:nth-child(1){padding-left: 0!important;}
section#search_area ul.search_genre li:nth-child(4){padding-right: 0!important;}*/




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



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


#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;
}



#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: 350px;
	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{}





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;
}



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

/*==================
ページトップへ戻る
==================*/
.back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
}

a.back-to-top{
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 16.7px;
  height: 10.4px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 13px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 1px;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}