@charset "utf-8";
 @media screen and (max-width: 750px) {
/* -----------------------------------------------------------------------------

	共通
  
----------------------------------------------------------------------------- */
main {
	color:#463336;
}
main > section {
	max-width:1400px;
	margin:0 auto;
}
section h3 {
	font-size:1.5rem;
	text-align:center;
	margin: 0 auto 25px;
	font-weight: lighter;
}
section h3 span {
	font-size:3.0rem;
	font-weight:bold;
	display: block;
	padding-bottom: 13px;
	margin-bottom: 15px;
	position:relative;
}
section h3 span:after {
	content:"";
	width:15px;
	height:1px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-8px;
	background-color:#463336;
}
section h3 + p {
	margin:0 15px 20px;
}

/* -----------------------------------------------------------------------------

	MV
  
----------------------------------------------------------------------------- */
.mv > img {
	position:relative;
	z-index:1;
}
.mv .ttl {
	width:92%;
	padding:10px;
	background:#fff;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	box-sizing : border-box;
	position:relative;
	z-index:2;
	margin: -70px auto 0;
}
.mv .ttl .inner {
	border:1px solid #dddddd;
	padding: 35px 4% 35px 4%;
	border-bottom: 0;
}
.mv .ttl h1 {
	font-size:3.1rem;
	text-align:center;
	margin-bottom: 30px;
	color: #9cc813;
}
.mv .ttl h1 + p {
	font-size:1.4rem;
	line-height: 2;
	text-align: center;
}

/* -----------------------------------------------------------------------------

	shop
  
----------------------------------------------------------------------------- */
.shop #ShopList {
	margin: 30px 0 60px;
}
.shop #ShopList .inner {
	margin: 0 20px;
}
.shop #ShopList .inner > ul > li {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #ddd;
}
.shop #ShopList .inner > ul > li figure {
	line-height: 0;
}
.shop #ShopList .inner > ul > li figure img {
	width: 100%;
}
.shop #ShopList ul li div {
	background: #eef6e4;
	padding: 20px 5% 5%;
	position: relative;
}
.shop #ShopList ul li div p.newTag {
  position: absolute;
  height: 22px;
  right: 5%;
  top: 14px;
  padding: 1px 10px 3px 10px;
  background: #dd4b5f;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.shop #ShopList ul li div > span {
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	padding: 7px 0 0 8px;
	margin-bottom: 15px;
	width: 93px;
	height: 45px;
	background: url(../img/bg_flag.png) no-repeat;
	background-size: 93px;
	text-align: center;
}
.shop #ShopList ul li div h2 {
	font-weight: normal;
	margin-bottom: 15px;
}
.shop #ShopList ul li div h2 span {
	display: block;
	font-size: 1.4rem;
}
.shop #ShopList ul li div h2 b {
	display: block;
	font-weight: normal;
}
.shop #ShopList ul li div h2 + ul li a {
	display: inline-block;
	padding-left: 24px;
}
.shop #ShopList ul li div h2 + ul li:first-child a {
	color: #6d9000;
	padding: 0;
	font-weight: bold;
	font-size: 2.3rem;
}
.shop #ShopList ul li div h2 + ul li:last-child a {
	background: url(../img/icon_tel02.png) no-repeat left 3px;
	background-size: auto 15px;
}
.shop #ShopList ul li p {
	margin-top: 15px;
}

}
