@charset "UTF-8";
/* CSS Document */

.contents_main a:link, .contents_main a:hover, .contents_main a:visited {
  color: #649664;
  text-decoration: underline;
}

.contents_main a:hover {
  opacity: .8;
}

.mT10 { margin-top: 10px !important; }
.mT20 { margin-top: 20px !important; }
.mB0 { margin-bottom: 0 !important; }
.mR05 { margin-right: .5em !important; }
.red-b {
    color: #f05a28;
    font-weight: 600;
}

.red-b a:link, .red-b a:hover, .red-b a:visited {
    color: #f05a28;
    font-weight: 600;

}

.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: 60px clamp(20px,8.25vw,100px) 0;
  max-width: 1200px;
  font-size: 16px;
  /*text-align: center;*/
}

.contents_inner .frame {
  /*margin: 0 auto;*/
  /*padding: 0 99px; padding: clamp(20px,8.25vw,42px);*/
  max-width: 1000px;
  font-size: 16px;
  text-align: center;
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  font-size: 0;
}

.main_visual img {
  width: 100%;
  height: auto;
}

.contents_inner p.text_32 {
    margin: 42px auto;
    max-height: 130px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: center;
}

/*****************************************

スライダー

*****************************************/
.slider_area {
  margin: 5rem auto 2rem;
  padding: 80px 0 60px;
  max-width: 100%;
  
  background-color: #f5f3f0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.slider_area .slider_inner {
}

.slider_area .slider_inner ul {
  display: flex;
  width: 100%;
}

.slider_area .slider_inner ul li {
  padding: 0 20px;
  /*width: 100%;
  height: auto;
  max-width: 400px;*/
}

.slider_area .banner {
  margin: 5rem auto 0;
  width: 100%;
  height: auto;
}

.slider_area .banner ul {
  display: flex;
  align-items: center;
  
  margin: auto;
  width: 85%;
  height: auto;
}

.slider_area .banner li {
  margin: 0 .5rem;
  width:calc(100% / 3);
  height: auto;
  
}

/*****************************************



*****************************************/
.contents_inner h2.icon_stit {
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding-bottom:30px;
  border-bottom:solid 1px #649664;
}

.contents_inner h2.icon_stit img {
  display: block;
  margin: 0 auto 2%;
  width: 100%;
  height: auto;
  max-width: 54px;
}

/*****************************************

ボタン　ページ内リンク

*****************************************/
.in-page_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 80px auto 20px;
}

.in-page_btn li {
  margin: 0 0 20px;
  /*padding: 30px 0;*/
  width: calc(100% / 4 - 10px);
  aspect-ratio :23 / 10;
  min-width:210px;
  border-radius: 10px;
  background-color: #649664;
}
@media screen and (max-width: 1200px) {
  .in-page_btn li {
      aspect-ratio :23 / 11;
  }
}
@media screen and (max-width: 1100px) {
  .in-page_btn li {
      aspect-ratio :23 / 12;
  }
}

.in-page_btn li img {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  height: auto;
  max-width: 36px;
}





.in-page_btn li a:link,
.in-page_btn li a:hover,
.in-page_btn li a:visited {
  display: inline-block;
  align-items: center;
  padding: 14px 0 0;
  height: 100%;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
}

.in-page_btn li a .down {
  display: inline-block; display: block;
  margin: 12px 0 0 12px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  color: #fff;
  line-height: 1;
  
  position: relative;
  left: 43%;
}


