@charset "UTF-8";

/* ====================================================
くびきの里用
==================================================== */
.el_kamadoButton {
  text-decoration: none;
  color: #333;
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #ff8000;
  padding: 10px 30px;
  transition: background 0.25s, color 0.25s;
}
.el_kamadoButton:hover, .el_kamadoButton:focus {
  background: #FF8000;
  color: #fff;
}

.un_price {
  font-weight: bold;
  font-size: 120%;
  color: #FF6600;
}

.un_hitokuchi li {
  position: relative;
  padding: 0 0 0 1.8em;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: bold;
}

.un_hitokuchi li::before {
  position: absolute;
    top: -0.26em;
    left: 0;
    content: "◎";
    color: #ff7000;
    font-size: 160%;
}

.un_orderList {
  padding-left: 0;
}
.un_orderList li:first-child {
  border-top: 1px dotted #ccc;
}
.un_orderList li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}



.el_fukidashi {
  display: inline-block;
  position: relative;
  background-color: #00A73C;
  color: #fff;
  padding: 0.5em 1em;
  line-height: 1.4;
  border-radius: 5px;
}
.el_fukidashi::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #00A73C;
  border-width: 8px;
  margin-left: -8px;
}
.el_fukidashi.el_fukidashi__black {
  background-color: #000;
}
.el_fukidashi.el_fukidashi__black::after {
  border-top-color: #000;
}
/* ====================================================
最小モジュール
==================================================== */

