@charset "UTF-8";

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


html {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

body {
  color: #333333;
  -webkit-text-size-adjust: none;
  font-size: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1230px;

}
body #page a {
  font-weight: bold;
  -webkit-transition: opacity 200ms ease-in;
  transition: 200ms ease-in;
  text-decoration: none;
}


body #page img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

.over {
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.over:hover {
  opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイトバー調整（各デザインごとに要調整）
----------------------------------------------------------- */
#htlContents {
  width: 1190px !important;
  margin: 0px auto !important;
  min-width: 1190px !important;
}

#htlSide-A {
  float: none !important;
  position: absolute;
  top: 1775px;
  left: 0;
}

#htlMainContent {
  width: 1190px !important;
  margin-left: 0 !important;
}

#contents {
  width: 950px !important;
  margin: 0 auto !important;
}
#room_intro {
  width: 1200px !important;
  margin: 100px auto 0!important;
}


div#RthCustomizeW {
  width: auto !important;
}

#RthCustomizeW {
  font-size: small;
}
@media all and (-ms-high-contrast: none) {
  #RthCustomizeW {
    font-size: 13px;
  }
}


#htlBrdCrmbs {
  width: auto;
}


/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */

.btn_area{
  display: flex;
  justify-content: center;
  margin: 100px 0;
}
#room_roomtype .btn_area{
  margin: 50px 0 100px;
}

.btn{
  border: #333333 1px solid;
}
#top_intro .btn,  #room_intro .btn, #room_check .btn{
  flex-basis:  370px;
}

#top_room .btn, #room_roomtype .btn{
  flex-basis:  260px;
  margin: 0 25px;
}

#top_access .btn  {
  flex-basis:  310px;
}

.btn a {
  display: block;
  width: 100%;
  padding: 18px 0px;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  text-align: center;
}

#top_intro .btn a,  #room_intro .btn a, #room_check .btn a{
  font-size: 26px; 
}

.btn a:hover {
  color: #ffffff;
  background-color: #333333;
  
}  

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  min-width: 950px;
  position: relative;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 30px;
  color: #fff;
}
#header .con_header {
  width: 1200px;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .con_header h2 {
  margin-top: 40px;
  width: 135px;
}
#header .con_header #gnav {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .con_header #gnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .con_header #gnav li a {
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #fff;
  font-size: 124%;
  font-weight: bold;
  font-size: 18px;
}

#header .con_header #gnav li a:hover {
  opacity: 0.5;
}

#header .con_mv {
  width: 1200px;
  margin: auto;
  position: relative;
}
#header .con_mv .text {
  width: 725px;
  position: absolute;
  left: 0;
  bottom: 65px;
}


/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  position: relative;
  z-index: 2;
}
#contents .section{
  margin-bottom: 140px;
}
#contents .section_title{
  margin-bottom: 60px;
}





/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 115px;
  padding: 80px 0 ;
  position: relative;
  left: 50vw;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  color: #fff;
  position: relative;
  background:  #333333;
  font-weight: bold;

}
#footer:before {
  position: absolute;
  top: 0;
  left: 50vw;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  z-index: -2;
  width: 100vw;
  min-width: 1920px;
  height: 100%;
  content: '';
  display: block;
}

#footer_inner{
  width: 950px;
  margin: 0 auto;
}

#footer #fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


#footer #fnav a {
  display: block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
}


#footer #fnav a:hover{
  opacity: 0.5;
}
#footer .logo {
  width: 173px;
  margin: 50px auto 0;
  text-align: center;

}
#footer address {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

#footer address .add {
  margin-top: 5px;
}

#footer .btn {
  margin: 40px auto 0;
  text-align: center;
  width: 260px;
  
}
#footer .btn a {
  border: 1px solid #fff;
  background-color: #fff; 
  color: #333333;
}
#footer .btn a:hover {
  background-color: #333333; 
  color: #fff;
  border: 1px solid #fff;

}

#footer .con_group {
  padding-top: 50px;
  position: relative;
  font-size: 15px;
}
#footer .hr{
background-color: #6D6D6D;
width:1000px;
height: 1px;
margin-left: -25px;
margin-top: 100px;
}

#footer .con_group .box_group {
  margin-top: 40px;
}

#footer .con_group .box_group ul {
  margin-top: 10px;
  width: 100%;
  display: flex;
}

#footer .con_group .box_group ul li {
  width: 33%;
}

#footer .con_group .box_group ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 108%;
}
#footer .con_group .box_group ul li a:hover {
  text-decoration: underline;
}
