.fs30 {
  font-size: 6vw;
  line-height: 2.3333333333;
  letter-spacing: 0.2em;
}

.fs40 {
  color: #651616;
  font-size: 7.33vw;
  line-height: 1;
  letter-spacing: 0.05em;
}

.name-price {
  font-size: 4.67vw;
  line-height: 2;
}
.name-price * {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .name-price {
    font-size: 20px;
  }
}

.btn-popup a {
  display: block;
  position: relative;
  text-align: center;
  border: 1px solid #514e49;
  border-radius: 40px;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.05em;
}
.btn-popup a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url("../img/dinner/icon_plus.png") no-repeat center/100%;
  width: 13px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .btn-popup {
    width: 370px;
  }
  .btn-popup a {
    font-size: 18px;
    line-height: 79px;
    transition: 0.3s;
  }
  .btn-popup a::before {
    right: 33px;
    width: 15px;
    height: 15px;
  }
  .btn-popup a:hover {
    letter-spacing: 0.25em;
  }
}

.slick-slider .slick-dots {
  gap: 6px;
}
.slick-slider .slick-dots li {
  width: 30%;
  height: 5px;
}
.slick-slider .slick-dots li button {
  border-radius: unset;
  background: #aaa39a;
  border: transparent;
}
.slick-slider .slick-dots li.slick-active button {
  background: #514e49;
}
@media screen and (min-width: 768px) {
  .slick-slider .slick-dots li {
    width: 89px;
    height: 3px;
  }
  .slick-slider .slick-dots li:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .fs30 {
    font-size: 30px;
  }
  .fs40 {
    font-size: 40px;
  }
}
#lead .wrap {
  z-index: 1;
}
#lead .deco {
  position: absolute;
  top: 30vw;
  left: 0;
  right: 0;
  z-index: -1;
}
#lead .photo1 {
  position: relative;
  z-index: 1;
  margin: -10vw 0 0 50%;
}
#lead .row {
  padding-top: 10vw;
}
#lead .group-txt h2 {
  text-align: center;
  margin-left: 7%;
}
#lead .group-txt .txt {
  margin-top: 7vw;
}
#lead .photo2 {
  margin: 10vw 55% 0 -7%;
}
@media screen and (min-width: 768px) {
  #lead .wrap {
    max-width: 1500px;
    width: auto;
  }
  #lead .deco {
    text-align: center;
    top: -88px;
  }
  #lead .photo1 {
    position: absolute;
    top: -79px;
    left: 825px;
    margin: 0;
  }
  #lead .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    max-width: 1256px;
    padding-top: 225px;
  }
  #lead .group-txt {
    order: 2;
    padding-right: 30px;
    flex-shrink: 0;
  }
  #lead .group-txt h2 {
    text-align: left;
    margin-left: -21px;
    white-space: nowrap;
  }
  #lead .group-txt h2 span {
    margin-top: 36px;
  }
  #lead .group-txt .txt {
    margin-top: 123px;
  }
  #lead .photo2 {
    flex: 1;
    order: 1;
    max-width: 403px;
    height: 820px;
    margin: 43px 0 0;
  }
  #lead .photo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #lead .photo1 {
    left: auto;
    right: 30px;
  }
}

