@charset "UTF-8";
html.responsive {
  --paddingWrap: 4vw;
}

.ttl-deco {
  color: #4d574a;
  letter-spacing: 0.05em;
  position: relative;
  --gap: 1.2vw;
}
.ttl-deco::before, .ttl-deco::after {
  content: "";
  display: inline-block;
  background: url("../img/english/s6_ttl_deco.png") no-repeat center;
  width: 6vw;
  height: 6vw;
  background-size: contain;
  margin: 0 20px -1.2vw;
}
.ttl-deco::after {
  position: relative;
  transform: rotate(180deg);
}

.para-sec {
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  padding: 25vw 0;
}
.para-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.para-sec .bg p {
  width: 100%;
  height: 100%;
}
.para-sec .bg p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.para-sec h2 {
  display: table;
  margin: 0 auto 6vw;
}

.tel {
  text-align: center;
  line-height: 32px;
}
.tel dt {
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  margin-left: 3px;
  line-height: 25px;
}
.tel dd {
  font-size: 33px;
  letter-spacing: 0.03em;
}
.tel dd img {
  width: 16px;
  margin: -5px 5px 0px 3px;
}

.course-item .left h3 {
  --gap: 1.2vw;
  border-bottom: 1px solid #98988d;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
.course-item .left ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-item .left ul li::before {
  content: "・";
}
.course-item .right {
  margin-top: 10vw;
  text-align: center;
}
.course-item .right h3 {
  font-size: 4.6vw;
  text-align: center;
  margin-bottom: 6vw;
  letter-spacing: 0.25em;
}
.course-item .right h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.25em;
  background: #8f474b;
  padding: 1px 0;
  margin-bottom: 6vw;
}
.course-item .right .row ul {
  display: table;
  margin: 4vw auto 0;
  letter-spacing: 0.1em;
}
.course-item .right .row .col {
  border-bottom: 1px solid #a8a099;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
}
.course-item .right .row .col:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.course-item .right .row + h4 {
  margin-top: 8vw;
  background: #545454;
}

.table {
  display: table;
  margin: 0 auto;
  background: #8f474b;
  color: #fff;
  padding: 1px 35px 0px;
  letter-spacing: 0.25em;
}
.table.gray {
  background: #545454;
}

