@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “ＭＳ Ｐ明朝”, “MS PMincho", serif;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

button {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  right: 50px;
}

@media (max-width: 768px) {
  button {
    visibility: visible;
  }
}

.burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 3;
  border: none;
}

.bar {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: black;
}

.bar_top {
  top: 10px;
}

.bar_mid {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 10px;
}

.burger-btn.closed .bar_top {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.burger-btn.closed .bar_mid {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.burger-btn.closed .bar_bottom {
  -webkit-transform: translate(-50%, -8px) rotate(-45deg);
          transform: translate(-50%, -8px) rotate(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* 以下、ハンバーガーメニュー */
.nav-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3000;
}

.header-navigation {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3000;
  margin-top: 70px;
}

.nav-list {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.nav-item {
  margin-right: 0;
  margin-bottom: 40px;
  background-color: #978F10;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-item:hover {
  opacity: 0.7;
}

.nav-item .nav-link {
  color: white;
}

.nav-item .header-hotel-btn {
  color: white;
}

.nav-item .header-hotel-btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .nav-item .header-hotel-btn {
    visibility: visible;
  }
}

.last {
  padding-top: 0;
  padding-bottom: 0;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
}

.noscroll {
  overflow: hidden;
}

#header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 7000;
  position: absolute;
  top: 0;
  background-color: #fff;
}

#header .header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-wrapper .header-mini-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header-wrapper .header-mini-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header-wrapper .header-mini-wrapper a .logo-box {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

#header .header-wrapper .header-mini-wrapper a .header-logo {
  font-size: 32px;
  letter-spacing: 0.18em;
  line-height: 1.5;
  font-weight: bold;
  margin-right: 120px;
  color: black;
}

@media (max-width: 1024px) {
  #header .header-wrapper .header-mini-wrapper a .header-logo {
    margin-right: 70px;
  }
}

@media (max-width: 768px) {
  #header .header-wrapper .header-mini-wrapper a .header-logo {
    font-size: 24px;
    white-space: nowrap;
  }
}

#header .header-wrapper .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #header .header-wrapper .header-nav ul {
    visibility: hidden;
  }
}

#header .header-wrapper .header-nav ul li a {
  color: black;
  margin-right: 30px;
  line-height: 2.625;
  font-weight: bold;
}

#header .header-wrapper .header-nav ul li a:hover {
  color: #978F10;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header-hotel-btn {
  line-height: 3;
  padding-right: 37px;
  padding-left: 37px;
  padding-top: 3px;
  background-color: #978F10;
  color: white;
  font-weight: bold;
  height: 54px;
}

