@charset "UTF-8";
/* CSS Document */
.main h3{
	margin-left: 5%;
}
.top__img {
 height: 200px;
 background-image: url("images/picture/noren.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 margin-bottom: 100px;
 position: relative;
}
.top__title {
 font-size: 3.0rem;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translateY(-50%) translateX(-50%);
 padding: 20px 70px;
 background-color: rgba(255, 255, 255, 0.5);
}
@media(min-width:1000px) {
 .top__img {
  height: 300px;
	 margin-bottom: 150px;
 }
 .top__title {
  font-size: 6.0rem;
  padding: 40px 170px;
 }
}
.img {
 margin-bottom: 60px;
}
.img img {
 width: 120px;
 height: 120px;
 object-fit: cover;
}
@media(min-width:1000px) {
 .img {
  margin-bottom: 80px;
 }
 .img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
 }
}
.about{
	width:90%;
	margin: 0 auto;
}
.about h3{
	text-align: left;
}
.about__wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}
.about__wrap:nth-child(2){
	flex-direction: row-reverse;
}
.about__wrap {
 margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
}
.about__wrap img {
 width: 100%;
 max-width: 600px;
 height: 170px;
 object-fit: cover;
}
.about__text, .about__text3{
 margin-top: -50px;
 margin-left: 5%;
 text-align: left;
 padding: 10px 20px;
 margin-bottom: 50px;
	max-width: 600px;
	background-color: rgba(97, 99, 142, 0.9);
}
.about__text2{
	margin-top: -50px;
 margin-right: 5%;
 text-align: left;
 padding: 10px 20px;
 margin-bottom: 50px;
	max-width: 600px;
	background-color: rgba(162, 123, 90, 0.9);
}
.about__text3{
	background-color: rgba(224, 106, 106, 0.9);
}
.about__title {
 font-size: 2.0rem;
 margin-bottom: 5px;
	margin-left: -10px;
	padding-bottom: 3px;
	border-bottom: solid 1px;
}
.about__title span{
	font-size:2.5rem;
	margin:0 5px;
}
@media(min-width:1000px) {
	.about h3{
		margin-bottom: 0;
	}
	.about__wrap{
		justify-content: center;
		
	}
	.about__wrapper{
		margin-bottom: 150px;
	}
 .about__wrap img {
  max-width: 600px;
	 width:30%;
  height: 350px;
	margin: 0;
	 flex-grow: 2;
 }
 .about__text, .about__text3{
	 margin-bottom: -10px;
  max-width: 600px;
	 height: 250px;
	 margin-left: -100px;
	 margin-top: 250px;
	 flex-grow: 1;
	 width:40%;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
 }
	.about__text2{
		margin-bottom: 0px;
		max-width: 600px;
	 height: 250px;
	 margin-right: -100px;
	 margin-top: 250px;
	 flex-grow: 1;
	 width:40%;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	}
	.about__title{
		font-size: 3.0rem;
		margin-bottom: 10px;
	}
	.about__title span{
	font-size:4.5rem;
}
	.about__description{
		line-height: 2;
		padding:10px;
		letter-spacing: 0.07em;
	}
}
.speech{
	width:90%;
	margin: 0 auto;
}
.speech h3{
	text-align: left;
}
.speech__wrap{
	background-color: #FBEFE2;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 10px;;
	margin-bottom: 80px;
}
.speech__text{
	width:90%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}
.speech__name{
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.speech__description{
	margin-bottom: 10px;
	line-height: 1.6;
}
.speech__img{
	width:90%;
	max-width: 500px;
	margin:0 auto;
	height:280px;
	object-fit: cover;
	
}
@media(min-width:1000px){
	.speech h3{
	text-align: left;
		margin-top: 100px;
}
	.speech__wrap{
		flex-direction: row-reverse;
		padding: 50px;
		width:90%;
		max-width: 1500px;
		margin-bottom: 100px;
	}
	.speech__img{
		max-width:400px;
		height:400px;
		width: 30%;
	}
	.speech__text{
		max-width: 900px;
		width:90%;
		padding: 0;
		margin-left: 30px;
	}
	.speech__name{
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
}
.shop{
	width:100%;
	margin: 0 auto;
	margin-bottom: 150px;
}
.shop__wrap{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: center;
	margin: 0 auto;
}
.shop__img{
	width: 260px;
	height:180px;
	object-fit: cover;
}
.shop__text{
	text-align: left;
	width:260px;
	
	margin: 0 auto;
	background-color: #FDFAF4;
	margin-top: -10px;
	padding: 30px 20px;
}
.shop__title{
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 2.0rem;
}
@media(min-width:1000px){
	.shop{
		margin-bottom: 200px;
	}
	.shop__wrap{
		justify-content: center;
		gap:5%;
		width:100%;
	}
	.shop__img{
		margin-top: 20px;
		width:380px;
		height:250px;
	}
	.shop__text{
		width:380px;
	}
}