@charset "UTF-8";
@media screen and (max-width: 991px) {
  html.header-scrolled header {
    background-color: #fff;
  }
}
html body {
  background-image: url("../../images/index/body-bg.png");
  background-position: center top;
}
html body main {
  margin-top: 0;
}
html body main .mainvisual {
  width: 100%;
}
html body main .mainvisual .inner {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
html body main .contents-news {
  font-family: "Noto Sans JP", sans-serif;
}
html body main .contents-news .wrapper {
  max-width: calc(1000px + 2rem);
}
html body main .contents-news h2 {
  text-align: center;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.475;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body main .contents-news h2 {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
html body main .contents-news h2 span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  html body main .contents-news h2 span {
    font-size: 16px;
  }
}
html body main .contents-news h2 span::before {
  content: none;
}
html body main .contents-news .contents-list {
  display: grid;
  grid-template-columns: 195px 1fr;
  gap: 45px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: none;
  }
}
html body main .contents-news .contents-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
html body main .contents-news .contents-list figure img {
  aspect-ratio: 194/134;
  width: 100%;
  object-fit: cover;
}
html body main .contents-news .contents-list .label-wrapper {
  display: table;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list .label-wrapper {
    float: none;
    margin-bottom: 5px;
  }
}
html body main .contents-news .contents-list .label-wrapper .single-time {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list .label-wrapper .single-time {
    font-size: 15px;
  }
}
html body main .contents-news .contents-list .label-wrapper .category-tag {
  padding: 0;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
html body main .contents-news .contents-list .label-wrapper .category-tag li {
  list-style-type: none;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list .label-wrapper .category-tag li {
    padding: 0 5px;
  }
}
html body main .contents-news .contents-list .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #333;
  padding: 5px 8px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list .label-wrapper .category-tag li a {
    display: block;
  }
}
html body main .contents-news .contents-list a {
  display: inline-block;
}
html body main .contents-news .contents-list a h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list a h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
html body main .contents-news .contents-list a p {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .contents-list a p {
    font-size: 15px;
  }
}
html body main .contents-news .more-img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body main .contents-news .more-img {
    text-align: center;
  }
}
html body main .sec1 {
  background-image: url("../../images/index/sec1-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  html body main .sec1 {
    background-image: url("../../images/index/sec1-bg-sp.png");
  }
}
html body main .sec1 h2 {
  max-width: 800px;
  width: 100%;
  margin: auto auto 75px;
  text-align: center;
  font-family: "ten-mincho", serif;
  font-size: 52px;
  line-height: 1.9230769231;
}
@media screen and (max-width: 767px) {
  html body main .sec1 h2 {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
html body main .sec1 h2 span {
  display: block;
  font-size: inherit;
  font-family: inherit;
  margin-top: 0;
}
html body main .sec1 h2 span:first-child {
  border-bottom: 1px dashed #000000;
}
@media screen and (max-width: 767px) {
  html body main .sec1 h2 span:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
html body main .sec1 h2 span::before {
  content: none;
}
html body main .sec1 p {
  text-align: center;
  font-weight: 400;
  font-size: 23px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html body main .sec1 p {
    font-size: 15px;
  }
}
html body main .sec-menu1 {
  background-image: url("../../images/index/menu1-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top 170px;
  padding-bottom: 300px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 {
    background-image: none;
    padding-bottom: 120px;
  }
}
html body main .sec-menu1::before {
  content: "";
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: calc(100% - 545px);
  top: 545px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1::before {
    height: calc(100% - 48vw);
    top: 48vw;
  }
}
@media screen and (min-width: 768px) {
  html body main .sec-menu1::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1::after {
    content: "";
    position: absolute;
    background-image: url("../../images/index/menu1-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 280px;
    height: 74.6666666667vw;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto auto auto;
    z-index: -1;
    top: 15vw;
  }
}
html body main .sec-menu1 .wrapper {
  max-width: calc(1000px + 2rem);
}
html body main .sec-menu1 h2 {
  text-align: left;
  font-size: 66px;
  line-height: 1.4696969697;
  padding-left: 40%;
  margin-bottom: 150px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 h2 {
    text-align: center;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 h2 {
    text-align: center;
    font-size: 32px;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
html body main .sec-menu1 h2::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu-ttl-img-1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 537px;
  height: 373px;
  top: -45px;
  bottom: 0;
  left: -160px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 h2::before {
    content: none;
  }
}
html body main .sec-menu1 h2 span {
  display: block;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 h2 span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
html body main .sec-menu1 h2 figure {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  html body main .sec-menu1 h2 figure {
    display: none;
  }
}
html body main .sec-menu1 .contents-list-wrapper {
  display: grid;
  gap: 75px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper {
    gap: 45px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:first-child {
  position: relative;
  z-index: 0;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:first-child::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu-bg-11.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 534px;
  height: 152px;
  top: 40%;
  bottom: 0;
  left: 0;
  right: -50%;
  margin: auto 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:first-child::before {
    content: none;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(2) {
  position: relative;
  z-index: 0;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu-bg-11.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 534px;
  height: 152px;
  top: 30%;
  bottom: 0;
  left: -50%;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(2)::before {
    content: none;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) {
  background-color: #E2F0EE;
  border-radius: 30px;
  padding: 35px 1rem 45px;
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) {
    margin-top: 0;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) .inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 {
    margin-bottom: 20px;
    padding-left: 0.8em;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 span {
  font-weight: 400;
  font-size: 32px;
  line-height: 2.03125;
  text-decoration: underline;
  text-decoration-color: #F8A9B2;
  text-decoration-thickness: 4px;
  text-underline-offset: 10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 span {
    font-size: 23px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 span::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu-set-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 27px;
  top: 50px;
  bottom: 0;
  left: -30px;
  right: 0;
  margin: 0 auto auto 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 span::before {
    top: 30px;
    left: -1rem;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) h3 img {
    width: 50px;
    margin-bottom: 10px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) figure {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) figure {
    position: absolute;
    top: -170px;
    right: -2rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) figure {
    width: 591px;
    width: 49.25vw;
    top: -8vw;
    right: -1rem;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) figure img {
  aspect-ratio: 591/400;
  max-width: 591px;
  width: 100%;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0.5em 1rem;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dt,
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dd {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dt,
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dd {
    font-size: 15px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
  width: 100%;
  height: 28px;
  text-align: center;
  border: 1px solid #0A0808;
  display: grid;
  place-content: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dt {
    width: 130px;
    height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(3) dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) {
  background-color: #F8F7F5;
  border-radius: 30px;
  padding: 35px 1rem 45px;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.46875;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 + p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 + p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) h3 + p br.sp_only {
    display: block;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5.5555555556%;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box h4 {
    font-size: 18px;
  }
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box figure {
  margin-bottom: 1rem;
}
html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box p {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu1 .contents-list-wrapper .contents-list:nth-child(4) .box-wrap .box p {
    font-size: 15px;
  }
}
html body main .sec-menu2 {
  background-color: #EBDDB4;
  padding-top: 0;
  padding-bottom: 320px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu2 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu2 {
    padding-bottom: 130px;
  }
}
html body main .sec-menu2::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu2-bg-top-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 865px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu2::before {
    top: -1px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu2::before {
    background-image: url("../../images/index/menu2-bg-top-sp.png");
    background-size: 100% auto;
    width: 100%;
    height: 534px;
    height: 71.2vw;
    top: -1px;
  }
}
html body main .sec-menu2::after {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu2-bg-btm.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 293px;
  height: 473px;
  top: 0;
  bottom: 0;
  left: 0;
  right: -55px;
  margin: auto 0 0 auto;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu2::after {
    content: none;
  }
}
html body main .sec-menu2 .wrapper {
  max-width: calc(1000px + 2rem);
}
html body main .sec-menu2 h2 {
  text-align: center;
  font-size: 66px;
  line-height: 1.4696969697;
  margin: auto auto 310px;
  position: relative;
  padding: 0 55px;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu2 h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-menu2 h2 {
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin-bottom: 30px;
  }
}
html body main .sec-menu2 h2::before, html body main .sec-menu2 h2::after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body main .sec-menu2 h2::before, html body main .sec-menu2 h2::after {
    content: none;
  }
}
html body main .sec-menu2 h2::before {
  top: 50%;
  left: -150px;
  background-image: url("../../images/index/menu-ttl-img-2-1.svg");
  background-size: 100% auto;
  width: 410px;
  height: 243px;
}
html body main .sec-menu2 h2::after {
  top: -80%;
  right: -180px;
  background-image: url("../../images/index/menu-ttl-img-2-2.png");
  background-size: 100% auto;
  width: 465px;
  height: 529px;
}
html body main .sec-menu2 h2 span {
  display: block;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu2 h2 span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  html body main .sec-menu2 h2 img {
    display: none;
  }
}
html body main .sec-menu2 h2 img:first-child {
  width: 230px;
  margin-bottom: 25px;
}
html body main .sec-menu2 h2 img:last-child {
  padding: 0 1rem;
  margin-top: 20px;
}
html body main .sec-menu2 .contents-list-wrapper {
  display: grid;
  gap: 80px;
}
html body main .sec-menu3 {
  background-color: #fff;
  padding-bottom: 200px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu3 {
    padding-top: 2rem;
    padding-bottom: 100px;
  }
}
html body main .sec-menu3::before {
  content: "";
  position: absolute;
  background-image: url("../../images/index/menu3-bg-pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
  height: 600px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto auto auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu3::before {
    background-image: url("../../images/index/menu3-bg-sp.png");
    background-size: 100% auto;
    width: 100%;
    height: 236px;
    height: 62.9333333333vw;
    top: -80px;
    top: -21.3333333333vw;
  }
}
html body main .sec-menu3 .wrapper {
  max-width: calc(1000px + 2rem);
}
html body main .sec-menu3 .h2-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  html body main .sec-menu3 .h2-wrap {
    width: calc(100% + 130px);
    margin-right: 0;
    margin-left: -130px;
  }
}
@media screen and (max-width: 991px) {
  html body main .sec-menu3 .h2-wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  html body main .sec-menu3 .h2-wrap h2 {
    margin-top: 40px;
  }
}
html body main .sec-menu3 h2 {
  text-align: center;
  font-size: 66px;
  line-height: 1.4696969697;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-menu3 h2 {
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin-bottom: 30px;
  }
  html body main .sec-menu3 h2 span {
    display: block;
    font-family: inherit;
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  html body main .sec-menu3 h2 span {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
html body main .sec-menu3 .contents-list-wrapper {
  display: grid;
  gap: 80px;
}
html body main .sec-aboutus p {
  text-align: center;
  font-size: 26px;
  line-height: 1.8461538462;
  letter-spacing: 0;
}
@media screen and (max-width: 1199px) {
  html body main .sec-aboutus p {
    font-size: 25px;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .sec-aboutus p {
    text-align: left;
    font-size: 15px;
  }
}
html body main .sec-aboutus .box-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  html body main .sec-aboutus .box-img {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
}
html body main .sec-access {
  background-color: #fff;
}
html body main .sec-access .box-wrap {
  display: grid;
  grid-template-columns: 1fr 49.1666666667%;
  gap: 5.8333333333%;
}
@media screen and (max-width: 991px) {
  html body main .sec-access .box-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
html body main .sec-access .box-l h3 {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.4705882353;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  html body main .sec-access .box-l h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
html body main .sec-access .box-l dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1em 2em;
}
@media screen and (max-width: 767px) {
  html body main .sec-access .box-l dl {
    gap: 0.8em 1em;
  }
}
html body main .sec-access .box-l dl dt,
html body main .sec-access .box-l dl dd {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .sec-access .box-l dl dt,
  html body main .sec-access .box-l dl dd {
    font-size: 15px;
  }
}
html body main .sec-access .box-l dl dd a.link {
  text-decoration: underline;
}
html body main .sec-access .box-l dl dd a.link:hover {
  text-decoration: none;
}
html body main .sec-access .box-r iframe {
  aspect-ratio: 590/360;
  width: 100%;
  height: 100%;
}
html body main .sec-access .box-r iframe iframe {
  width: 100%;
  height: fit-content;
}
html body main .sec-insta {
  background-color: #FBF2E2;
}
html body main .sec-insta .sbi_bio {
  display: none;
}
html body main .box-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  html body main .box-menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
html body main .box-menu.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px 3.5%;
}
@media screen and (max-width: 767px) {
  html body main .box-menu.grid-3 {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
html body main .box-menu.grid-3 .box figure img {
  aspect-ratio: 305/385;
}
html body main .box-menu.menu-drink {
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  html body main .box-menu.menu-drink {
    grid-template-columns: 1fr;
  }
}
html body main .box-menu.menu-drink .box {
  border-bottom: 1px dashed #707070;
  padding: 0 50px 20px 0;
}
@media screen and (max-width: 767px) {
  html body main .box-menu.menu-drink .box {
    border-bottom: none;
    padding: 0;
  }
}
html body main .box-menu.menu-drink .box:nth-last-child(1):nth-child(odd) {
  grid-column: 1/-1;
}
html body main .box-menu.menu-drink .box h4 span {
  font-size: 20px;
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  html body main .box-menu.menu-drink .box h4 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
html body main .box-menu .box {
  display: flex;
  flex-direction: column;
}
html body main .box-menu .box figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body main .box-menu .box figure {
    margin-bottom: 18px;
  }
}
html body main .box-menu .box figure img {
  aspect-ratio: 470/330;
  width: 100%;
  object-fit: cover;
}
html body main .box-menu .box h4 {
  text-align: left;
  font-family: "ten-mincho", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3043478261;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html body main .box-menu .box h4 {
    font-size: 26px;
    font-size: 2.6vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body main .box-menu .box h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
html body main .box-menu .box h4 span {
  display: block;
}
html body main .box-menu .box p.text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html body main .box-menu .box p.text {
    font-size: 16px;
    font-size: 1.6vw;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  html body main .box-menu .box p.text {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
html body main .box-menu .box p.price {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3333333333;
  margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html body main .box-menu .box p.price {
    font-size: 20px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  html body main .box-menu .box p.price {
    font-size: 18px;
  }
}

/*# sourceMappingURL=index.css.map */
