@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  padding-top: 0px;
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.pagehead-bg::before{
  content: "";
  background: rgb(0 0 0 / 30%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 300px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 164px;
  left: 100px;
}
.pagehead-ttl h2 {
  font-size: 26px;
}
.pagehead-ttl p {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
}

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

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 148px;
    left: 6px;
  }
  .pagehead-ttl h2 {
    font-size: 20px;
  }
  .pagehead-ttl p {
    font-size: 14px;
  }
}

/*****************************
  top 汎用SECTION
*****************************/
.top_sec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.top_sec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.top_sec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .top_sec,.top_sec_shot,.top_sec_long {
    margin: 0px 0;
    padding: 30px 0 40px;
  }
}

/*****************************
  下層 汎用SECTION
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 60px 0 60px;
}
.pagesec_shot{
  margin: 30px 0;
  padding: 30px 0 30px;
}
.pagesec_long{
  margin: 30px 0;
  padding: 30px 0 100px;
}
@media screen and (max-width: 820px) {
  .pagesec,.pagesec_shot,.pagesec_long {
    margin: 0px 0;
    padding: 60px 0 60px;
  }
}


/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.pagebox{
  width: 100%;
  margin: 10px auto 10px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #7E7E7E;
  color: #101010;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 50px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #373737;
color: #181818;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #373737;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #373737;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #373737;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}


/*****************************
  フォーム コンタクトフォーム
*****************************/
.firsttxt{
  max-width: 800px;
  margin: 10px auto 30px;
}
.ppbox{
  max-width: 800px;
  margin: 10px auto 10px;
}
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #F5F5F5;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #B22D35;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomttl span.any{
  background: #004AAB;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  display: table;
  margin: 5px 0;
}
.formbox .fomcontent{
  background: #fff;
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
/* .pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
} */
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #373737;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #373737;
  border: 1px solid #373737;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}
.fomb input:disabled{
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}



/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}

.top_flex_3col{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.top_flex_3col li{
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 820px) {
.top_flex_3col li{
  width: calc(100% / 2);
  padding: 10px;
}
}



/*****************************
  scroll to TOP
*****************************/
.page_top {
  margin-top: 20px;
  text-align: center;
  background: url(../images/common/dotdot.png) repeat;
}
.page_top a{
  background-color: rgb(0 0 0 / 30%);
  border-top: 1px solid #7E7E7E;
  z-index: 1000;
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  width: 100%;
  transition: 0.5s;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
}

.page_top a::before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  position: relative;
  transition: 0.5s;
  top: 0;
  padding-right: 10px;
  vertical-align: top;
}
.page_top a:hover{
  opacity: 1;
  color: #7E7E7E;
transition: 0.5s;
}
.page_top a:hover:before {
  color: #7E7E7E;
  top: -3px;
}

/*****************************
よくある質問
*****************************/
.qa_box{
  margin: 50px 0;
}

.qa dl {
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #373737;
  color: #fff;
  margin-bottom: 10px;
}
.qa dl.open {
  border-radius: 5px;
  background: #373737;
}
.qa dt {
  margin: 0;
  position: relative;
}
.qa dl dt::before,
.qa dl dt::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0%;
  width: 23px;
  height: 2px;
  background: #fff;
}
.qa dl.open dt::before,
.qa dl.open dt::after{
  background: #fff;
}
.qa dl dt::after{
  transform:rotate(90deg);
  -moz-transition: -moz-transform .3s linear;
  -webkit-transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
}
.qa .open dt::after{
  transform:rotate(360deg);
}
.qa dt p {
  font-size: 18px;
width: calc(100% - 60px);
display: inline-block;
padding-left: 10px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
}

.qa .open dt p {
  font-size: 18px;
width: calc(100% - 60px);
  display: inline-block;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
.qa .open dt p {
  font-size: 14px;
}
}


.qa dt .mark,
.qa dd .mark{
  color: #DEA5C5;
  font-size: 30px;
  line-height: 0.8;
}
.qa .open dt .mark,
.qa .open dd .mark{
  color: #ffffff;
  font-size: 30px;
  line-height: 0.8;
  left: 0;
}
@media screen and (max-width: 767px) {
  .qa dt .mark,
  .qa dd .mark{
    vertical-align: top;
  }
}

.qa dd .mark{
  position: absolute;
}
.qa dd {
  height: auto;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}
.qa dd .answer_area {
  width: calc(100% - 35px);
  margin-left: 35px;
  margin-right: 0px;
  padding: 10px 15px;
  background: #fbfbfb;
  min-height: 100px;
  border-radius: 5px;
}
.qa dd p {
  color: #101010;
  font-size: 1.6rem;
  line-height: 1.8;
}
.qa dd p:first-child{
  margin-top: 0;
}
.faqtxt{
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .qa dd{
    padding: 0 0 2rem ;
  }
  .qa dt p,
  .qa dd p{
font-size: 14px;
  }
  .qa dl dt::before,
  .qa dl dt::after{
    top: 1.5rem;
    right: 0;
  }
  .faqtxt{
    text-align: inherit;
  }
}

