.text-shadow-1 {
  text-shadow: 0px 0px 2px rgba(10, 49, 71, 0.55);
}

.attraction-01 {
  padding-top: 110px;
  padding-bottom: 130px;
  position: relative;
}
.attraction-01::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/attract/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}

.text-attrac-1 {
  font-size: 3.5rem;
  font-family: "Kaisei Opti";
  color: #fff;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-attrac-1 span {
  font-size: 7.5rem;
  line-height: 1;
  position: relative;
  left: 30px;
}

.img-attraction-1 {
  margin-top: -110px;
  position: relative;
}
.img-attraction-1::after {
  content: "";
  width: 100%;
  height: 750px;
  background-image: url(../images/attract/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -155px;
  left: 0;
  z-index: -5;
}

.title-attract {
  font-size: 4rem;
  font-family: "Kaisei Opti", serif;
  color: #000;
  text-align: center;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-text-stroke: 15px #fff;
  position: relative;
  margin-bottom: 30px;
}
.title-attract.no-shadow {
  -webkit-text-stroke: 0;
}
.title-attract::after {
  content: "";
  width: 66px;
  height: 45px;
  background-image: url(../images/attract/hoa-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -50px;
}
.title-attract::before {
  content: "";
  width: 82px;
  height: 85px;
  background-image: url(../images/attract/hoa-2.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: -60px;
}

.title-attract-cont {
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0;
}
.title-attract-cont::after {
  content: "";
  width: 112px;
  height: 4px;
  background-color: #ef4d6d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  border-radius: 10px;
}
.title-attract-cont span {
  line-height: 1;
}

a.btn.btn-atract {
  width: 262px;
  min-height: 80px;
  border: 2px solid #29a6dd;
  border-radius: 30px;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  font-size: 2.5rem;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.1em;
  color: #333333;
  padding-right: 15px;
  background-color: #fff;
}
a.btn.btn-atract::after {
  content: "";
  width: 38px;
  height: 38px;
  background-color: #29a6dd;
  border-radius: 50%;
  background-image: url(../images/attract/icon-down.svg);
  background-size: 16px 9px;
  background-position: center top 16px;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
a.btn.btn-atract::before {
  width: 62px;
  height: 54px;
  background-image: url(../images/attract/icon-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
a.btn.btn-atract.btn-atract-2 {
  border-color: #87c13f;
}
a.btn.btn-atract.btn-atract-2::after {
  background-color: #87c13f;
}
a.btn.btn-atract.btn-atract-2::before {
  background-image: url(../images/attract/icon-2.svg);
  width: 56px;
  height: 55px;
}
a.btn.btn-atract.btn-atract-3 {
  border-color: #f28e1e;
}
a.btn.btn-atract.btn-atract-3::after {
  background-color: #f28e1e;
}
a.btn.btn-atract.btn-atract-3::before {
  background-image: url(../images/attract/icon-3.svg);
  width: 63px;
  height: 56px;
}
a.btn.btn-atract:hover {
  opacity: 0.6;
}

.box-attract-link {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.title-attract-2 {
  font-size: 3.3rem;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.1em;
  gap: 25px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #29a6dd;
  margin-bottom: 35px;
  padding-right: 100px;
}

.box-border-image {
  display: flex;
  padding: 35px 33px;
  border: 2px solid #29a6dd;
  border-radius: 100px;
  margin-bottom: 35px;
  background-color: #fff;
}

.border-img-left {
  width: 477px;
}
.border-img-left img {
  border-radius: 100px;
}

.after-img {
  position: relative;
}
.after-img::after {
  content: "";
  width: 66px;
  height: 45px;
  background-image: url(../images/attract/hoa-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.after-img::before {
  content: "";
  width: 82px;
  height: 85px;
  background-image: url(../images/attract/hoa-2.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  right: -3px;
  z-index: 1;
}

.border-img-right {
  flex: 1;
  padding-left: 35px;
  padding-right: 17px;
  padding-top: 15px;
}

.title-border-img {
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ef4d6d;
  margin-bottom: 15px;
}

.border-img-right p {
  line-height: 1.875;
  letter-spacing: 0.05em;
}

a.btn.btn-main {
  min-width: 262px;
  min-height: 61px;
  background-color: #ef4d6d;
  color: #fff;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  align-items: stretch;
  transition: ease 0.2s;
}
a.btn.btn-main span {
  position: relative;
  padding: 0 53px 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
}
a.btn.btn-main span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #EF4D6D;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
a.btn.btn-main:hover span {
  z-index: 3;
  color: #333;
}
a.btn.btn-main:hover span::after {
  background: #fff;
  transform-origin: left top;
  transform: scale(1, 1);
}
a.btn.btn-main::after {
  width: 38px;
  height: 38px;
  background-image: url(../images/attract/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  right: 12px;
}
a.btn.btn-main.v2 {
  min-width: 339px;
  min-height: 80px;
  justify-content: flex-start;
}
a.btn.btn-main.v3 {
  min-width: 315px;
  background-color: #ddb96d;
  color: #102947;
}
a.btn.btn-main.v3::after {
  background-image: url(../images/group/icon-blank.svg);
}
a.btn.btn-main.btn-white {
  background-color: #fff;
  color: #333333;
}
a.btn.btn-main.btn-white::after {
  background-image: url(../images/end/icon-blank.svg);
}
a.btn.btn-main.btn-contact {
  min-width: 341px;
  min-height: 80px;
  font-size: 1.8rem;
  border-radius: 20px;
}
a.btn.btn-main.btn-contact:hover {
  opacity: 0.7;
}
a.btn.btn-main.btn-contact::before {
  width: 38px;
  height: 30px;
  background-image: url(../images/group/icon-mail.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 23px;
}
a.btn.btn-main.btn-room {
  min-width: 341px;
  min-height: 80px;
  font-size: 1.8rem;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(255, 81, 142, 0.9) 0%, rgba(233, 156, 0, 0.9) 100%);
}
a.btn.btn-main.btn-room span {
  padding: 0 20px;
}
a.btn.btn-main.btn-room::before {
  width: 35px;
  height: 34px;
  background-image: url(../images/index/icon-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 25px;
}
a.btn.btn-main.btn-room::after {
  width: 38px;
  height: 38px;
  background-image: url(../images/index/icon-blank.svg);
  background-size: 21px 21px;
  background-color: #fff;
  border-radius: 50%;
}
a.btn.btn-main.orange {
  background-color: #F28E1E;
}
a.btn.btn-main.orange::after {
  background-image: url(../images/index/icon-right-orange.svg);
}
a.btn.btn-main.orange span::after {
  background: #fff;
}
a.btn.btn-main.orange:hover {
  opacity: 0.7;
}
a.btn.btn-main.green {
  background-color: #87C13F;
}
a.btn.btn-main.green::after {
  background-image: url(../images/index/icon-right-green.svg);
}
a.btn.btn-main.green span::after {
  background: #fff;
}

.box-btn-img {
  padding-top: 50px;
}
.box-btn-img a.btn.btn-main {
  margin-left: auto;
}

.list-attract-link-2 {
  margin-top: 105px;
}
.list-attract-link-2 .title-attract-2 {
  border-color: #87c13f;
}
.list-attract-link-2 .box-border-image {
  border-color: #87c13f;
}

.list-attract-link-3 {
  margin-top: 105px;
}
.list-attract-link-3 .title-attract-2 {
  border-color: #f28e1e;
}
.list-attract-link-3 .box-border-image {
  border-color: #f28e1e;
}

.list-attract-link {
  position: relative;
}
.list-attract-link::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -165px;
  z-index: -1;
}
.list-attract-link::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -197px;
  right: -220px;
  z-index: -1;
}

.box-attrac-3-btn {
  position: relative;
}

.box-img-at-3 {
  position: absolute;
  width: 326px;
  left: 0;
  top: -40px;
}

.attraction-03 {
  position: relative;
}
.attraction-03::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f7b7b7 0%, #fdd300 100%);
  opacity: 0.29;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
}

#attraction-03 {
  position: relative;
}
#attraction-03::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 73px;
  bottom: 55px;
  z-index: -1;
}
#attraction-03::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 95px;
  right: 20px;
  z-index: -1;
}

.bg-story-top {
  height: 506px;
}
.bg-story-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.story-01 .title-attract::before {
  right: -100px;
}
.story-01 .title-attract::after {
  left: -100px;
}

.box-title-story-1 {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.box-title-story-1::after {
  content: "";
  width: 100%;
  height: 188px;
  background-color: #fff;
  opacity: 0.95;
  position: absolute;
  left: 0;
  top: -60px;
  z-index: -1;
  border-radius: 20px;
}

.title-border {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-family: "Kaisei Opti", serif;
  padding-bottom: 15px;
  border-bottom: 2px solid #ef4d6d;
}
.title-border.white {
  color: #fff;
  border-color: #fff;
}
.title-border.large {
  font-size: 3.3rem;
}

.box-text-story-1 {
  max-width: 435px;
}

.slide-story .slide-story-img {
  padding: 13px;
  background-color: #fff;
  border: 1px solid #492100;
}
.slide-story .slide-story-img img {
  width: 100%;
}
.slide-story .slick-slide img {
  width: 100%;
}

.img-story {
  padding: 0 5px;
}
.img-story img {
  border-radius: 200px;
}

.name-story {
  text-align: center;
  font-size: 7.2rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-family: "Reem Kufi", sans-serif;
  color: #ef4d6d;
  line-height: 1;
}

.box-flex-btn-text {
  display: flex;
  gap: 45px;
}

.box-cont-story {
  padding: 20px 100px 55px;
  position: relative;
}
.box-cont-story::after {
  content: "";
  width: 100%;
  height: calc(100% + 115px);
  background-color: #fffaf3;
  border-radius: 20px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.box-flex-btn-text p {
  line-height: 1.587;
  letter-spacing: 0.05em;
}

.title-story {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.333;
  font-family: "Kaisei Opti", serif;
  padding-bottom: 18px;
  border-bottom: 2px solid #ef4d6d;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.title-story::after {
  content: "";
  width: 263px;
  height: 103px;
  background-image: url(../images/story/icon-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.title-story span {
  font-size: 3rem;
}

.after-img-large {
  position: relative;
}
.after-img-large::after {
  content: "";
  width: 130px;
  height: 120px;
  background-image: url(../images/attract/hoa-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -5px;
  left: 10px;
}
.after-img-large::before {
  content: "";
  width: 181px;
  height: 187px;
  background-image: url(../images/attract/hoa-2.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 1;
}

.box-story {
  margin-bottom: 55px;
}
.box-story:nth-child(2) .title-story::after {
  width: 200px;
  height: 104px;
  left: -45px;
  bottom: 26px;
  background-image: url(../images/story/icon-2.svg);
}
.box-story:nth-child(3) .title-story::after {
  width: 163px;
  height: 125px;
  left: 0;
  bottom: 20px;
  background-image: url(../images/story/icon-3.svg);
}

.story-01 {
  position: relative;
}
.story-01::after {
  content: "";
  width: 100%;
  height: 585px;
  background-image: url(../images/story/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -2;
}

.story-02 {
  position: relative;
}
.story-02::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 45px;
  top: 60px;
  z-index: -1;
}
.story-02::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 34px;
  right: 45px;
  z-index: -1;
}

.box-bgcl-1 {
  padding: 60px 55px;
  background: #f7f0f4;
  border-radius: 20px;
  position: relative;
}
.box-bgcl-1::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -63px;
  left: -117px;
  z-index: -2;
}
.box-bgcl-1::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -183px;
  right: -171px;
  z-index: -2;
}
.box-bgcl-1.small {
  padding: 45px 30px;
  margin-bottom: 40px;
}

.text-story-3 h3 {
  font-size: 6.3rem;
  font-family: "Reem Kufi", sans-serif;
  color: #ef4d6d;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.text-story-3 h3 span {
  line-height: 1;
}
.text-story-3 p {
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding-top: 15px;
}

.table-story {
  display: flex;
  margin-bottom: 4px;
}
.table-story-left {
  width: 216px;
  background-color: #ef4d6d;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 13px 20px;
}
.table-story-right {
  background-color: #fff;
  flex: 1;
  letter-spacing: 0.1em;
  padding: 13px 20px;
}

.first-01 {
  position: relative;
}
.first-01::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
  bottom: 175px;
  z-index: -1;
}
.first-01::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  bottom: 36px;
  z-index: -1;
}
.first-01 .box-title-story-1::after {
  height: 145px;
}

body {
  counter-reset: num-first;
}

.title-first {
  counter-increment: num-first;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ef4d6d;
  border-radius: 41px;
  position: relative;
  font-size: 3.5rem;
  font-family: "Kaisei Opti", serif;
  margin-bottom: 50px;
  background-color: #fff;
}
.title-first::after {
  content: "";
  width: 263px;
  height: 103px;
  background-image: url(../images/story/icon-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  bottom: 30px;
}
.title-first::before {
  content: counter(num-first);
  position: absolute;
  width: 55px;
  height: 55px;
  background-color: #ef4d6d;
  top: -30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4rem;
  color: #fff;
  font-family: "Kaisei Opti", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 3px;
}

.img-first-cs img {
  border-radius: 100px;
}

.name-box-img-text {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-family: "Kaisei Opti", serif;
}

.box-text-first p {
  line-height: 1.875;
  letter-spacing: 0.05em;
}

.box-border-time {
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ef4d6d;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 15px;
}

.box-first-02 {
  position: relative;
}
.box-first-02::after {
  content: "";
  width: 100vw;
  height: calc(100% - 150px);
  background-color: #fffbe9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 140px;
  z-index: -1;
}

.box-first-after::after {
  content: "";
  width: calc(50vw + 100px);
  height: 200px;
  border-radius: 0 100px 100px 0;
  background-color: #fffbe9;
  position: absolute;
  right: calc(50% - 100px);
  z-index: -1;
  top: 60px;
}
.box-first-after::before {
  content: "";
  width: calc(50vw + 100px);
  height: 200px;
  border-radius: 100px 0 0 100px;
  background-color: #fffbe9;
  position: absolute;
  left: calc(50% - 100px);
  z-index: -1;
  bottom: -86px;
}

.box-first-03 .title-first::after {
  width: 234px;
  height: 120px;
  background-image: url(../images/first/icon-2.svg);
  bottom: 30px;
  left: -60px;
}
.box-first-03.box-first-02::after {
  background-color: #fcf5fa;
  height: calc(100% - 370px);
}
.box-first-03 .box-first-after::before {
  bottom: 134px;
}
.box-first-03 .box-first-after::before,
.box-first-03 .box-first-after::after {
  background-color: #fcf5fa;
}

.box-first-04 .title-first::after {
  width: 160px;
  height: 120px;
  background-image: url(../images/first/icon-3.svg);
  bottom: 26px;
  left: 40px;
}

.box-btn-first {
  margin-top: 30px;
}

.toggle-common {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 30px;
}
.toggle-common .toggle-hd {
  font-family: "Kaisei Opti", serif;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  font-size: 2.8rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(87, 150, 193, 0.45);
}
.toggle-common .toggle-hd::after {
  content: "";
  width: 44px;
  height: 44px;
  background-color: #f6ab3b;
  border-radius: 50%;
  background-image: url(../images/first/icon-open.svg);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.toggle-common .toggle-hd.active::after {
  background-image: url(../images/first/icon-close.svg);
}

.toggle-first .toggle-hd {
  border: 4px solid #f28e1e;
}
.toggle-first .box-time-time {
  color: #f28e1e;
}
.toggle-first .title-time {
  background: #f28e1e;
}

.toggle-second .toggle-hd {
  border: 4px solid #ff7ba7;
}
.toggle-second .toggle-hd::after {
  background-color: #ff7ba7;
}
.toggle-second .box-time-time {
  color: #ff7ba7;
}
.toggle-second .title-time {
  background: #ff7ba7;
}
.toggle-second .time-info-left .box-time .box-time-time::after {
  background-color: #ff7ba7;
}
.toggle-second .time-info-left::after {
  background-color: #ff7ba7;
}

.toggle-third .toggle-hd {
  border: 4px solid #87c13f;
}
.toggle-third .toggle-hd::after {
  background-color: #87c13f;
}
.toggle-third .box-time-time {
  color: #87c13f;
}
.toggle-third .title-time {
  background: #87c13f;
}
.toggle-third .time-info-left .box-time .box-time-time::after {
  background-color: #87c13f;
}
.toggle-third .time-info-left::after {
  background-color: #87c13f;
}

.box-img-time {
  text-align: center;
  margin-bottom: 25px;
}
.box-img-time p {
  letter-spacing: 0.05em;
}

.time-info-left {
  width: 530px;
  position: relative;
  z-index: 1;
}
.time-info-left::after {
  content: "";
  width: 1px;
  height: calc(100% - 115px);
  background-color: #f6ab3b;
  position: absolute;
  top: 75px;
  left: 120px;
  z-index: -1;
}
.time-info-left .box-time {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-end;
}
.time-info-left .box-time .box-time-time {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 120px;
  line-height: 1.7;
  position: relative;
}
.time-info-left .box-time .box-time-time::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f6ab3b;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.time-info-left .box-time p:last-child {
  flex: 1;
  padding-left: 20px;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
.time-info-left .title-time {
  text-align: center;
  padding: 8px;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.time-info-right {
  flex: 1;
}

.box-time-info {
  display: flex;
  gap: 50px;
  padding: 40px 50px;
  align-items: flex-start;
}

.list-time {
  position: relative;
  z-index: 1;
}

.first-06 {
  position: relative;
}
.first-06::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.first-06::before {
  content: "";
  width: 100%;
  height: 584px;
  background-image: url(../images/story/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-link-file {
  display: flex;
  padding: 12px 15px;
  border: 2px solid #ef4d6d;
  border-radius: 20px;
  align-items: center;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(87, 150, 193, 0.45);
  position: relative;
}
.box-link-file::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../images/first/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  bottom: 15px;
}

.img-link-file {
  width: 145px;
}

.title-link-file {
  flex: 1;
}

.img-link-file img {
  border-radius: 20px;
}

.title-link-file a {
  font-size: 2.3rem;
  line-height: 1.39;
  font-family: "Kaisei Opti", serif;
}

.first-04 {
  position: relative;
}
.first-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

a.btn.btn-link-img {
  padding: 10px;
  border-radius: 41px;
  gap: 25px;
  font-size: 2.3rem;
  color: #000;
  max-width: 350px;
  width: 100%;
  min-height: 84px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  justify-content: flex-start;
  font-family: "Kaisei Opti", serif;
}
a.btn.btn-link-img img {
  border-radius: 32px;
}
a.btn.btn-link-img::after {
  width: 32px;
  height: 32px;
  background-image: url(../images/first/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 22px;
}
a.btn.btn-link-img span {
  line-height: 1.1;
}
a.btn.btn-link-img span small {
  font-size: 1.8rem;
}
a.btn.btn-link-img:hover {
  opacity: 0.7;
}

.box-link-img-small {
  display: flex;
  gap: 25px;
  position: relative;
}
.box-link-img-small::before {
  content: "";
  width: 198px;
  height: 174px;
  background-image: url(../images/first/icon-f-5.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  right: 20px;
  z-index: -1;
}

.first-03 {
  position: relative;
}
.first-03::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
  top: 140px;
  z-index: -1;
}
.first-03::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  top: 20px;
  z-index: -1;
}

.first-05 {
  position: relative;
}
.first-05::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f7b7b7 0%, #fdd300 100%);
  opacity: 0.29;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.list-start {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 250px;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}

.box-start {
  width: 318px;
  position: relative;
  z-index: 1;
}
.box-start p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.box-start::after {
  content: "";
  width: 506px;
  height: 220px;
  background-image: url(../images/now/line-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 83px;
  left: 177px;
  z-index: -1;
}
.box-start:nth-child(2n+2) {
  margin-top: 115px;
}
.box-start:nth-child(2n+2)::after {
  width: 423px;
  height: 355px;
  background-image: url(../images/now/line-2.png);
  right: 228px;
  top: 212px;
  left: auto;
}
.box-start::before {
  content: "";
  width: 82px;
  height: 53px;
  background-image: url(../images/now/icon-1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 215px;
  right: -180px;
  z-index: 1;
}
.box-start:nth-child(2)::before {
  background-image: url(../images/now/icon-2.svg);
  width: 94px;
  height: 76px;
  left: -176px;
  bottom: 35px;
  top: auto;
}
.box-start:nth-child(3)::before {
  background-image: url(../images/now/icon-3.svg);
  width: 169px;
  height: 131px;
  right: -230px;
  top: 170px;
}
.box-start:nth-child(3)::after {
  top: 150px;
}
.box-start:nth-child(4)::before {
  display: none;
}
.box-start:nth-child(5)::before {
  background-image: url(../images/now/icon-4.svg);
  width: 136px;
  height: 96px;
  top: -35px;
  right: -145px;
}
.box-start:nth-child(6)::before {
  background-image: url(../images/now/icon-5.svg);
  width: 130px;
  height: 103px;
  left: -185px;
  top: 100px;
}
.box-start:nth-child(7)::before {
  background-image: url(../images/now/icon-6.svg);
  width: 129px;
  height: 146px;
  right: -180px;
  top: 20px;
}
.box-start:nth-child(7)::after {
  top: 150px;
}
.box-start:last-child::after {
  display: none;
}
.box-start:last-child::before {
  display: none;
}

.box-now-cont {
  max-width: 920px;
  margin: 0 auto;
}
.box-now-cont p {
  letter-spacing: 0.05em;
  line-height: 1.875;
}

.title-start {
  font-size: 2.8rem;
  font-family: "Kaisei Opti", serif;
  line-height: 1.39;
  margin: 20px 0 15px;
  text-align: center;
  color: #000;
  line-height: 1.2;
}

.img-start::after {
  top: 30px;
}
.img-start::before {
  bottom: 18px;
  right: 8px;
}

.box-8 .title-start {
  margin: 20px -10px 15px;
}

.img-start {
  position: relative;
}
.img-start span {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #dbb71f;
  color: #000;
  font-size: 4.9rem;
  font-family: "Kaisei Opti", serif;
  padding-bottom: 3px;
  position: absolute;
  left: -15px;
  bottom: 18px;
}

.title-now {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 4rem;
  font-family: "Reem Kufi", sans-serif;
  color: #ef4d6d;
  position: relative;
}
.title-now::after {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #e1d200;
  position: absolute;
  left: -35px;
  transform: rotate(49deg);
  top: 27px;
}
.title-now::before {
  content: "";
  width: 32px;
  height: 4px;
  background-color: #e1d200;
  position: absolute;
  right: -35px;
  transform: rotate(-49deg);
  top: 27px;
}

.now-01 {
  position: relative;
}
.now-01 .box-first-02::after {
  height: 500px;
  top: 150px;
}
.now-01 .box-first-after::before {
  top: 530px;
}
.now-01::after {
  content: "";
  width: calc(50vw + 40px);
  height: 584px;
  background-image: url(../images/now/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 50%;
  bottom: 650px;
  z-index: -3;
  position: absolute;
}
.now-01 .title-first::after {
  width: 137px;
  height: 120px;
  background-image: url(../images/now/icon-now-1.svg);
  left: 33px;
}
.now-01 .box-first-03 .title-first::after {
  width: 222px;
  height: 116px;
  background-image: url(../images/now/icon-now-2.svg);
  left: -10px;
}

.list-start {
  position: relative;
}
.list-start::after {
  content: "";
  width: calc(50vw + 40px);
  height: 584px;
  background-image: url(../images/now/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 50%;
  top: 605px;
  z-index: -1;
  position: absolute;
}
.list-start::before {
  content: "";
  width: calc(50vw + 40px);
  height: 584px;
  background-image: url(../images/now/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 605px;
  z-index: -1;
  position: absolute;
}

.text-now-2 h3 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #ef4d6d;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.text-now-2 p {
  letter-spacing: 0.1em;
  line-height: 1.875;
  max-width: 492px;
  text-align: justify;
}

.box-bgcl-2 {
  background-color: #fffaf3;
  margin-bottom: 35px;
}
.box-bgcl-2:nth-child(2)::after, .box-bgcl-2:nth-child(2)::before {
  display: block;
}
.box-bgcl-2::after, .box-bgcl-2::before {
  display: none;
}

.img-now-2 img {
  border-radius: 10px;
}

.box-border-map {
  border: 2px solid #ef4d6d;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.box-border-map::after {
  content: "";
  width: 227px;
  height: 218px;
  background-image: url(../images/now/icon-7.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -42px;
  left: -16px;
}

.now-03 {
  position: relative;
}
.now-03::before {
  content: "";
  width: 100%;
  height: 584px;
  background-image: url(../images/story/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.now-03::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.box-border {
  border: 4px solid #ef4d6d;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.box-border::after {
  content: "";
  width: 281px;
  height: 252px;
  background-image: url(../images/end/icon-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: -200px;
}

.list-social {
  display: flex;
  justify-content: center;
  gap: 90px;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.list-social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  align-items: center;
}
.list-social a img {
  width: 69px;
  margin-bottom: 5px;
}

.end-02 {
  position: relative;
}
.end-02::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 70px;
  top: 140px;
  z-index: -1;
}
.end-02::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 19px;
  top: 60px;
  z-index: -1;
}
.end-02 .title-now {
  font-size: 2.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.end-02 .title-now::after, .end-02 .title-now::before {
  top: 20px;
}

.end-01 .title-first::after {
  width: 163px;
  height: 125px;
  background-image: url(../images/end/icon-3.svg);
}
.end-01 .box-first-03 .title-first::after {
  width: 163px;
  height: 120px;
  background-image: url(../images/end/icon-4.svg);
}
.end-01 .box-first-04 .title-first::after {
  width: 163px;
  height: 120px;
  background-image: url(../images/end/icon-4.svg);
  left: -20px;
}

.bg-story-top {
  position: relative;
}
.bg-story-top .box-text-ab-ban {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 110px;
}

.page-banquet .title-border {
  font-size: 3.3rem;
}

.title-attract.no-shadow:after {
  left: -80px;
  top: -40px;
}

.title-attract.no-shadow:before {
  right: -100px;
  bottom: -40px;
}

.img-banquet-1 {
  text-align: center;
}
.img-banquet-1 p {
  letter-spacing: 0.1em;
}
.img-banquet-1 img {
  border-radius: 10px;
}

.list-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.list-box li {
  width: calc(20% - 12px);
  border: 1px solid rgba(239, 77, 109, 0.5);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000;
  padding: 12px;
  text-align: center;
}
.list-box--orange li {
  border-color: #F28E1E;
}
.list-box--green li {
  border-color: #87C13F;
}

.box-bgcl-3 {
  background-color: #fff;
  padding: 24px 30px;
}
.box-bgcl-3.large {
  padding: 45px 55px;
}
.box-bgcl-3::after, .box-bgcl-3::before {
  display: none;
}

.banquet-02 {
  position: relative;
}
.banquet-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.banquet-02::before {
  content: "";
  width: 100%;
  height: 864px;
  background-image: url(../images/index/bg-meal.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.banquet-02 .box-bgcl-1 {
  margin-bottom: 30px;
}

.list-dot li {
  padding-left: 30px;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.list-dot li::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ef4d6d;
  position: absolute;
  left: 0;
  top: 11px;
}

a.btn.btn-file {
  max-width: 385px;
  min-height: 80px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  text-decoration: underline;
}
a.btn.btn-file::after {
  width: 32px;
  height: 39px;
  background-image: url(../images/banquet/icon-pdf.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  left: 30px;
}
a.btn.btn-file::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/banquet/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
a.btn.btn-file.small {
  max-width: 300px;
  padding-right: 30px;
}

.banquet-04 {
  position: relative;
}
.banquet-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/banquet/bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.group-01 .text-now-2 h3 {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.group-01 .title-border {
  position: relative;
}
.group-01 .title-border::after {
  content: "";
  width: 138px;
  height: 121px;
  background-image: url(../images/first/icon-f-5.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -115px;
  right: 0;
  z-index: 1;
}
.group-01 .title-border span {
  font-size: 3.5rem;
}

.group-02-bg {
  position: relative;
}

.group-02-bg h2 {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: 100%;
  font-size: 3.2rem;
}

.group-02 {
  position: relative;
}
.group-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0c1730;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.group-04 {
  position: relative;
}
.group-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/group/bg-4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.box-border-contact {
  border: 1px solid #ef4d6d;
  background-color: #fff;
  border-radius: 20px;
  padding: 33px 0;
  display: flex;
  align-items: center;
}

.contact-left {
  width: 50%;
  border-right: 2px solid #949494;
  text-align: center;
  padding-left: 45px;
}

.contact-right {
  width: 50%;
}

.page-contact .contact-right a.btn.btn-main::after {
  background-image: url(../images/index/icon-down-4.svg);
}

.contact-left a {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1.2;
  position: relative;
}
.contact-left a::after {
  content: "";
  width: 37px;
  height: 67px;
  background-image: url(../images/group/icon-phone.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -57px;
}

.group-05 {
  position: relative;
}
.group-05::after {
  content: "";
  width: 100%;
  height: 181px;
  background: linear-gradient(-90deg, #f7b7b7 0%, #fdd300 100%);
  opacity: 0.43;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.group-03 {
  position: relative;
}
.group-03::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  left: 75px;
  z-index: -1;
}
.group-03::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: -1;
}

#group-05 {
  position: relative;
}
#group-05::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  left: 75px;
  z-index: -1;
}
#group-05::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: -1;
}

.page-group .bg-story-top .box-text-ab-ban {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-group .box-bgcl-2:nth-child(2)::after,
.page-group .box-bgcl-2:nth-child(2)::before {
  display: none;
}

.group-01 {
  position: relative;
}
.group-01::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  left: 75px;
  z-index: -1;
}
.group-01::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: -1;
}

.box-flex-nosmoke {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.content-nosmoke h2 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #e81c24;
  margin-bottom: 10px;
}
.content-nosmoke p {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

a.btn.btn-main.btn-fl {
  min-width: 189px;
  min-height: 45px;
  background-color: #fff;
  color: #333;
  font-weight: 500;
}
a.btn.btn-main.btn-fl span {
  padding-left: 30px;
  padding-right: 40px;
}
a.btn.btn-main.btn-fl::after {
  width: 27px;
  height: 27px;
  background-image: url(../images/floor/icon-down.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 10px;
}

.box-bgcl-4 {
  background-color: #f7f2e7;
  padding: 40px 40px 50px;
}
.box-bgcl-4::after, .box-bgcl-4::before {
  display: none;
}

.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tabs-nav li {
  width: calc(16.68% - 10px);
  border: 2px solid #ef4d6d;
  font-size: 2.6rem;
  font-family: "Kaisei Opti", serif;
  color: #ef4d6d;
  padding: 8px 10px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(87, 150, 193, 0.45);
}
.tabs-nav li.active {
  background-color: #ef4d6d;
  color: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-content .box-border-image {
  padding: 0;
  border-color: transparent;
  background-color: #fff;
  border-radius: 0;
  position: relative;
}

.name-fl {
  position: absolute;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #dbb71f;
  font-size: 4.9rem;
  font-family: "Kaisei Opti", serif;
  color: #000;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 30px;
  top: -30px;
  left: -13px;
}
.name-fl span {
  font-size: 3.5rem;
}

.box-slide-floor {
  max-width: 884px;
  margin: 0 auto;
}

.slide-floor.slick-slider .slick-list {
  overflow: visible;
  margin: 0 -30px;
}
.slide-floor.slick-slider .slick-slide {
  padding: 0 30px;
  margin: 0;
}
.slide-floor.slick-slider button.slide-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  padding: 0;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  box-shadow: 0 0 3px 0 rgba(87, 150, 193, 0.45);
  position: absolute;
  top: 257px;
  left: -38px;
  cursor: pointer;
  z-index: 1;
}
.slide-floor.slick-slider button.slide-arrow.next-arrow {
  left: auto;
  right: -38px;
}

.img-floor-info {
  position: relative;
}
.img-floor-info img {
  border-radius: 20px;
}
.img-floor-info .name-fl {
  width: 118px;
  height: 118px;
  font-size: 4.2rem;
  padding-top: 25px;
}
.img-floor-info .name-fl span {
  font-size: 3rem;
}

.name-floor {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 10px 0;
  color: #ef4d6d;
  text-align: center;
}

.box-floor-info p {
  letter-spacing: 0.05em;
  line-height: 1.75;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ef4d6d;
  margin: 0 6px;
}
ul.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: -9999px;
  cursor: pointer;
}
ul.slick-dots li.slick-active {
  background-color: #ef4d6d;
}

.slide-floor-dots {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}
.slide-floor-dots ul.slick-dots {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}

button#toggle-autoplay {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: none;
  background: #ef4d6d;
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 1px 1px;
  cursor: pointer;
}

.floor-02 {
  position: relative;
}
.floor-02::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 73px;
  top: 86px;
  z-index: -1;
}
.floor-02::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: 20px;
  z-index: -1;
}

.floor-03 {
  position: relative;
}
.floor-03::after {
  content: "";
  width: 363px;
  height: 363px;
  background-image: url(../images/floor/icon-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: 75px;
  z-index: -1;
}
.floor-03::before {
  content: "";
  width: 179px;
  height: 176px;
  background-image: url(../images/floor/icon-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 55px;
  right: 120px;
  z-index: -1;
}

.floor-04 {
  position: relative;
}
.floor-04::after {
  content: "";
  width: 100%;
  height: 760px;
  background-image: url(../images/floor/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.floor-05 {
  position: relative;
}
.floor-05::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 73px;
  top: 56px;
  z-index: -1;
}
.floor-05::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: 20px;
  z-index: -1;
}

.floor-06 {
  position: relative;
}
.floor-06::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/floor/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.floor-06 .box-bgcl-2 {
  background-color: #fff;
}

.box-map-access {
  height: 424px;
}
.box-map-access iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.box-tab-access {
  max-width: 1000px;
  margin: 0 auto;
}
.box-tab-access .tabs-nav {
  gap: 13px;
  max-width: 100%;
}
.box-tab-access .tabs-nav li {
  width: calc(25% - 10px);
  border-radius: 20px 20px 0 0;
  border: 2px solid #ef4d6d;
  font-size: 2.6rem;
  letter-spacing: 0;
  font-weight: 500;
  color: #000;
  padding: 12px 20px;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  box-shadow: none;
  border-bottom: none;
  transition: all 0.3s;
}
.box-tab-access .tabs-nav li.active {
  background-color: #ef4d6d;
  color: #fff;
}
.box-tab-access .tabs-nav li.active svg path {
  fill: #fff !important;
}

.tab-access {
  display: flex;
  align-items: center;
  gap: 18px;
}
.tab-access .text {
  text-align: left;
}
.tab-access .text p {
  line-height: 1.5;
}
.tab-access .text p:nth-child(2) {
  font-size: 1.6rem;
}

.box-border-access {
  border: 2px solid #ef4d6d;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 40px 50px;
}

.img-tab-access {
  text-align: center;
}

.name-tab {
  font-size: 2.5rem;
  color: #ef4d6d;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}

.box-parking {
  padding: 24px 25px;
  display: flex;
  align-items: center;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  background: #dfe8ef;
  border-radius: 10px;
}

.icon-parking {
  width: 232px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2rem;
  font-weight: 500;
}

.text-parking {
  flex: 1;
}

.text-parking .list-dot li {
  font-size: 1.6rem;
  padding-left: 20px;
  font-weight: 500;
}

.text-parking .list-dot li:before {
  width: 15px;
  height: 15px;
  top: 9px;
}

.box-link-access {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.box-link-access a.btn.btn-main {
  min-width: 292px;
}

.box-access-03 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
  justify-content: center;
}
.box-access-03 a.btn.btn-main.btn-white {
  width: 50%;
  max-width: 445px;
  min-height: 80px;
  font-size: 1.8rem;
}
.box-access-03 a.btn.btn-main.btn-white:hover {
  opacity: 0.7;
}
.box-access-03 a.btn.btn-main.btn-white::before {
  width: 33px;
  height: 34px;
  background-image: url(../images/access/icon-5.svg);
  left: 34px;
  z-index: 3;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.box-access-03 a.btn.btn-main.btn-white:nth-child(2)::before {
  background-image: url(../images/access/icon-6.svg);
}
.box-access-03 a.btn.btn-main.btn-white:nth-child(3)::before {
  background-image: url(../images/access/icon-7.svg);
}
.box-access-03 a.btn.btn-main.btn-white:nth-child(4)::before {
  background-image: url(../images/access/icon-7.svg);
}

.table-company {
  display: flex;
  align-items: center;
}

.table-company-left {
  width: 133px;
  text-align: right;
  padding-right: 15px;
  font-size: 2.2rem;
  font-family: "Kaisei Opti", serif;
}

.table-company-right {
  flex: 1;
  padding: 20px 15px;
  border-bottom: 1px solid #333333;
  line-height: 1.5;
}

.img-company-2 img {
  border-radius: 20px;
}

.square {
  color: #ee4b6a;
}

.privacy {
  line-height: 1.56;
  color: #333;
  padding-bottom: 30px;
}

.toggle-company .toggle-hd {
  min-height: 90px;
  border: 1px solid #ef4d6d;
  border-radius: 45px;
  font-family: "Kaisei Opti", serif;
  font-size: 3rem;
}
.toggle-company .toggle-hd::after {
  background-color: #ef4d6d;
  width: 56px;
  height: 56px;
}
.toggle-company .toggle-cont {
  padding-top: 40px;
}

.company-03 .table-story {
  margin: 0;
  border: 1px solid #c4c4c4;
}
.company-03 .table-story:not(:last-child) {
  border-bottom: none;
}
.company-03 .table-story-left {
  width: 194px;
  font-size: 1.8rem;
  border-right: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
}

table.table-policy {
  width: 100%;
}
table.table-policy td {
  border: 1px solid #c4c4c4;
  text-align: center;
  width: 200px;
  height: 50px;
}
table.table-policy td:first-child {
  font-weight: 500;
  background-color: #ef4d6d;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.8rem;
  text-align: left;
}
table.table-policy th {
  background-color: #ef4d6d;
  height: 50px;
  color: #fff;
  border: 1px solid #c4c4c4;
  text-align: center;
  font-size: 1.8rem;
}

#company-02 {
  position: relative;
}
#company-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}

.company-02 {
  position: relative;
}
.company-02::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 73px;
  top: 50px;
  z-index: -1;
}
.company-02::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: -1;
}

.slide-recruit-img img {
  border-radius: 10px;
}

.page-recruit .title-en {
  color: #29a6dd;
}
.page-recruit .text-now-2 h3 {
  color: #29a6dd;
  display: flex;
  gap: 5px;
}
.page-recruit .title-border {
  border-color: #29a6dd;
}
.page-recruit .box-border-contact {
  border-color: #29a6dd;
}
.page-recruit a.btn.btn-main {
  background-color: #29a6dd;
  color: #fff;
}
.page-recruit a.btn.btn-main::after {
  background-image: url(../images/attract/icon-right-2.svg);
}
.page-recruit .contact-left a::after {
  background-image: url(../images/group/icon-phone-2.svg);
}
.page-recruit .bg-story-top .box-text-ab-ban {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-recruit ul.list-anchor {
  justify-content: flex-start;
}
.page-recruit ul.list-anchor a {
  border-color: #29a6dd;
}
.page-recruit ul.list-anchor a::before {
  background-image: url(../images/index/icon-down-3.svg);
}
.page-recruit .box-bgcl-2:nth-child(2)::after,
.page-recruit .box-bgcl-2:nth-child(2)::before {
  display: none;
}

.page-room .text-now-2 p {
  max-width: 100%;
}

.recruit-02 {
  position: relative;
}
.recruit-02::after {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.recruit-02::before {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background-image: url(../images/banquet/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

section#meal-06 {
  padding-top: 110px;
}

section#meal-08 {
  padding-top: 75px;
}

.page-contact .box-border {
  border-width: 3px;
  border-color: #e81c24;
  padding: 26px 40px;
  border-radius: 10px;
  letter-spacing: 0.05em;
}
.page-contact .box-border::after {
  display: none;
}

.about-text {
  background-color: #f4f4f4;
}

.news-file a.btn.btn-file {
  max-width: 100%;
  padding-left: 80px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.news-file a.btn.btn-file::before {
  width: 30px;
  height: 30px;
}
.news-file a.btn.btn-file::after {
  width: 32px;
  height: 39px;
}

a.btn.btn-link {
  min-height: 80px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  text-decoration: underline;
  padding-left: 60px;
  justify-content: flex-start;
  margin-bottom: 20px;
}
a.btn.btn-link::after {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ef4d6d;
  left: 24px;
}
a.btn.btn-link::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/index/icon-blank.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
}
a.btn.btn-link.no-blank::before {
  background-image: url(../images/index/icon-right.svg);
}

.news-link {
  background: #f9f6f2;
}

#page-navi {
  position: relative;
}
#page-navi::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ef4d6d;
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  z-index: -5;
}

.box-list-news .home-news__item {
  padding: 11px;
  margin-bottom: 45px;
  border-radius: 20px;
}
.box-list-news .home-news__item-title {
  -webkit-line-clamp: 4;
  line-height: 1.43;
  height: auto;
  min-height: 92px;
}
.box-list-news .home-news__item-more {
  width: 31px;
  height: 31px;
  right: 14px;
  bottom: 14px;
}
.box-list-news .home-news__item-meta {
  margin-top: 10px;
  padding-top: 10px;
}
.box-list-news .home-news__item-cat {
  font-size: 1.3rem;
}
.box-list-news .home-news__item-date {
  font-size: 1.3rem;
}

.page-header {
  height: 223px;
  padding-top: 50px;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
}

.title-en {
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #ef4d6d;
  text-align: center;
  font-family: "Reem Kufi", sans-serif;
}

.title-jp {
  font-size: 4rem;
  font-family: "Kaisei Opti", sans-serif;
  text-align: center;
}

.breadcrums {
  position: relative;
  padding: 20px 0 10px;
}

.breadcrums ul {
  display: flex;
  justify-content: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrums ul li:first-child > a {
  color: #ef4d6d;
}

.breadcrums ul li > a {
  font-size: 1.4rem;
  font-weight: 500;
}

.breadcrums ul li {
  position: relative;
}

.breadcrums ul li:not(:last-child) {
  margin-right: 35px;
}

.breadcrums ul li span {
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: 500;
}

.breadcrums ul li span br {
  display: none;
}

.breadcrums ul li:not(:nth-last-child(1)):after {
  content: "/";
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: -25px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  font-weight: 500;
}

#news {
  position: relative;
}
#news::after {
  content: "";
  width: 179px;
  height: 176px;
  background-image: url(../images/index/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 95px;
  right: 75px;
  z-index: -1;
}

.box-list-news {
  position: relative;
}
.box-list-news::after {
  content: "";
  width: 191px;
  height: 190px;
  background-image: url(../images/index/after-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -90px;
  left: -110px;
  z-index: -1;
}
.box-list-news::before {
  content: "";
  width: 89px;
  height: 88px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -75px;
  right: 150px;
  z-index: -1;
}
body:not(.home) header{
  min-height: 152px;
}

.box-room-top {
  border: 3px solid #ef4d6d;
  border-radius: 60px;
  padding: 35px 20px 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.box-room-top::after {
  content: "";
  width: 191px;
  height: 190px;
  background-image: url(../images/index/after-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  left: -55px;
  z-index: -1;
}
.box-room-top::before {
  content: "";
  width: 89px;
  height: 88px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -35px;
  bottom: -75px;
  z-index: -1;
}

.title-room {
  font-size: 3.5rem;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.1em;
}

a.room-cat {
  min-width: 120px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #fff;
  border-radius: 23px;
  min-height: 46px;
  font-size: 2.2rem;
  font-family: "Kaisei Opti", serif;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.slide-room.slick-slider .slick-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(87, 150, 193, 0.45);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.slide-room.slick-slider .slick-arrow.prev-arrow {
  left: -38px;
}
.slide-room.slick-slider .slick-arrow.next-arrow {
  right: -38px;
}
.slide-room.slick-slider .slick-slide {
  padding: 0 31px;
  margin: 0;
}
.slide-room.slick-slider .slick-slide img {
  border-radius: 30px;
}
.slide-room.slick-slider .slick-slide p {
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.slide-room.slick-slider .slick-list {
  margin: 0 -31px;
  overflow: visible;
}
.slide-room.slick-slider ul.slick-dots {
  top: calc(100% + 85px);
}

.box-map-type-item {
  display: flex;
  gap: 7px;
}

.box-slide-room {
  max-width: 885px;
  margin: 0 auto;
  position: relative;
}
.box-slide-room::before {
  content: "";
  width: 179px;
  height: 176px;
  background-image: url(../images/floor/icon-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -72px;
  right: -84px;
  z-index: -1;
}

.box-room-floor {
  border: 2px solid #ef4d6d;
  border-radius: 20px;
  background-color: #fff;
  padding: 90px;
  text-align: center;
}

.room-06 {
  position: relative;
}
.room-06::after {
  content: "";
  width: 100%;
  height: 407px;
  background-image: url(../images/index/bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.single-room .group-05::after,
.single-map .group-05::after {
  background: #f9f6f2;
  opacity: 1;
}
.single-room .box-bgcl-1::before,
.single-map .box-bgcl-1::before {
  width: 138px;
  height: 121px;
  background-image: url(../images/index/icon-2.svg);
  right: 60px;
  top: -99px;
  z-index: 1;
}
.single-room .box-bgcl-1::after,
.single-map .box-bgcl-1::after {
  display: none;
}

.room-pickup {
  position: relative;
}
.room-pickup::after {
  content: "";
  width: 191px;
  height: 190px;
  background-image: url(../images/index/after-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 75px;
  left: 260px;
  z-index: -1;
}
.room-pickup::before {
  content: "";
  width: 89px;
  height: 88px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 46px;
  z-index: -1;
  right: 256px;
}

.img-room {
  position: relative;
  border-radius: 150px;
  text-align: center;
}
.img-room img {
  transition: 0.3s;
}
.img-room a.room-cat {
  left: 0;
  top: 3px;
  transform: none;
}

.name-room {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.25;
  padding-top: 5px;
  color: #000;
  font-family: "Kaisei Opti", serif;
}

.box-room {
  position: relative;
  margin-bottom: 80px;
}
.box-room::after {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(../images/first/icon-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 370px;
}

.box-lounge {
  position: relative;
  padding-top: 110px;
  padding-bottom: 63px;
}
.box-lounge::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/index/bg-louge.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.box-flex-button {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
.box-flex-button a.btn.btn-main {
  min-width: 331px;
  background-color: rgba(239, 77, 109, 0.7);
  border: 1px solid #fff;
}
.box-flex-button a.btn.btn-main.btn-lounge {
  background-color: rgba(117, 76, 36, 0.67);
}
.box-flex-button a.btn.btn-main.btn-lounge::after {
  background-image: url(../images/index/icon-blank.svg);
  background-color: #fff;
  border-radius: 50%;
  background-size: 20px 20px;
}

.title-lounge {
  min-height: 80px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 637px;
  border: 3px solid #fff;
  border-radius: 40px;
  background: #e0cb70;
  font-size: 2.2rem;
  gap: 11px;
  font-family: "Kaisei Opti", serif;
  position: absolute;
  top: -30px;
  left: -30px;
}

.title-lounge span {
  font-size: 3rem;
}

.room-list {
  position: relative;
}
.room-list::after {
  content: "";
  width: 297px;
  height: 218px;
  background-image: url(../images/attract/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 73px;
  top: 75px;
  z-index: -1;
}
.room-list::before {
  content: "";
  width: 366px;
  height: 366px;
  background-image: url(../images/attract/after-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -55px;
  right: 20px;
  z-index: -1;
}

#room-1 {
  position: relative;
}
#room-1 .title-border {
  border-color: #c1976d;
}
#room-1::after {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  background-color: #f9f6f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
#room-1::before {
  content: "";
  width: 100%;
  height: 874px;
  background-image: url(../images/index/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.interview-5 {
  color: #fff;
}

#room-2 .room-list::after {
  top: 80px;
}
#room-2 .room-list::before {
  top: 20px;
}

ul.list-anchor {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 43px;
}
ul.list-anchor li {
  width: calc(25% - 33px);
}
ul.list-anchor li a {
  font-weight: 500;
  padding: 15px 9px;
  border-bottom: 2px solid #ef4d6d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
ul.list-anchor li a::before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(../images/index/icon-down-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.box-map-cat {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  position: absolute;
  left: 50px;
  top: -11px;
}

.map-zone {
  width: 286px;
  height: 59px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background-color: #333;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.box-map-type {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.single-map .box-room-top {
  border-radius: 20px;
  padding-top: 80px;
  margin-bottom: 40px;
}
.single-map .title-room {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 3rem;
}
.single-map a.btn.btn-link {
  font-size: 2rem;
  text-decoration: none;
  font-weight: 500;
}

.box-map-type span {
  color: #666666;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.map-pick {
  position: relative;
}
.map-pick::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/spa/bg-01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}

.box-search-map {
  border: 2px solid #ef4d6d;
  background-color: #fff;
  border-radius: 50px;
  padding: 22px 50px 35px;
  position: relative;
}

.title-search {
  letter-spacing: 0.1em;
  font-size: 3rem;
  color: #ef4d6d;
  font-family: "Reem Kufi", sans-serif;
  line-height: 1;
  background-color: #fff;
  border-radius: 14px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.form-search {
  display: flex;
  gap: 69px;
}

.box-item-search {
  width: 25%;
  position: relative;
}
.box-item-search::after {
  content: "";
  width: 1px;
  height: 105px;
  background-color: #ef4d6d;
  position: absolute;
  right: -35px;
  bottom: 0;
}
.box-item-search:last-child::after {
  display: none;
}
.box-item-search select {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  background-image: url(../images/index/bg-select-2.svg);
  background-size: 15PX 13PX;
  background-repeat: no-repeat;
  background-position: center right 20px;
  color: #333333;
  border: none;
  padding-right: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  border-radius: 18px;
  font-weight: 500;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
}

.box-title-item {
  text-align: center;
}
.box-title-item img {
  width: 68px;
  height: 48px;
}
.box-title-item h4 {
  margin-top: 5px;
  font-size: 1.8rem;
  font-family: "Kaisei Opti", serif;
  color: #000;
}
.box-title-item h4 span {
  font-size: 3rem;
}

.box-map-item {
  padding: 16px;
  border-radius: 25px;
  box-shadow: 0 0 6px 0 rgba(87, 150, 193, 0.45);
  background-color: #fff;
  position: relative;
  margin-bottom: 85px;
}
.box-map-item::after {
  content: "";
  width: 44px;
  height: 44px;
  background-image: url(../images/index/icon-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.box-map-item .map-zone {
  position: absolute;
  top: -24px;
  left: -5px;
}

.img-map {
  border-radius: 10px;
  overflow: hidden;
}
.img-map img {
  width: 100%;
}

.name-map {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5px;
  min-height: 90px;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 7px;
}

.box-map-item .box-map-type {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0;
}

.box-map-item .box-map-type span img {
  width: 31px;
  margin-right: 5px;
  border-radius: 0 !important;
}

.map-list {
  position: relative;
}
.map-list::after {
  content: "";
  width: 100%;
  height: 800px;
  background-image: url(../images/floor/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}

.slide-map-pick.slick-slider {
  margin: 0;
  max-width: 100%;
  width: 100%;
  display: block;
}
.slide-map-pick.slick-slider .slick-arrow {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(87, 150, 193, 0.45);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.slide-map-pick.slick-slider .slick-arrow.prev-arrow {
  left: -47px;
}
.slide-map-pick.slick-slider .slick-arrow.next-arrow {
  right: -47px;
}
.slide-map-pick.slick-slider .slick-slide {
  padding: 0 28px;
  margin: 0;
  max-width: unset;
}
.slide-map-pick.slick-slider .slick-list {
  margin: 0 -28px;
  overflow: visible;
  padding: 0;
}
.slide-map-pick.slick-slider ul.slick-dots {
  top: calc(100% + 35px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.slide-map-pick.slick-slider .box-map-item {
  margin-bottom: 0;
}

.map-pick-2 {
  position: relative;
}
.map-pick-2::after {
  content: "";
  width: 1033px;
  height: 775px;
  background-image: url(../images/index/bg-map-pick.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.map-pick-2::before {
  content: "";
  width: 181px;
  height: 160px;
  background-image: url(../images/index/img-after.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
}

.news-item.item-list {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background-color: none;
  border-bottom: 1px solid #cccccc;
  flex-wrap: wrap;
}

.news-item.item-list::after {
  content: "";
  width: 31px;
  height: 31px;
  background-image: url(../images/index/icon-right-2.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  bottom: 15px;
  transform: none;
  top: auto;
  background-size: 100% 100%;
}

.news-item.item-list:hover .title a {
  opacity: 1;
}

.box-cat {
  display: flex;
  align-items: center;
}

.news-item .date {
  color: #828382;
  width: 80px;
  font-size: 1.3rem;
  text-align: left;
  flex-shrink: 0;
  font-weight: 500;
}

a.cat {
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.news-item.item-list .title {
  position: relative;
  padding-top: 17px;
  width: 100%;
}

.news-item.item-list .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
  line-height: 1.5;
}

.page-map .home-banner__curtain.--right::before {
  display: none;
}
.page-map .home-banner__curtain.--left::before {
  display: none;
}

.map-banner-top {
  position: relative;
}
.map-banner-top::after {
  content: "";
  width: 333px;
  height: 109px;
  background-image: url(../images/index/after-map-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 55px;
  left: -45px;
}
.map-banner-top::before {
  content: "";
  width: 497px;
  height: 236px;
  background-image: url(../images/index/after-map-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  right: -115px;
}

.map-banner-bottom {
  position: relative;
}
.map-banner-bottom::after {
  content: "";
  width: 333px;
  height: 109px;
  background-image: url(../images/index/after-map-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -55px;
  right: -45px;
}
.map-banner-bottom::before {
  content: "";
  width: 497px;
  height: 236px;
  background-image: url(../images/index/after-map-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -70px;
  left: -130px;
}

section.home-banner.map-banner {
  margin-top: 0;
}

.box-border-meal {
  border: 2px solid #ef4d6d;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.box-image-slide.slick-slider .slick-dots {
  justify-content: flex-start;
  top: auto;
  left: 12px;
  bottom: 15px;
}

.img-meal-left img {
  border-radius: 10px;
}

.text-meal-right p {
  letter-spacing: 0.05em;
  line-height: 1.875;
  padding-top: 10px;
}

.meal-05 {
  position: relative;
}
.meal-05::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f2f6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.meal-05::before {
  content: "";
  width: 100%;
  height: 800px;
  background-image: url(../images/index/bg-meal.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.title-404 {
  font-size: 5.7rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  color: #ef4d6d;
  font-family: "Reem Kufi", sans-serif;
}

.title-404 span {
  font-size: 13.6rem;
  font-weight: bold;
  line-height: 1;
}

.section-404 {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.section-404::after {
  content: "";
  width: 454px;
  height: 454px;
  background-image: url(../images/index/bg-404.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}

.error404 .page-header {
  display: none;
}

.box-link-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 2;
  display: flex;
  gap: 0;
  justify-content: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  background-color: #fff;
}
.box-link-fixed a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-size: 2.5rem;
  font-weight: 500;
  width: 33.33%;
  position: relative;
}
.box-link-fixed a span {
  font-size: 3rem;
}
.box-link-fixed a:hover {
  opacity: 1;
}
.box-link-fixed a:hover img {
  opacity: 1;
}
.box-link-fixed a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/index/after-fix-1.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
}
.box-link-fixed a:nth-child(1) {
  background: linear-gradient(90deg, rgb(233, 156, 0) 0%, rgb(255, 81, 142) 100%);
  color: #fff;
  padding-left: 70px;
}
.box-link-fixed a:nth-child(1) img {
  left: 63px;
}
.box-link-fixed a:nth-child(2) {
  background: rgba(255, 255, 255, 0.9);
  color: #ef4d6d;
  border: 1px solid #ef4d6d;
  padding-left: 30px;
  text-align: center;
}
.box-link-fixed a:nth-child(2) img {
  left: 30px;
  width: 103px;
}
.box-link-fixed a:nth-child(2)::after {
  background-image: url(../images/index/after-fix-2.svg);
}
.box-link-fixed a:nth-child(3) {
  background: rgba(237, 206, 79, 0.9);
  color: #603813;
}
.box-link-fixed a:nth-child(3) img {
  left: 40px;
  width: 33px;
}
.box-link-fixed a:nth-child(3)::after {
  background-image: url(../images/index/after-fix-3.svg);
}
.box-link-fixed a img {
  width: 108px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.box-link-fixed.is-hidden {
  transform: translateY(120%);
  opacity: 0;
  pointer-events: none;
}

.link-img {
  cursor: pointer;
  transition: 0.3s;
}

.link-img:hover {
  opacity: 0.7;
}

.box-news-first .news-item.item-list::after {
  background-image: url(../images/index/icon-right.svg);
}

#banquet-03 .box-bgcl-2:nth-child(2)::after,
#banquet-03 .box-bgcl-2:nth-child(2)::before {
  display: none;
}

@media (min-width: 768px) {
  .box-flex-btn-text.fix-dong {
    gap: 30px;
    margin: 0 -10px;
  }
  .page-first .box-border-time {
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-now .title-now {
    margin-bottom: -50px;
  }
  .page-end .box-first-03 .box-first-after::before {
    bottom: -36px;
  }
  .page-end .box-first-03.box-first-02::after {
    height: calc(100% - 160px);
  }
  #end-03 .box-border {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-floor ul.list-anchor {
    justify-content: flex-start;
  }
}
.access-03 {
  position: relative;
}
.access-03::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
.access-03::before {
  content: "";
  width: 100%;
  height: 585px;
  background-image: url(../images/story/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.box-single-top {
  position: relative;
  background-color: #fff;
}
.box-single-top::after {
  content: "";
  width: 191px;
  height: 190px;
  background-image: url(../images/index/after-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -54px;
  left: -54px;
  z-index: -1;
}
.box-single-top::before {
  content: "";
  width: 89px;
  height: 88px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -34px;
  bottom: -34px;
  z-index: -1;
}

.page-company ul.list-anchor {
  justify-content: flex-start;
}

.map-top {
  position: relative;
}
.map-top::after {
  content: "";
  width: 671px;
  height: 307px;
  background-image: url(../images/index/after-map.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
  z-index: -1;
}

.page-yunone .title-en {
  color: #f28e1e;
}
.page-yunone .spa-item__text {
  background-color: transparent;
}
.page-yunone .spa-item__desc.text-center {
  width: 100%;
  padding-top: 20px;
}

.page-yuraku .title-en {
  color: #87c13f;
}
.page-yuraku .spa-item__text {
  background-color: transparent;
}
.page-yuraku .spa-item__desc.text-center {
  width: 100%;
  padding-top: 20px;
}

.img-company-1 img {
  border-radius: 20px;
}

.flex-com {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.max-width-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.recruit-4-item {
  text-align: center;
  margin-bottom: 25px;
}

.recruit-4-item-text p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #29a6dd;
  line-height: 1.4;
}

.img-recruit-5 img {
  border-radius: 10px;
}

.text-recruit-5 h3 {
  font-size: 2.3rem;
  font-weight: 500;
  color: #29a6dd;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px 0 10px;
}

.text-recruit-5 p {
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.box-img-recruit {
  margin-bottom: 20px;
}

.recruit-04 {
  position: relative;
}
.recruit-04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f9f6f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -5;
}
.recruit-04::before {
  content: "";
  width: 100%;
  height: 531px;
  background-image: url(../images/end/bg-recruit.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.recruit-pick .container::after {
  content: "";
  width: 191px;
  height: 190px;
  background-image: url(../images/index/after-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  left: 85px;
  z-index: -1;
}
.recruit-pick .container::before {
  content: "";
  width: 89px;
  height: 88px;
  background-image: url(../images/index/after-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 85px;
  top: 75px;
  z-index: -1;
}
.recruit-pick .box-bgcl-1 {
  position: relative;
}
.recruit-pick .box-bgcl-1::after {
  content: "";
  width: 138px;
  height: 121px;
  background-image: url(../images/first/icon-f-5.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  right: 60px;
  z-index: 1;
  left: auto;
  display: block;
}/*# sourceMappingURL=style-2.css.map */