.course-shared {
  padding: 8vw 5%;
  text-align: center;
  margin-bottom: 5vw;
  position: relative;
}
.course-shared.ext {
  padding: 8vw 10%;
}
.course-shared.ext:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid rgba(221, 197, 166, 0.35);
}
.course-shared .tag-price {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-bottom: 5vw;
}
.course-shared .tag-price .t {
  display: inline-block;
  border: 1px solid;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 600;
}
.course-shared .tag-price dd {
  font-size: 16px;
}
.course-shared .note {
  text-align: left;
  padding: 20px 0 0 20px;
  margin-top: 20px;
  border-top: 1px dotted;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .course-shared {
    max-width: 740px;
    padding: 30px 20px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    min-height: 362px;
  }
  .course-shared.ext:before {
    border: 15px solid rgba(221, 197, 166, 0.35);
  }
  .course-shared .list {
    position: absolute;
    top: 76px;
    right: 330px;
  }
  .course-shared .list li:first-child {
    margin-top: -20px;
  }
  .course-shared .tag-price {
    text-align: left;
    font-size: 25px;
    padding-bottom: 0;
    position: absolute;
    right: 112px;
    top: 61px;
    line-height: 44px;
  }
  .course-shared .tag-price .t {
    font-size: 15px;
    padding: 12px 0 14px;
    line-height: 33px;
    letter-spacing: 0.2em;
    margin: -13px 0 0;
  }
  .course-shared .tag-price dd {
    font-size: 20px;
    margin: 8px 0 0 -14px;
    letter-spacing: 0.2em;
  }
}

section h2 {
  letter-spacing: 0.2em;
  font-size: 6.8vw;
  line-height: 1.8;
  position: relative;
  margin-bottom: 5vw;
}
section h2 span {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  section h2 {
    font-size: 38px;
    line-height: 72px;
  }
}

#key .photo {
  height: 127vw;
}

#lead {
  background: url(../img/floor/lead_deco.jpg) no-repeat -6vw 0/145%;
  padding: 15vw 0 0;
  position: relative;
}
#lead:before {
  background: url(../img/shared/bg1.jpg) repeat center 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120vw;
  z-index: -1;
}
#lead .txt p {
  padding-bottom: 15px;
}
#lead .link {
  gap: 5vw;
  position: relative;
  z-index: 1;
  padding: 5vw 0 15vw;
}
#lead .link li {
  width: 100%;
}
#lead .link li a {
  display: flex;
  position: relative;
  color: #fff;
  padding: 0 5%;
  height: 59vw;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#lead .link li a:before {
  background-image: url(../img/floor/lead_bnr1.jpg);
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#lead .link li a:after {
  content: "";
  background: url(../img/floor/arow.png) no-repeat 0 0/100%;
  width: 7vw;
  height: 7vw;
  position: absolute;
  right: 5%;
  bottom: 5vw;
  z-index: 1;
}
#lead .link li a i {
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-size: 5vw;
}
#lead .link li a i span {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3vw;
  display: inline-block;
  margin-bottom: 3vw;
}
#lead .link li:nth-child(2) a:before {
  background-image: url(../img/floor/lead_bnr2.jpg);
}
@media screen and (min-width: 768px) {
  #lead {
    background-size: auto;
    background-position: 0 0;
    padding: 156px 20px 0;
    text-align: center;
  }
  #lead:before {
    height: 458px;
    left: 0;
    right: 0;
  }
  #lead .wrap {
    max-width: 1285px;
  }
  #lead h2 {
    margin-bottom: 54px;
  }
  #lead .txt p {
    padding-bottom: 52px;
  }
  #lead .link {
    text-align: left;
    gap: 45px;
    position: relative;
    z-index: 1;
    padding: 37px 0 127px;
  }
  #lead .link li {
    width: auto;
    flex: 1;
  }
  #lead .link li a {
    padding: 10px 31px 0px;
    height: 406px;
  }
  #lead .link li a:hover:before {
    transform: scale(1.2);
  }
  #lead .link li a:after {
    width: 38px;
    height: 38px;
    right: 40px;
    bottom: 28px;
  }
  #lead .link li a i {
    line-height: 40px;
    font-size: 27px;
  }
  #lead .link li a i span {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #lead .link li:nth-child(2) a:before {
    background-image: url(../img/floor/lead_bnr2.jpg);
  }
}

