@charset "utf-8";
/* CSS Document */
body {
  height: 200px;
  width: 100%;
  background-color:#feffe0;
  font-family: 'Yu Gothic', sans-serif;
}
a {
  text-decoration: none;
}
a:link {
  color: inherit;
  text-decoration: none;
}
a, a:hover, a:visited {
  color: inherit;
}
section {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.gray_out {
  background-color: #989898;
  padding: 10px 10px 30px;
}
.hero {
  width: 100vw;
}
/*ご案内===============*/
.read {
  font-family: 'Zen Old Mincho', serif;	
  /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;*/
  margin: 0 auto 80px;
  max-width: 960px;
  color: #00000;
}
.icon {
    width: 120px;
    display: block;
    margin: 0 auto;
    padding-top: 100px;
    opacity: 80%;
}
/* メイン文言 */
.read h2 {
  font-family: 'Zen Old Mincho', serif;	 	
  font-size: 32px;
  margin: 30px 0 10px;
  color:#957e47;
  line-height: 1.2;
  text-align: center;	
}
/* 背景カラーボックス文言 */
.read_text_start {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
  background: #d60000;/*背景色*/
  padding: 0.8rem;/*文字まわり（上下左右）の余白*/
  width:75%;	
  margin: 0 auto;
}
.read_text {
  font-size: 23px;
  margin: 20px 0;
  text-align: center;
}
.title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;	
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 2.5rem;
  color: #6eb556;
  text-align: center;
  position: relative;
  margin-top: 1.5em;
  line-height: 1;
  padding-top: 70px;	
}
.section_subtitle {
    font-size: 1.2em;
    color: #957e47;
    letter-spacing: 2.64px;
    text-align: center;
    font-weight: bold;
    line-height: 2;
}
.sub_title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.title_text {
    font-size: 20px;
    margin: 10px 20px 30px 20px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;		
}

/*統一クーポン===============*/
.coupon {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 70px;
  }
.coupon h3{
  font-size: 35px;
  color:#d60000;
  margin-bottom: 30px;
}
.coupon img{
	width: 100%;
}

/*=========その場でふわっ===============*/
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*=========スクロールしたらふわっ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=========スクロールしたらふわっ終わり===============*/

/*メニュー===============*/
.menu {
  max-width:70%;
  margin: 0 auto ;		
}
.menu ul li {
  width: 30%;
  padding: 5px;
}
.menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;	
}
/*商品一覧===============*/
.contents_innner {
    padding-top: 120px;
    margin-top: -120px;
}

.flex-container-recommend {
    display: flex;
    padding: 20px 0 20px 20px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 40px 50px;
    box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
	background-color: #FFFFFF;
}	
.recommend-item {
    width: 55%;
}
.recommend-item img {
    width: 100%;
}
.title_line {
    width: 50px;
    display: block;
    margin: 10px auto 5px;
}

/* 商品内容 */
.recommend-sideitem {
    width: 40%;
    margin: 0 auto;
}
/* クーポン */
.recommend-sideitem img {
    width: 100%;
	margin-bottom: 30px;
}
/* 商品PR */
.text_bold {
    font-weight: bold;
	font-size: 1.3rem;
}
.r_name {
    font-weight: bold;
    font-size: 1.9rem;
}
.r_contents {
    margin-bottom: 20px;
    font-weight: bold;
	font-size: 1.3rem;
}
.r_text {
    margin-bottom: 40px;
	font-size: 20px;
}
/* 送料無料 */
.item-option2 {
    background-color: #6eb556;
    font-size: 1.2rem;
    color: #fff;
    padding: 3px 4px;
    vertical-align: super;
    font-weight: bold;

}
/* SALE価格 */
.item-price {
    font-weight: bold;
    font-size: 1.5em;
    color: #000000;
	margin-top: 10px;	
}
.item-normal_price{
	margin-bottom: 10px;
	margin-top: 5px;
}
.price_01{
	font-size: 1.3rem;
}
.price{
	line-height: 2;
	margin-bottom: 10px;
}
.price_02{
	font-size: 2.3rem;	
}
/* サービス */
.item-option {
    font-weight: bold;
    font-size: 0.9rem;
    color: #957e47;
    border: 2px solid #957e47;
    border-radius: 5px;
    padding: 1px 4px;
}
/* 購入ボタン */
.btn {
    padding: 14px;
    text-align: center;
    dasplay: block;
    background-color: #6eb556;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
}
.btn:hover {
    opacity: 0.7;
}
.more{
	font-weight: bold;
	text-align: right;
	margin-top:50px;
}
/*豆知識===============*/
.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
  text-align: left;
}
.accordion-area div {
  border: 2px solid #FFF;
  background: #FFF;
  border-radius: 8px;
}
.title_manner {
  font-family:  'Zen Old Mincho', serif;
  letter-spacing: 0.3rem;
  font-weight: bold;
  font-size: 2rem;
  color: #957e47;
  text-align: center;
  position: relative;
  margin: 1.2em 0.3em;
  line-height: 1.3;
}
.section_text {
    font-size: 1rem;
    text-align: center;
    margin: 10px auto 30px;
    width: 90%;
}
/*アコーディオンタイトル*/
.c_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: normal;
  padding: 2% 2% 2% 3%;
  transition: all .5s ease;
  font-family: 'Zen Old Mincho', serif;
}
/*アイコンの＋と×*/
.c_title::before, .c_title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #B4A581;	
}
.c_title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.c_title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.c_title.close::before {
  transform: rotate(45deg);
}
.c_title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
}
.text_red {
  color: #b00a0a;
  line-height: 1.5;
}
.text_h4 {
  color: #b00a0a;
  font-weight: bold;
  line-height: 1.5;
}
/*豆知識ここまで*===============*/
/*フッター*===============*/
#footer {
  text-align: center;
  padding: 20px 0 10px 0;
  background: #6eb556;
  color: #FFF;
}
#footer a {
  color: #FFF;
}
.logo img {
    width: 8%;
	margin-bottom: 10px;
}

