@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    width: 100%;
    max-width: 1920px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    letter-spacing:0.1em;
    margin: auto;
  }
:root {
    --text-color: #000000;
    --main-color: #111111;
    /*--main-opa-color: rgba(17,17,17, 0.3);*/
    --hover-color: #686565;
    --bg-color: #f5f5f5;
    --sub-color: #f8f8f8;
    --pc-header: 12rem;
    --sp-header: 6rem;
  }
  h2{
    font-size: 3rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing:0.1em;
    text-align: center;
    border-bottom: 3px dotted #686565;
    margin-bottom: 15px;
  }
  /*h3{
    font-size: 2rem;
    font-weight: 700;
    border-left: 10px solid #000;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top:  5px;
  }*/
  h3{
    border:0;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  h4{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 15px;
  }
  section{
    margin-top: 100px;
  }
  section image{
    height: 100%;
    object-fit: cover;

  }
  /*スリック*/
  .your-class{
    width: 100%;
    overflow: hidden;/*横にスクロールバーを消す*/
   visibility: hidden;/*全て読み込むまで非表示*/ 
  }
  .your-class.slick-initialized{
    visibility: visible;/*全て読み込でから表示*/ 

  }
  /*スリックここまで*/
  @media (max-width: 768px){
    h2{
      margin-bottom: 25px;
    }
    h3{
      margin-left: 20px;
    }
    h4{
      font-size: 1rem;
    }
    section{
      margin-top: 0;
    }
    } 
    
  /*戻る矢印*/
  .gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
  }
.gotop::before{
    content: "";
    display: block;
    border-top: 4px solid #333;
    border-right: 4px solid #333;
    width: 30%;
    height: 30%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
  /*戻る矢印ここまで*/
  /*--ヘッダー－－－－－－－－－－－－*/
header{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
header h1, .nav_pc{
    height: 100%;
  }
/*--ヘッダー－ロゴ－－－－－－－－－－－*/
header h1{
    display: block;
    width: 360px;
    text-align: center;
    padding-top: 10px;
    padding-left: 20px;
  }
  header .logo img{
    height: 100px;
    width: auto;
  }
  @media (max-width: 768px){
    header, header h1{
      height: 50px;
      width: 100%;
      text-align: start
    }
    header .logo img{
      width: 150px;
      height: 100%;
    }
  }
  /*<!--ナビゲーション＿PC------------------>*/
.nav_pc{
    width: 100%;
    height: 100%;
  }
.nav_pc ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;

}
.nav_pc ul li{
    height: 100%;
    text-align: center;
    margin-left: 1%;
  }

.nav_pc ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 50px 10px;
    text-decoration: none;
    color: #000;
    font-weight: bolder;
    font-size: 1rem;
   }
   .nav_pc ul li :last-child{
    margin: auto;
   }
.nav_pc ul .b a{
    color: #fff;
    margin: auto;
    background-color: #000;
    padding-left: 30px;
    padding-right: 30px;
}
@media (max-width: 768px){
  .nav_pc, .st_en_common{
      display: none;
      height: 0;
  }
  }
/*ナビゲーション＿ハンバーガーメニュー------------------*/
.bars{
  position: fixed;
  top: 4px;
  right: 0px;
  margin-right: 20px;
  z-index: 11;
  padding: 5px;
  width: 50px;
  height: 40px;
  display: none;
}
@media (max-width: 768px){
.bars{
  display: block;
}
}
.ham_icom{
  display: block;
  width: 65px;
  height: 65px;
}
.bar1, .bar2, .bar3{
  width:  40px;
  height: 4px;
  background: #000;
  border-radius: 5px;
}
.bar2{
  margin-top: 9px;
  margin-bottom: 9px;
}
.is_active .bar1{
  transform: rotate(-45deg);
  margin-top:  10px;
  transition: all .3s;
}
.is_active .bar2{
  display: none;
  transition: all .3s;
}
.is_active .bar3{
  transform: rotate(45deg);
  margin-top: -3px;
  transition: all .3s;
}
/*ハンバーガーメニュー背景------------------*/
.ham_bg{
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transform: translateX(105%);
  z-index: 10;
}
.is_active.ham_bg{
  transform:  translateX(50%);
  transition: all .5s;
}
.sp_menu{
  font-size: 1.2rem;
  text-align: left;
}
.sp_menu li {
  list-style: none;
  padding-bottom: 3px;
  margin-left: 20px;
  margin-bottom: 36px;
  border-bottom: 1px dotted #fff;
}
.sp_menu li a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.sp_menu li a:hover{
  color: #686565;
}

