@charset "utf-8";
@media screen and (max-width: 768px) {
.wrapper{
	// height: 100%;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    // padding-bottom: 100px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
.sp{display: block;}
p{font-family: "M PLUS Rounded 1c";
	width: 96%;
	margin: 0 auto;
}
.big{
		font-size: 1.9em;
		padding-top:30%;
		text-align: center;
  	color: #fff;
  	text-shadow:2px 2px 0 #fbc7da, -2px -2px 0 #fbc7da,
              -2px 2px 0 #fbc7da, 2px -2px 0 #fbc7da,
              0px 2px 0 #fbc7da,  0-2px 0 #fbc7da,
              -2px 0 0 #fbc7da, 2px 0 0 #fbc7da;
}
.red{
	background-color:#ff0000;
}
.blue{
	background-color:#ffff00;
}
.gray{
	background-color:#333333;
}
.box{
	padding-top: 20px;
}
h2{
	text-align: center;
	color: #fbc7da;
	font-size: 1.8em;
	padding-top: 30px;
}
.h_first{
	padding: 0;
}
.head_area{
	margin: 0 auto;
	padding: 0 !important;
	min-width: 100%;
	height: 100vh;
	background-image: url(../img/new/top_img_sp.jpg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
.main-bg{
	// background-image: url(../img/bg.png);
	background-size: 100%;
	background-repeat: repeat-y;
	padding: 0;
}
.contents_text_area{
	margin: 0 auto !important;
	padding: 0 !important;
	min-width: 100%;
	height: 300px;
	background-image: url(../img/new/ichigo1.jpg);
	background-size: cover;
}
.contents_text_area1{
	margin: 0 auto;
	padding: 0 !important;
	min-width: 100%;
	height: 300px;
	background-positon: center;
	background-image: url(../img/new/shop.jpg);
	background-size: cover;
}
.contents_text_area2{
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
	height: 300px;
	background-image: url(../img/new/last.jpg);
	background-size: cover;
}
.sales{
	padding: 1%;
	text-align: center;
}
.sales h3{
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 10px;
}
.sales p{
	font-size: 0.9em;
	line-height: 2.0em;
}
.charm_img img{
	width: 100%;
	padding:1%;
	margin:0 auto;
	text-align: center;
}
.land_img img{
	width: 100%;
	padding:1%;
	margin:10px auto;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 300px;
	padding: 0;
	margin: 0;
}
.footer_area{
	background-color: #137d56;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	bottom: 0;
}
.ft_tit{
	font-weight: bold;
	padding-top: 1%;
	font-size: 1.3em !important; 
}
.ft_add{
	font-size: 0.9em;
}
.footer{
	width: 100%;
	height: 550px;
	margin: 0 auto;
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
footer div{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #137d56;
	text-align: center;
}
footer div img{
	width: 15%;
	padding: 1%;
	margin: 1% 5%;
	text-align: center;
	display: inline;

}

@media(min-width: 768px){
a[href^="tel:"]{
    pointer-events: none;
cursor: default;
text-decoration: none;
  }
}