header .main {
  background: url(../images/main_ph_pc_202505.jpg);
  background-size: cover;
  background-position-x: center;
}
@media only screen and (max-width: 900px) {
  header .main {
    background: url(../images/main_ph_sp_202505.jpg);
    background-size: cover;
    background-position-x: center;
  }
}

@media only screen and (max-width: 900px) {
  #art_top .inner .copy {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
#art_top .inner dl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media only screen and (max-width: 900px) {
  #art_top .inner dl {
    display: none;
  }
}
#art_top .inner dl dt {
  background: rgba(81, 124, 89, 0.4);
  width: 12%;
  margin-right: 12px;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#art_top .inner dl dt.f5_dt {
  padding: 30px;
  display: flex;
  justify-content: center;
}
#art_top .inner dl dt.f4_dt {
  background-image: url(../images/bg_4f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
#art_top .inner dl dt.f2_dt {
  background-image: url(../images/bg_2f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
#art_top .inner dl dt.fb1_dt {
  background-image: url(../images/bg_B1f.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
#art_top .inner dl dd {
  background: #878f88;
  width: calc(88% - 12px);
  padding: 30px;
}
#art_top .inner dl dd h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
#art_top .inner dl dd ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
#art_top .inner dl dd ul li {
  width: calc(25% - 10px);
  padding: 12px;
}
#art_top .inner dl dd ul li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#art_top .inner dl dd ul li > a img:first-of-type {
  width: 100%;
}
#art_top .inner dl dd ul li > a p {
  margin: 3px 0 5px 0;
}
#art_top .inner dl dd ul li > a p.font_s {
  font-size: 14px;
}
#art_top .inner dl dd ul li.green {
  background-image: linear-gradient(0deg, rgb(40, 70, 56) 0%, rgb(36, 93, 86) 100%);
}
#art_top .inner dl dd ul li.blue {
  background-image: linear-gradient(0deg, rgb(40, 45, 70) 0%, rgb(36, 45, 93) 100%);
}
#art_top .inner dl dd ul li.blue p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 15px 0 0 0;
}
#art_top .inner dl dd ul li.blue p img {
  width: auto;
}
#art_top .inner dl dd.rf_dd {
  background-image: url(../images/bg_rf.png);
  background-size: cover;
  background-position-x: right;
}
#art_top .inner dl dd.f5_dd {
  padding: 30px;
  background-image: url(../images/bg_5-13.png);
  background-size: cover;
  background-position-x: right;
}
#art_top .inner dl dd.f5_dd a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
#art_top .inner dl dd.f5_dd a img {
  width: 17px;
}
#art_top .inner dl dd.f5_dd.add_height {
  background-image: url(../images/bg_5-13.png);
  background-size: 100% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#art_top .inner dl dd.f3_dd {
  background-image: url(../images/bg_3.png);
  background-size: cover;
  background-position-x: right;
}
#art_top .inner dl dd.f2_dd {
  background-image: url(../images/bg_2.png);
  background-size: cover;
  background-position-x: right;
}
#art_top .inner dl dd.fb1_dd {
  background-image: url(../images/bg_B1.png);
  background-size: cover;
  background-position-x: right;
}

