@charset "utf-8";

/*
font-family: hiragino-mincho-pron, sans-serif;
font-weight: 300;
font-weight: 600;
font-style: normal;

font-family: shippori-mincho-b1, sans-serif;
font-weight: 400;
font-weight: 700;
font-style: normal;
*/

body {
  background-color: #fff;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2em;
  color: #454545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.margin_top {
  margin-top: 80px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/*ハンバーガーメニュー*/
nav.NavMenu {
  position: fixed; /*表示位置を固定*/
  z-index: 2; /*重ね順を変更*/
  top: 0; /*表示位置を指定*/
  right: 0; /*表示位置を指定*/
  background: #256329;
  color: #fff; /*文字色を黒にする*/
  text-align: center; /*テキストを中央揃え*/
  width: 300px; /*全幅表示*/
  min-width: 300px;
  height: 100vh;
  transform: translateX(100%); /*ナビを上に隠す*/
  transition: all 0.6s; /*アニメーションの時間を指定*/
}
nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}

nav.NavMenu ul li {
  font-size: 1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.NavMenu ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.NavMenu ul li a {
  display: block; /*クリックできる領域を広げる*/
  color: #fff;
  padding: 1em 0;
  text-decoration: none;
}

nav.NavMenu.active {
  transform: translateY(0%); /*ナビを表示する*/
}

.Toggle {
  display: block;
  position: fixed; /* bodyに対しての絶対位置指定 */
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  -moz-transition: 0.35s ease-in-out; /*変化の速度を指定*/
  transition: 0.35s ease-in-out; /*変化の速度を指定*/
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #fff;
}

/* 2番目透過 */
.Toggle.active span:nth-child(2) {
  opacity: 0;
  border-color: #0c743f;
}
/* 3番目のspanを45度に */
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
}

#main_wrapper {
  position: relative;
  background-image: url("../img/mv.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  height: 750px;
  /*min-width: 900px;*/
}
#main_wrapper .entrance {
  position: absolute;
  bottom: -230px;
  right: 10%;
  max-width: 480px;
}
#main_wrapper .mv_txt {
  position: absolute;
  top: 10%;
  left: calc(50% - 500px);
  max-width: 454px;
  width: 100%;
}
header {
  position: relative;
  height: 80px;
  width: 100%;
  box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.1);
}
header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 7px 7px -6px rgba(0, 0, 0, 0.1);
}

#head_copy {
  max-width: 1000px;
  width: 100%;
  height: 330px;
  margin: 0 auto;
  text-align: left;
  font-size: 20px;
font-weight:600;
  letter-spacing: 0.08em;
  line-height: 2.4em;
  padding: 4.4% 0;
}

#logo {
  float: left;
  width: 250px;
  margin: 30px 0 0 30px;
}

/*予約パネル*/
.reserv_panel {
  width: 100%;
  height: 133px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.yoyaku_dummy {
  margin-top: 18px;
  width: 745px;
}
/*スライダー*/
#main_slider_wrapp {
  width: 100%;
  height: 230px;
}
#main_slider_wrapp .main_slider {
  width: 100%;
  height: 230px;
}
#main_slider_wrapp img {
  height: 230px;
  padding: 0 3px;
}

/*Rooms*/
#rooms {
  width: 100%;
  height: 870px;
  background-color: #e2f8eb;
}
#rooms .rooms_inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
#rooms h2.txt01 {
  position: absolute;
  top: 13%;
  left: -14.5%;
  font-size: 183px;
  color: #fff;
  font-weight: 300;
}
#rooms h2.txt02 {
  position: absolute;
  top: 16.5%;
  left: 0;
  font-size: 40px;
  font-weight: 300;
}
.rooms_left {
  position: absolute;
  top: 2%;
  left: 0;
  padding: 23.6% 0 0 0;
  width: 50%;
}
.rooms_left span {
  font-size: 20px;
  font-weight: 600;
}
.room_photo {
  width: 50%;
  margin: 14.5% 0 3.5% 50%;
}

