@charset "UTF-8";
body {
  background: url("../img/delivery/bd_bg.jpg");
}

main {
  overflow: hidden;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 767px) {
  .txt:not(.except) br:not(.except):not(.sp) {
    display: none;
  }
  .bg-parallax {
    height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .bg-parallax {
    height: 700px;
  }
}
.ttl-style-1 {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.ttl-style-1::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto 10px;
  background: url("../img/delivery/deco1.png") 0 0/contain no-repeat;
}
@media only screen and (min-width: 768px) {
  .ttl-style-1 {
    min-width: 60px;
    font-size: 30px;
    text-align: left;
    white-space: nowrap;
  }
  .ttl-style-1::before {
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-bottom: 21px;
  }
  .ttl-style-1 > span::after {
    content: "";
    width: 1px;
    height: 393px;
    border-left: 1px solid;
    display: inline-block;
    margin: 22px auto 0;
  }
}

#lead {
  padding: 20vw 0;
}
#lead h2.ttl {
  position: relative;
  z-index: 0;
}
#lead h2.ttl::before {
  content: "";
  width: 80vw;
  height: 30vw;
  background: url("../img/party/lead_deco1.png") 0 0/contain no-repeat;
  position: absolute;
  top: -10vw;
  right: -20vw;
  z-index: -1;
}
#lead h2.ttl img {
  width: 60vw;
}
#lead .set1 {
  position: relative;
  z-index: 0;
}
#lead .set1::before {
  content: "";
  width: 110vw;
  height: 60vw;
  background: url("../img/party/lead_deco2.png") 0 0/contain no-repeat;
  position: absolute;
  bottom: -30vw;
  left: -10vw;
  z-index: -1;
}
#lead .set1 .gr2 {
  margin-top: 10vw;
}
#lead .set1 .gr2 .txt {
  margin-top: 7vw;
}
#lead .set1 .gr2 .imgbox {
  margin-top: 10vw;
}
#lead .set2 {
  margin-top: 10vw;
  position: relative;
  z-index: 1;
}
#lead .set2 .ttl-style {
  width: 22vw;
  height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#lead .set2 .ttl-style::before, #lead .set2 .ttl-style::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#lead .set2 .ttl-style::before {
  background: url("../img/party/pattern3.jpg");
  top: 10px;
}
#lead .set2 .ttl-style::after {
  background: url("../img/party/pattern2.jpg");
}
#lead .set2 .ttl1 img {
  width: 10vw;
}
#lead .set2 .ttl2 img {
  width: 10vw;
}
#lead .set2 .ttl3 img {
  width: 4vw;
}
#lead .set2 .gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lead .set2 .txt {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 94px 0 122px;
  }
  #lead h2.ttl::before {
    width: 312px;
    height: 191px;
    top: -129px;
    right: -192px;
  }
  #lead h2.ttl img {
    width: auto;
  }
  #lead .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #lead .set1::before {
    width: 850px;
    height: 479px;
    bottom: -335px;
    left: -160px;
  }
  #lead .set1 .gr1 .imgbox {
    margin-left: -140px;
  }
  #lead .set1 .gr2 {
    width: 508px;
    margin-top: 74px;
  }
  #lead .set1 .gr2 .txt {
    margin-top: 48px;
  }
  #lead .set1 .gr2 .txtbox {
    width: 360px;
    margin: 0 auto;
  }
  #lead .set1 .gr2 .imgbox {
    margin: 86px -42px 0 0;
  }
  #lead .set2 {
    margin: 135px -100px 0;
  }
  #lead .set2 .ttl-style {
    width: 250px;
    height: 250px;
  }
  #lead .set2 .ttl-style::before {
    top: 20px;
  }
  #lead .set2 .ttl1 img {
    width: auto;
  }
  #lead .set2 .ttl2 img {
    width: auto;
  }
  #lead .set2 .ttl3 img {
    width: auto;
  }
  #lead .set2 .gr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 115px;
       -moz-column-gap: 115px;
            column-gap: 115px;
  }
  #lead .set2 .txt {
    margin-top: 120px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
  }
}

