/* Scss Document */
#opening {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--clobody);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
#opening h2 {
  font-size: 5.2vw;
  letter-spacing: 0.4em;
  line-height: 2.91;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(-100deg, #2a2a2a 0, #2a2a2a 30%, transparent 50%, transparent 100%);
  background-position: 0% 50%;
  background-size: 400% 100%;
  will-change: background-position;
  color: transparent;
  transition: color 5s cubic-bezier(1, 0.405, 0.24, 1), background-position 5s cubic-bezier(0.115, 0.405, 0.24, 1);
  transition-delay: 2s;
  opacity: 0;
}
#opening h2[style*=visible] {
  background-position: 100% 50%;
  color: #2a2a2a;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #opening h2 {
    font-size: 24px;
  }
}

body.intro #opening {
  opacity: 1;
}

body.intro main {
  position: fixed;
}

body.visible #opening {
  transition: all ease 2s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.bg-part {
  background-image: url(../img/shared/bg1.jpg);
  background-position: center top;
  background-repeat: repeat;
  color: var(--clowhite);
}

#sec1 .wrap {
  padding-top: 18vw;
  padding-bottom: 25vw;
}
#sec1 .wrap:before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 0px;
  right: 60%;
  bottom: 0px;
  background-image: url(../img/index/sec1_deco1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#sec1 h2 {
  letter-spacing: 0.2em;
}
#sec1 .sec1-img1 {
  margin: 8vw 3% 0px;
}
#sec1 .txt {
  margin-top: 8vw;
}
#sec1 .txt li + li {
  margin-top: 4vw;
}
#sec1 .sec1-img2 {
  margin: 10vw 19% 0px;
}
@media screen and (max-width: 767px) {
  #sec1 .wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
  #sec1 h2 span {
    margin: 0px 37%;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .wrap {
    padding-top: 105px;
    padding-bottom: 143px;
  }
  #sec1 .wrap:before {
    top: -66px;
    left: -320px;
    background-size: auto;
    width: 441px;
    height: 675px;
  }
  #sec1 h2 {
    width: 280px;
    margin: 126px 0px 0px;
  }
  #sec1 h2 span {
    margin-top: 6px;
  }
  #sec1 .sec1-img1 {
    margin: 0px -83px 0px 0px;
  }
  #sec1 .inner2 {
    flex-direction: row-reverse;
  }
  #sec1 .sec1-img2 {
    margin: -26px 0px 0px -25px;
  }
  #sec1 .txt {
    margin: 66px -22px 0px 0px;
    width: 570px;
    line-height: 2.533;
  }
  #sec1 .txt li + li {
    margin-top: 16px;
  }
}

#sec2 {
  position: relative;
  z-index: 0;
  padding: 53vw 0px 0px;
}
#sec2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 75vw;
  background-image: url(../img/index/sec2_bgimg.jpg);
  background-position: 78% center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#sec2 .sec2-group-img {
  margin: 10vw 15% 0px;
}
#sec2 .sec2-group-img li + li {
  margin-top: 2vw;
}
@media screen and (max-width: 767px) {
  #sec2 .wrap {
    padding-left: 6%;
    padding-right: 6%;
  }
  #sec2 .txt {
    margin-top: 70vw;
  }
  #sec2 .txt li + li {
    margin-top: 4vw;
  }
  #sec2 .txt1 {
    margin: 0px -3%;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 340px 0px 0px;
  }
  #sec2:before {
    bottom: 236px;
  }
  #sec2 h2 {
    margin-right: -70px;
    letter-spacing: 0.2em;
  }
  #sec2 .inner {
    margin-top: 84px;
  }
  #sec2 .txt {
    line-height: 2.93;
    letter-spacing: 0.2em;
    margin-left: -13px;
    height: 460px;
  }
  #sec2 .sec2-group-img {
    margin: 224px -79px 0px 0px;
  }
  #sec2 .sec2-group-img li + li {
    margin-top: 10px;
  }
}

