/*=============================================
******************* SP **********************
*=============================================*/
.bg {
  position: relative;
  z-index: 2;
  background: #000;
}
.bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 118vw;
  background: url(../img/index/sec1_bg_sp.png) repeat-x center top;
  background-size: cover;
  z-index: -1;
}

h2 {
  font-size: 6.5vw;
  letter-spacing: 3px;
  line-height: 1.5;
}
h2 span {
  font-size: 6vw;
}
h2 small {
  font-size: 5vw;
}

#head-key .keyvisual li.slide-01 {
  background: url(../img/index/key_p1_sp.jpg) no-repeat center top;
  background-size: cover;
  background-position-x: 14%;
}

#head-key .keyvisual li.slide-04 {
  background: url(../img/index/key_p4.jpg) no-repeat center top;
  background-size: cover;
  background-position-x: 27%;
}

#head-key .keyvisual li.slide-01 img,
#head-key .keyvisual li.slide-04 img {
  display: none;
}

/*=============================================
******************* rss **********************
*=============================================*/
#rss {
  padding: 6vw 0 17vw;
}
#rss .flex {
  width: 80%;
  margin: 0 auto 3vw;
  display: flex;
  position: relative;
  justify-content: start;
}
#rss .flex:before {
  content: '';
  position: absolute;
  top: 0;
  left: 34%;
  width: 1px;
  height: 100%;
  background: #fff;
}
#rss .flex h2 {
  font-size: 5vw;
  margin-right: 13%;
}
#rss .flex #feed {
  display: flex;
  align-items: center;
}
#rss .flex #feed dl dt {
  display: none;
}
#rss .btn {
  text-align: center;
  padding-left: 42%;
}
#rss .btn a {
  padding-bottom: 1vw;
  color: #fff;
  display: block;
  width: 33%;
  position: relative;
  text-decoration: none;
}
#rss .btn a:after {
  content: '>>';
  margin-left: 20px;
  display: inline-block;
}
#rss .btn a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

#head-key {
  position: fixed;
  width: 100%;
}

header {
  min-height: 70vh;
}

/*=============================================
******************* sec1 **********************
*=============================================*/
#sec1 {
  position: relative;
  z-index: 2;
  padding-bottom: 14vw;
}
#sec1 h2 {
  margin: 0 auto;
}
#sec1 .text {
  margin: 8vw -1% 0;
}

#sec1 .text .di {
  display: inline;
}

/*=============================================
******************* sec2 **********************
*=============================================*/
#sec2 {
  position: relative;
  z-index: 2;
  background: #000;
  padding-bottom: 7vw;
}
#sec2 .bg-parallax {
  position: relative;
  min-height: 81vw !important;
  display: flex;
  width: 100%;
}
#sec2 .bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 50%;
}
#sec2 .bg-parallax .img-parallax img {
  filter: grayscale(100%);
}
#sec2 .bg-parallax .img-parallax:nth-child(2) {
  left: auto;
  right: 0;
}
#sec2 .bg-parallax .img-parallax:nth-child(2) img {
  filter: grayscale(0%);
}
#sec2 .bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  display: block !important;
}
#sec2 h2 {
  margin: -62vw auto 0;
  position: relative;
  z-index: 2;
}
#sec2 h2:after {
  content: '';
  position: absolute;
  background: #fff;
  bottom: -20vw;
  left: 26%;
  height: 20vw;
  width: 1px;
}
#sec2 .content .price {
  margin: 29vw auto 4vw;
  background: url(../img/shared/bg2.jpg) repeat center top;
  width: 59%;
  padding: 4vw 0;
  text-align: center;
  letter-spacing: 2px;
}
#sec2 .content h3 {
  font-size: 5.5vw;
  text-align: center;
  line-height: 1.5;
}
#sec2 .content .text {
  margin: 2vw 4% 6vw;
}
#sec2 .content .btn-popup {
  width: 52%;
  margin: 0 auto;
}
#sec2 .content .btn-popup a {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 3vw 0;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#sec2 .content .btn-popup a:hover {
  opacity: 0.8;
}
#sec2 .content .btn-popup a:before {
  content: '';
  position: absolute;
  top: 3vw;
  right: 5%;
  width: 6%;
  height: 5vw;
  background: url(../img/shared/icon_popup.png) no-repeat center top;
  background-size: contain;
}
#sec2 .right {
  padding: 0 3%;
}
#sec2 .right .note {
  margin: 5vw 0 2vw;
}
#sec2 .right .photos .photo {
  margin-bottom: 5vw;
  position: relative;
}
#sec2 .right .photos .photo:nth-child(1) .text {
  color: #000;
}
#sec2 .right .photos .photo .text {
  position: absolute;
  z-index: 2;
  bottom: 2vw;
  right: 2%;
  font-family: 'Noto Serif JP', serif;
}
#sec2 .btn-cus {
  margin: 7vw auto 0;
  width: 54%;
}