#sushi {
  padding: 20vw 0;
}
#sushi .wrap::before {
  content: "";
  width: 120vw;
  height: 60vw;
  background: url("../img/party/sushi_deco.png") 0 0/contain no-repeat;
  position: absolute;
  top: -30vw;
  right: -10vw;
  z-index: -1;
}
#sushi h2.ttl img {
  width: 80vw;
}
#sushi .h2box {
  margin-top: 5vw;
  text-align: center;
}
#sushi .h2box .txtnote {
  margin-top: 5vw;
}
#sushi .set {
  margin-top: 16vw;
}
#sushi .set .slick-dots{
	position: absolute;
	top: -50px;
	bottom: auto;
}
#sushi .set .txtbox {
  margin-top: 7vw;
}
#sushi .set .txtbox hr {
  width: 20vw;
  margin: 0 auto;
  border: 0;
  border-top: 2px solid #857d6e;
}
#sushi .set .txtbox .price {
  margin-top: 7vw;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
#sushi .set .txtbox .price small {
  font-size: 18px;
}
#sushi .set .txtbox dl {
  margin-top: 7vw;
  padding: 7vw 4vw;
  background: url("../img/party/pattern1.jpg");
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sushi .set .txtbox dl dt {
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: underline;
}
#sushi .set .txtbox dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3vw;
     -moz-column-gap: 3vw;
          column-gap: 3vw;
  margin-top: 3vw;
}
#sushi .set .txtbox dl dd ul {
  font-size: 16px;
}
#sushi .set .txtbox dl dd ul li {
  padding-left: 16px;
  position: relative;
}
#sushi .set .txtbox dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#sushi .set .txtbox .note{
  font-size:3vw;
  text-align: center;
  padding-top:20px;
}
@media only screen and (min-width: 768px) {
  #sushi {
    padding: 117px 0 95px;
  }
  #sushi .wrap {
    width: 100%;
    max-width: 1400px;
    padding: 0 30px 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sushi .wrap::before {
    width: 753px;
    height: 383px;
    top: -117px;
    right: -200px;
  }
  #sushi .wrap .catch1 {
    position: absolute;
    top: -20px;
    left: 21px;
  }
  #sushi .wrap .catch1 > span::after {
    height: 263px;
    margin-top: 18px;
  }
  #sushi h2.ttl img {
    width: auto;
  }
  #sushi .h2box {
    margin-top: 0;
  }
  #sushi .h2box .txtnote {
    margin-top: 36px;
    font-size: 14px;
    letter-spacing: 0;
  }
  #sushi .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 94px;
  }
  #sushi .set .slider {
    width: calc(100% - 466px);
    max-width: 626px;
  }
	#sushi .set .slick-dots{
		text-align: left
	}
  #sushi .set .slider .img {
    width: 100%;
    height: 452px;
  }
  #sushi .set .txtbox {
    width: 446px;
    margin-top: 9px;
  }
  #sushi .set .txtbox hr {
    width: 100px;
  }
  #sushi .set .txtbox .price {
    margin-top: 37px;
    font-size: 30px;
  }
  #sushi .set .txtbox .price small {
    font-size: 24px;
  }
  #sushi .set .txtbox dl {
    margin-top: 48px;
    padding: 38px 10px 55px;
  }
  #sushi .set .txtbox dl dt {
    font-size: 24px;
  }
  #sushi .set .txtbox dl dd {
    -webkit-column-gap: 45px;
       -moz-column-gap: 45px;
            column-gap: 45px;
    margin-top: 27px;
  }
  #sushi .set .txtbox dl dd ul {
    font-size: 20px;
    line-height: 40px;
  }
  #sushi .set .txtbox dl dd ul li {
    padding-left: 20px;
  }
 #sushi .set .txtbox .note{
        font-size:13px;
        text-align: center;
        line-height:160%;
        width:100%;
    }
}
@media only screen and (min-width: 1400px) {
  #sushi .wrap {
    padding: 0 151px 0 127px;
  }
}

#other #courseSlider .slick-slide {
  padding: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#other #courseSlider .box-style {
  width: 80vw !important;
  background: #39362f;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