#sec3 {
  padding: 25vw 0px 15vw;
}
#sec3 .wrap:before {
  content: "";
  position: absolute;
  top: -100vw;
  left: 15%;
  right: 15%;
  background-image: url(../img/shared/deco.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  height: 120vw;
}
#sec3 .sec3-slider {
  margin-top: 10vw;
  position: relative;
}
#sec3 .sec3-slider dl {
  margin: 5vw 3% 0px;
}
#sec3 .sec3-slider dl dt {
  font-size: 4.93vw;
  line-height: 1.81;
  box-sizing: border-box;
}
#sec3 .sec3-slider dl dd {
  box-sizing: border-box;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
}
#sec3 .slider-nav .slick-slide {
  filter: grayscale(1);
}
#sec3 .slider-nav .slick-slide.slick-active.slick-current {
  filter: grayscale(0);
}
#sec3 .sec3-btn {
  margin: 15vw 12% 0px;
}
@media screen and (max-width: 767px) {
  #sec3 .sec3-slider dl dt {
    text-align: center;
    letter-spacing: 0.05em;
  }
  #sec3 .sec3-slider dl dd {
    border-top-width: 1px;
    margin-top: 3vw;
    padding: 3vw 0px 0px;
  }
  #sec3 .slider-nav {
    margin: 8vw 8% 0px;
  }
  #sec3 .slider-nav .slick-slide {
    margin: 0px 1vw;
  }
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 140px 0px 102px;
  }
  #sec3 .wrap:before {
    top: -380px;
    left: 0px;
    right: 0px;
    width: 529px;
    height: 505px;
    margin: 0px auto;
  }
  #sec3 .sec3-slider {
    margin: 78px -30px 0px;
  }
  #sec3 .sec3-slider dl {
    margin: 26px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #sec3 .sec3-slider dl dt {
    font-size: 22px;
    text-align: right;
    width: 456px;
    padding: 0px 35px;
  }
  #sec3 .sec3-slider dl dd {
    line-height: 2.533;
    width: 603px;
    border-left-width: 1px;
    padding: 0px 39px;
  }
  #sec3 .slider-nav {
    width: 80px;
    position: absolute;
    top: 145px;
    right: -84px;
  }
  #sec3 .slider-nav .slick-slide {
    width: 80px !important;
    float: none;
    margin: 3px 0px;
  }
  #sec3 .sec3-img {
    height: 660px;
  }
  #sec3 .sec3-btn {
    width: 387px;
    margin: 109px auto 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1228px) {
  #sec3 .sec3-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
  #sec3 .sec3-slider dl dt {
    width: 426px;
    padding: 0px 20px;
  }
  #sec3 .sec3-slider dl dd {
    width: 573px;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1328px) {
    #sec3 .slider-nav {
    top: -3px;
  }
    #sec3 .sec3-img {
    height: 500px;
  }

}


#sec4 .wrap {
  padding-top: 12vw;
  padding-bottom: 15vw;
  z-index: 0;
}
#sec4 .wrap:before, #sec4 .wrap:after {
  content: "";
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
#sec4 .wrap:before {
  top: 0px;
  right: 0px;
  background-image: url(../img/index/sec4_deco1.png);
  width: 94%;
  height: 50vw;
}
#sec4 .wrap:after {
  left: 0px;
  bottom: 0px;
  background-image: url(../img/index/sec4_deco2.png);
  width: 94%;
  height: 50vw;
}
#sec4 .sec4-img {
  margin: 0px -3.5%;
}
#sec4 .col-txt {
  margin: 8vw 3% 0px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#sec4 .price {
  margin-top: 1vw;
  font-size: 20px;
  letter-spacing: 0.13em;
  line-height: 2.5;
}
#sec4 .price small {
  font-size: 16px;
}
#sec4 .txt {
  margin-top: 6vw;
}
@media screen and (max-width: 767px) {
  #sec4 h2, #sec4 .price {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #sec4 .wrap {
    width: auto;
    max-width: 1140px;
    padding: 128px 0px 145px;
  }
  #sec4 .wrap:before, #sec4 .wrap:after {
    background-size: auto;
  }
  #sec4 .wrap:before {
    top: 0px;
    right: -180px;
    width: 869px;
    height: 415px;
  }
  #sec4 .wrap:after {
    left: -180px;
    bottom: 0px;
    width: 718px;
    height: 367px;
  }
  #sec4 .col-txt {
    margin: 0px;
    padding: 46px 6px 117px;
  }
  #sec4 .price {
    margin-top: 7px;
    font-size: 20px;
  }
  #sec4 .price small {
    font-size: 16px;
  }
  #sec4 .txt {
    margin-top: 80px;
    line-height: 2.533;
  }
  #sec4 .sec4-img {
    position: absolute;
    top: 128px;
    right: 0px;
    margin: 0px;
  }
}

#sec5 {
  border-top-width: 7px;
  border-style: solid;
  border-color: var(--clonude);
  position: relative;
  padding-top: 20vw;
}
#sec5:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 35vw;
  background-image: url(../img/index/sec5_deco.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 150% auto;
  margin: 0px auto;
  z-index: -1;
}
#sec5 .inner1 {
  flex-direction: row-reverse;
}
#sec5 .sec5-img1 {
  width: 53%;
  margin: 32vw 0px 0px -3.5%;
}
#sec5 .sec5-img2 {
  margin: 7vw 5% 0px 50%;
}
#sec5 h2 {
  white-space: nowrap;
  letter-spacing: 0.2em;
  line-height: 2.3;
  margin: 0px 15% 0px 0px;
}
#sec5 .txt {
  margin: 10vw 3% 0px;
}
#sec5 .sec5-img3 {
  margin: 10vw 50% 0px 12%;
}
#sec5 .sec5-btn {
  margin: 12vw 12% 0px;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 200px;
  }
  #sec5:before {
    top: auto;
    bottom: -265px;
    background-size: auto;
    width: 1000px;
    height: 1811px;
  }
  #sec5 h2 {
    margin: 0px 198px 0px 0px;
  }
  #sec5 .sec5-img1 {
    width: auto;
    margin: 97px 0px 0px -77px;
  }
  #sec5 .sec5-img2 {
    width: 390px;
    margin: -101px 7px 0px auto;
  }
  #sec5 .inner2 {
    margin-top: 32px;
  }
  #sec5 .txt {
    height: 556px;
    margin: 0px 0px 0px 7px;
    line-height: 2.933;
    letter-spacing: 0.2em;
  }
  #sec5 .sec5-img3 {
    margin: 69px 7px 0px 0px;
  }
  #sec5 .sec5-btn {
    width: 387px;
    margin: 52px auto 0px;
  }
}

#sec6 {
  color: var(--clowhite);
  position: relative;
  padding-bottom: 12vw;
}
#sec6:before {
  content: "";
  position: absolute;
  top: -150vw;
  left: 0px;
  right: 0px;
  height: 260vw;
  background-image: url(../img/index/bg_blur.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 100% auto;
  z-index: -2;
}
#sec6:after {
  content: "";
  position: absolute;
  top: 100vw;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shared/bg1.jpg);
  background-position: center top;
  background-repeat: repeat;
  z-index: -2;
}
#sec6 .inner1 {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#sec6 .inner1 .photo-wrap {
  box-sizing: border-box;
  position: relative;
  padding-top: 40vw;
}
#sec6 .inner1 .photo-wrap .photo-zoom {
  width: 250px;
  height: 315px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
#sec6 .inner1 .photo-wrap .photo-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec6 h2 {
  position: absolute;
  top: calc(20vw + 50%);
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 1s;
  box-sizing: border-box;
}
#sec6 h2:before {
  content: "";
  position: absolute;
  top: -20vw;
  left: -20%;
  right: 0px;
  bottom: -20vw;
  background-image: url(../img/index/sec6_shadow.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
#sec6 h2.sec6-ttl-show {
  opacity: 1;
}
#sec6 .inner2 {
  margin-top: 10vw;
}
#sec6 .col-left {
  margin-top: 8vw;
}
#sec6 .sec6-img {
  margin: 0px 4%;
}
#sec6 .sec6-map {
  margin: 8vw 6% 0px;
}
@media screen and (max-width: 767px) {
  #sec6 .wrap {
    padding: 0px 6%;
  }
  #sec6 .inner1 .photo-wrap .photo-zoom img {
    object-position: 25%;
  }
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding-bottom: 128px;
  }
  #sec6:before {
    top: -295px;
    background-size: auto;
    height: 1190px;
  }
  #sec6:after {
    top: 895px;
  }
  #sec6 .inner1 .photo-wrap {
    box-sizing: border-box;
    padding-top: 265px;
  }
  #sec6 .inner1 .photo-wrap .photo-zoom {
    width: 790px;
    height: 630px;
    position: relative;
    margin: auto;
    overflow: hidden;
  }
  #sec6 h2 {
    top: calc(73px + 50%);
    left: 0px;
    right: 0px;
    margin: 0px auto;
    max-width: 1000px;
    padding: 0px 24px;
  }
  #sec6 h2:before {
    top: -95px;
    left: -75px;
    width: 470px;
    height: 300px;
  }
  #sec6 .inner2 {
    margin-top: 0px;
  }
  #sec6 .inner2 .wrap {
    flex-direction: row-reverse;
  }
  #sec6 .inner2 .col-left {
    margin: -58px 0px 0px -77px;
  }
  #sec6 .inner2 .sec6-map {
    margin: 84px 0px 0px 182px;
  }
  #sec6 .inner2 .txt {
    width: 439px;
    margin: 175px -77px 0px 0px;
    line-height: 2.53;
  }
  #sec6 .inner2 .txt li + li {
    margin-top: 38px;
  }
  #sec6 .sec6-img {
    margin: 0px;
  }
}