@media screen and (min-width: 768px) {
  .wrap {
    width: calc(100% - 40px) !important;
    max-width: 1000px;
    padding: 0 !important;
  }
  .tel dt {
    font-size: 15px;
    line-height: 31px;
  }
  .tel dd {
    font-size: 37px;
  }
  .tel dd img {
    width: 18px;
    margin-left: 5px;
  }
  .para-sec {
    padding: 237px 0 198px;
  }
  .para-sec .wrap {
    max-width: 690px;
  }
  .para-sec .bg p {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .para-sec .bg p img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
    display: block !important;
  }
  .para-sec h2 {
    margin-bottom: 41px;
  }
  .para-sec .txt {
    text-align: center;
    margin-left: 2px;
  }
  .ttl-deco {
    letter-spacing: 0.05em;
  }
  .ttl-deco::before, .ttl-deco::after {
    width: 22px;
    height: 22px;
    margin: 0 20px -2px;
  }
  .price {
    font-size: 23px;
  }
  .course-item .left {
    width: 444px;
  }
  .course-item .left h3 {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .course-item .left ul {
    margin-left: -2px;
  }
  .course-item .right {
    margin-right: -21px;
    width: 550px;
    margin-top: -81px;
  }
  .course-item .right h3 {
    font-size: 18px;
    margin-bottom: 24px;
    margin-left: 4px;
  }
  .course-item .right h4 {
    line-height: 31px;
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .course-item .right .row {
    margin: 0 -8px 0px;
    position: relative;
    left: -4px;
  }
  .course-item .right .row .col {
    -ms-flex: 1 1 0px;
        flex: 1 1 0;
    border: none;
    border-right: 1px solid #a8a099;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .course-item .right .row ul {
    line-height: 35px;
    margin-top: 2px;
  }
  .course-item .right .row + h4 {
    margin-top: 44px;
  }
}
/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
  padding: 16vw 0 26vw;
  position: relative;
  z-index: 1;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5vw;
  width: 70%;
  height: 37vw;
  background: url("../img/english/s1_d1.png") no-repeat center;
  background-size: contain;
}
#sec1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5vw;
  width: 70%;
  height: 57vw;
  background: url("../img/english/s1_d2.png") no-repeat center;
  background-size: contain;
}
#sec1 .row1 {
  gap: 8vw;
  margin-bottom: 6vw;
}
#sec1 .row1 .photo {
  width: 100%;
  margin-left: -4vw;
}
#sec1 .row1 h2 {
  letter-spacing: 0.15em;
}
#sec1 .photo2 {
  margin: 10vw 5% 0;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 177px 0 202px;
  }
  #sec1::before {
    width: 547px;
    height: 500px;
    right: calc(50% - 541px);
  }
  #sec1::after {
    width: 584px;
    height: 472px;
    right: calc(50% - 653px);
  }
  #sec1 .row1 {
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 166px;
  }
  #sec1 .row1 .photo {
    width: auto;
    margin-left: -211px;
  }
  #sec1 .row1 h2 {
    margin: 62px -33px 0px 0px;
  }
  #sec1 .text {
    margin-left: 2px;
    width: 790px;
  }
  #sec1 .photo2 {
    margin: 0;
    position: absolute;
    top: 306px;
    right: -41px;
  }
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
  padding: 1px 0 24vw;
  background: url("../img/shared/bg1.jpg") center/297px;
}
#sec2 .row {
  gap: 8vw;
}
#sec2 .row h2 {
  letter-spacing: 0.28em;
}
#sec2 .row .photo {
  margin-top: -10vw;
}
#sec2 .row .txt {
  margin-top: 6vw;
  text-align: left;
}
#sec2 .s2-js {
  margin-top: 12vw;
}
#sec2 .s2-js p {
  width: 250px !important;
  margin: 0 7px;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 98px 0 147px;
  }
  #sec2 .row {
    gap: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec2 .row .photo {
    margin-top: -162px;
    margin-left: -66px;
  }
  #sec2 .row .content {
    width: 456px;
  }
  #sec2 .row .content .txt {
    margin: 39px -4px 0 2px;
    text-align: left;
  }
  #sec2 .s2-js {
    margin-top: 60px;
  }
  #sec2 .s2-js p {
    width: 400px !important;
    margin: 0 15px;
  }
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3{
  position: relative;
}
#sec3 .note1 {
  text-align: center;
}
#sec3 .para-sec h2 {
  color: inherit;
}
#sec3 .para-sec h2::before, #sec3 .para-sec h2::after {
  background: url("../img/english/ttl_deco.png") no-repeat;
  background-size: contain;
}
#sec3 .main {
  position: relative;
  padding: 16vw 0;
  z-index: 1;
}
#sec3 .main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 40vw;
  background: url("../img/english/s3_deco.png") no-repeat right;
  background-size: contain;
  z-index: -1;
}
#sec3 .main .row1 .sl-fade {
  margin-top: 10vw;
  line-height: 1;
}
#sec3 .main .row1 .sl-fade .slick-dots {
  margin-top: 2vw;
  position: static;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 2%;
}
#sec3 .main .row1 .sl-fade .slick-dots li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  height: auto;
  margin: 0;
  aspect-ratio: 160/130;
}
#sec3 .main .row1 .sl-fade .slick-dots li button {
  width: 100%;
  height: 100%;
  background: url("../img/english/s3_js1.jpg") no-repeat center;
  background-size: cover;
  border-radius: 0;
  border: none;
}
#sec3 .main .row1 .sl-fade .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(249, 239, 232, 0.7);
  transition: opacity 0.3s ease;
  opacity: 0;
}
#sec3 .main .row1 .sl-fade .slick-dots li:nth-child(2) button {
  background: url("../img/english/s3_js2.jpg") no-repeat center;
  background-size: cover;
}
#sec3 .main .row1 .sl-fade .slick-dots li:nth-child(3) button {
  background: url("../img/english/s3_js3.jpg") no-repeat center;
  background-size: cover;
}
#sec3 .main .row1 .sl-fade .slick-dots li.slick-active button::before {
  opacity: 1;
}
#sec3 .main .row1 .txt {
  margin: 6vw 0 10vw;
}
#sec3 .main .row1 .title {
  text-align: center;
}
#sec3 .main .row1 .title .table {
  display: table;
  margin: 0 auto;
  background: #8f474b;
  color: #fff;
  padding: 2px 19px;
}
#sec3 .main .row1 .title h3 {
  line-height: 1.6;
  margin: 4vw 0 2vw;
  --gap: 1vw;
  letter-spacing: 0.25em;
}
#sec3 .main .row1 .title .note {
  margin-top: 2vw;
}
#sec3 .main .border {
  margin-bottom: 12vw;
  border-top: 1px solid #9d9d93;
  border-bottom: 1px solid #9d9d93;
  padding: 10vw 0;
}
#sec3 .main .border h4 {
  margin-bottom: 6vw;
  font-size: 5vw;
  text-align: center;
}
#sec3 .main .border ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
#sec3 .main .border ul li::before {
  content: "・";
}
@media screen and (min-width: 768px) {
  #sec3 .note1 {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    text-align: center;
  }
  #sec3 .main {
    padding: 80px 0 128px;
  }
  #sec3 .main .wrap {
    max-width: 1254px;
  }
  #sec3 .main::before {
    width: 586px;
    height: 248px;
    top: 44px;
  }
  #sec3 .main .row1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  #sec3 .main .row1 .sl-fade {
    order: 1;
    width: 710px;
    width: calc(50% + 83px);
    margin-top: 0;
    position: static;
  }
  #sec3 .main .row1 .sl-fade img {
    width: 100%;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec3 .main .row1 .sl-fade .slick-dots {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 2px;
    top: 390px;
    width: calc(50% - 114px);
    margin: 0;
    gap: 16px;
  }
  #sec3 .main .row1 .sl-fade .slick-dots li:hover {
    opacity: 0.8;
  }
  #sec3 .main .row1 .title {
    order: 2;
    width: calc(50% - 83px);
    padding-top: 87px;
  }
  #sec3 .main .row1 .title .table {
    padding: 2px 32px 3px 38px;
    line-height: 28px;
    position: relative;
    left: 10px;
    letter-spacing: 0.25em;
  }
  #sec3 .main .row1 .title h3 {
    margin: 10px 0 14px 39px;
    line-height: 48px;
  }
  #sec3 .main .row1 .title .price {
    margin-left: -4px;
  }
  #sec3 .main .row1 .title .note {
    margin: 14px 0 0 0px;
  }
  #sec3 .main .row1 .txt {
    -ms-flex-order: 3;
        order: 3;
    width: 100%;
    text-align: center;
    margin: 57px 0 0 2px;
  }
  #sec3 .main .border {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 51px;
    padding: 32px 0 42px;
  }
  #sec3 .main .border h4 {
    font-size: 18px;
    letter-spacing: 0.25em;
    margin-left: 5px;
    margin-bottom: 25px;
  }
  #sec3 .main .border .row {
    margin: 0 9px 0 15px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec3 .main .btn-popup {
    text-align: center;
  }
  #sec3 .main .btn-popup a {
    max-width: 380px;
    height: 80px;
    padding-top: 13px;
  }
  #sec3 .main .btn-popup a::after {
    right: 21px;
    width: 14px;
  }
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 .para-sec {
  color: #161616;
}
#sec4 .main {
  padding: 16vw 4%;
  position: relative;
  z-index: 1;
}
#sec4 .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42vw;
  background: url("../img/english/s4_deco.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec4 .main .bg {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 12vw 0;
  margin-bottom: 5vw;
}
#sec4 .note{
  text-align: center;
  margin: 0 0 0;
}
@media screen and (min-width: 768px) {
  #sec4 .main {
    padding: 69px 20px 166px;
  }
  #sec4 .main::before {
    width: 607px;
    height: 249px;
  }
  #sec4 .main .bg {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto 20px;
    position: relative;
    left: 15px;
    padding: 124px 0 52px;
  }
  #sec4 .main .bg .wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
    left: -15px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  #sec4 .main .bg {
    left: 0;
  }
  #sec4 .main .bg .wrap {
    gap: 10px;
    left: 0;
  }
  #sec4 .main .bg .right {
    margin-right: 0;
  }
}

