/* CSS Document */
@media (min-width: 1000px) {
  .repc {
    display: block;
  }
  .resp {
    display: none !important;
  }
  img.repc {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .repc {
    display: none !important;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  html {
    font-size: 14px;
  }
}
body {
  background: #fff;
  position: relative;
}

h1 {
  text-align: center;
  width: 98%;
  max-width: 884px;
  margin: auto;
  padding-top: 2rem;
  z-index: 120;
  position: relative;
}
h1 img {
  width: 100%;
}

h2 {
  text-align: center;
  width: 100%;
  max-width: 804px;
  margin: auto;
  z-index: 120;
  position: relative;
}
@media (max-width: 1000px) {
  h2 {
    width: 80%;
    margin: auto;
  }
}
h2 img {
  width: 100%;
}

.bg01 {
  background: url(../img/bg_01.jpg) left top repeat-y;
  width: 171px;
  height: 100%;
  position: fixed;
  z-index: 90;
}
@media (max-width: 1000px) {
  .bg01 {
    background-size: 40% auto;
  }
}

.bg02 {
  background: url(../img/bg_02.jpg) right top repeat-y;
  width: 171px;
  height: 100%;
  position: fixed;
  right: 0;
  z-index: 90;
}
@media (max-width: 1000px) {
  .bg02 {
    background-size: 40% auto;
  }
}

.bg03 {
  width: 30%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
}
.bg03 img {
  width: 100%;
  max-width: 744px;
}

.bg04 {
  width: 30%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
}
.bg04 img {
  width: 100%;
  max-width: 744px;
}

a:hover {
  opacity: 0.8;
}

section {
  position: relative;
  z-index: 120;
}

#award {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  position: relative;
  z-index: 120;
}
#award .box_award h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
#award .box_award h3 img {
  width: 100%;
  max-width: 720px;
}
#award .box_award ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#award .box_award ul li {
  width: calc(45% - 2rem);
  margin: 20px 0;
  margin-bottom: 50px;
  border: 2px solid #e69cc2;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  background: url(../img/bg_item.jpg);
  background-size: cover;
  border-radius: 20px;
  padding: 1rem;
}
@media (min-width: 1000px) {
  #award .box_award ul li:nth-child(1n) {
    margin-right: 4%;
  }
}
@media (max-width: 1000px) {
  #award .box_award ul li {
    width: 85%;
    margin-bottom: 10vw;
  }
}
#award .box_award ul li h4 {
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1.5rem 1rem;
  text-shadow: 1px 1px 0px #000;
  background: url(../img/bg_ttl.png) no-repeat center top;
  background-size: 100% auto;
  height: 60px;
  color: #fff;
  margin-top: -50px;
}
#award .box_award ul li h4 span {
  font-weight: bold;
}
@media (max-width: 1000px) {
  #award .box_award ul li h4 {
    background: url(../img/bg_ttl.png) no-repeat center top;
    background-size: 100% 90%;
    font-size: 1.2rem;
  }
}
#award .box_award ul li h5 {
  text-align: center;
  background: url(../img/bg_ttl_02.png) no-repeat center top;
  background-size: 100% auto;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff0078;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
@media (max-width: 1000px) {
  #award .box_award ul li h5 {
    font-size: 1.2rem;
  }
}
#award .box_award ul li .box_item {
  width: 100%;
  margin: auto;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  height: calc(100% - 20px);
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item {
    padding-bottom: 0;
  }
}
#award .box_award ul li .box_item .img {
  text-align: center;
  margin: 40px auto 50px;
  width: 90%;
  max-width: 450px;
  border: 5px solid #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
#award .box_award ul li .box_item .img img {
  width: 100%;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .img {
    margin: 20px auto 30px;
  }
}
#award .box_award ul li .box_item .icon {
  position: absolute;
  right: -80px;
  top: -60px;
  z-index: 100;
}
#award .box_award ul li .box_item .comment_01, #award .box_award ul li .box_item .comment_02 {
  width: 100%;
  line-height: 1.4rem;
  text-align: center;
  position: relative;
}
#award .box_award ul li .box_item .comment_01 p, #award .box_award ul li .box_item .comment_02 p {
  padding-top: 70px;
  padding-bottom: 20px;
  min-height: 5rem;
  color: #42402f;
}
#award .box_award ul li .box_item .comment_02 {
  width: 100%;
  background: url(../img/ttl_comment_author.png) no-repeat center top;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_02 {
    background-size: auto 3rem;
  }
}
#award .box_award ul li .box_item .comment_01 {
  width: 100%;
  background: url(../img/ttl_comment_ehon.png) no-repeat center top;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_01 {
    background-size: auto 3rem;
  }
}

