@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  resize: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  width: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

body {
  font-family: "Raleway", "ヒラギノ明朝 ProN", sans-serif;
  background-image: url("../img/index/bg.png");
  background-size: cover;
}

.SiteWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.sp_none {
  display: none;
}
@media(min-width: 769px) {
  .sp_none {
    display: block;
  }

  .pc_none {
    display: none;
  }
}

/* 共通クラス */
.inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sec-txt {
  font-size: 24px;
  line-height: 2;
  color: #401E1E;
}

.sec-ttl {
  font-family: "Playfair Display", sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #323232;
}

.br-sp {
  display: none;
}

.header {
  top: 0;
  position: fixed;
  width: 100%;
  /*height: 120px;*/
  z-index: 100;
  padding: 20px 40px 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* ハンバーガーメニューが開いたとき */
  /* ハンバーガーメニューが開いたとき */
}
.header__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 100;
}
.header__logo {
  width: 290px;
}
.header__nav {
  margin-left: auto;
}
.header__nav-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 600;
}
.header__nav-item {
  padding-right: 40px;
  z-index: 300;
}
.header__en-btn {
  display: inline-block;
  background-color: #553C0D;
  padding: 20px;
}
.header__tel-btn {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
  background-color: #4F4B41;
  padding: 12px 20px;;
  border-radius: 10px;
 border: 2px solid #6E6B61;
  box-sizing: border-box;
}
.header__tel-btn .tel-btn-telno{
 font-size: 1.2rem;
 margin-left: 10px;
}
.header__tel-btn .tel-btn-txt{
 display: block;
 font-size: 0.8rem;
 text-align: center;
 border-top: 1px solid #FFF;
 margin: 6px 0 0 0;
 padding: 6px 0 0 0;
}
.header a {
  color: #fff;
  z-index: 300;
  text-decoration: none;
}
.header a:hover {
  color: #F4694C;
}
.header .burger-btn {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 200;
}
.header .bar {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .bar_top {
  position: absolute;
  top: 10px;
}
.header .bar_bottom {
  position: absolute;
  bottom: 10px;
}
.header .burger-musk {
  display: none;
}
.header .burger-musk.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  z-index: 400;
}
.header .bar.cross {
  background-color: #fff;
}
.header .bar.cross.bar_top {
  -webkit-transform: translateY(4px) rotate(-45deg);
          transform: translateY(4px) rotate(-45deg);
}
.header .bar.cross.bar_bottom {
  -webkit-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
}

.mv__inner {
  background-image: url("../img/index/mv.jpg");
  background-size: cover;
  height: 100vh;
  padding-top: 100px;
}

