#header #key {
  position: relative;
}
#header #key::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shikimeshi/key_shadow.png") no-repeat center;
}
#header #key .img img {
  -o-object-position: 70% center;
  object-position: 70% center;
}
#header #key .key-ttl {
  height: 48vw;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #header #key .key-ttl {
    height: 287px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header #key .key-ttl {
    letter-spacing: 0.1em;
  }
}

#sec1 {
  background: url("../img/course/s1_deco.png") no-repeat center top 6vw/250%
    auto;
  padding: 20vw 0 0;
}
#sec1 .group-title .title-en {
  margin: 0 0 4vw;
}
#sec1 .group-title h2 {
  font-size: 6vw;
  line-height: 2.4;
  letter-spacing: 0.4em;
}
#sec1 .group-txt {
  margin: 10vw 0 0;
}
#sec1 .group-txt .txt {
  letter-spacing: 0.3em;
}
#sec1 .group-txt .txt + .txt {
  margin-top: 27.5px;
}
#sec1 .js-zoom {
  height: 80vw;
  margin: 15vw 0 0;
}
#sec1 .js-zoom .img {
  width: 72%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #sec1 {
    background: url("../img/course/s1_deco.png") no-repeat center top 34px;
    padding: 188px 0 0;
  }
  #sec1 .wrap {
    width: 1078px;
    display: flex;
    align-items: flex-start;
    gap: 138px;
  }
  #sec1 .group-title {
    display: flex;
    align-items: flex-start;
    height: 450px;
    gap: 80px;
  }
  #sec1 .group-title .title-en {
    margin: 124px 0 0;
  }
  #sec1 .group-title h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .group-title h2 {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .group-txt {
    margin: 76px 0 0;
    width: 640px;
  }
  #sec1 .group-txt .txt {
    letter-spacing: 0.3em;
    margin: 0 -30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .group-txt .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .group-txt .txt + .txt {
    margin-top: 40px;
  }
  #sec1 .js-zoom {
    height: 650px;
    margin: 133px 0 0;
  }
  #sec1 .js-zoom .img {
    width: 72%;
  }
}

#sec2 {
  overflow: hidden;
}
#sec2 .set1 {
  padding: 20vw 0 0;
}
#sec2 .set1 .sub-txt {
  text-align: center;
  color: #333;
  margin: 0 0 12vw;
  letter-spacing: 0.15em;
}
#sec2 .set2 {
  margin: 20vw 0 0;
  position: relative;
}
#sec2 .set2 h2 {
  margin: 0 auto 10vw;
  border-left: 1px solid #9e9c88;
  border-right: 1px solid #9e9c88;
  height: 25vw;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 6vw;
  line-height: 1.5;
  padding: 0 2vw;
}
#sec2 .set2 .deco {
  position: absolute;
  width: 60vw;
  top: 135vw;
  left: 50%;
}
#sec2 .set2 .img {
  position: relative;
  z-index: 2;
  width: 90vw;
}
#sec2 .set2 .txt_come2 {
  margin-left: 12vw;
}
#sec2 .set2 .img2 {
  margin: 10vw 3vw 0 auto;
  width: 37vw;
  position: relative;
  z-index: 2;
}
#sec2 .set2 .img3 {
  position: relative;
  z-index: 2;
  margin: -10vw 0 0 5vw;
  width: 50vw;
}
#sec2 .set2 .group-img {
  margin: 12vw 5vw 0;
}
#sec2 .set3 {
  margin: 20vw 0 0;
  position: relative;
}
#sec2 .set3 .deco {
  position: absolute;
  width: 50vw;
  top: 70vw;
  right: 50vw;
}
#sec2 .set3 h2 {
  margin: 0 auto 10vw;
  border-left: 1px solid #9e9c88;
  border-right: 1px solid #9e9c88;
  height: 25vw;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 6vw;
  line-height: 1.5;
  padding: 0 2vw;
}
#sec2 .set3 .s2-thumb {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin: 8vw 0 0;
}
#sec2 .set3 .s2-thumb .col {
  display: flex;
  gap: 1vw;
}
#sec2 .set3 .s2-thumb .col .thumb {
  position: relative;
  cursor: pointer;
}
#sec2 .set3 .s2-thumb .col .thumb img {
  width: 100%;
  height: auto;
}
#sec2 .set3 .s2-thumb .col .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.5;
  transition: all 0.5s;
  mix-blend-mode: multiply;
}
#sec2 .set3 .s2-thumb .col .thumb.active::before {
  opacity: 0;
}
#sec2 .set4 {
  margin: 20vw 0 0;
}
#sec2 .set4 .box {
  background: #f0f0ec;
  padding: 5vw;
}
#sec2 .set4 .box .group-content {
  margin: 0 0 10vw;
}
#sec2 .set4 .box .group-content h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  line-height: 2.4;
  font-size: 5.5vw;
  letter-spacing: 0.4em;
  margin: 0 0 36px;
}
#sec2 .set4 .box .group-content .txt {
  text-align: justify;
  letter-spacing: 0.3em;
}
#sec2 .set4 .box .group-content .txt + .txt {
  margin-top: 27.5px;
}
@media screen and (min-width: 768px) {
  #sec2 .set1 {
    padding: 142px 0 0;
  }
  #sec2 .set1 .sub-txt {
    line-height: 2;
    letter-spacing: 0.3em;
    margin: 0 0 116px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set1 .sub-txt {
    letter-spacing: 0.15em;
  }
}

