@charset "UTF-8";
/* ********************************************************************** */
/* For CONCEPT Page */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

.text {
  letter-spacing: 0.15em;
}

.ttl {
  position: relative;
  padding-top: 120px;
  margin-bottom: 32px;
}

.ttl::before {
  content: "";
  background: #D5A264;
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
}

.ttl h3 {
  font-size: 40px;
  color: #002F59;
}

.ttl h4 {
  font-size: 28px;
  color: #002F59;
  letter-spacing: 0.1em;
}

.ttl h4 span {
  font-size: 20px;
  line-height: 1.75;
  display: block;
}

.text h5 {
  font-size: 20px;
  letter-spacing: 0.15em;
}

.bg_gradation_blue::before {
  z-index: -10;
}

/*link_blueborder*/
.link_blueborder,
.link_blueborder::before {
  width: 400px;
  min-height: 70px;
}

.link_blueborder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.link_blueborder::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: #002F59;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.link_blueborder:hover::before {
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.link_blueborder.link_detail .mark::before {
  border-color: #002F59;
}

.link_blueborder.link_detail .mark::after {
  border-color: #002F59;
}

.link_blueborder a {
  color: #002F59 !important;
  border: 1px solid #002F59;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
  padding: 10px 0;
}

.link_blueborder a:hover {
  color: #FFF !important;
  opacity: 1;
}

.link_blueborder.link_detail:hover .mark::before {
  border-color: #C4972F;
}

.link_blueborder.link_detail:hover .mark::after {
  border-color: #C4972F;
}

/* about */
#about {
  position: relative;
  padding-bottom: 150px;
}

#about .ch4 {
  margin: 40px auto 32px;
  line-height: 1.75;
}

#about .text {
  max-width: 800px;
  margin: 0 auto;
}

#about .intro_img {
  position: relative;
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  gap: 5%;
}

#about .intro_img .img01 {
  width: 20%;
}

#about .intro_img .img02 {
  margin-top: 220px;
  width: 40%;
}

#about .intro_img .img03 {
  margin-top: 100px;
  width: 30%;
}

#about .decoration {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 88vw;
}

@media (max-width: 1400px) {
  #about .intro_img {
    margin-top: 10px;
  }
}

/* concept_room */
#concept_room {
  position: relative;
  padding-top: 150px;
}

#concept_room .main_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}

#concept_room .main_ttl span {
  width: 18%;
}

/* yomodern wamodern */
#yomodern,
#wamodern {
  position: relative;
  padding-bottom: 150px;
}

#yomodern .img,
#wamodern .img {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#yomodern .img .room,
#wamodern .img .room {
  width: 60%;
}

#yomodern .img .onsen,
#wamodern .img .onsen {
  width: 40%;
}

#yomodern .img .onsen img,
#wamodern .img .onsen img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

#yomodern .text,
#wamodern .text {
  width: 750px;
  margin: 40px 0;
}

#yomodern .link_blueborder,
#wamodern .link_blueborder {
  margin: 0 auto;
}

#yomodern .decoration,
#wamodern .decoration {
  position: absolute;
  bottom: 64px;
  right: 4%;
  width: 32%;
}

/* concept_meal */
#concept_meal {
  position: relative;
  padding-bottom: 350px;
}

#concept_meal .ttl {
  padding-top: 50px;
}

#concept_meal .ttl::before {
  top: -50px;
}

#concept_meal .ttl h3,
#concept_meal .ttl h4 {
  color: #FFF;
}

#concept_meal .tate p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: fit-content;
  font-size: 20px;
  letter-spacing: 0.4em;
  line-height: 1.8;
  margin: 64px auto;
}

#concept_meal .meal {
  position: relative;
}

#concept_meal .decoration {
  position: absolute;
    top: 80px;
    left: 4%;
}

#concept_meal .decoration_text {
  position: absolute;
  top: 30%;
  left: 25%;
}

#concept_meal .contents {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

#concept_meal .contents .cflex {
  gap: 4%;
  align-items: center;
}

#concept_meal .contents .cflex .phot {
  width: 55%;
}

#concept_meal .contents .cflex .text {
  width: 35%;
}

#concept_meal .contents .phot02 {
  position: absolute;
  top: -250px;
  right: 4%;
  width: 30%;
  height: fit-content;
}

#concept_meal .contents .phot03 {
  position: absolute;
  bottom: -290px;
  right: 10%;
  width: 28%;
  height: fit-content;
}

