/* 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;
  }
}

#main {
  background: #fff4e9;
  -o-border-image: url(img/bdr_main.png?001) 55/35px 35px;
     border-image: url(img/bdr_main.png?001) 55/35px 35px;
}
@media (min-width: 900px) {
  #main {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  #main {
    padding-bottom: 20px;
  }
}

p.line {
  margin: 2rem auto;
  width: 90%;
  max-width: 360px;
}
p.line img {
  width: 100%;
}

@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_l {
  padding: 0 !important;
  text-align: center;
}
.ttl_l img {
  width: 100%;
  max-width: 747px;
}
@media (min-width: 900px) {
  .ttl_l {
    margin-top: -120px;
  }
}

.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: crimson;
}
@media (max-width: 900px) {
  .txt_lead {
    font-size: 1rem;
    line-height: 1.3rem;
    width: 90%;
    margin: 0.5rem auto;
  }
}
.txt_lead .txt_attention {
  color: crimson;
  font-weight: normal;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.8rem;
}
@media (max-width: 900px) {
  .txt_lead .txt_attention {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 0.5rem;
  }
}

.ttl_sub {
  text-align: center;
  width: 100%;
  margin: 40px auto 20px;
  border: none !important;
}
@media (max-width: 900px) {
  .ttl_sub {
    overflow: hidden;
  }
  .ttl_sub img {
    width: 200%;
    margin-left: -54%;
  }
}

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

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

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

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

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

.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 h4 {
  background: #8c7960;
  padding: 1rem;
  width: 60%;
  margin: 3rem auto 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 15px 15px 0 0;
}
.box_ttllist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #8c7960;
  width: 90%;
  margin: auto;
}
.box_ttllist ul li {
  background: #fff;
  border: 1px solid #a38255;
  width: 47%;
  margin: 1rem 1% 1rem 0;
  text-align: center;
  line-height: 1.2rem;
}
.box_ttllist ul li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .box_ttllist ul li {
    width: 85%;
    margin: 0.5rem auto !important;
  }
}
.box_ttllist ul li h5 {
  border-bottom: 1px dotted #a38255;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.box_ttllist ul li h5 a {
  color: #4f4a00;
}
.box_ttllist ul li .box_book {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box_ttllist ul li .box_book .txt {
  border-top: 1px dotted #a38255;
  border-bottom: 1px dotted #a38255;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.box_ttllist ul li .img_cover {
  width: 40%;
  text-align: left;
  margin: 2px 1px;
}
.box_ttllist ul li .img_cover img {
  width: 100%;
}
.box_ttllist ul li .box_txt {
  width: 53%;
  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 .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;
  line-height: 1.4rem;
  background: rgba(238, 217, 195, 0.5);
  margin: 0.5rem 0;
}
.box_ttllist ul li .box_story span {
  color: #bf9203;
}

dl {
  width: 90%;
  margin: auto;
}
dl dt {
  background: #aacd06;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 8px 15px;
}
dl dd {
  border-top: 1px dashed #ccc;
  padding: 12px;
  background: #f5f5f5;
}
dl dd .ttl {
  display: inline-block;
  width: 10rem;
}
dl dd:nth-child(odd) {
  background: #fafafa;
}
dl dt + dd {
  border: none;
}

.btn_top {
  text-align: center;
  border-top: 1px dotted #a38255;
  width: 90%;
  margin: 0 auto 1rem;
  padding: 2rem 0;
}
.btn_top a {
  padding: 10px 10px 10px 50px;
  background: #aacd06;
  color: #000 !important;
  margin-bottom: 40px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  border-radius: 30px;
}
.btn_top a::before {
  content: " ";
  display: block;
  background: url(/images/ico_arrow.png) left center no-repeat;
  position: absolute;
  left: 10px;
  top: 0;
  width: 34px;
  height: 100%;
}/*# sourceMappingURL=spcont.css.map */