#price {
  background-color: #83bda0;
  width: 100%;
  height: 190px;
  color: #fff;
  padding: 4.6% 5% 4%;
}
#price .txt01 {
  font-size: 28px;
}
#price .txt01 span {
  font-size: 15px;
}
#price .txt02 {
  font-size: 22.5px;
  margin-top: 2.8%;
}

/*Restaurant*/
#restaurant {
  position: relative;
  width: 1000px;
  height: 858px;
  margin: 0 auto;
}
#restaurant h2.txt01 {
  position: absolute;
  top: 13%;
  left: -14.5%;
  font-size: 183px;
  color: #e2f8eb;
  font-weight: 300;
}
#restaurant h2.txt02 {
  position: absolute;
  top: 16%;
  left: 0;
  font-size: 40px;
  font-weight: 300;
}
.restaurant_left {
  position: absolute;
  top: 2%;
  left: 0;
  padding: 20.6% 0 0 0;
  width: 50%;
}
.restaurant_left span {
  font-size: 20px;
  font-weight: 600;
}
.restaurant_photo {
  position: relative;
  width: 60%;
  margin: 14.5% 0 3.5% 40%;
}
/*Access*/
#access {
  width: 100%;
  height: 1577px;
  background-color: #e2f8eb;
}
#access .access_inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
#access h2.txt01 {
  position: absolute;
  top: 6%;
  left: -14.5%;
  font-size: 183px;
  color: #fff;
  font-weight: 300;
}
#access h2.txt02 {
  position: absolute;
  top: 5%;
  left: 0;
  font-size: 40px;
  font-weight: 300;
}
.access_left {
  float: left;
  padding: 0;
  width: 50%;
  margin-top: 4%;
}
.access_left span {
  font-weight: 600;
}
.access_left .access_hr {
  height: 1;
  width: 100%;
  border-bottom: 2px dotted #83b79e;
  margin: 8px 0;
}
.access_photo {
  float: right;
  width: 40%;
  margin-top: 5.7%;
}
#gmap_wrapp {
  width: 100%;
  position: relative;
  padding-top: 150px;
  z-index: 2;
}
#gmap_wrapp iframe {
  width: 100%;
  height: 580px;
}

/*Spot*/
#spot {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#spot h2.txt01 {
  position: absolute;
  top: 90px;
  left: -14.5%;
  font-size: 199px;
  color: #e2f8eb;
  font-weight: 300;
}
#spot h2.txt02 {
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 40px;
  font-weight: 300;
}
#spot p.txt03 {
  position: absolute;
  top: 126px;
  left: 0;
  font-size: 20px;
  font-weight: 300;
}
.spot_inner {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 80px;
}
.spot_box {
  width: 100%;
  background-color: #e2f8eb;
  clear: both;
  margin-bottom: 56px;
  overflow: hidden;
}
.spot_photo_left {
  float: left;
  width: 50%;
}
.spot_txt_right {
  float: right;
  width: 50%;
  padding: 2% 2%;
  font-size: 13.5px;
  line-height: 1.8em;
}
.spot_txt_right .spot_name {
  font-size: 19px;
  border-bottom: 2px solid #3da58f;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #000;
}
.spot_txt_right a {
  display: inline-block;
  color: #037f46;
  margin-top: 1em;
}

.spot_photo_right {
  float: right;
  width: 50%;
}
.spot_txt_left {
  float: left;
  width: 50%;
  padding: 2% 2%;
  font-size: 13.5px;
  line-height: 1.8em;
}
.spot_txt_left .spot_name {
  font-size: 19px;
  border-bottom: 2px solid #3da58f;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #000;
}
.spot_txt_left a {
  display: inline-block;
  color: #037f46;
  margin-top: 1em;
}

/*Footer*/

footer {
  float: left;
  width: 100%;
  height: 140px;
  margin: 0;
  text-align: center;
  padding: 52px 0 0;
  background-color: #307461;
}
.copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

/*______________________________________PC用CSS_______________________________________________*/
@media screen and (min-width: 900px) {
  /*ウィンドウ幅が900px以上の場合に適用*/
  .pc_content {
    display: block;
  }
  .sp_content {
    display: none;
  }
}