.header-hotel-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 768px) {
  .header-hotel-btn {
    visibility: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hotel-btn-logo {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: sub;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal__bg {
  background: white;
  opacity: 0.5;
  height: 100vh;
  position: absolute;
  width: 100vw;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding-left: 60px;
  padding-right: 60px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  height: 600px;
  border: 1px solid #707070;
  position: absolute;
}

@media (max-width: 768px) {
  .modal__content {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 425px) {
  .modal__content {
    width: 90%;
  }
}

.js-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
}

.modal-ttl {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 29px;
  padding-bottom: 29px;
  margin-bottom: 35.5px;
}

.modal-list li label {
  display: block;
}

.modal-list li input {
  width: 99%;
  margin-top: 14px;
  margin-bottom: 14px;
  border: 1px solid #E7E7E7;
  height: 32px;
}

.modal-list li input::-webkit-input-placeholder {
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “MS P明朝”, “MS PMincho", serif;
}

.modal-list li input:-ms-input-placeholder {
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “MS P明朝”, “MS PMincho", serif;
}

.modal-list li input::-ms-input-placeholder {
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “MS P明朝”, “MS PMincho", serif;
}

.modal-list li input::placeholder {
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “MS P明朝”, “MS PMincho", serif;
}

#submit {
  display: block;
  margin: 0 auto;
  padding: 13px 67px;
  color: #000;
  border: 1px solid #707070;
  background-color: #fff;
  margin-top: 50px;
}

#submit:hover {
  background-color: #E7E7E7;
}

select {
  color: #797878;
  margin-top: 14px;
  margin-bottom: 14px;
  height: 32px;
  border: 1px solid #E7E7E7;
  width: 100%;
  font-family: "Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”,  “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”,  “MS P明朝”, “MS PMincho", serif;
}

.mv {
  background-image: url(../img/menu-header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-top: 80px;
}

.mv .mv-text {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: white;
  padding-top: 233px;
}

.main-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-inner .top-link, .main-inner .page-top {
  color: black;
}

.main-inner .top-link:hover, .main-inner .page-top:hover {
  text-decoration: underline;
}

.main-inner .main-text {
  text-align: center;
  line-height: 2;
  margin-top: 98px;
  margin-bottom: 78px;
}

.main-inner .main-first {
  position: relative;
  padding-top: 57px;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .main-inner .main-first {
    margin-bottom: 40px;
  }
}

.main-inner .main-first .first-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .main-inner .main-first .first-img {
    width: 100%;
    height: 400px;
    position: static;
    -webkit-filter: contrast(70%);
            filter: contrast(70%);
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  .main-inner .main-first .first-img {
    height: 500px;
  }
}

.main-inner .main-first .first-text-box {
  width: 70%;
  right: 0;
  margin-left: 30%;
  height: 381px;
  background-image: url(../img/room.bg.png);
  padding-right: 20px;
}

@media (max-width: 768px) {
  .main-inner .main-first .first-text-box {
    background-image: none;
    margin: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
    text-shadow: 1px 2px 3px #808080;
    padding-right: 0;
  }
}

.main-inner .main-first .first-text-box .first-ttl {
  font-size: 24px;
  padding-top: 60px;
  padding-left: 30%;
}

@media (max-width: 768px) {
  .main-inner .main-first .first-text-box .first-ttl {
    padding-left: 0;
  }
}

.main-inner .main-first .first-text-box .first-sub-ttl {
  line-height: 2;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 30%;
}

@media (max-width: 768px) {
  .main-inner .main-first .first-text-box .first-sub-ttl {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.main-inner .main-first .first-text-box .first-text {
  font-size: 14px;
  padding-left: 30%;
  padding-bottom: 10px;
}

.main-inner .main-second {
  position: relative;
  padding-top: 57px;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .main-inner .main-second {
    margin-bottom: 40px;
  }
}

.main-inner .main-second .second-text-box {
  width: 70%;
  height: 381px;
  background-image: url(../img/room.bg.png);
  padding-right: 20%;
}

@media (max-width: 768px) {
  .main-inner .main-second .second-text-box {
    background-image: none;
    margin: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
    text-shadow: 1px 2px 3px #808080;
    padding-right: 0;
  }
}

.main-inner .main-second .second-text-box .second-ttl {
  font-size: 24px;
  padding-top: 60px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .main-inner .main-second .second-text-box .second-ttl {
    padding-left: 0;
  }
}

.main-inner .main-second .second-text-box .second-sub-ttl {
  line-height: 2;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 60px;
}

@media (max-width: 768px) {
  .main-inner .main-second .second-text-box .second-sub-ttl {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.main-inner .main-second .second-text-box .second-text {
  font-size: 14px;
  padding-left: 60px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .main-inner .main-second .second-text-box .second-text {
    padding-left: 0;
  }
}

.main-inner .main-second .second-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .main-inner .main-second .second-img {
    width: 100%;
    height: 400px;
    position: static;
    -webkit-filter: contrast(70%);
            filter: contrast(70%);
  }
}

@media (max-width: 425px) {
  .main-inner .main-second .second-img {
    height: 500px;
  }
}

.main-inner .main-third {
  position: relative;
  padding-top: 57px;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .main-inner .main-third {
    margin-bottom: 40px;
  }
}

.main-inner .main-third .third-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .main-inner .main-third .third-img {
    width: 100%;
    height: 400px;
    position: static;
    -webkit-filter: contrast(70%);
            filter: contrast(70%);
  }
}

@media (max-width: 425px) {
  .main-inner .main-third .third-img {
    height: 500px;
  }
}

.main-inner .main-third .third-text-box {
  width: 70%;
  right: 0;
  margin-left: 30%;
  height: 381px;
  background-image: url(../img/room.bg.png);
  padding-right: 20px;
}

@media (max-width: 768px) {
  .main-inner .main-third .third-text-box {
    background-image: none;
    margin: 0;
    position: absolute;
    top: 10%;
    left: 10%;
    color: white;
    text-shadow: 1px 2px 3px #808080;
    padding-right: 0;
  }
}

.main-inner .main-third .third-text-box .third-ttl {
  font-size: 24px;
  padding-top: 60px;
  padding-left: 30%;
}

@media (max-width: 768px) {
  .main-inner .main-third .third-text-box .third-ttl {
    padding-left: 0;
  }
}

.main-inner .main-third .third-text-box .third-sub-ttl {
  line-height: 2;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 30%;
}

@media (max-width: 768px) {
  .main-inner .main-third .third-text-box .third-sub-ttl {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
}

.main-inner .main-third .third-text-box .third-text {
  font-size: 14px;
  padding-left: 30%;
}

@media (max-width: 768px) {
  .main-inner .main-third .third-text-box .third-text {
    padding-left: 0;
  }
}

footer .footer-inner {
  background-image: url(../img/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 61px;
  width: 100%;
}

footer .footer-inner .footer-list {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
}

footer .footer-inner .footer-list ul li {
  padding: 0 17px 96px 17px;
}

footer .footer-inner .footer-list ul li a {
  font-size: 18px;
  color: black;
  letter-spacing: 15px;
}

footer .footer-inner .footer-list ul li a:hover {
  color: red;
}

footer .footer-inner .section-wrapper {
  text-align: center;
}

footer .footer-inner .section-wrapper .section-ttl {
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 72px;
}

footer .footer-inner .section-wrapper .section-ttl a {
  color: black;
  font-weight: bold;
}

footer .copy-right {
  background-color: black;
}

footer .copy-right p {
  text-align: center;
  font-size: 12px;
  color: white;
  padding-top: 23px;
  padding-bottom: 23px;
}

.footer-text01, .footer-text02 {
  text-align: center;
}

.footer-text01 span, .footer-text02 span {
  margin-left: 20px;
}

.footer-text01 span {
  letter-spacing: 0.18em;
  display: inline-block;
  padding-bottom: 23px;
}

.footer-text02 span {
  display: inline-block;
}
/*# sourceMappingURL=cook.css.map */