@charset "utf-8";
@import url("base.css");


.fadeIn{
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp {
    animation-name: scroll_up;
    animation-duration:3s;
    animation-fill-mode:forwards;
    opacity: 0;
}
	
@keyframes scroll_up{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/*トップページ*/
#top h2 {
	font-size: 2.3rem;
	text-align: center;
	font-weight: 500;
}
.bg_lineup h2,.bg_news h2 {
	margin-bottom: 15px;
}

/*導入*/
.bg_intro {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1000px,cover;
	height: 750px;
}
.intro {
	text-align: center;
	padding: 400px 0 0;
	margin: 0 auto 50px;
	color: #564B43;
}
.intro h1 {
	font-size: 2.6rem;
	background: url("../img/watercolor.png");
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 370px;
	height: 85px;
}
ro_text {
	margin-bottom: 20px;
}

/*About*/
.about {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.about h3 {
	font-size: 1.5rem;
	color: #F17F4C;
}
.point_1,.point_2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point_1_text,.point_2_text  {
	width: 100%;
	margin-bottom: 10px;
}
.about small {
	font-size: 0.8rem;
	line-height: 1.5;
	display: block;
	margin-top: 15px;
}
.point_1 {
	background: url("../img/illust_leaf.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 27%;
}
.point_2 {
	flex-direction: column-reverse;
	margin: 60px 0 0;
	background: url("../img/illust_flower.png") no-repeat;
	background-position: right center;
	background-size: 20%;
}
.img_shell {
	width: 70%;
	height: auto;
	max-width: 518px;
	border-radius: 150px 10px;
}
.img_flower {
	width: 70%;
	height: auto;
	max-width: 460px;
	border-radius: 10px 150px;
}

/*ラインナップ*/
.bg_lineup {
	background: #fff;
	padding: 60px 0 80px;
}
.lineup {
	margin: 0 auto;
	text-align: center;
}
.slider {
	max-width: 500px;
	margin: 0 auto;
}
.main-slider {
	padding: 30px 0;
	border: 2px solid #be9a56;
	border-radius: 50px;
	background: #fff;
}
.main-slider div {
	width: 310px;
	margin: 0 auto;
}
.thumbnail-slider div{
	width: 350px;
padding-right: 60px;
padding-top: 10px;
}
.thumbnail-slider {
	/*margin-left: 40px;*/
}
.thumbnail-slider img:hover {
	opacity: 0.6;
	cursor: pointer;
}

/*ニュース*/
.news {
	padding: 50px 0;
	margin: 0 auto;
}
.news li a {
	display: flex;
	padding: 8px 0;
}
.news li {
	width: 100%;
	max-width: 670px;
	margin: 0 auto;
	border-bottom: 1px solid #8a7c61;
}
.news li:first-child {
	border-top: 1px solid #8a7c61;
}
.news time {
	padding-left: 15px;
	padding-right: 25px;
}
.news_list {
	text-align: center;
	margin-top: 20px;
}
.more {
	font-size: 1.2rem;
	font-weight: 600;
	padding: 0 10px 3px 10px;
}
.more::after {
	content:"";
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(../img/arrow.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 7px;
}



/*タブレット*/
@media screen and (min-width: 520px) and (max-width: 959px){
#top h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}
.about h3 {
	font-size: 2rem;
}
.br_sp {
		display: none;
	}
.point_1 {
	background-position: 30% bottom;
	background-size: 20%;
	padding-bottom: 90px;
	}
.point_2 {
	flex-direction: row;
	background-position: right bottom;
	background-size: 15%;
	padding-bottom: 90px;
}
.point_1_text {
	width: 45%;
	padding-top: 5%;
}
.point_2_text {
	width: 60%;
	padding-top: 5%;
}
.img_shell {
	width: 50%;
	height: auto;
}
.img_flower {
	width: 35%;
	height: auto;
}
	
		.bg_lineup {
		width: 95%;
	margin: 0 auto;
		border-radius: 380px;
	}
	.lineup_flex div {
	width:48%;
}
	.lineup_flex div+div {
	margin-top: 0;
}
	.lineup_flex {
	width: 600px;
	margin: 0 auto;
}
	
.slider {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
}
.main-slider {
	width: 100%;
	padding: 30px 20px;
	margin-left: 60px;
}
.thumbnail-slider {
		margin-left: 50px;
		margin-top: 12px;
	}
.thumbnail-slider div{
width: 170px;
}
}

/*PC*/
@media (min-width: 960px){
	#top h2 {
	font-size: 3rem;
	margin-bottom: 20px;
}
	.about h3 {
	font-size: 2rem;
}
	.br_sp {
		display: none;
	}
	.point_1 {
	background-position: 30% bottom;
	background-size: 20%;
	padding-bottom: 70px;
	}
.point_2 {
	flex-direction: row;
	background-position: right bottom;
	background-size: 15%;
	padding-bottom: 30px;
}
	.point_1_text {
	width: 45%;
	padding-top: 5%;
}
.point_2_text {
	width: 60%;
	padding-top: 5%;
}
.img_shell {
	width: 50%;
	height: auto;
}
.img_flower {
	width: 35%;
	height: auto;
}

.bg_lineup {
		width: 1000px;
	margin: 0 auto;
		border-radius: 380px;
	}
		.lineup_flex div {
	width:48%;
}
	.lineup_flex div+div {
	margin-top: 0;
}
.lineup_flex {
	width: 600px;
	margin: 0 auto;
}
	
.slider {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 750px;
}
.main-slider {
	width: 100%;
	padding: 30px 20px;
	margin-left: 60px;
}
	.thumbnail-slider {
		margin-left: 50px;
		margin-top: 12px;
	}
.thumbnail-slider div{
width: 170px;
}
}
