@charset "UTF-8";
/* CSS Document */
/*head*/
html{
	font-size: 62.5%;  /*フォントサイズ１０pxが基準に*/
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif;
	color: #8b8b8b; 
}

body{
	font-size: 1.6rem;
}

a{
	color: #8b8b8b;
	text-decoration: none;
	font-family:'Open Sans';
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a img:hover{
	opacity: 50%;
	transition: all 0.7s;
}

a p:hover{
	color: #000000;
	transition: all 0.7s;
}

/*loading*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/*top文字をふわっと登場させる*/

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


.display-pc{
	display: block;
}

.display-sp{
	display: none;
}

/* ページTOPに戻る */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #B9CD7C;
    border-radius: 50%;
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


/*/head*/

/*header*/

.logo{
	max-width: 60%;
	height: auto;
}

.nav{ /*ul*/
	width: 80%;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.nav p{
	padding-bottom: 20px;
}

.nav-list{ /*li*/
	font-size: 1.5rem;
	display: inline-block;
	width: 16%;
}

.shopping-bag{
	max-width: 30%;
	height: auto;
}


.header-img{
	width: 100%;
}


/*main*/
.container{
	width: 80%;
	margin: 0 auto;
}

.section-title{
	text-transform: uppercase;
	font-size: 5rem;
	text-align: center;
	margin-top: 90px;
	letter-spacing: 2rem;
	font-family: 'Open Sans';
}

.section-sub{
	text-align: center;
	margin-top: 90px;
	letter-spacing: 2px;
	line-height: 3rem;
	margin-bottom: 90px;
}

.blog-title{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 90px;
}

.date{
	text-align: right;
	margin-bottom: 90px;
}

.blog-text{
	line-height: 3rem;
	width: 90%;
	margin-bottom: 90px;
}



/*btn*/
.btn{
	margin: 0 auto;
	width: 268px;
	display: block;
	text-align: center;
	background-color: #B9CD7C;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1rem;
}

.btn:hover{
	opacity: 50%;
	transition: all 0.3s;
}

.btn-top{
	display: block;
	margin: 0 0 0 auto;
	margin-bottom: 90px;
}

.btn-bottom{
	margin-bottom: 90px;
}

.btn-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

/*footer*/
.footer{
	text-align: center;
	margin: 0 auto;
	background-color: #f8f4f3;
	padding-top: 90px;
	padding-bottom: 90px;
	
}

.footer-nav{
	margin: 0;
	padding: 0;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
	text-transform: uppercase;
}

.footer-logo{
	margin-bottom: 60px;
	max-width: 10%
	
}

.footer-shopping-bag{
	max-width: 40px;
	margin-bottom: 40px;
}

.address{
	line-height: 3rem;
	margin-bottom: 90px;
}


/*/footer*/


@media screen and (max-width:560px) {
	
	
	.display-sp{
		display: block;
	}
	
	.display-pc{
		display: none;
	}
	
	.logo-sp{
		height: 50px;
		margin: 0 auto;
		margin-top: 15px;
		
	}
	
	
	
	
/*hamburger menu*/
	#header #navi {
	  transition: all .6s;
	  overflow-y: auto;
	　padding-top: 40px;
	  width: 300px;
	  height: 100vh;
	  z-index: 200;
	  top: 0;
	  right: -320px;
	  background-color: #fff;
	  position: fixed;
}
 
#header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 7px;
  right: 7px;
  cursor: pointer;
  position: absolute;
	background-color: #B9CD7C;
}
 
.hamburger_line {
  transition: all .6s;
  width: 34px;
  height: 2px;
  left: 5px;
  background-color: #fff;
  position: absolute;
}
 
.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 21px; }
.hamburger_line3 { top: 32px; }
 
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}
 
/* 表示された時用のCSS */
.nav_open #header #navi { left: 0; }
 
.nav_open .nav_bg {
  opacity: .8;
  visibility: visible;
}
 
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
 
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
 
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}
	
	
/*nav*/
	
	.nav-list{ /*li*/
	margin-top: 40px;
	display: block;
	margin-left: 30px;
	text-align: center;
	font-size: 1.3rem;
	}	
	
	.logo{
		max-width: 130%;
		height: auto;
	}
	
	.shopping-bag{
		max-width: 80%;
	}


/*news*/
	.section-title{
		margin-bottom: 0;
	}
	
	.section-sub{
		margin-top: 30px;
	}
	
	.news-list{
		margin-bottom: 45px;
	}
	.news-list__item {
		margin-right: 0;
		margin: 0  auto;
		margin-bottom: 45px;
	}
	
	
	.btn{
	margin: 0 auto;
	width: 268px;
	display: block;
	text-align: center;
	background-color: #B9CD7C;
	padding: 20px 10px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1rem;
	margin-bottom: 45px;
}

	.display-pc{
		display: none;
	}
	

.blog-text{
	width: 100%;
}

.blog-title{
	margin-top: 60px;
}
	
/*footer*/
	.footer-logo-sp{
		max-width: 30%;
	}
}