/*--------------------------------------
    sec5
--------------------------------------*/
#sec5 {
  background: url("../img/shared/bg2.jpg") repeat;
  color: #fff;
  padding: 16vw 0;
}
#sec5 h2 {
  --gap: 1.2vw;
  text-align: center;
}
#sec5 ul {
  margin: 10vw 0;
}
#sec5 ul li + li {
  margin-top: 6vw;
}
#sec5 .box {
  background: rgba(255, 255, 255, 0.15);
  padding: 8vw 4%;
}
#sec5 .box .btn-reserve {
  margin: 6vw 0;
}
#sec5 .box .border {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10vw 4%;
}
#sec5 .box .border h3 {
  font-size: 4.6vw;
  text-align: center;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 102px 0 120px;
  }
  #sec5 h2 {
    margin-left: 5px;
  }
  #sec5 ul {
    margin: 35px 0 72px 5px;
    text-align: center;
    line-height: 2;
  }
  #sec5 ul li + li {
    margin-top: 20px;
  }
  #sec5 .box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    left: 1px;
    padding: 51px 2px 81px 0;
    box-sizing: border-box;
  }
  #sec5 .box .btn-reserve {
    margin: 26px 0 47px;
    text-align: center;
  }
  #sec5 .box .btn-reserve a {
    max-width: 273px;
    height: 62px;
    font-size: 17px;
  }
  #sec5 .box .border {
    width: 605px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding: 53px 0 55px 4px;
    line-height: 25px;
  }
  #sec5 .box .border h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
  }
   #sec5 .box .border .txt{
     text-align:center;
   }
}

