@charset "utf-8";


ul.breadcrums {
	max-width: 1200px;
	width: 100%;
	margin: 10px auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*display: none;*/
}

.footer--btm__block2 li {
	width: 70%;
	color: #fff;
	font-size: 1.4rem;
	margin: 0 auto 12px;
}

/*----------サイドメニュー内追加----------ここまで----------*/


/*20181022追加*/

/*共通ボタン*/

/*表中のボタン*/
.btn_common01 {
	display: block;
	margin: 20px auto;
	width: 100%;
}

.btn_common01 a {
	display: block;
	font-size: 16px;
	background-color: #f0c350;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #aaa;
	padding: 10px 2px;
}

.btn_common01 a i {}

.btn_common01 a:hover {
	background-color: #e3ac21;
	border: solid 1px #ffb600;
}


/*コーポレートページ　店舗案内*/

.shop_list_block {
	margin: 32px 0 64px;
}

.shop_list_block:last-child {
	margin: 32px 0 64px;
}

.shop_list_block h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.shop_list_block h6 {
	font-size: 16px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	margin: 16px 0px 12px 16px;
}


.shop_list_block .btn_common01 {
	display: block;
	margin: 16px auto 0 auto;
	width: 80%;
}


/*アイコン*/
ul.icon_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 auto;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

li.icon_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #0a51a1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	padding: 4px 4px;
	margin: 8px 8px 8px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 24%;
}

li.icon_r div:nth-child(1) {
	line-height: 0;
	margin: 0 auto;
}

li.icon_r div:nth-child(2) {
	font-size: 12px;
	color: #fff;
}

li.icon_r img {
	width: auto;
}

li.icon_g {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ff0000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	padding: 4px 4px;
	margin: 8px 8px 8px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 24%;
}

li.icon_g div:nth-child(1) {
	line-height: 0;
	margin: 0 auto;
}

li.icon_g div:nth-child(2) {
	font-size: 12px;
	color: #fff;
}

li.icon_g img {
	width: 100%;
}

li.icon_t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #165829;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	padding: 4px 4px;
	margin: 8px 8px 8px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 24%;
}

li.icon_t div:nth-child(1) {
	line-height: 0;
	margin: 0 auto;
}

li.icon_t div:nth-child(2) {
	font-size: 12px;
	color: #fff;
}

li.icon_t img {
	width: auto;
}

li.icon_w {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ff7f00;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	padding: 4px 4px;
	margin: 8px 0px 8px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: flex;
	height: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 24%;
}

li.icon_w div:nth-child(1) {
	line-height: 0;
	margin: 0 auto;
}

li.icon_w div:nth-child(2) {
	font-size: 12px;
	color: #fff;
}

li.icon_w img {
	width: 100%;
}




/*アイコン*/

/*店舗案内一覧*/

.shop_list_block p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-left: 16px;
}

.shop_list_block p a {
	color: #0063c6;
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: #0063c6;
	text-decoration-color: #0063c6;
}

.shop_list_block p a:hover {
	color: #003999;
	-webkit-text-decoration-color: #003999;
	text-decoration-color: #003999;
}

.shop_list_block__unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
}

.shop_list_block img {
	width: 80%;
}

.shop_list_block__left {
	width: 40%;
	border: solid 1px #003999;
}

.shop_list_block__right {
	width: 60%;
	margin-left: 16px;
}


.shop_list_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shop_list_content figure {
	width: 100%;
}

.shop_list_content figure a {
	display: block;
	line-height: 0;
}

.shop_list_content figure img {
	width: 100%;
}


.shop_list_content dl {
	width: 100%;
	/* margin-left: 2%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 12px;
}

.shop_list_content dt {
	width: 28%;
	background: #ddd;
	padding: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
}

.shop_list_content dd {
	width: 72%;
	padding: 12px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.shop_list_content dd .txt01 {
	display: inline-block;
	margin: 0 8px 0 0;
}

.shop_list_content dd a {
	/*color: #0070ff;*/
	/* font-weight: bold; */
}

.shop_list_content dd.last {
	border-bottom: solid 1px #ddd;
}

.shop_list_content dd.btn_common01 {
	display: block;
	margin: 16px auto 0 auto;
	width: 100%;
	padding: 0px;
	border: none;
}

/*店舗案内一覧ここまで*/



/*店舗案内詳細*/
.shop_detail_block {
	margin: 32px 0;
}

.shop_detail_block h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shop_detail_block h6 {
	font-size: 16px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	margin: 16px 0px 12px 16px;
}

.shop_detail_block p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-left: 16px;
}

.shop_detail_block p a {
	color: #0063c6;
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: #0063c6;
	text-decoration-color: #0063c6;
}

.shop_detail_block p a:hover {
	color: #003999;
	-webkit-text-decoration-color: #003999;
	text-decoration-color: #003999;
}

.shop_detail_block__unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
}

.shop_detail_block img {
	width: 80%;
}

.shop_detail_block__left {
	width: 40%;
	border: solid 1px #003999;
}

.shop_detail_block__right {
	width: 60%;
	margin-left: 16px;
}


.shop_detail {}

.shop_detail dl {
	width: 100%;
	/* margin-left: 16px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shop_detail dt {
	width: 28%;
	background: #ddd;
	padding: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
	font-size: 14px;
}

.shop_detail dd {
	width: 72%;
	padding: 12px 8px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	font-size: 14px;
}

.shop_detail dd .txt01 {
	display: inline-block;
	margin: 0 8px 0 0;
}

.shop_detail dd a {
	/*color: #0070ff;*/
	/* font-weight: bold; */
}

.shop_detail dd.last {
	border-bottom: solid 1px #ddd;
}



.shop_map_area {
	margin: 30px 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.shop_map_area iframe {
	width: 100%;
	height: 300px;
}

.photo_area {
	/* margin: 30px auto 0 16px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.photo_area li {
	width: 31%;
	margin: 0 0px 16px 0px;
}

.photo_area li:nth-child(3n) {
	margin-right: 0px;
}

.photo_area li a {
	width: 100%;
	display: block;
}

.photo_area li a img {
	display: block;
	width: 100%;
}

.bt_shop_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	/* height: 300px; */
	/* border-top: 8px #123a63 solid; */
	/* border-bottom: 8px #123a63 solid; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bt_shop_area figure {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.bt_shop_area figure img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	/* border: 1px #1d60c7 solid; */
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bt_shop_area figure:nth-child(1) {
	background: #000;
	margin: 12px 8px 0 0;
	width: 48%;
}

.bt_shop_area figure:nth-child(1) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area figure:nth-child(2) {
	background: #000;
	margin: 12px 0px 0 0;
	width: 48%;
}

.bt_shop_area figure:nth-child(2) img {
	opacity: 0.5;
	/*width: 100%;*/
}


.bt_shop_area figure:nth-child(3) {
	background: #000;
	margin: 8px 8px 0 0;
	width: 48%;
}

.bt_shop_area figure:nth-child(3) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area figure:nth-child(4) {
	background: #000;
	width: 48%;
	margin: 8px 0 0 0;
}

.bt_shop_area figure:nth-child(4) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area figure:hover img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.bt_shop_area figure a {}

.bt_shop_area figure a ul {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30%;
	z-index: 100;
	display: block;
	width: 85%;
}

.bt_shop_area figure a ul li:nth-child(1) {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px #fff solid;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.bt_shop_area figure a ul li:nth-child(2) {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	font-size: 14px;
}


/*追加*/

.bt_shop_area2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	/* height: 300px; */
	/* border-top: 8px #123a63 solid; */
	/* border-bottom: 8px #123a63 solid; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bt_shop_area2 figure {
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 48%;
}

.bt_shop_area2 figure img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	/* border: 1px #1d60c7 solid; */
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.bt_shop_area2 figure:nth-child(1) {
	background: #000;
	margin: 0 8px 0 0;
	width: 48%;
}

.bt_shop_area2 figure:nth-child(1) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area2 figure:nth-child(2) {
	background: #000;
	margin: 0 0px 0 0;
	width: 48%;
}

.bt_shop_area2 figure:nth-child(2) img {
	opacity: 0.5;
	/*width: 100%;*/
}


.bt_shop_area2 figure:nth-child(3) {
	background: #000;
	margin: 8px 8px 0 0;
	width: 48%;
}

.bt_shop_area2 figure:nth-child(3) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area2 figure:nth-child(4) {
	background: #000;
	margin: 8px 0px 0 0;
	width: 48%;
}

.bt_shop_area2 figure:nth-child(4) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area2 figure:nth-child(5) {
	background: #000;
	width: 48%;
	margin: 8px 8px 0 0;
}

.bt_shop_area2 figure:nth-child(5) img {
	opacity: 0.5;
	/*width: 100%;*/
}

.bt_shop_area2 figure:hover img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
}

.bt_shop_area2 figure a {}

.bt_shop_area2 figure a ul {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30%;
	z-index: 100;
	display: block;
	width: 85%;
}

.bt_shop_area2 figure a ul li:nth-child(1) {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px #fff solid;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.bt_shop_area2 figure a ul li:nth-child(2) {
	text-align: center;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	font-size: 14px;
}

/*コーポレートページ　店舗案内ここまで*/





/*サーキット案内一覧*/
.circuit_list_block {
	margin: 32px 0 64px;
}

.circuit_list_block:last-child {
	margin: 32px 0 32px;
}

.circuit_list_block h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.circuit_list_block h6 {
	font-size: 16px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	margin: 16px 0px 12px 16px;
}


.circuit_list_block .btn_common01 {
	display: block;
	margin: 16px auto 0 auto;
	width: 80%;
}




.circuit_list_block p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-left: 16px;
}