/*****************************
  ABOUT
*****************************/
.greeting{
  text-align: center;
}
@media only screen and (max-width: 820px) {
  .greeting{
    text-align: inherit;
  }
}

.acc{
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 820px) {
  .acc{
    text-align: inherit;
  }
}

.accflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.accfbox{
  width: calc(100% / 2 - 20px);
}
.gmap iframe{
  width: 100%;
  height: 400px;
}
.addtxt{
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .accfbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .gmap iframe{
    height: 300px;
  }
}

.acc2{
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px){
  .acc2{
    text-align: inherit;
  }
}

.access_time_wrap{
  background: #f3f3f3;
  padding: 40px 30px;
}
.access_time_box + .access_time_box{
  margin-top: 30px;
}
.access_time_title{
  font-size: 18px;
  margin-bottom: 20px;
}
.access_time_list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.access_time_list li{
  position: relative;
  padding-left: 16px;
}
.access_time_list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #000;
}
.access_time_note{
  margin-top: 30px;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 768px){
  .access_time_wrap{
    padding: 30px 20px;
  }
  .access_time_list{
    display: block;
  }
  .access_time_list li + li{
    margin-top: 8px;
  }
}

/*****************************
  ACCOMMODATIONS
*****************************/
.accotxt{
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .accotxt{
    text-align: inherit;
  }
}

.house_list_wrap{
  width: 100%;
}
.house_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 120px;
}
.house_box.reverse{
  flex-direction: row-reverse;
}
.house_img{
  width: 55%;
}
.house_img img{
  width: 100%;
  display: block;
}
.house_content{
  width: 45%;
}
.house_title{
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: serif;
}
.house_text{
  margin-bottom: 40px;
  line-height: 2.4;
}
.house_info{
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.house_info li{
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
.house_info li::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #000;
}
@media screen and (max-width: 768px){
  .house_box,
  .house_box.reverse{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 80px;
  }
  .house_img,
  .house_content{
    width: 100%;
  }
  .house_title{
    font-size: 32px;
  }
  .house_text{
    font-size: 14px;
    line-height: 2.2;
  }
}

/*****************************
  NEARBY ATTRACTIONS
*****************************/
.spottxt{
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .spottxt{
    text-align: inherit;
  }
}

.spotflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.spotfbox{
  width: 40%;
  margin-right: 20px;
}
.spotfbox2{
  width: calc(60% - 20px);
}
.spotfbox2 h3{
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .spotfbox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .spotfbox2{
    width: 100%;
  }
}

.neartxt{
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px){
  .neartxt{
    text-align: inherit;
  }
}

.spot_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
}
.spot_box{
  width: 100%;
}
.spot_img{
  margin-bottom: 10px;
}
.spot_img img{
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.spot_content h3{
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: serif;
}
.spot_content h3::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #000;
}
@media screen and (max-width: 1024px){
  .spot_list{
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
  }
}

@media screen and (max-width: 768px){
  .spot_list{
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 50px;
  }
  .spot_content h3{
    font-size: 18px;
  }
}

/*****************************
  RESERVE
*****************************/
.reservetxt{
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px){
  .reservetxt{
    text-align: inherit;
  }
}