/*TOPへ戻る*===============*/
.return-btn {
  position: fixed;
  bottom: 3%;
  right: -4%;
}
.return-btn img {
  width: 55%;
}
/* ＜br class="br-sp"＞htmlタグとセットで記述必要 */
.br-sp {
  display: none;
}
/* PCとSPの画像など表記の切り替え */
.cover-sp {
  display: none;
}
.cover-pc {
  display: block;
}

/*=========SP===============*/

@media screen and (max-width: 750px) {
		
  #header ul li {
    font-size: 1rem;
  }
/* PCとSPの画像など表記の切り替え */	
  .cover-pc {
    display: none;
  }
  .cover-sp {
    display: block;
  }
/* ＜br class="br-sp・pc"＞htmlタグとセットで記述必要 */	
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  #footer a {
    font-size: 14px;
  }
　  #footer {
    font-size: 0.9rem;
  }
/*行間*===============*/
	p {
    line-height: 1.3;
	}	
/*TOP文言*===============*/
 .read h2 {
  font-size: 2rem;
}
	.read_text_start {
    font-size: 1.2rem;
    width: 80%;
	padding: 10px;
	}
	.read_text {
	margin: 30px;
	font-size: 23px;
	text-align: justify;	
	}
/*TOP文言*===============*/	
   .coupon h3{
   font-size: 1.3rem;
   line-height: 1;
}
   .coupon {
	width:90%;
	margin-bottom: 30px;
	}
/*商品アイテム*===============*/
	.flex-container-recommend {
    display: block;
    padding: 20px;
    margin: 0 20px 30px;
    box-shadow: 1.5px 0 10px rgba(0, 0, 0, 0.2);
    }
	.recommend-item {
    width: 100%;
	}
	.recommend-sideitem {
    width: 100%;
	padding-top: 20px;
    }
	.item-option2 {
    font-size: 1.3rem;
}
	.item-normal_price {
    margin-bottom: 18px;
}
	.item-price {
    font-size: 1.3rem;
    padding: 15px 0;
    line-height: 1.5;		
		}
	.more {
	margin-top: 20px;
	}
   .text_bold {
	font-size: 1.5rem;
}	
	.r_name {
	font-size: 2.4rem;
	}	
	.order1{
		order: 2; /*上から2番目に表示*/
	}
	.order2{
		order:1; /*上から1番目に表示*/
	}
	.price_02{
		font-size: 3rem;/*価格*/
	}	
/* サービス */
.item-option {
    font-size: 1rem;
    border-radius: 5px;
    padding: 1px 4px;
}	
.title_text {
    font-size: 20px;
    margin: 10px 30px 40px;
}	
/*フッター*===============*/
#footer {
  padding: 20px 0 10px 0;
}
.logo img {
    width: 20%;
	margin-bottom: 10px;
}	
.copyright{
	font-size: 0.5rem;
	}	
}
/*TOPボタンサイズ調整*===============*/
@media screen and (max-width: 450px) {
  .return-btn img {
    width: 70px;
  }
  .return-btn {
    bottom: 2%;
    right: 2%;
  }
}