/* concept_all */
#concept_all {
  position: relative;
  padding-bottom: 200px;
}

#concept_all .ttl {
  padding-top: 50px;
}

#concept_all .ttl::before {
  top: -50px;
}

#concept_all .img_contents {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

#concept_all .img_contents .item {
  position: relative;
}

#concept_all .img_contents .item p {
  position: absolute;
  bottom: 10px;
  right: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 24px;
  color: #FFF;
  text-shadow: 0 0 10px #000, 0 0 20px #000;
}

#concept_all .text {
  width: 600px;
  margin: 0 auto;
}

#concept_all .decoration_left {
  position: absolute;
  bottom: 60px;
  left: 4%;
}

#concept_all .decoration_right {
  position: absolute;
    bottom: 60px;
    right: 4%;
}

#concept_all .decoration_text {
  position: absolute;
    bottom: 60px;
    left: 18%;
}



/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

  .ttl {
    padding-top: 20vw;
    margin-bottom: 8vw;
  }

  .ttl::before {
    height: 15vw;
  }

  .ttl h3 {
    font-size: 8.5vw;
  }

  .ttl h4 {
    font-size: 5vw;
  }

  .ttl h4 span {
    font-size: 4vw;
  }

  .text h5 {
    font-size: 4.2vw;
  }

  .link_blueborder a,
  .link_whiteborder a {
    font-size: 4vw;
  }

  /* about */
  #about {
    padding-bottom: 15vw;
  }

  #about .intro_img {
    flex-wrap: wrap;
    gap: 4vw;
  }

  #about .intro_img .img01 {
    width: 60vw;
  }

  #about .intro_img .img02 {
    margin: 0 auto;
    width: 80vw;
  }

  #about .intro_img .img03 {
    margin: 0 0 0 auto;
    width: 60vw;
  }

  #about .decoration {
    width: 200vw;
    bottom: 0;
    left: 0;
    transform: rotate(60deg);
  }

  /* concept_room */
  #concept_room {
    padding-top: 15vw;
  }

  #concept_room .main_ttl {
    font-size: 5vw;
    text-align: center;
  }

/* yomodern wamodern */
  #yomodern,
  #wamodern {
    padding-bottom: 48vw;
  }

  #yomodern .img,
  #wamodern .img {
    display: block;
  }

  #yomodern .img .room,
  #wamodern .img .room {
    width: 100%;
  }

  #yomodern .img .onsen,
  #wamodern .img .onsen {
    width: 100%;
    display: flex;
  }

  #yomodern .img .onsen img,
  #wamodern .img .onsen img {
    width: 50vw;
  }

  #yomodern .text,
  #wamodern .text {
    width: 100%;
    margin: 4vw 0 6vw;
  }

  #yomodern .link_blueborder,
  #wamodern .link_blueborder {
    width: 100%;
  }

  #yomodern .decoration,
  #wamodern .decoration {
    width: 50vw;
    bottom: 2vw;
  }

  /* concept_meal */
  #concept_meal {
    padding-bottom: 60vw;
  }

  #concept_meal .ttl::before {
    top: -5vw;
  }

  #concept_meal .tate p {
    font-size: 4.2vw;
  }

  #concept_meal .decoration {
    width: 70vw;
  }

  #concept_meal .decoration_text {
    width: 14vw;
    /* top: 100vw;
    left: 20vw; */
    top: 90vw;
    left: 12vw;
  }

  #concept_meal .contents .cflex .phot {
    width: 100%;
  }

  #concept_meal .contents .cflex .text {
    width: 86.6667vw;
    margin: 4vw auto;
  }

  #concept_meal .contents .phot02 {
    top: auto;
    bottom: -30vw;
    right: 4vw;
    width: 40vw;
  }

  #concept_meal .contents .phot03 {
    bottom: -50vw;
    right: auto;
    left: 5vw;
    width: 40vw;
  }

  /* concept_all */
  #concept_all {
    padding-bottom: 40vw;
  }

  #concept_all .ttl::before {
    top: -5vw;
  }

  #concept_all .img_contents .item {
    height: 50vh;
  }

  #concept_all .text {
    width: 86.6667vw;
    margin: 4vw auto;
  }

  #concept_all .decoration_left {
    bottom: 25vw;
    left: 0;
    width: 40vw;
  }

  #concept_all .decoration_right {
    bottom: 0;
    right: 0;
    width: 40vw;
  }

  #concept_all .decoration_text {
    width: 14vw;
  }


}

/* End @media (max-width:1000px) */