@charset "UTF-8";
.notoSansJP-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.notoSansJP-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.notoSansJP-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

body p {
  letter-spacing: 0;
}

.t_en {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
}

.p_tsukuA {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.btn_list {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 80px;
  justify-content: space-between;
}
.btn_list-BtmNav {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .btn_list-BtmNav {
    margin: 40px auto 0;
  }
}
.btn_list li {
  display: block;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .btn_list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .btn_list li:last-child {
    margin: 0;
  }
}
.btn_list li button {
  line-height: 1;
  position: relative;
  cursor: pointer;
  background-color: white;
  display: block;
  width: 100%;
  border-radius: 40px;
  font-size: 1.8rem;
  padding: 10px 0 28px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .btn_list li button {
    font-size: 1.5rem;
  }
}
.btn_list li button::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  display: block;
  width: 12px;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 49% 100%);
          clip-path: polygon(0 0, 100% 0, 49% 100%);
  transition: 0.6s;
}
.btn_list li button:hover {
  color: white !important;
}
.btn_list li button:hover::after {
  background-color: white !important;
  bottom: 5px;
}
.btn_list li button.p_tsukuA.mint {
  color: #00adae;
  border: 1px solid #00adae;
}
.btn_list li button.p_tsukuA.mint::after {
  background-color: #00adae;
}
.btn_list li button.p_tsukuA.mint:hover {
  background-color: #00adae;
}
.btn_list li button.p_tsukuA.brown {
  color: #935d35;
  border: 1px solid #935d35;
}
.btn_list li button.p_tsukuA.brown::after {
  background-color: #935d35;
}
.btn_list li button.p_tsukuA.brown:hover {
  background-color: #935d35;
}
.btn_list li button.p_tsukuA.pink {
  color: #e06b74;
  border: 1px solid #e06b74;
}
.btn_list li button.p_tsukuA.pink::after {
  background-color: #e06b74;
}
.btn_list li button.p_tsukuA.pink:hover {
  background-color: #e06b74;
}
.btn_list li #btnDinks {
  color: #00adae;
  border: 1px solid #00adae;
}
.btn_list li #btnDinks::after {
  background-color: #00adae;
}
.btn_list li #btnDinks:hover {
  background-color: #00adae;
}
.btn_list li #btnSenior {
  color: #935d35;
  border: 1px solid #935d35;
}
.btn_list li #btnSenior::after {
  background-color: #935d35;
}
.btn_list li #btnSenior:hover {
  background-color: #935d35;
}
.btn_list li #btnSingle {
  color: #e06b74;
  border: 1px solid #e06b74;
}
.btn_list li #btnSingle::after {
  background-color: #e06b74;
}
.btn_list li #btnSingle:hover {
  background-color: #e06b74;
}

.__current {
  color: white !important;
}
.__current::after {
  background-color: white !important;
  bottom: 5px !important;
}

#btnDinks.__current {
  background-color: #00adae !important;
}

#btnSenior.__current {
  background-color: #935d35 !important;
}

#btnSingle.__current {
  background-color: #e06b74 !important;
}

.p_tsukuA.__current.mint {
  background-color: #00adae !important;
}

.p_tsukuA.__current.brown {
  background-color: #935d35 !important;
}

.p_tsukuA.__current.pink {
  background-color: #e06b74 !important;
}

#dinks,
#senior,
#single {
  display: none;
}

.__active {
  display: block !important;
}

.__bottom {
  padding: 13px 0 !important;
}
.__bottom::after {
  display: none !important;
}

footer {
  margin-top: 0 !important;
}

.lp_2ldk {
  padding-top: unset;
  color: #3e3a39;
}

.container {
  max-width: 1000px;
  margin-inline: auto;
  width: 90%;
}

.mv {
  position: relative;
  z-index: 1;
}

