@charset "utf-8";
/* CSS Document */

/**************共通　***************/

a:link{text-decoration: none;}
a:visited {text-decoration: none; color: #b03641;}
a:hover{text-decoration: none;opacity:60%;}
a:active {text-decoration: none;color: #b03641;}

body{
  font-family: Helvetica, Arial,'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: #121212;
}

/**************下層ページ共通　***************/

.kasou-header{
  
  background-color: #fff;
  width: 100%;
  height: 80px;
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.logo-black{
  position: absolute;
  z-index: 2;
  top: 3%;
  left:5%;
}

.kasou-g-nav{
  position: absolute;
  z-index: 2;
  top: 4.5%;
  right:5%;
  
}

.kasou-g-navi-list{
  display: flex;
  list-style-type: none
}

.kasou-g-navi-list a{
  
  color: #121212;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-right: 20px;
  
}
/**************ヘッダー　***************/

header{
    position: relative;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  } 

.slider{
    margin:0;
    padding: 0;
    list-style: none;
  }

  .logo-white{
    position: absolute;
    z-index: 2;
    top: 3%;
    left:5%;
  }

  .top-g-nav{
    position: absolute;
    z-index: 2;
    top: 4.5%;
    right:5%;
    
  }

  .top-g-navi-list{
    display: flex;
    list-style-type: none
  }

  .top-g-navi-list a{
    
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-right: 20px;
    
  }
  
  .top-name{
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size:6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  .top-03{
    position: absolute;
    z-index: 2;
    top: 45%;
    right: 17%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size:6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .top-subname{
    position: absolute;
    z-index: 2;
    /* top: 52%; */
    top:55%;
    left: 25%;
    transform: translate(-50%, -50%);
    text-align: center; 
    font-size:1vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    
  }

  .top-catch-ja{
    position: absolute;
    z-index: 2;
    top: 54%;
    left: 51%;
    transform: translate(-50%, -50%);
    text-align: center; 
    font-size:1vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
   
    
  }

  .top-catch{
    position: absolute;
    z-index: 2;
    top: 46%;
    left: 53%;
    transform: translate(-50%, -50%);
    text-align:left;
    font-size:1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.8vw;
    text-transform: uppercase;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;

  }

  .top-sholder{
    position: absolute;
    z-index: 2;
    top: 35%;
    left:5%;
    max-width: 12px;
  }

  .top-facebook{
    position:absolute;
    z-index: 2;
    top: 35%;
    right:5%;
    
  }

  .top-insta{
    position: absolute;
    z-index: 2;
    top: 45%;
    right:5%;
    
  }

  .top-twitter{
    position: absolute;
    z-index: 2;
    top: 55%;
    right:5%;
    
  }
  
 /**************TOP-コンセプト***************/


.top-con{
  position: relative;
  max-width: 960px; 
  margin:0 auto; 
  margin-top:30px;
  margin-bottom: 30px;
}

/* .top-con img{max-width: 100%!important;height:auto;} */

 .top-con-text-box{
   width: 390px;
   height: auto;
   background-color: #121212;
   position: absolute;
   /* top: 10%;
   right: 10%; */
   top:20%;
   left:50%;
   padding: 35px 55px;
 }

 .top-con-eng-catch{
  color: #b03641;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 7px;
 }

 .top-con-eng-catch-dai{
  color: #fff;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
 }

 .top-con-text-box h2{
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
 }

 .top-con-p{
  width:280px;
  color: #fff;
  margin-bottom: 30px;
 }

 /* TOPルーム */

 .top-room{
   width:100%;
   background-color: #121212;
   padding-top: 60px;
   padding-bottom: 50px;
 }

 .top-room-box{
   max-width: 960px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   
 }

 .top-room-textbox h2{
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  
 }

 .top-room-p{
   max-width:270px;
   color: #fff;
   margin-bottom: 30px;
 }

 .top-room-photo{
   margin-left: 80px;
   max-width: 100%!important;height:auto;
   
 }
 
 /* TOPファシリティ */

 .top-faci{
  width:100%;
  background-color: #121212;
  padding-bottom: 50px;
}

.top-faci-box{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  
}

.top-faci-readeat{
  margin-right: 10px;
  
}

.top-faci p{
  color: #fff;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.top-faci img{
  max-width: 100%!important;height:auto;
  margin-bottom: 5px;
}

 /* TOPワーク */

 .top-work{
  padding-top: 30px;
  padding-bottom: 50px;
}

.top-work-box{
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  
}

.top-work-textbox h2{
 color: #121212;
 font-size: 16px;
 margin-bottom: 20px;
 
}

.top-work-p{
  max-width:270px;
  color: #121212;
  margin-bottom: 30px;
}

.top-work-photo{
  margin-left: 70px;
  max-width: 100%!important;height:auto;
  
}

.top-work-eng-catch{
  color: #b03641;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 7px;
 }

 .top-work-eng-catch-dai{
  color: #121212;
  /* font-family: Helvetica, Arial, sans-serif; */
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
 }

 /* フッター */

footer{
  background-color: #121212;
  padding: 50px;
}

.footer{
  
  display: flex;
  
}



.top-g-nav-foot{
 
  margin-left: 70px;
  
}

.top-g-navi-list-foot{
  
  list-style-type: none

}

.top-g-navi-list-foot a{
  
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  /* margin-right: 20px; */
  
}

.top-ft-SNS{
  margin-top: 15px;
}

.top-ft-SNSICON{
  margin-right: 10px;
}

.copy{
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: end;
  margin-top: 50px;
  
}

/* コンセプトページ */

.con-top{
  background-color: #121212;
  width:100%;
  height:400px;
  margin-bottom: 50px;
  position: relative;
}

.con-catch{
  /* position: absolute;
  z-index: 2;
  top: 45%;
  left: 48%; */
  /* transform: translate(-50%, -50%); */
  text-align:center;
  font-size:3vw;
  letter-spacing: 0.1em;
  line-height: 3vw;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding-top: 130px;

}

.con-catch-ja{
  /* position: absolute;
  z-index: 2;
  top: 54%;
  left: 48%; */
  /* transform: translate(-50%, -50%); */
  text-align: center; 
  font-size:14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  padding-top: 10px;
  
}

.con-room-photo{
  max-width: 100%!important;height:auto;
}

.con-sea-photo{
  max-width: 100%!important;height:auto;
  
}

.con-sea-migi{
  display: flex;
  justify-content: center;
  
}

.con-textbox-room{
  display: flex;
  justify-content: center;
  margin: 40px 30px 70px 30px;
  
}

.con-textbox-sea{
  display: flex;
  justify-content: center;
  margin: 40px 30px 70px 30px;
  
}

.con-room-eng-catch{
  color: #121212;
  font-size: 22px;
  margin-left: 60px;
  
 }

 .con-sea-eng-catch{
  color: #121212;
  font-size: 22px;
  margin-right: 60px;
  
 }

 .con-sea-eng-catch p{
  margin-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif; 
 font-weight: bold;
 line-height: 30px;
}

 .con-room-eng-catch p{
   margin-bottom: 10px;
   font-family: Helvetica, Arial, sans-serif; 
  font-weight: bold;
  line-height: 30px;
 }


 .con-room-ja-box{
   max-width:500px;
   color: #121212;
 }

 .con-room-ja-box h2{
  font-size: 16px;
  margin-bottom: 20px;
  
}

.con-room-eng-catch-sen{
  border-top: 2px solid #121212;

}

.con-sholder{
  position: absolute;
  z-index: 2;
  top: 25%;
  left:5%;
  max-width: 12px;
}

.con-facebook{
  position:absolute;
  z-index: 2;
  top: 30%;
  right:5%;
  
}

.con-insta{
  position: absolute;
  z-index: 2;
  top: 45%;
  right:5%;
  
}

.con-twitter{
  position: absolute;
  z-index: 2;
  top: 60%;
  right:5%;
  
}

/* ゲストルーム */

.room-top{
  background-color: #121212;
  width:100%;
  height:564px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-topphoto{
  max-width: 100%!important;height:auto;
}

.room-catch{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align:center;
  font-size:36px;
  /* line-height: 24px;
  font-size:2.5vw; */
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
 

}

.room-catch-ja{
  position: absolute;
  z-index: 2;
  top: 56%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center; 
  font-size: 14px;
  /* font-size:１vw; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;  
}

.room-sholder{
  position: absolute;
  z-index: 2;
  top: 30%;
  left:5%;
  max-width: 12px;
}

.room-box-01{
  margin: 0 auto;
  max-width: 960px;
  
}

.room-box-01 img{
  max-width: 100%!important;height:auto;
}

.room-box-01 p{
  text-align: center;
  margin-bottom: 70px;
}

.room-number-01{
  margin-right: 30px;
}

.room-name-01{
  margin-right: 30px;
}

.room-text-box-01{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  

}

.room-text-box-01 h2{
  font-size: 16px;
  padding-top: 13px;
}

.room-photo-box-01{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.room-photo-box-01 img{
  max-width: 30%!important;height:auto;
  border-top:10px solid #121212;
  border-bottom:10px solid #121212;
  border-left:10px solid #121212;
}

.room-photo-right{
  border-right:10px solid #121212;

}

.room-text-box-02{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;

}

.room-text-box-02 h2{
  font-size: 16px;
  padding-top: 13px;
  text-align: right;
}

.room-number-02{
  margin-left: 30px;
}

.room-name-02{
  margin-left: 30px;
}

/* レストラン＆ファシリティー */


.res-catch{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align:center;
  font-size:36px;
  /* line-height: 24px;
  font-size:2.5vw; */
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
 

}

.res-catch-ja{
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center; 
  font-size: 14px;
  /* font-size:１vw; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;  
}


.res-box{
  margin-bottom: 70px;
}

.res-box-mainphoto{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  max-width: 100%!important;height:auto;
  
}

.res-detail-box-dai{
  display: flex;
  justify-content: center;
  
}

.res-detail-box-dai img{
  margin-left: 50px;
  max-width: 100%!important;height:auto;
}

.res-detail-box-dai-2{
  display: flex;
  justify-content: center;
  
}

.res-detail-box-dai-2 img{
  margin-right: 50px;
  max-width: 100%!important;height:auto;
}

.res-name-box{
  background-color: #121212;
  max-width: 320px;
  padding: 20px;
  margin-bottom: 50px;
}

.res-name-box h2{
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  font-size:16px;
  text-align: center;
}

.res-name-box p{
  color:#b03641;
  text-align: center;
  
}

.res-text-box{
  max-width:320px;
}

.res-text-box h2{
  font-size: 16px;
  margin-bottom: 20px;
}

.faci-box{
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 10px solid #b03641;
  border-bottom: 10px solid #b03641;
}

.faci-box h2{
  font-size: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.faci-box p{
  text-align: center;
  margin-bottom: 20px;
}

.faci-box-photo{
  display: flex;
  justify-content: center;
  max-width: 100%; 
  height: auto;
  margin-bottom: 10px;
}

.faci-box-photo img{
  max-width: 45%!important;
  height: auto;
}

.faci-box-photo-migi{
  margin-left: 10px;
  max-width: 100%; height: auto;
}

/*アクセス*/

.access-wrapper{
  max-width: 960px;
  margin: 0 auto;
  
}

.access-textbox{
  margin: 0 auto;
  text-align: center;
  /* padding:50px 200px; */

}

.shopname{

  font-size:25px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing:1px;
  padding-bottom:20px;
  text-align: center;

}

.address{
  font-size:12px;
  padding-bottom:3px;
  text-align: center;
  
}

.phone{
  font-size:12px;
  padding-bottom:30px;
  text-align: center;
}


.map{
  text-align: center;
  margin-bottom:60px;
  margin-top: 20px;

}


.acc-top{
  background-color: #121212;
  width:100%;
  height:400px;
  margin-bottom: 50px;
  position: relative;
}


.acc-sholder{
  position: absolute;
  z-index: 2;
  top: 25%;
  left:5%;
  max-width: 12px;
}

.acc-facebook{
  position:absolute;
  z-index: 2;
  top: 30%;
  right:5%;
  
}

.acc-insta{
  position: absolute;
  z-index: 2;
  top: 45%;
  right:5%;
  
}

.acc-twitter{
  position: absolute;
  z-index: 2;
  top: 60%;
  right:5%;
  
}

.acc-catch-ja{
  position: absolute;
  z-index: 2;
  top: 60%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center; 
  font-size: 14px;
  /* font-size:１vw; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;  
}

.acc-catch{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align:center;
  font-size:36px;
  /* line-height: 24px;
  font-size:2.5vw; */
  letter-spacing: 0.1em;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
 

}

/* プライバシーポリシー */


.policy-waku{

  max-width:960px;
  border:2px solid #121212;
  margin: 0 auto;
  padding:40px 80px 40px 80px;
  margin-bottom: 50px;
}


.policy-midashi{
  font-size:15px;
  padding:0px 0px 10px 0px;
  
}

.policy-text{
  font-size:10px;
  padding:0px 0px 10px 0px;
}

/*コンタクト*/


.contact-annai{

  font-size:14px;
  padding-bottom:50px;
  text-align: center;

}

#wrapper {
	max-width: 640px;
	text-align: left;
	margin: 0px auto;
  margin-bottom: 70px;
}


/*tableのスタイル*/
.table-design th,
.table-design td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #121212;
	padding: 7px 5px;
}
.table-design th {
	width: 150px;
}
.table-design span {
	color: #b03641;
	font-size: 10px;
}
.table-design th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #121212;
}

/*formのスタイル*/
input[type="text"] { width:100%}
input[name="郵便番号1"] { width:40px}
input[name="郵便番号2"] { width:60px}

textarea {
	width: 100%;
	height: 120px;
}

/* ：：：：：：：：：：：：：：：：：：：：：：：：：
レスポンシブデザイン
：：：：：：：：：：：：：：：：：：：：：： */

/* タブレットレイアウト : 870 px以下。PCレイアウトからスタイルを継承。 */

@media only screen and (max-width: 870px) {
  img, object, embed, video {max-width: 100%;height:auto;}
  /* #wrapper {
    width:100%;
  }
   */

  /* トップページ */

  .top-g-nav{
    display: none;
  }

  
  .top-con-p{
   width:90%;
   margin: 0 auto;
   padding-bottom: 20px;
  }

  .top-con-text-box{
    position: initial;
    margin: 0 auto;
    margin-top: 20px;
    width: 70%;
    height: auto;
    text-align: center;
    padding: 1% 5% 3% 5%;
    
  }

  .top-con-text-box h2{
    text-align: center;
  }

  .top-room{
    max-width: 100%;
    margin: 0 auto;
    /* border: 1px solid red; */
  }

  .top-room-box{
    flex-direction: column-reverse;
    text-align: center;
    /* width:80%; */
    /* border: 1px solid green; */
  }

  .top-wrapper{
    max-width: 870px;
  }

  .top-room-photo{
    margin-left: initial;
    /* border: 1px solid blue; */
    text-align: center;
    width:80%;
  }

  .top-con-eng-catch{
    text-align: center;
    /* border: 1px solid olive; */
    margin-top: 20px;
  }

  .top-con-eng-catch-dai{
    text-align: center;
    /* border: 1px solid orange; */
  }

  .top-room-textbox{
    text-align: center;
  }

  .top-room-textbox h2{
    text-align: center;
    /* border: 1px solid pink; */
  } 
 
  .top-room-p{
    max-width: 80%;
    margin: 0 auto;
    /* border: 1px solid purple; */
    margin-bottom: 20px;
  }

  .top-con-btn{
    text-align: center;
    /* margin-bottom: 20px; */
  }

  .top-room-photo{
    text-align: center;
    margin:0 auto;
    width:80%;
  }

  .top-subname{
    position: absolute;
    z-index: 2;
    top: 47%; 
    
  }

   /* TOPワーク */

 .top-work{
  padding-top: 30px;
  padding-bottom: 50px;
  /* border: 1px solid red; */
  margin: 0 auto;
  text-align: center;
}

.top-work-box{
  max-width: 960px;
  margin: 0 auto;
  flex-direction: column-reverse;
  /* border: 1px solid green; */
}

.top-work-textbox h2{
 margin-bottom: 20px;
 /* border: 1px solid pink; */
 text-align: center;
 
}

.top-work-p{
  max-width: 80%;
    margin: 0 auto;
    /* border: 1px solid purple; */
    margin-bottom: 20px;
}

.top-work-photo{
  margin-left: initial;
  text-align: center;
  /* max-width: 100%!important;height:auto; */
  /* border: 1px solid blue; */
}

.top-work-eng-catch{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
  /* border: 1px solid olive; */
 }

 /* コンセプトページ */

.kasou-g-nav{
  display: none;
 }

 .con-catch{
   padding-top:140px;
 }

 .con-room-eng-catch{
  font-size: 18px;
  margin-left: initial;
  
 }

.con-room-eng-catch-sen{
   margin-bottom: 20px;
   margin-left: initial;
 }

 .con-sea-eng-catch{
  font-size: 18px;
  margin-right: initial;
  
 }

.con-textbox-room{
  display: block;
  margin-left: 10%;
  margin-right: 10%;
}

.con-textbox-sea{
  flex-direction: column-reverse;
  margin-left: 10%;
  margin-right: 10%;
}

/* ゲストルーム */


 .room-box-01{
  /* margin: 0 auto; */
  max-width: 870px;
  text-align: center;
  
} 
/* 
.room-box-01 img{
  max-width: 100%!important;height:auto;
}  */


.room-box-01 p{
  margin-bottom: 5%;
  width: 80%;
} 

.room-01-p{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  /* border: 1px solid plum; */
}

.room-text-box-01{
  display: block;
  margin-bottom: 30px;

}

.room-text-box-01 h2{
  font-size: 16px;
  padding-top: 13px;
  text-align: center;
}
/* 
.room-photo-box-01{
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  border: 1px solid olivedrab;
}

.room-photo-box-01 img{
  max-width: 100%!important;height:auto;
}

.room-photo-left{
  display: none;

} */

.room-text-box-02{
  display: flex; 
  flex-direction: column-reverse; 
  /* margin-bottom: 2%; */

}

.room-text-box-02 h2{
  font-size: 16px;
  padding-top: 13px;
  text-align: center;

}
/* 
.room-number-02{
  margin-left: 30px; 
  display: none;

} */

.room-name-02{
  margin-left: 30px;

  
}

/* レストラン＆ファシリティー */

.res-box{
  margin-bottom: 7%;
}

.res-box-mainphoto{
  margin-bottom: 5%;
  max-width: 100%!important;height:auto;
}

.res-box img{
  width: 90%;
}

.res-cafe-food-photo{
  display: none;
}

.res-detail-box-dai br, .res-detail-box-dai-2 br{
  display: none;
  } 


  .res-detail-box-dai{
    display: flex;
    justify-content: center;
    /* display: block; */
    /* border:1px solid red; */
    
  }
  
  .res-detail-box-dai-2{
    display: flex;
    justify-content: center;
    /* border:1px solid red; */
    
  }

  .res-detail-box{
    width: 85%!important; height:auto;
    /* border: 1px solid blueviolet; */
  }
  
  .res-name-box{
    /* background-color: #121212;
    max-width: 320px;
    padding: 20px;*/
    margin-bottom: 5%; 
    /* border: 1px solid blue; */
    margin: 0 auto;
  }
  
  .res-name-box h2{
    /* font-size:16px;  */
    text-align: center;
    /* border:1px solid green; */
  }
  
  .res-name-box{
    text-align: center; 
    margin: initial;
    /* border:1px solid pink; */
    margin: 0 auto;
  }
  
  .res-text-box{
    /* border:1px solid royalblue; */
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
  }

  .res-text-box p{
    width: 490px;
    /* border:1px solid orange; */
  }
  
  .res-text-box h2{
    font-size: 16px;
    margin-top: 3%;
    margin-bottom: 3%;
    width: 490px;
    /* border:1px solid olive; */

  }

  .res-midasi{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  .faci-box-photo{
    /* display:block; */
    /* max-width:870px;
    height: auto; */
    margin-bottom: 10px;
    text-align: center;
  }

  .fasi-box-photo img{
    max-width: 100%!important;
  }

  /* .faci-box-photo-migi{ */
    /* margin-left: initial;
    margin-top: 10px; */
    /* display: none; */
  /* } */

  /* 　プライバシーポリシー */

.policy-waku{
  padding: 5%;
  width: 90%;
}

/* コンタクト */

#wrapper{
  width: 90%;
}

.contact-annai{
  margin-bottom: initial;
  padding-bottom: 5%;
}

}

/* ：：：：：：：：：：：：：：：：：：：：：：：：：
レスポンシブデザイン
：：：：：：：：：：：：：：：：：：：：：： */

/* スマホレイアウト : 580 px以下。PCレイアウトからスタイルを継承。 */

@media only screen and (max-width: 580px) {
  img, object, embed, video {max-width: 100%;height:auto;}
  /* #wrapper {
    width:100%;
  }
   */

  .top-con-eng-catch-dai, .top-work-eng-catch-dai, .top-con-eng-catch-dai {
    font-size: 18px;
  }
  
  .h2, .top-con-text-box h2, .top-room-textbox h2,.top-work-textbox h2, .con-room-ja-box h2, .res-text-box h2{
    font-size:14px;
  }

 .con-sholder, .room-sholder,.con-facebook, .con-insta, .con-twitter,.con-sholder, .acc-sholder,.acc-facebook, .acc-insta, .acc-twitter{
    display: none;
  }

  .top-g-nav-foot{
 
    margin-left: 45px;
    
  }
  

  .copy{
    justify-content: center;
  }

  .acc-top{
    height: 200px;
    margin-bottom: 5%;
  }

  .acc-catch{
    font-size: 30px;
  }

  .acc-catch-ja{
    position: absolute;
    top: 71%;
    font-size: 12px;}

  /* コンセプトページ */

  .con-top{
    height: 200px;
    margin-bottom: 5%;
  }
  
  .con-catch{
    text-align:center;
    font-size:4vw;
    letter-spacing: 0.1em;
    line-height: 4vw;
    padding-top: 65px;
  
  }
  
  .con-catch-ja{
    text-align: center; 
    font-size:14px;
    letter-spacing: 0.1em;
    padding-top: 10px;
    
  }

   .con-room-eng-catch, .con-sea-eng-catch{
    font-size: 17px;
    
   }
  
   .con-textbox-room, .con-textbox-sea{
     margin: 10%;
   }
  
   /* ゲストルーム */

.room-top{
  height: 300px;
  margin-bottom: 5%;
}

.room-catch{
  font-size:30px;
}

.room-catch-ja{
  position: absolute;
  z-index: 2;
  top: 65%;
}

.room-box-01{
  /* margin: 0 auto; */
  max-width: 90%;
  height: auto;
  text-align: center;
  
} 
/* 
.room-box-01 img{
  max-width: 100%!important;height:auto;
}  */


.room-box-01 p{
  text-align: left; 
  margin-bottom: 5%;
  width: 80%;
} 

.room-01-p{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  /* border: 1px solid plum; */
}

.room-text-box-01{
  display: block;
  margin-bottom: 5%;
  

}

.room-number-01{
  display: none;
}

.room-name-01{
  margin-right: initial;
}

.room-text-box-01 h2{
  font-size: 14px;
  padding-top: 13px;
  text-align: center;
}

.room-photo-box-01{
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  /* border: 1px solid olivedrab; */
  width: 100%; 
  height: auto;
}

.room-photo-box-01 img{
  width: 48%;
  height:auto;
}

.room-photo-left{
  display: none;
}

/* .room-photo-box-01{
  display: block;
  justify-content: center;
  margin-bottom: 2%;
  border: 1px solid olivedrab;
} */

.room-photo-box-01 img{
  max-width: 100%!important;height:auto; 
}
/* 
.room-text-box-02{
  display: flex;
  flex-direction: column-reverse; 
  margin-bottom: 2%;

} */

.room-text-box-02 h2{
  font-size: 14px;
  padding-top: 13px;
  text-align: center;

}

.room-number-02{
  /* margin-left: 30px; */
  display: none;

}

.room-name-02{
  margin-left: initial;
}
/* 
.room-photo-center{
  border-right:10px solid #121212;
  margin-bottom: 10px;
} */

/* レストラン＆ファシリティー */

.res-catch{
  font-size:30px;
}

.res-catch-ja{
  position: absolute;
  z-index: 2;
  top: 65%;
}

.res-detail-box-dai br, .res-detail-box-dai-2 br{
  display:initial;
  } 

/* 　プライバシーポリシー */

.policy-waku{
  padding: 5%;
  width: 90%;
}

/* 　アクセス */

.access-wrapper{
  width: 90%;
  /* border: 1px solid red; */
}

.shopname{
  font-size: 16px;
}

.map{
  width: 80%;
  height: auto;
  /* border: 1px solid red; */
  margin: 0 auto;
  margin-bottom: 5%;
  margin-top: 5%;
}

.map-map{
  width:100%;
}

/* コンタクト */

#wrapper{
  width: 90%;
}

.contact-annai{
  padding-bottom: 5%;
}


/* 　トップページ */



.top-name{
  display: none;
}

.top-03{
  display: none;
}

.top-subname{
  display: none;
  
}

.top-catch{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:4.5vw;
  line-height: 5vw;
  text-align: center;

}

.top-con-text-box{
  width: 80%;
  padding-bottom: 5%;
}

 /* ファシリティ */

 
.faci-box{
  padding-top: 7%;
  padding-bottom: 7%;
}
}


/* 　オリジナルブレイクポイント 1400px*/


@media only screen and (max-width: 1400px) {
  img, object, embed, video {max-width: 100%;height:auto;}

.top-subname{
  position: absolute;
  z-index: 2;
  top: 52%; 
  
}

}