#seasonal .set1 {
  position: relative;
}
#seasonal .set1 .photo1 {
  margin: -40vw -7% 0 50%;
}
#seasonal .set1 .deco {
  position: absolute;
  top: 40vw;
  left: -30%;
  right: 0;
  z-index: -1;
}
#seasonal .set1 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10vw;
}
#seasonal .set1 h2 span {
  display: block;
}
#seasonal .set1 h2 span.jp {
  margin-top: 5vw;
}
#seasonal .set1 .photo2 {
  flex: 1;
  margin-left: 5%;
}
#seasonal .set2 {
  margin-top: 10vw;
}
#seasonal .set2 .group-photo {
  position: relative;
  z-index: 1;
  margin-top: 10vw;
}
#seasonal .set2 .group-photo::before {
  content: "";
  position: absolute;
  bottom: 10vw;
  left: -7%;
  z-index: -1;
  background: url("../img/shared/main_bg2.jpg") repeat center;
  width: 30%;
  height: 55vw;
}
#seasonal .set2 .group-photo li:nth-child(1) {
  width: 63.9777468707%;
}
#seasonal .set2 .group-photo li:nth-child(2) {
  width: 52.8511821975%;
  margin: -4vw 0 0 auto;
}
@media screen and (max-width: 767px) {
  #seasonal .fs30 {
    font-size: 4.5vw;
  }
  #seasonal .fs40 {
    font-size: 5.83vw;
  }
}
@media screen and (min-width: 768px) {
  #seasonal {
    padding: 206px 0 230px;
  }
  #seasonal .wrap {
    max-width: 1500px;
    width: auto;
  }
  #seasonal .set1 {
    max-width: 1250px;
    margin-left: auto;
  }
  #seasonal .set1 .photo1 {
    position: relative;
    z-index: 1;
    text-align: right;
    margin: 0 479px 0 0;
  }
  #seasonal .set1 .deco {
    top: 258px;
    left: -60px;
    right: auto;
  }
  #seasonal .set1 .flex {
    margin-top: -163px;
  }
  #seasonal .set1 h2 {
    margin: -23px 135px 0;
  }
  #seasonal .set1 h2 span.jp {
    margin-top: 70px;
  }
  #seasonal .set1 .photo2 {
    margin-left: 30px;
    max-width: 520px;
    height: 720px;
  }
  #seasonal .set1 .photo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #seasonal .set2 {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1282px;
    margin-top: -58px;
  }
  #seasonal .set2 .txt {
    order: 2;
    margin: 198px 30px 0 0;
  }
  #seasonal .set2 .group-photo {
    order: 1;
    flex: 1;
    box-sizing: border-box;
    max-width: 558px;
    margin-top: 0;
    padding-left: 98px;
  }
  #seasonal .set2 .group-photo::before {
    bottom: -158px;
    left: 0;
    width: 250px;
    height: 490px;
  }
  #seasonal .set2 .group-photo li:nth-child(1) {
    width: auto;
    height: 631px;
  }
  #seasonal .set2 .group-photo li:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #seasonal .set2 .group-photo li:nth-child(2) {
    position: absolute;
    bottom: -230px;
    right: -259px;
    width: auto;
    margin: 0;
  }
}

#antipasti {
  position: relative;
  padding: 15vw 0;
}
#antipasti .deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#antipasti h2 span {
  text-align: center;
  display: block;
}
#antipasti h2 span.en {
  font-family: "Cormorant Garamond", serif;
  font-size: 18.67vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
#antipasti h2 span.jp {
  margin-top: 4vw;
  font-size: 4.67vw;
  line-height: 2;
  letter-spacing: 0.15em;
}
#antipasti .note {
  text-align: center;
  margin-top: 5vw;
}
#antipasti .row {
  margin-top: 10vw;
}
#antipasti h3 span {
  text-align: center;
  display: block;
}
#antipasti h3 span.jp {
  margin-top: 5vw;
}
#antipasti .antipasti-js {
  margin: 5vw 0;
}
#antipasti .antipasti-js .slick-dots {
  position: absolute;
  inset: 92vw 0 auto;
  justify-content: center;
}
#antipasti .antipasti-js .name-price {
  text-align: center;
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #antipasti {
    padding: 270px 0 200px;
  }
  #antipasti .deco {
    text-align: center;
    top: -80px;
  }
  #antipasti h2 span.en {
    font-size: 140px;
  }
  #antipasti h2 span.jp {
    margin-top: 30px;
    font-size: 25px;
  }
  #antipasti .note {
    margin-top: 59px;
  }
  #antipasti .row {
    position: relative;
    margin-top: 160px;
  }
  #antipasti .row::before {
    content: "";
    position: absolute;
    top: -109px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    background: #998e7f;
    width: 1px;
    height: 156px;
  }
  #antipasti h3 {
    position: absolute;
    top: -5px;
    left: 48px;
  }
  #antipasti h3 span.jp {
    margin-top: 30px;
  }
  #antipasti .antipasti-js {
    margin: 0;
  }
  #antipasti .antipasti-js .slick-dots {
    position: unset;
    margin-top: 5px;
  }
  #antipasti .antipasti-js .photo {
    width: fit-content;
    margin: 0 auto;
  }
  #antipasti .antipasti-js .name-price {
    position: absolute;
    bottom: 42px;
    left: calc(50% + 271px);
    text-align: left;
    margin-top: 0;
  }
  #antipasti .txt {
    width: 500px;
    /* padding-left: 23px; */
    margin: 66px auto 0;
    white-space: nowrap;
  }
}

