@charset "UTF-8";
/* CSS Document */

/* PC共通 --------------------------------------------------*/
body {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 26px;
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

/* ヘッダー */

.slider {
  max-width: 1200px;
  margin: 0 auto;
}

.gnav {
  width: 100%;
  z-index: 100;
  border-bottom: solid 3px #ee6c51;
  max-width: 1200px;
  margin: 0 auto;
}

.gnav ul {
  display: flex;
  justify-content: space-around;
}

.gnav li {
  width: 100%;
  text-align: center;
}

.gnav li i.nav_option {
  position: relative;
  display: block;
  color: #b39d6d;
  line-height: 1;
  font-size: 12px;
  font-family: "Noto Serif";
  margin-top: 7px;
}

.gnav li span {
  display: block;
  position: relative;
  line-height: 1;
}

.gnav li span::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  bottom: 44%;
  left: 0;
  right: 0;
  margin: auto;
  width: 65%;
  height: 30%;
  transition: 0.2s ease-in-out;
  background-color: rgba(143, 195, 31, 0);
}

.gnav li span i::after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  bottom: -14%;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 70%;
  transition: 0.2s ease-in-out;
  background-color: rgba(241, 211, 13, 0);
}

.gnav li:hover span i::after {
  background-color: rgba(238, 108, 81, 0.1);
}

.gnav li:hover span::after {
  background-color: rgba(238, 108, 81, 0.1);
}

.gnav li a.current span::after {
  background-color: rgba(238, 108, 81, 0.2);
}

.gnav li a.current span i::after {
  background-color: rgba(238, 108, 81, 0.2);
}

.gnav li a {
  position: relative;
  padding: 30px 10px 20px;
  display: block;
  text-decoration: none;
  color: #444;
  line-height: 1.4;
}

.gnav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  margin: auto;
  width: 1px;
  height: 40px;
  background: #DDD;
  transform: rotate(45deg);
  content: "";
  display: block;
}

.gnav li:first-child a::before {
  display: none;
}

.h1_logo span {
  font-size: 12px;
}

.smp_hed {
  display: none;
}

@media all and (max-width: 1040px) {
  .gnav li {
    font-size: 14px;
  }
}

@media all and (max-width: 768px) {
  .container {
    width: 90%;
  }

  .story_area .story_list .container,
  .prodacts_area .prodacts_list .container,
  .question_area .question_01 .container,
  .etc_area .etc_list .container {
    width: 100%;
  }

  .smp_hed {
    display: block;
    height: 64px;
    overflow: hidden;
  }

  .gnav {
    display: none;
  }

  h1.logo {
    width: 15%;
    float: left;
    margin: 10px;
  }

  .news .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* スライダー */
.sp_kv {
  display: none;
}

@media (max-width: 768px) {
  .sp_kv {
    display: block;
  }

  .pc_kv {
    display: none;
  }
}

/* レシピ */

.recipe {
  padding: 80px 0;
  position: relative;
  z-index: 99;
}

.recipe ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:769px) {
  .img_recipe {
    width: calc(20% + 40px);
    padding-right: 40px;
  }
}

.text_recipe {
  text-align: center;
}

.text_recipe a {
  display: block;
  background: #7e6b5a;
  padding: 10px 20px;
  width: 40%;
  margin: 20px auto;
  color: #fff;
  text-decoration: none;
}

h2.tit_recipe {
  font-size: 24px;
  color: #7e6a5a;
  margin: 20px 0;
  font-weight: 500;
}

h3.tit_recipe {
  font-size: 20px;
  font-weight: 500;
  color: #ee6c51;
  margin: 20px 0;
}

.text_recipe a {
  transition: 0.5s;
}

.text_recipe a:hover {
  background: #ee6c51;
}

@media all and (max-width: 1040px) {
  .img_recipe {
    width: 38%;
  }
}

