@charset "UTF-8";
/* ::::::::::  施設一覧  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 1024px) {
  body {
    padding-bottom: 50px;
  }
}

.ff-mincho {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.apartment-block .kv {
  height: 700px;
}

.bgGray {
  background: rgba(240, 239, 234, 0.5);
}

.jpTitle {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
  color: #000;
  font-feature-settings: "palt";
}

@media (max-width: 1024px) {
  .jpTitle {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
}

/* =========================================================
KV
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: url(../img/monthly_plan/kv01.jpg) no-repeat center/cover;
}

@media (max-width: 1024px) {
  .kv {
    overflow: visible;
    background: url(../img/monthly_plan/kv01_sp.jpg) no-repeat center/cover;
    height: 400px;
    z-index: 1;
  }
}

.kv h1 {
  padding-top: 20px;
  padding-left: 40px;
  transition: all 0.5s;
}

@media (max-width: 1024px) {
  .kv h1 {
    padding-left: 15px;
  }
}

.kv h1 a {
  display: block;
}

.kv h1 svg {
  fill: #fff;
  width: 235px;
  height: 40px;
}

@media (max-width: 1024px) {
  .kv h1 svg {
    width: 120px;
    height: 21px;
    vertical-align: middle;
    margin-top: -2px;
  }
}

.kv .text_area {
  position: absolute;
  text-align: center;
  padding: 10px 0 40px;
  margin-top: 100px;
  color: #fff;
  line-height: 1.4;
  filter: drop-shadow(0 0 10px #000) drop-shadow(0 0 15px #000);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .kv .text_area {
    padding: 50px 0;
  }
}

.kv .text_area .logo {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .kv .text_area .logo {
    margin: 0 0 10px;
  }
}

.kv .text_area h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .kv .text_area h2 {
    font-size: 30px;
  }
}

.kv .text_area h2 span.text_en {
  font-size: 40px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media (max-width: 1024px) {
  .kv .text_area h2 span.text_en {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .leadArea .jpTitle {
    font-size: 20px;
  }
}

.leadBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 1024px) {
  .leadBox {
    display: block;
  }
}

.leadBox .Text {
  width: calc(100% - 495px);
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .leadBox .Text {
    width: 100%;
    padding-right: 0;
  }
}

.leadBox .Text h2,
.leadBox .Text p.lead {
  text-align: left;
}

.leadBox .Pic {
  width: 495px;
  height: 360px;
}

@media (max-width: 1024px) {
  .leadBox .Pic {
    width: 100%;
    height: auto;
    margin: 30px 0;
  }
}

/*  画像拡大モーダル  －－－－－－－－－－－－－－－－－－*/
.zoom a:hover {
  opacity: 0.8;
}

.zoom a img {
  width: 200px;
}

.zoomModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(18, 27, 39, 0.5);
  display: none;
  z-index: 100;
}

.zoomImg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 50px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  position: absolute;
  right: -25px;
  top: -25px;
}

.close-btn a img {
  width: 50px;
  height: 50px;
}

@media (max-width: 1024px) {
  .zoomImg {
    width: 90%;
    max-width: 90%;
    top: 100px;
  }

  .close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
  }

  .close-btn a img {
    width: 30px;
    height: 30px;
  }
}

.zoom01 a img {
  border: 1px solid #a28137;
}

.zoom01 {
  position: relative;
}

.zoom01 .zoomIcon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
}

@media (max-width: 1024px) {
  .zoom01 .zoomIcon {
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
planSelect
========================================================= */
.planSelect h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}

@media (max-width: 767px) {
  .planSelect h2 {
    margin-bottom: 20px;
  }
}

.planSelect .hakusuu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.planSelect .hakusuu .btn.white a {
  height: 65px;
  border: 1px solid #142335;
  width: 335px;
}

@media (max-width: 1024px) {
  .planSelect .hakusuu .btn.white a {
    width: 100%;
  }
}

.planSelect .hakusuu p {
  font-weight: normal;
  height: 65px;
  line-height: 65px;
  width: 24%;
  background: rgba(163, 133, 75, 0.1);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #A9884A;
  text-align: center;
}

@media (max-width: 1024px) {
  .planSelect .hakusuu {
    justify-content: space-between;
  }

  .planSelect .hakusuu p {
    width: 30%;
  }

  .planSelect .hakusuu p:nth-child(3) {
    margin-right: 0;
  }
}

.planSelect .btn {
  margin-top: 0;
  width: 24%;
}

@media (max-width: 1024px) {
  .planSelect .btn {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }

  .planSelect .btn a {
    width: 100%;
  }
}

/* =========================================================
pointList
========================================================= */
.featureArea {
  background: #fff;
}

.pointList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pointList li {
  width: 31%;
  margin-bottom: 30px;
  background-color: #121B27;
  color: #fff;
}

@media (max-width: 1024px) {
  .pointList li {
    width: 100%;
  }
}

.pointList p.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .pointList p.img {
    margin: 0 auto;
  }
}

.pointList p.img span.tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #a28137;
  color: #fff;
  padding: 3px 10px;
}

.pointList .narrowText {
  padding: 20px;
}

.pointList li:nth-of-type(7),
.pointList li:nth-of-type(8) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49%;
}

@media screen and (max-width: 1024px) {

  .pointList li:nth-of-type(7),
  .pointList li:nth-of-type(8) {
    width: 100%;
    flex-direction: column;
  }
}

.pointList li:nth-of-type(7) .img,
.pointList li:nth-of-type(8) .img {
  width: 370px;
}

@media screen and (max-width: 1024px) {

  .pointList li:nth-of-type(7) .img,
  .pointList li:nth-of-type(8) .img {
    width: 100%;
  }
}

.pointList li:nth-of-type(7) .narrowText,
.pointList li:nth-of-type(8) .narrowText {
  width: 37%;
}

@media screen and (max-width: 1024px) {

  .pointList li:nth-of-type(7) .narrowText,
  .pointList li:nth-of-type(8) .narrowText {
    width: 100%;
  }
}

.pointList li:nth-of-type(7) .narrowText span,
.pointList li:nth-of-type(8) .narrowText span {
  font-size: 15px;
}

@media (max-width: 1024px) {

  .pointList li:nth-of-type(7) .narrowText span,
  .pointList li:nth-of-type(8) .narrowText span {
    font-size: 1.3rem;
  }
}

.pointList .titleBack {
  background-color: #a28137;
  border-radius: 5px;
  width: 100px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 1024px) {
  .pointList .titleBack {
    margin: 0 20px 15px 0;
  }
}

.pointList p.title {
  font-size: 20px;
  color: #ffffff;
  padding: 0 10px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media (max-width: 1024px) {
  .pointList p.title {
    font-size: 15px;
    margin: 0 0 10px;
  }
}

.pointList p.text {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .pointList p.text {
    font-size: 13px;
    text-align: left;
  }
}

.pointList li.wide {
  width: 100%;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .pointList li.wide {
    display: block;
  }
}

.pointList li.wide p.img {
  width: 30%;
}

@media (max-width: 1024px) {
  .pointList li.wide p.img {
    margin: 0;
    width: 100%;
  }
}

.pointList li.wide .titleBack {
  margin: 0 20px 25px 0;
  height: 40px;
}

@media (max-width: 1024px) {
  .pointList li.wide .titleBack {
    height: initial;
  }
}

.pointList li.wide .wideText {
  padding: 0 30px;
  width: 70%;
}

@media (max-width: 1024px) {
  .pointList li.wide .wideText {
    padding: 20px;
    width: 100%;
  }
}

.pointList li.wide .wideText .wideTitle {
  display: flex;
}

@media (max-width: 1024px) {
  .pointList li.wide .wideText .wideTitle {
    display: block;
  }
}

@media (max-width: 1024px) {
  .pointList li.wide .wideText .wideTitle .text {
    text-align: left;
    margin-bottom: 10px;
  }
}

.layoutArea {
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .layoutArea {
    padding-bottom: 40px;
  }
}

.layoutArea .roomLayoutTab {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .layoutArea .roomLayoutTab {
    margin-bottom: 40px !important;
  }
}

.layoutArea .tabContents .layout_top {
  max-width: 970px;
  margin: 0 auto 60px;
  display: flex;
}

@media (max-width: 1024px) {
  .layoutArea .tabContents .layout_top {
    display: block;
  }
}

.layoutArea .tabContents .layout_top .left {
  max-width: 300px;
  width: 30%;
}

@media (max-width: 1024px) {
  .layoutArea .tabContents .layout_top .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    max-width: initial;
    width: 100%;
  }
}

.layoutArea .tabContents .layout_top .left img {
  width: 150px;
  height: 155px;
}

@media (max-width: 1024px) {
  .layoutArea .tabContents .layout_top .left img {
    width: 30%;
    height: auto;
    margin-right: 10%;
  }
}

.layoutArea .wrapper {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .layoutArea .wrapper {
    padding-bottom: 0;
  }
}

.layout_top .right {
  width: 87%;
}

@media (max-width: 1024px) {
  .layout_top .right {
    width: 100%;
  }
}

.layout_top .title {
  font-size: 20px;
  color: #121b27;
  margin: auto 0 15px;
}

@media (max-width: 1024px) {
  .layout_top .title {
    width: 64%;
    font-size: 18px;
  }

  .layout_top .img {
    width: 30%;
  }
}

.layout_top .title.sp {
  display: none;
}

@media (max-width: 1024px) {
  .layout_top .title.sp {
    margin: 0;
    display: block;
  }

  .layout_top .title.pc {
    display: none;
  }
}

.layout_top .text {
  color: #121b27;
}

/* スライド */
.layoutSlide p.title {
  font-size: 20px;
  color: #121b27;
  margin: 0 0 15px;
  text-align: center;
}

@media (max-width: 1024px) {
  .layoutSlide p.title {
    font-size: 15px;
    margin: 0 0 10px;
  }
}

.layoutSlide p.text {
  color: #121b27;
}

