@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
article.cWrap {
  line-height: 1.8em;
  font-size: 110%;
}
@media screen and (max-width: 767px) {
  article.cWrap {
    margin-bottom: 50px;
  }
}

.fvTitleSet em {
  font-size: 2.4rem;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  color: #74C133;
  background: url(../../../module/img/icon_melon.gif) no-repeat left 15px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .fvTitleSet h2 {
    font-size: 1.3rem;
  }
}

.featureWrap_B .titleSet {
  padding-top: 30px;
  font-size: 130%;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 66px;
}
@media screen and (max-width: 767px) {
  .featureWrap_B .titleSet {
    padding-top: 15px;
    font-size: 100%;
    margin-bottom: 20px;
  }
}
.featureWrap_B .titleSet h2 {
  line-height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .featureWrap_B .titleSet h2 {
    font-size: 110%;
    letter-spacing: 0;
  }
}
.featureWrap_B .titleSet h2 span {
  font-size: 150%;
  line-height: 100%;
  display: block;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .featureWrap_B .titleSet h2 span {
    font-size: 140%;
  }
}
.featureWrap_B .co {
  background: url(../img/t_icon.gif) no-repeat left bottom;
}
.featureWrap_B .co h2 span {
  color: #78BD36;
}
.featureWrap_B header {
  text-align: center;
}
.featureWrap_B header img {
  width: 100%;
  height: auto;
}
.featureWrap_B header .subCopy {
  background-position: top;
  margin: auto;
  display: inline-block;
  padding: 12px 0 0;
  background: url(../img/subtitle_bg.gif) no-repeat bottom center;
}
@media screen and (max-width: 767px) {
  .featureWrap_B header .subCopy {
    display: table-cell;
    padding: 0;
  }
}
.featureWrap_B .dreamWrap .subCopy {
  background: url(../../../module/img/subtitle_bg.gif) no-repeat bottom center;
}
.featureWrap_B .imgRight h3 span,
.featureWrap_B .imgLeft h3 span {
  background: url(../img/icon_title.gif) no-repeat left;
}
.featureWrap_B .imgRight .img,
.featureWrap_B .imgLeft .img {
  width: 40.2414486922%;
}
@media screen and (max-width: 767px) {
  .featureWrap_B .imgRight .img,
  .featureWrap_B .imgLeft .img {
    width: 100%;
  }
}
.featureWrap_B .imgRight .text,
.featureWrap_B .imgLeft .text {
  width: 54.3259557344%;
}
@media screen and (max-width: 767px) {
  .featureWrap_B .imgRight .text,
  .featureWrap_B .imgLeft .text {
    width: 100%;
  }
}

.chlcalenderbox {
  border: solid 3px #F1F1EF;
  margin-bottom: 50px;
}
.chlcalenderbox .chlcalendertitle {
  font-size: 140%;
  font-weight: bold;
  color: #40413D;
  background: #FBF9E1;
  padding: 8px 15px;
}
.chlcalenderbox .chlcalender {
  border: solid 1px #BDAC99;
  margin: 0 auto;
  margin-top: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chlcalenderbox .chlcalender {
    margin-top: 0;
    border-collapse: collapse;
  }
}
.chlcalenderbox tbody tr th {
  color: #FFFFA2;
  font-weight: bold;
  padding: 3px 0;
  text-align: center;
  width: 48px;
  border: solid 1px #BDAC99;
  background: #FD9A26;
  background: -webkit-gradient(linear, left top, left bottom, from(#FD9A26), to(#E4800C));
  background: linear-gradient(#FD9A26, #E4800C);
}
@media screen and (max-width: 767px) {
  .chlcalenderbox tbody tr th {
    letter-spacing: 0;
  }
}
.chlcalenderbox tbody tr th span {
  font-size: 70%;
}
.chlcalenderbox tbody tr td {
  color: #F8AB3B;
  padding: 20px 0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  border: solid 1px #BDAC99;
}
.chlcalenderbox tbody tr td p img {
  display: inline;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .chlcalenderbox tbody tr td p img {
    max-width: 20px;
  }
}

.stores {
  margin-bottom: 30px;
}
.stores .shoptitle {
  background: #D3736A;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 3px;
  padding: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
.stores .shop_wrap {
  margin-bottom: 20px;
}
.stores .shop_wrap:last-child {
  margin-bottom: 0;
}
.stores .shopbox {
  padding: 15px;
  background: #fafafa;
  border: solid 1px #e6e6e6;
}
.stores .shopsubtitle {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 120%;
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
}
.stores .shoprow a {
  color: #4390bd;
}