.stay_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.stay_box{
  width: 100%;
}
.stay_img{
  margin-bottom: 25px;
}
.stay_img img{
  width: 100%;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.stay_content{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.stay_title{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: serif;
}
.stay_text{
  margin-bottom: 25px;
}
.stay_info{
  margin: 0;
  padding: 0;
  list-style: none;
}
.stay_info li{
  position: relative;
  padding-left: 18px;
}
.stay_info li::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 9px;
  height: 9px;
  background: #000;
}
.stay_btn{
  position: absolute;
  right: 0;
  bottom: 0;
}
.stay_btn a{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #222;
  letter-spacing: 0.08em;
}
.stay_btn a::after{
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #222;
  border-radius: 50%;
  font-size: 14px;
  transition: 0.3s;
}
.stay_btn a:hover::after{
  transform: translateX(4px);
}
.booking_list{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.booking_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  background: #373737;
  padding: 12px 20px;
  transition: 0.3s;
}
.booking_btn:hover{
  opacity: 0.8;
}
.booking_btn img{
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 34px;
  display: block;
}
@media screen and (max-width: 1024px){
  .stay_list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px){
  .stay_list{
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .stay_title{
    font-size: 30px;
  }
  .booking_btn{
    min-height: 52px;
    padding: 10px 15px;
  }
  .booking_btn img{
    max-height: 28px;
  }
}

/*****************************
  YU’S HOUSE01 BG
*****************************/
.house01bg {
  position: relative;
  background: url(../images/page/house01/house01bg.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
}
.house01bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .house01bg{
    height: 30vh;
  }
}

/*****************************
  YU’S HOUSE01〜03
*****************************/
.housetxt{
  text-align: center;
}
@media screen and (max-width: 767px){
  .housetxt{
    text-align: inherit;
  }
}

.roomflex{
  display: flex;
  align-items: center;
}
.roomimg,
.room_content{
  width: 50%;
}
.room_content{
  padding: 20px;
}
.roombox .reverse{
  flex-direction: row-reverse;
}
.room_title{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .roomflex{
    display: block;
  }
  .roomimg,
  .room_content{
    width: 100%;
  }
  .room_title{
    font-size: 22px;
  }
}

.house_flex2{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.housefbox2{
  width:calc(50% - 40px);
}
.housefbox2 .room_title{
  font-size: 26px;
  margin: 10px 0;
}
@media only screen and (max-width: 1024px) {
  .housefbox2 .room_title{
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .house_flex2{
    display: block;
  }
  .housefbox2{
    width: 100%;
    margin-bottom: 40px;
  }
}

/* ギャラリー */
.c_img_box{
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.companyslide li{
    margin-right: 10px;
}


/*****************************
  YU’S HOUSE01~03 おすすめ
*****************************/
.recommendstay{
  padding:100px 0;
  overflow:hidden;
}
.recommendstay_inner{
  position:relative;
  max-width:1200px;
  padding:40px 0 0 0;
}
.recommendstay_img{
  width:100%;
}
.recommendstay_img img{
  width:100%;
  display:block;
  height:auto;
  object-fit:cover;
}
.recommendstay_box{
  position:absolute;
  right:0;
  bottom:-60px;
  background:#fff;
  padding:60px 55px;
  max-width:600px;
}
.recommendstay_box h2{
  font-size:34px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:0.08em;
  margin:0 0 35px;
}
.recommendstay_box p{
  font-size:15px;
  line-height:2.4;
  letter-spacing:0.08em;
  color:#555;
  margin:0 0 28px;
}
.recommendstay_box p:last-child{
  margin-bottom:0;
}
@media only screen and (max-width: 1180px) {
  .recommendstay{
    padding:50px 0;
  }
  .recommendstay_inner{
    padding:0 15px;
  }
  .recommendstay_img{
    width:100%;
  }
  .recommendstay_box{
    position:relative;
    right:auto;
    bottom:auto;
    max-width:100%;
    margin:0;
    padding:30px 25px;
  }
  .recommendstay_box h2{
    font-size:22px;
    margin-bottom:20px;
  }
  .recommendstay_box p{
    letter-spacing:0.05em;
  }
}

/*****************************
  YU’S HOUSE01~03 注意事項
*****************************/
.cautiontxt{
  text-align: center;
}
@media screen and (max-width: 767px){
  .cautiontxt{
    text-align: inherit;
  }
}

.stayrule_block{
  margin-bottom: 30px;
}
.stayrule_ttl{
  font-size:24px;
  font-weight:500;
  letter-spacing:0.12em;
  margin-bottom: 20px;
}
.stayrule_list{
  margin:0;
  padding:0;
  list-style:none;
}
.stayrule_list li{
  position:relative;
  padding-left:22px;
  margin-bottom:20px;
}
.stayrule_list li:last-child{
  margin-bottom:0;
}
.stayrule_list li::before{
  content:"";
  position:absolute;
  top:14px;
  left:0;
  width:10px;
  height:10px;
  background:#000;
}
.stayrule_en{
  line-height:2.2;
  letter-spacing:0.06em;
  word-break: normal;
}
.stayrule_jp{
  line-height:2.2;
  letter-spacing:0.08em;
  margin:0;
}
@media only screen and (max-width: 1180px) {
  .stayrule_ttl{
    font-size:34px;
    margin-bottom:45px;
  }
}
@media only screen and (max-width: 1024px) {
  .stayrule_ttl{
    font-size:30px;
    margin-bottom:40px;
  }
  .stayrule_list li{
    margin-bottom:36px;
  }
}
@media only screen and (max-width: 820px) {
  .stayrule_ttl{
    font-size:26px;
    margin-bottom:35px;
  }
}
@media only screen and (max-width: 767px) {
  .stayrule_ttl{
    font-size:22px;
    line-height:1.5;
    margin-bottom:28px;
    letter-spacing:0.08em;
  }
  .stayrule_list li{
    padding-left:18px;
    margin-bottom:28px;
  }
  .stayrule_list li::before{
    width:8px;
    height:8px;
    top:13px;
  }
}

/*****************************
  YU’S HOUSE02 BG
*****************************/
.house02bg {
  position: relative;
  background: url(../images/page/house02/house02bg.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
}
.house02bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .house02bg{
    height: 30vh;
  }
}

/*****************************
  YU’S HOUSE03 BG
*****************************/
.house03bg {
  position: relative;
  background: url(../images/page/house03/house03bg.webp) center / cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 60vh;
}
.house03bg::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 767px) {
  .house03bg{
    height: 30vh;
  }
}

/*****************************
  
*****************************/
