@charset "utf-8";

/* 共通 */

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=EB+Garamond:wght@400;500;600;700;800&family=Public+Sans:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600&family=Allura&display=swap");
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeInDown {
0% {opacity: 0;transform: translateY(-3rem);}
100% {opacity: 1;transform: translateY(0);}
}
@keyframes fadeInLeft {
0% {opacity: 0;transform: translateX(-8rem);}
100% {opacity: 1;transform: translateX(0);}
}
@keyframes fadeInRight {
0% {opacity: 0;transform: translateX(8rem);}
100% {opacity: 1;transform: translateX(0);}
}
@keyframes fadeInUp {
0% {opacity: 0;transform: translateY(3rem);}
100% {opacity: 1;transform: translateY(0);}
}
@keyframes scale_x_c {
0%{transform: scaleX(0);}
100% {transform: scaleX(1);}
}
@keyframes scale_x_l {
0%{transform: scaleX(0);transform-origin: left;}
100% {transform: scaleX(1);transform-origin: left;}
}
@keyframes scale_x_r {
0%{transform: scaleX(0);transform-origin: right;}
100% {transform: scaleX(1);transform-origin: right;}
}
@keyframes scale_y_t {
0%{transform: scaleY(0);transform-origin: top;}
100% {transform: scaleY(1);transform-origin: top;}
}
@keyframes scale_y_b {
0%{transform: scaleY(0);transform-origin: bottom;}
100% {transform: scaleY(1);transform-origin: bottom;}
}
@keyframes bokashi_img {
0%{filter: blur(8px) brightness(180%);transform: scale(1.07)}
100%{filter: blur(0) brightness(100%);transform: scale(1)}
}
@keyframes bokashi {
0%{filter: blur(8px);transform: scale(1.07)}
100%{filter: blur(0);transform: scale(1)}
}
@keyframes width100 {
0%{opacity: 0;width: 0%;}
100% {opacity: 1;width: 100%;}
}

@keyframes height100 {
0%{opacity: 0;height: 0%;}
100% {opacity: 1;height: 100%;}
}

/* ヘッダー吹き出し */
@keyframes purun {0%   { transform:translate(0%, 0%); }10%  { transform:translate(4%,0%); }20%  { transform:translate(8%,0%); }40%  { transform:translate(-8%,0%); }60%  { transform:translate(4%,0%); }80% { transform:translate(0%, 0%); }
100% { transform:translate(0%, 0%); }
}
@keyframes purun_sp {0%   { transform:translate(0%, 0%); }10%  { transform:translate(0%,6%); }20%  { transform:translate(0%,12%); }40%  { transform:translate(0%,-12%); }60%  { transform:translate(0%,6%); }80% { transform:translate(0%, 0%); }
100% { transform:translate(0%, 0%); }
}

/* ローディング */
@keyframes spCircRot {from { transform: rotate(0deg); }to { transform: rotate(359deg); }
}