#counter {
  background: url(../img/floor/counter_deco.jpg) no-repeat right 0/115%;
  padding: 10vw 0;
}
#counter .tit {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 12px;
}
#counter .tit:before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  left: -5vw;
  width: 25px;
}
#counter .wrap {
  padding-bottom: 10vw;
}
#counter h2 {
  font-size: 6.5vw;
}
#counter .lead .txt p {
  padding-bottom: 15px;
}
#counter .js-sticky li {
  position: relative;
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
}
#counter .js-sticky li .photo {
  height: 63vh;
}
#counter .js-sticky li dl {
  position: absolute;
  z-index: 3;
  top: 10vw;
  left: 0;
  right: 0;
}
#counter .js-sticky li dt {
  padding: 0 14% 3% 5%;
}
#counter .js-sticky li dd {
  width: 55%;
}
#counter .js-sticky li.item3 dt {
  padding: 4vw 22vw 0 39vw;
}
#counter .pattern {
  padding: 10vw 0 0;
}
#counter .pattern h3 {
  font-size: 6vw;
  margin-bottom: 5vw;
  letter-spacing: 0.2em;
}
#counter .pattern .group {
  padding: 10vw 8%;
  gap: 5vw;
}
#counter .pattern .group .item {
  border: 1px solid #767676;
  position: relative;
  padding: 12vw 5%;
}
#counter .pattern .group .item:not(:last-child) {
  margin-bottom: 15vw;
}
#counter .pattern .group .item .info {
  padding-bottom: 5vw;
}
#counter .pattern .group .item .info dt {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-bottom: 5vw;
}
#counter .pattern .group .item .info dt .num {
  font-family: "Vollkorn", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: -10vw;
  left: -5vw;
  z-index: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  background: #fff;
  padding: 5px 28px 5px 8px;
}
#counter .pattern .group .item .info dt .num span {
  font-family: "Vollkorn SC", serif;
  font-style: normal;
  font-size: 45px;
  padding-left: 5px;
  font-weight: 500;
  position: relative;
}
#counter .pattern .group .item .info dt .num span:before {
  content: "";
  height: 57px;
  width: 17px;
  background: #ffffff;
  position: absolute;
  top: 15px;
  right: -8px;
  transform: rotate(45deg);
  border-left: 1px solid #434343;
}
#counter .pattern .group .item .menu {
  gap: 10vw;
  position: relative;
}
#counter .pattern .group .item .menu .sub {
  width: 100%;
}
#counter .pattern .group .item .menu .sub span {
  border-top: 2px solid #bfbfbf;
  display: block;
  margin: 0 auto;
  width: 34px;
  position: relative;
}
#counter .pattern .group .item .menu .sub span:before {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 1px);
  border-left: 2px solid #bfbfbf;
  height: 34px;
}
#counter .pattern .group .item .menu dl {
  width: 100%;
}
#counter .pattern .group .item .menu dd {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0 0 0 30px;
}
#counter .pattern .group .item .menu dd:before {
  content: "";
  position: absolute;
  width: 20px;
  left: 0;
  top: 50%;
  border-top: 1px solid;
}
@media screen and (min-width: 768px) {
  #counter {
    background-size: auto;
    padding: 74px 20px 100px;
  }
  #counter .tit {
    font-size: 16px;
    margin-bottom: 124px;
    padding-left: 57px;
  }
  #counter .tit:before {
    left: 0;
    width: 40px;
  }
  #counter .wrap {
    padding-bottom: 0;
    max-width: 1500px;
  }
  #counter .lead {
    position: relative;
    max-width: 1240px;
    margin: 0 auto 68px;
  }
  #counter .lead h2 {
    font-size: 32px;
    line-height: 64px;
    margin: 0;
    position: absolute;
    left: 66px;
    top: 10px;
  }
  #counter .lead .txt {
    margin-left: calc(50% - 60px);
  }
  #counter .lead .txt p {
    padding-bottom: 39px;
  }
  #counter .js-sticky {
    margin: 0 -20px;
  }
  #counter .js-sticky li {
    top: 100px;
  }
  #counter .js-sticky li .photo {
    height: 100vh;
  }
  #counter .js-sticky li dl {
    top: 57px;
    left: 0;
    right: 0;
  }
  #counter .js-sticky li dt {
    padding: 0 0 44px;
    padding-left: calc(50% - 229px);
  }
  #counter .js-sticky li dd {
    width: auto;
    padding-left: calc(50% - 471px);
  }
  #counter .js-sticky li.item2 dt {
    padding: 19px 0 24px;
    padding-left: calc(50% - 283px);
  }
  #counter .js-sticky li.item3 dt {
    padding: 46px 0 0;
    padding-left: 50%;
  }
  #counter .pattern {
    padding: 141px 20px 0;
    max-width: 1204px;
    margin: 0 auto;
  }
  #counter .pattern h3 {
    font-size: 38px;
    line-height: 70px;
    margin-bottom: 84px;
  }
  #counter .pattern .group {
    padding: 20px 20px;
  }
  #counter .pattern .group .item {
    padding: 68px 10px 77px;
  }
  #counter .pattern .group .item:not(:last-child) {
    margin-bottom: 120px;
  }
  #counter .pattern .group .item .info {
    padding-bottom: 61px;
    display: flex;
    justify-content: space-between;
    max-width: 932px;
    margin: 0 auto;
    position: static;
  }
  #counter .pattern .group .item .info dt {
    font-size: 32px;
    line-height: 64px;
    padding-bottom: 0;
    position: static;
    margin: -8px 0 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #counter .pattern .group .item .info dt {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  #counter .pattern .group .item .info dt .num {
    top: -45px;
    left: -46px;
    z-index: 1;
    font-size: 16px;
    padding: 5px 69px 5px 8px;
    letter-spacing: 0.2em;
  }
  #counter .pattern .group .item .info dt .num span {
    font-size: 57px;
    padding-left: 19px;
  }
  #counter .pattern .group .item .info dt .num span:before {
    height: 145px;
    width: 17px;
    top: 1px;
    right: 0px;
    transform: rotate(45deg);
  }
  #counter .pattern .group .item .info dd {
    width: 480px;
    letter-spacing: 0.1em;
  }
  #counter .pattern .group .item .js-fade-sp {
    justify-content: center;
    max-width: 933px;
    display: flex;
    margin: 0 auto;
  }
  #counter .pattern .group .item .js-fade-sp li {
    flex: 1;
  }
  #counter .pattern .group .item .js-fade-sp img {
    width: 100%;
    height: auto;
  }
  #counter .pattern .group .item .menu {
    justify-content: center;
    gap: 90px;
  }
  #counter .pattern .group .item .menu .sub {
    width: auto;
    position: absolute;
    left: calc(50% - 17px);
    top: 149px;
  }
  #counter .pattern .group .item .menu dl {
    max-width: 420px;
    width: calc(50% - 30px);
  }
  #counter .pattern .group .item .menu dl img {
    width: 100%;
    height: auto;
  }
  #counter .pattern .group .item .menu dd {
    font-size: 20px;
    padding: 0 0 0 50px;
    margin-top: 7px;
  }
  #counter .pattern .group .item .menu dd:before {
    width: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1090px) {
  #counter .pattern .group .item .menu {
    gap: 60px;
  }
}