/* 見出しフォント */
.el_lv1Font {
  line-height: 1.4;
  font-size: 40px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

.el_lv2Font {
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

.el_lv3Font {
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

.el_lv4Font {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

.el_lv5Font {
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

.el_lv6Font {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.7em;
}

@media (max-width:900px) {
  .el_lv1Font { font-size: 24px;}
  .el_lv2Font { font-size: 20px;}
  .el_lv3Font { font-size: 18px;}
  .el_lv4Font { font-size: 16px;}
  .el_lv5Font { font-size: 15px;}
  .el_lv6Font { font-size: 14px;}
}

/******* 見出し *******/
.el_lv1Heading {
  padding:  30px 10px;
  background-color:  #019700;
  color:  #fff;
  font-size:  1.75rem;
  text-align:  center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

.el_lv1Heading > span {
  position: relative;
  display: inline-block;
  transform: translateY(-20%);
}

.el_lv1Heading > span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  transform: translateX(-50%);
}

.el_lv1Newstop {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1.4;
}

@media (max-width:900px) {
  .el_lv1Newstop {
    font-size: 1.5rem;
  }
}

.el_lv2Heading {
  line-height: 1.4;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "min" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.el_lv2Heading::after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background:linear-gradient(to right,
		#209F20 20%,
		#c4e1c4 20%);
  margin-top:10px;
}

.el_lv3Heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 16px;
  background: #e4fde4;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "min" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  padding: 13px 20px;
}
.el_lv3Heading::before{
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background:linear-gradient(to bottom,
		#53d353 10%,
		#209F20 80%);
}

.el_lv4Heading {
  padding-left: 8px;
  border-left: 4px solid #209F20;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
}

.el_lv5Heading {
  color: #209F20;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width:900px) {
  .el_lv1Heading { font-size: 1.5rem;}
  .el_lv2Heading { font-size: 1.5rem;}
  .el_lv3Heading { font-size: 1.25rem;}
  .el_lv4Heading { font-size: 1.125rem;}
  .el_lv5Heading { font-size: 1rem;}
  .el_lv6Heading { font-size: 1rem;}
}

/* フォント関係 */
.el_txt { margin-bottom: 1em;}

.el_txt_arrowRight{ padding-left: 1.5em; text-indent: -1.5em;}
.el_txt_arrowRight::before {
  content: '\f138';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  padding-right: 0.5em;
  color: #209F20;
}

.el_caution { padding-left: 1em; text-indent: -1em;}

.el_num {
  font-size: 150%;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}

.el_headerLiEng {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 8px;
  opacity: 0.8;
}

.el_footerCopyright {
  display: block;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.el_lv2Heading_top {
  padding: 30px 20px;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
}

.el_lv2headingEng {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  font-size: 13px;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

.el_lv3HeadingEng {
  font-size: 13px;
  text-align: center;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}

@media (max-width: 900px) {
  .el_lv2Heading_top {
    font-size: 2.5rem;
  }
}

.el_emphasisMessage {
  padding-bottom: 30px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.el_emphasisMessage > * {
  font: inherit;
}
@media (max-width: 900px) {
  .el_emphasisMessage {
    font-size: 25px;
  }
}

.el_emphasisMessage.el_emphasisMessage__white {
  color: #fff;
}

.el_btn {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  padding: 20px 10px;
  background-color: #e25c00;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
  /* 配置位置調整 div等で囲んで使用 */
}

.el_btn__center {
  text-align: center;
}

.el_btn__left {
  text-align: left;
}

.el_btn:focus, .el_btn:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #e25c00;
}

.el_btn.el_btn__s {
  width: 250px;
  font-size: 1rem;
}

.el_btn.el_btn__ss {
  width: 255px;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.el_btn.el_btn__oldstyle {
  color: #000;
  border: 1px solid #ccc;
  border-bottom: 2px solid #7eb201;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
}

.el_btn.el_btn__oldstyle::after {
  color: #7eb201;
}

.el_btn.el_btn__right {
  position: relative;
  padding-right: 2em;
  padding-left: 1.38em;
}

.el_btn.el_btn__right::after {
  content: '\f061';
  position: absolute;
  top: 50%;
  right: .83em;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.el_btn.el_btn__right.el_btn__s {
  width: 217px;
  font-size: 1rem;
}

.el_btn.el_btn__right.el_btn__hs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.el_btn.el_btn__right.el_btn__Chevron::after {
  content: '\f054';
}

.el_btn.el_btn__right.el_btn__Caret::after {
  content: '\f0da';
}

.el_btn.el_btn__right.el_btn__square::after {
  content: '\f08e';
}

.el_btn.el_btn__green {
  background-color: #019700;
}

.el_btn.el_btn__green:focus, .el_btn.el_btn__green:hover {
  background-color: #fff;
  border-color: currentColor;
  color: #019700;
}

/* label */
.el_label {
  display: inline-block;
  padding: 0 .5em;
  margin-right: .5em;
  background-color: #e25c00;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  position: relative;
  top: -0.1em;
  text-align: center;
  box-sizing: border-box;
}


/* プライバシーポリシー用見出し */
.el_lv2_privacyHeading {
  font-size: 160%;
  background: #f5f5f5;
  padding: 1em;
  margin: 0;
  text-align: center;
}

.el_lv3_privacyHeading {
  padding-top: 16px;
    padding-bottom: 6px;
    border-bottom: 2px solid #019700;
    font-size: 140%;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 16px;
}


.el_lv4_privacyHeading {
  font-weight: bold;
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 0.4em;
}

@media (max-width:900px) {
  .el_lv2_privacyHeading {
    font-size: 140%;
  }
  .el_lv3_privacyHeading {
    font-size: 130%;
  }
}

.el_bg{
  background-color: #019700;
  color: #fff;
  border-radius: 10px;
  font-size: 1.8rem;
  padding: 15px 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: max-content;
}

@media (max-width:900px) {
  .el_bg {
    width: auto;
    font-size: 1.5rem;
    padding: 15px;
    
  }
}


/* ====================================================
オリジナルグループ
   ==================================================== */

.cl_2 {
  display: flex;
  justify-content: space-between;

}

.cl_2_Inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}

.cl_2_item.txt {
  flex: 1;
}

.cl_2_item.img {
  width: 40%;
  padding: 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1em rgb(0 0 0 / 10%);
}

.cl_2_item_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}

.cl_2_item.slider {
  width: 50%;
}

.cl_2_item.div2 {
  width: calc(95%/2);
}

.cl_2_item:first-child {
  margin-right: 3%;
}

.cl_2_item.cl_2_item_flexType {
  display: flex;
}
  
  
  
@media screen and (max-width: 900px) {
  .cl_2 {
    display: block;
  }
  .cl_2_Inline {
    display: block;
    
  }

  .cl_2_item,
  .cl_2_item.div2,
  .cl_2_item.img,
  .cl_2_item.slider {
    width: 100%;
  }

  .cl_2_item.img img {
    max-width: 200px;
  }

  .cl_2_item:first-child {
    margin-right: 0;
    margin-bottom: 60px;
  }
}

