@charset "UTF-8";

/***********************************************************
style.css
***********************************************************/

/*==========================================================
reset
==========================================================*/

body,
h1,h2,h3,h4,
div,p,ul,li,a {
	font-weight: inherit;
	padding: 0;
	margin: 0;
	list-style: none;
}

button {
	background-color: transparent;
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	color: #2b55df;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover,
a:active {
	color: #FA954C;
	text-decoration: none;
}

select {
	height: 22px;
	background-color: #fff;
}

/*==========================================================
contents
==========================================================*/
html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}

#all_container {
	width: 100%;
	height: auto !important;
	min-height: 100%;
	padding-top: 0px;
	margin: 0 auto;
	position: relative;
	background: #FCFCFC;
}

#contents_wrapper {
	padding: 0 5px;
}

#main_contents {
	width: 100%;
	min-width: 320px;
	max-width: 680px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0;
	padding: 85px 0 95px;/*bottomはフッターの高さ*/
	position: relative;
}


/*ヘッダー-----------*/

header {
	width: 100%;
	height: 62px;
	padding-top: 18px;
	background: url(../img/bg_header.jpg) repeat-x bottom;
	background-color: #f0f0f0;
	border-bottom: solid 5px #337031;
	position: absolute;
	top: 0;
	z-index: 10;
}

h1 {
	width: 100%;
	min-width: 320px;
	max-width: 680px;
	margin:  auto;
}

h1 img {
	width: 100px;
	height: 50px;
	margin: 0 5px;
	vertical-align: middle;
	border: none;
}

#h1_title {
	width: 314px;
	height: 25px;
	background: url(../img/header_title.png) no-repeat;
	background-size: 314px;
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}
#h1_title_en {
	width: 314px;
	height: 25px;
	background: url(../img/header_title_en.png) no-repeat;
	background-size: 314px;
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}


@media only screen and (max-width: 450px) {
	header {
		height: 55px;
		padding-top: 10px;
	}

	h1 img {
		width: 80px;
		height: 40px;
		margin: 0 5px;
		vertical-align: middle;
	}

	#h1_title {
		width: 200px;
		height: 50px;
		background: url(../img/header_title_s.png) no-repeat;
		background-size: 200px;
	}

	#h1_title_en {
		width: 200px;
		height: 50px;
		background: url(../img/header_title_s_en.png) no-repeat;
		background-size: 200px;
	}

	#main_contents {
		padding-top: 65px;
	}
}

/*main_contents-----------*/
h2 {
	padding: 0 0 0 25px;
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #133f12;
	background: url(../img/h2_ico.png) no-repeat 2px 50%;
	background-size: 15px;
	border-bottom: 1px dotted #133f12;
}

#sub_menu {
	margin: 13px 0;
	font-size: 12px;
}

#language {
	float: right;
}
/*ゲームタイトル枠-------------*/

.game_title_box h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../img/h3_game_title.png) no-repeat left;
	background-size: 130px;
}
.game_title_box .game_title {
	font-weight: bold;
	padding: 5px 15px 2px;
	border: 2px solid #296a27;
}
.game_title_box_en h3 {
	height: 20px;
	text-indent: -9999px;
	background: url(../img/h3_game_title_en.png) no-repeat left;
	background-size: 130px;
}
.game_title_box_en .game_title_en {
	font-weight: bold;
	padding: 5px 15px 2px;
	border: 2px solid #296a27;
}

/*緑枠-------------*/

.content_box {
	background: #f8fff8;
	border: 1px solid #296a27;
}

.content_box h3 {
	padding: 3px 5px;
	font-size: 16px;
	color: #fff;
	background: #296a27;
}

.content_box .contents {
	padding: 15px 10px;
}

/*ページ上部へ-----------------*/

.page_up {
	text-align: right;
}

/*白枠-------------*/
.plate_01 {
	background: #fff;
	padding: 10px 13px;
	margin-bottom: 10px;
	border: 1px solid #333;
}

.plate_01 h4 {
	font-size: 16px;
	font-weight: bold;
	color: #133f12;
	padding: 2px 18px;
	background: url(../img/h4_ico.png) no-repeat;
	background-size: 9px;
}

/*店舗リスト-----------*/

.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: #289b25;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.store_list .store_address {
	display: block;
}

.store_list .store_bt {
	display: block;
	height: 26px;
	margin-top: 3px;
}