#pasta {
  background: url("../img/dinner/pasta_deco.png") no-repeat center bottom/100%;
  padding-bottom: 15vw;
}
#pasta .slide-infinity .item img {
  width: auto;
  height: 50vw;
}
#pasta .slide-infinity .item + .item {
  margin-left: 3vw;
}
#pasta .name-price {
  text-align: center;
  margin-top: 5vw;
}
#pasta .set1 {
  margin-top: 10vw;
}
#pasta .set1 h2 {
  text-align: center;
}
#pasta .set1 .row {
  margin-top: 5vw;
}
#pasta .set1 .row .col-r h3 {
  text-align: center;
}
#pasta .set1 .row .col-r .txt {
  margin-top: 7vw;
}
#pasta .set1 .row .col-l {
  margin-top: 7vw;
}
#pasta .set2 {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #pasta {
    background-size: auto;
    background-position: left calc(50% - 306px) bottom;
    padding-bottom: 155px;
  }
  #pasta .slide-infinity .item img {
    height: auto;
  }
  #pasta .slide-infinity .item + .item {
    margin-left: 15px;
  }
  #pasta .wrap {
    max-width: 1350px;
    width: auto;
  }
  #pasta .name-price {
    text-align: left;
    margin-top: 0;
  }
  #pasta .set1 {
    max-width: 1280px;
    margin-top: 107px;
  }
  #pasta .set1 h2 {
    text-align: right;
    width: calc(100% - 570px);
  }
  #pasta .set1 .row {
    display: flex;
    justify-content: space-between;
    gap: 71px;
    margin-top: 17px;
  }
  #pasta .set1 .row .col-r {
    order: 2;
    width: 451px;
    margin: 216px 50px 0 0;
  }
  #pasta .set1 .row .col-r h3 {
    text-align: left;
  }
  #pasta .set1 .row .col-r .txt {
    margin-top: 71px;
  }
  #pasta .set1 .row .col-l {
    order: 1;
    flex: 1;
    margin: 0 0 0 calc(-50vw + 50%);
  }
  #pasta .set1 .row .col-l .photo {
    height: 740px;
  }
  #pasta .set1 .row .col-l .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #pasta .set1 .row .col-l .name-price {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 24px;
    margin: 20px -5px 0 0;
  }
  #pasta .set2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 85px;
  }
  #pasta .set2 .photo {
    order: 2;
    flex: 1;
    max-width: 720px;
    height: 465px;
  }
  #pasta .set2 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #pasta .set2 .name-price {
    order: 1;
    text-align: right;
    margin: 0 29px -9px;
  }
}

