@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* Reset */
html { font-size: 62.5%;} /* 10px = 1.0rem */

body {
  font-family: 'Noto Sans JP','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  color: #444;
  background: #f7af0c;
}

@media (min-width:768px){
  body {
    background: #f7af0c url(../img/bg-left.png) left bottom no-repeat;
    background-attachment: fixed;
  }
  .wrapper {
    background: url(../img/bg-right.png) right bottom no-repeat;
    background-attachment: fixed;
  }
}

@media (max-width:767px){
  body {
    font-size: 1.3rem;
  }
}

a:not(.btn-booknavi) {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


hr.solid {
  width: 96%;
  height: 0;
  margin: 0 auto;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}


header,
section,
footer {
  max-width: 928px;
  margin: 0 auto;
}


section {
  margin-top: 5.0rem;
  background: rgba(255,255,255,0.2);
}
section.fill {
  margin-top: 0;
}

@media (max-width:766px) {
  section {
    margin-top: 2.0rem;
    background: none;
  }

}

/* 各巻記事 */
article {
  background: #fff;
}
@media (max-width:766px) {
  article {
    margin: 1.0rem 1.0rem 0;
  }
}
@media (min-width:767px) {
  article.odd {
    margin: 0 1.0rem 2.0rem 2.0rem;
  }
  article.even {
    margin: 0rem 2.0rem 2.0rem 1.0rem;
  }
}

h1 {
}

h2 {
  margin-bottom: 0;
  padding: 1.5rem;
  background: #000;

  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #fff11a;
}

@media (max-width:767px){
  h2 {
    padding: 1.0rem;
    border-radius: 0;
    font-size: 1.3rem;
  }
}

h3 {
  margin-bottom: 2.0rem;
  padding: 1.5rem;
  background: linear-gradient(#b40311, #dd0315, #a60210);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.7);
  color: #fff;
}

@media (max-width:767px){
  h3 {
    margin-bottom: 0;
    padding: 1.0rem;
    font-size: 1.6rem;
  }
}

h4 {
  margin-bottom: 0;
  padding: 1.5rem;
  letter-spacing: 1px;
  font-size: 2.0rem;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

@media (max-width:575px){
  h4 {
    padding: 1.0rem 1.5rem;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}

.lead {
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width:575px){
  .lead {
    font-size: 1.4rem;
  }
}

h5 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  background: #e00315;
  border: 1px solid #c50002;
  border-radius: 3rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}

.store-item {
  background: #f7f7f7;
}

.store-item .row {
  margin-left: 0;
  margin-right: 0;
  padding: 0.5rem;
}


.store-item .row > div {
  padding: 0.5rem;
}

@media (max-width:575px){
  .store-item .row > div {
    padding: 0.3rem 0.5rem;
  }
}



.store-item .row > div a img {
  border: 2px solid #d9d9d9;
}

@media (min-width:576px){
  .store-item .row > div a:hover img {
    border: 2px solid #e00315;
  }
}

@media (max-width:575px){
  .store-item .row > div a:active img {
    border: 2px solid #e00315;
  }
}

.btn-booknavi {
  display: block;
  padding: 0.5rem 0;
  background: #4e62b3;
  border: 1px solid #626262;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: -1px -1px 1px #333;
}

.btn-booknavi span {
  color: #ffcc33;
}

a:hover.btn-booknavi,
a:active.btn-booknavi {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}


.center-item {
  margin: 3.0rem auto 0;
  text-align: center;
  background: #fff;
}

@media (max-width:575px){
  .center-item {
    margin: 1.0rem auto 0;
  }
}

.center-item a img {
  max-width: 80%;
}

.center-item a:hover img,
.center-item a:active img {
  opacity: 0.7;
}

footer {
  padding: 2.0rem;
  background: #1a1a1a;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}

address {
  margin-bottom: 0;
}

@media (max-width:575px){
  footer p {
    text-align: left;
    font-size: 1.0rem;
  }
}


/* Page scroll */
#page-top {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin: 0;
  line-height: 0;
}

@media (min-width:576px){
  #page-top img{
    width: 110px;
    height: 150px;
  }
}

@media (max-width:575px){
  #page-top img{
    width: 70px;
    height: 95px;
  }
}