/*--------------------------------------
    sec6
--------------------------------------*/
#sec6 {
  padding: 16vw 0;
  position: relative;
  z-index: 1;
}
#sec6::before {
  content: "";
  position: absolute;
  top: 83vw;
  right: 5vw;
  width: 65%;
  height: 28vw;
  background: url("../img/english/s6_d1.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec6::after {
  content: "";
  position: absolute;
  bottom: 68vw;
  left: 0;
  width: 86%;
  height: 48vw;
  background: url("../img/english/s6_d2.png") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#sec6 .row {
  gap: 7vw;
}
#sec6 .row + .row {
  margin-top: 12vw;
}
#sec6 .row .sl-fade {
  line-height: 1;
}
#sec6 .row .sl-fade .slick-dots {
  position: absolute;
  bottom: 22px;
}
#sec6 .row .sl-fade .slick-dots li {
  margin: 0 9px;
}
#sec6 .row .sl-fade .slick-dots li button {
  background: #959d93;
  border: none;
}
#sec6 .row .sl-fade .slick-dots li.slick-active button {
  background: #fff;
}
#sec6 .row .content {
  text-align: center;
}
#sec6 .row .content h2{
  text-align:center;
}
#sec6 .row .content .ttl-deco {
  margin: 0 auto 6vw;
}
#sec6 .row .content .txt {
  text-align: left;
  margin-top: 6vw;
}
#sec6 .row .content .btn-popup {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 130px 0 125px;
  }
  #sec6::before {
    width: 598px;
    height: 236px;
    top: 0;
    right: calc(50% - 717px);
  }
  #sec6::after {
    width: 338px;
    height: 229px;
    bottom: 341px;
  }
  #sec6 .wrap {
    max-width: 1250px;
  }
  #sec6 .row {
    -ms-flex-align: start;
        align-items: start;
    gap: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec6 .row .sl-fade {
    width: 56.8%;
  }
  #sec6 .row .sl-fade img {
    width: 100%;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sec6 .row .sl-fade .slick-dots {
    bottom: 31px;
  }
  #sec6 .row .content {
    padding-top: 21px;
    width: 460px;
    min-width: 427px;
    margin-right: -6px;
  }
  #sec6 .row .content .ttl-deco {
    margin-bottom: 23px;
  }
   #sec6 .row .content h2{
     text-align:center
   }
  #sec6 .row .content .ttl-deco::after {
    left: -6px;
  }
  #sec6 .row .content h3 {
    line-height: 55px;
    margin-left: 3px;
  }
  #sec6 .row .content .txt {
    margin-top: 40px;
    text-align: justify;
  }
  #sec6 .row .content .btn-popup {
    margin: 83px 0 0 -2px;
  }
  #sec6 .row + .row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-top: 137px;
  }
  #sec6 .row + .row .content {
    margin-right: 0;
  }
  #sec6 .row + .row .content .ttl-deco {
    left: -5px;
  }
  #sec6 .row + .row .content .ttl-deco::before, #sec6 .row + .row .content .ttl-deco::after {
    margin: 0 30px;
  }
  #sec6 .row + .row .content .btn-popup {
    margin-top: 51px;
  }
}

