/* 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: #f5de93;
  position: relative;
}

h1 {
  text-align: center;
  width: 98%;
  max-width: 816px;
  margin: auto;
  padding-top: 95px;
  z-index: 120;
  position: relative;
}
h1 img {
  width: 100%;
}
@media (max-width: 1000px) {
  h1 {
    padding-top: 15%;
  }
}

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%;
}

.bg03 {
  width: 100%;
  position: fixed;
  left: 0;
  top: 10px;
  z-index: 90;
  background: url(../img/bg_02.png) left top repeat-x;
  height: 56px;
}
@media (max-width: 1000px) {
  .bg03 {
    background-size: auto 70%;
    top: 3px;
  }
}

.bg04 {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 90;
  background: url(../img/bg_02.png) left top repeat-x;
  height: 56px;
}
@media (max-width: 1000px) {
  .bg04 {
    background: url(../img/bg_02.png) left bottom repeat-x;
    background-size: auto 70%;
    bottom: 3px;
  }
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

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;
  margin-top: 30px;
}
#award .box_award h3 img {
  width: 95%;
  max-width: 562px;
}
@media (max-width: 1000px) {
  #award .box_award h3 {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
#award .box_award ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#award .box_award ul li {
  width: calc(45% - 2rem);
  margin: 20px 0 50px;
  padding: 1rem;
}
@media (min-width: 1000px) {
  #award .box_award ul li:nth-child(1n) {
    margin-right: 4%;
  }
}
#award .box_award ul li:first-child h4 {
  background: url(../img/bg_ttl_01.png) no-repeat center top;
  background-size: 100% auto;
  transform: rotate(-2deg);
}
#award .box_award ul li:first-child .comment_01, #award .box_award ul li:first-child .comment_02 {
  background: #c2effd;
}
#award .box_award ul li:nth-child(2) h4 {
  background: url(../img/bg_ttl_02.png) no-repeat center top;
  background-size: 100% auto;
  transform: rotate(2deg);
}
#award .box_award ul li:nth-child(2) .comment_01, #award .box_award ul li:nth-child(2) .comment_02 {
  background: #fdc2c5;
}
#award .box_award ul li:nth-child(3) h4 {
  background: url(../img/bg_ttl_03.png) no-repeat center top;
  background-size: 100% auto;
  transform: rotate(-2deg);
}
#award .box_award ul li:nth-child(3) .comment_01, #award .box_award ul li:nth-child(3) .comment_02 {
  background: #c2fdcf;
}
@media (max-width: 1000px) {
  #award .box_award ul li {
    width: 100%;
    margin: 0 0 50px;
    padding: 0;
  }
}
#award .box_award ul li h4 {
  font-weight: normal;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8rem;
  padding: 1.8rem 1rem 0;
  text-shadow: 1px 1px 0px #fff;
  height: 77px;
  color: #430f00;
  margin-top: -10px;
  margin-bottom: 10px;
}
#award .box_award ul li h4 span {
  font-weight: bold;
}
@media (max-width: 1000px) {
  #award .box_award ul li h4 {
    background-size: 100% 90%;
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    height: auto;
    margin: 0.5rem auto;
    width: 88%;
  }
}
#award .box_award ul li h5 {
  text-align: center;
  background-size: 100% auto;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  #award .box_award ul li h5 {
    font-size: 1.2rem;
  }
}
#award .box_award ul li .box_item {
  background: url(../img/bg_item.png) center 20px no-repeat;
  background-size: 100% 71%;
  width: 100%;
  margin: auto;
  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;
    background-size: 150% 70%;
  }
}
#award .box_award ul li .box_item .img {
  text-align: center;
  margin: 0 auto 40px;
  width: 80%;
  max-width: 420px;
  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 {
  line-height: 1.4rem;
  text-align: center;
  position: relative;
  width: 65%;
  border-radius: 40px;
  border: 5px solid #fff;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_01, #award .box_award ul li .box_item .comment_02 {
    width: 90%;
  }
}
#award .box_award ul li .box_item .comment_01 p, #award .box_award ul li .box_item .comment_02 p {
  padding: 0 20px 5px;
  color: #430f00;
}
#award .box_award ul li .box_item .comment_01 .ttl_comment, #award .box_award ul li .box_item .comment_02 .ttl_comment {
  margin: -15px auto 0;
  background: none;
  width: 100%;
  max-width: 291px;
}
#award .box_award ul li .box_item .comment_01 .ttl_comment img, #award .box_award ul li .box_item .comment_02 .ttl_comment img {
  width: 100%;
}
#award .box_award ul li .box_item .comment_02 {
  margin-left: 10%;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_02 {
    background-size: auto 3rem;
    margin: 0 auto !important;
  }
}
#award .box_award ul li .box_item .comment_02::after {
  content: "";
  display: block;
  width: 87px;
  height: 73px;
  background: url(../img/img_okashi_01.png);
  position: absolute;
  right: -71px;
  bottom: 3rem;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_02::after {
    right: 0;
    bottom: -2rem;
    background: url(../img/img_okashi_01.png) no-repeat;
    background-size: 100% auto;
    width: 50px;
    height: 45px;
  }
}
#award .box_award ul li .box_item .comment_01 {
  margin-left: 30%;
  margin-top: 1.1rem;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_01 {
    background-size: auto 3rem;
    margin: 2rem auto 0 !important;
  }
}
#award .box_award ul li .box_item .comment_01::after {
  content: "";
  display: block;
  width: 91px;
  height: 64px;
  background: url(../img/img_okashi_02.png);
  position: absolute;
  left: -75px;
  bottom: 3.5rem;
}
@media (max-width: 1000px) {
  #award .box_award ul li .box_item .comment_01::after {
    left: 0;
    bottom: -2.5rem;
    background: url(../img/img_okashi_02.png) no-repeat;
    background-size: 100% auto;
    width: 55px;
    height: 45px;
  }
}

#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-top: 3px solid #ffd6b9;
  border-bottom: 3px solid #ffd6b9;
  padding-bottom: 3rem;
}
@media (max-width: 1000px) {
  #link {
    margin-top: 2rem;
  }
}
#link h3 {
  width: 90%;
  max-width: 388px;
  text-align: center;
  margin: 2rem auto 1rem;
}
#link h3 img {
  width: 100%;
}
#link ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 4rem;
}
#link ul li {
  width: 24%;
  max-width: 80px;
  text-align: center;
}
#link ul li img {
  width: 100%;
}
#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: 95%;
  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 */