@import url(/library/head.css);
@import url(foot.css);
body {
  background-image: url(../image/bg.jpg);
  background-repeat: repeat-x repeat-y;
  background-position: left top;
  background-color: #c3b398;
  position: relative;
}

header {
  margin-top: -17px;
}

div {
  text-align: left;
}

a {
  cursor: pointer;
}

h1 {
  background-color: #f34b3e;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}

h2 {
  font-weight: bold;
  color: #8c715a;
  font-family: mplus-1p-regular;
  max-width: 100%;
}

h3 {
  background-color: #ffcc11;
  color: #ffffff;
  padding: 5px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  text-shadow: 0 1px 1px #106497;
}

h4 {
  font-weight: bold;
  color: #8c715a;
  padding-bottom: 10px;
  border-bottom: 2px solid #8c715a;
}

h5 {
  font-size: 28px;
  font-weight: bold;
  font-family: mplus-1p-regular;
  color: #2c4455;
  padding: 5px;
  margin: 4px 0 10px 0;
  background-image: url(../image/dotline_1.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media only screen and (min-width: 768px) {
  .smartphone {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .personalcomputer {
    display: none;
  }
}

.panel {
  border-color: #000000 !important;
}

.heroimg {
  margin: 10px auto;
  padding-top: 20px;
  max-width: 1200px;
}

@media only screen and (max-width: 767px) {
  .heroimg {
    display: none;
  }
}

.heroimgsp {
  margin: 10px auto;
  padding-top: 20px;
  max-width: 100%;
}

.heroimgsp img {
  width: 90%;
  margin: 5%;
}

@media only screen and (min-width: 768px) {
  .heroimgsp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pcflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.attention {
  margin: 0 0 0 13px;
  text-indent: -8px;
}

footer {
  margin-bottom: 30px;
}

.textarea {
  margin-bottom: 20px;
}

.prof {
  font-size: 30px;
  font-weight: bold;
  font-family: mplus-1p-regular;
  color: #ff6633;
  padding: 5px;
  margin: 4px 0 10px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .bookimg {
    float: left;
    margin-right: 10px;
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .bookimg {
    width: 100%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .booklist {
    height: 300px;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 10px;
    /*background-color: rgba(255,255,255,0.8);*/
    text-align: center;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 767px) {
  .booklist {
    height: auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #f1f1f1;
    margin: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bookinfo {
    max-width: 100%;
    width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .booktitle {
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .booktitle {
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    height: 75px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* align horizontal */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* align vertical */
  }
}

@media only screen and (min-width: 768px) {
  .bookwrite {
    text-align: center;
    margin-top: 10px;
    color: #8c715a;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .bookwrite {
    font-size: 1.2em;
    font-weight: 600;
    color: #8c715a;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bookpub {
    text-align: center;
    margin-top: 10px;
    color: #8c715a;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .bookpub {
    font-size: 1.2em;
    font-weight: 600;
    color: #8c715a;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bookprice {
    text-align: center;
    margin-top: 10px;
    color: #8c715a;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  .bookprice {
    font-size: 1.2em;
    font-weight: 600;
    color: #8c715a;
    margin-top: 10px;
  }
}

.bookbg {
  padding: 5px;
  background-color: #f1f1f1;
  border-radius: 10px;
}

.pctext {
  font-weight: bold;
  text-align: center;
  height: 40px;
}

.bookcomment {
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.inline img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 280px;
  max-width: 245px;
  margin: auto;
}

.bg_foot {
  margin: 0 auto;
  max-width: 1140px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg_foot img {
  width: 100%;
  opacity: 0.5;
}

.inline_content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inline_content figure {
  margin: 0;
  padding: 0;
  max-width: 300px;
  min-width: 246px;
}

.inline_content figure img {
  width: 100%;
}

.inline_content .description {
  max-width: calc(100% - 320px);
  min-width: 246px;
  margin: 0 10px;
}

.local-style--em {
  font-weight: 600;
}

.local-style__header {
  color: #2b2b2b;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .local-style__header {
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px;
    margin: 60px auto 20px auto;
  }
}

@media only screen and (min-width: 768px) {
  .local-style__header {
    font-size: 36px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 3px;
    margin: 60px auto 30px auto;
  }
}
