@charset "utf-8";
/**
 * style.css
 */

/* index
--------------------------------------------------*/
/* layout */

/* section */
.section {
	margin-top: 100px;
}
.section:first-child {
	margin-top: 0;
}
/* SP */
@media only screen and (max-width:640px) {
	.section {
		margin-top: 45px;
	}
}



/* pagetitle */
.pagetitle {
	background-image: url(../imgs/bg-pagetitle.jpg);
}
.pagetitle span {
	color: #fff;
}

/* about */
#about p {
	text-align: center;
}
#about .image {
	margin-top: 45px;
}
/* SP */
@media only screen and (max-width:640px) {
	#about p {
		text-align: left;
	}
}

/* itemList */
#itemList .title02 {
	margin-bottom: 45px;
}
#itemList .list {
	overflow: hidden;
}
#itemList .list ul {
	margin: -20px 0 0 -20px;
	zoom: 1;
}
#itemList .list ul:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#itemList .list li {
	box-sizing: border-box;
	float: left;
	width: 33.3%;
	padding: 20px 0 0 20px;
}
#itemList .list li a {
	position: relative;
	display: block;
	padding: 20px 20px 70px;
	color: #323232;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#itemList .list li a span {
	display: block;
}
#itemList .list li a .image {
	margin-bottom: 10px;
	text-align: center;
}
#itemList .list li a .name {
	font-size: 111.8%;
	font-weight: bold;
}
#itemList .list li a .detail {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 0 0 3px 15px;
	color: #6cb73d;
	font-size: 105.9%;
	font-family: 'TsukuBRdGothicStd-B', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
#itemList .list li a .detail:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '>';
}
#itemList .list li a .detail:after {
	position: absolute;
	bottom: 0;
	left: 14px;
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: url(../../common/imgs/bdr-green.png) repeat-x left bottom;
}
#itemList .list li a:hover .detail {
	color: #02872b;
}
#itemList .list li a:hover .detail:after {
	background: url(../../common/imgs/bdr-green_ov.png) repeat-x left bottom;
}

/* SP */
@media only screen and (max-width:640px) {
	#itemList .title02 {
		margin-bottom: 15px;
	}
	#itemList .list {
		overflow: hidden;
	}
	#itemList .list ul {
		margin: 0;
		zoom: 1;
	}
	#itemList .list li {
		box-sizing: border-box;
		float: none;
		width: auto;
		margin-top: 20px;
		padding: 0;
	}
	#itemList .list li a {
		padding: 10px 10px 60px;
	}
	#itemList .list li:first-child {
		margin-top: 0;
	}
	#itemList .list li a .name {
		font-size: 128.6%;
	}
	#itemList .list li a .detail {
		left: 20px;
		font-size: 114.3%;
	}
}

/* map */
#map .title02 {
	margin-bottom: 30px;
}
#map #gMap {
	max-width: 780px;
	margin: 0 auto 25px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#map #gMap .mapInner {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 53.85%;
}
#map #gMap iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* SP */
@media only screen and (max-width:640px) {
	#map .title02 {
		margin-bottom: 20px;
	}
	#map #gMap {
		margin: 0 -10px 25px;
		padding: 0;
	}
	#map #gMap .mapInner {
		padding-bottom: 65.63%;
	}
	#map #gMap iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* shopInfo */
#shopInfo {
	text-align: center;
}
#shopInfo dt {
	margin-bottom: 3px;
	color: #6cb73d;
	font-size: 129.5%;
	font-weight: bold;
}
#shopInfo dd {
	line-height: 1.47;
}
#shopInfo dd span {
	display: inline-block;
}
/* SP */
@media only screen and (max-width:640px) {
	#shopInfo {
		text-align: center;
	}
	#shopInfo dt {
		margin-bottom: 0;
		font-size: 157.2%;
		font-weight: bold;
	}
	#shopInfo dd {
		line-height: 1.71;
	}
	#shopInfo dd span {
		display: inline-block;
	}
}