#main {
  position: relative;
  z-index: 1;
  padding-top: 15vw;
}
#main::before {
  content: "";
  position: absolute;
  inset: 0 0 50vw;
  z-index: -1;
  background: url("../img/shared/main_bg2.jpg") repeat center;
}
#main h2 {
  text-align: center;
  color: #f6f1e8;
}
#main h3 {
  margin: 10vw 5% 0;
}
#main .txt {
  margin-top: 10vw;
  color: #f6f1e8;
}
#main .row {
  display: flex;
  flex-direction: column;
  gap: 10vw;
  margin-top: 10vw;
}
#main .row .col .name-price {
  text-align: center;
  margin-top: 5vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main .row .col:nth-child(1) {
    color: #f6f1e8;
  }
}
@media screen and (min-width: 768px) {
  #main {
    padding-top: 142px;
  }
  #main::before {
    bottom: 272px;
  }
  #main .wrap {
    box-sizing: border-box;
    max-width: 1440px;
    padding: 0 30px;
    width: auto;
  }
  #main h3 {
    text-align: center;
    margin: 76px 0 0;
  }
  #main .txt {
    text-align: center;
    margin-top: 21px;
  }
  #main .row {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-top: 105px;
  }
  #main .row .col .name-price {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #main .name-price {
    font-size: 1.4814814815vw;
  }
}

#dolce {
  padding: 15vw 0;
}
#dolce .row {
  display: flex;
  flex-direction: column;
  gap: 8vw;
  margin-top: 10vw;
}
#dolce .row .group-txt h3 {
  text-align: center;
}
#dolce .row .group-txt .txt {
  margin-top: 5vw;
}
#dolce .set1 h2 {
  text-align: center;
}
#dolce .set1 .dolce-js .slick-dots {
  justify-content: center;
}
#dolce .set2 {
  margin-top: 10vw;
}
#dolce .set2 .row .group-txt h3 span {
  display: block;
}
#dolce .set2 .row .group-txt h3 span.jp {
  margin-top: 5vw;
}
#dolce .btn-popup {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #dolce {
    padding: 236px 0 150px;
  }
  #dolce .wrap {
    max-width: 1090px;
    width: auto;
  }
  #dolce .row {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-top: 0;
  }
  #dolce .set1 h2 {
    text-align: left;
  }
  #dolce .set1 .row {
    margin-top: 49px;
  }
  #dolce .set1 .row .dolce-js {
    width: 570px;
  }
  #dolce .set1 .row .dolce-js .slick-dots {
    justify-content: flex-start;
    margin-top: 12px;
  }
  #dolce .set1 .row .group-txt {
    width: 390px;
    margin-bottom: 20px;
  }
  #dolce .set1 .row .group-txt h3 {
    text-align: left;
  }
  #dolce .set1 .row .group-txt .txt {
    margin-top: 58px;
  }
  #dolce .set2 {
    margin-top: 108px;
  }
  #dolce .set2 .row .photo {
    order: 2;
  }
  #dolce .set2 .row .group-txt {
    order: 1;
    margin: 0 0 -12px 36px;
  }
  #dolce .set2 .row .group-txt h3 {
    text-align: right;
  }
  #dolce .set2 .row .group-txt h3 span.jp {
    margin-top: 38px;
  }
  #dolce .set2 .row .group-txt .txt {
    text-align: right;
    margin-top: 14px;
  }
  #dolce .btn-popup {
    margin: 214px auto 0;
  }
}

#cta .box {
  background: #fff;
  padding: 10vw 6%;
}
#cta h2 {
  text-align: center;
}
#cta .btn-tel {
  margin-top: 7vw;
}
#cta .btn-tel dl {
  text-align: center;
}
#cta .btn-tel dl dt {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.15em;
}
#cta .btn-tel dl dt img {
  width: 21px;
  margin: -5px 7px 0 0;
}
#cta .btn-tel dl dd {
  margin-top: 15px;
  line-height: 20px;
}
#cta .btn-reservation {
  margin-top: 9vw;
}
#cta .btn-reservation a {
  border: 1px solid #514e49;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  #cta {
    padding: 0 30px;
  }
  #cta .wrap {
    max-width: 1200px;
    width: auto;
  }
  #cta .box {
    padding: 109px 0 118px;
  }
  #cta .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 161px;
    margin-top: 75px;
  }
  #cta .btn-tel {
    margin-top: 0;
  }
  #cta .btn-tel dl dt {
    font-size: 36px;
  }
  #cta .btn-tel dl dt img {
    width: auto;
    margin: -5px 15px 0 0;
  }
  #cta .btn-tel dl dd {
    margin-top: 33px;
  }
  #cta .btn-reservation {
    width: 300px;
    margin-top: 0px;
  }
  #cta .btn-reservation a {
    font-size: 22px;
    line-height: 79px;
    transition: 0.4s ease;
  }
  #cta .btn-reservation a:hover {
    letter-spacing: 0.25em;
  }
}

