@charset "utf-8";

/* CSS Document */

.about-subTitle{
  font-size: clamp(18px,1.8vw, 22px);
  font-family: var(--font-family-serif);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0.8em;
}
.about-subTitle-en{
  font-size: clamp(18px,1.8vw, 22px);
  font-family: var(--font-family-serif-en);
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 0.8em;
}

.about-text{
  font-size: 124%;
  line-height: 2.5;
  text-align: justify;
  letter-spacing: 0.03em;
}
.about-text-en{
  font-size: 116%;
  line-height: 2.4;
  text-align: left;
}

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

  .about-text {
    font-size: 100%;
    line-height: 2;
    text-align: left;
  }
  .about-text-en {
    font-size: 93%;
    line-height: 1.7;
    padding-top: 2em;
    text-align: left;
  }
  .about-text-en.-noOffset {
    padding-top: 0;
  }

}


/***********
module-aboutVisual
************/

.aboutVisual{
  padding-top: 200px;
  padding-bottom: 150px;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
}

.aboutVisual-upper {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.aboutVisual-upper-img01 {
  width: 55%;
  padding-bottom: 25%;
}
.aboutVisual-upper-img01 img {
  transform: scale(1.15);
  transform-origin: right center;
}
.aboutVisual-upper-img02 {
  width: 40%;
}
.aboutVisual-upper-img02 img{
  transform: scale(1.1);
  transform-origin: left center;
}

.aboutVisual-heading {
  display: inline-block;
  position: absolute;
  left: 52%;
  top: 25%;
}

.aboutVisual-title {
  padding: 0.8em 2.5em;
  background: url(../../img/about/title_bg.png) no-repeat 0 0 / 100% 100%;
  color: #fff;
  font-weight: normal;
  font-size: 170%;
  letter-spacing: 0.35em;
}
.aboutVisual-subTitle {
  text-align: center;
  font-size: 154%;
  padding-top: 0.6em;
  letter-spacing: 0.1em;
}

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

  .aboutVisual{
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .aboutVisual-upper {
  }
  .aboutVisual-upper-img01 {
    width: 55%;
    padding-bottom: 25%;
    transform: scale(1.2) !important;
  }
  .aboutVisual-upper-img01 img {
    transform: scale(1.0);
    transform-origin: right center;
  }
  .aboutVisual-upper-img02 {
    width: 40%;
    transform: scale(1.2) !important;
  }

  .aboutVisual-heading {
    left: 50%;
    top: 16%;
  }

  .aboutVisual-title {
    padding: 0.8em 2em;
    font-size: 3.5vw;
    letter-spacing: 0.15em;
    white-space: nowrap;
  }
  .aboutVisual-subTitle {
    font-size: 1.5vw;
  }

}


/*
lower
*/

.aboutVisual-lower {
  display: flex;
  margin-top: -15%;
}
.aboutVisual-lower-first {
  width: 55%;
  padding: 0 10% 0 2%;
}
.aboutVisual-lower-second {
  width: 45%;
  padding-top: 25%;

}


.aboutVisual-lead {
  display: flex;
  justify-content: center;
  padding-left: 20px;
}
.aboutVisual-lead-text {
  font-size: 185%;
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 2.5;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.aboutVisual-text {
  padding-top: 60px;
  font-size: 124%;
  line-height: 2.5;
  text-align: justify;
  letter-spacing: 0.03em;
}

.aboutVisual-en {
  font-size: 116%;
  line-height: 2.4;
  text-align: justify;
}

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


  .aboutVisual-lower {
    display: block;
    margin-top: -18%;
  }
  .aboutVisual-lower-first {
    width: auto;
    padding: 0;
  }
  .aboutVisual-lower-second {
    width: auto;
    padding: 0;

  }


  .aboutVisual-lead {
    width: 45%;
    display: flex;
    justify-content: center;
  }
  .aboutVisual-lead-text {
    font-size: 4vw;
    line-height: 1.7;
  }

  .aboutVisual-text {
    padding-top: 30px;
    font-size: 100%;
    line-height: 2;
  }

  .aboutVisual-en {
    font-size: 93%;
    line-height: 1.7;
    padding-top: 2em;
  }

}

/***********
module-aboutVisual
************/

.aboutSlider{
  position: relative;
  height: clamp(300px,60vmax, 800px);
  margin-bottom: 30px;
}

.aboutSlider-block{
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 9;
}
.aboutSlider-lead {
  color: #fff;
  font-size: 220%;
  margin-top: -0.55em;
  letter-spacing: 0.08em;
  font-family: var(--font-family-serif-en);
  font-weight: normal;
}


.aboutSlider-list .slick-slide{
}
.aboutSlider-list .slick-slide li{
  height: clamp(300px,60vmax, 800px);
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.aboutSlider-list .slick-slide li img{
  display: none;
}


.aboutSlider-item{
  width: 100%;
  height: clamp(300px,60vmax, 800px);
}


.aboutSlider .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  display: flex;
  justify-content: center;
  padding-left: 00px;
}
.aboutSlider .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none !important;
  background-color: #022946;
  outline:0 !important;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.aboutSlider .slick-dots .slick-active button,
.aboutSlider .slick-dots li:not(.slick-active) button:hover{
  opacity: 1;
  transform: scale(1.5);
}

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


  .aboutSlider,
  .aboutSlider-list .slick-slide,
  .aboutSlider-list .slick-slide li,
  .aboutSlider-item{
    height: clamp(240px,40vmax, 500px);
  }

  .aboutSlider-lead {
    font-size: 124%;
  }


}