#sec2 .set1 .box {
  padding: 12vw 5vw 7vw;
  position: relative;
}
#sec2 .set1 .box:before {
  background: url("../img/course/s2_bg.png");
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
#sec2 .set1 .box dl {
  text-align: center;
}
#sec2 .set1 .box dl dt {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
#sec2 .set1 .box dl dd {
  margin: 3vw 0 0;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.4em;
}
#sec2 .set1 .box .txt {
  margin: 7vw 0 10vw;
  letter-spacing: 0.3em;
}
#sec2 .set1 .box .txt2 {
  border-top: 1px dotted #aea68a;
  border-bottom: 1px dotted #b9b299;
  padding: 6vw 0 0;
  line-height: 30px;
  height: 120px;
  display: flex;
  width: 100%;
}
#sec2 .set1 .box .txt2 span {
  display: block;
  text-align: left;
  letter-spacing: 0.3em;
  margin: 0 auto;
}
#sec2 .set1 .boxa {
  text-align: center;
  position: relative;
}
#sec2 .set1 .boxa ul {
  margin: 3vw 0 0;
  line-height: 2.5;
}
#sec2 .set1 .price {
  text-align: center;
  margin: 8vw 0 5vw;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  margin-top: 5vw;
}
#sec2 .set1 .price_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 5vw 0;
}
#sec2 .set1 .price_group .price.price:nth-of-type(1) {
  border-bottom: 1px dotted #aea68a;
  padding-bottom: 10vw;
}
#sec2 .txt_come {
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #sec2 .set1 .boxa .item + .item {
    border-top: 1px dotted #aea68a;
    padding-top: 3vw;
    margin-top: 3vw;
  }
  #sec2 .set1 .boxa ul {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    height: 120px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
  }
  #sec2 .set1 .boxa ul li {
    height: 120px;
  }
  #sec2 .set1 .boxa ul li:not(:nth-child(1)) {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .box {
    padding: 94px 0 90px;
  }
  #sec2 .set1 .box:before {
    left: -70px;
    right: -70px;
  }
  #sec2 .set1 .box dl dt {
    font-size: 25px;
  }
  #sec2 .set1 .box dl dd {
    margin: 17px 0 0;
    font-size: 20px;
  }
  #sec2 .set1 .box dl dd span {
    font-size: 15px;
    letter-spacing: 0.3em;
  }
  #sec2 .set1 .box .txt {
    text-align: center;
    margin: 38px 0 60px;
    letter-spacing: 0.3em;
  }
  #sec2 .set1 .price {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
  }
  #sec2 .set1 .boxa {
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 88px;
  }
  #sec2 .set1 .boxa .item {
  }
  #sec2 .set1 .boxa .item + .item {
    border-left: 1px dotted #aea68a;
    padding-left: 30px;
    margin-left: 30px;
  }
  #sec2 .set1 .boxa dl {
    line-height: 1.5;
    letter-spacing: 0.4em;
    padding-left: 1.2em;
    font-size: 20px;
  }
  #sec2 .set1 .boxa dl dd span {
    font-size: 15px;
    letter-spacing: 0.3em;
  }
  #sec2 .set1 .boxa ul {
    margin: 38px 0 0;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set1 .box .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set1 .box .txt2 {
    padding: 57px 0 0;
    margin: 0 auto;
    width: 750px;
    line-height: 50px;
    height: 160px;
  }
  #sec2 .set2 {
    margin: 144px 0 0;
  }
  #sec2 .set2 h2 {
    position: absolute;
    top: 164px;
    left: calc(50% + 245px);
    margin: 0;
    height: 130px;
    font-size: 30px;
    padding: 0 7px;
  }
  #sec2 .set1 .price_group {
    justify-content: space-evenly;
    flex-direction: row;
    margin-top: 50px;
  }
  #sec2 .set1 .price_group .price.price:nth-of-type(1) {
    border-bottom: 0px;
    border-right: 1px dotted #aea68a;
    padding-right: 120px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set2 h2 {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set2 .deco {
    width: 470px;
    top: 654px;
    left: calc(50% + 144px);
  }
  #sec2 .set2 .img {
    height: 611px;
    width: calc(50% - 1px);
  }
  #sec2 .set2 .txt_come2 {
    margin-left: 320px;
  }
  #sec2 .set2 .img2 {
    margin: -133px auto 0;
    max-width: calc(100% - 60px);
    text-align: right;
    width: 1230px;
  }
  #sec2 .set2 .img3 {
    margin: -72px auto 0;
    width: 604px;
  }
  #sec2 .set2 .group-img {
    margin: 157px auto 0;
    display: flex;
    width: 1200px;
    max-width: calc(100% - 60px);
  }
  #sec2 .set2 .group-img .img4 {
    width: 50%;
    height: 370px;
  }
  #sec2 .set3 {
    margin: 182px 0 0;
  }
  #sec2 .set3 .deco {
    width: 380px;
    top: 392px;
    right: calc(50% + 154px);
  }
  #sec2 .set3 .wrap {
    width: 1402px;
  }
  #sec2 .set3 .flex {
    max-width: 100%;
    width: 1341px;
    margin: 0 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
  }
  #sec2 .set3 h2 {
    position: absolute;
    top: 58px;
    left: 109px;
    margin: 0;
    height: 130px;
    font-size: 30px;
    padding: 0 7px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set3 h2 {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set3 .s2-slide {
    width: 1010px;
    max-width: calc(100% - 331px);
  }
  #sec2 .set3 .s2-slide .img {
    height: 690px;
  }
  #sec2 .set3 .s2-thumb {
    flex-direction: row;
    gap: 24px;
    margin: 0;
  }
  #sec2 .set3 .s2-thumb .col {
    flex-direction: column;
    gap: 19px;
  }
  #sec2 .set3 .s2-thumb .col .thumb {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec2 .set3 .s2-thumb .col .thumb:hover::before {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set4 {
    margin: 175px 0 0;
  }
  #sec2 .set4 .wrap {
    width: 1100px;
  }
  #sec2 .set4 .box {
    padding: 23px 21px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #sec2 .set4 .box .img {
    width: 510px;
    height: 594px;
    max-width: calc(100% - 486px);
  }
  #sec2 .set4 .box .group-content {
    width: 426px;
    margin: 40px 0 0 62px;
  }
  #sec2 .set4 .box .group-content h3 {
    font-size: 25px;
    margin: 0 0 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set4 .box .group-content h3 {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .set4 .box .group-content .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .set4 .box .group-content .txt + .txt {
    margin-top: 40px;
  }
}