@media all and (max-width: 768px) {
  .recipe ul {
    align-items: flex-start;
    flex-direction: column;
    margin: 10% 0 8%;
  }

  .text_recipe {
    margin: 0 auto;
  }

  .img_recipe {
    width: 40%;
    margin: 0 auto;
  }

  .img_recipe img {
    border-radius: 50%;
    border: solid 2px #ee6b51;
  }

  .recipe {
    padding: 0;
  }
}

@media all and (max-width: 480px) {
  .img_recipe {
    width: 60%;
  }

  h1.logo {
    width: 30%;
  }
}

/* お知らせ */
.news {
  background: #f8f8f8;
  padding: 80px 0;
}

.news ul {
  display: flex;
  justify-content: space-around;
}

.tit_area {
  max-width: 200px;
  width: 100%;
  text-align: center;
}

.tit_area2 {
  max-width: 900px;
  width: 100%;
  padding-left: 5%;
  box-sizing: border-box;
}

h3.new_info {
  font-size: 30px;
  font-weight: 500;
}

.news_link {
  display: block;
  background: #7e6b5a;
  padding: 10px 20px;
  margin: 20px auto;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.info_table {
  width: 100%;
}

.info_table tr {
  border-bottom: dotted 1px #8ec31e;
  border-top: dotted 1px #8ec31e;
}

.info_table th {
  text-align: left;
}

.info_table td {
  padding: 10px;
}

.info_table .day {
  padding-right: 30px;
  width: 90px;
}

.info_table a {
  text-decoration: none;
  color: #444;
  transition: 0.5s;
}

.info_table a:hover {
  color: #ee6c51;
}

.tit_area a {
  transition: 0.5s;
}

.tit_area a:hover {
  background: #ee6c51;
}

.smp_news_link {
  display: none;
}

@media all and (max-width: 1040px) {
  .news ul {
    flex-direction: column;
  }

  .news_link {
    display: none;
  }

  .smp_news_link {
    display: block;
    background: #7e6b5a;
    padding: 10px 20px;
    margin: 20px auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 60%;
  }

  .smp_news_link:hover {
    background-color: #ee6c51;
  }

  .tit_area {
    width: auto;
  }

  .news {
    overflow: hidden;
  }

  h3.new_info {
    margin-bottom: 20px;
  }

  .info_table {
    width: 100%;
  }
}

@media all and (max-width: 768px) {

  .news {
    padding: 40px 0;
  }

  .tit_area2 {
    padding: 3%;
  }

}

/* 3prbox */
.pr_box {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.pr_box .pr {
  display: flex;
  justify-content: space-around;
}

.pr2,
.pr3 {
  margin-left: 30px;
}

.pr .tit01 {
  font-size: 18px;
  color: #ee6c51;
  font-weight: 500;
  margin: 10px 0;
}

.pr .more {
  text-decoration: none;
  color: #7e6a5a;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
  display: block;
  float: left;
  transition: 0.5s;
}

.pr dt a {
  transition: 0.5s;
}

.pr dt a:hover {
  opacity: 0.5;
}

.pr .more:hover {
  color: #ee6c51;
}

@media all and (max-width: 768px) {
  .pr_box .pr {
    align-items: flex-start;
    flex-direction: column;
  }

  .pr1,
  .pr2,
  .pr3 {
    margin: 20px;
  }

  .pr_box {
    background: #fff;
  }

  .pr .tit01,
  .pr .text,
  .pr .more {
    text-align: center;
    float: none;
  }
}

/* フッター */
footer {
  background: #fff;
}

.fot_nav ul {
  display: flex;
  justify-content: center;
}

.fot_nav li {
  margin: 40px 20px 20px;
}

.site_bottom {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  background: #ee6c51;
  color: #fff;
}

.site_bottom small a {
  text-decoration: none;
  color: #fff;
}

.fot_nav li a {
  text-decoration: none;
  color: #444;
  transition: 0.5s;
}

.fot_nav li a:hover {
  color: #ee6c51;
}

.f_area {
  /*! display: flex; */
  align-items: center;
  border: none;
  margin: 10px 0 0;
  align-items: end;
  justify-content: center;
  background: #f8f8f8;
  padding: 15px 0;
  text-align: center;
}

.f_area img {
  width: 80%;
}

.f_area span,
.f_area a {
  display: inline-block;
  font-size: 14px;
  /*! width: 100px; */
  /*! margin: 0 auto; */
}

.footer .container {
  display: block;
  width: 100%;
  max-width: initial;
}

.f_import {
  padding: 14px 75px;
  color: #7e6b5a;
  writing-mode: inherit;
  position: relative;
}

.f_import:before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color:#7e6b5a ;
  top: 50%;
  left: 30px;
}

.f_import:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: #7e6b5a;
  top: 50%;
  right: 30px;
}

