/* topimg */
.topimg{
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
	position: relative;
}
/* news */
.news{
	margin-bottom: 90px;
}
.news__box{
	width: 80%;
  max-width: 900px;
  padding: 25px 0 22px;
  background-color: rgb(255 255 255 / 90%);
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 9%;
  text-align: left;
}
.news__ttl{
	font-size: 25px;
	width: 25%;
	text-align: center;
}
.news__desc{
	width: 70%;
	margin-right: 5%;
}
.news__desc li{
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom: 1px dotted #b3b3b3;
}
.news__desc li:nth-child(n+2){
	margin-top: 12px;
}
.news__desc li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.news__date{
	margin-right: 30px;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
}
@media screen and (max-width: 1000px){
	.news__ttl {
    width: 20%;
	}
	.news__desc {
    width: 75%;
    margin-right: 0;
	}
	.news__date {
    font-size: 12px;
	}
	span.news__txt {
    font-size: 13px;
	}
}
/* about */
.about{
	margin-bottom: 130px;
}
.about-main{
	background: url(../images/top/about-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 100px;
	margin-bottom:110px;
}
.about-main h2{
	margin-bottom: 80px;
}
.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 60px;
	padding-top: 20px;
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 1.9;
	text-align: center;
}
.about-main__point{
	width: 78%;
	margin: 0 auto;
}
.about-main__point li{
	width: 32%;
	margin-right:2%;
	text-align: center;
}
.about-main__point li:last-child{
	margin-right: 0;
}
.about-main__img{
	position: relative;
	margin-bottom: 30px;
	padding: 0 15px 0;
}
.about-main__img img{
	box-shadow: 1px 1px 7px #b2b2b2;
	border-radius: 50%;
	background: #fff;
	padding: 20px;
  box-sizing: border-box;
}
.about-main__img::after{
	content: "";
	display: inline-block;
	background: url(../images/top/point.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 80px;
	height: 50px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.about-main__catch{
	font-size: 20px;
	line-height: 1.4;
	color: #353535;
	letter-spacing: 4px;
}
.about-sub{
	-ms-align-items: center;
	align-items: center;
}
.about-sub__img{
	width: 45%;
	margin-right: 5%;
}
.about-sub__desc{
	width: 45%;
	margin-right: 5%;
	letter-spacing: 3px;
}
.about-sub__ttl{
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.about-sub__txt{
	margin-bottom: 20px;
	font-size: 16px;
}
/* article */
.article h2{
	margin-bottom: 120px;
}
.article h2::after{
	background: url(../images/top/article.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.articlelist li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}
.articlelist li:nth-of-type(3n){
	margin: 0;
}
.article__img{
	margin-bottom: 15px;
}
.article__img img{
	border-radius: 5px;
}
.article__txt a span{
	display: block;
}
.article__ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
.article__txt{
	font-size: 14px;
	margin-bottom: 5px;
}
.article__date{
	color: #666666;
	text-align: right;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 2px;
}
/* online-shop */
.online-shop{
	background: url(../images/top/online-shop-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 80px;
}
.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: 250px;
}
/* flower */
.flower h2{
	margin-bottom: 120px;
}
.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: 100px 0 70px;
}
.flower__ttl{
	text-align: center;
	font-size: 35px;
	letter-spacing: 5px;
	margin-bottom: 60px;
}
.flowe__txt{
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 60px;
}
.flowerlist li{
	width: 30%;
	overflow: hidden;
  cursor: pointer;
	margin-right: 5%;
	margin-bottom: 40px;
	position: relative;
/* 	background: #000; */
}
.flowerlist li img{
  width: 100%;
  transition-duration: 0.5s;
}
.flowerlist li:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
  opacity: 1;
}
.flowerlist li:nth-of-type(3n){
	margin-right: 0;
}
.flowerlist li::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 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: 15px;
  letter-spacing: 2px;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px 0 5px;
  font-weight: bold;
  background: rgba(33, 33, 33, 0.75);
}
.flower__morelink{
	width: 38%;
	text-align: center;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Josefin Sans', sans-serif;
}
.flower__morelink a{
	display: block;
	background-color: #fff;
	padding: 6px 0;
	font-size: 17px;
}
.flower__morelink a:hover{
	background-color: #cee8a0;
	color: #84aa04;
}
/* service */
.service{
	position: relative;
	margin-bottom: 100px;
}
.service h2{
	margin-bottom: 200px;
}
.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: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.servicelist li{
	background-color: #fff;
	width: 47%;
	margin-right: 6%;
	box-shadow: 1px 1px 7px #ccc;
	padding: 40px 0 20px;
}
.servicelist li:last-child{
	margin-right: 0;
}
.servicelist__img__flower{
	width: 20%;
	margin: 0 auto 30px;
}
.servicelist__img__delivery{
	width: 28%;
	margin: 0 auto 40px;
}
.servicelist__ttl{
	font-size: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.servicelist__ttl span{
	letter-spacing: 3px;
}
.servicelist__txt{
	width: 80%;
	margin: 0 auto 20px;
	letter-spacing: 1px;
}
.more-link{
	width: 250px;
	margin: 0 auto;
	text-align: center;
}
.more-link a{
	font-size: 24px;
	display: block;
	padding: 4px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #cee8a0;
	color: #fff;
	border-radius: 2px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}
.more-link a:hover{
	color: #ffffff;
	background-color: #84aa04;
}
.more-link a:hover{
	opacity: 0.7;
}
.more-link a span,
.return-link a span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-link a span img{
	width: 6%;
	padding-left: 10px;
}
.return-link a span img{
	width: 20px;
	padding-left: 10px;
}
.service__bg{
	width: 100%;
	background: url(../images/top/service-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 160px 0;
	z-index: 1;
}
/* insta */
.insta-ttl{
	font-size: 25px;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 5px;
	color: #84aa04;
	text-align: center;
	margin-bottom: 40px;
}
.insta-ttl span{
	width: 30px;
	display: block;
	margin: auto;
	margin-bottom: 15px;
}
.insta-ttl img{
	width: 100%;
}
.instalist{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.instalist li{
	width: 15.55%;
  margin-bottom: 15px;
}
.instalist li img {
  width: 100%;
  height: 16vw;
  object-fit: cover;
}
/* access */
.access{
	margin-bottom: 60px;
}
.access__bg{
	width: 100%;
	background: url(../images/top/access-bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 200px 0;
	z-index: 1;
	margin-bottom: 80px;
}
.access h2{
	margin-bottom: 100px;
}
.access h2::after{
	background: url(../images/top/access.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.access__guide{
	width: 95%;
	margin: 0 auto;
	max-width: 1030px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.access__map{
	width: 45%;
	margin-right: 7%;
}
.access__address{
	width: 45%;
}
.access__shopname{
	font-size: 27px;
	margin-bottom: 20px;
}
.access__address dl dt{
	width: 20%;
	margin-bottom: 10px;
}
.access__address dl dd{
	width: 80%;
}
/* セクション入れ替え 21/06/20 */
.online-shop-banner{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto 70px;
}
.online-shop-banner > p{
	width: 100%;
}
.article{
	background-color: rgba(206, 232, 161, 0.1);
}
.article .inner{
	padding-top: 40px;
}
