@charset "UTF-8";

html, body{
	height:100%;
}

body{
	background-color:#fff;
}

img{
	height:auto;
	max-width:100%;
}

.top-img img{
	width:100%;
}

.sp{
	display:none;
}

.pc{
	display:block;
}

/* 全体の文字とリンク */
h4, p, ul li, a, dt, dd{
	line-height:2.5;
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-align: justify;
	text-decoration: none;
}

ul li{
	list-style-type: none;	
}

p, ul li, a, dt, dd, .small{
	font-family: 'Noto Sans JP', sans-serif;
}

h1, .item-info h2, .staff-name h2{
	font-family: 'Pacifico', cursive;
}

.staff-name h2 .middle, .staff-name h3{
	font-family: 'Montserrat', sans-serif;
	letter-spacing:2px;
}

p{
	font-size:1.4rem;
	color:#333333;
}

.staff-name h2 .middle{
	color:#808080;
}

.staff-name h3{
	color:#4D4D4D;
}

.yellow h2{
	color:#F1BA53;
}

.green h2{
	color:#77A787;
}


/* アイテムリスト */
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:1rem;
	margin:7px 0;
}

.notbuy{
	color:#808080;
}

.text-buy{
	text-decoration: underline;
}

.text-buy:link, .text-buy:visited{
	color:#000;
}

.text-buy:hover{
	color:#666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
}
.buy_button::before,
.buy_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_button,
.buy_button::before,
.buy_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buy_button:hover {
  background-color: #364f72;
}

.link-button a {
    background: #007F76;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 200px;
    padding: 5px 15px;
    color: #fff;
	font-size:1.5rem;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

.link-button a:hover {
    background: #FBB03B;
    color: #FFF;
}

.link-button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.link-button a:hover:after {
    border-color: #FFF;
}

/*inview*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/*戻るボタンの設定*/

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back{
	color:#fff;
	font-weight:900;
	font-size:14px;
	text-align: center!important;
}

.back_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}


.back_button:hover{
	background-color:#4E709F;
}

/*フッター*/
footer{
	width:100%;
}

#footer{
	box-sizing: border-box;
	padding:40px 30px 30px;
	margin-top:50px;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:1.2rem;
}

.credit{
	font-size:1rem;
	text-align: center;
	color:#000;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#fff;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#p-top::after{
	content:'\f077';
	font-family:'FontAwesome';
	color:#604c3f;
	font-size:2.5rem;
}
#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.top-caption{
	width:50%;
	margin:40px auto;
	box-sizing: border-box;
	padding:30px 0;
	color:#000;
}

.main-container-one{
	padding:10px 0 5px;
}

.main-container-two{
	padding:10px 0 0;
}

.main-container-one, .main-container-two{
	width:100%;
	box-sizing: border-box;
	background-color:#FDF7EB;
}

.main-container-one h1{
	font-size:5rem;
	text-align: center;
	color:#007F76;
	margin:50px 0;
}

.middle-container{
	width:70%;
	margin:50px auto 60px;
	border:2px solid #78A8A5;
	border-radius:10px;
	box-sizing: border-box;
	padding:30px;
}

.slick-container{
	width:60%;
	margin:30px auto 60px;
}

.caption{
	width:80%;
	margin:30px auto 30px;
	background-color:rgba(255,255,255,0.60);
	border-radius:5px;
	box-sizing: border-box;
	padding:25px;
}

.flex-container{
	width:90%;
	margin:40px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.flex-item-img{
	width:50%;
}

.item-info{
	text-align: center;
}

.item-info h2{
	font-size:4rem;
	color:#FBB03B;
}

.item-no{
	font-size:1.2rem!important;
	text-align: center!important;
	margin:10px 0;
}

.small{
	color:#808080;
	text-align: center;
	display:block;
	font-size:1.8rem;
	margin-top:20px;
	letter-spacing:4px;
}

.main-container-two h1{
	font-size:6rem;
	text-align: center;
	color:#FBB03B;
	margin:50px 0;
}

.style-flex-container{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items:stretch;
}

.style-box{
	width:50%;
	box-sizing: border-box;
	padding:15px;
	background-color:#FDF7EB;
}

.yellow{
	border:15px solid #F2CD87;
}

.green{
	border:15px solid #CCD9C6;
}

.style-bg{
	width:80%;
	margin:40px auto;
}

.staff-name{
	text-align: center;
	margin:40px 0;
}

.staff-name h2{
	font-size:3.7rem;
}

.staff-name h2 .middle{
	font-size:1.8rem;
	margin-left:10px;
}

.staff-name h3{
	font-size:1.7rem;
	margin-top:15px;
}

.staff-img{
	width:85%;
	margin:auto;
}

.comment{
	width:98%;
	margin:40px auto;
	background-color:rgba(255,255,255,0.60);
	border-radius:5px;
	box-sizing: border-box;
	padding:25px;
}

.comment p{
	margin-bottom:30px;
}

.harvesty-link{
	width:40%;
	margin:60px auto;
}

.harvesty-link a{
	display:block;
	text-align: center;
	font-size:1.9rem;
	letter-spacing:3px;
	color:#808080;
	font-weight:700;
}

.harvesty-link a span{
	border-bottom:2px solid #808080;
	margin-top:5px;
}

.harvesty-link a:hover{
	color:#ccc;
    transition: 0.3s ease-in-out;
}

.harvesty-link a:hover span{
	border-bottom:2px solid #ccc;
    transition: 0.3s ease-in-out;
}

/*タブレット用*/
@media screen and (max-width: 820px){

	.top-caption{
		width:70%;
	}
	
	.main-container-one h1{
		font-size:4rem;
		margin:50px 0;
	}

	.middle-container{
		width:80%;
	}
	
	.slick-container{
		width:70%;
	}

	.staff-name h2 .middle{
		font-size:1.6rem;
		display: block;
		margin-left:0;
	}
	
	.style-bg, .staff-img{
		width:90%;
	}

	.harvesty-link{
		width:80%;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.sp, .flex-container,.style-flex-container{
		display: block;
	}
	
	.pc{
		display:none;
	}
	
	.main-container-one h1{
		font-size:3.8rem;
	}

	.small{
		font-size:1.6rem;
	}
	
	.caption p{
		margin-bottom:20px;
	}
	
	.middle-container{
		width:90%;
		margin:50px auto 60px;
		padding:20px;
	}
	
	.style-bg{
		width:90%;
	}
	
	.slick-container, .caption, .flex-item-img, .style-box, .staff-img, .comment{
		width:100%;
	}
	
	.flex-item-img:first-of-type{
		padding-bottom:15px;
	}

	.main-container-two h1{
		font-size:4.6rem;
	}
	
	.harvesty-link a{
		font-size:1.4rem;
	}

	.sp-yellow{
		border:15px solid #F2CD87;
	}
	
	.sp-yellow h2{
		color:#F1BA53;
	}
	
	.sp-green{
		border:15px solid #CCD9C6;
	}
	
	.sp-green h2{
		color:#77A787;
	}

	.modoru_box{
		padding-top:50px;
	}
	
	.big_button a{
		width:90%;
		text-align: center;
	}

	#p-top{
		padding:4% 4% 3%;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}


}
/* CSS Document */