/*ヘッダー　ここまで－－－－－－－－－－－－－－－－－－－－*/
/*<!--メイン部分－－－－－－－－－－－－－－－－－－－-->*/
/*<!--アイキャッチ＿バックグラウンドで画像表示-->*/
main{
  line-height: 180%;
  font-size: 0.9rem;
}
main .i_catch{
    display: block;
    width: 100%;
    background-size: cover;
}
main .i_catch img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.catch_copy{
    height: 200px;
    position: absolute;
    left: 50px;
    bottom: 0px;
}
.catch_copy p{
    font-size: 3rem;
    background-color: #fff;
    padding: 20px 5px;
    font-weight: bolder;
}
.your-class{
  margin-top: -10px;
}
.catch_copy p:last-child{
    margin-top: 40px;
    font-size: 50px;
    padding: 35px 10px;
    display: inline-block;
}
.sp_catch_copy{
  font-weight: 700;
  font-size: 1.2rem;
  padding: 2%;
  margin: 0;
  display: none;
}
@media (max-width: 768px){
  .catch_copy{
    display: none;
  }
  .sp_catch_copy{
    display: block;
  }
  section{
    margin-bottom: 6rem;
  } 
}
/*コンテンツ 共通------------------------*/
.content{
    width: 90%;
    margin: auto;
}
.content_inner{
  display: flex;
  justify-content: space-between;
}
.inner_left,.inner_right{
  width: 50%;
}
.content_inner{
  margin:10px 0px;
}
/*コンテンツ 共通ここまで-------------------------*/
#catch{
  margin-top: 80px;
}
#catch .inner_left{
  width: 60%;
}
#catch .inner_right{
  width: 40%;
}
#catch .inner_right img{
  height: 100%;
  width: auto;
  object-fit: contain;
}
.content .desc{
    display: block;
    color: #c8c8c8;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
    font-weight: 700;
}
.btn_contact{
  width: 438px;
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  text-align: center;  
}
.btn_contact li, .btn_contact p{
  width: 200px;
  height: 61px;
  border: 5px solid #000;
  border-radius: 4%;
}
.btn_contact li a , .btn_contact p a{
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 0.8rem;
}
.btn_contact p{
  border-radius: 50px;
  width: 80%;
}
@media (max-width: 768px){
  .content{
    width: 100%;
  }
  main .i_catch img{
    width: 100%;
    height: 40vh;
  }
  #catch{
    margin-top: 10px;
  }
  #catch .inner_left, #catch .inner_right{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #catch .inner_left{
    padding: 0 1rem 0 1rem;
    margin-bottom: 2rem;
  }
  .btn_contact{
    width: 100%;
  }
  }
  .btn_contact li{
    width: 45%;
  }
/*activity--------------------*/
#activity{
  margin-top: 80px;
}
#activity .inner_left, #activity .inner_right{
padding: 20px 0;
}
#activity iframe{
  width: 100%;
  height: 400px;
}
#activity img{
  height: 100%;
  width: auto;
  object-fit: cover;
}
#activity .sp_h3{
  display: none;
}
#activity .pc_h3, #activity .sp_h3{
  margin-bottom: 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px){
  #activity br{
    display: none;
  }

  #activity .inner_left, #activity .inner_right{
    padding: 0;
    margin: 0 0 3rem 0;
  } 
  #activity .sp_h3{
    display: block;
  }
  #activity .pc_h3{
    display: none;
  }
#activity .inner_left{
  padding: 0 1rem 0 1rem;
  margin-bottom: 2rem;
}
#activity iframe{
  width: 100%;
  padding: 0 1rem 0 1rem; 
}
#activity .inner_right img{
  width: 100%;
  margin: 0;
} 
}
/*<!--cafe-------------------->*/
#cafe{
  text-align: center;
}
#cafe .content_inner{
  flex-direction: row-reverse;
}
.inner_left{
  width: 48%;
}
#cafe dl{
  margin: 40px;
}
#cafe img{
  height: 100%;
  width: auto;
  object-fit: cover;
}
#cafe .inner_left img{
  height: 100%;
  width: auto;
  object-fit: contain
}
.cafe_time {
  margin-top: 1rem;
}
/*<!--ROOM-------------------->*/