/*--------------------------------------
  sec7
--------------------------------------*/
#sec7 {
  padding-bottom: 16vw;
}
#sec7 .bg {
  height: 80vw;
}
#sec7 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec7 .row1 {
  gap: 7vw;
}
#sec7 .row1 .photo {
  margin-top: -11vw;
}
#sec7 .row1 h2 {
  font-size: 6vw;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5vw;
}
#sec7 .row2 {
  margin-top: 10vw;
}
#sec7 .row2 .photo1 {
  width: 80vw;
  margin-left: auto;
}
#sec7 .row2 .photo2 {
  margin-top: 9vw;
  width: 49vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    padding-bottom: 105px;
  }
  #sec7 .bg {
    height: 599px;
  }
  #sec7 .wrap {
    max-width: 1016px;
  }
  #sec7 .row1 {
    gap: 30px;
    margin-top: 78px;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #sec7 .row1 .photo {
    margin: -126px 0 0 -117px;
  }
  #sec7 .row1 .content {
    width: 521px;
  }
  #sec7 .row1 .content h2 {
    font-size: 32px;
    margin: 0 0 35px -2px;
  }
  #sec7 .row2 {
    margin: 31px 0 0 19px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 30px;
  }
  #sec7 .row2 .photo1 {
    width: auto;
    margin: 0;
  }
  #sec7 .row2 .photo2 {
    width: auto;
    margin: 47px -53px 0 0;
  }
}

/*--------------------------------------
  remodal
--------------------------------------*/
.remodal {
  width: 100%;
  max-width: 1140px;
  background: transparent;
  padding: 0;
  color: #212121;
}
.remodal .remodal-close {
  margin-right: 5px;
}
.remodal .remodal-close button {
  width: 50px;
}
.remodal h2 {
  font-size: 8.3vw;
  text-align: center;
}
.remodal .note {
  margin: 3vw 0 6vw;
}
.remodal .btn-close {
  width: 50px;
  margin: 50px auto 0;
}