#other #courseSlider .box-style .box__img {
  position: absolute;
  inset: 0;
}
#other #courseSlider .box-style .box__img::after {
  content: "";
  background: #000;
  opacity: 0.57;
  position: absolute;
  inset: 0;
}
#other #courseSlider .box-style .box__content {
  min-height: 120vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#other #courseSlider .box-style .box__content::before {
  content: "";
  width: 40px;
  height: 22px;
  display: block;
  margin: 0 auto 5vw;
  background: url("../img/party/deco2.png") 0 0/contain no-repeat;
}
#other #courseSlider .box-style .box__content .box__catch {
  font-size: 20px;
  letter-spacing: 0;
}
#other #courseSlider .box-style .box__content .box__price {
  margin-top: 3vw;
  font-size: 26px;
  letter-spacing: 0.1em;
}
#other #courseSlider .box-style .box__content .box__price small {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#other #courseSlider .box-style .box__content .box__ttl {
  font-size: 24px;
  letter-spacing: 0;
}
#other #courseSlider .box-style .box__content .box__txt {
  margin-top: 5vw;
  font-size: 16px;
}
#other .set {
  margin-top: 10vw;
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/party/pattern2.jpg");
}
#other .set .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#other .set .line::before, #other .set .line::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-top: 1px solid #857d6e;
}
#other .set .line img {
  width: auto;
}
#other .set .gr {
  padding: 5vw 0;
  text-align: center;
}
#other .set .gr .ttl {
  font-size: 20px;
  letter-spacing: 0;
}
#other .set .gr .txt {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
#other .set .gr .price {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#other .set .gr .price small {
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #other #courseSlider .box-style {
    width: 599px !important;
  }
  #other #courseSlider .box-style .box__content {
    min-height: 760px;
    padding: 50px 20px;
  }
  #other #courseSlider .box-style .box__content::before {
    width: 50px;
    height: 27px;
    margin-bottom: 50px;
  }
  #other #courseSlider .box-style .box__content .box__catch {
    font-size: 26px;
  }
  #other #courseSlider .box-style .box__content .box__price {
    margin-top: 30px;
    font-size: 44px;
  }
  #other #courseSlider .box-style .box__content .box__price small {
    font-size: 30px;
  }
  #other #courseSlider .box-style .box__content .box__ttl {
    margin-top: 20px;
    font-size: 36px;
  }
  #other #courseSlider .box-style .box__content .box__txt {
    width: 380px;
    margin: 50px auto 0;
    font-size: 20px;
  }
  #other .set {
    margin-top: 82px;
    padding: 0 62px;
  }
  #other .set .line {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  #other .set .gr {
    padding: 60px 0 43px;
  }
  #other .set .gr .ttl {
    margin-top: 17px;
    font-size: 30px;
  }
  #other .set .gr .txt {
    font-size: 20px;
  }
  #other .set .gr .price {
    margin-top: 13px;
    font-size: 24px;
  }
  #other .set .gr .price small {
    font-size: 18px;
  }
}

