@charset "UTF-8";
/* CSS Document */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:14px;
	line-height:24px;
}

.site_img1{
	width:100%;
}

.site_img1 img{
	display: block;
	width:100%;
}

.site_img2{
	width:100%;
	position: relative;
}

.site_img2 img{
	display: block;
	width:100%;
}

.site_img2 a:hover{
	background: rgba(255,255,255,0.40);
}

.mall_link{
	width:37.79296875%;
	height: 13.3633633633634%;
	position: absolute;
	top:49.0990990990991%;
	left: 31.25%;
}

.tel_link{
	width: 17.578125%;
	height: 3.15315315315315%;
	position: absolute;
	top:73.1231231231231%;
	left: 28.80859375%;
}

.google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.map_text{
	display: flex;
	justify-content: flex-end;
	padding:0 20px;
	margin:20px auto 0;
	font-size: 16px;
	line-height: 160%;
}

.map_text span{
	display: inline-block;
}