.store_list .store_bt button {
	display: inline-block;
}

.store_list .store_buttons {
	display: block;
	text-align: right;
}

.store_list .store_buttons .store_bt {
	display: inline-block;
	text-align: right;
}

/*店舗情報-----------*/

.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;
}

/*注意事項-----------*/

#attention_box {
	padding: 10px 15px;
	margin-bottom: 25px;
	font-size: 13px;
	border: 2px solid #828282;
	background: #ececec;
}

#attention_box p {
	padding-left: 1em;
	text-indent: -1em;
}

/*フッターー-----------*/

footer {
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0; /* stick to bottom */
}

#footer_link {
	width: 100%;
	min-width: 320px;
	max-width: 680px;
	margin: 0 auto;
}

#footer_link p {
	width: 110px;
	margin-left: auto;
	text-align: left;
}

#footer_link p a {
	color: #333;
	padding-left: 15px;
	background: url(../img/ico_footer_link.png) no-repeat 0 50%;
	background-size: 10px;
}

#footer_link p a:hover {
	color: #FA954C;
}

#copy_right {
	color: #fff;
	padding: 10px 0;
	background-color: #2F832C;
	font-size: 12px;
}

#copy_right p {
	text-align: center;
}

/*権利表記ー-----------*/

.copy_right_page #main_contents {
	padding: 30px 0 30px;
}
/*==========================================================
ボタン
==========================================================*/

/*決定*/
.bt_decision {
	width: 100px;
	height: 30px;
	background: url(../img/bt_decision.png) no-repeat;
	background-size: 100px;
}

.bt_decision:hover {
	background: url(../img/bt_decision.png) no-repeat;
	background-size: 100px;
	background-position: 0 -30px;
}

.bt_decision:active {
	background: url(../img/bt_decision.png) no-repeat;
	background-size: 100px;
	background-position: 0 -60px;
}
.bt_decision_en {
	width: 100px;
	height: 30px;
	background: url(../img/bt_decision_en.png) no-repeat;
	background-size: 100px;
}

.bt_decision_en:hover {
	background: url(../img/bt_decision_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -30px;
}

.bt_decision_en:active {
	background: url(../img/bt_decision_en.png) no-repeat;
	background-size: 100px;
	background-position: 0 -60px;
}

/*検索*/
.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_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;
}
.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;
}

/*googlemapで見る(店舗リスト)*/
.store_list .store_map .store_bt_google_map {
	display: none;
	width: 160px;
	height: 26px;
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 160px;
}

.store_list .store_map .store_bt_google_map:hover {
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 160px;
	background-position: 0 -26px;
}

.store_list .store_map .store_bt_google_map:active {
	background: url(../img/bt_google_map.png) no-repeat;
	background-size: 160px;
	background-position: 0 -52px;
}

.store_list .store_map .store_bt_google_map_en {
	display: none;
	width: 160px;
	height: 26px;
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 160px;
}

.store_list .store_map .store_bt_google_map_en:hover {
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 160px;
	background-position: 0 -26px;
}

.store_list .store_map .store_bt_google_map_en:active {
	background: url(../img/bt_google_map_en.png) no-repeat;
	background-size: 160px;
	background-position: 0 -52px;
}

/*==========================================================
共通
==========================================================*/

/*文字-----------------*/

.tx_b {
	font-weight: bold;
}

.tx_l {
	text-align: left;
}

.tx_c {
	text-align: center;
}

.tx_r {
	text-align: right;
}

.tx_red {
	color: #F00;
}

.tx_blue {
	color: #00F;
}

/*幅(width)-----------------*/

.w_200 {
	width: 200px;
}

.w_270 {
	width: 270px;
}

/*余白(margin)-----------------*/

.m_auto {
	margin: 0 auto;
}

/*top*/
.mt_5 {
	margin-top: 5px;
}

.mt_10 {
	margin-top: 10px;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

/*right*/
.mr_5 {
	margin-right: 5px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_15 {
	margin-right: 15px;
}

.mr_20 {
	margin-right: 20px;
}

/*bottom*/
.mb_5 {
	margin-bottom: 5px;
}

.mb_10 {
	margin-bottom: 10px;
}

.mb_15 {
	margin-bottom: 15px;
}

.mb_20 {
	margin-bottom: 20px;
}

.mb_30 {
	margin-bottom: 30px;
}