#option {
  padding: 20vw 0;
}
#option .h2box {
  margin-top: 5vw;
}
#option .h2box .txt {
  margin-top: 5vw;
}
#option .set-style {
  background: url("../img/party/pattern1.jpg");
}
#option .set-style .ttl {
  font-size: 6vw;
  letter-spacing: 0.05em;
}
#option .set-style .txtbox {
  padding: 7vw 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#option .set-style .txtbox .txt {
  margin-top: 5vw;
}
#option .set-style .txtbox .price {
  margin-top: 5vw;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#option .set-style .txtbox .price::before {
  content: "";
  width: 39px;
  border-top: 2px solid #858585;
  display: inline-block;
  margin: 0 10px 6px 0;
}
#option .set-style .txtbox .price small {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#option .set-style .txtbox .price .p1 {
  font-size: 22px;
  letter-spacing: 0;
}
#option .set-style .txtbox .price .p2 {
  display: inline-block;
  margin-left: 20px;
}
#option .set-style .txtbox .btn-link {
  margin-top: 5vw;
}
#option .set-style .txtbox .btn-link a {
  width: 100%;
  display: inline-block;
  padding: 10px 30px 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  position: relative;
  z-index: 0;
}
#option .set-style .txtbox .btn-link a:hover {
  text-decoration: none;
}
#option .set-style .txtbox .btn-link a::after {
  content: "";
  width: 20px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 21.5 7.5'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.510,5.072 L18.170,5.072 L12.956,2.091 L12.956,5.502 '/%3E%3C/svg%3E") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
}
#option .set1 {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  #option {
    padding: 225px 0 132px;
  }
  #option .wrap .catch1 {
    position: absolute;
    top: -20px;
    left: 21px;
  }
  #option .wrap .catch1 > span::after {
    height: 263px;
    margin-top: 18px;
  }
  #option .h2box {
    margin-top: 0;
    text-align: center;
  }
  #option .h2box .txt {
    margin-top: 52px;
	text-align: center;
  }
  #option .set-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #option .set-style .ttl {
    font-size: 36px;
  }
  #option .set-style .imgbox {
    width: 50%;
  }
  #option .set-style .imgbox .img {
    width: 100%;
    height: 100%;
  }
  #option .set-style .txtbox {
    width: 50%;
    padding: 98px 70px 90px 83px;
  }
  #option .set-style .txtbox .txt {
    margin-top: 49px;
  }
  #option .set-style .txtbox .price {
    margin-top: 38px;
    font-size: 24px;
  }
  #option .set-style .txtbox .price::before {
    margin: 0 10px 6px 0;
  }
  #option .set-style .txtbox .price small {
    font-size: 18px;
  }
  #option .set-style .txtbox .price .p1 {
    font-size: 26px;
  }
  #option .set-style .txtbox .price .p2 {
    margin-left: 38px;
  }
  #option .set-style .txtbox .btn-link {
    margin-top: 27px;
  }
  #option .set-style .txtbox .btn-link a {
    padding: 14px 40px 14px 15px;
    border-width: 2px;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #option .set-style .txtbox .btn-link a:hover {
    border-color: #ab3800;
    color: #fff;
  }
  #option .set-style .txtbox .btn-link a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  #option .set-style .txtbox .btn-link a:hover::after {
    filter: brightness(100%) invert(1);
  }
  #option .set-style .txtbox .btn-link a::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #ab3800;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #option .set-style .txtbox .btn-link a::after {
    width: 20px;
    right: 18px;
    -webkit-transition-property: filter;
    transition-property: filter;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  #option .set-style.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #option .set1 {
    margin-top: 102px;
  }
}
@media only screen and (min-width: 1200px) {
  #option .wrap {
    width: 100%;
    max-width: 1400px;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (min-width: 1400px) {
  #option .wrap {
    padding: 0 200px;
  }
}

#floor {
  padding: 20vw 0;
}
#floor h2.ttl img {
  width: 50vw;
}
#floor .set1 {
  margin-top: 7vw;
}
#floor .set1 .txtbox {
  margin-top: 10vw;
}
#floor .set1 .txtbox .txt {
  margin-top: 7vw;
}
#floor .set2 {
  margin-top: 10vw;
}
#floor .set2 h3.ttl {
 text-align: center;
    margin-left: -25%;
    margin-bottom: 9vw;
}
#floor .set2 h3.ttl img {
  width: 70vw;
}
#floor .set2 .floormap {
  position: relative;
}
#floor .set2 .floormap ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#floor .set2 .floormap ul a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
#floor .set2 .floormap ul a:hover {
  text-decoration: none;
}
#floor .set2 .floormap ul a::before {
  content: "";
  background: #8c8510;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
#floor .set2 .floormap ul li {
  position: absolute;
}
#floor .set2 .gr1 {
  margin-top: 5vw;
  position: relative;
}
#floor .set2 .gr1 .catch {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
#floor .set2 .gr1 .floormap ul li:nth-child(1) {
  top: 0vw;
  left: 7vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(2) {
  top: 0vw;
  left: 24vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(3) {
  top: 11vw;
  left: 27vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(4) {
  top: 26vw;
  left: 24vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(5) {
  top: 30vw;
  left: 55vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(6) {
  bottom: 12vw;
  right: 10vw;
}
#floor .set2 .gr1 .floormap ul li:nth-child(7) {
  bottom: -2vw;
  right: 15vw;
}
#floor .set2 .gr2 {
  margin-top: 5vw;
  position: relative;
}
#floor .set2 .gr2 .catch {
  width: 80px;
  position: absolute;
  top: 5vw;
  right: 0;
}
#floor .set2 .gr2 .floormap ul li:nth-child(1) {
  bottom: 35vw;
  right: 21vw;
}
#floor .set2 .gr2 .floormap ul li:nth-child(2) {
  bottom: 18vw;
  right: 38vw;
}
#floor .set2 .gr2 .floormap ul li:nth-child(3) {
    bottom: 85px;
    right: 60px;
  }
