@charset "UTF-8";
@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body header {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .logo-wrapper a {
    color: #fff;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
html body main .mainvisual {
  width: 100%;
  position: relative;
}
html body main .mainvisual .mv-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-inner {
    display: block;
  }
}
html body main .mainvisual .box-contents-wrap {
  width: 50%;
  height: 45vw;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents-wrap {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .box-contents-wrap {
    padding: 20px 15px 0;
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
}
html body main .mainvisual .box-contents {
  text-align: center;
}
html body main .mainvisual .box-contents h1 {
  margin-bottom: 30px;
}
@media (width <= 1920px) {
  html body main .mainvisual .box-contents h1 {
    margin-bottom: 30px;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents h1 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .box-contents h1 {
    width: 80%;
    margin: auto;
  }
}
@media (width <= 1920px) {
  html body main .mainvisual .box-contents h1 img {
    width: 613px;
    width: 31.9270833333vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents h1 img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
html body main .mainvisual .box-contents h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  color: #11C4CD;
  margin-bottom: 40px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}
@media (width <= 1920px) {
  html body main .mainvisual .box-contents h2 {
    margin-bottom: 36px;
    margin-bottom: 1.875vw;
  }
}
@media (width <= 1400px) {
  html body main .mainvisual .box-contents h2 {
    font-size: 36px;
    font-size: 2.5714285714vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .box-contents h2 {
    font-size: 36px;
    font-size: 4.6936114733vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .box-contents h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
html body main .mainvisual .box-contents figure {
  margin-bottom: 60px;
}
@media (width <= 1920px) {
  html body main .mainvisual .box-contents figure {
    margin-bottom: 60px;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents figure {
    margin-bottom: 15px;
  }
}
@media (width <= 1400px) {
  html body main .mainvisual .box-contents figure img {
    width: 487px;
    width: 34.7857142857vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents figure img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .box-contents figure img {
    height: 23px;
  }
}
html body main .mainvisual .box-contents p {
  font-family: "Noto Serif JP", serif;
  color: #3E3A39;
  font-size: 20px;
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}
@media (width <= 1400px) {
  html body main .mainvisual .box-contents p {
    font-size: 20px;
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .box-contents p {
    font-size: 20px;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 767px) {
  html body main .mainvisual .box-contents p {
    font-size: 20px;
    font-size: 2.6075619296vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .box-contents p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
}
html body main .mainvisual .mv-slide-wrap {
  width: 50vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mv-slide-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area {
    padding-top: 60px;
  }
}
html body main .sec-btn_area .contents-list-wrapper {
  display: grid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-btn_area .contents-list-wrapper {
    gap: 2rem;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:first-child .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list:first-child .box-wrap {
    grid-template-columns: 1fr;
  }
  html body main .sec-btn_area .contents-list-wrapper .contents-list:first-child .box-wrap a:last-child {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:nth-child(2) {
  display: grid;
  place-content: center;
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:nth-child(2) a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:nth-child(2) a:hover {
  opacity: 0.6;
}
html body main .sec-btn_area .contents-list-wrapper .contents-list.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 415px));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list.grid-2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list.grid-2 {
    gap: 10px;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child h3 {
  color: #3E3A39;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child h3 {
    margin-bottom: 10px;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child h3 span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child h3 span {
    font-size: 15px;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child .box-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media screen and (max-width: 575px) {
  html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child .box-wrap {
    grid-template-columns: 1fr;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
html body main .sec-btn_area .contents-list-wrapper .contents-list:last-child .box-wrap a {
  margin: 0 0 -5px;
}
html body main .sec-1 {
  background-color: #F4F7FB;
}
html body main .sec-1 .wrapper {
  max-width: 900px;
}
html body main .sec-1 .box-period {
  text-align: center;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0 15px;
  margin-top: 50px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period {
    margin-top: 25px;
    padding: 15px 0;
  }
}
html body main .sec-1 .box-period dl {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period dl {
    gap: 12px;
  }
}
html body main .sec-1 .box-period dl dt {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period dl dt {
    font-size: 16px;
  }
}
html body main .sec-1 .box-period dl dd {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period dl dd {
    font-size: 16px;
  }
}
html body main .sec-1 .box-period dl dd span.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period dl dd span.small {
    font-size: 14px;
  }
}
html body main .sec-1 .box-period dl dd p {
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period dl dd p {
    font-size: 11px;
  }
}
html body main .sec-1 .box-period p {
  margin-top: 10px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  display: grid;
  place-content: center;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-1 .box-period p {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .box-period p {
    font-size: 11px;
    padding-left: 7vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .box-period p {
    font-size: 11px;
    padding-left: 0;
  }
}
html body main .sec-1 h2.h2_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 h2.h2_ttl {
    margin-bottom: 10px;
  }
}
html body main .sec-1 h2.h2_ttl span {
  color: #5F7DBD;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 h2.h2_ttl span {
    margin-bottom: 5px;
  }
}
html body main .sec-1 h2 + p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 45px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 h2 + p {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
html body main .sec-1 .contents-list-wrapper {
  display: grid;
  gap: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper {
    gap: 25px;
    margin-top: 30px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 {
  display: grid;
  grid-template-columns: 224px 1fr;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 {
    gap: 50px;
    gap: 5vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 {
    display: block;
  }
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 > figure {
    display: none;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 38% 1fr;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl > figure {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl > figure {
    display: block;
  }
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl h3 {
  background-color: #5F7DBD;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl h3 {
    height: 100%;
    display: grid;
    place-content: center;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl h3 span {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl h3 span {
    font-size: 12px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r .box-r-ttl p {
    font-size: 14px;
  }
}
html body main .sec-1 .contents-list-wrapper .contents-list .grid-2 .box-r p {
  letter-spacing: 0;
  line-height: 1.8;
}
html body main .sec-1 .contents-list-wrapper .contents-list .btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body main .sec-1 .contents-list-wrapper .contents-list .btn {
    margin-top: 30px;
  }
}
html body main .sec-2 h2.h2_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
}
html body main .sec-2 .wrapper {
  max-width: 900px;
}
html body main .sec-2 .box-period-wrap {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #3E3A39;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
html body main .sec-2 .box-period-wrap dl {
  max-width: 600px;
  width: 100%;
  margin: auto;
  text-align: left;
  display: grid;
  grid-template-columns: 101px 1fr;
  gap: 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap dl {
    grid-template-columns: 50.5px 1fr;
    gap: 12px;
  }
}
html body main .sec-2 .box-period-wrap dl dt {
  background-image: url("../../images/top/month-bg.png");
  background-size: 100% auto;
  height: 49px;
  display: grid;
  place-content: center;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap dl dt {
    height: 24.5px;
    font-size: 16px;
  }
}
html body main .sec-2 .box-period-wrap dl dd {
  font-size: 24px;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap dl dd {
    font-size: 16px;
    padding-top: 1px;
  }
}
html body main .sec-2 .box-period-wrap dl dd span.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap dl dd span.small {
    font-size: 14px;
  }
}
html body main .sec-2 .box-period-wrap + p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .sec-2 .box-period-wrap + p {
    text-align: left;
  }
  html body main .sec-2 .box-period-wrap + p br {
    display: none;
  }
}
html body main .sec-2 .box-period-wrap .box-period {
  text-align: center;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap .box-period {
    margin-top: 25px;
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
html body main .sec-2 .box-period-wrap .box-period h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap .box-period h3 {
    font-size: 16px;
  }
}
html body main .sec-2 .box-period-wrap .box-period h3 span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap .box-period h3 span {
    font-size: 14px;
  }
}
html body main .sec-2 .box-period-wrap .box-period p {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .sec-2 .box-period-wrap .box-period p {
    font-size: 11px;
  }
}
html body main .sec-2 .btn {
  margin-top: 30px;
}
html body main .sec-3 {
  background-color: #FBF5F7;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 {
    padding-bottom: 2rem;
  }
}
html body main .sec-3 .wrapper {
  max-width: 900px;
}
html body main .sec-3 .wrapper > h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .wrapper > h4 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
}
html body main .sec-3 .wrapper > p {
  text-align: left;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .box-figure {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
html body main .sec-3 .box-figure h4 {
  background-color: #B89E46;
  padding: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-figure h4 {
    font-size: 20px;
  }
}
html body main .sec-3 .box-period {
  text-align: center;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0 15px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period {
    margin-top: 25px;
    padding: 15px 0;
    margin-bottom: 1rem;
  }
}
html body main .sec-3 .box-period > dl {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 1rem;
  font-family: "Noto Serif JP", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period > dl {
    gap: 12px;
  }
}
html body main .sec-3 .box-period > dl dt {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period > dl dt {
    font-size: 16px;
  }
}
html body main .sec-3 .box-period > dl dd {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period > dl dd {
    font-size: 16px;
  }
}
html body main .sec-3 .box-period > dl dd span.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period > dl dd span.small {
    font-size: 14px;
  }
}
html body main .sec-3 .box-period > dl dd dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 7em));
}
html body main .sec-3 .box-period p {
  margin-top: 10px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  display: grid;
  place-content: center;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-period p {
    font-size: 11px;
    padding-left: 17vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .box-period p {
    display: block;
    font-size: 11px;
    padding-left: 8vw;
  }
}
html body main .sec-3 .btn {
  margin-top: 45px;
  margin-bottom: 35px;
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .btn {
    margin-top: 20px;
  }
}
html body main .sec-3 .accordion-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap {
    margin-top: 40px;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents {
    margin-bottom: 30px;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-list-wrap {
  display: grid;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-list-wrap {
    gap: 50px;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list h3.h3_ttl_1 {
  background-color: #D7A0AD;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  padding: 5px;
  display: grid;
  place-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list h3.h3_ttl_1 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 38% 1fr;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl > figure {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl > figure {
    display: block;
  }
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl > figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl h3 {
  background-color: #D7A0AD;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl h3 {
    height: 100%;
    display: grid;
    place-content: center;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl h3 span {
  font-size: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl h3 span {
    font-size: 12px;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl p {
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .box-ttl p {
    font-size: 14px;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner figure {
    display: none;
  }
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
}
html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .accordion-contents .accordion-contents-list .accordion-contents-inner p {
    font-size: 14px;
    line-height: 2em;
  }
}
html body main .sec-3 .accordion-wrap .btn {
  cursor: pointer;
}
html body main .sec-3 .accordion-wrap .btn a::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main .sec-3 .accordion-wrap .btn.active_btn a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html body main .sec-3 .accordion-wrap .btn + .accordion-contents {
  display: none;
}
html body main .sec-3 .accordion-wrap .btn-close {
  cursor: pointer;
  width: 200px;
  height: 50px;
  margin: 100px auto auto;
  display: grid;
  place-content: center;
  background-color: #fff;
  color: #D7A0AD;
  font-size: 20px;
  border: 2px solid #D7A0AD;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .btn-close {
    margin-top: 30px;
    font-size: 12px;
    height: 40px;
  }
}
html body main .sec-3 .accordion-wrap .btn-close::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-top-pink.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 20px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .accordion-wrap .btn-close::after {
    width: 12.5px;
    height: 10px;
  }
}
html body main .sec-3 p.sp-small {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 p.sp-small {
    margin-top: 30px;
    font-size: 12px;
  }
}
html body main .sec-3 .coming_soon {
  position: relative;
  z-index: 0;
}
html body main .sec-3 .coming_soon::before {
  content: "";
  position: absolute;
  background-image: url("../../images/top/img-coming_soon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 178px;
  height: 106px;
  top: 0;
  bottom: 7px;
  left: -9px;
  right: 0;
  margin: auto auto auto 0;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  html body main .sec-3 .coming_soon::before {
    width: 89px;
    height: 53.5px;
    bottom: 5px;
    left: -6px;
  }
}
html body main .sec-3 .coming_soon a:hover {
  opacity: 1;
}
html body main .sec-3 .box-white {
  max-width: 900px;
  width: 100%;
  margin: 80px auto auto;
  background-color: #fff;
  border: 1px solid #D7A0AD;
  padding: 55px 1rem 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white {
    margin-top: 30px;
    padding: 30px 1rem 40px;
  }
}
html body main .sec-3 .box-white .box-inner {
  max-width: 700px;
  width: 100%;
  margin: auto;
}
html body main .sec-3 .box-white h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white h4 {
    font-size: 20px;
  }
}
html body main .sec-3 .box-white h4 span {
  display: block;
  margin-bottom: 5px;
  color: #D7A0AD;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white h4 span {
    font-size: 15px;
  }
}
html body main .sec-3 .box-white h4 + p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white h4 + p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
html body main .sec-3 .box-white h4 + p span {
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white h4 + p span {
    font-size: 12px;
  }
}
html body main .sec-3 .box-white figure {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  html body main .sec-3 .box-white figure {
    margin-bottom: 30px;
  }
}
html body main .sec-4 {
  display: none;
  background-color: #F6F7F1;
  /* モーダルと背景の指定 */
}
@media screen and (max-width: 575px) {
  html body main .sec-4 {
    padding-top: 0;
  }
}
html body main .sec-4 .wrapper {
  max-width: 900px;
}
html body main .sec-4 .wrapper > figure {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .wrapper > figure {
    width: 60%;
    margin: 0 auto 20px;
  }
}
html body main .sec-4 .box-period {
  text-align: center;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  padding: 20px 0 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period {
    margin-top: 25px;
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
html body main .sec-4 .box-period h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period h3 {
    font-size: 16px;
  }
}
html body main .sec-4 .box-period h3 span.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period h3 span.small {
    font-size: 14px;
  }
}
@media (768px <= width) {
  html body main .sec-4 .box-period h3 span.space {
    margin-left: 1em;
  }
}
html body main .sec-4 .box-period h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period h4 {
    font-size: 14px;
  }
}
html body main .sec-4 .box-period h4 span.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period h4 span.small {
    font-size: 14px;
  }
}
@media (768px <= width) {
  html body main .sec-4 .box-period h4 span.space {
    margin-left: 1em;
  }
}
html body main .sec-4 .box-period p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period p {
    font-size: 14px;
  }
}
html body main .sec-4 .box-period p span.small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period p span.small {
    font-size: 12px;
  }
}
@media (768px <= width) {
  html body main .sec-4 .box-period p span.space {
    margin-left: 1em;
  }
}
html body main .sec-4 .box-period h4,
html body main .sec-4 .box-period p {
  margin-bottom: 0;
}
html body main .sec-4 .box-period + p {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .box-period + p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-period + p {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .box-period + p br {
    display: none;
  }
}
html body main .sec-4 .contents-list-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper {
    margin-top: 50px;
  }
}
html body main .sec-4 .contents-list-wrapper .wrapper {
  max-width: calc(1200px + 2rem);
  display: grid;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .wrapper {
    gap: 50px;
  }
}
html body main .sec-4 .contents-list-wrapper .wrapper h3 {
  max-width: 900px;
  width: 100%;
  height: 70px;
  margin: 0 auto 50px;
  background-color: #A3AD77;
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: grid;
  place-content: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .wrapper h3 {
    height: 36px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 244px));
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period {
    grid-template-columns: repeat(2, minmax(0, 122px));
    gap: 30px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open {
    margin-top: 30px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open li {
  cursor: initial;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open li:hover {
  opacity: 1;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open li:last-child {
  position: relative;
  z-index: 0;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open li:last-child::before {
  content: "";
  position: absolute;
  background-image: url("../../images/top/pre_open.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 153px;
  height: 19px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period.pre_open li:last-child::before {
    width: 102px;
    height: 12.6666666667px;
    top: -20px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period li {
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 37px;
  background-color: #fff;
  border: 2px solid #A3AD77;
  color: #A3AD77;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period li {
    height: 37px;
    font-size: 16px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period li.active {
  background-color: #A3AD77;
  color: #fff;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period li.active:hover {
  opacity: 1;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-btn-period li:hover {
  opacity: 0.8;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container {
  display: none;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container.active {
  display: block;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 320px));
  gap: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul {
    gap: 0;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li {
  height: 56px;
  width: 100%;
  display: grid;
  place-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li {
    height: 30px;
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:first-child {
  border: 2px solid #B89E46;
  background-color: #fff;
  color: #B89E46;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:first-child {
    border-width: 1px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:first-child.active {
  color: #fff;
  background-color: #B89E46;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:first-child.active:hover {
  opacity: 1;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:first-child:hover {
  opacity: 0.8;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:last-child {
  border: 2px solid #61A0AC;
  background-color: #fff;
  color: #61A0AC;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:last-child {
    border-width: 1px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:last-child.active {
  color: #fff;
  background-color: #61A0AC;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:last-child.active:hover {
  opacity: 1;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn ul li:last-child:hover {
  opacity: 0.8;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn p {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-btn p {
    font-size: 12px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap h3 {
  display: block;
  background-color: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: #3E3A39;
  font-weight: 500;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 70px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap h3 span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap h3 span {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents {
  display: none;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents {
    margin-top: 20px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.active {
  display: block;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 75px 45px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box-wrap:has(.more-btn.is-hidden) {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box-wrap:has(.more-btn.is-hidden) {
    padding-bottom: 0;
  }
}
@media (992px <= width <= 1200px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1199px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner {
    grid-template-columns: 25% 1fr;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner {
    grid-template-columns: 46% 1fr;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  border-bottom: 1px solid #3E3A39;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner h4 {
    font-size: 15px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner h4 br {
  display: none;
}
@media (576px <= width) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner h4 br {
    display: block;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p {
  font-family: "Noto Serif JP", serif;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.price {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 1rem;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.price {
    font-size: 15px;
    display: grid;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.period {
  font-size: 14px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.period {
    font-size: 12px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.text {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box .box-inner p.text {
    display: none;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box h5 {
  width: 100%;
  height: 37px;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
}
@media (992px <= width <= 1200px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box h5 {
    margin-top: auto;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box h5 {
    height: 25px;
    font-size: 13px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box h5 a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background-color: #fff;
  color: #3E3A39;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .box h5 a:hover {
  opacity: 0.6;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn {
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  display: grid;
  place-content: center;
  color: #fff;
  margin: auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 20px;
  letter-spacing: 0.6px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
@media (768px <= width) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn {
    height: 45px;
    font-size: 12px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn::after {
    width: 12.5px;
    height: 10px;
    right: 15px;
  }
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents .more-btn:hover {
  opacity: 0.8;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.food .btn-sp,
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.food .more-btn {
  background-color: #A3AD77;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.food .modal .modal-content h5 {
  background-color: #A3AD77;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.food .modal .modal-content h5 a {
  background-color: #A3AD77;
  color: #fff;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.drink .btn-sp,
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.drink .more-btn {
  background-color: #61A0AC;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.drink .modal .modal-content h5 {
  background-color: #61A0AC;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .tab-container .tab-contents-wrap .tab-contents.drink .modal .modal-content h5 a {
  background-color: #61A0AC;
  color: #fff;
}
html body main .sec-4 .contents-list-wrapper .tab-wrapper .btn {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list-wrapper .tab-wrapper .btn {
    margin-top: 30px;
  }
}
html body main .sec-4 .tab-contents {
  counter-reset: number 0;
}
html body main .sec-4 .tab-contents .box .box-inner figure {
  position: relative;
  z-index: 0;
}
html body main .sec-4 .tab-contents .box .box-inner figure::before {
  content: "";
  position: absolute;
  background-color: #3E3A39;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  top: -20px;
  bottom: 0;
  left: -20px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: 0;
}
@media (992px <= width <= 1200px) {
  html body main .sec-4 .tab-contents .box .box-inner figure::before {
    width: 64px;
    width: 5.3333333333vw;
    height: 64px;
    height: 5.3333333333vw;
    top: -20px;
    top: -1.6666666667vw;
    left: -20px;
    left: -1.6666666667vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .tab-contents .box .box-inner figure::before {
    width: 32px;
    height: 32px;
    top: -8px;
    left: -8px;
  }
}
html body main .sec-4 .tab-contents .box .box-inner figure::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.96px;
  line-height: 1;
  display: grid;
  place-content: center;
  top: -23px;
  bottom: 0;
  left: -20px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: 1;
}
@media (992px <= width <= 1200px) {
  html body main .sec-4 .tab-contents .box .box-inner figure::after {
    width: 64px;
    width: 5.3333333333vw;
    height: 64px;
    height: 5.3333333333vw;
    top: -23px;
    top: -1.9166666667vw;
    left: -20px;
    left: -1.6666666667vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .tab-contents .box .box-inner figure::after {
    font-size: 16px;
    width: 32px;
    height: 32px;
    top: -9px;
    left: -7.6px;
  }
}
html body main .sec-4 .tab-contents .box .modal figure {
  position: relative;
  z-index: 0;
}
html body main .sec-4 .tab-contents .box .modal figure::before {
  content: "";
  position: absolute;
  background-color: #3E3A39;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .tab-contents .box .modal figure::before {
    width: 32px;
    height: 32px;
    bottom: -40px;
  }
}
html body main .sec-4 .tab-contents .box .modal figure::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  content: counter(number, decimal-leading-zero) " ";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  letter-spacing: 0.96px;
  line-height: 1;
  display: grid;
  place-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .tab-contents .box .modal figure::after {
    font-size: 16px;
    width: 32px;
    height: 32px;
    left: 1px;
    bottom: -38px;
  }
}
html body main .sec-4 .btn-sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .btn-sp {
    display: grid;
    place-content: center;
    width: 110px;
    height: 26px;
    margin: 1rem auto auto;
    color: #fff;
    font-size: 12px;
    border-radius: 26px;
    cursor: pointer;
  }
}
html body main .sec-4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 20px;
  overflow: auto;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 22;
  /* モーダル内側の指定 */
  /* モーダルを閉じるボタンの指定 */
  /* モーダルのコンテンツ部分の指定 */
}
html body main .sec-4 .modal::before {
  /* モーダルの擬似要素の指定 */
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
html body main .sec-4 .modal .modal-bg {
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
html body main .sec-4 .modal .modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 90%;
}
html body main .sec-4 .modal .modal-close {
  position: absolute;
  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;
  top: 0;
  right: -26px;
  width: 26px;
  height: 26px;
  color: #3E3A39;
  border: 1px solid #3E3A39;
  background: transparent;
  cursor: pointer;
}
html body main .sec-4 .modal .modal-content {
  background: #fff;
  padding: 1rem;
  /* モーダルのコンテンツ部分のテキストの指定 */
}
html body main .sec-4 .modal .modal-content h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  padding-bottom: 0.5rem;
  margin-top: calc(30px + 1rem);
  margin-bottom: 20px;
  border-bottom: 1px solid #3E3A39;
}
html body main .sec-4 .modal .modal-content p {
  text-align: left;
}
html body main .sec-4 .modal .modal-content p.price {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
}
html body main .sec-4 .modal .modal-content p.period {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .modal .modal-content p.period {
    font-size: 12px;
  }
}
html body main .sec-4 .modal .modal-content p.text {
  font-size: 14px;
  margin-bottom: 30px;
}
html body main .sec-4 .modal .modal-content h5 {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  text-align: center;
  font-weight: normal;
  height: 25px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 375px) {
  html body main .sec-4 .modal .modal-content h5 {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
html body main .sec-4 .modal .modal-content h5 a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 375px) {
  html body main .sec-4 .modal .modal-content h5 a {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
html body main .sec-4 .contents-list:nth-child(2) h3 {
  text-align: center;
  font-size: 40px;
  color: #A3AD77;
  background-color: transparent;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list:nth-child(2) h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list:nth-child(2) h3 + p {
  text-align: center;
  margin-bottom: 30px;
}
html body main .sec-4 .contents-list:nth-child(2) .box-1-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto auto 1rem;
  display: grid;
  gap: 1rem;
}
html body main .sec-4 .contents-list:nth-child(2) .box-1-wrap .box {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list:nth-child(2) .box-1-wrap .box {
    grid-template-columns: 25% 1fr;
  }
}
html body main .sec-4 .contents-list:nth-child(2) .box-1-wrap .box p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list:nth-child(2) .box-1-wrap .box p {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list:nth-child(2) .box-2 {
  max-width: 600px;
  width: 100%;
  height: 100px;
  margin: auto;
  display: grid;
  place-content: center;
  border: 2px solid #A3AD77;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list:nth-child(2) .box-2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
  }
}
html body main .sec-4 .contents-list:nth-child(2) .box-2 p {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #A3AD77;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list:nth-child(2) .box-2 p {
    font-size: 15px;
  }
}
html body main .sec-4 .contents-list.bg-white {
  margin-top: 100px;
  background-color: #fff;
  border-radius: 12px;
  padding: 50px 50px 60px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list.bg-white {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white {
    margin-top: 40px;
  }
}
html body main .sec-4 .contents-list.bg-white h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  margin-bottom: 45px;
  color: #B89E46;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
html body main .sec-4 .contents-list.bg-white h3 span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white h3 span {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-1-wrap {
  display: grid;
  grid-template-columns: 1fr 297px;
  gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap {
    grid-template-columns: 1fr 33%;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap .box-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-1-wrap h4 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  padding: 20px 0;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-1-wrap h4 span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap h4 span {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-1-wrap p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-1-wrap p {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-1-wrap p span {
  color: #B89E46;
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap {
  border: 2px solid #B89E46;
  padding: 25px 50px 35px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap {
    padding: 25px 5.5555555556% 35px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap {
    padding: 1rem;
    margin-bottom: 30px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap h4 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 28px;
  border-bottom: 2px solid #B89E46;
  color: #B89E46;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap h5 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap h5 {
    font-size: 14px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap .ul-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap .ul-wrap {
    display: block;
    padding-left: 1em;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap .ul-wrap ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap .ul-wrap ul {
    width: 100%;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap ul {
  color: #B89E46;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap ul:first-child {
    margin-bottom: 0.5rem;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap ul li {
  text-align: left;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap ul li {
    font-size: 12px;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap ul li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
html body main .sec-4 .contents-list.bg-white .box-2-wrap p {
  text-align: center;
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .contents-list.bg-white .box-2-wrap p {
    font-size: 10px;
  }
}
html body main .sec-5 {
  background-color: #F4FCFD;
}
html body main .sec-5 .wrapper {
  max-width: calc(1200px + 2rem);
}
html body main .sec-5 .contents-list:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 .contents-list:first-child {
    margin-bottom: 30px;
  }
}
html body main .sec-5 .contents-list:first-child p {
  text-align: center;
}
html body main .sec-5 .contents-list:first-child p:first-child {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 .contents-list:first-child p:first-child {
    font-size: 14px;
  }
}
html body main .sec-5 .contents-list:first-child p:last-child {
  font-size: 14px;
  color: #76704F;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 .contents-list:first-child p:last-child {
    font-size: 12px;
  }
}
html body main .sec-5 .contents-list:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1199px) {
  html body main .sec-5 .contents-list:nth-child(2) {
    gap: 5%;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-5 .contents-list:nth-child(2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-5 .contents-list:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
}
html body main .sec-5 .contents-list:nth-child(2) .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body main .sec-5 .contents-list:nth-child(2) .box h4 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 20px auto;
  color: #6BD5E3;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 .contents-list:nth-child(2) .box h4 {
    font-size: 18px;
  }
}
html body main .sec-5 .contents-list:nth-child(2) .box p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-5 .contents-list:nth-child(2) .box p {
    font-size: 14px;
  }
}
html body main .sec-5 .contents-list:nth-child(2) .box .btn {
  margin-top: auto;
  margin-bottom: 0;
}
html body main .sec-5 .contents-list:nth-child(3) .box-wrap {
  max-width: 750px;
  width: 100%;
  margin: auto;
  display: grid;
}
html body main .sec-5 .contents-list:nth-child(3) .box-wrap a {
  width: 100%;
  height: 70px;
  color: #fff;
  background-color: #2694C6;
  font-size: 20px;
  text-align: center;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  html body main .sec-5 .contents-list:nth-child(3) .box-wrap a {
    height: 60px;
    font-size: 13px;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
html body main .sec-5 .contents-list:nth-child(3) .box-wrap a::after {
  content: "";
  position: absolute;
  background-image: url("../../images/common/ico-arw-1.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  html body main .sec-5 .contents-list:nth-child(3) .box-wrap a::after {
    width: 26px;
    height: 26px;
    right: 25px;
  }
}
html body main .sec-5 .contents-list:nth-child(3) .box-wrap a:hover {
  opacity: 0.8;
}
html body main .sec-6 .wrapper {
  max-width: calc(1200px + 2rem);
}
html body main .sec-6 .wrapper > p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .wrapper > p {
    font-size: 14px;
  }
}
html body main .sec-6 .wrapper .btn-list {
  display: grid;
  gap: 20px;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .wrapper .btn-list {
    margin-top: 100px;
    margin-top: 10.0908173562vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .wrapper .btn-list {
    gap: 15px;
    margin-top: 30px;
  }
}
html body main .sec-6 .contents-list-wrapper {
  display: grid;
  gap: 150px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper {
    gap: 35px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list h3 {
    font-size: 20px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list h3::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1200px;
  width: 100%;
  height: 29px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list-wrapper .contents-list h3::before {
    background-size: 100% auto;
    top: 2.4vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list h3::before {
    background-size: 100% auto;
    top: 5vw;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list h3 span {
  display: block;
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list h3 span {
    font-size: 15px;
    margin-top: 10px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner:not(:first-child) {
    margin-top: 35px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner figure {
  margin-bottom: 1rem;
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner figure + p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner figure + p {
    font-size: 15px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner p {
    margin-bottom: 20px;
    text-align: left;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .btn-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 30px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-l figure {
  margin: 0;
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-l .box-l-inner {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r {
  padding: 35px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1199px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r {
    padding: 35px 4.1666666667%;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r {
    padding: 25px 1rem;
    width: calc(100% + 2rem);
    margin: auto -1rem;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r figure {
  margin-bottom: 20px;
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r h4 {
    font-size: 16px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r p {
  text-align: left;
  margin-bottom: 1rem;
}
html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r .btn {
  margin-top: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  html body main .sec-6 .contents-list-wrapper .contents-list .contents-list-inner .box-wrap .box-r .btn:not(:last-child) {
    margin-bottom: 15px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:first-child h3 {
  color: #B89E46;
}
html body main .sec-6 .contents-list-wrapper .contents-list:first-child h3::before {
  background-image: url("../../images/top/sec6-line-1.png");
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list:first-child h3::before {
    background-image: url("../../images/top/sec6-line-1-sp.png");
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:first-child .contents-list-inner .box-r {
  background-color: #F7F5EC;
}
html body main .sec-6 .contents-list-wrapper .contents-list:first-child .contents-list-inner .box-r h4 {
  color: #B89E46;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) h3 {
  color: #75BF59;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) h3::before {
  background-image: url("../../images/top/sec6-line-2.png");
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) h3::before {
    background-image: url("../../images/top/sec6-line-2-sp.png");
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) .contents-list-inner .box-r {
  background-color: #F1F9EE;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) .contents-list-inner .box-r h4 {
  color: #75BF59;
}
@media screen and (max-width: 991px) {
  html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) .contents-list-inner .box-r .btn:first-of-type a {
    font-size: 12px;
  }
  html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(2) .contents-list-inner .box-r .btn:first-of-type a::after {
    right: 10px;
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(3) h3 {
  color: #45C1EF;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(3) h3::before {
  background-image: url("../../images/top/sec6-line-3.png");
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(3) h3::before {
    background-image: url("../../images/top/sec6-line-3-sp.png");
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(3) .contents-list-inner .box-r {
  background-color: #ECF9FE;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(3) .contents-list-inner .box-r h4 {
  color: #45C1EF;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(4) h3 {
  color: #E28836;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(4) h3::before {
  background-image: url("../../images/top/sec6-line-4.png");
}
@media screen and (max-width: 575px) {
  html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(4) h3::before {
    background-image: url("../../images/top/sec6-line-4-sp.png");
  }
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(4) .contents-list-inner .box-r {
  background-color: #FFF8E7;
}
html body main .sec-6 .contents-list-wrapper .contents-list:nth-child(4) .contents-list-inner .box-r h4 {
  color: #E28836;
}
html body main .sec-7 {
  background-color: #F0E6DB;
}
html body main .sec-7 h2 {
  color: #C19A6C;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  html body main .sec-7 h2 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}
html body main .sec-7 h2 span {
  font-family: "Noto Serif JP", serif;
  color: #3E3A39;
  font-size: 16px;
}
html body main .sec-7 h2 span::before {
  content: none;
}
html body main .sec-7 .box-wrap {
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 48px;
}
@media screen and (max-width: 1199px) {
  html body main .sec-7 .box-wrap {
    grid-template-columns: 53.3333333333% 1fr;
    gap: 4%;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-7 .box-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-7 .box-wrap > figure {
    display: none;
  }
}
html body main .sec-7 .box-wrap .box-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body main .sec-7 .box-wrap .box-contents h3 {
  color: #C19A6C;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-7 .box-wrap .box-contents h3 {
    font-size: 18px;
    text-align: center;
  }
}
html body main .sec-7 .box-wrap .box-contents figure {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .sec-7 .box-wrap .box-contents figure {
    display: block;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-7 .box-wrap .box-contents p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-7 .box-wrap .box-contents p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
html body main .sec-7 .box-wrap .box-contents .btn {
  margin-top: auto;
  margin-bottom: 0;
}
html body main .sec-app {
  background-color: #C6E0EC;
}
html body main .sec-app .wrapper {
  max-width: 1000px;
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child {
  margin-bottom: 30px;
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap {
  position: relative;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap figure {
  width: 165px;
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap figure {
    position: initial;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 120px;
    margin: auto;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents {
  padding-top: 30px;
  max-width: 550px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 0;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h4 {
    font-size: 20px;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h4 span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1199px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h4 span {
    font-size: 30px;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents h4 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:first-child .box-wrap .box-contents picture {
    display: block;
    width: 90%;
    margin: auto;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child {
    gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child {
    display: grid;
    grid-template-columns: 38% 46.4285714286%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child a:hover {
  opacity: 0.6;
}
html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child a img {
  height: 61px;
}
@media screen and (max-width: 575px) {
  html body main .sec-app .wrapper .contents-list-wrapper .contents-list:last-child a img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
html body main .con_app {
  background-color: #c5dfec;
  text-align: center;
}
html body main .con_app .box_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 100px 0 70px;
  position: relative;
  max-width: 550px;
  width: 100%;
}
html body main .con_app .box_app .app_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  gap: 40px;
}
html body main .con_app .box_app .app_btn_list .list_item {
  width: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  html body main .con_app .box_app {
    padding: 10% 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  html body main .con_app .box_app {
    padding: 10% 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  html body main .con_app .box_app {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  html body main .con_app .box_app .app_logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media only screen and (min-width: 1200px) {
  html body main .con_app .box_app .app_logo img {
    position: absolute;
    top: 15%;
    right: -30%;
  }
}
@media print {
  html body main .con_app .box_app .app_logo img {
    position: absolute;
    top: 15%;
    right: -30%;
  }
}
@media only screen and (max-width: 1199px) {
  html body main .con_app .box_app .app_logo img {
    display: block;
    margin: 0 auto 1em;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  html body main .con_app .box_app .app_btn_list {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  html body main .con_app .box_app .app_btn_list .list_item {
    width: 55%;
  }
}

html body main .sec-4 .box-wrap .grid-2 {
  grid-column: 1/span 2;
  grid-row: auto;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .box-wrap .grid-2 {
    grid-column: auto;
  }
}

html body main .sec-4 .box-result {
  margin: 45px 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result {
    margin: 30px 0;
  }
}
html body main .sec-4 .box-result .result-ttl {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .result-ttl {
    margin-bottom: 15px;
  }
}
html body main .sec-4 .box-result .result-ttl h2 {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .result-ttl h2 {
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  html body main .sec-4 .box-result .result-ttl h2 {
    font-size: 15px;
    font-size: 4vw;
  }
}
html body main .sec-4 .box-result .box-result-inner {
  display: grid;
  gap: 50px;
}
html body main .sec-4 .box-result .box-result-inner h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: #3B5071;
  padding: 7px 0 8px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .box-result-inner h3 {
    font-size: 18px;
  }
}
html body main .sec-4 .box-result .box-result-inner .item-wrap {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 35px 30px 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 30px 1rem 40px;
  }
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item figure {
  position: relative;
  max-width: 405px;
  width: 100%;
  margin: auto;
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item figure span {
  position: absolute;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap .item figure span {
    width: 100px;
  }
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  height: 80px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap .item p {
    font-size: 18px;
    font-size: 1.8163471241vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap .item p {
    font-size: 16px;
  }
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item h5 {
  margin-top: auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap .item h5 {
    font-size: 16px;
    font-size: 1.614530777vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-4 .box-result .box-result-inner .item-wrap .item h5 {
    font-size: 14px;
  }
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item h5 a {
  display: block;
  color: #3E3A39;
  background-color: #EAEEF1;
  padding: 7px 0 8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
html body main .sec-4 .box-result .box-result-inner .item-wrap .item h5 a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */