@charset "UTF-8";
.header-inn .nav a{
  color: #000;
  letter-spacing: 0;
}
.sec-page-breadcrumbs{
  display: none;
}
.mv {
  position: relative;
  overflow: hidden;
  height: 42.5rem;
}
.top-caption {
  font-size: .87em;
  margin: -4rem -6rem 0;
  line-height: 1.8;
}
@media screen and (max-width: 650px) {
  .mv {
    height: 24.5rem;
  }
  .mv img {
    width: 100%;
    height: 24.5rem;
    object-fit: cover;
  }
  .top-caption {
    font-size: 1rem;
    margin: 1rem -7rem 0;
  }
  .sp-left {
    text-align: left !important;
  }
}
.mv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.mv .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .mv__box .section-title2 {
    margin-bottom: 0;
  }
}

section {
  padding-bottom: 0;
}

.main {
  position: relative;
  background: url("../img/menu/bg.jpg");
  background-size: 100% 100%;
}
@media screen and (max-width: 650px) {
  .main {
    background: url("../img/menu/bg_sp.jpg");
    background-size: 100% 100%;
  }
}

.dl + .dl {
  margin-top: 2rem;
}

.section-content {
  max-width: 100rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 650px) {
  .section-content {
    display: block;
    max-width: 100%;
    padding: 0 1.75rem;
  }
}
.section-content .figure {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 650px) {
  .section-content .figure {
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
.section-content .body {
  padding-left: 5.5rem;
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 650px) {
  .section-content .body {
    max-width: 100%;
    padding-left: 0;
  }
}
.section-content .tag {
  letter-spacing: 0.12em;
  background-color: #B6A88F;
  font-size: 2rem;
  border-radius: 4px;
  display: inline-block;
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  padding: 1px 1rem;
}
.section-content .group {
  margin-bottom: 7rem;
}
.section-content .group .section-subtitle {
  text-align: left;
  margin: 1.5rem 0 2rem;
}
@media screen and (max-width: 650px) {
  .section-content .group .section-subtitle {
    font-size: 2.4rem;
  }
}
.section-content .group .text1 {
  margin-bottom: 2rem;
}
.section-content .group p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  line-height: 2.7rem;
  letter-spacing: 0;
}
.section-content .group .dl {
  display: flex;
  position: relative;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
}
.section-content .group .dl::after {
  content: "";
  position: absolute;
  width: 16.7rem;
  bottom: -1px;
  z-index: 1;
  left: 0;
  border-bottom: 1px solid #B6A88F;
}
.section-content .group .dl > :first-child {
  color: #B6A88F;
}
@media screen and (max-width: 650px) {
  .section-content .group .dl {
    display: block;
  }
  .section-content .group .dl > :first-child {
    margin-bottom: 2rem;
  }
}
.section-content .group .dl .dd {
  text-align: right;
}
.section-content .group .dl .sub {
  text-align: right;
  font-size: 1.2rem;
  line-height: 2;
  width: 100%;
  letter-spacing: 0;
  margin-top: 1rem;
}
.section-content .group .mini {
  font-size: 1.2rem;
  margin: 3rem 0;
  letter-spacing: 0;
  line-height: 2.025;
}
.section-content .box-text {
  margin-top: 4.5rem;
  background: #765f52;
  line-height: 2;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 650px) {
  .section-title .rubi {
    font-size: 3.8rem;
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .section-title .mt2 {
    letter-spacing: 0.08em;
    margin-bottom: 9rem;
    font-size: 1.6rem;
  }

  .section-catch {
    text-align: left;
    padding: 0 1.75rem;
    margin-bottom: 8rem;
  }
}
.section4 {
  padding-bottom: 6rem;
}

.ankers {
  max-width: 69rem;
  margin: 0 auto;
  padding: 12rem 0 0;
  display: flex;
  justify-content: space-between;
}
.anker {
  width: 22rem;
  justify-content: center;
  color: #fff;
  padding: 1rem;
  text-align: center;
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Mrs Eaves Small Caps OT", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
  transition: .3s;
}
.anker:hover {
  opacity: .7;
}
.anker a {
}
@media screen and (max-width: 650px) {
  .section-content .group .dl .sub {
    text-align: left;
  }

  .ankers {
    flex-direction: column;
    padding: 6rem 0 0;
  }
  .anker {
    padding: 2rem 0;
    width: 92.5%;
    margin: 0 auto 2rem;
  }
}
.caution {
  text-align: center;
  background: rgba(255,255,255,.2);
  padding: 4rem 2rem;
  margin: 8rem 0 0;
  max-width: 100rem;
  margin: 8rem auto;
}
.caution-title {
  font-size: 3.2rem;
    letter-spacing: 0.16em;
    margin-bottom: 2rem;
  }
  .caution-text {
  margin-bottom: 2rem;
}
.caution .button {
  display: inline-block;
  width: 100%;
  max-width: 34rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  border: solid 1px;
}
@media screen and (max-width: 650px) {
  .caution {
    margin: 4rem 2rem 4rem;
  }
  .caution-title {
    font-size: 2.4rem;
  }
}
.ig1 {
  display: block;
  margin-left: 0 !important;
}