.circuit_list_block p a {
	color: #0063c6;
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: #0063c6;
	text-decoration-color: #0063c6;
}

.circuit_list_block p a:hover {
	color: #003999;
	-webkit-text-decoration-color: #003999;
	text-decoration-color: #003999;
}

.circuit_list_block__unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
}

.circuit_list_block img {
	width: 80%;
}

.circuit_list_block__left {
	width: 40%;
	border: solid 1px #003999;
}

.circuit_list_block__right {
	width: 60%;
	margin-left: 16px;
}


.circuit_list_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.circuit_list_content figure {
	width: 100%;
	line-height: 0;
}

.circuit_list_content figure a {
	display: block;
	line-height: 0;
}


.circuit_list_content figure img {
	width: 100%;
}


.circuit_list_content dl {
	width: 100%;
	/* margin-left: 2%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	margin-top: 12px;
}

.circuit_list_content dt {
	width: 28%;
	background: #ddd;
	padding: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
}

.circuit_list_content dd {
	width: 72%;
	padding: 12px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.circuit_list_content dd .txt01 {
	display: inline-block;
	margin: 0 8px 0 0;
}

.circuit_list_content dd a {
	/*color: #0070ff;*/
	/* font-weight: bold; */
}

.circuit_list_content dd.last {
	border-bottom: solid 1px #ddd;
}

.circuit_list_content dd.btn_common01 {
	display: block;
	margin: 16px auto 0 auto;
	width: 100%;
	padding: 0px;
	border: none;
}

/*サーキット案内一覧ここまで*/

/*サーキット詳細*/
.circuit_detail_block {
	margin: 32px 0;
}

.circuit_detail_block h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.circuit_detail_block h6 {
	font-size: 14px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	/*margin: 16px 0px 12px 16px;*/
}

.circuit_detail_block p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	margin-left: 16px;
}

.circuit_detail_block p a {
	color: #0063c6;
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: #0063c6;
	text-decoration-color: #0063c6;
}

.circuit_detail_block p a:hover {
	color: #003999;
	-webkit-text-decoration-color: #003999;
	text-decoration-color: #003999;
}

.circuit_detail_block__unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
}

.circuit_detail_block img {
	width: 80%;
}

.circuit_detail_block__left {
	width: 40%;
	border: solid 1px #003999;
}

.circuit_detail_block__right {
	width: 60%;
	margin-left: 16px;
}


.circuit_detail {}

.circuit_detail dl {
	width: 100%;
	/* margin-left: 16px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

.circuit_detail dt {
	width: 28%;
	background: #ddd;
	padding: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
}

.circuit_detail dd {
	width: 72%;
	padding: 12px;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.circuit_detail dd div {
	margin: 16px 0px 12px 16px;
}

.circuit_detail dd ul {}

.circuit_detail dd ul li {}

.circuit_detail dd ul li.red {
	color: #ff0000;
}

.circuit_detail dd .txt01 {
	display: inline-block;
	margin: 0 8px 0 0;
}

.circuit_detail dd a {
	/*color: #0070ff;*/
	/* font-weight: bold; */
	width: 86%;
}

.circuit_detail dd.last {
	border-bottom: solid 1px #ddd;
}


.circuit_detail_block .note01 {
	color: #ff0000;
	font-size: 12px;
	text-align: right;
}