#wine {
  padding-top: 15vw;
}
#wine .set1 .bg_parallax {
  min-height: 100vw;
}
#wine .set1 h2 {
  margin-top: 10vw;
}
#wine .set1 h2 span {
  text-align: center;
  display: block;
}
#wine .set1 h2 span.jp {
  margin-top: 5vw;
}
#wine .set2 {
  margin-top: 10vw;
}
#wine .set2 .row1 {
  position: relative;
}
#wine .set2 .row1 .deco {
  position: absolute;
  top: 45vw;
  left: 0;
  right: -27%;
  z-index: -1;
}
#wine .set2 .row1 .group-txt .txt {
  background: url("../img/dinner/wine_deco2.png") no-repeat left bottom/40px
    auto;
  padding-bottom: 10vw;
}
#wine .set2 .row2 {
  position: relative;
  margin-top: 15vw;
}
#wine .set2 .row2 .deco {
  position: absolute;
  top: 27vw;
  left: 0;
  right: 0;
  z-index: -1;
}
#wine .btn-popup {
  margin-top: 10vw;
}
@media screen and (max-width: 767px) {
  #wine .group-txt {
    margin-top: 5vw;
  }
  #wine .group-txt h3 {
    text-align: center;
  }
  #wine .group-txt .txt {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px) {
  #wine {
    padding-top: 184px;
  }
  #wine .set1 {
    margin: 0 50px;
  }
  #wine .set1 .wrap {
    width: auto;
  }
  #wine .set1 .bg_parallax {
    min-height: 630px;
  }
  #wine .set1 h2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 45px 16px 0 26px;
  }
  #wine .set1 h2::before {
    content: "";
    position: absolute;
    top: calc(50% + 4px);
    left: 110px;
    right: 640px;
    transform: translateY(-50%);
    background: #998e7f;
    height: 1px;
  }
  #wine .set1 h2 span {
    text-align: left;
    line-height: 1;
  }
  #wine .set1 h2 span.jp {
    margin-top: 7px;
  }
  #wine .set2 {
    margin-top: 150px;
  }
  #wine .set2 .wrap {
    max-width: 1050px;
    width: auto;
  }
  #wine .set2 .row1 .deco {
    top: -88px;
    right: auto;
    left: 50%;
    width: 1200px;
    transform: translateX(-50%);
  }
  #wine .set2 .row1 .photo {
    position: absolute;
    top: 556px;
    left: calc(-50vw + 50%);
    right: 635px;
    height: 500px;
  }
  #wine .set2 .row1 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #wine .set2 .row1 .group-txt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #wine .set2 .row1 .group-txt h3 {
    margin-right: 130px;
    white-space: nowrap;
  }
  #wine .set2 .row1 .group-txt h3 span {
    margin-top: 37px;
  }
  #wine .set2 .row1 .group-txt .txt {
    background-size: auto;
    margin-top: 290px;
    padding-bottom: 86px;
  }
  #wine .set2 .row2 {
    margin-top: 170px;
  }
  #wine .set2 .row2 .deco {
    top: 229px;
    left: 230px;
    right: auto;
  }
  #wine .set2 .row2 .photo {
    position: absolute;
    top: 0;
    left: 525px;
    right: calc(-50vw + 50%);
    height: 385px;
  }
  #wine .set2 .row2 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #wine .set2 .row2 .group-txt {
    padding: 216px 0 0 61px;
  }
  #wine .set2 .row2 .group-txt .txt {
    margin-top: 60px;
  }
  #wine .btn-popup {
    margin: 104px auto 0;
  }
}