#sec3 {
  margin: 20vw 0 0;
  overflow: hidden;
  background: url("../img/shikimeshi/s3_bg.jpg") no-repeat top center/150% auto,
    url("../img/shikimeshi/s3_bg2.jpg");
}
#sec3 .set1 {
  padding: 20vw 0 0;
  position: relative;
}
#sec3 .set1 .deco {
  position: absolute;
  width: 30vw;
  top: 30vw;
  right: 80vw;
}
#sec3 .set1 .deco2 {
  position: absolute;
  width: 30vw;
  bottom: 50vw;
  left: 80vw;
}
@media screen and (max-width: 767px) {
  #sec3 .set1 h2 {
    font-size: 4.5vw;
    letter-spacing: 0;
    margin: 0 -6vw;
  }
}
#sec3 .set1 h2 small {
  margin: 0 0 3vw;
}
#sec3 .set1 .price {
  text-align: center;
  /*margin: 8vw 0 5vw;*/
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  margin-top: 5vw;
}
#sec3 .set1 .price:nth-of-type(2) {
  margin-bottom: 5vw;
}
#sec3 .set1 .img {
  height: 64vw;
}
#sec3 .set1 .txt {
  margin: 12vw 0;
  letter-spacing: 0.3em;
}
#sec3 .set1 .box {
  border-top: 1px dotted #b9b299;
  border-bottom: 1px dotted #b9b299;
  display: flex;
  padding: 6vw 0 0;
}
#sec3 .set1 .box .txt2 {
  height: 115px;
  letter-spacing: 0.3em;
  line-height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #sec3 .set1 .box .txt2 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 180px 0 0;
    background: url("../img/shikimeshi/s3_bg.jpg") no-repeat top center/100%
        auto,
      url("../img/shikimeshi/s3_bg2.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec3 {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 {
    padding: 155px 0 0;
  }
  #sec3 .set1 .deco {
    width: 168px;
    top: 265px;
    right: calc(50% + 474px);
  }
  #sec3 .set1 .deco2 {
    width: 168px;
    bottom: 350px;
    left: calc(50% + 480px);
  }
  #sec3 .set1 .wrap {
    width: 1050px;
  }
  #sec3 .set1 h2 small {
    margin: 0 0 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .set1 h2 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 .price {
    /*margin: 57px 0 27px;*/
    font-size: 20px;
    margin-top: 29px;
  }
  #sec3 .set1 .price span {
    font-size: 15px;
    letter-spacing: 0.15em;
  }
  #sec3 .set1 .price:nth-of-type(2) {
    margin-bottom: 27px;
  }
  #sec3 .set1 .img {
    height: 500px;
  }
  #sec3 .set1 .txt {
    margin: 86px 0 88px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .set1 .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .set1 .box {
    width: 750px;
    margin: 0 auto;
    padding: 36px 0 0;
  }
  #sec3 .set1 .box .txt2 {
    height: 180px;
    line-height: 50px;
  }
}