#all {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
#all .text_all {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 1000px) {
  #all .text_all {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
#all h3 {
  width: 100%;
  max-width: 909px;
  margin: 0 auto 2rem;
}
#all h3 img {
  width: 100%;
}
#all ul {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#all ul li {
  width: 20%;
  border: 1px solid #3d1a00;
  border-radius: 10px;
  padding: 5px;
  margin: 1%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1000px) {
  #all ul li {
    width: 43%;
    padding: 0;
    margin: 2%;
  }
}
#all ul li .box_all {
  margin: 0.5rem;
  background: #fff;
}
@media (max-width: 1000px) {
  #all ul li .box_all {
    margin: 0.5rem;
  }
}
#all ul li .box_all iframe {
  border: none !important;
  min-width: 250px !important;
}
@media (max-width: 1000px) {
  #all ul li .box_all iframe {
    min-width: 100px !important;
  }
}
#all ul li .box_all a img {
  width: 100%;
}
#all ul li .box_all a .name {
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: 0;
}
#all ul li .box_all a .name span {
  font-weight: bold;
}
#all ul li .box_all a .name .num {
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 3px;
  margin: 1px 3px;
  border-radius: 10px;
}

#link {
  margin-top: 100px;
  width: 100%;
  background: #fffbf2;
  border: solid #ffd6b9;
  border-width: 3px 0;
  padding-bottom: 3rem;
}
#link h3 {
  width: 90%;
  max-width: 408px;
  text-align: center;
  margin: 2rem auto 1rem;
}
#link h3 img {
  width: 100%;
}
#link ul {
  display: flex;
  width: 350px;
  margin: 0 auto 4rem;
}
#link ul li {
  width: 33%;
  text-align: center;
}
#link p {
  text-align: center;
}

.bnr_01 {
  text-align: center;
  margin: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.bnr_01 img {
  width: 100%;
  max-width: 780px;
  margin-top: 1rem;
  border: 1px solid #ccc;
}

#book {
  padding-top: 80px;
  letter-spacing: 0;
  width: 98%;
  margin: auto;
  max-width: 600px;
  margin-bottom: 70px;
}
@media (max-width: 1000px) {
  #book {
    margin-bottom: 40px;
  }
}
#book .box {
  background: url(../../../images/common/bg_boxl.png) repeat;
  padding: 24px;
  position: relative;
  border: 6px solid #000;
  border-radius: 7px;
}
@media (max-width: 1000px) {
  #book .box {
    padding: 10px;
  }
}
#book .box:before {
  position: absolute;
  left: 15px;
  top: 15px;
  background: url(../../../images/common/bg_headerfix.png) repeat;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 7px;
  z-index: -2;
}
#book .box .box_inner {
  background: #fff;
  padding: 10px 20px;
}
@media (max-width: 1000px) {
  #book .box .box_inner {
    padding: 10px;
  }
}
#book .list {
  padding: 0px 0 0 !important;
}
#book .list .list_title {
  width: 100%;
}
#book .list .list_title li {
  width: 90%;
  margin-bottom: 30px;
  margin: auto;
}
#book .list .list_title li a {
  display: flex;
  height: 100%;
  padding: 10px;
}
@media (max-width: 1000px) {
  #book .list .list_title li a {
    padding: 0;
  }
}
#book .list .list_title li a .thum {
  width: 35%;
}
#book .list .list_title li a .thum img {
  width: 100%;
}
#book .list .list_title li a .info {
  width: 68%;
  display: flex;
  margin: 0 10px;
  justify-content: center;
}
#book .list .list_title li a .info dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 5px;
}
#book .list .list_title li a .info dt span {
  background: linear-gradient(transparent 60%, #feff76 0%);
}
#book .list .list_title li a .info dd {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 9px;
  margin-top: 9px;
}
#book .ttl_special {
  text-align: center;
}
#book .ttl_special span {
  display: block;
  background: linear-gradient(transparent 55%, #fff68c 0%);
  text-align: center;
  font-size: 22px;
  margin: 10px auto 10px;
  line-height: 30px;
  padding: 0 30px;
}

#hp {
  text-align: center;
  margin-bottom: 80px;
}

footer {
  background: #FFD6BA;
  text-align: center;
  padding: 1rem;
  position: relative;
  z-index: 200;
}/*# sourceMappingURL=style.css.map */