#floor .set2 .txt {
  margin-top: 7vw;
  letter-spacing: 0;
}
#floor .set2 .txt img {
  width: 16px;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  #floor {
    padding: 119px 0 126px;
  }
  #floor .wrap {
    width: 100%;
    max-width: 1400px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #floor .wrap .catch1 {
    position: absolute;
    top: -35px;
    left: 21px;
  }
  #floor .wrap .catch1 > span::after {
    height: 493px;
    margin-top: 12px;
  }
  #floor h2.ttl img {
    width: auto;
  }
  #floor .set1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin: 0 0 0 70px;
  }
  #floor .set1 .txtbox {
    width: 425px;
    margin-top: 53px;
  }
  #floor .set1 .txtbox .txt {
    margin-top: 49px;
  }
  #floor .set2 {
    margin-top: 118px;
    position: relative;
  }
  #floor .set2 h3.ttl {
    margin: 0 46px;
	  text-align: right;
  }
  #floor .set2 h3.ttl img {
    width: auto;
  }
  #floor .set2 .floormap {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #floor .set2 .floormap ul a {
    width: 43px;
    height: 43px;
  }
  #floor .set2 .floormap ul a:hover::before {
    inset: -3px;
  }
  #floor .set2 .floormap ul a::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #floor .set2 .gr1 {
    margin-top: -8px;
  }
  #floor .set2 .gr1 .catch {
    width: auto;
    top: 91px;
    right: 25px;
  }
  #floor .set2 .gr1 .floormap {
    margin: 0 107px 0 auto;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(1) {
    top: 31px;
    left: 76px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(2) {
    top: 29px;
    left: 236px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(3) {
    top: 111px;
    left: 253px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(4) {
    top: 231px;
    left: 236px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(5) {
    top: 288px;
    left: 510px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(6) {
    bottom: 141px;
    right: 106px;
  }
  #floor .set2 .gr1 .floormap ul li:nth-child(7) {
    bottom: -14px;
    right: 155px;
  }
  #floor .set2 .gr2 {
    margin: -260px 0 0 10px;
  }
  #floor .set2 .gr2 .catch {
    width: auto;
    margin-left: 28px;
    position: relative;
    top: auto;
  }
  #floor .set2 .gr2 .floormap {
    margin-top: 24px;
  }
  #floor .set2 .gr2 .floormap ul li:nth-child(1) {
    bottom: 260px;
    right: 165px;
  }
  #floor .set2 .gr2 .floormap ul li:nth-child(2) {
    bottom: 126px;
    right: 281px;
  }
  #floor .set2 .gr2 .floormap ul li:nth-child(3) {
    bottom: 145px;
    right: 80px;
  }
  #floor .set2 .txt {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 112px;
  }
  #floor .set2 .txt img {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  #floor .set2 .gr2 {
    margin-top: -360px;
  }
}
@media only screen and (min-width: 1400px) {
  #floor .wrap {
    padding: 0 100px;
  }
  #floor .set2 .txt {
    right: 102px;
  }
}