/*=============================================
******************* sec3 **********************
*=============================================*/
#sec3 {
  padding: 17vw 0 0;
  z-index: 2;
  position: relative;
  background: #000;
}
#sec3::before {
  content: '';
  position: absolute;
  top: -10vw;
  right: 0;
  width: 85%;
  height: 106vw;
  background: url(../img/index/sec3_deco.png) no-repeat center top;
  background-size: contain;
}
#sec3 h2 {
  position: relative;
  margin-left: 17%;
  letter-spacing: 2px;
}
#sec3 h2:before {
  content: '';
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -29%;
  height: 1px;
  width: 26%;
}
#sec3 .row .sec3-js {
  margin: 7vw 0% 4vw -17%;
  width: 107%;
}
#sec3 .row .sec3-js .slick-dots {
  text-align: right;
  right: 2%;
}
#sec3 .row h3 {
  font-size: 6.5vw;
  letter-spacing: 3px;
  line-height: 1.5;
}
#sec3 .row h3 span {
  font-size: 6vw;
}
#sec3 .row h3 small {
  font-size: 5vw;
}
#sec3 .row .txt {
  margin-top: 3vw;
}
#sec3 .row .content {
  margin: 0;
}
#sec3 .row:nth-child(3) {
  display: flex;
  margin-top: 11vw;
  margin-right: -6%;
}
#sec3 .row:nth-child(3) h3 {
  margin: 19vw 10% 0 11%;
  letter-spacing: 0px;
  width: 8%;
}
#sec3 .row:nth-child(3) .photo2 {
  margin-right: -6%;
  width: 100%;
  height: 85vw;
  max-height: 85vw;
}
#sec3 .row:nth-child(3) .photo2 img {
  height: 100%;
}

/*=============================================
******************* sec4 **********************
*=============================================*/
#sec4 {
  padding-bottom: 19vw;
  z-index: 2;
  position: relative;
  background: #000;
}
#sec4 h2 {
  margin: 0vw 0 0 70%;
  transform: translateY(-3vw);
  height: 80vw;
}
#sec4 h2 .int {
  margin-top: 12vw;
}
#sec4 .row .item {
  background: url(../img/index/sec4_p1.jpg) no-repeat center top;
  background-size: contain;
  padding-top: 57vw;
}
#sec4 .row .item h3 {
  text-align: center;
  margin-bottom: 2vw;
}
#sec4 .row .item .txt {
  margin: 0 6%;
}
#sec4 .row .item:nth-child(1) {
  margin-top: -51vw;
  margin-bottom: 10vw;
}
#sec4 .row .item:nth-child(2) {
  background: url(../img/index/sec4_p2.jpg) no-repeat center top;
  background-size: contain;
}

