@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
.main {
  margin-bottom: 0;
}

/* --------------------------------------------------

odai-area

-------------------------------------------------- */
/* ttl-haiku */
.ttl-haiku {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-haiku {
    font-size: 3.2rem;
  }
}
.ttl-haiku span {
  background: #fff;
  border: 2px solid #0D0D0D;
  margin: 0 -0.02em -0.04em;
  display: inline-block;
  width: 1.5em;
  height: 1.6em;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .ttl-haiku span {
    margin: 0 -0.03em -0.04em;
  }
}
.ttl-haiku .sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .ttl-haiku .sp-only {
    display: block;
  }
}

.odai-area {
  position: relative;
  z-index: 0;
}
.odai-area > .deco span {
  position: absolute;
  z-index: -1;
}
.odai-area > .deco span:first-child {
  top: 10%;
  left: -5%;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:first-child {
    width: 50%;
  }
}
.odai-area > .deco span:nth-child(2) {
  top: 25%;
  right: -15%;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:nth-child(2) {
    width: 60%;
  }
}
.odai-area > .deco span:nth-child(3) {
  top: 30%;
  right: -5%;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:nth-child(3) {
    width: 60%;
    right: -5em;
  }
}
.odai-area > .deco span:nth-child(4) {
  top: 50%;
  left: -3%;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:nth-child(4) {
    width: 60%;
    right: -5em;
  }
}
.odai-area > .deco span:nth-child(5) {
  bottom: 35%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:nth-child(5) {
    width: 60%;
    right: -5em;
  }
}
.odai-area > .deco span:nth-child(6) {
  bottom: 20%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:nth-child(6) {
    width: 60%;
    right: -5em;
  }
}
.odai-area > .deco span:last-child {
  bottom: 10%;
  right: -2%;
}
@media only screen and (max-width: 768px) {
  .odai-area > .deco span:last-child {
    width: 60%;
  }
}
.odai-area .horizontal-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin: 0 auto 3em;
}
@media only screen and (max-width: 768px) {
  .odai-area .horizontal-list dl {
    width: 100%;
  }
}
.odai-area .horizontal-list dl dt {
  width: 7em;
  text-align: center;
  color: #fff;
  background: #D09922;
  float: left;
  margin-right: 2.4rem;
  display: inline-block;
  padding: 0.8rem 1.6rem;
}
.odai-area .horizontal-list dl dd {
  width: calc(100% - 7em - 2.4rem);
  padding: 0.8rem 0;
  margin-bottom: 0.8rem;
}
.odai-area .horizontal-list dl dd > a {
  text-decoration: underline;
}
.odai-area .odai-sakuhin {
  margin-bottom: 5%;
}
.odai-area .odai-sakuhin .ttl-sakuhin {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  background: #C7D5C6;
  width: 6em;
  margin: 0 auto 1em;
  outline: 2px solid #FFFFFF;
  outline-offset: -5px;
}
.odai-area .odai-sakuhin .image {
  overflow: hidden;
  aspect-ratio: 2/1;
  margin-bottom: 1em;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .odai-area .odai-sakuhin .image {
    aspect-ratio: 1/1;
  }
}
.odai-area .odai-sakuhin .image > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: contain;
  object-fit: contain;
}
.odai-area .odai-sakuhin > p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2em;
}

.kako-area {
  background: url(../../img/top/bg-washi.jpg);
  padding: 8% 0;
  margin-top: 7em;
  position: relative;
  z-index: 1;
}
.kako-area .deco span {
  position: absolute;
  z-index: -1;
}
.kako-area .deco span:first-child {
  top: -2%;
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .kako-area .deco span:first-child {
    top: -1%;
    width: 50%;
  }
}
.kako-area .deco span:nth-child(2) {
  top: 25%;
  right: -5%;
}
@media only screen and (max-width: 768px) {
  .kako-area .deco span:nth-child(2) {
    width: 60%;
  }
}
.kako-area .deco span:nth-child(3) {
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .kako-area .deco span:nth-child(3) {
    width: 60%;
    right: -5em;
  }
}
.kako-area .deco span:last-child {
  bottom: 10%;
  right: -5%;
}
@media only screen and (max-width: 768px) {
  .kako-area .deco span:last-child {
    width: 60%;
  }
}
.kako-area .inner .col-qa .col-qa-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kako-area .inner .col-qa .col-qa-ttl .image-col2 {
  width: 20%;
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .kako-area .inner .col-qa .col-qa-ttl .image-col2 {
    width: 100%;
  }
}
.kako-area .inner .col-qa .col-qa-ttl .image-col2 .image {
  width: 48%;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 1em;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  position: relative;
  background: #fff;
  border: 2px solid #D09922;
}
.kako-area .inner .col-qa .col-qa-ttl .image-col2 .image:first-child {
  margin-right: 2%;
}
.kako-area .inner .col-qa .col-qa-ttl .image-col2 .image > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.kako-area .inner .col-qa .col-qa-ttl .ttl {
  width: 78%;
}
@media only screen and (max-width: 768px) {
  .kako-area .inner .col-qa .col-qa-ttl .ttl {
    width: 100%;
  }
}
.kako-area .inner .col-qa .col-qa-ttl .ttl .day {
  font-weight: normal;
}
.kako-area .inner .col-qa .ac-c > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
.kako-area .inner .col-qa .ac-c > div:last-child {
  margin-bottom: 0;
}
.kako-area .inner .col-qa .ac-c > div .sakuhin {
  width: 30%;
  margin-right: 1%;
}
@media only screen and (max-width: 768px) {
  .kako-area .inner .col-qa .ac-c > div .sakuhin {
    width: 100%;
    margin-right: 0;
  }
}
.kako-area .inner .col-qa .ac-c > div .sakuhin .image {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-bottom: 0.5em;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  position: relative;
  background: #fff;
  border: 2px solid #D09922;
}
.kako-area .inner .col-qa .ac-c > div .sakuhin .image > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.kako-area .inner .col-qa .ac-c > div .sakuhin > p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .kako-area .inner .col-qa .ac-c > div .sakuhin > p {
    margin-bottom: 1em;
  }
}
.kako-area .inner .col-qa .ac-c > div .haiku-list {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .kako-area .inner .col-qa .ac-c > div .haiku-list {
    width: 100%;
    margin-bottom: 2em;
  }
}

.haiku-list .scroll-text {
  background: #fff;
  border: 3px solid #D09922;
  border-radius: 0;
}
.haiku-list .scroll-text > div {
  height: 275px;
}
.haiku-list .scroll-text > div > ol > li {
  padding: 1em 0.5em;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ACACAC;
}
.haiku-list .scroll-text > div > ol > li .namber {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 2.5em;
  text-align: center;
}
.haiku-list .scroll-text > div > ol > li .namber::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: url(../../img/common/ico_hana.svg) no-repeat center center;
  z-index: -1;
}
.haiku-list .scroll-text > div > ol > li .haiku {
  width: 73%;
  margin-right: 2%;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  .haiku-list .scroll-text > div > ol > li .haiku {
    width: 71%;
    padding-left: 1.5em;
  }
}
.haiku-list .scroll-text > div > ol > li .name {
  width: 18%;
}
@media only screen and (max-width: 768px) {
  .haiku-list .scroll-text > div > ol > li .name {
    width: 17%;
  }
}
.haiku-list .scroll-text > div > ol > li > p {
  margin-top: 0;
}
/*# sourceMappingURL=haiku.css.map */