@charset "utf-8";
@media screen and (min-width: 768px) {
.container {
  flex-direction: row | row-reverse | column | column-reverse;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
}
.sp{display: none;}
p{font-family: "M PLUS Rounded 1c"; }
.red{
	background-color:#ff0000;
}
.blue{
	background-color:#ffff00;
}
.gray{
	background-color:#333333;
}
.c_t{
	text-align: center;
}
.big{
		padding-top:200px;
		font-size: 3.8em;
		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;
}
.head_area{
	margin: 0 auto;
	padding: 0;
	min-height: 100vh;
	background-image: url(../img/new/top_img_pc.jpg);
	background-size: cover;
	background-position: top center;
}
.main-bg{
	// background-image: url(../img/bg.png);
	background-size: 100%;
	min-width: 100vh;
	background-repeat: no-repeat;
}
.contents_text_area{
	margin: 0 auto;
	padding: 0;
	min-height: 100vh;
	background-image: url(../img/new/ichigo1.jpg);
	background-size: cover;
}
.contents_text_area1{
	margin: 0 auto;
	padding: 0;
	min-height: 140vh;
	background-image: url(../img/new/shop.jpg);
	background-size: cover;
}
.contents_text_area2{
	margin: 0 auto;
	padding: 0;
	min-height: 140vh;
	background-image: url(../img/new/last.jpg);
	background-size: cover;
}
.sales{
	width: 80%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}
h2{
	color: #fbc7da;
	text-align: center;
	font-size: 3.4em;
	font-weight: bolder;
	width: 100%;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 30px;
}
.charm_img{
	width: 100%;
	height: 100%;
	text-align: center;
	padding:0;
	margin:0 auto;
}
.land_img img{
	width: 100%;
	padding:1%;
	margin:0 auto;
	text-align: center;
}
.map iframe{
	min-width: 100%;
	height: 250px;

	padding: 0;
}
.footer_area{
	margin: 0 auto;
	padding: 0;
	min-width: 100vh;
	background-color: #137d56;
	color: #fff;

}
.ft_tit{
	font-weight: bold;
	padding-top: 1%;
	font-size: 1.3em !important; 
}
footer div{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
footer img{
	display: inline;
	text-align: center;
	padding: 1% 5%;
}
}
