﻿@charset "UTF-8";

/* 全体CSS */

/***	body	***/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ　Pro", "Osaka", "ＭＳ ゴシック", sans-serif;
	font-size: 28px;
	color: #FFF;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	background-color: #000;
	position: relative;
}

#wrapper {
	width: auto;
	width: auto;
}
/*menu*/

#menu {
	width: 100%;
	position: fixed;
	height: 50px;
	z-index: 100;
	background-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: white solid;
	border-top: white solid;
}

#menu_area {
	width: 960px;
	height: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.menu_item {
	position: relative;
	width: 136px;
	height: 67px;
	float: left;
}

	.menu_item a img {
		width: 100%;
	}

.menu_ho {
	display: none;
}

#menu_back {
	width: 100%;
	height: 80px;
}

#menu_sp {
	display: none;
}

#menu_modal_area_sp {
	display: none;
}

#menu_back_sp {
	display: none;
}


/* city */


#city {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #000;
	padding-bottom: 30px;
	background-position: top center;
	background-size: contain;
	background-repeat:no-repeat;

}

#city_title {
	width: 100%;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#city_title_image {
	width: 640px;
	height: 130px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

	#city_title_image img {
		width: 100%;
	}

#city_text {
	width: 960px;
	height: auto;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

#city_text_image {
	width: 540px;
	/*margin-left: auto;
	margin-right: auto;*/
}
	#city_text_image img {
		width:100%;
	}


#city_image {
	width: 960px;
	height: 160px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#back_btn {
	width: 270px;
	height: 80px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}




/* footer */
#footer {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer_box {
	width: 960px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: start;
	align-items: start;
	margin-left: auto;
	margin-right: auto;
}

#footer_box_in1 {
	width: 480px;
}

	#footer_box_in1 img {
		width: 480px;
	}

#footer_box_in2 {
	width: 480px;
}

	#footer_box_in2 img {
		width: 480px;
	}

.footer_line {
	width: 100%;
	height: 2px;
	background-image: url(/images/09footer/footer_line.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#footer_image {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

	#footer_image img {
		width: 640px;
	}

/* other */

#SoundBox {
	display: none;
}