#sec7 .wrap {
  background-image: url(../img/index/sec7_deco.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 60% auto;
}
#sec7 .inner {
  column-gap: 1.5vw;
  justify-content: center;
}
#sec7 .inner-left {
  margin-top: 1.5vw;
  column-gap: 1.5vw;
}
#sec7 .inner-left ul li + li {
  margin-top: 1.5vw;
}
#sec7 .col-right li + li {
  margin-top: 1.5vw;
}
@media screen and (max-width: 767px) {
  #sec7 .wrap {
    padding: 6vw 1.5vw 18vw;
  }
}
@media screen and (min-width: 768px) {
  #sec7 .wrap {
    padding: 119px 0px 158px;
    background-size: auto;
  }
  #sec7 .inner {
    column-gap: 10px;
  }
  #sec7 .inner-left {
    margin-top: 10px;
    column-gap: 10px;
  }
  #sec7 .inner-left ul li + li {
    margin-top: 10px;
  }
  #sec7 .col-right li + li {
    margin-top: 10px;
  }
}

#sec8 {
  border-top-width: 7px;
  border-style: solid;
  border-color: var(--clonude);
  padding-top: 18vw;
}
#sec8 .inner {
  margin-top: 10vw;
}
#sec8 .vcard dl {
  display: flex;
  line-height: 1.66;
}
#sec8 .vcard dl dt {
  width: 90px;
}
#sec8 .vcard dl dd {
  width: calc(100% - 90px);
}
#sec8 .vcard dl + dl {
  margin-top: 5vw;
}
#sec8 .vcard .map-link {
  margin: 0px 5px;
  cursor: pointer;
}
#sec8 .vcard .map-link i {
  width: 9px;
  margin-right: 5px;
}
#sec8 .box-cancel {
  margin-top: 10vw;
}
#sec8 .box-cancel dt {
  border-bottom: 1px solid rgba(42, 42, 42, 0.2);
  padding-bottom: 1vw;
}
#sec8 .box-cancel dd {
  line-height: 2;
  margin-top: 2vw;
}
#sec8 .box-info {
  margin-top: 10vw;
  align-items: center;
  background: var(--clonavi);
  color: var(--clowhite);
}
#sec8 .box-info .box-left {
  width: 250px;
}
#sec8 .box-info .box-right {
  width: 310px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#sec8 .box-info .box-right li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#sec8 .sec8-logo {
  width: 80px;
  margin: 0px auto;
}
#sec8 .sec8-tit {
  font-size: 8px;
  line-height: 1.45;
  margin-top: 2vw;
  color: rgba(255, 255, 255, 0.7);
}
#sec8 .sec8-tel {
  letter-spacing: 0.025em;
  font-size: 20px;
  padding: 11px 5px 5px;
}
#sec8 .sec8-tel small {
  font-size: 12.5px;
}
#sec8 .btn-web {
  font-size: 13px;
}
#sec8 .btn-web a {
  padding: 15px 0px;
}
#sec8 .btn-web i {
  width: 13px;
  top: 0px;
  margin-right: 7px;
}
#sec8 .btn-web i img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #sec8 .wrap {
    padding: 0px 6%;
  }
  #sec8 .vcard {
    letter-spacing: 0.1em;
  }
  #sec8 .box-info .sec8-tit {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #sec8 {
    padding-top: 161px;
  }
  #sec8 .wrap {
    width: auto;
    max-width: 1154px;
    margin: 0px auto;
  }
  #sec8 .inner {
    margin-top: 108px;
    flex-direction: row-reverse;
  }
  #sec8 .sec8-logo {
    width: 103px;
  }
  #sec8 .col-right {
    width: 560px;
  }
  #sec8 .sec8-img {
    margin-top: 5px;
  }
  #sec8 .vcard dl {
    letter-spacing: 0.15em;
  }
  #sec8 .vcard dl dt {
    width: 125px;
  }
  #sec8 .vcard dl dd {
    width: calc(100% - 125px);
  }
  #sec8 .vcard dl + dl {
    margin-top: 25px;
  }
  #sec8 .box-cancel {
    margin-top: 43px;
  }
  #sec8 .box-cancel dt {
    padding-bottom: 4px;
  }
  #sec8 .box-cancel dd {
    margin-top: 7px;
  }
  #sec8 .box-info {
    width: 550px;
    margin: 26px 0px 0px 3px;
  }
  #sec8 .box-info .box-left {
    width: 250px;
  }
  #sec8 .box-info .box-right {
    width: 300px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
  #sec8 .box-info .box-right li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  #sec8 .sec8-tit {
    margin-top: 15px;
    font-size: 11px;
  }
  #sec8 .sec8-tel {
    padding: 15px 10px 9px;
    font-size: 26px;
  }
  #sec8 .sec8-tel small {
    font-size: 16px;
  }
  #sec8 .btn-web {
    font-size: 18px;
  }
  #sec8 .btn-web a {
    padding: 20px 0px;
  }
  #sec8 .btn-web i {
    width: 18px;
  }
}