.facility {
  padding-top: 40px;
  text-align: center;
  background-color:rgba(255,255,255,0.20);
}
.facility p {
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}
.facility p:nth-of-type(2) {
  margin-bottom: 90px;
}
.facility__symbol {
  width: 128px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.facility__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.facility__flex img {
  background-size: cover;
}

.room {
  padding-top: 120px;
  text-align: center;
  background-color:rgba(255,255,255,0.20);
}
.room__inner {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  position: relative;
}
.room__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 50px;
  color: #401E1E;
}
.room__border-left {
  position: absolute;
  top: 65%;
  left: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  display: inline-block;
  width: 40%;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.room__border-right {
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  display: inline-block;
  width: 40%;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}
.room__txt-l {
  margin-top: 50px;
  margin-bottom: 87px;
}
.room__flex-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.room__flex-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.room__box {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.room__item {
  width: 50%;
}
.room__content {
  position: relative;
  width: 50%;
  padding: 4vw;
  border: 30px solid #93854b;
  background-color: #fff;
  text-align: left;
}
.room__content-l {
  border: 30px solid #7B6965;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.room__txt-box {
  margin-top: auto;
  margin-bottom: auto;
}
.room__side-icon {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
.room__plan {
  font-size: 24px;
  margin-bottom: 15px;
}
.room__intro {
  font-family: "Raleway", sans-serif;
  line-height: 1.8;
  text-align: left;
  overflow: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.room__intro-l::after {
  content: url("../img/index/side-mark.png");
  display: block;
  margin-left: 10px;
}
.room__type {
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.room__type:last-of-type {
  margin-bottom: 45px;
}
.room__type::before {
  display: block;
  content: url("../img/index/check.svg");
  margin-right: 10px;
}
.room__btn {
  background-color: #482e06;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 12px 32px;
  font-size: 14px;
}
.room__item {
  background-color: #fff;
  text-align: left;
}
.room__item-img {
  margin-bottom: 30px;
}
.room__item-ttl {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  padding: 0 35px;
  margin-bottom: 30px;
}
.room__item-number {
  font-family: "Raleway", sans-serif;
  padding: 0 35px;
  margin-bottom: 30px;
}

.food {
  position: relative;
  padding-top: 135px;
  text-align: center;
  background-color: #f5f3e9;
}
.food::before {
  position: absolute;
  content: url("../img/index/symbol02.png");
  top: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.food__ttl {
  margin-bottom: 74px;
}
.food__txt {
  margin-bottom: 53px;
}
.food__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.food__item {
  width: 33.3333%;
  min-height: 470px;
  background-size: contain;
  background-repeat: no-repeat;
}
.food__item:nth-of-type(1) {
  background-image: url("../img/index/food-img01.jpg");
}
.food__item:nth-of-type(2) {
  background-image: url("../img/index/food-img02.jpg");
}
.food__item:nth-of-type(3) {
  background-image: url("../img/index/food-img03.jpg");
}
.food__item-ttl {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px 0;
  font-size: 30px;
}

.spot {
  padding-top: 70px;
  padding-bottom: 125px;
  background-color: #EFEEE1;
  text-align: center;
}
.spot__inner {
  position: relative;
}
.spot__ttl {
  margin-bottom: 40px;
}
.spot__ttl::before {
  display: block;
  content: url("../img/index/mark.png");
}
.spot__ttl::after {
  display: block;
  content: url("../img/index/mark.png");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.spot__logo {
  position: absolute;
  top: 200px;
  right: 50px;
  display: block;
  font-family: "Caveat", cursive;
  color: #6AD4ED;
  font-size: 56px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  z-index: 100;
}
.spot__container {
  z-index: 40;
  position: relative;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spot__box {
  width: 30%;
}
.spot__img {
  margin-bottom: 27px;
}
.spot__img img {
  z-index: 10;
}
.spot__name {
  font-size: 20px;
  margin-bottom: 10px;
}
.spot__en {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
}

.news {
  background-color: #fff;
  position: relative;
}
.news__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.news__ttl {
  position: relative;
  background-color: #EFEEE1;
  font-size: 36px;
  width: 200px;
  font-family: "Heebo", sans-serif;
  padding-top: 30px;
  padding-left: 30px;
  margin-right: 30px;
  z-index: 20;
}
.news__ttl::after {
  position: absolute;
  background-color: #EFEEE1;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 200px solid transparent;
  border-bottom: 300px solid #fff;
  z-index: -1;
}
.news__list {
 width: 100%;
  padding: 30px;
}
.news__data {
  font-size: 20px;
  margin-bottom: 40px;
}
.news__category {
  font-size: 20px;
  margin-bottom: 10px;
}
.news__txt {
  font-size: 17px;
  margin-bottom: 20px;
 line-height: 28px;
 font-family: sans-serif;
}
.news__txt b{
  font-weight: 600;
}
.news__txt .intxt{
 display: block;
  background: #FFF;
 padding: 10px;
 box-sizing: border-box;
 margin: 10px 0 0 0;
}

.news__list table.style1{
 text-align: center; 
 margin: auto; 
 width: 60%;
}
.news__list table.style1 td{
 padding: 10px;
 box-sizing: border-box;
}
.news__list table.style1 td img{
 width:100%; 
 height: auto;
 margin-bottom: 10px;
}



.news__inner {
  height: auto;
}
.news__inner.newshd{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}
.txtcenter{
 text-align: center;
}
.txtcenter img{
 width: inherit;
 margin: auto;
}
.txtcenter img{
 width: inherit;
}
.news__txt img{
 width: 60%;
}

.access {
  padding-top: 65px;
  text-align: center;
  background-color: #EFEEE1;
}
.access__txt {
  margin-bottom: 38px;
}
.access__map {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.review {
  text-align: center;
  padding: 83px 0;
  background-color: #EFEEE1;
}
.review__ttl {
  margin-bottom: 45px;
}
.review__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.review__item {
  background-color: #fff;
  border-radius: 5px;
  width: 32%;
  padding: 35px 25px;
}
.review__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  max-height: 35px;
}
.review__img {
  display: block;
  width: 180px;
}
.review__score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #EA9459;
}
.review__score::before {
  display: inline-block;
  content: url("../img/index/star-icon.svg");
}
.review__txt {
  font-size: 14px;
  color: #999999;
  line-height: 1.8;
  font-family: "Raleway", sans-serif;
  text-align: left;
}

.info {
  padding: 46px 15px 88px;
  background-color: #efeee1;
}
.info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.info__ttl {
  color: #323232;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.info__txt {
  display: block;
  color: #626262;
  font-family: "Raleway", sans-serif;
  line-height: 1.8;
  margin-bottom: 22px;
}
.info__txt:last-of-type {
  margin-bottom: 0;
}
.info__txt a {
  color: #626262;
}
.info img {
  width: 24px;
}
.info p {
  margin-bottom: 5px;
  color: #626262;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.info p:last-of-type {
  margin-bottom: 0;
}
.info__sns-box {
  width: 80%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}
.info__sns {
  margin-right: 15px;
}
.info__sns:last-of-type {
  margin-right: 0;
}

.footer {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 150px;
  background-color: #482E06;
}
.footer__copy {
  font-size: 14px;
  color: #fff;
}

/*スマホ時ネット予約*/
.yoyaku_fixed_wrap {
  display: flex;
  width: 100%;
  height: 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.9;
  text-align: center;
  box-sizing: border-box;
  font-size: 14px;
 line-height: 1rem;
}
.yoyaku_fixed_wrap a{
 text-decoration: none;
}
.yoyaku_fixed_1 {
  color: #FFF;
  padding: 12px 0 0 0;
  width: 50%;
  background: url("../img/index/yoyaku_fixed_bg_a.png") no-repeat;
}
.yoyaku_fixed_2 {
  color: #FFF;
  padding: 12px 0 0 0;
  width: 50%;
  background: url("../img/index/yoyaku_fixed_bg_b.png") no-repeat;
}
.first_fixed_3 {
  position: fixed;
  right: 0;
  top: 280px;
}



@media screen and (max-width: 767px) {
  .sec-txt {
    font-size: 20px;
  }
 
.news__list {
 width: 100%;
  padding: 12px;
}
.news__txt{
 font-size: 1.0rem;
}
.news__txt img{
 width: 90%;
}

.news__txt table.style1{
 text-align: center; 
 margin: auto; 
 width: 100%;
}
.news__txt table.style1 td{
 padding: 10px;
 box-sizing: border-box;
}
.news__txt table.style1 td img{
 width:100%; 
 height: auto;
}
 
  .br-sp {
    display: block;
  }
  .header__nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header__nav-list {
    display: none;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 100px 30px;
  }
  .header__nav-item {
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 20px;
  }
  .header .burger-btn {
    display: block;
  }
  .mv {
    height: 70vh;
  }
  .facility__flex {
    display: block;
  }
  .room__flex-top {
    display: block;
  }
  .room__flex-bottom {
    display: block;
  }
  .room__box {
    width: 100%;
  }
  .room__content {
    width: 100%;
  }
  .room .sec-txt {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .food__list {
    display: block;
  }
  .food__item {
    width: 100%;
    background-size: cover;
  }
  .spot__logo {
    font-size: 40px;
  }
  .spot__container {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .spot__box {
    width: 49%;
  }
  .spot__box:last-of-type {
    margin-top: 20px;
  }
  .news__inner {
    display: block;
  }
  .news__inner.newshd{
    display: block;
    height:inherit; 
  }
  .news__inner.newshd img{
    width: 80%;
    display: block;
  }
  .txtcenter img{
   width: 80%;
   height: auto;
  }
  .news__ttl {
    width: 100%;
    padding-bottom: 20px;
  }
  .news__ttl::after {
    display: none;
  }
  .access__txt {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .review {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .review__list {
    width: 100%;
    display: block;
  }
  .review__item {
    width: 100%;
    margin-bottom: 37px;
  }
  .info__list {
    display: block;
    width: 100%;
  }
  .info__sns-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .footer {
    text-align: center;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 3vw;
    padding-right: 3vw;
  }
 .header__tel-btn .tel-btn-telno{
  font-size: 0.8rem;
 }
  .header__logo {
    width: 200px;
  }
  .header__nav-item {
    padding-right: 20px;
  }
  .header__en-btn {
    padding: 10px;
  }
  .header__tel-btn {
    padding: 10px;
  }
 .room__inner {
    max-width: 90%;
  }
  .room__border-left {
    top: 60%;
    width: 35%;
  }
  .room__border-right {
    top: 30%;
    width: 35%;
  }
  .info__item {
    margin-bottom: 85px;
  }
  .info__ttl-sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .mv {
    background-position: center;
  }
  .room__border-right {
    top: 40%;
    width: 25%;
  }
  .spot__logo {
    top: 300px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 575px) {
  .room__border-left {
    top: 55%;
    width: 25%;
  }
}
/*# sourceMappingURL=style.css.map */

/* 2022/04/05 追記*/
main.category{
 margin-top: 120px;
}
@media screen and (max-width: 767px) {
 main.category{
  margin-top: 70px;
 }
}
.category-ttl{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 40px;
}
.category-ttl span{
 font-size: 20px;
}
.facility.category {
  padding-top: 50px;
  text-align: center;
  background-color:rgba(255,255,255,0.0);
}