.f_area ul li a {
  text-decoration: none;
  font-size: 14px;
  height: 20px;
  border: 1px solid #F60;
  padding: 10px;
  border-radius: 10px;
  width: 200px;
  display: inline-block;
  text-align: center;
  color: #ee6c51;
  line-height: 20px;
  background-color: #fff;
}

.f_area ul li a:hover {
  transition: 0.6s;
  background-color: #ee6c51;
  color: #fff;
}

.f_area ul li {
  display: inline;
}

.f_area ul li:first-child {
  margin-bottom: 10px;
  margin: 0 10px 10px 0;
}


.f_import li:first-child {
  font-size: 15px;
  margin: 0 15px 0 0;
}

.f_campany {
  margin-bottom: 15px;
}


@media all and (max-width: 600px) {
  .fot_nav ul {
    flex-direction: column;
  }

  .fot_nav li {
    text-align: center;
    margin: 15px;
  }
}

/* sp_共通--------------------------------------------------*/

@media all and (max-width: 1040px) {
  .sp_none {
    display: inherit;
  }

  .pc_none {
    display: none;
  }
}

@media all and (max-width: 768px) {}

@media all and (max-width: 600px) {}

/* ドロワーメニュー --------------------------------------------------*/
/*ボタン*/
.menu-btn {
  width: 2rem;
  padding: 20px 16px 32px;
  background-color: transparent;
  border: none;
  box-sizing: content-box;
  display: none;
  font-size: 40px;
  outline: none;
  position: absolute;
  z-index: 10000;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #ee6c51;
  right: 0;
  top: 0;
}

.pushy-open-right .menu-btn {
  /*メニューopen時*/
  position: fixed;
}

.menu-btn .drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.menu-btn .drawer-hamburger-icon,
.menu-btn .drawer-hamburger-icon:before,
.menu-btn .drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent;
}

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*ドロワーメニュー内*/
.pushy {
  display: none;
}

.pushy .site_title {
  width: 50%;
  margin: 0 auto;
}

.site_title img {
  width: 75%
}

.pushy .site_title a {
  display: block;
}

.pushy .drawer-entry {
  background: #552337;
  text-align: center;
}

.pushy .drawer-entry a {
  padding: 28px;
  color: #fff;
}

@media all and (max-width: 768px) {

  .menu-btn,
  .pushy {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .menu-btn {
    top: -2px;
  }
}

/* Gナビ固定 */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  max-width: initial;
  transition: .3s;
  transform: translateY(-100%);
  background-color: rgba(255, 255, 255, 0.7);
}

.gnav_fixed {
  transform: translateY(0);
}

/* pc〜smp切り替え */
.smp {
  display: none;
}

.sp_br {
  display: none;
}

@media all and (max-width: 768px) {
  .smp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp_br {
    display: block;
  }
}

.bx-pager-link {
  display: none;
}

/* 下層ページグローバルナビゲーション */
nav.under_page {
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
  max-width: none;
}

/* 下層ページ幅 */
.under_container {
  width: 80%;
  margin: 0 auto;
}