.circuit_photo_area {
	margin: 0 0 32px 0;
}

.circuit_photo_area .note01 {
	color: #ff0000;
	font-size: 12px;
	text-align: right;
}

.circuit_photo_area ul {
	margin: 30px auto 0 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.circuit_photo_area ul li {
	width: 32%;
	margin: 0 0px 8px 0px;
}

.circuit_photo_area ul li:nth-child(3n) {
	margin-right: 0px;
}

.circuit_photo_area ul li a {
	width: 100%;
	display: block;
}

.circuit_photo_area ul li a img {
	display: block;
	width: 100%;
	max-height: 187px;
}

.circuit_photo_area h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.circuit_photo_area h6 {
	font-size: 16px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	margin: 16px 0px 12px 16px;
}





.circuit_movie_area {
	width: 100%;
	/*margin: 0 0 32px 0;*/
}

.circuit_movie_area h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.circuit_movie_area h6 {
	font-size: 16px;
	padding: 4px 0px;
	color: #333;
	border-bottom: dashed 1px #0063c6;
	margin: 16px 0px 12px 16px;
}


.circuit_movie_area iframe {
	width: 100%;
	display: block;
	margin: 0 auto;
}




/*サーキット詳細　ここまで*/

/*ブログ*/
.blog_list_block h5 {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	margin-bottom: 12px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.blog_list_block p {
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.blog_list_content a {
	color: #0063c6;
	font-weight: bold;
	text-decoration: underline;
	-webkit-text-decoration-color: #0063c6;
	text-decoration-color: #0063c6;
}

.blog_list_content a:hover {
	color: #003999;
	-webkit-text-decoration-color: #003999;
	text-decoration-color: #003999;
}

.blog_list_block__unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 16px;
}

.blog_list_block img {
	width: 80%;
}

.blog_list_block__left {
	width: 40%;
	border: solid 1px #003999;
}

.blog_list_block__right {
	width: 60%;
	margin-left: 16px;
}

.blog_list_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_list_content figure {
	width: 80%;
	margin: 0 auto;
}

.blog_list_content figure a {
	display: block;
	line-height: 0;
}

.blog_list_content figure img {
	width: 100%;
}

.blog_list_content ul {
	width: 58%;
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

.blog_list_content li {
	width: 100%;
	/* background: #ddd; */
	padding: 24px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
}

.blog_list_content dd .txt01 {
	display: inline-block;
	margin: 0 8px 0 0;
}

.blog_list_content li.last {
	border-bottom: solid 1px #ddd;
}

/*ブログ　ここまで*/


/*イベント情報*/
.event_list_block {}

.event_list_content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.event_list_content ul {
	width: 58%;
	margin-left: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

.event_list_content li {
	width: 100%;
	padding: 24px 0;
	text-align: left;
	font-weight: normal;
	margin-bottom: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: dotted 1px #0063c6;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.event_list_content_title {
	width: 100%;
	/* margin-left: 1%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.event_list_content_title_img {
	width: 100%;
	line-height: 0;
}

.event_list_content_title_img img {
	width: 100%;
}

.event_list_content a {
	font-size: 18px;
	padding: 4px 12px;
	color: #333;
	background: #f4f4f4;
	border-left: solid 4px #003999;
	border-bottom: solid 2px #d7d7d7;
	/* margin-bottom: 12px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.event_list_content a p {
	width: 100%;
}

.event_list_content a:hover {
	background: #daecff;
	border-bottom: solid 2px #97caff;
}

.event_list_content span {
	margin-left: auto;
	background: #033999;
	color: #fff;
	padding: 4px 12px;
	font-size: 16px;
	border-radius: 3px;
	/* width: 38%; */
	width: 100%;
	text-align: center;
	margin: 8px 0;
	border: solid 1px #ccc;
}

/*イベント情報　ここまで*/


/*定期イベント各ページ*/
.event_each_block {
	width: 100%;
}

.event_each_block figure {
	width: 80%;
	margin: 48px auto 0;
	line-height: 0;
	-webkit-box-shadow: 2px 2px 6px #aaa;
	box-shadow: 2px 2px 6px #aaa;
}

.event_each_block img {
	width: 100%;
}

.event_each_table {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 48px;
}

.event_each_table dt {
	width: 100%;
	padding: 8px 16px;
	background: #0063c6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #fff;
}

.event_each_table dt:first-of-type {
	border-top: none;
}

.event_each_table dd {
	width: 100%;
	padding: 8px 16px;
	background: #eee;
	border-top: solid 1px #0063c6;
	font-size: 14px;
	margin-bottom: 12px;
}

.event_each_table dd:first-of-type {
	border-top: none;
}

.event_each_table p {
	float: right;
}

.event_each_table dd a {
	padding: 5px 10px;
	background: #123a63;
	/* margin: 0 4px; */
	color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px #aaa;
	box-shadow: 1px 1px 3px #aaa;
	font-size: 13px;
}

.event_details_table {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 48px;
}

.event_details_table .event-date {
	width: 100%;
	padding: 8px 16px;
	background: #0063c6;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-top: solid 1px #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.event_details_table .event-date:first-of-type {
	border-top: none;
}

.event_details_table .event-round {
	width: 100%;
	padding: 8px 16px;
	background: #eee;
	border-top: solid 1px #0063c6;
	border-left: solid 1px #0063c6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: solid 1px #0063c6;
}

.first {
	border-top: none !important;
}

.event_details_table .event-race {
	width: 100%;
	padding: 8px 16px;
	background: #eee;
	border-top: solid 1px #0063c6;
	border-left: solid 1px #0063c6;
	border-right: solid 1px #0063c6;
}

.event_details_table .event-race:first-of-type {
	border-top: none;
}

.event_details_table .event-btn {
	width: 100%;
	padding: 8px 8px;
	background: #eee;
	border-top: solid 1px #0063c6;
	border-left: solid 1px #0063c6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 12px;
	border-bottom: solid 1px #0063c6;
	border-right: solid 1px #0063c6;
}

.event_details_table li.event-btn:first-of-type {
	border-top: none;
}

.event-btn a {
	background: #033999;
	color: #fff;
	padding: 6px 8px;
	font-size: 14px;
	border-radius: 2px;
	display: block;
	width: 80%;
	text-align: center;
	margin: 8px 0;
	border-radius: 3px;
	border: solid 1px #ccc;
}

.entry_btn {
	display: block;
	font-size: 14px;
	background-color: #f0c350;
	text-align: center;
	border-radius: 3px;
	border: solid 1px #aaa;
	padding: 10px 12px;
}

/*定期イベント各ページ　ここまで*/


/*駐車場案内*/
.shop_parking_area {
	/* margin: 30px auto 60px; */
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.shop_parking_area img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border: solid 1px #0063c6;
	-webkit-box-shadow: 2px 2px 6px #aaa;
	box-shadow: 2px 2px 6px #aaa;
	padding: 24px;
	margin: 0 auto;
}

/*駐車場案内　ここまで*/


/*----------お問い合せ----------*/

.main {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.main > .tel_area {
	width: 1200px;
	margin: 40px auto;
	border: 1px #d0d0d0 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main > .tel_area .inner {}

.main > .tel_area .inner ul {}

.main > .tel_area .inner ul li {
	text-align: center;
	margin: 10px 0;
}

.main > .tel_area .inner ul li:nth-child(1) {
	background: #ff7121;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
	font-size: 2rem;
}

.main > .tel_area .inner ul li:nth-child(3) {
	font-size: 2.4rem;
}

.main > form.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main > form.inner > .inner {
	position: relative;
}

/*----------入力エリア----------*/

.main > form.inner > .inner {
	padding: 24px 0;
	width: 100%;
}

.main > form.inner > .inner > .inner {
	width: 100%;
	margin: 0 auto;
}

.main > form.inner > .inner > .inner > dl {
	margin: 20px 0 0px 0;
	border-bottom: 1px #666 dashed;
	padding: 0 0 20px 0;
}

.main > form.inner > .inner > .inner > dl > dt {
	font-size: 15px;
	color: #333;
	width: 100%;
}

.main > form.inner > .inner > .inner > dl > dt.required::after {
	font-size: 1.2rem;
	color: #fff;
	background: #ff7121;
	padding: 0px 10px;
	content: "必須";
	border-radius: 5px;
}

.main > form.inner > .inner > .inner > dl > dt > i {}

.main > form.inner > .inner > .inner > dl > dt.required::after {}

.main > form.inner > .inner > .inner > dl > dd {
	width: 100%;
}

.main > form.inner > .inner > .inner > dl > dd > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 12px 0 0 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	width: 98%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main > form.inner > .inner > .inner > dl > dd > dl > dt {
	width: 100%;
	font-size: 16px;
	margin: 0 2% 0 0;
}

.main > form.inner > .inner > .inner > dl > dd > dl > dd {
	position: relative;
	width: 100%;
}

.main > form.inner > .inner > .inner > dl > dd > dl > dd > input {
	width: 100%;
	padding: 6px;
}

.main > form.inner > .inner > .inner > dl > dd > dl > dd > textarea {
	width: 100%;
	padding: 2px;
}

.label-unit {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.label-unit-pack {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pay-btn {
	width: 100%;
	text-align: left;
	margin-left: 8px;
}

.btn_add{
	background: #444;
	cursor: pointer;
	color: #fff;
	width: 160px;
	margin: 16px auto;
	text-align: center;
	padding: 8px;
	border-radius: 3px;
	border: solid 1px #ccc;
}

/*----------プライバシーエリア----------*/

.main > form.inner > .inner > .privacy_box {
	background: #eee;
	padding: 20px;
	margin: 20px auto 0;
	width: 100%;
}

.main > form.inner > .inner > .privacy_box > .check_area {}

.main > form.inner > .inner > .privacy_box > .check_area p {
	color: #0063c6;
	font-size: 14px;
}

.main > form.inner > .inner > .privacy_box > .check_area p a {
	color: #0063c6;
	font-size: 14px;
	border-bottom: 1px #0063c6 solid;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main > form.inner > .inner > .privacy_box > .check_area p a:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main > form.inner > .inner > .privacy_box > .check_area #bt_check {
	margin: 20px 0 0 0px;
}

.main > form.inner > .inner > .privacy_box > .check_area #bt_check > #check {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.main > form.inner > .inner > .privacy_box > .check_area #bt_check label {
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main > form.inner > .inner > .privacy_box > .check_area #bt_check label:hover {
	opacity: 0.5;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#check_send[disabled] {
	opacity: 0.3 !important;
	pointer-events: none;
	position: relative;
}

/*----------プライバシーエリア----------*/


/*----------ボタンエリア----------*/

.main section.bt_area {
	width: 100%;
	margin: 20px auto 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main section.bt_area #reset {
	width: 240px;
	margin: 0px 20px 0 0px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px #0063c6 solid;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #869aa7;
	box-shadow: 1px 1px 2px #869aa7;
	color: #0063c6;
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}

.main section.bt_area #reset:hover {
	color: #fff;
	background: #0063c6;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main section.bt_area #check_send {
	width: 240px;
	padding: 10px 20px;
	border: 1px #0063c6 solid;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px #869aa7;
	box-shadow: 1px 1px 2px #869aa7;
	color: #0063c6;
	font-weight: bold;
	font-size: 1.6rem;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}

.main section.bt_area #check_send:hover {
	color: #fff;
	background: #0063c6;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

/*----------ボタンエリア----------*/


/*----------入力内容確認----------*/

.main.confirm {
	width: 95%;
	margin: 0 auto;
}

.main.confirm > form.inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
	width: 100%;
	margin: 0 auto;
}

.main.confirm > form.inner > .inner {
	width: 100%;
	position: relative;
	margin: auto;
}

/*----------入力エリア----------*/

.main.confirm > form.inner > .inner {
	width: 100%;
}

.main.confirm > form.inner > .inner > .inner {
	width: 100%;
}

.main.confirm > form.inner > .inner > .inner > dl {
	margin: 20px 0 0px 0;
	border-bottom: 1px #666 dashed;
	padding: 0 0 20px 0;
	width: 100%;
}

.main.confirm > form.inner > .inner > .inner > dl > dt {
	font-size: 15px;
	color: #333;
	width: 100%;
}

.main.confirm > form.inner > .inner > .inner > dl > dt.required::after {
	font-size: 1.2rem;
	color: #fff;
	background: #ff7121;
	padding: 0px 10px;
	content: "必須";
	border-radius: 5px;
}

.main.confirm > form.inner > .inner > .inner > dl > dt > i {}

.main.confirm > form.inner > .inner > .inner > dl > dt.required::after {}

.main.confirm > form.inner > .inner > .inner > dl > dd {}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0 0 0px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-align-items: flex-start;
}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl > dt {
	width: 30%;
	font-size: 14px;
	margin: 0 10px 0 0;
}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl > dd {
	width: 72%;
	position: relative;
	font-size: 14px;
}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl > dd > input {
	width: 700px;
	padding: 2px;
}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl > dd > span {
	position: absolute;
	font-size: 1.2rem;
	top: 5px;
	left: auto;
	right: 60px;
}

.main.confirm > form.inner > .inner > .inner > dl > dd > dl > dd > textarea {
	width: 700px;
	padding: 2px;
	margin: 0 0 0 110px;
}

/*----------ボタンエリア----------*/

.main.confirm section.bt_area {
	width: 100%;
	margin: 32px auto 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main.confirm section.bt_area #back {
	width: 240px;
	margin: 0px 20px 0 0px;
	cursor: pointer;
	padding: 10px 20px;
	border: 1px #0063c6 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #869aa7;
	box-shadow: 1px 1px 2px #869aa7;
	color: #0063c6;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}

.main.confirm section.bt_area #back:hover {
	color: #fff;
	background: #0063c6;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.main.confirm section.bt_area #send {
	width: 240px;
	padding: 10px 20px;
	border: 1px #0063c6 solid;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px #869aa7;
	box-shadow: 1px 1px 2px #869aa7;
	color: #0063c6;
	font-weight: bold;
	font-size: 16px;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background: #fff;
}

.main.confirm section.bt_area #send:hover {
	color: #fff;
	background: #f6fcfa;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.confirm_note01 {
	font-size: 14px;
	margin-bottom: 32px;
	color: red;
}

/*----------ボタンエリア----------*/


/* ContentsArea
-------------------------- */
/*.modal-content {
	position: fixed;
	display: none;
	z-index: 2;
	width: 50%;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #aaa;
	background: #fff;
}

.modal-content dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 12px 0;
}

.modal-content dt {
	width: 25%;
	background: #0063c6;
	color: #fff;
	padding: 8px;
	border-bottom: solid 1px #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-content dt:last-of-type {
	border-bottom: solid 1px #0063c6;
}

.modal-content dd {
	width: 75%;
	padding: 8px;
	border-top: solid 1px #0063c6;
	border-right: solid 1px #0063c6;
}

.modal-content dd:last-of-type {
	border-bottom: solid 1px #0063c6;
}

.modal-content dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-content p {
	text-align: center;
	margin: 12px 0px 6px;
}

.modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
	color: #0063c6;
	text-decoration: underline;
}

.modal-open:hover {
	cursor: pointer;
	color: #aaa;
}

.modal-close {
	color: #0063c6;
	text-decoration: underline;
}

.modal-close:hover {
	cursor: pointer;
	color: #aaa;
}*/

.map-tokyo-click {
	position: relative;
}

.map-tokyo-on-01 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 60px;
	right: 205px;
	width: 45px;
	height: 115px;
}

.map-tokyo-on-02 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 200px;
	right: 205px;
	width: 45px;
	height: 150px;
}

.map-tokyo-on-03 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 285px;
	right: 300px;
	width: 45px;
	height: 80px;
}