/*||||||||||||||||| コンテンツ |||||||||||||||||*/
/* メイン */
.pre-inc .salon_main{background: url("../img/salon/main_bk.webp") no-repeat center center/cover;overflow: hidden;padding: 2.5em 0 3em;}
.pre-inc .salon_main > i{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0,0,0,0.9);animation: 3s fadeIn 0.5s forwards;opacity: 0;}
.pre-inc .salon_main .wrap1024{text-align: center;color: #fff;opacity: 0;animation: 2s fadeIn 1s forwards;}
.pre-inc .salon_tit{font-size: 2.5em;}
.pre-inc .salon_tit + p{font-size: 0.9em;margin-top: 1em;}
.pre-inc .salon_tit_s{font-size: 2.8em;margin-top: 0.5em;background: linear-gradient(to bottom, #644f1d 20%, #ab9d68 45%, #9d803a 60%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: "EB Garamond", serif;letter-spacing: 0.05em;}
.pre-inc .salon_tit_s small{font-size: 0.64em;background: linear-gradient(to bottom, #644f1d 20%, #ab9d68 45%, #9d803a 60%); -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.pre-inc .salon_video{margin-top: 2em;cursor: pointer;pointer-events: none;}
.pre-inc .salon_video::before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url("../img/salon/video_poster_pc.jpg") no-repeat center center/cover;z-index: 1;}
.pre-inc .salon_video.play::before{display: none;}
.pre-inc .salon_video video{width: 100%;pointer-events: auto;}
.pre-inc .salon_video i:nth-of-type(1){display: block;width: 7.5em;height: 1px;background: #fff;position: absolute;top: -0.5em;left: -1em;animation: 2s fadeInRight 1.5s forwards;opacity: 0;}
.pre-inc .salon_video i:nth-of-type(2){display: block;width: 1px;height: 7.5em;background: #fff;position: absolute;top: -1em;left: -0.5em;animation: 2s fadeInUp 1.5s forwards;opacity: 0;}
.pre-inc .salon_video i:nth-of-type(3){display: block;width: 7.5em;height: 1px;background: #fff;position: absolute;bottom: -0.5em;right: -1em;animation-name: fadeInLeft;}
.pre-inc .salon_video i:nth-of-type(4){display: block;width: 1px;height: 7.5em;background: #fff;position: absolute;bottom: -1em;right: -0.5em;animation-name: fadeInDown;}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
.pre-inc .salon_tit{font-size: 1.8em;}
.pre-inc .salon_tit_s{font-size: 1.7em;}
.pre-inc .salon_video{width: 90vw;margin-inline: auto;}
.pre-inc .salon_video::before{background: url("../img/salon/video_poster_sp.jpg") no-repeat center center/cover;}

}

/* 共通 */
.pre-inc .section_tit{font-family: "EB Garamond", serif;font-size: 5em;line-height: 1;color: #a99f73;}
.pre-inc .section_tit i{display: inline-block;opacity: 0;}
.pre-inc .section_tit i.text_ani{animation: 2s fadeIn 0s forwards;}

@media screen and (max-width: 768px) {
.pre-inc .section_tit{font-size: 2.8em;}
}

/* CONCEPT */
.pre-inc .concept_intro{padding: 4.5em 0;background: url("../img/salon/concept_intro_bk_pc.webp") no-repeat center center/cover;}
.pre-inc .concept_intro .section_tit_s{font-size: 1.8em;margin-top: 1.5em;letter-spacing: 0.05em;animation-name: fadeInUp;}
.pre-inc .concept_intro .section_tit_s + p{font-size: 0.9em;margin-top: 1em;letter-spacing: 0.05em;line-height: 2;animation-name: fadeInUp;}
.pre-inc .concept_salonmap{padding: 4.5em 0;background: url("../img/salon/concept_salonmap_bk.webp") no-repeat center center/cover;color: #fff;}
.pre-inc .concept_salonmap .concept_salonmap_tit{font-size: 1.5em;text-align: center;animation-name: fadeInUp;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s{font-size: 1.5em;text-align: center;margin-top: 0.2em;margin-bottom: 2em;animation-name: fadeInUp;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s small{font-size: 0.67em;text-align: center;display: block;}
.pre-inc .concept_salonmap_wrap{max-width: 782px;margin: 1em auto 0;animation-name: fadeInUp;}
.pre-inc .concept_salonmap_img i{width: 1.25em;height: 1.25em;display: flex;justify-content: center;align-items: center;background: #a99f73;border: 1px solid #fff;box-shadow: 0.05em 0.05em 0.2em rgba(0,0,0,0.7);position: absolute;cursor: pointer;transition: 0.3s all;}
.pre-inc .concept_salonmap_img i span{font-size: 0.8em;line-height: 1;color: #fff;}
.pre-inc .concept_salonmap_img .a{left: 19.8em;top: 4.95em;}
.pre-inc .concept_salonmap_img .b{left: 6.3em;top: 12em;}
.pre-inc .concept_salonmap_img .c01{left: 2.4em;top: 5.65em;}
.pre-inc .concept_salonmap_img .c02{left: 2.4em;top: 12.35em;}
.pre-inc .concept_salonmap_img .c03{left: 2.4em;top: 19.8em;}
.pre-inc .concept_salonmap_img .c04{left: 7.65em;top: 20.95em;}
.pre-inc .concept_salonmap_img .d{left: 12em;top: 5.3em;}
.pre-inc .concept_salonmap_img .e{left: 29em;top: 4.45em;}
.pre-inc .concept_salonmap_img .f{left: 19em;top: 15.5em;}
.pre-inc .concept_salonmap_list{display: flex;margin-top: 1em;}
.pre-inc .concept_salonmap_list > *{width: 50%;}
.pre-inc .concept_salonmap_list > * p{cursor: pointer;margin-top: 0.5em;transition: 0.3s all;}
.pre-inc .concept_salonmap_list > * p > span{font-size: 0.9em;margin-left: 0.3em;}

.pre-inc .modal_bk {display: none;position: fixed;z-index: 1000000;inset: 0;background: rgba(0, 0, 0, 0.9);cursor: pointer;}
.pre-inc .s_modal{z-index: 1000001;position: fixed;width: 51.2em;inset: 0;max-height: 80vh;margin: auto;opacity: 0;pointer-events: none;transition: 0.5s all;}
.pre-inc .s_modal.active{opacity: 1;pointer-events: auto;}
.pre-inc .s_modal .s_modal_wrap{overflow-y: auto;width: 100%;height: 100%;background: #fff;margin: auto 0;}
.pre-inc .s_modal .s_modal_tit > span{font-size: 1em;display: inline-block;margin-left: 0.5em;}
.pre-inc .s_modal .s_modal_tit + p{font-size: 0.8em;margin-top: 1em;}
.pre-inc .s_modal .s_modal_tit_s{font-size: 0.9em;margin-top: 1em;}
.pre-inc .s_modal .s_modal_tit_s + p{font-size: 0.8em;margin-top: 1em;}
.pre-inc .s_modal p + figure{margin-top: 1.5em;display: inline-block;}
.pre-inc .s_modal p + figure [src$='.svg']{width: 20em;}
.pre-inc .s_modal .s_modal_item{padding: 3.5em 4em;}
.pre-inc .s_modal dl.s_modal_item{display: flex;justify-content: space-between;}
.pre-inc .s_modal .s_modal_item > dt{width: 20em;}
.pre-inc .s_modal .s_modal_item > dd{width: 22em;}
.pre-inc .s_modal .close_btn{font-family: "EB Garamond", serif;color: #fff;font-size: 0.8em;margin: 1.5em auto 0; width: 5em;text-align: center;transition: 0.3s all;cursor: pointer;}
.pre-inc .alpha{width: 1.25em;height: 1.25em;display: inline-flex;justify-content: center;align-items: center;background: #a99f73;vertical-align: 0.1em;}
.pre-inc .alpha > span{font-size: 0.8em;line-height: 1;color: #fff;}

@media screen and (min-width: 769px) {
.pre-inc .concept_salonmap_img i:hover{opacity: 0.6;}
.pre-inc .s_modal .close_btn:hover{opacity: 0.6;}
.pre-inc .concept_salonmap_list > * p:hover{opacity: 0.6;}
}

@media screen and (max-width: 768px) {
.pre-inc .concept_intro{background: url("../img/salon/concept_intro_bk_sp.webp") no-repeat center center/cover;padding: 3em 0;}
.pre-inc .concept_intro .section_tit_s{font-size: 1.4em;}
.pre-inc .concept_salonmap{padding: 3em 0;}
.pre-inc .concept_salonmap .concept_salonmap_tit{font-size: 1.3em;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s{font-size: 1.1em;}
.pre-inc .concept_salonmap_img{font-size: 2.3vw;}
.pre-inc .concept_salonmap_img i{width: 5vw;height: 5vw;}
.pre-inc .concept_salonmap_img i span{font-size: 3.5vw;}
.pre-inc .concept_salonmap_img .cap_o{font-size: 2.5vw;}
.pre-inc .concept_salonmap_list > * p{display: flex;}

.pre-inc .s_modal{width: 92vw;max-height: 80vh;}
.pre-inc .s_modal p + figure{display: block;}
.pre-inc .s_modal p + figure img{width: 100%;}
.pre-inc .s_modal .s_modal_item{padding: 1.5em 1.5em;}
.pre-inc .s_modal dl.s_modal_item{flex-wrap: wrap;}
.pre-inc .s_modal .s_modal_item > dt{width: 100%;}
.pre-inc .s_modal .s_modal_item > dd{width: 100%;margin-top: 1.5em;}
}

/* GUEST ROOM */
.pre-inc #guestroom .section_tit{text-align: center;}
.pre-inc .concept_guestroom{padding: 4.5em 0;background: url("../img/salon/concept_salonmap_bk.webp") no-repeat center center/cover;color: #fff;}
.pre-inc .concept_guestroom_wrap{width: 100%;max-width: 1024px;margin: 70px auto 0px;animation-name: fadeInUp;}
.pre-inc .concept_guestroom_img ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.pre-inc .concept_guestroom_img li:nth-child(1){width:67.7%;}
.pre-inc .concept_guestroom_img li:nth-child(2){width:30%;}
.pre-inc .concept_guestroom_img li:nth-child(3){width:49%;margin-top:1em}
.pre-inc .concept_guestroom_img li:nth-child(4){width:49%;margin-top:1em}
.pre-inc .room_list ul{display:flex;flex-wrap: wrap;justify-content: space-between;margin-top: 1.5em;}
.pre-inc .room_list li{width:49%;}
.pre-inc .room_list li:nth-child(n+3){margin-top:1em}
.pre-inc .concept_guestroom .section_tit_s{font-size: 1.8em;margin-top: 1.5em;letter-spacing: 0.05em;animation-name: fadeInUp;}
.pre-inc .concept_guestroom .section_tit_s + p{font-size: 0.9em;margin-top: 1em;letter-spacing: 0.05em;line-height: 2;animation-name: fadeInUp;}

@media screen and (max-width: 768px) {
.pre-inc .concept_guestroom .section_tit_s{font-size:1.4em;}
.pre-inc .concept_guestroom_wrap{margin:2em auto 0;}
.pre-inc .room_list ul{justify-content: center;}
.pre-inc .room_list li{width:90%;}
.pre-inc .room_list li:nth-child(n+2){margin-top:1em}
}

/* PHOTO GALLERY */
.pre-inc #photo_gallery{padding: 4.5em 0;background: url("../img/salon/photo_gallery_bk.webp") no-repeat center center/cover;}
.pre-inc #photo_gallery .section_tit{text-align: right;}
.pre-inc #photo_gallery .comingsoon{margin: 3em auto 0;background: #999;width: 40em;height: 22.5em;display: flex;justify-content: center;align-items: center;animation-name: fadeInUp;}
.pre-inc #photo_gallery .comingsoon span{font-family: "EB Garamond", serif;color: #fff;font-size: 1.6em;}

@media screen and (max-width: 768px) {
.pre-inc #photo_gallery{padding: 3em 0;}
.pre-inc #photo_gallery .comingsoon{font-size: 2.3vw;}
}

/* gallery_slider追加 */
.pre-inc .gallery_container{width: 100%;max-width: 800px;margin: 70px auto 0px;animation-name: fadeInUp;}
.pre-inc .gallery_slide figure{position: relative;}
.pre-inc .gallery_slide figure figcaption{color: #FFF;font-family: "EB Garamond", serif;font-size: 46px;line-height: 1;position: absolute;left: 10px;bottom: 10px;filter: drop-shadow(1px 1px 1px rgba(0,0,0,1)) drop-shadow(1px 1px 2px rgba(0,0,0,0.5));}
.pre-inc .gallery_container .slick-dotted.slick-slider{margin-bottom: 0px;}
.pre-inc .gallery_note{margin-top:3em;color:#fff;font-size: 0.65em;}
.pre-inc .shapedots .slick-dots{text-align: right;}
.pre-inc .shapedots .slick-dots li,.pre-inc .shapedots .slick-dots li button{width: 30px;height: 10px;padding: 0;margin: 0 3px;}
.pre-inc .shapedots{position: relative;}
.pre-inc .shapedots .slick-dots li{background: #999999;width: 30px;height: 10px;margin: 0 2px;}
.pre-inc .shapedots .slick-dots li.slick-active{background: #a99f73;}
.pre-inc .shapedots .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 30px;height: 10px;padding: 0px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.pre-inc .shapedots .slick-dots li button::before {display: none;}

@media screen and (max-width: 768px){
.pre-inc .gallery_slide figure figcaption{font-size: 24px;}
}

.pre-inc .section_tit{font-family: "EB Garamond", serif;font-size: 5em;line-height: 1;color: #a99f73;}
.pre-inc .section_tit i{display: inline-block;opacity: 0;}
.pre-inc .section_tit i.text_ani{animation: 2s fadeIn 0s forwards;}

@media screen and (max-width: 768px) {
.pre-inc .section_tit{font-size: 2.8em;}
}
.pre-inc article{
  position: relative;
}
.pre-inc .navi{
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 1000;
  opacity: 0;
  transition: 0.5s;
}
.pre-inc .navi a{
  background: url("../img/kyoto/nav_linkicon.png") no-repeat;
  color: #FFF;
  display: block;
  min-height: 60px;
  padding-left: 40px;
  margin-bottom: 3px;
  transition: 0.5s;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7),0px 0px 3px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7);
}
.pre-inc .navi a:hover{
  opacity: 0.5;
}
.pre-inc .note{font-size:0.8em;}
.pre-inc #main{}
.pre-inc .mainmv{
  position: relative;
  background: #000;
}
.pre-inc .mainmv .mvpanel{
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.pre-inc .mainmv .mvpanel.panel1,
.pre-inc .mainmv .mvpanel.panel2{
  width: 100%;
  text-align:center;
}
.pre-inc .mainmv .mvpanel.panel3{
  left: 50%;
  top: auto;
  bottom: 50px;
  transition: 1s;
}
.pre-inc .mainmv .mvpanel.panel3.scrollon{
  bottom: 0px;
}
.pre-inc div.mvideo {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
  line-height: 0;
}
.pre-inc video.main {
  width: 100%;
  /* max-width: 1920px; */
  opacity: 0.6;
}

.pre-inc #brand{
  background: url("../img/kyoto/brand_bg.jpg") no-repeat;
  padding: 80px 0 30px;
  background-size: cover;
}

.pre-inc #brand .wrap1280 .contents_head::before{
  content: "";
  content: url("../img/kyoto/brand_maintitle.png");
  position: absolute;
  right: -210px;
  opacity: 0;
  transition: 1s;
}
.pre-inc #brand .wrap1280 .contents_head.on::before{
  transition-delay: .5s;
  opacity: 1;
}
.pre-inc #brand .widetitle{
  background: -moz-linear-gradient(left, #806100 0%,#BD8E00 50%, #806100);
  background: -webkit-linear-gradient(left, #806100 0%,#BD8E00 50%, #806100);
  background: linear-gradient(to right, #806100 0%,#BD8E00 50%, #806100);
}

.pre-inc .brandlist{
  padding: 0 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pre-inc .brandinfo{
  width: 31%;
  margin-bottom: 50px;
}
.pre-inc .brandinfo h4{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.pre-inc .brandinfo h4 span{
  font-size: 16px;
  display: block;
  line-height: 100%;
}
.pre-inc #ranking{
  background:#111;
  padding: 80px 0 80px;
}
.pre-inc .ranking_head{
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.pre-inc .ranking_head h3{
  font-size: 32px;
  margin-bottom: 30px;
}
.pre-inc .ranking_icon{
  text-align: center;
  margin-bottom: 50px;
}
.pre-inc .area_ranking{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .areatable{
  width: 49%;
}
.pre-inc .areatable h4{
  font-size: 18px;
}
.pre-inc .areatable table{
  width: 100%;
  margin-bottom: 20px;
}
.pre-inc .areatable .gbg td{
  background: #B39451;
  color: #FFF;
}
.pre-inc .areatable td{
  background: #FFF;
  color: #000;
  padding: 10px;
  font-size: 18px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.pre-inc .area_ranking .note{
  width: 100%;
  text-align: right;
  display: block;
  font-size: 13px;
}

.pre-inc #lineup{
  background: url("../img/kyoto/residence_bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.pre-inc #lineup .wrapwide .contents_head::before{
  content: "";
  content: url("../img/kyoto/residences_maintitle.png");
  position: absolute;
  left: -100px;
  opacity: 0;
  transition: 1s;
}
.pre-inc #lineup .wrapwide .contents_head.on::before{
  transition-delay: .5s;
  opacity: 1;
}

.pre-inc #lineup .contents_head{
  display: flex;
  justify-content: flex-end;
}
.pre-inc #lineup .contents_head .headtext{
  width: 50%;
}
.pre-inc #lineup .widetitle{
  background: -moz-linear-gradient(left, #806100 0%,#BD8E00 50%, #806100);
  background: -webkit-linear-gradient(left, #806100 0%,#BD8E00 50%, #806100);
  background: linear-gradient(to right, #806100 0%,#BD8E00 50%, #806100);
}
.pre-inc .residencelineup{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.pre-inc .residencelineup:nth-child(2n){
  flex-direction: row-reverse;
  justify-content: end;
}
.pre-inc .residencelineup .residence_img{
  width: 50%;
}
.pre-inc .residencelineup .residence_info{
  width: 47%;
}
.pre-inc .residencelineup:nth-child(2n) .residence_info{
  width: auto;
  margin-right: 3%;
}
.pre-inc .residence_img{
  position: relative;
}
.pre-inc .residence_img a{
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.pre-inc .residence_img:hover{
  opacity: 0.8;
}
.pre-inc .iconArea ul{display: flex;}
.pre-inc .iconArea li:nth-child(n+2){margin-left:20px;}

.pre-inc .areaicon{
  background: url("../img/kyoto/residence_areaicon.png") no-repeat;
  width: 128px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #917C50;
  margin-bottom: 30px;
}
.pre-inc .pointicon{
  background: url("../img/kyoto/residence_pointicon.png") no-repeat;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  text-align:center;
  line-height: 1;
}
.pre-inc .pointicon small{font-size:13px;}

.pre-inc .residencelineup:nth-child(2n) .areaicon{
  float: right;
}
.pre-inc .residencelineup:nth-child(2n) h3{
  clear: both;
}
.pre-inc .residence_info h3{
  font-size: 32px;
  margin-bottom:15px;
}
.pre-inc .residence_info p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #917C50;
}
.pre-inc .residence_info p.note{
  font-size: 12px;
  margin-bottom: 30px;
  color: #fff;
  max-width: 550px;
}
.pre-inc .residence_info sup{
  font-size: 11px;
}
.pre-inc .residence_action{
  display: flex;
}
.pre-inc .residence_action a{
  font-size: 16px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 160px;
  margin-right: 13px;
  transition: 0.5s;
}
.pre-inc .residence_action a:hover{
  opacity: 0.7;
}
.pre-inc .residence_action a::before{
  content: "";
  background: url("../img/kyoto/linkarw.png") no-repeat;
  background-size: 20px 16px;
  width: 20px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.pre-inc .residence_action a.reserve_link{
  background: #8C647F;
}
.pre-inc .residence_action a.request_link{
  background: #318E95;
}
.pre-inc .residence_action a.detail_link{
  background: #65737C;
}
.pre-inc .residence_title {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #B59A5B;
  margin-bottom: 50px;
}
.pre-inc .no-mb{
  margin-bottom:0 !important;
}
.pre-inc .residence_subtitle{
  font-size: 13px;
  color: #B59A5B;
  text-align:center;
  margin-bottom: 50px;
}
.pre-inc .residence_title:before,
.pre-inc .residence_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #B59A5B;
}
.pre-inc .residence_title:before {
  margin-right: 1rem;
}
.pre-inc .residence_title:after {
  margin-left: 1rem;
}
.pre-inc #lineup .residencelineup .btn{font-size: 15px;line-height: 1;color: #B59A5B;position: absolute;bottom: 10px;left: 10px; letter-spacing: 0.05em;width: 180px;height: 34px;background: rgba(0,0,0,0.8);z-index: 10;animation-name: fadeIn;}
.pre-inc #lineup .residencelineup .btn:hover{background: #000;color:#fff;}
.pre-inc #lineup .residencelineup .btn:hover::before{content: "";background: url(../img/kyoto/linkarw.png) no-repeat;background-size: 20px 16px;width: 20px;height: 16px;display: inline-block;position: absolute;left: 20px;top: 2px;bottom: 0;margin: auto;}
.pre-inc #lineup .residencelineup .btn::before{content: "";background: url(../img/kyoto/linkarw02.png) no-repeat;background-size: 20px 16px;width: 20px;height: 16px;display: inline-block;position: absolute;left: 20px;top: 2px;bottom: 0;margin: auto;}
.pre-inc #lineup .residencelineup .btn::after{/* content: ""; */display: block;width: 18px;height: 3px;position: absolute;right: 15px;top: 0;bottom: 0;margin: auto;z-index: 10;background: #fff;transition: 0.3s all;}
.pre-inc #lineup .residencelineup .btn > div{position: absolute;top: 0;left: 0;overflow: hidden;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;padding-top: 2px;padding-left: 25px;}
.pre-inc #lineup .residencelineup .btn > div span{position: absolute;}
.pre-inc #lineup .residencelineup .btn > div span:nth-child(1){top: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(to right, rgba(0,0,0,0.8), #B59A5B);animation: animate1 2s linear infinite;}
.pre-inc #lineup .residencelineup i{position: absolute;top: 0;right: 0;background: #b20000;padding: 5px 20px;}
.pre-inc #lineup .residencelineup i.pickup{position: absolute;top: 0;left: 0;background:unset;padding:0 0 0 10px;}
.pre-inc #lineup .residencelineup i.pickup img{width:120px;}
@keyframes animate1{
0%{transform: translateX(-100%);}
100%{transform: translateX(100%);}
}
.pre-inc #lineup .residencelineup .btn > div span:nth-child(2){top: 0;right: 0;width: 2px;height: 100%;background: linear-gradient(to bottom, rgba(0,0,0.8), #B59A5B);animation: animate2 2s linear infinite;animation-delay: 1s;}
@keyframes animate2{
0%{transform: translateY(-100%);}
100%{transform: translateY(100%);}
}
.pre-inc #lineup .residencelineup .btn > div span:nth-child(3){bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(to left, rgba(0,0,0.8), #B59A5B);animation: animate3 2s linear infinite;}
@keyframes animate3{
0%{transform: translateX(100%);}
100%{transform: translateX(-100%);}
}
.pre-inc #lineup .residencelineup .btn > div span:nth-child(4){top: 0;left: 0;width: 2px;height: 100%;background: linear-gradient(to top, rgba(0,0,0.8), #B59A5B);animation: animate4 2s linear infinite;animation-delay: 1s;}
 
@keyframes animate4{
0%{transform: translateY(100%);}
100%{transform: translateY(-100%);}
}
.pre-inc .detachedhouse{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 30px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}
.pre-inc .detachedhouse .house_content{
  max-width: 500px;
  width: 50%;
}
.pre-inc .house_content h3{
  font-size: 24px;
  margin:10px 0;
}
.pre-inc .house_content p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #917C50;
}
.pre-inc .house_content sup{
  font-size: 11px;
}
.pre-inc .house_content .residence_action{
  justify-content: end;
}
.pre-inc .house_content .residence_action a{
  width: 200px;
  margin-right: 0;
}

.pre-inc .map-wrap {
  /* max-width: 1920px; */
  margin: 0 auto;
  position: relative;
  min-height: 800px;
}
.pre-inc .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.pre-inc #mansion{
  background: #000;
  padding: 80px 0 0;
}
.pre-inc #mansion .contents_head{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.pre-inc #mansion .contents_head .headtext{
  width: 50%;
  color: #FFF;
  margin-bottom: 50px;
}
.pre-inc #mansion .wrap1280 .contents_head::before{
  content: "";
  content: url("../img/kyoto/salon_maintitle.png");
  position: absolute;
  left: -280px;
  opacity: 0;
  transition: 1s;
}
.pre-inc #mansion.on .wrap1280 .contents_head::before{
  transition-delay: .5s;
  opacity: 1;
}
.pre-inc .wide{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.pre-inc .saloncontent{
  background: url("../img/kyoto/salon_bg.jpg") no-repeat;
  padding: 80px 0;
}
.pre-inc .saloninfo h3{
  font-size: 30px;
  color: #FFF;
}
.pre-inc .saloninfo h3 span{
  font-size: 28px;
  display: block;
}
.pre-inc .salon_head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.pre-inc .salonimages{
  position: relative;
  width: 45%;
  max-width: 570px;
  margin-top: -90px;
}
.pre-inc .salonimages .salonimg:nth-child(1){
  position: relative;
}
.pre-inc .salonimages .salonimg:nth-child(2){
  position: absolute;
  right: 0;
  top: -10px;
}
.pre-inc .mansioninfo h4{
  background: #772F6D;
  text-align: center;
  color: #FFF;
  padding: 10px;
  font-size: 24px;
  margin:30px 0 10px;
}
.pre-inc .mansioninfo h4.purple{
  background: #4D3863;
}
.pre-inc .manstioninfo_list{
  display: flex;
  flex-wrap: wrap;
}
.pre-inc .manstioninfo_list .infolist,.pre-inc .manstioninfo_list .infolist_wide{
  width: 48%;
  background: #FFF;
  margin: 1%;
  border-radius: 10px;
  padding: 25px 20px 25px 100px;
}
.pre-inc .infolist span{
  display: block;
  font-size: 16px;
}
.pre-inc .infolist{
  font-size: 18px;
  line-height: 140%;
}
.pre-inc .infolist strong{
  color: #8C0000;
}
.pre-inc .buy{}
.pre-inc .buy .infolist:nth-child(1){
  background: url("../img/kyoto/pointicon01.png") no-repeat #FFF 10px center;
}
.pre-inc .buy .infolist:nth-child(2){
  background: url("../img/kyoto/pointicon02.png") no-repeat #FFF 10px center;
}
.pre-inc .buy .infolist:nth-child(3){
  background: url("../img/kyoto/pointicon03.png") no-repeat #FFF 10px center;
}
.pre-inc .buy .infolist:nth-child(4){
  background: url("../img/kyoto/pointicon04.png") no-repeat #FFF 10px center;
}
.pre-inc .sell .infolist_wide{
  background: url("../img/kyoto/pointicon05.png") no-repeat #FFF 10px center;
}
.pre-inc .sell .infolist:nth-child(1){
  background: url("../img/kyoto/pointicon06.png") no-repeat #FFF 10px center;
}
.pre-inc .sell .infolist:nth-child(2){
  background: url("../img/kyoto/pointicon07.png") no-repeat #FFF 10px center;
}
.pre-inc .mansion_bottom{
  display: flex;
  flex-wrap: wrap;
}
.pre-inc .infolist_wide{
  width: 48%;
  background: #FFF;
  margin: 1%;
  border-radius: 10px;
  padding: 25px 20px 25px 170px;
}
.pre-inc .mansion_bottom .manstioninfo_list{
  width: 48%;
  margin: 1%;
}
.pre-inc .mansion_bottom .manstioninfo_list .infolist{
  width: 100%;
  margin:0 0 4% 0;
}
.pre-inc .mansion_bottom .manstioninfo_list .infolist:nth-child(2){
  margin:0;
}
.pre-inc .infolist_wide span{
  display: block;
  font-size: 16px;
}
.pre-inc .infolist_wide{
  font-size: 18px;
  line-height: 140%;
}
.pre-inc .infolist_wide strong{
  color: #8C0000;
}
.pre-inc .infolist_wide p{
  margin: 10px 0;
}
.pre-inc .mansiton_bottom{
  margin-top: 30px;
  text-align: center;
  color: #FFF;
  font-size: 24px;
}
.pre-inc .mansiton_bottom p{
  font-size: 18px;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 15px 20px;
  margin-top: 10px;
}
.pre-inc #access{
  background: #000;
  padding: 80px 0;
}
.pre-inc .access_wap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
.pre-inc .access_info{
  color: #FFF;
  text-align: center;
  width: 53%;
  font-size: 18px;
}
.pre-inc .access_info h3{
  font-size: 24px;
}
.pre-inc .access_map{
  width: 40%;
}
.pre-inc .address{
  text-align: center;
  font-size: 18px;
  display: block;
  border: 1px solid #FFF;
  padding: 15px 20px;
  margin: 50px 0;
}
.pre-inc .parking{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pre-inc .parking::before{
  content: url("../img/kyoto/parking_icon.png");
  margin-right: 10px;
}
.pre-inc .access_bottom{
  color: #B4995A;
}
/* .access_bottom p:nth-child(1){
  background: url("../img/kyoto/icon.png") no-repeat center bottom;
  padding-bottom: 60px;
  margin-bottom: 30px;
} */

.pre-inc #footer_before{
  background:#f7f7f7;
  padding: 80px 0 30px;
}

@media only screen and (max-width: 1860px) {
  .pre-inc #brand .wrap1280 .contents_head::before{
    content: url("../img/kyoto/brand_maintitle.png");
    position: absolute;
    right: 0px;
  }
  .pre-inc #lineup .wrapwide .contents_head::before{
    content: url("../img/kyoto/residences_maintitle.png");
    position: absolute;
    left: -50px;
  }
  .pre-inc #mansion .wrap1280 .contents_head::before{
    display: none;
  }
  .pre-inc #mansion{
    position: relative;
  }
  .pre-inc #mansion .mansiontit{
    content: url("../img/kyoto/salon_maintitle.png");
    position: absolute;
    left: 20px;
    opacity: 0;
    transition: 1s;
  }
  .pre-inc #mansion.on .mansiontit{
    transition-delay: .5s;
    opacity: 1;
  }
  
}
@media only screen and (max-width: 1700px) {
  .pre-inc #brand .wrap1280 .contents_head::before{
    content: url("../img/kyoto/brand_maintitle.png");
    position: absolute;
    right: 0px;
  }
  .pre-inc #lineup .wrapwide .contents_head::before{
    content: url("../img/kyoto/residences_maintitle.png");
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 1460px) {
  .pre-inc #mansion .mansiontit{
    content: url("../img/kyoto/salon_maintitle.png");
    position: absolute;
    left: 20px;
    width: 46%;
  }
}
@media only screen and (max-width: 1200px) {
  .pre-inc .salonimages .salonimg:nth-child(1) {
    position: absolute;
    top: 25%;
    z-index: 100;
  }
}

@media screen and (max-width: 768px){
  .pre-inc #brand .wrap1280 .contents_head::before{
    content:"";
    background: url("../img/kyoto/brand_maintitle.png") no-repeat top center;
    height: 123px;
    width: 100%;
    background-size: 210px 123px;
    padding-bottom: 20px;
    position: static;
    display: block;
  }
  .pre-inc #lineup .wrapwide .contents_head::before{
    content:"";
    background: url("../img/kyoto/residences_maintitle.png") no-repeat top center;
    height: 123px;
    width: 100%;
    background-size: 255px 123px;
    padding-bottom: 20px;
    position: static;
    display: block;
  }
  .pre-inc #mansion .mansiontit{
    content:"";
    background: url("../img/kyoto/salon_maintitle.png") no-repeat top center;
    height: 123px;
    width: 100%;
    background-size: 350px 123px;
    padding-bottom: 20px;
    opacity: 0;
    transition: 1s;
    position: static;
    display: block;
  }
  .pre-inc #mansion.on .mansiontit{
    transition-delay: .5s;
    opacity: 1;
  }
  
  .pre-inc #brand{
    padding: 30px 15px;
  }
  .pre-inc .contents_head h2 {
    font-size: 21px;
    margin: 20px 0;
  }
  .pre-inc .contents_head p {
    font-size: 15px;
    line-height: 160%;
  }
  .pre-inc .brandlist {
    padding: 0 10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pre-inc .brandinfo {
    width: 48%;
    margin-bottom: 20px;
  }
  .pre-inc .brandinfo h4{
    font-size: 16px;
    line-height: 1;
  }
  .pre-inc .brandinfo h4 span{
    font-size: 14px;
    line-height: 1.8;
  }
  
  .pre-inc #ranking{
    padding: 30px 15px;
  }
  .pre-inc .ranking_head h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .pre-inc .ranking_head p {
    font-size: 15px;
  }
  .pre-inc .areatable {
    width: 100%;
  }
  .pre-inc .areatable td {
    padding: 6px;
    font-size: 15px;
  }
  .pre-inc .area_ranking .note{
    font-size: 12px;
  }
  .pre-inc #lineup {
    padding: 30px 15px;
  }
  .pre-inc #lineup .contents_head {
    display: block;
  }
  .pre-inc #lineup .contents_head .headtext {
    width: 100%;
  }
  .pre-inc .residencelineup {
    display: block;
    margin-bottom: 30px;
  }
  .pre-inc .residencelineup > a {
    display: block!important;
  }
  .pre-inc .residencelineup .residence_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .pre-inc .residencelineup .residence_img a img{
  	width:90%;
  }  
  .pre-inc .residencelineup .residence_info {
    width: 100%;
  }
  .pre-inc #lineup .residencelineup .btn{font-size: 3.3vw;padding: 1.5vw 0 0.5vw 0;bottom: -7.5vw;left: unset;width: 42vw;height: 8vw;letter-spacing: 0.15em;margin:-10px auto;position: sticky;}
  .pre-inc #lineup .residencelineup .btn::before{content: "";background: url(../img/kyoto/linkarw02.png) no-repeat;background-size: 18px 14px;width: 18px;height: 14px;display: inline-block;margin-right: 10px;}
  .pre-inc #lineup .residencelineup .btn::after{width: 2.5vw;height: 2px;right: 2vw;}
  .pre-inc #lineup .residencelineup .btn > div span:nth-child(1){height: 1px;}
  .pre-inc #lineup .residencelineup .btn > div span:nth-child(2){width: 1px;}
  .pre-inc #lineup .residencelineup .btn > div span:nth-child(3){height: 1px;}
  .pre-inc #lineup .residencelineup .btn > div span:nth-child(4){width: 1px;}
  .pre-inc #lineup .residencelineup i{top: -10px;padding: 3px 10px;font-size: 0.7em;}
  .pre-inc #lineup .residencelineup i.pickup{padding:0 0 0 5px;}
  .pre-inc #lineup .residencelineup i.pickup img{width:100px;}
  .pre-inc .areaicon {
    background: url("../img/kyoto/residence_areaicon.png") no-repeat;
    background-size: 64px 68px;
    width: 68px;
    height: 68px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pre-inc .pointicon {
    background: url("../img/kyoto/residence_pointicon.png") no-repeat;
    background-size: 68px 68px;
    width: 68px;
    height: 68px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .pre-inc .pointicon small{font-size:9px;}

  .pre-inc .residence_info p {
    font-size: 14px;
  }
  .pre-inc .residence_info h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .pre-inc .residence_action a {
    font-size: 10px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 3px;
    width: 100%;
    margin-right: 12px;
    transition: 0.5s;
  }
  .pre-inc .residence_action a:nth-child(3) {
    margin-right: 0;
  }
  .pre-inc .residence_title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .pre-inc .residence_info p.note{
    font-size: 10px;
  }
  .pre-inc .detachedhouse {
    width: 100%;
    max-width: 768px;
    display: block;
  }
  .pre-inc .detachedhouse .house_content {
    max-width: 768px;
    width: 100%;
    margin-bottom: 30px;
  }
  .pre-inc .house_content p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .pre-inc .house_content h3{
  	font-size: 21px;
  }
  .pre-inc .map-wrap {
    min-height: 680px;
  }
  .pre-inc #mansion{
    padding: 30px 0;
  }
  .pre-inc #mansion .contents_head .headtext {
    width: 100%;
    padding: 0 15px;
  }
  .pre-inc .saloninfo h3 {
    font-size: 21px;
  }
  .pre-inc .saloninfo h3 span {
    font-size: 18px;
  }
  .pre-inc #mansion .wrap1280{
    padding: 0 15px;
  }
  .pre-inc .salon_head {
    display: block;
    margin-bottom: 20px;
  }
  .pre-inc .salonimages {
    position: static;
    width: 100%;
    max-width: 768px;
    margin: 10px auto 30px;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  .pre-inc .salonimages .salonimg:nth-child(1),.pre-inc .salonimages .salonimg:nth-child(2) {
    position: static;
    width: 49%;
  }
  .pre-inc .mansioninfo h4 {
    padding: 6px;
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .pre-inc .manstioninfo_list {
    display: block;
  }
  .pre-inc .manstioninfo_list .infolist, .pre-inc .manstioninfo_list .infolist_wide {
    width: 98%;
    margin: 2% 1%;
    border-radius: 10px;
    padding: 15px 10px 15px 60px;
  }
  .pre-inc .mansion_bottom .manstioninfo_list {
    width: 98%;
    margin: 2% 1%;
  }
  .pre-inc .infolist_wide {
    width: 98%;
    margin: 2% 1%;
    padding: 15px 10px 15px 90px;
    font-size: 16px;
  }
  .pre-inc .infolist {
    font-size: 16px;
    line-height: 140%;
  }
  .pre-inc .infolist span {
    font-size: 14px;
  }
  .pre-inc .buy .infolist:nth-child(1){
    background: url("../img/kyoto/pointicon01.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .buy .infolist:nth-child(2){
    background: url("../img/kyoto/pointicon02.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .buy .infolist:nth-child(3){
    background: url("../img/kyoto/pointicon03.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .buy .infolist:nth-child(4){
    background: url("../img/kyoto/pointicon04.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .sell .infolist_wide{
    background: url("../img/kyoto/pointicon05_sp.png") no-repeat #FFF 10px center;
    background-size: 75px 110px;
  }
  .pre-inc .sell .infolist:nth-child(1){
    background: url("../img/kyoto/pointicon06.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .sell .infolist:nth-child(2){
    background: url("../img/kyoto/pointicon07.png") no-repeat #FFF 10px center;
    background-size: 39px 41px;
  }
  .pre-inc .note {
    font-size: 12px;
    line-height: 1.4;
  }
  .pre-inc .mansiton_bottom {
    font-size: 18px;
  }
  .pre-inc .mansiton_bottom p {
    font-size: 16px;
  }
  .pre-inc #access {
    background: #000;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .pre-inc .access_info {
    width: 100%;
  }
  .pre-inc .access_wap {
    display: block;
    padding: 0 15px;
    overflow: hidden;
  }
  .pre-inc .access_info h3 {
    font-size: 18px;
  }
  .pre-inc .address {
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 10px 15px;
    margin: 20px 0;
  }
  .pre-inc .parking {
    margin-bottom: 20px;
  }
  .access_bottom p:nth-child(1) {
    background: url("../img/kyoto/icon.png") no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 15px;
  }
  .pre-inc .access_bottom {
    font-size: 14px;
  }
  .pre-inc .access_map {
    padding: 30px 0;
    width: 100%;
  }
  .pre-inc .saloncontent {
    background: url("../img/kyoto/salon_bg_sp.jpg") no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  .pre-inc #footer_before{
  	padding: 30px 0 30px;
  	margin:-30px auto 30px;
  }
  .pre-inc #footer_before .wrap1024{
  	padding: 0 10px;
  }
  .pre-inc #footer_before .note{
  	font-size:11px;
  	margin-bottom: 0;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .pre-inc .house_content .house_image figure{
  	width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}


/* Floating */
.pre-inc .floating_btn{display: none;position: fixed;right: 0;bottom: 10%;z-index: 10000;transition: 0.3s all;max-width: 300px;width:20%;}
.pre-inc .floating_btn a:hover{opacity:0.8;}
.pre-inc .floating_btn img{width:100%;}
.pre-inc .floating_btn i{line-height: 1;display: flex;justify-content: center;align-items: center;font-size: 18px;width: 1.5em;height: 1.5em;color: #fff;background: #000;position: absolute;right: 0;top: 0;z-index: 1;cursor: pointer;}
.pre-inc .floating_btn.bn_off{opacity: 0;pointer-events: none;}
.pre-inc .floating_btn .close_btn{line-height: 1;font-size: 18px;color: #fff;font-weight: 500;display: flex;justify-content: center;align-items: center;background: #000;width:30px;height: 30px;position: absolute;top: 10px;right: 10px;border-radius: 5px;z-index: 1;cursor: pointer;}
.pre-inc .floating_btn .close_btn::before,
.pre-inc .floating_btn .close_btn::after{content: "";display: block;height: 3px;width: 50%;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.pre-inc .floating_btn .close_btn::before{transform: rotate(45deg);}
.pre-inc .floating_btn .close_btn::after{transform: rotate(-45deg);}

@media screen and (max-width: 768px) {
.pre-inc .floating_btn{width: 95%;max-width: unset;left: 0;right: 0;bottom: 55px;margin: 0 auto;}
.pre-inc .floating_btn i{top: -1.5em;}
.pre-inc .floating_btn .close_btn{font-size: 6vw;width: 6vw;height: 6vw;top: 11px;right: 7px;}
}


/* 価格追加 */
.pre-inc .priceArea{margin:-20px 0 20px;background: #6a5936;padding: 15px 20px;width: fit-content;}
.pre-inc .priceArea ul{display: flex;}
.pre-inc .priceArea li img{width: 400px;/*　width: 95%;*/}

@media screen and (max-width: 768px){
.pre-inc .priceArea{width: fit-content;margin: -10px 5px 30px 0;}
.pre-inc .priceArea ul{flex-direction: column;}
.pre-inc .priceArea li{text-align: center;}
.pre-inc .priceArea li:first-child{/* margin-bottom:20px; */}
.pre-inc .priceArea li img{width: 100%;}

}


/* ブランドバナー */
.pre-inc #banner{width:100%;text-align:center;}
.pre-inc #banner .bannerArea{margin:30px auto;max-width:1000px;}
.pre-inc #banner .bannerArea a:hover{opacity:0.6;}

@media screen and (max-width: 768px){
.pre-inc #banner{width:90%;margin: 0 auto;}
}




.pre-inc .note {
    font-size: 0.6em;
}


/* CONCEPT */
.pre-inc .concept_intro{padding: 4.5em 0;background: url("../img/salon/concept_intro_bk_pc.webp") no-repeat center center/cover;}
.pre-inc .concept_intro .section_tit_s{font-size: 1.8em;margin-top: 1.5em;letter-spacing: 0.05em;animation-name: fadeInUp;}
.pre-inc .concept_intro .section_tit_s + p{font-size: 0.9em;margin-top: 1em;letter-spacing: 0.05em;line-height: 2;animation-name: fadeInUp;}
.pre-inc .concept_salonmap{padding: 4.5em 0;background: url("../img/salon/concept_salonmap_bk.webp") no-repeat center center/cover;color: #fff;}
.pre-inc .concept_salonmap .concept_salonmap_tit{font-size: 1.5em;text-align: center;animation-name: fadeInUp;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s{font-size: 1.5em;text-align: center;margin-top: 0.2em;margin-bottom: 2em;animation-name: fadeInUp;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s small{font-size: 0.67em;text-align: center;display: block;}
.pre-inc .concept_salonmap_wrap{max-width: 782px;margin: 1em auto 0;animation-name: fadeInUp;}
.pre-inc .concept_salonmap_img i{width: 1.25em;height: 1.25em;display: flex;justify-content: center;align-items: center;background: #a99f73;border: 1px solid #fff;box-shadow: 0.05em 0.05em 0.2em rgba(0,0,0,0.7);position: absolute;cursor: pointer;transition: 0.3s all;}
.pre-inc .concept_salonmap_img i span{font-size: 0.8em;line-height: 1;color: #fff;}
.pre-inc .concept_salonmap_img .a{left: 19.8em;top: 4.95em;}
.pre-inc .concept_salonmap_img .b{left: 6.3em;top: 12em;}
.pre-inc .concept_salonmap_img .c01{left: 2.4em;top: 5.65em;}
.pre-inc .concept_salonmap_img .c02{left: 2.4em;top: 12.35em;}
.pre-inc .concept_salonmap_img .c03{left: 2.4em;top: 19.8em;}
.pre-inc .concept_salonmap_img .c04{left: 7.65em;top: 20.95em;}
.pre-inc .concept_salonmap_img .d{left: 12em;top: 5.3em;}
.pre-inc .concept_salonmap_img .e{left: 29em;top: 4.45em;}
.pre-inc .concept_salonmap_img .f{left: 19em;top: 15.5em;}
.pre-inc .concept_salonmap_list{display: flex;margin-top: 1em;}
.pre-inc .concept_salonmap_list > *{width: 50%;}
.pre-inc .concept_salonmap_list > * p{cursor: pointer;margin-top: 0.5em;transition: 0.3s all;}
.pre-inc .concept_salonmap_list > * p > span{font-size: 0.9em;margin-left: 0.3em;}

.pre-inc .modal_bk {display: none;position: fixed;z-index: 1000000;inset: 0;background: rgba(0, 0, 0, 0.9);cursor: pointer;}
.pre-inc .s_modal{z-index: 1000001;position: fixed;width: 51.2em;inset: 0;max-height: 80vh;margin: auto;opacity: 0;pointer-events: none;transition: 0.5s all;}
.pre-inc .s_modal.active{opacity: 1;pointer-events: auto;}
.pre-inc .s_modal .s_modal_wrap{overflow-y: auto;width: 100%;height: 100%;background: #fff;margin: auto 0;}
.pre-inc .s_modal .s_modal_tit > span{font-size: 1em;display: inline-block;margin-left: 0.5em;}
.pre-inc .s_modal .s_modal_tit + p{font-size: 0.8em;margin-top: 1em;}
.pre-inc .s_modal .s_modal_tit_s{font-size: 0.9em;margin-top: 1em;}
.pre-inc .s_modal .s_modal_tit_s + p{font-size: 0.8em;margin-top: 1em;}
.pre-inc .s_modal p + figure{margin-top: 1.5em;display: inline-block;}
.pre-inc .s_modal p + figure [src$='.svg']{width: 20em;}
.pre-inc .s_modal .s_modal_item{padding: 3.5em 4em;}
.pre-inc .s_modal dl.s_modal_item{display: flex;justify-content: space-between;}
.pre-inc .s_modal .s_modal_item > dt{width: 20em;}
.pre-inc .s_modal .s_modal_item > dd{width: 22em;}
.pre-inc .s_modal .close_btn{font-family: "EB Garamond", serif;color: #fff;font-size: 0.8em;margin: 1.5em auto 0; width: 5em;text-align: center;transition: 0.3s all;cursor: pointer;}
.pre-inc .alpha{width: 1.25em;height: 1.25em;display: inline-flex;justify-content: center;align-items: center;background: #a99f73;vertical-align: 0.1em;}
.pre-inc .alpha > span{font-size: 0.8em;line-height: 1;color: #fff;}

@media screen and (min-width: 769px) {
.pre-inc .concept_salonmap_img i:hover{opacity: 0.6;}
.pre-inc .s_modal .close_btn:hover{opacity: 0.6;}
.pre-inc .concept_salonmap_list > * p:hover{opacity: 0.6;}
}

@media screen and (max-width: 768px) {
.pre-inc .concept_intro{background: url("../img/salon/concept_intro_bk_sp.webp") no-repeat center center/cover;padding: 3em 0;}
.pre-inc .concept_intro .section_tit_s{font-size: 1.4em;}
.pre-inc .concept_salonmap{padding: 3em 0;}
.pre-inc .concept_salonmap .concept_salonmap_tit{font-size: 1.3em;}
.pre-inc .concept_salonmap .concept_salonmap_tit_s{font-size: 1.1em;}
.pre-inc .concept_salonmap_img{font-size: 2.3vw;}
.pre-inc .concept_salonmap_img i{width: 5vw;height: 5vw;}
.pre-inc .concept_salonmap_img i span{font-size: 3.5vw;}
.pre-inc .concept_salonmap_img .cap_o{font-size: 2.5vw;}
.pre-inc .concept_salonmap_list > * p{display: flex;}

.pre-inc .s_modal{width: 92vw;max-height: 80vh;}
.pre-inc .s_modal p + figure{display: block;}
.pre-inc .s_modal p + figure img{width: 100%;}
.pre-inc .s_modal .s_modal_item{padding: 1.5em 1.5em;}
.pre-inc .s_modal dl.s_modal_item{flex-wrap: wrap;}
.pre-inc .s_modal .s_modal_item > dt{width: 100%;}
.pre-inc .s_modal .s_modal_item > dd{width: 100%;margin-top: 1.5em;}
}

/* GUEST ROOM */
.pre-inc #guestroom .section_tit{text-align: center;}
.pre-inc .concept_guestroom{padding: 4.5em 0;background: url("../img/salon/concept_salonmap_bk.webp") no-repeat center center/cover;color: #fff;}
.pre-inc .concept_guestroom_wrap{width: 100%;max-width: 1024px;margin: 70px auto 0px;animation-name: fadeInUp;}
.pre-inc .concept_guestroom_img ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.pre-inc .concept_guestroom_img li:nth-child(1){width:67.7%;}
.pre-inc .concept_guestroom_img li:nth-child(2){width:30%;}
.pre-inc .concept_guestroom_img li:nth-child(3){width:49%;margin-top:1em}
.pre-inc .concept_guestroom_img li:nth-child(4){width:49%;margin-top:1em}
.pre-inc .room_list ul{display:flex;flex-wrap: wrap;justify-content: space-between;margin-top: 1.5em;}
.pre-inc .room_list li{width:49%;}
.pre-inc .room_list li:nth-child(n+3){margin-top:1em}
.pre-inc .concept_guestroom .section_tit_s{font-size: 1.8em;margin-top: 1.5em;letter-spacing: 0.05em;animation-name: fadeInUp;}
.pre-inc .concept_guestroom .section_tit_s + p{font-size: 0.9em;margin-top: 1em;letter-spacing: 0.05em;line-height: 2;animation-name: fadeInUp;}

@media screen and (max-width: 768px) {
.pre-inc .concept_guestroom .section_tit_s{font-size:1.4em;}
.pre-inc .concept_guestroom_wrap{margin:2em auto 0;}
.pre-inc .room_list ul{justify-content: center;}
.pre-inc .room_list li{width:90%;}
.pre-inc .room_list li:nth-child(n+2){margin-top:1em}
}

/* PHOTO GALLERY */
.pre-inc #photo_gallery{padding: 4.5em 0;background: url("../img/salon/photo_gallery_bk.webp") no-repeat center center/cover;}
.pre-inc #photo_gallery .section_tit{text-align: right;}
.pre-inc #photo_gallery .comingsoon{margin: 3em auto 0;background: #999;width: 40em;height: 22.5em;display: flex;justify-content: center;align-items: center;animation-name: fadeInUp;}
.pre-inc #photo_gallery .comingsoon span{font-family: "EB Garamond", serif;color: #fff;font-size: 1.6em;}

@media screen and (max-width: 768px) {
.pre-inc #photo_gallery{padding: 3em 0;}
.pre-inc #photo_gallery .comingsoon{font-size: 2.3vw;}
}

/* gallery_slider追加 */
.pre-inc .gallery_container{width: 100%;max-width: 800px;margin: 70px auto 0px;animation-name: fadeInUp;}
.pre-inc .gallery_slide figure{position: relative;}
.pre-inc .gallery_slide figure figcaption{color: #FFF;font-family: "EB Garamond", serif;font-size: 46px;line-height: 1;position: absolute;left: 10px;bottom: 10px;filter: drop-shadow(1px 1px 1px rgba(0,0,0,1)) drop-shadow(1px 1px 2px rgba(0,0,0,0.5));}
.pre-inc .gallery_container .slick-dotted.slick-slider{margin-bottom: 0px;}
.pre-inc .gallery_note{margin-top:3em;color:#fff;font-size: 0.65em;}
.pre-inc .shapedots .slick-dots{text-align: right;}
.pre-inc .shapedots .slick-dots li,.pre-inc .shapedots .slick-dots li button{width: 30px;height: 10px;padding: 0;margin: 0 3px;}
.pre-inc .shapedots{position: relative;}
.pre-inc .shapedots .slick-dots li{background: #999999;width: 30px;height: 10px;margin: 0 2px;}
.pre-inc .shapedots .slick-dots li.slick-active{background: #a99f73;}
.pre-inc .shapedots .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 30px;height: 10px;padding: 0px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.pre-inc .shapedots .slick-dots li button::before {display: none;}

@media screen and (max-width: 768px){
.pre-inc .gallery_slide figure figcaption{font-size: 24px;}
}

/* MAP */
.pre-inc #salon_map{padding: 4.5em 0;background: url("../img/salon/map_bk.webp") no-repeat center center/cover;}
.pre-inc .map_item{display: flex;justify-content: space-between;margin-top: 3em;color: #fff;}
.pre-inc .map_item > dt{width: 29em;text-align: center;animation-name: fadeInUp;}
.pre-inc .map_item > dt .map_tit{font-size: 1.2em;}
.pre-inc .map_item > dt .map_frame{border: 1px solid #fff;padding: 1em;margin-top: 1.3em;font-size: 1em;}
.pre-inc .map_item > dt .parking{font-size: 0.9em;margin-top: 1.5em;}
.pre-inc .map_item > dt .parking::before{content: "";width: 1.333em;height: 1.333em;vertical-align: -0.2em;background: url("../img/salon/parking_icon.png") no-repeat center center/cover;display: inline-block;margin-right: 0.3em;}
.pre-inc .map_item > dt .parking ~ p{font-size: 0.8em;margin-top: 1.3em;}
.pre-inc .map_item > dt .parking + p{margin-top: 2.5em;}
.pre-inc .map_item > dd{width: 19.5em;animation-name: fadeInUp;}
.pre-inc .map_item > dd figure{background: #fff;}
.pre-inc .map_item > dd figure img{width: 100%;}
.pre-inc #salon_map a{display: block;width: 20em;margin: 3em auto 0;text-align: center;color: #fff;padding: 0.7em;border: 1px solid;border-image: linear-gradient(170deg,#9a792d,#a69e6f,#6c5010);border-image-slice: 1;}
.pre-inc #salon_map a::before{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: linear-gradient(170deg,#9a792d,#a69e6f,#6c5010);transition: 0.3s all;}
.pre-inc #salon_map a span{font-size: 1em;letter-spacing: 0.05em;text-decoration: none;z-index: 2;}

@media screen and (min-width: 769px) {
.pre-inc .map_item > dd{animation-delay: 0.3s;}
.pre-inc #salon_map a:hover::before{opacity: 0;}
}

@media screen and (max-width: 768px) {
.pre-inc #salon_map{padding: 3em 0;}
.pre-inc .map_item{margin-top: 2em;flex-wrap: wrap;}
.pre-inc .map_item > dt{width: 100%;}
.pre-inc .map_item > dd{width: 100%;margin-top: 1.5em;;}
}