#sec4 {
  overflow: hidden;
  padding: 20vw 0;
  position: relative;
}
#sec4 .img {
  position: relative;
  z-index: 2;
}
#sec4 .deco {
  position: absolute;
  width: 120vw;
  top: 80vw;
  left: -6vw;
}
#sec4 .deco2 {
  position: absolute;
  width: 30vw;
  top: 15vw;
  left: 50vw;
}
#sec4 .deco3 {
  position: absolute;
  width: 60vw;
  right: 50vw;
  bottom: 60vw;
}
#sec4 .flex .img2 {
  margin: 0 11vw 15vw;
  height: 80vw;
}
#sec4 .flex .group-content {
  margin: 15vw 0 10vw;
}
#sec4 .flex .group-content h2 {
  letter-spacing: 0.3em;
  text-align: left;
}
#sec4 .flex .group-content h2 small {
  margin: 0 0 5vw;
}
#sec4 .flex .group-content .txt {
  text-align: justify;
  letter-spacing: 0.3em;
  margin: 8vw 0;
}
#sec4 .img3 {
  margin: -8vw 0 0 40vw;
}
#sec4 .bnr {
  margin: 20vw 0 0;
}
#sec4 .bnr a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 20vw 0;
  background: #4b423d;
}
#sec4 .bnr a img {
  opacity: 1;
}
#sec4 .bnr a::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: all 0.5s;
  background: url("../img/course/s4_shadow.png") no-repeat center/cover;
}
#sec4 .bnr a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5vw;
  background: url("../img/course/s4_arrow.png") no-repeat center/auto 100%;
  height: 7vw;
  z-index: 2;
}
#sec4 .bnr a .img4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#sec4 .bnr a .title-common {
  position: relative;
  z-index: 2;
}
#sec4 .bnr a .title-common small {
  margin: 0 0 1vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 174px 0 168px;
  }
  #sec4 .deco {
    width: 1262px;
    top: -99px;
    left: calc(50% - 262px);
  }
  #sec4 .deco2 {
    width: 209px;
    top: 103px;
    left: calc(50% - 32px);
  }
  #sec4 .deco3 {
    width: 502px;
    right: calc(50% + 313px);
    bottom: 466px;
  }
  #sec4 .img {
    position: absolute;
    right: 0;
    left: calc(50% + 139px);
    height: 418px;
    top: 1010px;
  }
  #sec4 .wrap {
    width: 1298px;
  }
  #sec4 .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }
  #sec4 .flex .img2 {
    width: 675px;
    height: 880px;
    max-width: calc(100% - 525px);
    margin: 0;
  }
  #sec4 .flex .group-content {
    margin: 73px 0 0 113px;
    width: 415px;
  }
  #sec4 .flex .group-content h2 small {
    margin: 0 0 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec4 .flex .group-content h2 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .flex .group-content .txt {
    margin: 68px 0 81px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec4 .flex .group-content .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .img3 {
    margin: 181px auto 0;
    width: 924px;
  }
  #sec4 .bnr {
    margin: 147px auto 0;
    width: 1200px;
    max-width: 100%;
  }
  #sec4 .bnr a {
    padding: 154px 0 175px;
  }
  #sec4 .bnr a:after {
    bottom: 37px;
    height: 46px;
  }
  #sec4 .bnr a .title-common small {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec4 .bnr a:hover::before {
    opacity: 0;
  }
  #sec4 .bnr a:hover .img4 {
    opacity: 0.3;
  }
}