.map-tokyo-on-04 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 200px;
	right: 385px;
	width: 70px;
	height: 40px;
}

.map-tokyo-on-05 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 155px;
	right: 515px;
	width: 75px;
	height: 40px;
}

.map-tokyo-on-06 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 95px;
	right: 500px;
	width: 50px;
	height: 40px;
}

.map-osaka-click {
	position: relative;
}

.map-osaka-on-01 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 140px;
	right: 130px;
	width: 35px;
	height: 170px;
}

.map-osaka-on-02 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 245px;
	right: 370px;
	width: 160px;
	height: 80px;
}

.map-osaka-on-03 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 140px;
	right: 370px;
	width: 160px;
	height: 60px;
}

.map-fukuoka-click {
	position: relative;
}

.map-fukuoka-on-01 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 110px;
	right: 195px;
	width: 45px;
	height: 85px;
}

.map-fukuoka-on-02 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 140px;
	right: 260px;
	width: 100px;
	height: 50px;
}

.map-fukuoka-on-03 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 220px;
	right: 260px;
	width: 100px;
	height: 40px;
}

.map-fukuoka-on-04 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 170px;
	right: 475px;
	width: 70px;
	height: 25px;
}

.map-fukuoka-on-05 a {
	position: absolute;
	background: rgba(255, 0, 0, 0);
	top: 140px;
	right: 475px;
	width: 70px;
	height: 25px;
}