#private_room {
  background:
    url(../img/floor/private_room_deco1.png) no-repeat right 150vw/60%,
    url(../img/floor/private_room_deco2.jpg) no-repeat -70vw 270vw/133%;
  padding: 0 0 15vw;
  overflow: hidden;
}
#private_room .box-parallax {
  margin-bottom: 10vw;
}
#private_room .box-parallax .img-parallax-pc {
  height: 65vw;
}
#private_room .tit {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.2em;
  margin-bottom: 15vw;
  padding-right: 15px;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  font-size: 12px;
}
#private_room .tit:before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  right: -5vw;
  width: 25px;
}
#private_room h2 .t {
  display: inline-block;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 4vw;
  letter-spacing: 0.2em;
}
#private_room h2 .pad1 {
  padding-left: 7vw;
}
#private_room h2 .pad2 {
  padding-left: 47vw;
}
#private_room .lead .photo {
  height: 68vw;
  overflow: visible;
  margin: 0 -5vw 20px;
}
#private_room .lead .photo:before {
  content: "";
  background: url(../img/shared/bg1.jpg) repeat 0 0;
  position: absolute;
  left: 0;
  top: -8vw;
  height: 20vw;
  right: 10%;
}
#private_room .point {
  gap: 2vw;
  padding: 10vw 0;
}
#private_room .point li {
  flex: 1;
}
#private_room .point li:nth-child(2) {
  margin-top: 5vw;
}
#private_room .floor dt {
  margin-bottom: 10px;
}
#private_room .floor .photo-list {
  padding: 10vw 0;
  position: relative;
}
#private_room .floor .photo-list:before {
  content: "";
  background: url(../img/floor/private_room_deco3.png) no-repeat 0 0/100%;
  width: 83vw;
  height: 65vw;
  position: absolute;
  left: -9vw;
  bottom: -12vw;
  z-index: -1;
}
#private_room .floor .photo-list:after {
  content: "";
  position: absolute;
  border-left: 1px solid #7f7e7e;
  border-bottom: 1px solid #7f7e7e;
  left: 21vw;
  width: 30%;
  top: 68vw;
  height: 6vw;
}
#private_room .floor .photo-list li:nth-child(1) {
  overflow: visible;
  padding: 0 52% 20vw 0;
  position: relative;
}
#private_room .floor .photo-list li:nth-child(1):after {
  content: "";
  position: absolute;
  border-left: 1px solid #7f7e7e;
  height: 8vw;
  left: 48vw;
  top: 64vw;
}
#private_room .floor .photo-list li:nth-child(1):before {
  position: absolute;
  top: 68.4vw;
  left: 46.8vw;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #7f7e7e;
  border-bottom: 1px solid #7f7e7e;
  transform: rotate(-45deg) skew(-7deg, -7deg);
}
#private_room .floor .photo-list li:nth-child(2) {
  padding-left: 10vw;
}
#private_room .floor-map dt {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.2em;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 700;
}
#private_room .floor-map dt:before {
  content: "";
  border-top: 1px solid;
  position: absolute;
  top: 50%;
  left: -5vw;
  width: 25px;
}
#private_room .floor-map dd {
  position: relative;
}
#private_room .floor-map dd li {
  width: 5.5vw;
  position: absolute;
  top: 28vw;
  right: 17vw;
  z-index: 1;
}
#private_room .floor-map dd li:nth-child(2) {
  top: 6vw;
  right: 49vw;
}
#private_room .floor-map dd li:nth-child(3) {
  top: 49vw;
  right: 31.5vw;
}
#private_room .floor-map dd li:nth-child(4) {
  top: 5.9vw;
  right: 11vw;
}
#private_room .floor-map dd li:nth-child(5) {
  top: 36.3vw;
  right: 7.2vw;
}
@media screen and (min-width: 768px) {
  #private_room {
    background-size: auto, auto;
    background-position:
      right 1117px,
      calc(50% - 373px) 1809px;
    padding: 0 20px 94px;
  }
  #private_room .box-parallax {
    margin-bottom: 88px;
    height: 758px;
  }
  #private_room .box-parallax .img-parallax-pc {
    height: auto;
  }
  #private_room .tit {
    max-width: 1500px;
    margin: 0 auto 46px;
    padding-right: 51px;
    font-size: 16px;
  }
  #private_room .tit:before {
    right: 0;
    width: 40px;
  }
  #private_room .wrap {
    max-width: 1500px;
  }
  #private_room h2 {
    position: absolute;
    top: 60px;
    right: calc(50% - 539px);
    font-size: 47px;
    line-height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #private_room h2 {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  #private_room h2 .t {
    font-size: 25px;
    line-height: 45px;
    border: none;
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 5px 0;
    margin: 0 0 0 38px;
  }
  #private_room h2 .pad1 {
    padding: 81px 0 0;
  }
  #private_room h2 .pad2 {
    padding: 308px 0 0;
  }
  #private_room h2 .int {
    letter-spacing: 0;
    line-height: 1;
    letter-spacing: -0.1em;
    display: inline-block;
    margin: -11px 0 10px 0;
  }
  #private_room .lead {
    max-width: 1383px;
    margin: 0 auto 86px;
  }
  #private_room .lead .photo {
    height: 645px;
    margin: 0 0 96px;
    width: calc(50% + 221px);
  }
  #private_room .lead .photo:before {
    left: -56px;
    top: -79px;
    height: 520px;
    right: 80px;
  }
  #private_room .lead .txt {
    text-align: center;
  }
  #private_room .point {
    gap: 36px;
    padding: 43px 0 0;
    justify-content: center;
  }
  #private_room .point li {
    flex: none;
  }
  #private_room .point li:nth-child(1) {
    margin-top: 16px;
  }
  #private_room .point li:nth-child(2) {
    margin-top: 40px;
  }
  #private_room .floor {
    max-width: 1200px;
    margin: 0 auto 123px;
  }
  #private_room .floor dl {
    margin-left: calc(50% - 162px);
  }
  #private_room .floor dt {
    margin-bottom: 43px;
  }
  #private_room .floor dd {
    margin-left: 50px;
  }
  #private_room .floor .photo-list {
    padding: 217px 0 0;
    max-width: 1194px;
    margin: 0 auto;
    position: relative;
  }
  #private_room .floor .photo-list:before {
    width: 474px;
    height: 395px;
    left: calc(50% - 600px);
    bottom: -20px;
  }
  #private_room .floor .photo-list::after {
    left: 320px;
    width: 195px;
    bottom: auto;
    top: 53px;
    height: 75px;
  }
  #private_room .floor .photo-list li {
    position: relative;
  }
  #private_room .floor .photo-list li:nth-child(1) {
    padding: 0;
    position: absolute;
    top: -480px;
    left: 0;
    height: 532px;
    max-width: 393px;
    width: calc(50% - 180px);
  }
  #private_room .floor .photo-list li:nth-child(1):after {
    height: 48px;
    left: 516px;
    top: auto;
    bottom: -124px;
  }
  #private_room .floor .photo-list li:nth-child(1):before {
    left: 509px;
    top: auto;
    width: 14px;
    height: 14px;
    bottom: -120px;
  }
  #private_room .floor .photo-list li:nth-child(2) {
    padding-left: 0;
    margin-left: calc(50% - 341px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #private_room .floor .photo-list:after {
    left: 240px;
  }
  #private_room .floor .photo-list li:nth-child(1):after {
    left: 435px;
  }
  #private_room .floor .photo-list li:nth-child(1):before {
    left: 428px;
  }
}
@media screen and (min-width: 768px) {
  #private_room .floor-map dt {
    margin-bottom: -30px;
    padding-left: 61px;
    font-size: 16px;
  }
  #private_room .floor-map dt:before {
    top: 17px;
    left: 0;
    width: 40px;
  }
  #private_room .floor-map dd {
    text-align: center;
    max-width: 1008px;
    margin: 0 auto;
  }
  #private_room .floor-map dd li {
    width: auto;
    top: 333px;
    right: 209px;
  }
  #private_room .floor-map dd li:nth-child(2) {
    top: 117px;
    right: 560px;
  }
  #private_room .floor-map dd li:nth-child(3) {
    top: 528px;
    right: 369px;
  }
  #private_room .floor-map dd li:nth-child(4) {
    top: 88px;
    right: 270px;
  }
  #private_room .floor-map dd li:nth-child(5) {
    top: 440px;
    right: 100px;
  }
}