/*****************************************

WEB以外のご注文・お問い合わせ／定期購入のご変更・ご中止
通信販売以外のお問い合わせ

*****************************************/
.howto_area .contents_inner .frame .gray-waku {
  margin: 40px auto 60px;
  /*padding: 28px 50px;*/
  width: 100%;
  height: auto;
  max-width: 840px;
  border: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .stit {
  padding: 24px;
  background-color: #f5f3f0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #444;
}
.howto_area .contents_inner .frame .gray-waku p.text {
  margin: 24px auto 0;
  width: 95%;
  font-size: 16px;
}

.howto_area .contents_inner .frame .gray-waku .inner {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  padding: 28px 0;
  width: 95%;
  border-bottom: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .box {
  flex: 1;
  -webkit-flex: 1;
  padding: 0 36px;
  text-align: left;
}

.howto_area .contents_inner .frame .gray-waku .box:first-child {
  border-right: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .box .in {
  border-bottom: none;
  font-size: clamp(16px,1.5vw,18px);
  font-weight: 600;
}

.howto_area .contents_inner .frame .gray-waku .box .in img {
  margin-right: .5em;
  width: auto;
  height: 1em;
}

.howto_area .contents_inner .frame .gray-waku .box .in .call {
  font-size: clamp(24px,3.86666vw,44px);
  font-weight: 600;
  letter-spacing: 2px;
}

.howto_area .contents_inner .frame .gray-waku .box .in .caption {
  font-size: 12px;
  line-height: 1.6;
  /*text-align: left;*/
}

.howto_area .contents_inner .frame .gray-waku .btn_area {
  margin: 0 auto;
  padding: 20px 0;
}

.howto_area .contents_inner .frame .gray-waku .btn_area .btn_small {
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #649664;
  font-size: clamp(18px,1.83333vw,22px); font-size: 16px;
  font-weight: bold;
  color: #FFF !important;
  border-radius: 40px;
  margin: auto;
  text-decoration: none !important;
}

.howto_area .contents_inner .frame .gray-waku .btn_area .btn_small::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 48px;
  margin-top: -4px;
}




/*****************************************

オンラインショップご利用ガイド
購入方法

*****************************************/
.contents_inner h3.icon_stit {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: auto;
  padding: 20px;
  background-color: #649664;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.contents_inner h3.icon_stit img {
  margin-right: 15px;
  width: 100%;
  height: auto;
  max-width: 36px;
}

.contents_inner .frame .subcon {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 850px;
}

/* 吹き出し＋見出し **************/
.contents_inner .frame .subcon .fukidashi-midashi {
  display: flex;
  margin: 60px auto 25px;
}

/*吹き出し*/
.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #649664;
  background-color: #f5f3f0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #649664;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #649664 transparent transparent;
  translate: -50% 100%;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.1px 4.8px 0 4.8px;
  border-color: #f5f3f0 transparent transparent;
  translate: -50% 100%;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi span {
  margin-left: 5px;
  font-size: 16px;
}

/*見出し*/
.contents_inner .frame .subcon .fukidashi-midashi .stit_midashi {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 1rem; 
  width: 100%;
  height: 66px;
  border: 1px solid #649664;
  border-left: none;
  font-size: 18px; 
  font-weight: 600;
  /*text-align: left;*/
  color: #649664; 
}

.contents_inner .frame .subcon .num {
  margin: 0 0 25px 15px;
  width: 100%;
  height: auto;
  max-width: 97%;
  text-indent: -1.5em;
  padding-left: 1.3em;
  font-size: clamp(16px, 4.26666vw, 32px); font-size: 16px;
  /*font-feature-settings: "palt";*/
  text-align: left;
  line-height: 1.7;
}

.contents_inner .frame .subcon .images {
  display: inline-flex;
  margin: 50px auto;
  justify-content: left;
  align-items: start;
}

.contents_inner .frame .subcon .images img {
  margin: 0 10px;
  width: 100%;
  height: auto;
  max-width: 380px;
}

.contents_inner .frame .subcon .mi {
  display: flex; 
  align-items: center; 
  margin: 30px auto 35px; 
  padding: 0 15px; 
  height: 40px; 
  background-color: #f5f3f0; 
  border-bottom-right-radius: 20px; 
  font-size: 16px; 
  font-weight: 600; 
  text-align: left; 
  color: #649664;
}

/* table-1 ******************/
.contents_inner .frame .subcon_table {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.contents_inner .frame .subcon_table-left {
  margin: 0 3rem 0 0;
  width: 100%;
}

.contents_inner .frame .subcon_table-left .box {
  margin-left: 2em;
  padding: 2em; 
  background-color: #f5f3f0;
  
}

.contents_inner .frame .subcon_table-left .box p.text {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #444;
/*  font-feature-settings: "palt";*/
  line-height: 1.7;
}

.contents_inner .frame .subcon_table-right {
  padding: 0 15px;
  width: 100%;
  height: auto;
  max-width: 395px;
}
.contents_inner .frame .subcon_table-right img {
  display: block;
  margin: 0 0 30px;
  width: 100%;
  height: auto;
}

.contents_inner .frame .subcon p {
  margin: 2em auto 1em;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #649664;
}


/* お支払い方法、お届け、返品について */
.contents_inner .frame .cont_block {
  max-width: 900px;
}
.contents_inner .cont_block > dl {
  margin-top:20px;
}
.contents_inner .cont_block dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 900px;
  text-align: left;
  color: #444;
}
.top-border {
  border-top: 1px solid #649664;
}

.contents_inner .cont_block dl dt {
  flex-basis: 32%;
  font-weight: 600;
  font-size: 16px;
  color: #649664;

  padding: 2rem 0;
  border-bottom: 1px solid #649664;
}

.contents_inner .cont_block dl dd {
  flex-basis: 68%;
  font-size: 16px;
  line-height: 1.7;

  padding: 2rem 0;
  border-bottom: 1px solid #649664;
}
.cont_block .dtime {
  width:90%;
}
.contents_inner .cont_block dl dd img {
  display: block;
  margin: 2rem 0;
}

.contents_inner .cont_block dl dd .box {
  margin: 2rem 0;
  padding: 2em; 
  background-color: #f5f3f0; color: #f05a28;
}

.contents_inner .cont_block p {
  text-align: left;
  font-size: 16px;
}

.contents_inner .cont_block .stit {
  margin: 0 0 30px;
  padding: 12px 20px;
  background-color: #649664;
  border-bottom-right-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
}









