@charset "utf-8";
/* ==========================================================

title : 花鳥魚園 ～動物・植物図鑑～
scope : /tado_onsen/kankou/picturebook/

last modify : 2020/08/17 TCV_ヴィ/ Doan Thi Tuong Vi

========================================================== */
/* MV */
.main_visual {
  background: url(../image/img-main-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 812px) {
  .main_visual {
    background: url(../image/img-main-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* Content Lead */
.wrap_lead {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  max-width: 710px;
  padding-right: 1.6%;
}

@media screen and (max-width: 812px) {
  .wrap_lead {
    margin-top: 4%;
  }
}

.wrap_lead .lead_sentence .text:nth-child(n+2) {
  margin-top: 3.7%;
}
.top_lead .lead_sentence .text:nth-child(1) {
  letter-spacing: -.005em;
}
.top_lead .lead_sentence .text:nth-child(2) {
  letter-spacing: -.005em;
}
.top_lead .lead_sentence .text:nth-child(3) {
  letter-spacing: -.011em;
}
.wrap_lead .lead_sentence .text a {
  color: #242cff;
}
.wrap_album {
  margin-top: 3%;
}

@media screen and (max-width: 812px) {
  .wrap_album {
    margin-top: 6%;
  }
}

.wrap_album ul li {
  width: calc(140 / 880 * 100%);
}

@media screen and (max-width: 812px) {
  .wrap_album ul li {
    width: 30%;
  }

  .wrap_album ul li:nth-child(n+4) {
    margin-top: 4%;
  }
}

.content {
  margin-top: 4.8%;
}

.content:nth-child(n+2) {
  margin-top: 5.2%;
}

@media screen and (max-width: 812px) {
  .content:nth-child(n+1) {
    margin-top: 12%;
  }
}

.content .inner .block {
  max-width: 844px;
  margin: 4.6% auto 0;
  width: 98%;
}

@media screen and (max-width: 812px) {
  .content .inner .block {
    margin-top: 10%;
  }
}

.content .inner .block .inner_block {
  margin-top: 3.5%;
}

@media screen and (max-width: 812px) {
  .content .inner .block .inner_block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    width: 95%;
  }
}

.wrap_book ul {
  flex-wrap: wrap;
}

.wrap_book ul li {

  width: calc(400 / 820 * 100%);
}

.wrap_book ul li:not(.space) {
  border: 1px solid #95884a;
  box-sizing: border-box;
  padding: 2px;
}

.wrap_book ul li:nth-child(n+3) {
  margin-top: 2.5%;
}

@media screen and (max-width: 812px) {
  .wrap_book ul li:nth-child(n+1) {
    margin-top: 4%;
  }
}

.wrap_book ul li.space {
  background: url(../image-cmn/img-space.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_book ul li a {
  display: block;
  position: relative;
}
.wrap_book ul li a:hover {
    opacity: .75;
}
.wrap_book ul li a::before {
  border-color: transparent transparent #95884a transparent;
  border-style: solid;
  border-width: 0 0 2.353em 2.353em;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.wrap_book ul li a::after {
  background: url(../image-cmn/ico-book.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: .294em;
  content: "";
  height: .706em;
  position: absolute;
  right: .294em;
  width: .706em;
}

.wrap_book ul li .book {
  align-items: center;
  background: url(../image-cmn/bg-book.jpg);
  background-size: contain;
}

.wrap_book ul li .book .image {
  width: calc(214 / 394 * 100%);
}

.wrap_book ul li .book .text {
  color: #580b0b;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  width: calc(180 / 394 * 100%);
}

@media screen and (max-width: 812px) {
  .wrap_book ul li .book .text {
    font-size: 4.4vw;
  }
}
.site_name{
    color:#fff!important;
    position:absolute;
    top:9.2em;
    left:1em;
}