@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,300&display=swap');
/* font-family: 'Josefin Sans', sans-serif; */

/******** mainImg ********/

.container-mainImg{
	border-bottom: none;
	padding: 0;
}
/******** article section content ********/

a.btn-01{
	width: 180px;
	padding: 8px 4px;
	margin: 0 auto 24px auto;
	transition: auto .5 ease-out;
}
a.btn-01:hover{
	background: #009da7;
	border: solid 1px #009da7;
}

/******** article-about ********/
.container-about{
	background-image: url(images/factory.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #fff8ef;
	background-blend-mode: multiply; /*乗算*/
}
.about-paragraph, .about-img{
	margin-bottom: 32px;
}
/*.about-img{
	transform: rotate(-3.5deg);
}*/
p{
	line-height: 1.75;
}
/*.article-header-middle{

}*/
@media screen and (min-width:960px){
	.article-about{
		width: 960px;
		margin: 50px auto;
	}
	.about-paragraph, .about-img{
		margin-bottom: 64px;
	}
}

/******** section-news ********/
.container-news{
	background-color: #fff;
}
.container-news ul li{
	border-bottom: dotted 1px #aaa;
	margin-bottom: .5rem;
}
.container-news ul li .news-date{
	color: #aaa;
}
@media screen and (min-width:960px){
	.section-news{
		width: 960px;
		margin: 50px auto;
	}
}

/******** section-shop ********/

.container-shop{
	background: #be955e;
}
#section-shop > .section-header > h1{
	color: #fff;
}
li.shop{
	font-size: 12px;
	box-sizing: border-box;
	width: 80%;
	margin: auto;
	padding: 3%;
	line-height: 1.3;
}
li.shop > p,a{
	color: #000;
}
a.shop-name{
	font-size: 16px;
	line-height: 1.75;
	color: #fff8ef;
}
@media screen and (min-width:768px){
	ul.shop-list{
		display: flex;
		flex-wrap: wrap;
	}
	li.shop{
		width: 33.3%;
		margin: 0;
		border-bottom: solid 1px #fff8ef;
	}
}