#kaiseki {
  position: relative;
  padding: 10vw 0 15vw;
}
#kaiseki::before {
  background: url(../img/dinner/kaiseki_deco2.jpg) no-repeat 0 0/100%;
  content: "";
  position: absolute;
  top: 49vw;
  right: 0vw;
  height: 160vw;
  z-index: -1;
  width: 80vw;
}
#kaiseki::after {
  background: url(../img/dinner/kaiseki_deco1.jpg) no-repeat 0 0/100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: -54vw;
  height: 160vw;
  z-index: -1;
  width: 100vw;
}
#kaiseki .lead .photo {
  overflow: visible;
  margin-bottom: 5vw;
}
#kaiseki .lead .photo:before {
  content: "";
  background: url(../img/shared/bg1.jpg) repeat 0 0;
  position: absolute;
  left: -5vw;
  top: -8vw;
  height: 50vw;
  right: 5vw;
  z-index: -1;
}
#kaiseki .lead h2 {
  margin-bottom: 5vw;
}
#kaiseki .lead .txt {
  padding-bottom: 5vw;
}
#kaiseki .lead .txt p {
  padding-bottom: 15px;
}
#kaiseki .tel {
  padding: 20px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-top: 10vw;
}
#kaiseki .tel:before,
#kaiseki .tel:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #fff;
  background: linear-gradient(
    97deg,
    rgb(255, 255, 255) 0%,
    rgb(127, 127, 127) 35%,
    rgb(127, 127, 127) 65%,
    rgb(255, 255, 255) 100%
  );
}
#kaiseki .tel:after {
  top: auto;
  bottom: 0;
}
#kaiseki .tel .num {
  font-size: 30px;
  letter-spacing: 0;
  display: flex;
  gap: 5px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}
