/* topimg */
.topimg{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
/* tel */
.toptelarea{
  width: 90%;
  margin: 0 auto;
}
/* news */
.news{
	margin-bottom: 30px;
}
.news__box{
	margin-top: 30px;
}
.news__ttl{
	font-size: 22px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.news__desc{
	width: 90%;
	margin: 0 auto;
}
.news__desc li:nth-child(n+2){
	margin-top: 10px;
}
.news__desc li:not(:last-child){
	border-bottom: 1px dashed rgba(54, 111, 11, 0.2);
}
.news__date{
	display: block;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}
.news__txt{
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

/* about */
.about-main{
	background: url(../images/top/about-bg-sp.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0;
	margin-bottom: 60px;
}
.about-main h2{
	margin-bottom: 70px;
}
.about-main h2::after{
	background: url(../images/top/about.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.about-main__txt{
	margin: 0 auto 40px;
	letter-spacing: 2px;
	line-height: 1.9;
}
/*
.about-main__point{
	width: 90%;
	margin: 0 auto;
}
*/
.about-main__point li{
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
}
.about-main__point li:nth-of-type(2n){
}
.about-main__img{
	width: 30%;
	position: relative;
	margin-bottom: 20px;
}
.about-main__img img {
  box-shadow: 1px 1px 7px #dadada;
  border-radius: 50%;
	background: #fff;
	padding: 10px;
  box-sizing: border-box;
}
.about-main__catch{
	font-size: 20px;
	text-align: left;
	position: relative;
	width: 55%;
	line-height: 1.3;
}
.about-main__catch::before{
	content: "";
	display: inline-block;
	background: url(../images/top/point-green.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 60px;
	height: 30px;
	position: absolute;
	top: -40px;
	left:0;
}
.about-sub{
	margin-bottom: 30px;
}
.about-sub__img{
	width: 90%;
	margin: 0 auto 20px;
}
.about-sub__desc{
	width: 100%;
	border-bottom: 1px dotted #ababab;
	padding-bottom: 20px;
}
.about-sub__ttl{
	font-size: 24px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.about-sub__txt{
	margin-bottom: 15px;
	line-height: 1.9;
	font-size: 13px;
}
/* article */
.article h2{
	margin-bottom: 60px;
}
.article h2::after{
	background: url(../images/top/article.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.articlelist li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
/*
.articlelist li:nth-of-type(2n){
	margin: 0;
}
*/
.article__img{
	margin-bottom: 5px;
	width: 38%;
}
.article__img img{
	border-radius: 5px;
	width: 100%;
}
.article__ttl{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
}
.article__txt{
	width: 58%;
}
.article__txt2{
	font-size: 12px !important;
}
.article__date{
	color: #666666;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: underline;
}
/* online-shop */
.online-shop{
	background: url(../images/top/online-shop-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 40px;
}
.online-shop__link{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.online-shop__link a{
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 140px;
}
/* flower */
.flower h2{
	margin-bottom: 60px;
}
.flower h2::after{
	background: url(../images/top/flower.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.flower__bg{
	background-color: rgba(206, 232, 161, 0.2);
	padding: 40px 0 50px;
}
.flower__ttl{
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.flowe__txt{
	width: 85%;
	margin: 0 auto;
	font-size: 16px;
	margin-bottom: 30px;
}
.flowerlist li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 10px;
	position: relative;
}
.flower__img img{
	display:block;
}
.flowerlist li:nth-of-type(2n){
	margin-right: 0;
}
.flowerlist li::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 0;
	position: absolute;
	top: 0;
	right: 0;
}
.flowerlist01:after{
	border-color: transparent #ebf0ae transparent transparent;
}
.flowerlist02:after{
	border-color: transparent #f3c499 transparent transparent;
}
.flowerlist03:after{
	border-color: transparent #aedcee transparent transparent;
}
.flowerlist04:after{
	border-color: transparent #d7b3c6 transparent transparent;
}
.flowerlist05:after{
	border-color: transparent #aec6ee transparent transparent;
}
.flowerlist06:after{
	border-color: transparent #dcc6c7 transparent transparent;
}

.flower__name{
	font-size: 12px;
  letter-spacing: 2px;
  color: #222;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 5px 0 3px;
}
.flower__morelink{
	width: 50%;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%);
font-family: 'Josefin Sans', sans-serif;sans-serif;
}
.flower__morelink a{
	display: block;
	background-color: #fff;
	padding: 2px 0;
	font-weight: 500;
}
.flower__morelink a:hover{
	background-color: #cee8a0;
	color: #84aa04;
}
/* service */
.service{
	position: relative;
	margin-bottom: 30px;
}
.service h2{
	margin-bottom: 50px;
	position: relative;
}
.service h2::after{
	background: url(../images/top/service.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.servicelist{
/*
	z-index: 3;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
*/
}
.servicelist{
	width: 100%;
	background: url(../images/top/service-bg-sp.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0;
}
.servicelist li{
	width: 85%;
	background-color: #fff;
	box-shadow: 0px 0px 8px #ccc;
	padding:25px;
	box-sizing: border-box;
	margin: 0 auto;
}
.servicelist li:first-child{
	margin-bottom: 25px;
}
.servicelist li div{
	display: flex;
	align-items: center;
	justify-content:center;
}
.servicelist__img__flower{
	width: 15%;
}
.servicelist__img__delivery{
	width: 18%;
}
.servicelist__img__flower img,
.servicelist__img__delivery img{
	width: 100%;
}
.servicelist__ttl{
	width: 75%;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: center;
}
.servicelist__ttl span{
	letter-spacing: 2px;
}
.servicelist__txt{
	margin: 15px auto 20px;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2px;
}
.more-link{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.more-link a{
	font-size: 22px;
	display: flex;
	justify-content: center;
	padding: 5px 0 3px;
	background-color: #cee8a0;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
}
.more-link img{
	width: 5%;
	margin-left: 10px;
}
/* insta */
.insta{
	margin:50px auto;
	width: 90%;
}
.insta-ttl{
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 3px;
	color: #84aa04;
	text-align: center;
	margin-bottom: 20px;
}
.insta-ttl span{
	width: 6%;
	display: block;
	margin: 0 auto 10px;
}
.insta-ttl span img{
	width: 100%;
	display: block;
}
.instalist{
	margin: 0 auto 30px;
}
.instalist li{
	width: 32%;
	margin-right: 2%;
}
.instalist li img {
  width: 100%;
  height: 29vw;
  object-fit: cover;
}
.instalist li:nth-child(3n){
	margin-right:0;
}
.insta .more-link{
	width: 70%;
}
/* access */
.access__bg{
	width: 100%;
	background: url(../images/top/access-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
	z-index: 1;
	margin-bottom: 30px;
}
.access h2{
	margin-bottom: 60px;
}
.access h2::after{
	background: url(../images/top/access.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.access__guide{
	-ms-align-items: center;
	align-items: center;
}
.access__map{
	order: 2;
	width: 100%;
}
.access__address{
	order: 1;
	width: 90%;
	margin: 0 auto 30px;
}
.access__shopname{
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0;
}
.access__address dl dt{
	width: 25%;
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9;
  align-items: center;
  font-size: 13px;
}
.access__address dl dd{
	width: 75%;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9;
  display: flex;
  font-size: 13px;
}
/* セクション入れ替え 21/06/20 */
.online-shop-banner{
	width: 90%;
	margin: 0 auto 35px;
}
.online-shop-banner > p{
	width: 100%;
}
.article{
	background-color: rgba(206, 232, 161, 0.1);
}
.article .inner{
	padding: 30px 0;
}