/*=============================================
******************* sec5 **********************
*=============================================*/
#sec5 {
  position: relative;
  padding: 35vw 0 13vw;
  background: url(../img/shared/bg2.jpg) repeat center top;
  background-size: contain;
  z-index: 2;
}
#sec5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 194%;
  height: 73vw;
  background: url(../img/index/sec5_banner.jpg) no-repeat center top;
  z-index: 0;
  background-size: contain;
  transform: translateX(-50%);
}
#sec5 h2 {
  text-align: center;
  margin-bottom: 32vw;
  position: relative;
  z-index: 2;
}
#sec5 .main {
  position: relative;
  z-index: 2;
}
#sec5 .main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 118vw;
  background: url(../img/index/sec1_bg_sp.png) repeat-x center top;
  background-size: cover;
  z-index: 0;
}
#sec5 .main h3 {
  font-size: 6.5vw;
  letter-spacing: 3px;
  line-height: 1.5;
}
#sec5 .main h3 span {
  font-size: 6vw;
}
#sec5 .main h3 small {
  font-size: 5vw;
}
#sec5 .main .row {
  position: relative;
  z-index: 2;
}
#sec5 .main .row:nth-child(1) {
  padding-top: 2vw;
  display: flex;
  flex-direction: column-reverse;
}
#sec5 .main .row:nth-child(1) .photo1 {
  width: 75%;
  margin-left: 29%;
  margin-bottom: 9vw;
}
#sec5 .main .row:nth-child(1) .content {
  margin: 0 4% 7vw;
}
#sec5 .main .row:nth-child(1) .content .txt {
  margin-top: 6vw;
}
#sec5 .main .row .sec5-js {
  margin: 0 2%;
}
#sec5 .main .row .sec5-js .slick-dots {
  text-align: right;
}
#sec5 .main .row .floormap {
  margin: 5vw auto 0;
  width: 54%;
}

footer {
  background: #000;
  position: relative;
  z-index: 2;
}

.remodal h2 {
  margin-bottom: 10vw;
}

.remodal h3 {
  font-size: 6vw;
}

.remodal .price {
  font-size: 5vw;
  font-family: 'Noto Serif JP', serif;
  margin: 3vw 0;
}

.remodal .note {
  margin: 2vw 0;
}

.remodal .col {
  margin-bottom: 10vw;
}