.remodal-menu {
  background: #fafaf5;
  max-width: 100%;
  width: 100%;
  padding: 50px 0 80px;
}
@media screen and (min-width: 768px) {
  .remodal-menu {
    max-width: 1400px;
    width: calc(100% - 60px);
    padding: 78px 0 105px;
  }
}

.popup-menu .remodal-close {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .popup-menu .remodal-close {
    width: 30px;
  }
}
.popup-menu .remodal-close2 {
  margin: 50px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .popup-menu .remodal-close2 {
    width: 40px;
  }
}
.popup-menu h2 {
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.4em;
}
.popup-menu h2 small {
  margin: 0 0 4vw;
}
.popup-menu .sub-txt {
  margin: 6vw 0 9vw;
  letter-spacing: 0.3em;
}
.popup-menu .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.popup-menu .flex .col {
  width: 100%;
}
.popup-menu .flex .col h4 {
  border: 1px solid #92845a;
  color: #322921;
  letter-spacing: 0.2em;
  font-size: 18px;
  line-height: 1.5;
  padding: 9px;
}
.popup-menu .flex .col h4 ~ h4 {
  margin-top: 50px;
}
.popup-menu .flex .col dl {
  border-bottom: 1px solid #d7d0c4;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #322921;
  line-height: 26px;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .popup-menu .remodal-close {
    margin-right: 0;
    margin-bottom: 0;
  }
  .popup-menu .remodal-close2 {
    margin: 90px auto 0;
  }
  .popup-menu h2 {
    font-size: 25px;
  }
  .popup-menu h2 small {
    margin: 0 0 30px;
  }
  .popup-menu .sub-txt {
    margin: 48px 0 70px;
    letter-spacing: 0.3em;
  }
  .popup-menu .flex {
    display: flex;
    gap: 17px;
  }
  .popup-menu .flex .col {
    width: calc((100% - 34px) / 3);
  }
  .popup-menu .flex .col h4 {
    font-size: 22px;
  }
  .popup-menu .flex .col h4 ~ h4 {
    margin-top: 72px;
  }
}

