@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------------------------
初期設定リセット
--------------------------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "小塚ゴシック", "Yu Gothic", sans-serif;
	font-size: 0.8em;
	min-width: initial;
	line-height: 150%;/* footerの高さの最大値 */
}
footer {
	width: 100%;
	margin-top: 40px;
	padding: 70px 20px 0 20px;
	color: #ffffff;
	background: url(../images/footer_bgsp.jpg) repeat-x #acd966;
	min-height: 200px
}
@media (min-width:768px) {
body {
	margin: 0;
	padding: 0;
	font-family: "小塚ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.2em;
	min-width: initial;
	line-height: 150%;/* footerの高さの最大値 */
}
footer {
	width: 100%;
	margin-top: 40px;
	padding: 70px 20px 0 20px;
	background-color: #acd966;
	color: #ffffff;
	background: url(../images/footer_bg.jpg) repeat-x;
	min-height: 200px
}
}
header {
	min-height: 50px;
	margin: 0;
	padding: 10px 0;
	background-color: #ffffff
}
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	list-style-type: none;
}
img {
	max-width: 100% !important
}
#ggmap {
	width:250px;
	height: 250px;
	-webkit-border-radius: 125px !important;
	-moz-border-radius: 125px !important;
	border-radius: 125px !important;
	overflow: hidden;
	margin:0 auto;
}
.mapop {-webkit-border-radius: 125px !important;
	-moz-border-radius: 125px !important;
	border-radius: 125px !important;}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius:50%;
}

.imgpc {
	display: none !important;
}
.imgtb {
	display: none !important;
}
.imgsp {
	display: block !important;
}
@media (min-width:768px) {
.imgpc {
	display: none !important;
}
.imgtb {
	display: block !important;
}
.imgsp {
	display: none !important;
}
}
@media (min-width:990px) {
.imgpc {
	display: block !important;
}
.imgtb {
	display: none !important;
}
.imgsp {
	display: none !important;
}
}
.br-pc { display:none; }
.br-sp { display:block; }

@media (min-width:768px) {
#ggmap {
	width:500px;
	height:500px;
	border-radius:250px !important;
	overflow: hidden;
	margin:0 auto;
}

.br-pc { display:block; }
.br-sp { display:none; }
}

#wrapper {
	margin: 0
}
.text-ll {
	font-size: 1.5em;
	line-height: 150%;
}
.text-l {
	font-size: 1.2em;
	line-height: 150%;
}
.text-s {
	font-size: 0.8em;
	line-height: 150%;
}
.text-ss {
	font-size: 0.5em;
	line-height: 150%;
}

@media (min-width:768px) {
	.text-l {
	font-size: 1.4em;
	line-height: 150%;
}
.text-ll {
	font-size: 2.5em;
	line-height: 150%;
}
}

/* !五分割設定  ---------------------------------------------------------------- */
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-1-5 {
	width: 19%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}
.col-xs-3-5 {
	width: 60%;
	float: left;
}
.col-xs-4-5 {
	width: 80%;
	float: left;
}
/* -------------------------------------------------------------------
clearfix設定
--------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* End hide from IE5-mac */