.remodal ul li {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.remodal .btn-cus {
  margin: 0 auto;
}

/*=============================================
******************* PC **********************
*=============================================*/
@media screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
  h2 small {
    font-size: 29px;
  }

  .bg:before {
    background: url(../img/index/sec1_bg.png) repeat-x center top;
    width: 100%;
    height: 752px;
    background-size: contain;
  }

  header {
    min-height: 941px;
  }

  #head-key .keyvisual li.slide-01,
  #head-key .keyvisual li.slide-04 {
    background: none;
  }

  #head-key .keyvisual li.slide-01 img,
  #head-key .keyvisual li.slide-04 img {
    display: block;
  }
  #head-key .keyvisual li .op {
    object-position: 0 -60px;
  }
  /*=============================================
******************* rss **********************
*=============================================*/
  #rss {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: end;
    padding: 40px 0 0;
  }
  #rss .main {
    width: 450px;
  }
  #rss .main .flex {
    margin: 0;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: -9px;
  }
  #rss .main .flex::before {
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
  }
  #rss .main .flex h2 {
    font-size: 18px;
    line-height: 35px;
    margin-right: 0;
  }
  #rss .main .btn {
    padding-left: 293px;
    margin-top: 2px;
  }
  #rss .main .btn a {
    width: 73px;
    padding-bottom: 0px;
  }
  #rss .main .btn a:hover {
    opacity: 0.8;
  }

  /*=============================================
  ******************* sec1 **********************
  *=============================================*/
  #sec1 {
    padding: 10px 0 134px;
  }
  #sec1 h2 {
    margin: 0;
    width: 126px;
    height: 503px;
  }
  #sec1 .wrap {
    display: flex;
    padding-left: 215px;
    box-sizing: border-box;
  }
  #sec1 .wrap .text {
    margin: 114px 0 0 66px;
    max-width: 410px;
  }
  #sec1 .wrap .text .txt:nth-child(2) {
    margin-top: 21px;
    margin-bottom: 18px;
  }
  #sec1 .text .di {
    display: block;
  }

  /*=============================================
  ******************* sec2 **********************
  *=============================================*/
  #sec2 {
    padding-bottom: 0;
  }
  #sec2 .bg-parallax {
    min-height: 610px !important;
  }
  #sec2 h2 {
    margin: -427px auto 0;
    letter-spacing: 4px;
    line-height: 58px;
  }
  #sec2 h2:after {
    bottom: -136px;
    left: 32px;
    height: 130px;
  }
  #sec2 h2 span {
    font-size: 38px;
  }
  #sec2 .flex {
    display: flex;
    max-width: 1336px;
    margin: 240px auto 0;
    justify-content: end;
  }
  #sec2 .flex .content {
    margin-right: 84px;
    padding-top: 30px;
    min-width: 390px;
    width: 390px;
  }
  #sec2 .flex .content .price {
    margin: 0 auto;
    width: 390px;
    font-size: 30px;
    padding: 30px 0;
    letter-spacing: 3px;
  }
  #sec2 .flex .content .price span {
    font-size: 24px;
  }
  #sec2 .flex .content .price span small {
    font-size: 19px;
  }
  #sec2 .flex .content h3 {
    font-size: 30px;
    margin: 22px 0;
    letter-spacing: 3px;
  }
  #sec2 .flex .content .text {
    max-width: 380px;
    margin: 0;
  }
  #sec2 .flex .content .text .txt {
    margin: 20px 0 30px;
  }
  #sec2 .flex .content .btn-popup {
    width: 342px;
  }
  #sec2 .flex .content .btn-popup a {
    padding: 22px 0;
  }
  #sec2 .flex .content .btn-popup a:before {
    width: 18px;
    top: 20px;
    height: 17px;
    right: 20px;
  }
  #sec2 .flex .right {
    padding: 0;
    box-sizing: border-box;
  }
  #sec2 .flex .right .note {
    padding-left: 270px;
    margin: 0;
    margin-bottom: 20px;
  }
  #sec2 .flex .right .photos .photo {
    margin-bottom: 50px;
  }
  #sec2 .flex .right .photos .photo .img {
    height: 491px;
    min-height: 491px;
  }
  #sec2 .flex .right .photos .photo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .flex .right .photos .photo:nth-child(4) {
    margin-bottom: 0;
  }
  #sec2 .flex .right .photos .text {
    font-size: 19px;
    right: 28px;
    bottom: 32px;
  }
  #sec2 .btn-cus {
    width: 270px;
    margin: 60px auto 0;
  }

  /*=============================================
  ******************* sec3 **********************
  *=============================================*/
  #sec3 {
    padding: 230px 0 120px;
  }
  #sec3:before {
    top: -100px;
    width: 640px;
    height: 796px;
  }
  #sec3 .wrap {
    max-width: 100%;
  }
  #sec3 .wrap h2 {
    margin-left: calc(50% - 12px);
    letter-spacing: 4px;
  }
  #sec3 .wrap .row {
    display: flex;
  }
  #sec3 .wrap .row h3 {
    font-size: 38px;
    line-height: 49px;
    letter-spacing: 4px;
  }
  #sec3 .wrap .row h3 small {
    font-size: 30px;
  }
  #sec3 .wrap .row h3 span {
    font-size: 35px;
  }
  #sec3 .wrap .row:nth-child(2) {
    margin-top: 70px;
  }
  #sec3 .wrap .row:nth-child(2) .sec3-js {
    margin: 0px 50px 0 0;
    width: calc(100% - 680px);
    height: 630px;
    min-height: 630px;
  }
  #sec3 .wrap .row:nth-child(2) .sec3-js .slick-dots {
    right: 125px;
    bottom: 16px;
  }
  #sec3 .wrap .row:nth-child(2) .sec3-js img {
    width: 100%;
    height: 630px;
    object-fit: cover;
  }
  #sec3 .wrap .row:nth-child(2) .content {
    padding-top: 70px;
    margin: 0;
  }
  #sec3 .wrap .row:nth-child(2) .content .txt {
    margin: 43px 0 20px 8px;
    max-width: 400px;
  }
  #sec3 .wrap .row:nth-child(2) .content .text2 {
    margin: 0;
    margin-left: 8px;
  }
  #sec3 .wrap .row:nth-child(3) {
    max-width: 1000px;
    margin: 0px auto 0;
    justify-content: end;
    width: 100%;
    box-sizing: border-box;
  }
  #sec3 .wrap .row:nth-child(3) h3 {
    margin: 220px 114px 0 0;
    width: 50px;
    height: 518px;
  }
  #sec3 .wrap .row:nth-child(3) h3 .mt {
    margin-top: -15px;
  }
  #sec3 .wrap .row:nth-child(3) .photo2 {
    margin: 0;
    letter-spacing: 3px;
    width: 591px;
    height: 675px;
  }

  /*=============================================
  ******************* sec4 **********************
  *=============================================*/
  #sec4 {
    position: relative;
    padding-bottom: 200px;
  }
  #sec4 h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 38px;
    top: -21px;
    letter-spacing: 4px;
    line-height: 61px;
    height: 500px;
  }
  #sec4 h2 span {
    font-size: 35px;
  }
  #sec4 h2 small {
    font-size: 30px;
  }
  #sec4 h2 .int {
    margin-top: 70px;
  }
  #sec4 .row {
    display: flex;
  }
  #sec4 .row .item {
    width: 50%;
    padding-top: 414px;
  }
  #sec4 .row .item h3 {
    font-size: 25px;
    letter-spacing: 1px;
    margin-left: -10px;
  }
  #sec4 .row .item .txt {
    margin: 20px auto 0;
    max-width: 470px;
  }
  #sec4 .row .item:nth-child(1) {
    margin-top: 0;
    margin-bottom: 0;
  }
  #sec4 .row .item:nth-child(2) h3 {
    margin-left: 17px;
  }

  /*=============================================
  ******************* sec5 **********************
  *=============================================*/
  #sec5 {
    padding: 250px 0 130px;
    background-size: unset;
  }
  #sec5:before {
    width: 100%;
    left: 0;
    transform: none;
    height: 572px;
    background-size: cover;
  }
  #sec5 h2 {
    margin-bottom: 260px;
  }
  #sec5 .main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1010px;
    height: 648px;
    background: url(../img/index/sec5_deco.png) no-repeat center top;
    opacity: 0.5;
  }
  #sec5 .main .row {
    display: flex;
  }
  #sec5 .main .row:nth-child(1) {
    padding-top: 42px;
    flex-direction: row;
    justify-content: end;
  }
  #sec5 .main .row:nth-child(1) h3 {
    font-size: 38px;
  }
  #sec5 .main .row:nth-child(1) h3 small {
    font-size: 30px;
  }
  #sec5 .main .row:nth-child(1) h3 span {
    font-size: 35px;
  }
  #sec5 .main .row:nth-child(1) .photo2 {
    position: absolute;
  }
  #sec5 .main .row:nth-child(1) .photo1 {
    width: 41%;
    margin: 0;
    height: 406px;
    min-height: 406px;
  }
  #sec5 .main .row:nth-child(1) .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec5 .main .row:nth-child(1) .content {
    max-width: 500px;
    margin: 53px 80px 0 0;
  }
  #sec5 .main .row:nth-child(1) .content h3 {
    letter-spacing: 4px;
  }
  #sec5 .main .row:nth-child(1) .content .txt {
    margin: 30px 0 23px;
  }
  #sec5 .main .row:nth-child(2) {
    margin: 103px auto 0;
    max-width: 1200px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 25px;
  }
  #sec5 .main .row:nth-child(2) .sec5-js {
    width: 62%;
    margin: 0;
  }
  #sec5 .main .row:nth-child(2) .sec5-js .slick-dots {
    right: 42px;
    bottom: 35px;
  }
  #sec5 .main .row:nth-child(2) .floormap {
    margin: -107px 0 0 50px;
  }

  .remodal h2 {
    font-size: 35px;
    margin-left: 17px;
    margin-bottom: 60px;
  }

  .remomdal h2 small {
    font-size: 30px;
  }

  .remodal h3 {
    font-size: 28px;
    letter-spacing: 2px;
  }

  .remodal h3 span {
    font-size: 24px;
    display: inline-block;
    margin-left: 15px;
  }

  .remodal h3 small {
    font-size: 19px;
  }

  .remodal .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .remodal .col {
    width: 300px;
    margin-bottom: 60px;
  }

  .remodal .note {
    margin: 11px 0 3px;
    line-height: 30px;
  }

  .remodal ul li {
    width: 277px;
  }

  .remodal .col .price {
    font-size: 24px;
    margin: 12px 0;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
  }

  .remodal .col .price small {
    font-size: 19px;
  }

  .remodal .btn-cus {
    cursor: pointer;
  }
}
@media screen and (min-width: 1500px) {
  #sec4 .row .item:nth-child(2),
  #sec4 .row .item:nth-child(1) {
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  #sec2 .flex .right .note {
    padding-left: 110px;
  }
}
@media (min-width: 768px) and (max-width: 1301px) {
  #sec3 .wrap .row:nth-child(2) .sec3-js {
    width: calc(100% - 480px);
  }
  .scrollmagic-pin-spacer {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  .scrollmagic-pin-spacer {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-height: 700px) {
  #sec2 .flex .content h3,
  #sec2 .flex .content .text .txt {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=index.css.map */


#text_box{
  width:600px;
  margin:0px auto 30px auto;
  padding:20px 0;
  border: double 3px #ffffff;
  }
  #text_box p.oshirase{
  font-size:26px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:40px;
  color:#ffffff;
  font-weight: bold;
  }
  #text_box p.txt{
  text-align:center;
  font-size:17px;
  line-height:32px;
  color:#ffffff;
  }