#sec3_2 {
  overflow: hidden;
  background: url("../img/shikimeshi/s3_bg2.jpg") repeat;
}
#sec3_2 .btn-link {
  margin: 0 auto;
}
#sec3_2 .set2 {
  margin: 0;
  position: relative;
  padding: 0 0 20vw;
}
#popup-sec3_2 .box {
}
#popup-sec3_2 .box h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  letter-spacing: 0.4em;
  font-size: 6vw;
  line-height: 1.6;
  margin: 0 0 3vw;
}
#popup-sec3_2 .box h3.note2 {
  font-size: 4vw;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin: 0 0 8vw;
}
#popup-sec3_2 .box .price {
  margin-bottom: 3vw;
}
#popup-sec3_2 .box .price p {
  font-size: 4.5vw;
  padding-bottom: 8vw;
}
#popup-sec3_2 .box .price p span {
  font-size: 14px;
}
#popup-sec3_2 .box .flex {
  display: inline-block;
  text-align: left;
}
#popup-sec3_2 .box .flex .col .txt {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1200px) {
  #popup-sec3_2 .box .flex .col .txt {
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 767px) {
  #sec3_2 .btn-link span {
    font-size: 15px;
  }
  #sec3_2 .btn-link span small {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec3_2 {
  }
  #sec3_2 .btn-link {
    margin: 0 auto;
    width: 600px;
  }
  #sec3_2 .btn-link span {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #sec3_2 .set2 {
    margin: 71px 0 0;
    padding: 0 0 100px;
  }
  #sec3_2 .set2 .deco {
    top: -125px;
    width: 322px;
    right: calc(50% + 375px);
  }
  #sec3_2 .set2 .wrap {
    width: 1200px;
  }
  #popup-sec3_2 .box {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
  }
  #popup-sec3_2 .box h2 {
    font-size: 25px;
    margin: 0 0 27px;
  }
  #popup-sec3_2 .box h3.note2 {
    font-size: 20px;
    margin: 0 0 67px;
  }
  #popup-sec3_2 .box .price {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #popup-sec3_2 .box .price p {
    width: 300px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0;
  }
  #popup-sec3_2 .box .price p span {
    font-size: 15px;
    line-height: 0;
  }
  #popup-sec3_2 .box .flex {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0;
  }
  #popup-sec3_2 .box .flex .col {
    width: 300px;
  }
  #popup-sec3_2 .box .flex .col .txt {
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #popup-sec3_2 .box .flex .col .txt {
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
}

#sec3_2 .box-tel {
  margin: 12vw 0 0;
  text-align: center;
  color: #fafaf5;
  background: url("../img/shared/bg.jpg");
}
#sec3_2 .box-tel .sub-tel {
  display: block;
  padding: 35px 0 0;
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 1;
}
#sec3_2 .box-tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 13px 0 21px;
  font-size: 26px;
}
#sec3_2 .box-tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/100% auto;
  width: 14.5px;
  height: 19.5px;
  margin-right: 10px;
}
#sec3_2 .box-tel .note-tel {
  display: block;
  font-size: 10px;
  color: #d0d0ce;
  line-height: 2;
  padding: 0 0 30px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  #sec3_2 .box-tel {
    margin: 87px auto 0;
    width: 600px;
    max-width: 100%;
  }
  #sec3_2 .box-tel .sub-tel {
    padding: 46px 0 0;
    font-size: 16px;
  }
  #sec3_2 .box-tel span {
    font-size: 30px;
  }
  #sec3_2 .box-tel span::before {
    background: url("../img/shared/icon_tel.png") no-repeat center/100% auto;
    width: 16px;
    height: 22px;
    margin-right: 10px;
  }
  #sec3_2 .box-tel .note-tel {
    font-size: 12px;
    padding: 0 0 48px;
    line-height: 1.2;
  }
}

#popup-sec3_2 .box .price {
  margin-bottom: 2.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px dotted #b9b299;
}
#popup-sec3_2 .box .price .boxl {
  font-size: 4.5vw;
  background: url(../img/shikimeshi/s3_bg2.jpg) repeat;
  padding: 2em 1.2em;
  margin-bottom: 1em;
  letter-spacing: 0.3em;
}
#popup-sec3_2 .box .price .boxl span {
  font-size: 14px;
}
#popup-sec3_2 .box .price .boxl ul {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  #popup-sec3_2 .box .price .boxl + .boxl {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  #popup-sec3_2 .box .price {
    display: flex;
    justify-content: center;
    padding-bottom: 2.8em;
  }
  #popup-sec3_2 .box .price .boxl {
    /*width: 300px;*/
    font-size: 22px;
    text-align: center;
  }
  #popup-sec3_2 .box .price .boxl + .boxl {
    margin-left: 1em;
  }
  #popup-sec3_2 .box .price .boxl span {
    font-size: 15px;
    line-height: 0;
  }
  #popup-sec3_2 .box .price .boxl ul {
    font-size: 15px;
  }
}