#scene {
  padding: 15vw 0;
}
#scene h2 {
  text-align: center;
  color: #651616;
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 0.05em;
}
#scene .bnr {
  margin-top: 20vw;
}
#scene .bnr a {
  position: relative;
  display: block;
  background: #c0b097;
  color: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
  padding: 4vw;
}
#scene .bnr a::before {
  content: "";
  position: absolute;
  top: -10vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background: #998e7f;
  width: 1px;
  height: 20vw;
}
#scene .bnr a .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#scene .bnr a h3 {
  text-align: center;
  margin-top: 5vw;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  #scene {
    padding: 181px 0 173px;
  }
  #scene .wrap {
    max-width: 1320px;
    width: auto;
    padding: 0 60px;
  }
  #scene h2 {
    font-size: 60px;
  }
  #scene .bnr {
    margin-top: 165px;
  }
  #scene .bnr a {
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
  }
  #scene .bnr a::before {
    top: -130px;
    height: 186px;
  }
  #scene .bnr a:after {
    content: "";
    position: absolute;
    border: 1px solid #651616;
    inset: -20px;
    opacity: 0;
    transition: 0.3s;
  }
  #scene .bnr a .photo {
    flex: 1;
    height: 420px;
  }
  /* #scene .bnr a h3 {
    margin: 22px 68px 0 93px;
    cursor: pointer;
  } */

  /* ★ここを修正・追記します */
  #scene .bnr a h3 {
    margin: 22px 68px 0 93px; /* 基本はPC用の広い余白 */
    cursor: pointer;
    flex-shrink: 0; /* iPadで画像に押し潰されるのを防ぐ絶対ルール */
    white-space: nowrap;
  }

  #scene .bnr a:hover:after {
    opacity: 1;
  }
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  background: url("../img/shared/main_bg.jpg") repeat center;
  padding-bottom: 50px;
}
.remodal .remodal-close {
  position: sticky;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  z-index: 1;
}
.remodal h2 {
  margin-top: 40px;
}
.remodal h2 span {
  display: block;
  line-height: 1;
}
.remodal h2 span.en {
  color: #651616;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.remodal h2 span.jp {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.remodal .note {
  margin-top: 40px;
  line-height: 1;
}
.remodal .row {
  margin-top: 40px;
}
.remodal .col + .col {
  margin-top: 40px;
}
.remodal .item h3 {
  border-top: 1px solid #5c5954;
  border-bottom: 1px solid #5c5954;
  font-size: 18px;
  line-height: 49px;
  letter-spacing: 0.1em;
}
.remodal .item dl {
  display: flex;
  justify-content: space-between;
  text-align: left;
  border-bottom: 1px solid #5c5954;
  gap: 5px;
  padding: 12px 0;
  font-size: 15px;
  line-height: 25px;
}
.remodal .item dl dt {
  flex: 1;
}
.remodal .item + .item {
  margin-top: 40px;
}
.remodal .remodal-close-bot {
  display: block;
  border: none;
  outline: none;
  background: transparent;
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 100%;
    padding-bottom: 133px;
  }
  .remodal .remodal-close {
    width: 100px;
    height: 100px;
    transition: 0.3s;
  }
  .remodal .remodal-close:hover {
    opacity: 0.8;
  }
  .remodal h2 {
    margin-top: 60px;
  }
  .remodal h2 span.jp {
    margin-top: 26px;
  }
  .remodal .note {
    margin-top: 70px;
  }
  .remodal .row {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .remodal .col {
    width: 300px;
  }
  .remodal .col + .col {
    margin-top: 0;
  }
  .remodal .item + .item {
    margin-top: 55px;
  }
  .remodal .remodal-close-bot {
    width: 300px;
    margin: 170px auto 0;
    transition: 0.3s;
  }
  .remodal .remodal-close-bot:hover {
    opacity: 0.8;
  }
}

/* 通常（PCなど）は改行を無視する */
.ipad-only {
  display: none;
}

/* iPad（タブレット）以下の画面幅になったら改行を有効にする */
@media screen and (max-width: 1024px) {
  .ipad-only {
    display: inline;
  }
}