/***********
module-aboutHeading
************/

.aboutHeading{
  padding-bottom: 40px;
}
.aboutHeading-subTitle {
  font-family: 'Amiri', serif;
  font-size: 320%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.aboutHeading-title {
  font-family: 'Noto Serif JP',"Hiragino Mincho ProN","游明朝",YuMincho,serif;
  font-size: 154%;
  letter-spacing: 0.2em;
  margin-top: 20px;
  padding-left: 66px;
  position: relative;
}
.aboutHeading-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #022946;
  position: absolute;
  left: 0;
  top: 0.65em;
}


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

  .aboutHeading{
    padding-bottom: 30px;
  }
  .aboutHeading-subTitle {
    font-size: 220%;
  }
  .aboutHeading-title {
    font-size: 100%;
    letter-spacing: 0.1em;
    padding-left: 42px;
  }
  .aboutHeading-title::before {
    width: 30px;
    height: 2px;
    top: 0.6em;
  }


}


/***********
module-aboutFloor
************/

.aboutFloor{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.aboutFloor-map {
  width: 65%;
  padding-right: 5%;
}
.aboutFloor-map-img picture {
  mix-blend-mode: multiply;
}


.aboutFloor-inner {
  width: 35%;
}

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

  .aboutFloor{
    display: block;
  }

  .aboutFloor-map {
    width: auto;
    padding-right:0;
    padding-top: 20px;
  }
  .aboutFloor-inner {
    width: auto;
  }

}



/***********
module-aboutRoom
************/

.aboutRoom {
  display: flex;
  justify-content: space-between;
}
.aboutRoom-img {
  width: 55%;
}
.aboutRoom-inner {
  width: 45%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutRoom-inner-upper {
}
.aboutRoom-inner-lower {
  margin-bottom: 30px;
}

.aboutRoom-caption {
  text-align: right;
  font-size: 93%;
  padding-top: 10px;
}

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

  .aboutRoom {
    display: block;
  }
  .aboutRoom-img {
    width: auto;
  }
  .aboutRoom-inner {
    width: auto;
    padding-left: 0;
    padding-top: 40px;
  }

  .aboutRoom-inner-upper {
    padding-bottom: 30px;
  }
  .aboutRoom-inner-lower {
    margin-bottom: 0;
    text-align: center;
  }

  .aboutRoom-caption {
    font-size: 85%;
    padding-top: 10px;
  }


  .aboutRoom-inner-upper .l-top{
    margin-top: 0 !important;
  }

}

/***********
module-aboutRoom
************/


.aboutRoom-img{
  position: relative;
}
.aboutRoom-slider{
  display: flex;
}
.aboutRoom-slider .slick-slide{
}
.aboutRoom-slider .slick-slide li{
  vertical-align: middle;
}
.aboutRoom-slider .slick-slide li img{
}