#kaiseki .tel .num img {
  width: 20px;
  height: auto;
}
#kaiseki .tel .note {
  font-size: 10px;
  letter-spacing: 0em;
}
#kaiseki .bnr-shared {
  width: 90%;
}
@media screen and (min-width: 768px) {
  #kaiseki {
    padding: 156px 20px 140px;
  }
  #kaiseki::before {
    top: -286px;
    right: auto;
    left: calc(50% + 265px);
    height: 596px;
    width: 482px;
  }
  #kaiseki::after {
    left: auto;
    right: calc(50% + 256px);
    height: 901px;
    width: 534px;
  }
  #kaiseki .wrap {
    max-width: 1412px;
  }
  #kaiseki .lead .photo {
    margin-bottom: 42px;
    height: 650px;
    max-width: 1045px;
    width: 80%;
  }
  #kaiseki .lead .photo:before {
    left: -44px;
    top: -62px;
    height: 521px;
    right: 147px;
  }
  #kaiseki .lead h2 {
    margin-bottom: 0;
    position: absolute;
    top: 90px;
    left: calc(50% + 426px);
  }
  #kaiseki .lead h2 .pad {
    padding-top: 92px;
  }
  #kaiseki .lead h2 .txt-latin {
    position: relative;
    left: 7px;
  }
  #kaiseki .lead .txt {
    padding-bottom: 0;
    width: 964px;
    margin: 0 auto 85px;
  }
  #kaiseki .lead .txt p {
    padding: 0 0 0 39px;
  }
  #kaiseki .course-shared {
    max-width: 850px;
    margin-bottom: 75px;
    min-height: 371px;
    text-align: left;
  }
  #kaiseki .course-shared .note {
    padding: 0;
    margin-top: 0px;
    border: none;
    font-size: 16px;
    position: absolute;
    top: 60px;
    right: 636px;
    line-height: 30px;
  }
  #kaiseki .course-shared .note:before {
    border-left: 1px dotted;
    content: "";
    position: absolute;
    top: 0;
    right: -42px;
    height: 140px;
  }
  #kaiseki .course-shared .list {
    top: 62px;
    right: 279px;
  }
  #kaiseki .course-shared .tag-price {
    right: 81px;
    top: 49px;
  }
  #kaiseki .course-shared .tag-price dd {
    margin: 39px 0 0 -8px;
    line-height: 30px;
  }
  #kaiseki .tel {
    padding: 30px 0 31px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    width: 640px;
    margin: 0 auto 0;
  }
  #kaiseki .tel .num {
    font-size: 48px;
    gap: 5px;
    padding-top: 5px;
  }
  #kaiseki .tel .num img {
    width: 30px;
  }
  #kaiseki .tel .note {
    font-size: 12px;
    letter-spacing: 0;
  }
  #kaiseki .bnr-shared {
    width: 362px;
    margin: 0 auto;
  }
}

.remodal.floor {
  background: none;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.pop-photo {
  position: relative;
  margin: 0 auto;
}
.pop-photo .remodal-close {
  position: absolute;
  right: 4%;
  top: 4%;
  width: 25px;
}
@media screen and (min-width: 768px) {
  .pop-photo .remodal-close {
    width: auto;
    top: 28px;
    right: 28px;
  }
} /*# sourceMappingURL=floor.css.map */