#text_box .botan a {
   width: 300px;
   margin: 20px auto 5px auto;
   padding: 10px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 18px;
   border: 1px solid #fff;
   box-sizing: border-box;
   font-weight: bold;
}
  @media (max-width: 768px) {
  
  #text_box{
  width:98%;
  margin:0px auto 20px auto;
  padding:20px 0;
  border: double 3px #ffffff;
  }
  #text_box p.oshirase{
  font-size:22px;
  margin-bottom: 8px;
  letter-spacing: 2px;
  text-align:center;
  line-height:40px;
  color:#ffffff;
  font-weight: bold;
  }
  #text_box p.txt{
  text-align:center;
  font-size:14px;
  line-height:30px;
  color:#ffffff;
  }
	  #text_box .botan a {
   width: 80%;
   margin: 20px auto 30px auto;
   padding: 10px 0;
   display: block;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
   text-align: center;
   text-decoration: none;
   font-size: 18px;
   border: 1px solid #fff;
   box-sizing: border-box;
   font-weight: bold;
}
  }

.font_s{
  font-size: 40px;
}
@media (max-width: 768px) {
  .font_s{
    font-size: 7vw;
  }
}
#lunch {
  position: relative;
  padding: 30px 0;
  background: url(../img/shared/bg2.jpg) repeat center top;
  background-size: contain;
  z-index: 2;
}
#lunch .flex .btn-popup a {
  display: block;
  width: 100%;
  border: 1px solid;
  padding: 3vw 0;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#lunch .flex .btn-popup a:before {
  content: "";
  position: absolute;
  top: 3vw;
  right: 5%;
  width: 6%;
  height: 5vw;
  background: url(../img/shared/icon_popup.png) no-repeat center top;
  background-size: contain;
}
#lunch .flex .btn-popup {
  width: 52%;
  margin: 0 auto 7vw;
}
#popup2 .content {
  display: flex;
	  gap:20px;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
#lunch {
  position: relative;
  padding: 60px 0;
  background: url(../img/shared/bg2.jpg) repeat center top;
  background-size: contain;
  z-index: 2;
}

#lunch .flex {
    display: flex;
    justify-content: center;
    gap: 77px;
  }
  #lunch .flex .btn-popup {
    width: 346px;
    margin: 0;
  }
  #lunch .flex .btn-popup a {
    padding: 23px 0;
  }
  #lunch .flex .btn-popup a:before {
    top: 20px;
    right: 21px;
    width: 18px;
    height: 17px;
  }
  #lunch .flex .btn-popup a:hover {
    opacity: 0.8;
  }
	#popup2 .content {
  display: flex;
	  gap:20px;
	flex-direction: row;
}

}



#popup2 .content .col dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  text-align: left;
}