.aboutRoom-img .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  display: flex;
  padding-left: 00px;
}
.aboutRoom-img .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  background-color: #022946;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.aboutRoom-img .slick-dots .slick-active button,
.aboutRoom-img .slick-dots li:not(.slick-active) button:hover{
  opacity: 1;
  transform: scale(1.5);
}

/***********
module-amenity
************/

.amenity {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
  margin-left: -5%;
  text-align: center;
}

.amenity > li {
  width: 20%;
  margin-left: 5%;
  margin-bottom: 5%;
}
.amenity > li > a {
  display: block;
  color: #022946;
}

.amenity-img{
}
.amenity-img img{
  animation-delay: 0 !important;
  transition-delay: 0 !important;
  mix-blend-mode: darken;
  border-radius: 10px;
  border: 1px solid rgba(14, 82, 134, 0.1);
}
.amenity-img figcaption{
  font-size: 108%;
  padding-top: 0.8em;
  line-height: 1.3;
}


.amenity li.amenity-en {
  width: 100%;
  text-align: left;
  padding-top: 30px;
}
.amenity-en-title {
  font-weight: normal;
  font-size: 154%;
  padding-bottom: 0.5em;
}
.amenity-en-block {
  display: flex;
}
.amenity-en-list{
  position: relative;
  margin-left: 1em;
  white-space: nowrap;
  line-height: 2;
  font-size: 93%;
}
.amenity-en-list:not(:last-child){
  padding-right: 20px;
}
.amenity-en-list li::before{
  content: "・";
  display: marker;
  margin-left: -1em;
}

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

  .amenity li.amenity-en {
    width: 100%;
  }

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

  .amenity {
    padding-top: 30px;
    margin-left: -3%;
    text-align: center;
  }

  .amenity > li {
    width: 30.3%;
    margin-left: 3%;
    margin-bottom: 5%;
  }
  .amenity-img figcaption{
    font-size: 85%;
  }

.amenity li.amenity-en {
  padding-top: 30px;
}
.amenity-en-title {
  font-size: 124%;
}
.amenity-en-block {
  display: block;
}
.amenity-en-list{
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  line-height: 1.5;
  font-size: 2.5vw;
  letter-spacing: 0;
}
.amenity-en-list:not(:last-child){
  padding-right: 0;
}
  .amenity-en-list li{
    width: 50%;
  }
.amenity-en-list li::before{
  content: "・";
  display: marker;
  margin-left: -1em;
}

}


/***********
module-artist
************/

.artist {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-left: -3%;
  text-align: center;
}
.artist li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 5%;
}
.artist a {
  display: block;
  color: #022946;
  text-decoration: none;
  text-align: center;
}
.artist a:hover {
}

.artist-img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 8%;
}
.artist-img img {
  border-radius: 50%;
 transition: transform 0.5s ease;
}
.artist a[href] .artist-img:hover img {
  transform: scale(1.1);
}
.artist-name {
  font-size: 124%;
  padding-top: 15px;
  letter-spacing: 0.1em;
}


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

  .artist {
    padding-top: 0px;
    margin-left: -3%;
  }
  .artist li {
    width: 30.3%;
    margin-left: 3%;
    margin-bottom: 10%;
  }
  .artist a {
  }
  .artist a:hover {
  }

  .artist-img {
    margin: 0 8%;
  }
  .artist-img img {
  }
  .artist-img:hover img {
  }
  .artist-name {
    font-size: 85%;
    padding-top: 10px;
    letter-spacing: 0.0em;
  }


}

/***********
separate
************/

.separate {
  display: flex;
  justify-content: space-between;
}
.separate-item.-large {
  width: 50%;
}
.separate-item.-small {
  width: 45%;
}
.separate-item.-xlarge {
  width: 55%;
}
.separate-item.-xsmall {
  width: 40%;
}
.separate-item.-xxlarge {
  width: 60%;
}
.separate-item.-xxsmall {
  width: 35%;
}
.separate-item.-half {
  width: 47.5%;
}
.separate.-reverse {
  flex-direction: row-reverse;
}

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

  .separate {
    display: block;
  }
  .separate-item {
    width: auto !important;
  }
  .separate-item:first-child {
    padding-bottom: 2em;
  }

}


/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/

/***********
module-xxxxx
************/
