@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese");
/*'Sawarabi Gothic'*/

html {
  font-size: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif,
    Verdana, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif,
    "Times New Roman", Times, serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
}

/*aタグのマウスオーバー時のtransitionとopacityの指定*/
a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.6;
}

/*.header_innnerにflexboxを指定し子要素を横並びにし、縦位置を下揃えにする。*/
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
  padding: 10px 0;
  width: 1080px;
}

h1 {
  color: #022f2f;
  font-size: 25px;
  font-style: italic;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
/*ナビゲーションをflexboxで横並びにして、中央揃えにする*/
.gnav ul {
  display: flex;
  justify-content: center;
}

/*ナビゲーション内のインライン要素をブロック要素にする。*/
.gnav a {
  color: #6d6d6d;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 30px;
  text-decoration: none;
}

.mv img {
  height: 90%;
  width: 100%;
}

.mv {
  position: relative;
}

.mv_copy {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  position: absolute;
  right: 200px;
  top: 150px;
  text-shadow: 1px 2px 3px #393838;
  writing-mode: vertical-rl;
}
.p1 {
  background-color: rgba(140, 139, 139, 0.6);
  padding: 10px 2px;
  display: inline-block;
}
.p2 {
  background-color: rgba(140, 139, 139, 0.6);
  padding: 10px 2px;
  margin-top: 30px;
  margin-right: 10px;
  display: inline-block;
}

/*sectionの外側余白、上下80px、左右0にする */
section {
  margin: 95px 0;
}

.ttl {
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}

.h3 {
  font-size: 18px;
}

.about p {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
}

.about img {
  border-radius: 4px;
  box-shadow: 0 0 4px grey;
}

.ike_img {
  text-align: center;
  margin-top: 70px;
}

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

.mori {
  margin: 27px 27px 0 27px;
}

/*.room_wrapの子要素をflexboxで等間隔の横並びにする。*/
.room_wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
  padding-left: 50px;
  width: 1080px;
}

.room {
  width: 320px;
  position: relative;
}
.room_cp {
  padding-top: 10px;
  width: 320px;
}
.room img {
  border-radius: 4px;
  box-shadow: 0 0 4px grey;
}

.room_ttl {
  color: #ecebea;
  font-family: "Times New Roman", Times, serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1.2px;
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.room_wrap p {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  line-height: 1.7em;
}

.yazirusi {
  display: flex;
  font-size: 19px;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-left: 70px;
}

.yazirusi::after {
  content: "";
  width: 80px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.yazirusi a {
  text-decoration: none;
  color: #000;
}

.yoyaku_btn {
  margin-top: 50px;
  text-align: center;
}

/*.menu_btnのインライン要素に指定をしてリンクボタンを作成する。要素をインラインブロック*/
.yoyaku_btn a {
  font-size: 15px;
  border: solid 1px #909192;
  border-radius: 3px;
  display: inline-block;
  color: #000;
  letter-spacing: 1.2px;
  padding: 15px 20px 15px 80px;
  text-decoration: none;
}

.amenity p {
  font-size: 14px;
}

.amenity h4 {
  font-size: 14px;
}

.amenity {
  background-color: #ecebea;
  border-radius: 3px;
  margin: 40px auto;
  width: 850px;
  padding: 30px 60px;
}

.amenity img {
  float: right;
  margin-right: 50px;
  margin-top: 0;
  border-radius: 4px;
  box-shadow: 0 0 4px grey;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.info {
  width: 850px;
  margin: 80px auto;
  padding-left: 60px;
}

.info img {
  float: right;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px grey;
}

.car {
  padding-bottom: 10px;
  width: 400px;
}

.check {
  padding-bottom: 10px;
  width: 400px;
}

.kyan {
  width: 400px;
}

.gmap {
  margin-top: 80px;
  text-align: center;
}

footer {
  background-image: url(images/mountain.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}

.footer_nav {
  font-size: 18px;
  padding: 20px;
  position: absolute;
  top: 0px;
  right: 50px;
}

/*.footer_navに内容されるリスト要素にdisplay設定をする*/
.footer_nav li {
  display: inline-block;
}

.footer_nav a {
  border-right: 1px solid #b7b6b6;
  color: #b7b6b6;
  text-decoration: none;
  padding: 0 10px;
}

.footer_nav li:first-child a {
  border-left: 1px solid #b7b6b6;
}

.add {
  position: absolute;
  left: 60px;
  top: 45px;
  padding: 20px;
  width: 400px;
}

.add p {
  letter-spacing: 1.2px;
  line-height: 1.9em;
  color: #e5e3e3;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.add a {
  text-decoration: none;
  color: #e5e3e3;
}

.add h3 {
  color: #e5e3e3;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 20px;
}
.aq_nav {
  position: absolute;
  top: 92px;
  left: 700px;
  width: 300px;
  padding-left: 30px;
  border-left: solid 1px #b7b6b6;
}
.aq_nav a {
  color: #e5e3e3;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.footer_copy {
  position: absolute;
  color: #b7b6b6;
  bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
