@charset "UTF-8";
/* CSS Document */
@media (min-width: 900px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .cont_sp {
    padding-left: 5%;
    padding-right: 5%;
    width: auto !important;
  }
}

@media (max-width: 900px) {
  .cont_sp {
    padding-left: 4%;
    padding-right: 4%;
  }
  #contents #side .box_tw, #contents #side .box_link {
    padding-left: 4%;
    padding-right: 4%;
  }
  #main section ul.list_l, #main section ul.list_m, #main section ul.list_s {
    padding-left: 4%;
    padding-right: 4%;
  }
  #main section .list_bnr {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.ttl_003 {
  padding: 0 !important;
  text-align: center;
}
.ttl_003 img {
  width: 100%;
  max-width: 795px;
}

.txt_lead {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: #140402;
  margin: 2rem 0.5rem;
  font-weight: bold;
}
.txt_lead span {
  color: #3eb134;
}
@media (max-width: 900px) {
  .txt_lead {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
  }
}
.txt_lead .txt_attention {
  color: crimson;
  line-height: 1.6rem;
  font-weight: normal;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.8rem;
}

.ttl_sub {
  background: #3eb134;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold !important;
  font-size: 1.3rem;
  width: 100%;
  margin: 40px auto 20px;
  border: none !important;
}
@media (max-width: 900px) {
  .ttl_sub {
    margin: 20px auto 10px;
    border-radius: 0;
  }
}

.text {
  font-size: 1.2rem;
  width: 90%;
  margin: auto;
  line-height: 1.7rem;
}

.box_text {
  font-size: 1rem;
  width: 90%;
  margin: 1rem auto 3rem;
  line-height: 1.7rem;
  background: #ddd;
  border-radius: 10px;
  padding: 0.5rem;
}

.box_text.fbold {
  font-weight: bold !important;
  font-size: 1.3rem;
}

.text_l {
  font-size: 1rem;
  width: 80%;
  max-width: 32rem;
  margin: auto;
  line-height: 1.7rem;
}

span.red {
  color: red;
  font-weight: bold;
}

.sample {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sample img {
  width: 90%;
  max-width: 715px;
}

.box_map {
  text-align: center;
  margin: 0 auto;
  line-height: 1.7rem;
  font-size: 1.2rem;
  width: 95%;
}
.box_map .img_map {
  width: 80%;
  max-width: 500px;
  margin: 1rem auto;
}
.box_map .img_map img {
  width: 100%;
}

.box_ttllist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box_ttllist ul li {
  background: url(img/bg_01.jpg) top center;
  background-size: 200% auto;
  border: 2px solid #bf9203;
  width: 48%;
  margin: 1rem 2% 1rem 0;
  text-align: center;
  line-height: 1.2rem;
  border-radius: 10px 10px 0 0;
}
.box_ttllist ul li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .box_ttllist ul li {
    width: 95%;
    margin: 0.5rem auto !important;
  }
}
.box_ttllist ul li h4 {
  background: rgb(255, 239, 2);
  background: linear-gradient(0deg, rgb(255, 239, 2) 0%, rgb(253, 187, 45) 100%);
  width: 100%;
  padding: 0.7rem 0.5rem;
  border-radius: 10px 10px 0 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 1.1rem;
  text-shadow: 1px 1px 1px #fff;
}
.box_ttllist ul li .box_book {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.box_ttllist ul li .img_cover {
  width: 43%;
  text-align: right;
}
.box_ttllist ul li .img_cover img {
  width: 80%;
}
.box_ttllist ul li .box_txt {
  width: 51%;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 1rem;
  text-align: left;
  line-height: 1.3rem;
}
@media (max-width: 900px) {
  .box_ttllist ul li .box_txt {
    margin-top: 0.5rem;
    line-height: 1.1rem;
  }
}
.box_ttllist ul li .box_txt h5 {
  border-bottom: 1px dotted #d3b800;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 3rem;
}
.box_ttllist ul li .box_txt h5 a {
  color: #4f4a00;
}
.box_ttllist ul li .box_txt .box_info {
  line-height: 1.3rem;
}
.box_ttllist ul li .box_txt .btn_detail {
  border-radius: 30px;
  margin: 1rem 1rem 0 0;
  font-size: 1rem;
  text-align: center;
  background: #fff;
}
.box_ttllist ul li .box_txt .btn_detail:hover {
  background: #e5ff71;
}
.box_ttllist ul li .box_txt .btn_detail a {
  display: block;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  letter-spacing: 0.1rem;
}
.box_ttllist ul li .box_story {
  padding: 0.5rem 0;
  margin: 2px;
  min-height: 6.5rem;
  line-height: 1.4rem;
  background: #fff url(img/icn_human.jpg) no-repeat right 10px;
  background-size: 18% auto;
}
.box_ttllist ul li .box_story span {
  color: #bf9203;
}

.ttl_003 {
  border-bottom: 1px solid #3eb134 !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 2rem !important;
}

dl {
  width: 90%;
  margin: auto;
  border-top: 1px dashed #ccc;
}
@media (max-width: 900px) {
  dl {
    width: 100%;
  }
}
dl dt {
  background: #aacd06;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 15px;
}
dl dd {
  border: dashed #ccc;
  border-width: 0px 1px 1px 1px;
  padding: 12px;
}
dl dd::before {
  content: "・";
  margin-right: 3px;
  color: #aacd06;
}
dl dd .ttl {
  display: inline-block;
  width: 10rem;
}
dl dd:nth-child(odd) {
  background: #fafafa;
}

h3 {
  background: #3eb134;
  color: #fff;
  font-weight: bold !important;
  font-size: 1.3rem;
  padding: 8px 15px 8px 15px !important;
  width: 90%;
  margin: 2rem auto 0;
  border-bottom: none;
}

.img_tokuten {
  width: 90%;
  text-align: center;
  margin: auto;
  background: #eee;
  padding: 1rem;
}
.img_tokuten img {
  width: 100%;
  max-width: 600px;
}

.txt_tokuten {
  width: 90%;
  text-align: center;
  margin: 1rem auto;
  padding: 1rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.txt_tokuten img {
  width: 100%;
  max-width: 657px;
}

ul.list_shop_01 {
  width: 90%;
  margin: auto;
}
@media (max-width: 900px) {
  ul.list_shop_01 {
    width: 100%;
  }
}
ul.list_shop_01 li {
  border: dashed #ccc;
  border-width: 0px 1px 1px 1px;
  padding: 12px;
}
ul.list_shop_01 li::before {
  content: "・";
  margin-right: 3px;
  color: #3eb134;
}
ul.list_shop_01 li:nth-child(odd) {
  background: #fafafa;
}

.txt_shop_01 {
  width: 90%;
  margin: 1rem auto;
  line-height: 1.5rem;
}

ul.list_book {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  ul.list_book {
    width: 95%;
  }
}
ul.list_book li {
  width: 80%;
  margin: 0 auto 1rem;
  text-align: center;
}
ul.list_book li p {
  color: #3eb134 !important;
  font-weight: bold;
  margin: 0.5rem;
  line-height: 1.3rem;
}
ul.list_book li img {
  width: 100%;
  max-width: 200px;
}

.txt_attention {
  text-align: center;
  color: crimson;
  font-size: 1.1rem;
  line-height: 1.6rem;
  padding: 0.5rem;
  background: #f2f2f2;
  width: 90%;
  margin: 1.5rem auto 2rem;
}/*# sourceMappingURL=spcont.css.map */