.merit {
  position: relative;
  margin-top: -10vw;
  padding-top: 14.6428571429vw;
  background: url("./../img/merit_bg.png") no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  .merit {
    margin-top: -9.0666666667vw;
    padding-top: 17.7333333333vw;
    background-image: url("./../img/sp/merit_bg.png");
  }
}
.merit::before {
  content: "";
  display: block;
  max-width: 100%;
  width: 1400px;
  aspect-ratio: 1400/573;
  background: url("./../img/merit_top.png") no-repeat center/cover;
  position: absolute;
  top: 7.2857142857vw;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 1000px) {
  .merit::before {
    top: 14.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .merit::before {
    background-image: url("./../img/sp/merit_top.png");
    top: calc(9.0666666667vw + 83px);
    width: 100%;
    aspect-ratio: 750/832;
    max-width: 500px;
  }
}
.merit_content {
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .merit_content {
    padding-bottom: 92px;
  }
}
.merit_ttl {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4625;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit_ttl {
    font-size: 1.4375rem;
  }
}
.merit_lead {
  margin-top: 2.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 2.675;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .merit_lead {
    margin-top: 1.875rem;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
.merit_heading {
  position: relative;
  margin-top: 4.0625rem;
  padding-top: 5rem;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .merit_heading {
    margin-top: 3.375rem;
    padding-top: 3.125rem;
    font-size: 1rem;
  }
}
.merit_heading::before {
  content: "";
  display: block;
  background: url("./../img/merit_heading_bg.png") no-repeat center/cover;
  aspect-ratio: 930/45;
  width: 93%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .merit_heading::before {
    width: 100vw;
  }
}

.meritList {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .meritList {
    margin-top: 2.5rem;
  }
}
.meritList_item:not(:first-child) {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .meritList_item:not(:first-child) {
    margin-top: 2.5rem;
  }
}
.meritList_num {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.96;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .meritList_num {
    font-size: 1.25rem;
  }
}
.meritList_num span {
  font-size: 1.6em;
  line-height: 1;
}
.meritList_num:is(.meritList_item-other *) {
  font-size: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .meritList_num:is(.meritList_item-other *) {
    font-size: 1.125rem;
  }
}
.meritList_ttl {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #3c875f;
  font-size: 2.5625rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  .meritList_ttl {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .meritList_ttl {
    margin-top: 0.5rem;
    font-size: 1.5625rem;
    letter-spacing: 0;
  }
}
.meritList_ttl-1col {
  align-items: center;
  flex-direction: column;
}
.meritList_ttl-2col {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.meritList_ttl-attention {
  position: relative;
}
.meritList_ttl-attention::before {
  content: "※";
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .meritList_ttl-attention::before {
    right: -0.5em;
  }
}
.meritList_ttl-sm {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .meritList_ttl-sm {
    font-size: 1rem;
  }
}
.meritList_ttl-left {
  font-size: 1.25rem;
  color: #3e3a39;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .meritList_ttl-left {
    font-size: 0.8125rem;
    text-align: center;
  }
}
.meritList_txt {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .meritList_txt {
    text-align: left;
  }
}
.meritList_txt p:not(:first-child) {
  margin-top: 1.333em;
}
@media screen and (max-width: 768px) {
  .meritList_txt p {
    display: inline;
  }
}
.meritList_note {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .meritList_note {
    margin-top: 1rem;
    text-align: left;
  }
}

.merit01 {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .merit01 {
    margin-top: 1.625rem;
  }
}
.merit01_box {
  max-width: 791px;
  width: 100%;
  height: 60px;
  margin-inline: auto;
  display: grid;
  place-content: center;
  background: linear-gradient(to right, transparent 0%, #fff 50%, transparent 100%);
  font-size: 1.5625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .merit01_box {
    height: 40px;
    font-size: 1.0625rem;
  }
}
.merit01_box-num {
  font-size: 1.875em;
  color: #3c875f;
  font-weight: 500;
}
.merit01_heading {
  text-align: center;
  margin-top: 1.6875rem;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .merit01_heading {
    margin-top: 1.25rem;
    font-size: 0.625rem;
  }
}
.merit01_txt {
  text-align: center;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .merit01_txt {
    font-size: ren(12);
  }
}
.merit01_txt > p {
  margin-top: 0.375em;
}
@media screen and (max-width: 768px) {
  .merit01_txt > p {
    margin-top: 0.5rem;
  }
}
.merit01_txt-lg {
  font-size: 1.875em;
  color: #3c875f;
  font-weight: 500;
}
.merit01_txt-md {
  font-size: 1.1875em;
}
.merit01_txt-sm {
  font-size: 0.875em;
}
.merit01_txt-row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 0.375em;
}
@media screen and (max-width: 768px) {
  .merit01_txt-row {
    flex-direction: column;
    row-gap: 0.5rem;
    margin-top: 0.5rem;
  }
}

.merit02 {
  position: relative;
  max-width: 742px;
  margin-inline: auto;
  margin-top: 3.5rem;
}
.merit02_img-left {
  max-width: 593px;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.merit02_img-right {
  position: absolute;
  top: 80px;
  right: 0;
  max-width: 257px;
}
@media screen and (max-width: 768px) {
  .merit02_img-right {
    top: 190px;
    right: -4vw;
    width: 35.0666666667vw;
  }
}
.merit02_txt {
  font-size: 0.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin-top: 1em;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  .merit02_txt {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.78;
  }
}

.merit03_flex {
  margin-right: -8%;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .merit03_flex {
    margin-right: unset;
  }
}
.merit03_col-left {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .merit03_col-left {
    flex-shrink: unset;
  }
}
.merit03_col-right {
  flex-basis: 444px;
}
@media screen and (max-width: 768px) {
  .merit03_col-right {
    position: absolute;
    bottom: -21px;
    right: -3.2vw;
  }
}
.merit03_txt {
  text-align: left;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .merit03_txt {
    margin-top: 1rem;
    font-size: 0.75rem;
    line-height: 1.73;
  }
}
.merit03_attention {
  font-size: 10px;
  vertical-align: top;
}
.merit03_note {
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .merit03_note {
    margin-top: 1rem;
  }
}
.merit03_note p {
  text-align: left;
  letter-spacing: -0.02em;
}
.merit03_img01 {
  border-radius: 0.9375rem;
  overflow: hidden;
  margin-top: 1.625rem;
  max-width: 283px;
}
@media screen and (max-width: 768px) {
  .merit03_img01 {
    width: 37.7333333333vw;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .merit03_img02 {
    width: 48.9333333333vw;
    max-width: 275px;
  }
}
.merit03_img03 {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.merit03_box {
  position: relative;
  margin-top: 1.5625rem;
  margin-inline: auto;
  max-width: 748px;
  border-radius: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 768px) {
  .merit03_box {
    padding: 15px;
    justify-content: stretch;
  }
}
.merit03_box-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.merit03_box-head {
  font-size: 0.875rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .merit03_box-head {
    font-size: 0.6875rem;
  }
}
.merit03_box-ttl {
  margin-top: -0.3em;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .merit03_box-ttl {
    font-size: 1.125rem;
  }
}
.merit03_box-ttl-lg {
  color: #3c875f;
  font-size: 1.9em;
  font-weight: 500;
}
.merit03_box-ttl-md {
  font-size: 1.2em;
}
.merit03_box-ttl-sm {
  font-size: 0.58em;
}
.merit03_box-desc {
  margin-top: 1rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .merit03_box-desc {
    margin-top: 1em;
    font-size: 0.75rem;
    line-height: 1.575;
  }
}
.merit03_box-img {
  max-width: 284px;
}
@media screen and (max-width: 768px) {
  .merit03_box-img {
    max-width: 150px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 27.6vw;
  }
}

.meritOther {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 30px 25px;
}
@media screen and (max-width: 768px) {
  .meritOther {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.meritOther_item {
  border-radius: 0.9375rem;
  background-color: rgba(255, 255, 255, 0.5);
  display: grid;
  place-content: center;
  gap: 0.5rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .meritOther_item {
    gap: 0.125rem;
    height: 92px;
  }
}
.meritOther_heading {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .meritOther_heading {
    font-size: 0.75rem;
  }
}
.meritOther_ttl {
  font-size: 1.3125rem;
  letter-spacing: -0.02em;
  color: #3c875f;
}
@media screen and (max-width: 768px) {
  .meritOther_ttl {
    font-size: 0.9375rem;
  }
}
.meritOther_note {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.detail {
  padding-top: 128px;
  padding-bottom: 107px;
}
.detail_wrap {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-top: 56px;
    padding-bottom: 25px;
  }
}
.detail_heading {
  margin-top: 5rem;
  width: 90%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1000px) {
  .detail_heading {
    flex-direction: column;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .detail_heading {
    margin-top: 2.5rem;
    width: 100%;
  }
}
.detail_heading-left {
  flex-shrink: 0;
}
.detail_heading-right {
  max-width: 250px;
  margin-inline: auto;
}
.detail_heading-top {
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .detail_heading-top {
    font-size: 1.25rem;
    letter-spacing: 0;
    word-break: break-all;
  }
}
.detail_heading-top:is(#dinks *) {
  color: #00adae;
}
.detail_heading-top:is(#senior *) {
  color: #935d35;
}
.detail_heading-top:is(#single *) {
  color: #e06b74;
}
.detail_heading-bottom {
  margin-top: 30px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 2.18;
}
@media screen and (max-width: 768px) {
  .detail_heading-bottom {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.detail_img {
  margin-top: 8rem;
  width: 89.6%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .detail_img {
    margin-top: 2.875rem;
    width: 100%;
    max-width: 638px;
  }
}
.detail_note {
  font-weight: bold;
  font-size: 0.625rem;
  margin-top: 0.8em;
}

.detail-hgroup {
  display: grid;
  place-content: center;
}
.detail-hgroup_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_ttl {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
.detail-hgroup_ttl-left {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_ttl-left {
    font-size: 1.875rem;
  }
}
.detail-hgroup_ttl-right {
  font-size: 1.0625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.285;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_ttl-right {
    font-size: 0.75rem;
    line-height: 1.5;
    text-align: center;
  }
}
.detail-hgroup_ttl-xl {
  font-size: 1.575em;
}
.detail-hgroup_ttl-lg {
  font-size: 1.25em;
}
.detail-hgroup_ttl-md {
  font-size: 1.3em;
}
.detail-hgroup_txt {
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.03em;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_txt {
    margin-top: 10px;
    font-size: 1.5625rem;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
}
.detail-hgroup_txt-center {
  margin-left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_txt-center {
    margin-left: unset;
  }
}
.detail-hgroup_txt-right {
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_txt-right {
    text-align: center;
    margin-left: unset;
    width: 100%;
  }
}
.detail-hgroup_txt-lg {
  font-size: 2.142em;
  font-weight: 500;
}
.detail-hgroup_txt-sm {
  font-size: 0.5em;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_txt-sm {
    font-size: 0.5em;
  }
}
.detail-hgroup_txt-xs {
  font-size: 0.4285em;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_txt-xs {
    font-size: 0.46em;
  }
}
.detail-hgroup_box {
  display: inline-block;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  padding: 0.5em 1.33em;
  border-radius: 100vmax;
  border: 1px solid currentColor;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_box {
    font-size: 0.8125rem;
    padding: 0.5em 1em;
  }
}
.detail-hgroup_note {
  font-size: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .detail-hgroup_note {
    text-align: center;
    margin-top: 1rem;
  }
}

.detail-point {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 768px) {
  .detail-point {
    margin-top: 2.8125rem;
  }
}
.detail-point:is(#dinks *) {
  color: #00adae;
}
.detail-point:is(#senior *) {
  color: #935d35;
}
.detail-point:is(#single *) {
  color: #e06b74;
}
.detail-point_ttl {
  margin-inline: auto;
  width: 79%;
  height: 60px;
  display: grid;
  place-content: center;
  color: white;
  font-size: 1.5625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .detail-point_ttl {
    width: 100%;
    height: 42px;
    font-size: 1.25rem;
  }
}
.detail-point_ttl:is(#dinks *) {
  background: linear-gradient(to right, transparent 0%, #00adae 50%, transparent 100%);
}
.detail-point_ttl:is(#senior *) {
  background: linear-gradient(to right, transparent 0%, #935d35 50%, transparent 100%);
}
.detail-point_ttl:is(#single *) {
  background: linear-gradient(to right, transparent 0%, #e06b74 50%, transparent 100%);
}
.detail-point_list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
@media screen and (max-width: 768px) {
  .detail-point_list {
    margin-top: 1.875rem;
    grid-template-columns: auto;
    gap: 40px 0;
  }
}
.detail-point_heading {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.444;
}
@media screen and (max-width: 768px) {
  .detail-point_heading {
    font-size: 0.875rem;
  }
}
.detail-point_circle {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  display: grid;
  place-content: center;
  color: white;
  font-size: 2.0625rem;
  font-weight: bold;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .detail-point_circle {
    width: 47px;
    height: 47px;
    font-size: 1.75rem;
  }
}
.detail-point_circle:is(#dinks *) {
  background-color: #00adae;
}
.detail-point_circle:is(#senior *) {
  background-color: #935d35;
}
.detail-point_circle:is(#single *) {
  background-color: #e06b74;
}
.detail-point_flex {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .detail-point_flex {
    margin-top: 1.25rem;
    align-items: center;
  }
}
.detail-point_body {
  flex-grow: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #3e3a39;
}
.detail-point_img img {
  max-width: 200px;
  max-height: 150px;
  width: revert-layer;
}
@media screen and (max-width: 768px) {
  .detail-point_img img {
    max-width: 140px;
  }
}
.detail-point_note {
  display: block;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */