@charset "utf-8";


body {
	background-color: #000000;
	background-image: url('../img/bg-apm3.png'), radial-gradient(#383500 10%, transparent 20%), radial-gradient(#383500 10%, transparent 20%);
	background-size: auto, 10px 10px;
	background-position: center -100px, 5px 5px;
	background-repeat: no-repeat, repeat;
}

a {
    color: #ffffff;
    /*text-decoration: none;*/
}

/*==========================================================
contents
==========================================================*/


#all_container{
	width:100%;
	background:none;
	}

#main_contents {
	width: 100%;
	min-width: 320px;
	max-width: 680px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0;
	padding: 90px 0 95px;/*bottomはフッターの高さ*/
	position: relative;
}


/*ヘッダー-----------*/

header {
	background-color: transparent;
	background-image: url(../img/header_bg_shop.png), url(../img/header_bg.png);
	background-position: center top 22px, center top;
	background-size: auto;
	background-repeat: no-repeat, repeat-x;
	height:70px;
	border-bottom:none;
}

h1 {
	display:none;
	}

/*main_contents-----------*/


h2 {
	display:none;
}

#sub_menu {
/*	margin: 50px 0 43px 0;
	text-align:right;
	color:#FFFFFF;*/
	display:none;
}

#language {
	margin-bottom: 20px;
}

/*ゲームタイトル枠→カテゴリプレートに変更-------------*/

.game_title_box h3,
.game_title_box_en h3 {
	margin: 0 auto 10px;
	width:300px;
	height:83px;
	color: transparent;
	font-size: 0;
	background: url(../img/titlelogo.png) no-repeat center top;
	background-size: 300px;
	clear: both;
}

@media only screen and (max-width: 640px) {
.game_title_box h3,
.game_title_box_en h3 {
	margin: 0 auto 10px;
	width:300px;
	height:83px;
	color: transparent;
	font-size: 0;
	background: url(../img/titlelogo.png) no-repeat center top;
	background-size: 300px;
}

	}


.game_title_box .game_title,
.game_title_box_en .game_title_en {
	padding:0;
	border: none;
	display:none;
}


@media only screen and (max-width: 640px) {
	#sub_menu {
	margin: 50px 0 30px 0;
	text-align:right;
	color:#FFFFFF;
	}

	}

@media only screen and (max-width: 450px) {
	#sub_menu {
	margin: 72px 0 30px 0;
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	}

	}

/*緑枠→各セクションのタイトル-------------*/

.content_box {
	padding: 10px;
	background-color: #fffcca;
	clip-path: polygon(0px 15px, 15px 0px, calc(100% - 15px) 0px, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0px calc(100% - 15px));
	clear: both;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .content_box {
  	border-radius: 5px;
  }
}

.content_box h3 {
	padding: 12px 10px 0;
	min-height: 35px;
	background-image:linear-gradient(0deg, #000000 0%, #8a8a8a 100%);
	clip-path: polygon(0px 20px, 20px 0px, calc(100% - 20px) 0px, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0px calc(100% - 20px));
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: none;
	@media only screen and (max-width: 640px) {
	}
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .content_box h3 {
  	border-radius: 5px;
  }
}

.content_box .contents {
	padding: 15px 10px;
}



/*ページ上部へ-----------------*/

.page_up {
	text-align: right;
}

.page_up a{
	color:#2F2F2F;
}

/*白枠-------------*/
.plate_01 {
	background: transparent;
	padding: 10px 13px;
	margin-bottom: 10px;
	border: none;
}

.plate_01 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding: 2px 18px;
	background-size: 9px;
	background:#356b1e;
	border-radius:5px;
}


/*店舗リスト-----------*/

.store_list {
}

.store_list  li {
	padding: 5px 5px 7px;
	border-bottom: 1px dotted #333;
}

.store_list  li:last-child {
	border-bottom: none;
}

.store_list .store_name {
	color: #44a334;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.store_list .store_address {
	display: block;
}

.store_list .store_bt {
	display: block;
	width: 100px;
	height: 26px;
	margin-top: 3px;
	margin-left: auto;
}

.store_list .store_bt button {
	display: block;
}

/*店舗情報-----------*/

.access_map {
	width: 100%;
}

.info_list li {
	padding: 10px 5px;
	border-bottom: 1px dotted #333;
}

.info_list li:last-child {
	border-bottom: none;
}

.title_list li {
	margin-bottom: 10px;
}

.title_list li a{
	color:#147CD1;
}


/*注意事項-----------*/

#attention_box {
	padding: 10px 15px;
	margin-bottom: 25px;
	font-size: 13px;
	border: 2px solid #828282;
	background: #494949;
	border-radius:5px;
}

#attention_box p {
	color:#FFFFFF;
	padding-left: 1em;
	text-indent: -1em;
}



/*フッターー-----------*/

#footer_link p a {
	color: #FFFFFF;
	padding-left: 15px;
	background:none;
}

#copy_right {
	color: #fff;
	padding: 10px 0;
	background-color: #000000;
	font-size: 12px;
}



/*検索*/
.bt_search {
	width: 100px;
	height: 30px;
	background: url(../img/bt_search.png) no-repeat;
	background-size: 100px;
}

.bt_search:hover {
	background: url(../img/bt_search.png) no-repeat;
	background-size: 100px;
	background-position: 0 -30px;
}

.bt_search:active {
	background: url(../img/bt_search.png) no-repeat;
	background-size: 100px;
	background-position: 0 -60px;
}

/*検索英語*/
.bt_search_en {
	width: 100px;
	height: 30px;
	background: url(../img/bt_search_en.png) no-repeat;
	background-size: 100px;
}

.bt_search_en:hover {
	background: url(../img/bt_search_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -30px;
}

.bt_search_en:active {
	background: url(../img/bt_search_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -60px;
}


/*戻る*/
.bt_back {
	width: 150px;
	height: 32px;
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
}

.bt_back:hover {
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
	background-position: 0 -32px;
}

.bt_back:active {
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
	background-position: 0 -64px;
}


.bt_nodisp {
    display: none;
}


/*詳細*/
.bt_details {
	width: 100px;
	height: 26px;
	background: url(../img/bt_details.png) no-repeat;
	background-size: 100px;
}

.bt_details:hover {
	background: url(../img/bt_details.png) no-repeat;
	background-size: 100px;
	background-position: 0 -26px;
}

.bt_details:active {
	background: url(../img/bt_details.png) no-repeat;
	background-size: 100px;
	background-position: 0 -52px;
}

/*詳細英語*/
.bt_details_en {
	width: 100px;
	height: 26px;
	background: url(../img/bt_details_en.png) no-repeat;
	background-size: 100px;
}

.bt_details_en:hover {
	background: url(../img/bt_details_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -26px;
}

.bt_details_en:active {
	background: url(../img/bt_details_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -52px;
}

/*戻る*/
.bt_back {
	width: 150px;
	height: 32px;
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
}

.bt_back:hover {
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
	background-position: 0 -32px;
}

.bt_back:active {
	background: url(../img/bt_back.png) no-repeat;
	background-size: 150px;
	background-position: 0 -64px;
}

/*戻る英語*/
.bt_back_en {
	width: 150px;
	height: 32px;
	background: url(../img/bt_back_en.png) no-repeat;
	background-size: 150px;
}

.bt_back_en:hover {
	background: url(../img/bt_back_en.png) no-repeat;
	background-size: 150px;
	background-position: 0 -32px;
}

.bt_back_en:active {
	background: url(../img/bt_back_en.png) no-repeat;
	background-size: 150px;
	background-position: 0 -64px;
}

/*googlemapで見る*/
.bt_google_map {
	width: 196px;
	height: 32px;
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 196px;
}

.bt_google_map:hover {
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 196px;
	background-position: 0 -32px;
}

.bt_google_map:active {
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 196px;
	background-position: 0 -64px;
}

/*googlemapで見る英語*/
.bt_google_map_en {
	width: 196px;
	height: 32px;
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 196px;
}

.bt_google_map_en:hover {
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 196px;
	background-position: 0 -32px;
}

.bt_google_map_en:active {
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 196px;
	background-position: 0 -64px;
}