#gmap {
  margin: 0px 6%;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  filter: grayscale(1);
}
#gmap .btn-map .for-pc {
  margin: 0px 5px;
}
#gmap .btn-map .for-pc i {
  margin-left: 10px;
}
#gmap .btn-map .for-sp {
  margin: 0px 5px;
}
#gmap .btn-map .for-sp i {
  width: 10px;
  margin-right: 10px;
}
#gmap .btn-print {
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #gmap .btn-map {
    margin-top: 10vw;
    text-align: center;
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  #gmap {
    max-width: 1154px;
    margin: 107px auto 0px;
  }
  #gmap .map {
    height: 500px;
  }
  #gmap .gmap-group-btn {
    margin-top: 22px;
    justify-content: flex-end;
    align-items: center;
  }
  #gmap .btn-map a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.popup-global {
  padding: 15vw 3% 20vw;
}
.popup-global .remodal-close {
  top: 10px;
  margin-left: auto;
  width: 35px;
  z-index: 10;
}
.popup-global h2 {
  margin-top: 10vw;
  font-family: "Tenor Sans", sans-serif;
  font-size: 6.8vw;
  letter-spacing: 0.13em;
  line-height: 1.47;
}
.popup-global .note {
  margin-top: 10vw;
  letter-spacing: 0.15em;
  line-height: 1.73;
}
.popup-global .inner {
  text-align: left;
}
.popup-global h3 {
  font-size: 4.93vw;
  letter-spacing: 0.2em;
  line-height: 2.27;
  border-bottom: 1px solid;
}
.popup-global h4 {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 1;
  margin: 16px 0px;
  padding: 0px 0px 0px 7px;
  position: relative;
  border-left: 5px solid;
}
.popup-global h4:after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0px;
  bottom: -16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.popup-global .inner {
  margin-top: 10vw;
}
.popup-global .inner .col + .col {
  margin-top: 8vw;
}
.popup-global .inner .row + .row {
  margin-top: 8vw;
}
.popup-global .inner dl {
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 2;
  padding: 9.5px 0px;
  box-sizing: border-box;
}
.popup-global .inner dl dd {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .popup-global {
    padding: 144px 0px 175px;
  }
  .popup-global .remodal-close {
    margin-right: 91px;
    width: 63px;
    height: 42px;
  }
  .popup-global h2 {
    margin-top: 84px;
    font-size: 34px;
  }
  .popup-global .note {
    margin-top: 90px;
    line-height: 2.53;
  }
  .popup-global .inner {
    margin: 82px 26.5px 0px;
    justify-content: space-between;
  }
  .popup-global .inner .col {
    width: 445px;
  }
  .popup-global .inner .col + .col {
    margin-top: 0px;
  }
  .popup-global .inner .row + .row {
    margin-top: 47px;
  }
  .popup-global h3 {
    font-size: 22px;
  }
  .popup-global h4 {
    font-size: 18px;
  }
}

.remodal-alacarte {
  background: url(../img/index/alacarte_popup_deco1.png), url(../img/shared/bg1.jpg);
  background-position: center top;
  background-repeat: no-repeat, repeat;
  background-size: 60% auto, auto;
  color: var(--clowhite);
  position: relative;
}
.remodal-alacarte .inner dl {
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .remodal-alacarte {
    background-size: auto;
  }
}

.remodal-drink {
  background: url(../img/index/drink_popup_deco.png), var(--clobody);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.remodal-drink h4:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.remodal-drink .inner dl {
  border-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .remodal-drink {
    background-size: auto;
  }
}