.course-popup .top {
  color: #fff;
  text-align: center;
  margin-bottom: 10vw;
}
.course-popup .top .border-text {
  border: 1px solid;
  padding: 5vw;
}
.course-popup .item {
  background: url("../img/shared/bg1.jpg") center/297px;
  padding: 8vw 4%;
  text-align: left;
}
.course-popup .item + .item {
  margin-top: 5vw;
}
.course-popup .c-item .table {
  margin-left: 0;
}
.course-popup .c-item .row-text {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2vw;
  margin-bottom: 5vw;
  border-bottom: 1px solid #97968b;
  margin-top: 3vw;
}
.course-popup .c-item ul {
  margin-top: 10vw;
}
.course-popup .c-item ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}
.course-popup .c-item ul li::before {
  content: "・";
}

.menu-popup {
  color: #fff;
}
.menu-popup .main dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 1px solid #4e4e4e;
  line-height: 30px;
  margin-bottom: 14px;
  padding-bottom: 15px;
}
.menu-popup .main dl dd {
  text-align: right;
  min-width: -moz-max-content;
  min-width: max-content;
}
.menu-popup .main .block + .block {
  margin-top: 31px;
}
.menu-popup .main h3 {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.18em;
  color: #eedfc1;
  margin-bottom: 9px;
}
.menu-popup .main + .col {
  margin-top: 31px;
}

@media screen and (min-width: 768px) {
  .remodal h2 {
    font-size: 42px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .remodal .note {
    margin: 34px 0 32px 7px;
  }
  .remodal .remodal-close {
    text-align: right;
    width: calc(100% - 40px);
    max-width: 1248px;
    margin: 0 auto 71px;
  }
  .remodal .remodal-close button {
    width: 60px;
  }
  .remodal .btn-close {
    width: 60px;
    cursor: pointer;
    margin-top: 70px;
  }
  .remodal .btn-close:hover {
    opacity: 0.8;
  }
  .course-popup .wrap {
    width: 100% !important;
    max-width: 1140px;
  }
  .course-popup .top {
    margin-bottom: 73px;
  }
  .course-popup .top .border-text {
    width: 100%;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 40px 7px;
  }
  .course-popup .item {
    padding: 63px 20px;
  }
  .course-popup .item .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .course-popup .item + .item {
    margin-top: 50px;
  }
  .course-popup .c-item .left {
    width: 430px;
    margin-top: 50px;
  }
  .course-popup .c-item .left .table {
    min-width: 96px;
    text-align: center;
  }
  .course-popup .c-item .left .row-text {
    margin-top: 6px;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }
  .course-popup .c-item .left .row-text .price {
    margin: 3px -10px 0 0;
  }
  .course-popup .c-item .left .note2 {
    font-size: 13px;
    line-height: 32px;
    letter-spacing: 0.18em;
    margin-right: -20px;
  }
  .course-popup .c-item .right {
    width: 530px;
    margin-right: -16px;
  }
  .course-popup .c-item .right ul {
    margin-top: 0;
  }
  .course-popup .course-item {
    padding: 124px 20px 56px;
  }
  .menu-popup .main {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 52px;
  }
  .menu-popup .main .col {
    width: calc(50% - 26px);
  }
}

h2,.txt,
li,
footer .shopinfo .address,
footer .shopinfo dl dd {
  text-align: left;
}

footer .shopinfo dl dt {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
  }
  .section-shopinfo .row .right dl dt {
  min-width: 116px;
}
@media screen and (min-width: 768px) {

  .fz28{
    line-height: 40px;
  }

}

#key .key2 img {
  object-position: 60% center;
}

.menu_toggle .sns li{
  text-align: center;
}

footer .contactbox .sns li{
  text-align: center;
}
@media screen and (min-width: 768px) {
.section-map .button {
  position: absolute;
  right: -4px;
  top: -2px;
  width: auto;
}
}