@charset "UTF-8";
* {
  color: #3C1904;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #FFFEF7;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

h2:before {
  content: url(../img/icon_star.svg);
  display: inline-block;
  zoom: 1.5;
  margin-right: 0.2em;
}

h2:after {
  content: url(../img/icon_star.svg);
  display: inline-block;
  zoom: 1.5;
  margin-left: 0.2em;
}

.catch {
  font-family: "Sigmar One", cursive;
  color: #3C1904;
  opacity: 20%;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 4em;
}

@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .catch {
    display: none;
  }
}

.section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section {
    max-width: 360px;
  }
}

.fv {
  background-image: url(../img/fv.jpg);
  background-size: cover;
  position: relative;
}

.fv .fv-text-left {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 100%;
  max-width: 140px;
}

@media screen and (max-width: 767px) {
  .fv .fv-text-left {
    left: 5%;
    max-width: 70px;
  }
}

.fv .fv-text-right {
  position: absolute;
  top: 10%;
  right: 20%;
  width: 100%;
  max-width: 80px;
}

@media screen and (max-width: 767px) {
  .fv .fv-text-right {
    right: 5%;
    max-width: 50px;
  }
}

.fv .logo {
  margin: 24px auto 0;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .fv .logo {
    width: 250px;
  }
}

.fv:before {
  content: "";
  background-color: #EBEA58;
  width: 100%;
  height: 40px;
  display: block;
}

.fv:after {
  content: "";
  background-color: #EBEA58;
  width: 100%;
  height: 96px;
  display: block;
  margin-top: 108px;
}

.fv .guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  max-width: 840px;
  margin: 48px auto 0;
  height: 108px;
}

@media screen and (max-width: 1300px) and (max-width: 1300px) {
  .fv .guide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 24px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .fv .guide {
    display: block;
    width: 100%;
    max-width: 320px;
  }
}

.fv .guide__item {
  width: 45%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  font-size: 1.5em;
}

@media screen and (max-width: 1300px) and (max-width: 1300px) {
  .fv .guide__item {
    width: 80%;
    margin-top: 8px;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .fv .guide__item {
    max-width: 320px;
    padding: 1em 0 1em 1em;
    font-size: 1em;
    margin: 16px auto 0;
  }
}

.fv .guide__item img {
  height: 1em;
}

.fv .sozai-fv-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .fv .sozai-fv-left {
    display: none;
  }
}

.fv .sozai-fv-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .fv .sozai-fv-right {
    width: 80%;
  }
}

.intro {
  text-align: center;
  position: relative;
}

.intro h1 {
  margin-top: 64px;
}

.intro .intro_msg {
  margin-top: 32px;
  font-size: 1.125em;
  line-height: 1.5em;
}

@media screen and (max-width: 767px) {
  .intro .intro_msg {
    font-size: 1em;
    width: 90%;
    margin: 16px auto 0;
    text-align: left;
  }
}

.intro .intro_msg span {
  color: #EA551C;
}

.intro .catch-intro {
  position: absolute;
  top: 5%;
  right: 0;
}

.intro .sozai-intro-left {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 18%;
}

@media screen and (max-width: 767px) {
  .intro .sozai-intro-left {
    display: none;
  }
}

.intro .sozai-intro-right {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 18%;
}

@media screen and (max-width: 767px) {
  .intro .sozai-intro-right {
    display: none;
  }
}

.container-item {
  position: relative;
}

.container-item h2 {
  margin: 88px auto -48px;
}

.container-item .catch-items {
  position: absolute;
  top: 5%;
  left: 2%;
}

.container-item .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1300px) and (max-width: 1300px) {
  .container-item .items {
    max-width: 800px;
    margin: 0 auto;
  }
}

.container-item .items .item {
  width: 24%;
  max-width: 260px;
  margin-top: 80px;
  font-size: 1.125em;
  line-height: 1.2em;
}

@media screen and (max-width: 1300px) and (max-width: 1300px) {
  .container-item .items .item {
    width: 33%;
    max-width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .container-item .items .item {
    width: 100%;
    max-width: 320px;
    margin: 64px auto 0;
  }
}

.container-item .items .item__img {
  width: 100%;
}

.container-item .items .item__name {
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 45px;
}

.container-item .items .item__name .small {
  font-size: 0.9em;
}

.container-item .items .item__maker {
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
}

.container-item .items .item__group {
  margin-top: 8px;
}

.container-item .items .item__btn {
  display: block;
  height: 40px;
  width: 100%;
  background-color: #EA551C;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-top: 12px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-item .items .item__btn img {
  max-width: 1em;
  padding-top: 2px;
  margin-left: 1em;
  display: block;
}

.container-item .items::after {
  content: "";
  display: block;
  width: 260px;
}

.container-item .js-btn-more {
  display: none;
}

@media screen and (max-width: 767px) {
  .container-item .js-btn-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 64px;
    font-size: 1.5em;
    font-weight: bold;
  }
  .container-item .js-btn-more span {
    color: #EA551C;
  }
  .container-item .js-btn-more img {
    width: 1em;
    padding-top: 4px;
    padding-left: 8px;
  }
}

.container-info {
  margin-top: 108px;
  position: relative;
}

.container-info .catch-info {
  position: absolute;
  top: 5%;
  right: 0;
}

.container-info .map {
  width: 100%;
  max-width: 880px;
  margin: 24px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .container-info .map {
    max-width: 360px;
    height: 200px;
  }
}

.container-info .info__item {
  width: 100%;
  max-width: 880px;
  font-size: 1.125em;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .container-info .info__item {
    max-width: 360px;
    font-size: 1em;
  }
}

.container-info .info__item img {
  margin-right: 1.25em;
  width: 1.5em;
}

.container-info .info__box {
  text-align: left;
  font-size: 1.125em;
  margin: 80px auto 0;
  max-width: 790px;
  height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 90px;
  line-height: 1.8em;
  background-image: linear-gradient(to right, #000, #000 8px, transparent 8px, transparent 8px), linear-gradient(to bottom, #000, #000 8px, transparent 8px, transparent 8px), linear-gradient(to left, #000, #000 8px, transparent 8px, transparent 8px), linear-gradient(to top, #000, #000 8px, transparent 8px, transparent 8px);
  /* 左の線 */
  background-size: 18px 1px, 1px 18px, 18px 1px, 1px 18px;
  /* 左の線 */
  background-position: left top, right top, right bottom, left bottom;
  /* 左の線 */
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  /* 左の線 */
}

@media screen and (max-width: 767px) {
  .container-info .info__box {
    width: 90%;
    max-width: 340px;
    padding: 16px;
    margin: 40px auto 0;
    font-size: 1em;
    height: 96px;
    line-height: 1.5em;
  }
}

footer {
  background-color: #F2F0E4;
  margin-top: 104px;
  position: relative;
}

footer .footer__inner {
  max-width: 880px;
  height: 408px;
  margin: 0 auto;
  padding-top: 104px;
}

@media screen and (max-width: 767px) {
  footer .footer__inner {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 360px;
  }
}

footer .footer__inner--item {
  font-size: 1em;
  text-align: left;
  line-height: 1.3em;
}

footer .footer__inner--item .footer__ttl {
  font-weight: bold;
}

footer .footer__inner--item:nth-child(n + 2) {
  margin-top: 40px;
}

footer .sozai-footer-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  footer .sozai-footer-right {
    width: 80%;
  }
}

.copyright {
  background-color: #EBEA58;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

#page-top {
  position: fixed;
  bottom: 20%;
  right: 2%;
}

#page-top img {
  width: 50px;
}
/*# sourceMappingURL=style.css.map */