section {
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  section {
    overflow: visible;
  }
  section::before {
    content: "";
    width: 24%;
    height: 143px;
    background: url(../images/bg_bottom_left_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    bottom: -160px;
    left: 0px;
    z-index: 3;
  }
  section::after {
    content: "";
    width: 14%;
    height: 85px;
    background: url(../images/bg_bottom_right_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    position: absolute;
    bottom: -160px;
    right: 0px;
    z-index: 3;
  }
  section #rf {
    position: relative;
  }
  section #rf::before {
    content: "";
    width: 182px;
    height: 144px;
    background: url(../images/bg_rf_grass_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: 0px;
  }
  section #rf::after {
    content: "";
    width: 74px;
    height: 62px;
    background: url(../images/bg_rf_flower_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -32px;
    right: calc(5% + 30px);
    z-index: 3;
  }
  section #f3 {
    position: relative;
  }
  section #f3::before {
    content: "";
    width: 150px;
    height: 174px;
    background: url(../images/bg_3f_grass_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -60px;
    right: 0px;
  }
  section #f2 {
    position: relative;
  }
  section #f2::before {
    content: "";
    width: 86px;
    height: 246px;
    background: url(../images/bg_2f_grass_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: 0px;
  }
  section #fb1 {
    position: relative;
  }
  section #fb1::before {
    content: "";
    width: 78px;
    height: 117px;
    background: url(../images/bg_B1f_flower_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -44px;
    left: 0px;
  }
  section h2 {
    background: url(../images/bg_sp_acobtn.png);
    text-align: left;
    width: 90%;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    background-size: 160% auto;
    z-index: 2;
    margin: 45px auto 0;
  }
  section h2::before {
    content: none;
  }
  section h2::after {
    content: "";
    background: url(../images/arrow_aco.png);
    width: 14px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  section h2 p {
    margin: 0;
    font-size: 17px;
  }
  section h2.active {
    margin-bottom: 0;
  }
  section h2.active::after {
    transform: scale(1, -1);
    background-image: url(../images/arrow_aco.png);
  }
  section h2.room {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  section h2.room a {
    width: 100%;
    z-index: 10;
  }
  section h2.room::after {
    content: "";
    background: url(../images/ph_mn_arrow_r.png);
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 16px);
  }
  section #rf h2 {
    background-position-y: top;
  }
  section #f5-13 h2 {
    background-position-y: top 150px;
  }
  section #f4 h2 {
    background-position-y: top 300px;
  }
  section #f3 h2 {
    background-position-y: top 450px;
  }
  section #f2 h2 {
    background-position-y: top 600px;
  }
  section #f1 h2 {
    background-position-y: top 750px;
  }
  section #bf1 h2 {
    background-position-y: top 900px;
  }
}
@media only screen and (max-width: 600px) {
  section::before {
    width: 40%;
    bottom: -150px;
  }
  section::after {
    width: 23%;
    bottom: -140px;
  }
}
section .floor_title.pc_none {
  display: none !important;
}
@media only screen and (max-width: 900px) {
  section .floor_title.pc_none {
    display: block !important;
  }
}
section .floor_inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
section .floor_inner .floor_inner {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  section .floor_inner .floor_inner {
    display: block !important;
  }
}
section .floor_inner dl {
  margin: 20px 0 100px;
}
@media only screen and (max-width: 900px) {
  section .floor_inner dl {
    margin: 0 0 30px;
    padding: 0 20px;
  }
}
section .floor_inner dl dt {
  font-size: 28px;
  margin-bottom: 15px;
}
section .floor_inner dl dd {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 900px) {
  section .floor_inner dl dd {
    padding-top: 16px;
  }
}
section .floor_inner dl dd a {
  text-decoration: underline;
}
section .floor_inner dl dd a:hover {
  opacity: 0.7;
}
section .floor_inner.column_2 ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 50px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
  section .floor_inner.column_2 ul {
    padding: 20px;
    row-gap: 0;
  }
}
section .floor_inner.column_2 ul li {
  width: calc(50% - 24px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  section .floor_inner.column_2 ul li {
    width: 100%;
  }
}
section .floor_inner.column_2 ul li h5 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  section .floor_inner.column_2 ul li h5 {
    order: 1;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 27px;
    padding-top: 60px;
  }
  section .floor_inner.column_2 ul li h5::before {
    content: "";
    background: url(../../common/images/h2_deco.png);
    width: 80px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
    left: calc(50% - 40px);
    background-size: contain;
  }
}
section .floor_inner.column_2 ul li p {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  section .floor_inner.column_2 ul li p {
    order: 3;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 900px) {
  section .floor_inner.column_2 ul li img {
    order: 2;
  }
}
section .floor_inner.pc_none {
  display: none;
}
section .floor_inner #rf_01, section .floor_inner #rf_02, section .floor_inner #f4_01, section .floor_inner #f4_02, section .floor_inner #f4_03, section .floor_inner #f4_04, section .floor_inner #f4_05, section .floor_inner #f2_01, section .floor_inner #f2_02, section .floor_inner #f2_03, section .floor_inner #f2_04, section .floor_inner #f2_05, section .floor_inner #f2_06, section .floor_inner #f2_07, section .floor_inner #f2_08, section .floor_inner #f2_09, section .floor_inner #f2_10, section .floor_inner #f2_11, section .floor_inner #f1_02, section .floor_inner #f1_03, section .floor_inner #f1_04, section .floor_inner #fb1_02, section .floor_inner #fb1_03, section .floor_inner #fb1_04, section .floor_inner #fb1_05 {
  padding-top: 168px !important;
  margin-top: -168px !important;
}
@media only screen and (max-width: 900px) {
  section .floor_inner {
    display: none;
    background: #4c6651;
    padding-bottom: 1px;
    position: relative;
  }
  section .floor_inner h3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 27px;
    padding-top: 60px;
  }
  section .floor_inner h3.font_s {
    font-size: 24px;
  }
  section .floor_inner h3::before {
    content: "";
    background: url(../../common/images/h2_deco.png);
    width: 80px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    top: 30px;
    left: calc(50% - 40px);
    background-size: contain;
  }
  section .floor_inner ul.blue {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  section .floor_inner ul.blue li {
    padding: 12px;
    background-image: linear-gradient(0deg, rgb(40, 45, 70) 0%, rgb(36, 45, 93) 100%);
  }
  section .floor_inner ul.blue li p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0 0;
  }
  section .floor_inner ul.blue li p img {
    width: auto;
  }
}
section .floor_inner .slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  section .floor_inner .slider {
    padding: 0 20px;
  }
}
section .floor_inner .slider.slide-one {
  width: 100%;
  margin: 0 auto;
}
section .floor_inner .slider img {
  width: 100%;
}
section .floor_inner .slider .slick-slide {
  height: auto !important;
}
section .floor_inner .slider .slick-slide img {
  opacity: 0.4;
}
@media only screen and (max-width: 900px) {
  section .floor_inner .slider .slick-slide img {
    opacity: 1;
  }
}
section .floor_inner .slider .slick-slide.slick-active img {
  opacity: 1;
}
section .floor_inner .slider .slick-arrow {
  z-index: 2 !important;
}
section .floor_inner .slider .slick-next {
  right: 0 !important;
}
section .floor_inner .slider .slick-prev {
  left: 0 !important;
}
section .floor_inner .slider .slick-dots {
  bottom: -30px;
  width: calc(100% - 40px);
}
section .floor_inner .slick-dotted + dl {
  margin-top: 60px;
}
section .floor_inner .slider .slick-dots li button::before {
  font-size: 13px;
  opacity: 1;
  color: #fff;
}
section .floor_inner .slider .slick-dots li.slick-active button::before {
  color: #835524;
}
@media only screen and (max-width: 900px) {
  section .floor_inner .slider .slick-dots li.slick-active button::before {
    color: #052709;
  }
}
section .floor_inner .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}
@media only screen and (max-width: 900px) {
  section .floor_inner .slick-list {
    overflow: hidden !important;
  }
}/*# sourceMappingURL=style.css.map */