#room h3{
  margin-bottom: 30px;
}
.room_type{
  width: 100%;
  text-align: center;
  max-width: 1198px;
  border: 2px solid #686565;
  border-bottom: none;
  margin: 0 auto;
}
#room .type_inner{
  width: 100%;
  height: 210px;
}
#room .type_inner h4{
  line-height: 210px;
}
.room_inner dt{
  width: 100px;
}
/*RooM下矢印生成*/
.type_inner{
  position: relative;
}
.type_inner::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0,-50%) rotate(135deg);
}
/*下矢印生成ここまで*/
/*アコーディオンスイッチ*/
.inner_active{
  display: none;
  padding: 0;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner_active_left{
  width: 40%;
  text-align: start;
  padding-left: 10%;
}

.inner_active_right {
  width: 60%;
  max-height: 300px;
  height: auto;
  overflow: hidden;
}

.inner_active_right img {
  display: block;
  margin-left: auto; /* 右寄せ */
  margin-right: 0;
  width: auto;
  height: 100%;
  max-height: 300px;
  object-fit: cover;          /* トリミングあり（拡大して切る） */
  object-position: top right; /* ← 上部＆右側を優先表示！ */
}


/*設備・アメニティの独自設定*/
#amenities{
  padding: 0;
  border-bottom: 2PX solid #333;
}
#amenities .inner_active_left{
  width: 60%;
  padding: 0;
}
#amenities .inner_active_right{
  width: 40%;  
}
#amenities p, #amenities ul{
  width: 95%;
  margin: auto;
  padding: 15px;
}
#amenities p{
  font-weight: 700;
  padding-bottom: 0;
  text-indent: -15px;
}
#amenities ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  border: 2px dotted #686565;
  border-radius: 3%;
}
#amenities ul li{
display: block;
width: 25%;
}
/*設備・アメニティの独自設定ここまで－－－－－－－－－－*/
.room_01{
  background: url(./img/images/room_01.jpg) no-repeat ;
}
.room_02{
  background: url(./img/images/room_02.jpg) no-repeat ;
}
.room_03{
  background: url(./img/images/room_03.jpg) no-repeat ;
}
.room_04{
  background: url(./img/images/room_04.jpg) no-repeat ;
}
.room_01,.room_02,.room_03,.room_04{
  position: relative;
}
.hotel_room .room_type .type_inner h4{
  background-color: rgba(0, 0, 0, 0.63);
  color:#fff;
  font-weight: 300;
  transition: all 1.5s;
  max-width: 1200px;
  height: 210px;
}
.hotel_room .room_type .type_inner h4:hover{
  background-color: rgba(0, 0, 0, 0);
  color:#fff;
  text-shadow: 2px 2px 2px #111111;
  transition: all 1.5s;
}
@media (max-width: 768px){
  .flex{
    display: block;
  }
 .inner_active_left, .inner_active_right, #amenities .inner_active_left,#amenities .inner_active_right{
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    text-align: center;

  }
  .inner_active_right{
    margin-bottom: -7px;
  }