#bnr {
  padding: 20vw 0;
  background: url("../img/party/bnr_bgi.jpg") center/cover no-repeat;
  color: #fff;
	position: relative;
}
#bnr h2.ttl img {
  width: 70vw;
}
#bnr .btn-cus {
  max-width: 100%;
  margin: 7vw 0 0;
}
#bnr .btn-cus a::before {
  background: transparent;
  border: 1px solid #fff;
}
#bnr .btn-cus a::after {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
#bnr .btn-cus a span::before {
  background: #fff;
}
#bnr .set .txt {
  margin-top: 7vw;
}
@media only screen and (min-width: 768px) {
  #bnr {
    padding: 189px 0 147px;
  }
  #bnr .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #bnr h2.ttl img {
    width: auto;
  }
  #bnr .btn-cus {
    max-width: 333px;
    margin-top: 13px;
  }
	#bnr .link{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		text-indent: -9999px;
	}
	   #bnr:hover .btn-cus a::before {
        background: #fff;
		transition: all 0.5s;
    }
	 #bnr:hover .btn-cus a::after {
   		 filter: invert(1);
		 transition: all 0.5s;
	}
  #bnr .set {
    width: 400px;
  }
  #bnr .set .txt {
    margin-top: 58px;
  }
	
}

.remodal-close {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  text-align: right;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 5;
}
.remodal-close::before {
  display: none;
}
.remodal-close button {
    width: 60px;
    background: none;
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,0.2);
    padding: 9px;
}
.remodal-close button:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .remodal-close {
    margin-bottom: 30px;
  }
  .remodal-close button {
    width: auto;
  }
}

#remodal {
  background: none;
  padding: 0;
}
#remodal .wrap {
  padding: 0 !important;
}

#popupOption {
  padding: 10vw 0;
  background: #fff;
  text-align: left;
}
#popupOption h2.ttl {
  font-size: 5vw;
  letter-spacing: 0;
  text-align: center;
}
#popupOption h2.ttl::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  margin: 0 auto 10px;
  background: url("../img/delivery/deco1.png") 0 0/contain no-repeat;
}
#popupOption ul {
  margin-top: 5vw;
}
#popupOption ul li {
  padding-left: 16px;
  position: relative;
}
#popupOption ul li + li {
  margin-top: 10px;
}
#popupOption ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #popupOption {
    padding: 90px 0;
  }
  #popupOption h2.ttl {
    font-size: 30px;
  }
  #popupOption h2.ttl::before {
    width: 27px;
    height: 27px;
    margin-bottom: 30px;
  }
  #popupOption ul {
    width: 640px;
    margin: 50px auto 0;
  }
}

.popup-floormap {
  padding: 10vw 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-align: left;
  position: relative;
}
.popup-floormap .set .catch {
  width: 20vw;
  margin: 0 auto 5vw;
}
.popup-floormap .set .ttl {
  font-size: 5vw;
  letter-spacing: 0;
}
.popup-floormap .set .txtbox {
  margin-top: 5vw;
}
.popup-floormap .btn-prev, .popup-floormap .btn-next {
  width: 20px;
  position: absolute;
  top: 15vw;
}
.popup-floormap .btn-prev a:hover, .popup-floormap .btn-next a:hover {
  text-decoration: none;
}
.popup-floormap .btn-prev img, .popup-floormap .btn-next img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.popup-floormap .btn-prev {
  left: 25px;
}
.popup-floormap .btn-next {
  right: 25px;
}
@media screen and (min-width: 768px) {
  .popup-floormap {
    padding: 90px 20px 100px;
  }
  .popup-floormap .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .popup-floormap .set .ttl {
    font-size: 26px;
  }
  .popup-floormap .set .catch {
    width: 118px;
    margin: 0;
    position: absolute;
    top: -20px;
    right: 40px;
  }
  .popup-floormap .set .txtbox {
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 190px;
    padding: 50px 0;
    margin-top: 0;
  }
  .popup-floormap .set .txtbox .txt {
    margin-top: 30px;
  }
  .popup-floormap .btn-prev, .popup-floormap .btn-next {
    width: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .popup-floormap .btn-prev a:hover, .popup-floormap .btn-next a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .popup-floormap .btn-prev img, .popup-floormap .btn-next img {
    -webkit-filter: none;
            filter: none;
  }
  .popup-floormap .btn-prev {
    left: -70px;
  }
  .popup-floormap .btn-next {
    right: -70px;
  }
}
@media screen and (min-width: 1280px) {
  .popup-floormap .btn-prev {
    left: -100px;
  }
  .popup-floormap .btn-next {
    right: -100px;
  }
}