@charset "utf-8";

@media only screen and (max-width : 750px ){
/** -------------------------------------------------------
 ** 01. home
 ** ------------------------------------------------------- */
#home #homeSlider {
	margin: 0 -9px;
}
#home #homeSlider img {
	width: 100%;
}
#home .titBox {
	background: url(/common/img/cmn_bg01.png) repeat center top;
	background-size: 150px;
	margin: 0 -9px;
	padding: 23px 0 12px;
	text-align: center;
}
#home .titBox .titBoxInner {
	background-image: url(/img/sp/index_bg01.png), url(/common/img/cmn_bg02.png);
	background-repeat: no-repeat, repeat;
	background-position: center top;
	background-size: 303px auto, auto;
	padding: 76px 0 6px;
}
#home .titBox h2 {
	margin: 0 17px;
}
#home .titBox p {
	margin: 7px 8px 0;
}
#home .bnrBox01 {
	margin: 15px 0;
}
#home .bnrBox01 p {
	text-align: center;
}
/** -------------------------------------------------------
 ** 02. people
 ** ------------------------------------------------------- */
#people .cmnPageNavi01 li a {
	background: #B28500 url(/img/people_bg01.gif) no-repeat right bottom 3px;
	background-size: 113px auto;
}
/** -------------------------------------------------------
 ** 03. restaurant
 ** ------------------------------------------------------- */
#restaurant .cmnPageNavi01 li a {
	background: #0085B2 url(/img/restaurant_bg01.gif) no-repeat right bottom 2px;
	background-size: 204px auto;
}
/** -------------------------------------------------------
 ** 04. area
 ** ------------------------------------------------------- */
#area #main section {
	margin: 10px 0 0;
	position: relative;
}
#area .cmnTit01 {
	margin-bottom: 30px;
}
#area .mapArea {
	display: none;
}
#area #select {
	height: 45px !important;
	width: 100% !important;
	box-sizing: border-box;
}
#area #select option {
	font-size: 1.5rem;
}
#area .customSelect {
	background: #fff url(/common/img/cmn_arrow_select01.png) no-repeat right 3px center;
	background-size: 40px;
	border-radius: 5px;
	padding: 0 92px 0 15px;
	width: 100%;
	box-sizing: border-box;
}
#area .customSelect.changed {
}
#area .customSelectFocus {
}
#area .customSelectOpen {
}
#area .customSelectInner {
	width: 100% !important;
	height: 45px;
	line-height: 45px;
	font-size: 1.5rem;
	color: #333;
	box-sizing: border-box;
}
#area #btn {
	margin: 10px auto 0;
	width: 68%;
}
}