#amenities .inner_active_left{
  padding: 0;
  font-size: 0.8rem;
}
#amenities ul li{
  width: 32%;
}

  .room_01{
    background: url(./img/images/room_sp_01.jpg) no-repeat ;
  }
  .room_02{
    background: url(./img/images/room_sp_02.jpg) no-repeat ;
  }
  .room_03{
    background: url(./img/images/room_sp_03.jpg) no-repeat ;
  }
  .room_04{
    background: url(./img/images/room_sp_04.jpg) no-repeat ;
  }
  .room_01,.room_02,.room_03,.room_04{
    position: relative;
  }
  #room .type_inner{
    height: 162px;
  }
  #room .type_inner h4{
    line-height: 162px;
  }
  .hotel_room .room_type .type_inner h4{
    height: 162px;
  }  
}
/*<!--FAQ-------------------------------------------------------------->*/
.faq{
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 30px;
}
.question{
  color: #000;
  font-weight: 700;
  width: 100%;
  padding: 10px 32px;
  position: relative;
}
.question::before{
position: absolute;
content: "Q.";
top: 9px;
left: 9px;
}
.question:hover{
  cursor: pointer;
}
/*FAQ 下矢印生成*/
.question::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translate(0,-50%) rotate(135deg);
}
/*FAQ 下矢印生成ここまで*/
.answer{
  position: relative;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 16px;
  padding-left: 18px;
  line-height: 1.4;
  margin-left: 10px;
  color: #686565;
  display: none;
}
.answer::before{
  position: absolute;
  content: "A.";
  left: 0;
}
/*faq　スイッチ*/
.is_qa{
  display: block;
}
@media (max-width: 768px){
.faq{
  font-size: 0.8rem;
}
}
/*<!--ACCESS----------------------------------------------------------->*/
#access iframe{
  aspect-ratio: 1 / 1;
  max-width: 1000px;
  width: auto;
  height: 100%;
  border: 2px solid #222;
  border-radius: 3%;
}
#access img{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: auto;
  object-fit: cover;
  border: 2px solid #222;
  border-radius: 3%;
}
#inner_left{
  padding: 0;
  margin: 0;
}
.text_area{
  text-align: center;
  width: 80%;
  margin: auto;
}
.content_inner_tourism {
  text-align: center;
  margin-top: 1rem;
  padding:1rem 0;
}
.content_inner_tourism img {
  display: inline-block;
  height: 1300px;
  width: auto;
  object-fit: contain !important; /* 念のため */
  border-radius: 0px !important;
  border: none !important;
  background-color: aliceblue;
}

/*レスポンシブ　main書き換え－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
@media (max-width: 768px){
.content_inner{
  display: block;
}
.inner_left, .inner_right{
  width: 100%;
}
.inner_left, #access .inner_right{
  padding: 0 1rem 0 1rem;
}
#access iframe{
  width: 100%;
  height: auto;
}
#access img{
  aspect-ratio: 2 / 1;
}
.content_inner_tourism, .content_inner_tourism img{
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 600px;
}
.content_inner_tourism img{
  width: 100%;
}
}
/*<!--footer-->*/
footer{
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 360px;
    margin-top: 100px;
}
footer a{
  text-decoration: none;
  color: #fff;
}
.footer_inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px;
}
.footer_inner_left{
  display: block;
  width: 60%;
}
.footer_inner .f_logo{
  margin-bottom: 20px;
}
.footer_inner_right{
  width: 40%;
}
.footer_inner_right ul{
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  margin-left: auto;
}
.footer_inner_right ul li{
  width: 49%;
  padding-bottom: 5px;
}
.f_logo img{
  width:249px;
  height:46px;
}
.f_copy{
  font-size: 0.7rem;
  color: #686565;
  font-weight: 900;
  letter-spacing: normal;
  margin-top: 20px;
}
@media (max-width: 768px){
  footer{
    height: 100%;
    padding-top: 1rem;
  }
  .footer_inner{
    display: block;
    padding: 10px;
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .footer_inner_left, .footer_inner_right{
    width: 100%;
  }
  .footer_inner_right ul{
    margin: 2rem auto 0 auto;
    justify-content:space-evenly;
  }
  .footer_inner_right ul li{
    text-align: start;
    width:110px;  
  }
  }
/*<!--モーダル------------------------------------------------------>*/
.modal_mask{
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position:  fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal{
  background: #fff;
  padding: 10px;
  height: 280px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.modal_content{
  text-align: center;
}
.modal_content a{
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.modal_content h2{
  border-bottom: 2px dotted #222;
  font-size: 2rem;
  margin-bottom: 0;
}
.modal_inner{
  width: 90%;
  margin: auto;
  border-bottom: 1px solid #686565;
  padding-bottom: 20px;
}
.modal_inner02{
  width: 90%;
  margin: auto;
}
.modal_content h4{
  font-size: 1rem;
  margin-top: 10px;
}
.btn_booking, .btn_other{
  width: 100%;
  height: 40px;
  margin: auto;
  border: 2px solid #000;
  margin-bottom: 10px;
  border-radius: 2%;
}
.btn_booking a,.btn_other a{
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.btn_other{
  margin-top: 20px;
}
.btn_modal{
  width: 100%;
  padding: 15px;
  text-align: center;
  background: #222;
  color: #fff;
}
.btn_modal{
  cursor: pointer;
}
.is_modal{
  display: block;
}


.slider img, .slider picture {
    width: 100%;
    height: auto;
    display: block;
}