.layoutSlide {
  width: 1090px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .layoutSlide {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .layoutSlide {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}

.layoutSlide .slick-list {
  overflow: visible;
}

.layoutSlide .slick-slide {
  margin: 0 60px;
}

@media (max-width: 1024px) {
  .layoutSlide .slick-slide {
    margin: 0 15px;
  }
}

.layoutSlide .slick-arrow {
  top: 250px;
  bottom: auto;
  z-index: 1;
  background: url("../common/img/icon_slide.svg") no-repeat center/100% auto;
  width: 90px;
  height: 90px;
  padding: 0;
}

@media (max-width: 1024px) {
  .layoutSlide .slick-arrow {
    top: 17vw;
    background-image: url("../common/img/icon_slide_sp.svg");
    width: 30px;
    height: 30px;
  }
}

.layoutSlide .slick-arrow::before {
  content: none;
}

.layoutSlide .slick-prev {
  left: -45px;
  transform: scale(-1, 1);
}

@media (max-width: 1024px) {
  .layoutSlide .slick-prev {
    left: -20px;
  }
}

.layoutSlide .slick-next {
  right: -45px;
}

@media (max-width: 1024px) {
  .layoutSlide .slick-next {
    right: -20px;
  }
}

.layoutSlide .textArea {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px;
  margin: -60px 60px 0;
}

@media (max-width: 1024px) {
  .layoutSlide .textArea {
    padding: 20px;
    margin: -30px 15px 0;
  }
}

.layoutSlide .textArea h3 {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 1024px) {
  .layoutSlide .textArea h3 {
    margin-bottom: 15px;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
}

.detailBox {
  display: flex;
  margin-top: 30px;
}

.detailBox .left {
  width: 55%;
  margin-right: 6%;
}

.detailBox .right {
  width: 45%;
}

.detailBox .right .btn.white a {
  height: 65px;
  border: 1px solid #142335;
  width: 335px;
}

@media (max-width: 1024px) {
  .detailBox .right .btn.white a {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .detailBox {
    display: block;
  }

  .detailBox .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .detailBox .right {
    width: 100%;
  }
}

.detailBox h2 {
  text-align: left;
}

.detailBox .madori {
  margin-bottom: 45px;
}

.detailBox .kihonjoho {
  position: relative;
}

.detailBox .kihonjoho .text01 {
  color: #121b27;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .detailBox .kihonjoho .text01 {
    font-size: 14px;
  }
}

.detailBox .kihonjoho .text02 {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .detailBox .kihonjoho .text02 {
    position: static;
    margin-bottom: 20px;
  }
}

.detailBox .amenity {
  margin: 45px 0;
  padding: 45px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

@media (max-width: 1024px) {
  .detailBox .amenity {
    margin: 30px 0;
    padding: 30px 0;
  }
}

.detailBox .handy {
  min-height: 190px;
  margin-bottom: 45px;
}

.detailBox .handy .handy_left .img {
  float: left;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .detailBox .handy .handy_left .img {
    float: none;
  }

  .detailBox .handy .handy_left {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}

.detailBox .handy h2.sp {
  display: none;
}

@media (max-width: 1024px) {
  .detailBox .handy h2.sp {
    display: block;
  }

  .detailBox .handy h2.pc {
    display: none;
  }
}

@media (max-width: 1024px) {
  .detailBox .btn a {
    width: 100%;
  }
}

.exampleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.exampleList li {
  width: 23%;
}

@media (max-width: 1024px) {
  .exampleList li {
    width: 45%;
    margin-bottom: 20px;
  }
}

.exampleList li.wide {
  width: 48%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.exampleList li.wide .left {
  width: 40%;
}

.exampleList li.wide .right {
  width: 60%;
}

@media (max-width: 1024px) {
  .exampleList li.wide {
    width: 100%;
    display: block;
  }

  .exampleList li.wide .left {
    width: 100%;
  }

  .exampleList li.wide .right {
    width: 100%;
  }
}

.exampleList li.wide .left {
  margin-right: 5%;
}

.exampleList p.img {
  width: 79%;
  margin: 0 auto;
}

.exampleList li.wide p.img {
  width: 100%;
}

@media (max-width: 1024px) {
  .exampleList li.wide p.img {
    width: 50%;
  }
}

.exampleList p.title {
  font-size: 18px;
  color: #a28137;
  margin: 15px 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .exampleList p.title {
    font-size: 15px;
  }
}

.exampleList li.wide .right .title {
  text-align: left;
}

@media (max-width: 1024px) {
  .exampleList li.wide .right .title {
    text-align: center;
  }
}

.hrStyle {
  position: relative;
  text-align: right;
  background: url(../../image/monthlyPlan/icon_top.svg) no-repeat right 110px top 100%;
  background-size: 22px 22px;
  padding: 20px 0 0 15px;
}

.hrStyle a:hover {
  text-decoration: none;
}

.hrStyle a.sp {
  display: none;
}

@media (max-width: 1024px) {
  .hrStyle a.sp {
    display: block;
  }

  .hrStyle a.pc {
    display: none;
  }
}

.facilities .text span {
  font-weight: bold;
  color: #121b27;
  display: block;
  margin-top: 5px;
}

/* =========================================================
Hotel Price
========================================================= */
.hotelPrice .inner {
  display: flex;
  justify-content: space-between;
  gap: 75px;
}

@media (max-width: 1024px) {
  .hotelPrice .inner {
    display: block;
  }
}

.hotelPrice .inner .left {
  max-width: 570px;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .left {
    max-width: initial;
  }
}

.hotelPrice .inner .left h3 {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 2.5rem;
  margin-bottom: 25px;
  color: #000;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .left h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}

.hotelPrice .inner .right {
  min-width: 522px;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right {
    min-width: initial;
  }
}

.hotelPrice .inner .right h3 {
  font-size: 1.9rem;
  color: #aa894a;
  text-align: center;
  background: rgba(163, 133, 75, 0.1);
  line-height: 45px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right h3 {
    font-size: 1.3rem;
    margin-top: 30px;
  }
}

.hotelPrice .inner .right div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right div {
    justify-content: center;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .hotelPrice .inner .right div {
    gap: 5px;
  }
}

.hotelPrice .inner .right div p {
  color: #142336;
  font-weight: bold;
  font-size: 3.9rem;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right div p {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .hotelPrice .inner .right div p {
    font-size: 2rem;
  }
}

.hotelPrice .inner .right div p:first-of-type {
  text-align: center;
  line-height: 1.5;
  text-transform: capitalize;
}

.hotelPrice .inner .right div p:first-of-type span {
  display: block;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right div p:first-of-type span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

@media (max-width: 767px) {
  .hotelPrice .inner .right div p:first-of-type span {
    font-size: 1.3rem;
    letter-spacing: initial;
  }
}

.hotelPrice .inner .right div p:nth-of-type(2) {
  font-size: 7.9rem;
  line-height: 1;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right div p:nth-of-type(2) {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .hotelPrice .inner .right div p:nth-of-type(2) {
    font-size: 4rem;
  }
}

.hotelPrice .inner .right div p:nth-of-type(2) .number {
  font-size: 10rem;
}

@media (max-width: 1024px) {
  .hotelPrice .inner .right div p:nth-of-type(2) .number {
    font-size: 6.4rem;
  }
}

@media (max-width: 767px) {
  .hotelPrice .inner .right div p:nth-of-type(2) .number {
    font-size: 5.4rem;
  }
}

.hotelPrice .inner .right div p .gold {
  color: #a28137;
}

/* =========================================================
hotel list
========================================================= */
.ancho_hotelList {
  background: #f8f8f5;
}

.ancho_hotelList .tabList.style02 {
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .ancho_hotelList .tabList.style02 {
    margin-top: 40px;
  }
}

.ancho_hotelList .hotelList {
  margin-top: 0;
}

.ancho_hotelList .hotel .wrapper,
.ancho_hotelList .apart .wrapper {
  padding: 40px 0 120px;
}

@media (max-width: 767px) {

  .ancho_hotelList .hotel .wrapper,
  .ancho_hotelList .apart .wrapper {
    padding: 20px 0 80px;
  }
}

.ancho_hotelList .anchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .ancho_hotelList .anchorList {
    margin-bottom: 40px;
    gap: 5px 10px;
  }
}

.ancho_hotelList .anchorList li {
  width: calc(25% - 10px);
  border-bottom: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .ancho_hotelList .anchorList li {
    width: calc(50% - 5px);
  }
}

.ancho_hotelList .anchorList li a {
  position: relative;
  display: block;
  padding: 10px 8px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .ancho_hotelList .anchorList li a {
    padding: 5px 0;
  }
}

.ancho_hotelList .anchorList li .icon {
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 5px;
  margin-top: -2px;
}

.ancho_hotelList .areaTitle {
  margin-top: 20px;
  padding: 24px;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .ancho_hotelList .areaTitle {
    margin-top: 10px;
    padding: 18px;
    font-size: 1.5rem;
  }
}

.ancho_hotelList .btnS.toTop {
  margin-top: 30px;
  text-align: right;
}

@media (max-width: 767px) {
  .ancho_hotelList .btnS.toTop {
    margin-top: 20px;
  }
}

.ancho_hotelList .btnS.toTop a {
  padding: 2px 4px 5px;
  border-bottom: 1px solid #CACACA;
  color: #666;
  text-decoration: none;
}

.ancho_hotelList .btnS.toTop a .icon {
  width: 8px;
  height: 5px;
  margin-left: 8px;
  margin-bottom: 2px;
  transform: rotate(180deg);
  vertical-align: middle;
}

.ancho_hotelList .btnS.toTop+.areaTitle {
  margin-top: 50px;
}

.ancho_hotelList .hotelList+.areaTitle {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .ancho_hotelList .hotelList+.areaTitle {
    margin-top: 50px;
  }
}

.hotelList>li {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  border-bottom: 1px solid #CACACA;
}

.hotelList>li+li {
  margin-top: 0 !important;
}

.hotellist {
  position: relative;
  height: 787px;
  background: #f8f8f5;
}

@media (max-width: 1024px) {
  .hotellist {
    height: auto;
  }
}

.hotellist .hotellistBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 787px;
}

.hotellist .hotellistBg .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1600px;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
}

.hotellist .hotellistBg .btn {
  position: absolute;
  width: 185px;
  margin: 0;
  z-index: 1;
}

.hotellist .hotellistBg .btn .btnLink {
  height: 53px;
  background: #AB8D4B;
  cursor: pointer;
  line-height: 53px;
  text-transform: capitalize;
}

.hotellist .hotellistBg .btn .btnLink .icon_link {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  fill: #fff;
}

.hotellist .hotellistBg .btn.tokyo {
  top: 280px;
  left: calc(50% + 272px);
}

.hotellist .hotellistBg .btn.osaka {
  top: 470px;
  left: calc(50% + 86px);
}

.hotellist .hotellistBg .btn.kyoto {
  top: 280px;
  left: calc(50% - 124px);
}

.hotellist .wrapper {
  position: relative;
  padding-top: 110px;
}

@media (max-width: 1024px) {
  .hotellist .wrapper {
    padding: 65px 0 0;
  }

  .hotellist .wrapper h2 {
    text-align: center;
  }
}

.hotellist .secTitle01 {
  text-align: left;
}

@media (max-width: 1024px) {
  .hotellist .secTitle01 .en {
    margin-bottom: 5px;
  }
}

.hotellist .hotelSearch .hotelGroup {
  display: block !important;
}

/* =========================================================
section contact
========================================================= */
.contact {
  background: #f8f8f5;
  padding-bottom: 80px;
}

.monthly_contact {
  background-color: rgb(18, 27, 39);
  color: #fff;
  padding: 15px 45px 20px;
  width: 1200px;
  text-shadow: none;
  margin: 0 auto;
}

.monthly_contact .btn a {
  width: 335px;
  margin-left: 25px;
}

@media (max-width: 1024px) {
  .monthly_contact .btn a {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .monthly_contact {
    width: 100%;
    padding: 15px;
  }
}

.monthly_contactTitle {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 2rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .monthly_contactTitle {
    font-size: 1.6rem;
  }
}

.monthly_contactInner {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.monthly_contactInner .btn {
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .monthly_contactInner {
    flex-direction: column;
    margin-top: 5px;
    text-align: center;
  }
}

.monthly_tel p:first-child {
  font-size: 2rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .monthly_tel p:first-child {
    font-size: 1.5rem;
  }
}

.monthly_tel p:first-child span {
  align-self: center;
}

.monthly_tel p:first-child span:last-child {
  font-size: 3.8rem;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .monthly_tel p:first-child span:last-child {
    font-size: 3rem;
  }
}

.monthly_tel p:first-child span a {
  text-decoration: none;
}

.monthly_tel p:last-child {
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
}

@media (max-width: 1024px) {
  .monthly_tel p:last-child {
    font-size: 1.1rem;
  }
}

/* =========================================================
slick
========================================================= */
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: auto;
  text-indent: -9999px;
}

.slick-slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #AB8D4B;
  border-right: 1px solid #AB8D4B;
  width: 15px;
  height: 15px;
  margin: auto;
  transform: rotate(45deg);
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 0;
}

@media (max-width: 1024px) {
  .slick-slider .slick-arrow::before {
    width: 9px;
    height: 9px;
  }

  .slick-slider .slick-prev {
    left: -28px;
  }

  .slick-slider .slick-next {
    right: -28px;
  }
}

/* =========================================================
多言語
========================================================= */
body.lang_en .planSelect .hakusuu p {
  width: 21%;
}

@media (max-width: 1024px) {
  body.lang_en .planSelect .hakusuu p {
    width: 30%;
  }
}

body.lang_en .planSelect .hakusuu .btn {
  width: 35%;
  min-width: 365px;
}

@media (max-width: 1024px) {
  body.lang_en .planSelect .hakusuu .btn {
    margin-top: 0;
    width: 100%;
    min-width: initial;
  }
}

body.lang_en .planSelect .hakusuu .btn.white a {
  width: 100%;
}

body.lang_en .pointList li.wide:first-of-type p.text {
  text-align: left;
}

body.lang_en .pointList .narrowText {
  padding: 16px 20px;
}

@media (max-width: 1024px) {
  body.lang_en .pointList .narrowText {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  body.lang_en .hotelList>li .btnList a {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  body.lang_en .hotelList>li .btnList .mark {
    right: 10px;
  }
}

body.lang_en .hotelPrice .inner .right div p:first-of-type {
  font-size: 3rem;
}

@media (max-width: 1024px) {
  body.lang_en .hotelPrice .inner .right div p:first-of-type {
    font-size: 1.8rem;
  }
}

body.lang_ko .hotelPrice .inner .right div p:first-of-type {
  font-size: 3.5rem;
}

@media (max-width: 1024px) {
  body.lang_ko .hotelPrice .inner .right div p:first-of-type {
    font-size: 2rem;
  }
}

body.lang_en .detailBox .kihonjoho .text02,
body.lang_es .detailBox .kihonjoho .text02,
body.lang_th .detailBox .kihonjoho .text02,
body.lang_vi .detailBox .kihonjoho .text02,
body.lang_ms .detailBox .kihonjoho .text02,
body.lang_id .detailBox .kihonjoho .text02,
body.lang_ar .detailBox .kihonjoho .text02,
body.lang_ru .detailBox .kihonjoho .text02 {
  top: 47px;
  left: 0;
}

body.lang_fr .detailBox .kihonjoho .text02,
body.lang_de .detailBox .kihonjoho .text02,
body.lang_it .detailBox .kihonjoho .text02 {
  top: 96px;
  left: 0;
}

body.lang_fr .hotelPrice .inner .right div,
body.lang_de .hotelPrice .inner .right div,
body.lang_es .hotelPrice .inner .right div,
body.lang_th .hotelPrice .inner .right div,
body.lang_vi .hotelPrice .inner .right div,
body.lang_it .hotelPrice .inner .right div,
body.lang_ms .hotelPrice .inner .right div,
body.lang_id .hotelPrice .inner .right div,
body.lang_ar .hotelPrice .inner .right div,
body.lang_ru .hotelPrice .inner .right div {
  flex-direction: column;
  align-items: center;
}

body.lang_fr .hotelPrice .inner .right div p:first-of-type,
body.lang_de .hotelPrice .inner .right div p:first-of-type,
body.lang_es .hotelPrice .inner .right div p:first-of-type,
body.lang_th .hotelPrice .inner .right div p:first-of-type,
body.lang_vi .hotelPrice .inner .right div p:first-of-type,
body.lang_it .hotelPrice .inner .right div p:first-of-type,
body.lang_ms .hotelPrice .inner .right div p:first-of-type,
body.lang_id .hotelPrice .inner .right div p:first-of-type,
body.lang_ar .hotelPrice .inner .right div p:first-of-type,
body.lang_ru .hotelPrice .inner .right div p:first-of-type {
  font-size: 3rem;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {

  body.lang_fr .hotelPrice .inner .right div p:first-of-type,
  body.lang_de .hotelPrice .inner .right div p:first-of-type,
  body.lang_es .hotelPrice .inner .right div p:first-of-type,
  body.lang_th .hotelPrice .inner .right div p:first-of-type,
  body.lang_vi .hotelPrice .inner .right div p:first-of-type,
  body.lang_it .hotelPrice .inner .right div p:first-of-type,
  body.lang_ms .hotelPrice .inner .right div p:first-of-type,
  body.lang_id .hotelPrice .inner .right div p:first-of-type,
  body.lang_ar .hotelPrice .inner .right div p:first-of-type,
  body.lang_ru .hotelPrice .inner .right div p:first-of-type {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

body.lang_fr .hotelPrice .inner .right div p:first-of-type span,
body.lang_de .hotelPrice .inner .right div p:first-of-type span,
body.lang_es .hotelPrice .inner .right div p:first-of-type span,
body.lang_th .hotelPrice .inner .right div p:first-of-type span,
body.lang_vi .hotelPrice .inner .right div p:first-of-type span,
body.lang_it .hotelPrice .inner .right div p:first-of-type span,
body.lang_ms .hotelPrice .inner .right div p:first-of-type span,
body.lang_id .hotelPrice .inner .right div p:first-of-type span,
body.lang_ar .hotelPrice .inner .right div p:first-of-type span,
body.lang_ru .hotelPrice .inner .right div p:first-of-type span {
  font-size: 2rem;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {

  body.lang_fr .hotelPrice .inner .right div p:first-of-type span,
  body.lang_de .hotelPrice .inner .right div p:first-of-type span,
  body.lang_es .hotelPrice .inner .right div p:first-of-type span,
  body.lang_th .hotelPrice .inner .right div p:first-of-type span,
  body.lang_vi .hotelPrice .inner .right div p:first-of-type span,
  body.lang_it .hotelPrice .inner .right div p:first-of-type span,
  body.lang_ms .hotelPrice .inner .right div p:first-of-type span,
  body.lang_id .hotelPrice .inner .right div p:first-of-type span,
  body.lang_ar .hotelPrice .inner .right div p:first-of-type span,
  body.lang_ru .hotelPrice .inner .right div p:first-of-type span {
    font-size: 1.6rem;
  }
}

body.lang_ms .hotellist .hotellistBg .btn {
  width: 200px;
}

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