/* カロチーノについて */
.kv {
  background: url(../img/common/carotino_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.kv_catch {
  text-align: center;
  color: #fff;
}

.kv_catch p {
  font-size: 30px;
  text-shadow: 2px 2px 2px #515151;
  font-weight: bold;
}

.kv_catch span {
  display: block;
  font-family: 'Noto Serif';
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
}
.carotino_catch {
	margin: 60px 0;
}

.nutrition {
  margin-top: 60px;
}

.health_catch {
  margin-bottom: 60px;
}

h2.tit02 {
  font-size: 30px;
  color: #7e6b5a;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
  font-weight: 500;
}

h2.tit02::before {
  content: '';
  position: absolute;
  bottom: 30px;
  width: 100px;
  transform: translateX(-50%);
  left: 50%;
  height: 2px;
  background-color: #ee6c51;
}

h2.tit02 span {
  display: block;
  font-family: 'Noto Serif';
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
  color: #ee6c51;
}

h3.org {
  color: #7e6a5a;
  font-size: 20px;
  text-align: center;
  margin: 30px 0 15px 0;
  font-weight: 500;
}

.bul {
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

.nutrition_catch p {
  text-align: center;
  line-height: 30px;
  margin: 10px auto;
}

.nutrition_list {
  width: 60%;
  margin: 0 auto 60px;
}

.nutrition_list li {
  background: #fff7e8;
  box-shadow: 8px 8px #feedcb;
  text-align: center;
  margin-top: 40px;
}

.nutrition_list li:nth-child(even) {
  background: #fff7e8;
  box-shadow: 8px 8px #feedcb;
}

.nutrition_list .list_iner {
  padding: 60px 30px;
}

.list_iner h3.org {
  margin: 0 0 15px 0;
}

.nutrition_list2 {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.health {
  margin-top: 60px;
}

.health_catch p {
  text-align: center;
  margin-top: 30px;
}

.safety {
  margin-top: 60px;
}

.safety_catch p {
  text-align: center;
  margin-top: 30px;
}

.safety_list {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.safety_list li {
  padding: 20px;
  background: #ee6c51;
  color: #fff;
  border-radius: 8px;
}

.safety_box {
  background: #fff7e8;
  box-shadow: 8px 8px #feedcb;
  padding: 30px 60px 60px;
  width: 60%;
  margin: 30px auto 40px;
  box-sizing: border-box;
  text-align: center;
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  h3.org {
    font-weight: bold;
  }

  h2.tit02 {
    font-weight: bold;
  }

  h2.tit_recipe {
    font-weight: bold;
  }

  h3.tit_recipe {
    font-weight: bold;
  }

  h3.new_info {
    font-weight: bold;
  }

  .pr .tit01 {
    font-weight: bold;
  }

  .pr .more {
    font-weight: bold;
  }
}

@media all and (max-width: 1000px) {
  .safety_list {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .nutrition_list {
    width: 95%;
  }

  .safety_list {
    display: block;
    width: 80%;
  }

  .nutrition_list2 {
    display: block;
  }

  .nutrition_list2 li:nth-child(even) {
    margin-top: 60px;
  }

  .safety_list li {
    margin-bottom: 20px;
    text-align: center;
  }

  .nutrition_list .list_iner {
    padding: 20px;
  }

  .safety_box {
    padding: 5px 30px 30px;
    width: 90%;
  }

  .kv_catch p {
    font-size: 35px;
  }

  .kv_catch span {
    margin-top: 10px;
  }
}

@media all and (max-width: 480px) {
  .catch02 {
    background-position: center 300px;
  }

  .nutrition_list2 {
    width: 90%;
  }
}

/* ストーリー */
.kv_story {
  background: url(../img/common/story_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.story {
  margin: 60px 0;
}

.story_catch {
  text-align: center;
  line-height: 2
}

.story_list {
  margin-bottom: 60px;
}

.story_box {
  background: #fff7e8;
  width: 90%;
  margin: 0 auto;
}

.container .story_box:nth-child(even) {
  background: #fff;
}

.story_box ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

.story_img {
  width: 40%;
  padding: 60px;
}

.story_text {
  padding: 60px;
  width: 50%;
}

@media all and (max-width: 1000px) {
  .story_img {
    padding: 30px;
  }
}

@media all and (max-width: 768px) {
  .story_box ul {
    display: block;
  }

  .story_img {
    width: 80%;
    margin: 0 auto;
  }

  .story_text {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 30px 60px;
  }

  .story_box {
    width: 100%;
  }
}

/* レシピ */

.kv_recipe {
  background: url(../img/common/recipe_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.recipe_page {
  margin: 60px 0;
}

.recipe_catch {
  text-align: center;
  line-height: 2;
}

.recipe_box {
  background: #f0ebd8;
  width: 80%;
  margin: 0 auto;
}

.recipe_box ul {
  display: flex;
  justify-content: left;
  align-items: center;
}

.recipe_img {
  width: 40%;
}

.recipe_img img {
  display: block;
}

.recipe_text {
  text-align: center;
  padding: 0 30px;
}
@media screen and (min-width:769px) {
  .recipe_text,
  .text_recipe {
    padding: 30px;
    width: 60%;
    box-sizing: border-box;
  }
}

.recipe_text h2 {
  font-size: 20px;
  color: #59493f;
  font-weight: bold;
  margin: 0 20px;
}

.recipe_text p {
  color: #59493f;
  margin-top: 30px;
  font-weight: normal;
  font-size: 15px;
}

.recipe_box2 {
  width: 80%;
  margin: 60px auto;
}

.recipe_box2 ul {
  display: flex;
  justify-content: space-between;
}

.recipe_box2 li {
  width: 45%;
}

.recipe_box2 h2 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  background: #ee6c51;
  color: #fff;
}

.make1 p {
  margin: 20px 0;
}

.make2 th {
  padding-top: 20px;
  text-align: left;
}

.make2 td {
  padding-left: 60px;
}

@media all and (max-width: 1000px) {
  .recipe_img {
    width: 50%;
  }

  .recipe_box {
    width: 90%;
  }

  .recipe_box2 {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .recipe_box {
    background: none;
  }

  .recipe_box ul {
    display: block;
  }

  .recipe_img {
    margin: 30px auto;
    width: 40%;
  }

  .recipe_text {
    padding: 30px 0;
    background: #f0ebd8;
  }

  .recipe_text p {
    margin: 20px;
  }

  .recipe_box2 {
    margin: 30px auto;
  }

  .recipe_box2 ul {
    flex-direction: column-reverse;
  }

  .recipe_box2 li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 480px) {
  .recipe_img {
    width: 80%;
  }

  .recipe_box {
    width: 100%;
  }

  .recipe_box2 {
    width: 100%;
  }

  .make2 th {
    width: 50%;
  }
}

/* 商品情報 */
.kv_prodacts {
  background: url(../img/common/prodacts_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.prodacts {
  margin: 60px 0;
}

.prodacts_catch {
  text-align: center;
  line-height: 2;
}

.prodacts_box {
  background: #fff7e8;
  width: 80%;
  margin: 0 auto 60px;
}

.prodacts_list .prodacts_box:nth-child(even) {
  background: #fff;
}

.prodacts_box ul {
  display: flex;
  justify-content: center;
  padding: 60px 30px;
  align-items: center;
}

.prodacts_box li {
  text-align: center;
}

.prodacts_box li img {
  width: 50%;
}

.prodacts_text h2 {
  font-size: 24px;
  color: #ee6b51;
  font-weight: bold;
}

.prodacts_text h2 span {
  font-size: 12px;
  color: #7e6b5a;
  display: block;
  margin: 0 0 0 0;
}

.prodacts_text p {
  text-align: center;
}

.description {
  font-size: 18px;
  color: #59493f;
  font-weight: bold;
  line-height: 2;
  margin: 30px 0;
}

@media all and (max-width: 1000px) {
  .prodacts_box {
    width: 90%;
  }
}

@media all and (max-width: 768px) {
  .prodacts_box ul {
    display: block;
  }

  .prodacts_box li {
    text-align: center;
  }

  .prodacts_box li img {
    width: 20%;
  }

  .prodacts_text h3 {
    margin: 30px 0;
  }

  .prodacts_text h3 span {
    margin-left: 0;
    display: block;
  }
}

@media all and (max-width: 480px) {
  .prodacts_box li img {
    width: 40%;
  }

  .prodacts_box {
    width: 100%;
  }
}

/* QAページ */

.kv_question {
  background: url(../img/common/question_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.question {
  margin: 60px 0;
}

.question_catch {
  text-align: center;
  line-height: 2;
}

.hidden_box {
  margin: 30px 0;
  padding: 0;
  position: relative;
}

.hidden_box label {
  font-weight: 500;
  cursor: pointer;
  color: #59493f;
  font-size: 20px;
  padding-left: 30px;
  display: block;
  max-width: 80%;
}

.hidden_box label::before {
  position: absolute;
  left: 0;
  margin-right: 7px;
  line-height: 1;
  color: #ee6c51;
  font-size: 26px;
  font-weight: bold;
  content: "Q";
}

.hidden_box label::after {
  content: "▼";
  position: absolute;
  margin-left: 10px;
  color: #ee6c51;
}

.hidden_box label:hover {
  color: #ee6c51;
}

.hidden_box label span {
  font-size: 26px;
  line-height: 1;
  margin: 0 10px;
  color: #ee6c51;
}

.hidden_box input {
  display: none;
}

.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.hidden_box input:checked ~ .hidden_show {
  padding: 30px 60px;
  height: auto;
  opacity: 1;
  background: #fafafa;
  margin-top: 20px;
}

.qa_tit01 {
  font-size: 24px;
  font-weight: bold;
  color: #59493f;
  text-align: center;
  margin-bottom: 20px;
}

.qa_tit01 span {
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
  color: #ee6c51;
  margin: 0 10px;
}

.qa_box {
  text-align: center;
  padding: 60px;
  background: #fafafa;
}

.qa_list {
  color: #ee6c51;
  margin: 30px 0;
  font-weight: bold;
}

.qa_list li {
  margin: 10px 0;
}

.qa_box .img {
  width: 30%;
  margin: 30px auto;
}

.qa_box .img2 {
  width: 60%;
  margin: 30px auto;
}

.qa_tit02 {
  font-size: 24px;
  color: #59493f;
  margin-top: 60px;
}

.question_01 {
  width: 80%;
  margin: 0 auto;
}

.question_02,
.question_03,
.question_04,
.question_05 {
  width: 60%;
  margin: 0 auto;
}

.question_02 {
  margin-top: 60px;
}

.qa_tit03 {
  font-size: 24px;
  font-weight: bold;
  color: #59493f;
  margin-bottom: 20px;
}

.qa_tit03 span {
  line-height: 1;
  font-weight: bold;
  font-size: 35px;
  margin: 0 10px 0 0;
}

.pc_br {
  display: block;
}

.smp_br {
  display: none;
}

@media all and (max-width: 1000px) {

  .question_01,
  .question_02,
  .question_03,
  .question_04,
  .question_05 {
    width: 90%;
  }

  .qa_tit03 {
    font-size: 20px;
  }

  .hidden_box label {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .qa_box .img {
    width: 50%;
  }

  .qa_box .img2 {
    width: 90%;
  }

  .pc_br {
    display: none;
  }

  .qa_box {
    padding: 30px;
  }

  .hidden_box input:checked ~ .hidden_show {
    padding: 30px 40px;
  }

  .question_01,
  .question_02,
  .question_03,
  .question_04,
  .question_05 {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .hidden_box input:checked ~ .hidden_show {
    padding: 20px;
  }

  .qa_tit03 {
    text-align: center;
  }

  .smp_br {
    display: block;
  }

  .hidden_box label::after {
    right: 0;
    top: 0;
  }
}

/* その他の商品 */

.kv_etc {
  background: url(../img/common/etc_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

.etc {
  margin: 60px 0;
}

.etc_catch {
  text-align: center;
  line-height: 2;
}

.etc_box {
  background: #fffae7;
  width: 80%;
  margin: 0 auto 60px;
}

.etc_box ul {
  display: flex;
  justify-content: space-between;
  padding: 60px 30px;
  align-items: center;
}

.etc_box li img {
  width: 60%;
}

.etc_img {
  text-align: center;
  width: 40%;
}

.etc_text {
  width: 60%;
}

.etc_text h2 {
  font-size: 20px;
  color: #ee6b51;
  font-weight: bold;
  text-align: center;
}

.etc_tex01 {
  font-size: 16px;
  color: #59493f;
  line-height: 2;
  margin: 20px 0 0;
  text-align: center;
}

@media all and (max-width: 1000px) {
  .etc_box li img {
    width: 80%;
  }

  .etc_box {
    width: 90%;
  }

  .etc_img {
    width: 60%;
  }

  .etc_text {
    width: 40%;
  }
}

@media all and (max-width: 768px) {
  .etc_box ul {
    display: block;
  }

  .etc_img {
    text-align: center;
    width: 70%;
    margin: 0 auto 30px;
  }

  .etc_text {
    width: 100%;
  }
}

@media all and (max-width: 480px) {
  .etc_box {
    width: 100%;
  }

  .etc_box li img {
    width: 100%;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.contact .kv {
  background: url(../img/common/contact_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

select {
  width: 90%;
  padding: 15px 3%;
  background: #fff;
  border: solid 1px #8d8fa2;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  -webkit-appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.select_wrap dd:before {
  z-index: 1;
  position: absolute;
  right: 80px;
  top: 43px;
  content: "\f107";
  color: #000;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  pointer-events: none;
}

.form {
  max-width: 900px;
  margin: 90px auto 120px;
}

.list_contact {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.list_contact {
  border-top: solid 1px #c6d8da;
}

.list_contact dt,
.list_contact dd {
  padding: 30px 0;
  display: table-cell;
  position: relative;
}

.list_contact dt {
  width: 42%;
  padding-left: 3%;
  line-height: 1.8em;
  position: relative;
  vertical-align: middle;
}

.confirmation span {
  margin-top: 14px;
}

.error_blank {
  margin-top: 3px !important;
}

.list_contact dd input[type="text"],
.list_contact dd input[type="tel"],
.list_contact dd textarea,
.list_contact dd input[type="email"] {
  width: 90%;
  padding: 15px 3%;
  background: #fff;
  border: solid 1px #8d8fa2;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  -webkit-appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.contact_btn {
  text-align: center;
  margin-top: 30px;
}

.contact_btn input {
  font-family: 'Noto Sans JP', sans-serif;
  width: 250px;
  padding: 20px 0;
  border: 2px #ee6c51 solid;
  font-size: 16px;
  color: #ee6c51;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.contact_btn input:hover {
  background-color: #ee6c51 !important;
  color: #fff !important;
}

.optional {
  display: none !important;
}

.error_blank {
  display: block !important;
  background: none !important;
  color: #d73333 !important;
  right: 0 !important;
}

.thanks {
  margin: 90px auto 120px;
  max-width: 850px;
}

.thanks p,
.thanks ul li,
.thanks a {
  line-height: 1.8em;
}

.contact_top {
  text-decoration: none;
  color: #ee6c51;
}

.contact_top:hover {
  opacity: 0.7;
}

.privacy a {
  color: #ee6c51;
}

.privacy dt .required {
  top: 30px;
}

@media all and (max-width:980px) {
  .list_contact dt {
    width: 41%;
  }

  .list_contact span {
    padding: 0 15px;
    right: 5%;
  }
}

@media all and (max-width:768px) {
  .page_contact .list_contact dt {
    width: 36%;
  }

  .page_contact .list_contact dt {
    width: 36%;
  }

  .thanks {
    width: 95%;
    margin: 60px auto 55px;
  }

  .form {
    width: 95%;
    margin: 60px auto 55px;
  }

  .select_wrap dd:before {
    right: 40px;
  }

  select {
    width: 97%;
  }

  .list_contact dd input[type="text"],
  .list_contact dd input[type="tel"],
  .list_contact dd textarea,
  .list_contact dd input[type="email"] {
    width: 100%;
    box-sizing: border-box;
  }

  .list_contact {
    padding: 0 3%;
    box-sizing: border-box;
  }

  .list_contact dt {
    padding-left: 0;
  }

}

@media all and (max-width:580px) {

  .list_contact,
  .list_contact dt,
  .list_contact dd {
    width: 100%;
    display: block;
  }

  .list_contact dd {
    padding-top: 0;
  }

  .list_contact dt {
    padding-bottom: 20px;
  }

  .select_wrap dd:before {
    right: 40px;
    top: 13px;
  }

  select {
    width: 97%;
  }

  .contact_btn input {
    display: block;
    margin: 0 auto 10px;
  }

}

/* 個人情報保護方針 */

.privacy .kv {
  background: url(../img/common/privacy_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

#privacy ol li {
  list-style: decimal;
  margin: 0 0 15px 0;
}

@media all and (max-width:768px) {
  #privacy {
    width: 90%;
    margin: 0 auto;
  }
}

/* 個人情報保護方針 */

.site_privacy .kv {
  background: url(../img/common/site_privacy_bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  display: table;
  padding: 130px 0;
}

#site_privacy span {
  display: block;
  padding: 5px;
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
}

.text_policy {
  font-size: 16px;
}

@media all and (max-width:768px) {
  #site_privacy {
    width: 95%;
    margin: 0 auto;
  }
  
  @media all and (max-width:500px){
    
    .f_area ul li{
      display: inline-block;
    }
    .f_area ul li:first-child{
      margin: 0px 0px 10px 0;
    }
  }
  
}
.news_box {
  background: #fff7e8;
  box-shadow: 8px 8px #feedcb;
  padding: 30px 60px;
  width: auto;
  margin: 30px auto 40px;
  box-sizing: border-box;
  text-align: center;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news_box {
    padding: 20px;
  }
}
.news_box_inner {
  width: auto;
  display: table;
  width: 100%;
}
.news_box_inner img {
  width: auto;
  height: auto;
  max-width: 80%;
  display: table;
  margin: 20px auto 0;
}

.cap{
    text-align: center;
    display: block;
}

.news_box h3 {
  color: #7e6a5a;
font-size: 20px;
text-align: center;
margin: 0 0 30px 0;
font-weight: 500;
}
.news_box .day {
  font-size: 90%;
}
.news_box p {
  font-size: 16px;
  color: #59493f;
  line-height: 2;
  text-align: left;
}

.news_btn a {
  display: block;
    background: #7e6b5a;
    padding: 10px 20px;
    width: 200px;
    margin: 20px auto;
    color: #fff;
    text-decoration: none;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    transition: .5s;
}

.news_btn a:hover {
  background: #ee6c51;
}

.list_contact dd .mwform-tel-field input[type="text"] {
  width: auto;
}

.mwform-tel-field {
  padding: 0 !important;
}

.list_contact span.required {
  padding: 0 25px;
  background: #ee6c51;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 14%;
}

.error_txt {
  text-align: center;
  margin: 30px 0;
}

@media all and (max-width:500px){
  .list_contact dd .mwform-tel-field input[type="text"] {
    width: 30%;
  }
}