﻿@charset "utf-8";

@media screen and (min-width : 751px ) {
/** -------------------------------------------------------
 ** 01. home
 ** ------------------------------------------------------- */
#home #homeSlider {
	margin: 0 -32px;
}
#home .titBox {
	background: url(/common/img/cmn_bg01.png) repeat center top;
	background-size: 150px;
	margin: 0 -32px;
	padding: 46px 0 23px;
	text-align: center;
}
#home .titBox .titBoxInner {
	background-image: url(/img/index_bg01.png), url(/common/img/cmn_bg02.png);
	background-repeat: no-repeat, repeat;
	background-position: 7px 8px, center top;
	padding: 20px 0 19px;
}
#home .titBox h2 {
	margin: 0 17px;
}
#home .titBox p {
	width: 597px;
	height: 76px;
	overflow: hidden;
	margin: 17px auto 0;
	border-radius: 21px;
}
#home .titBox p a {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
#home .titBox p a:hover {
	opacity: 0.7;
}
#home .bnrBox01 {
	margin: 30px 0;
}
#home .bnrBox01 p {
	text-align: center;
}
/** -------------------------------------------------------
 ** 02. people
 ** ------------------------------------------------------- */
#people .cmnPageNavi01 li a {
	background: #B28500 url(/img/people_bg01.gif) no-repeat right 3px bottom 2px;
	background-size: 208px auto;
}
/** -------------------------------------------------------
 ** 03. restaurant
 ** ------------------------------------------------------- */
#restaurant .cmnPageNavi01 li a {
	background: #0085B2 url(/img/restaurant_bg01.gif) no-repeat right bottom 5px;
}
/** -------------------------------------------------------
 ** 04. area
 ** ------------------------------------------------------- */
#area #main section {
	margin: 15px 0 0;
}
#area .mapArea {
	position: relative;
}
#area .mapList {
	position: absolute;
	top: 100px;
	left: 90px;
	background: hsla(0,0%,100%,0.75);
	padding: 20px;
	width: 440px;
	box-sizing: border-box;
}
#area .mapList ul {
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px dotted #ccc;
}
#area .mapList ul:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
#area .mapList li {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
}
#area .mapList li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 10px;
}
#area .mapList li a:before {
	content: "";
	display: block;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid rgba(0,107,58,1.00);
	position: absolute;
	top: 0.6rem;
	left: 0;
}
#area .map01 {
	background: rgba(255,255,255,0.70);
	border: 4px solid rgba(0,107,58,0.70);
	padding: 39px 0 72px;
	margin: 15px 0 0;
	text-align: center;
}
#area #select,
.customSelect,
#area #btn {
	display: none !important;
}
}
