@charset "UTF-8";
/*------------------------------------------------------------
	ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«	å…¨ãƒšãƒ¼ã‚¸å…±é€šcss
------------------------------------------------------------*/
/* font.js ã¸ã¨ç§»å‹• */
/*@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Lora:wght@500&display=swap');*/
/**** ãƒ•ã‚©ãƒ³ãƒˆã‚µã‚¤ã‚ºã€€*************

åŸºæœ¬ã‚’12pxã«ã€ã‚µã‚¤ã‚ºã¯ï¼…æŒ‡å®šã€‚

====å¶æ•°====ã€€ã€€ã€€====å¥‡æ•°====
â– 10px = 84%      â– 11px = 92%
â– 12px = 100%     â– 13px = 109%
â– 14px = 117%     â– 15px = 125%
â– 16px = 134%     â– 17px = 142%
â– 18px = 150%     â– 19px = 159%
â– 20px = 167%     â– 21px = 175%
â– 22px = 184%     â– 23px = 192%
â– 24px = 200%     â– 25px = 209%
â– 26px = 217%     â– 27px = 226%

**********************************/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-size: 16px;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  min-width: 1260px;
  overflow-x: hidden; }

html {
  font-size: 100%; }

/*body::before{*/
/*display:block;*/
/*content:"";*/
/*width:209px;*/
/*height:77px;*/
/*background:url(lib/img/logo.svg) no-repeat 50%;*/
/*background-size:cover;*/
/*position:fixed;*/
/*top:50%;*/
/*left:50%;*/
/*transform:translate(-50%,-50%);*/
/*z-index:100;*/
/*animation: flash 1.8s ease-out infinite;*/
/*}*/
/*@keyframes flash {*/
/*  0%,100% {*/
/*    opacity: 1;*/
/*  }*/
/*  50% {*/
/*    opacity: 0;*/
/*  }*/
/*}*/
/*html.wf-active body::before{*/
/*	opacity:0!important;*/
/*	visibility:hidden;*/
/*}*/
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  color: #6a4028;
  line-height: 1.75;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

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

blockquote,
q {
  quotes: none; }

a {
  text-decoration: none;
  outline: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

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; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b5b5b6;
  margin: 1em 0;
  padding: 0; }

input,
select,
textarea {
  font-size: 1.2rem;
  vertical-align: middle;
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

input[type="text"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -1px; }

ul {
  list-style-type: none; }

img {
  vertical-align: middle; }

.img-responsive {
  width: 100%;
  height: auto; }

.opacity {
  transition: all 0.2s ease-out; }

.opacity:hover {
  opacity: 0.5; }

.line {
  text-decoration: underline; }

.line:hover {
  text-decoration: none; }

.clear {
  clear: both; }

.clearfix {
  width: 100%; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

.il {
  display: inline-block; }

.fl {
  float: left; }

.fr {
  float: right; }

.txtl {
  text-align: left; }

.txtr {
  text-align: right; }

.txtc {
  text-align: center; }

.clrw {
  color: #fff !important; }

.clry {
  color: #efbb2c; }

.clrr {
  color: #b7282e; }

strong,
strong *,
.fwb {
  font-weight: bold; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mAuto {
  margin-top: auto; }

.mCenter {
  margin-left: auto;
  margin-right: auto; }

/*------------------------------------------------------------
    ã‚¹ã‚¿ã‚¤ãƒ«
------------------------------------------------------------*/
.inner {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

.inner.small {
  max-width: 1080px; }

.inner.wid {
  max-width: 1280px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start; }

.flex-align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.flex-auto {
  flex: 1; }

.grid {
  display: grid; }

.grid-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center; }
  .grid-col2 img {
    max-width: 100%; }
  @media screen and (max-width: 788px) {
    .grid-col2 {
      grid-template-columns: 1fr;
      margin-bottom: 2em; } }

.grid-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  .grid-col3 img {
    max-width: 100%; }
  @media screen and (max-width: 788px) {
    .grid-col3 {
      grid-template-columns: 1fr;
      margin-bottom: 2em; } }

.order1 {
  order: 1; }

.order2 {
  order: 2; }

.order3 {
  order: 3; }

.hover figure {
  overflow: hidden; }

.hover img {
  transition: all 0.4s ease-out; }

.hover:hover img {
  transform: scale(1.1); }

.tel-link a {
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 15px); }

/*------------------------------------------------------------
    ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 1000; }

#header.topHeader {
  height: 100%;
  min-height: 500px; }

#header.detailHeader {
  padding-top: 158px; }

#hdTop {
  width: 100%;
  height: 117px;
  padding: 0 25px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 10; }

#spHeader {
  height: 100%; }

.hdLogo {
  width: 215px; }

.hdLogo2 {
  display: none; }

.fixed .hdLogo2 {
  display: block; }
  .fixed .hdLogo2 img {
    height: 38px;
    margin: auto; }

#gNavi {
  width: 70%;
  max-width: 1013px; }

.naviItem1 {
  color: #3e3a39;
  padding: 70px 0 0 0; }
  .naviItem1 a {
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    color: #fff;
    line-height: 36px;
    background: no-repeat 0 50%;
    position: relative;
    text-shadow: 0px 0px 6px #000; }

#hdInner.fixed .naviItem1 {
  padding: 0; }
  #hdInner.fixed .naviItem1 a {
    color: #6a4028;
    text-shadow: none; }

#naviYoyaku {
  width: 200px;
  margin-left: 15px; }
  #naviYoyaku dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 16px;
    text-align: center;
    font-size: 150%;
    cursor: pointer;
    box-sizing: border-box;
    background: #efbb2c;
    position: relative; }
    #naviYoyaku dt::before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 20px;
      height: 19px;
      margin-right: 10px;
      background: url(lib/img/icon-calendar.svg) no-repeat;
      background-size: cover;
      position: relative;
      top: -3px; }
  #naviYoyaku a {
    display: block;
    width: auto;
    padding-left: 36px;
    color: #3e3a39;
    line-height: 40px;
    font-size: 125%;
    background: rgba(112, 64, 37, 0.88) no-repeat 10px 50%;
    position: relative;
    transition: background-color 0.2s ease-out; }

/* ç©ºå®¤æ¤œç´¢ */
#serchbar {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: -400px;
  width: 400px;
  height: auto;
  padding: 0 0 0 100px;
  background: #999; }
  #serchbar .serchbarinner {
    overflow: auto;
    overflow-x: hidden;
    background: #ddd; }

#searchArea {
  width: 10%;
  /*height:90px;*/
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.88);
  box-sizing: border-box;
  /* äºˆç´„ã‚µã‚¤ãƒˆå¤‰æ›´æ–‡è¨€ */ }
  #searchArea .search_form_change_txt {
    font-size: 14px;
    margin-left: 30px;
    display: none; }
  #searchArea.detail .search_form_change_txt {
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
    display: none; }
  #searchArea.detail .search_form_change_txt br {
    display: none; }

#hdInner.fixed #searchArea .search_form_change_txt {
  margin-left: 0;
  margin-top: 10px; }
  #hdInner.fixed #searchArea .search_form_change_txt br {
    display: none; }

@media screen and (max-width: 788px) {
  #searchArea .search_form_change_txt {
    margin: 30px 25px 25px !important;
    text-align: left !important; }

  #searchArea .search_form_change_txt br {
    display: none; }

  #searchArea .search_form_change_txt br:first-child {
    display: block; } }
/* // äºˆç´„ã‚µã‚¤ãƒˆå¤‰æ›´æ–‡è¨€ */
#searchHd {
  width: 100%;
  text-align: center;
  margin-bottom: 26px;
  color: #efeacc;
  font-size: 167%; }

.searchItem {
  width: auto;
  padding-right: 10px; }

.searchItemLabel {
  display: block;
  font-size: 117%;
  line-height: 1.2;
  margin-bottom: 8px; }

.searchItemTxt {
  font-size: 134%; }

.searchItemSelect + .searchItemTxt {
  margin-left: 8px; }

.searchItemTxt + .searchItemSelect {
  margin-left: 6px; }

.searchItemInput {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  width: 210px;
  padding: 0 0 0 10px;
  vertical-align: text-top;
  height: 40px;
  line-height: 36px;
  font-size: 184%;
  color: #3e3a39;
  background: transparent url(lib/img/icon-date.svg) no-repeat right 8px top 50%;
  background-size: 20px auto;
  border: 2px solid #3e3e3e;
  border-radius: 0;
  outline: none;
  box-sizing: border-box; }

.searchItemInput:disabled,
.searchItemSelect:disabled {
  opacity: 0.7; }

.searchItemSelect {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: text-top;
  width: 80px;
  height: 40px;
  padding: 0 0 0 15px;
  line-height: 36px;
  font-size: 184%;
  color: #3e3a39;
  border: 2px solid #fff;
  border-radius: 0;
  background: url(lib/img/icon-arrow-search.svg) no-repeat right 8px top 50%;
  background-size: 12px auto;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

.searchItemSelect option {
  color: #fff; }

.searchItemSelect::-ms-expand {
  display: none; }

.searchItemCheck {
  display: block;
  font-size: 134%;
  padding: 3px 0; }

.searchItemCheck input {
  width: 16px;
  height: 16px;
  margin-right: 4px; }

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px; }

.submitBtn {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-left: 15px;
  color: #3e3a39;
  font-size: 150%;
  padding-left: 20px;
  font-weight: bold;
  background: #efeacc url(/lib/img/icon-submit.svg) no-repeat 12px 50%;
  background-size: 20px auto;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  border-radius: 0; }

/* // äºˆç´„ç•ªç”¨Style */
.searchNavi li + li {
  margin-top: 10px; }

.searchNavi a {
  color: #3e3a39;
  font-size: 134%;
  line-height: 20px; }
  .searchNavi a::before {
    content: ">";
    padding-right: 4px; }

.planItem {
  width: 170px;
  text-align: center;
  margin-left: 20px; }
  .planItem dt {
    font-size: 150%;
    border-bottom: 2px solid #6a4028; }
  .planItem dd {
    border-bottom: 2px solid #6a4028; }
    .planItem dd a {
      color: #3e3a39;
      line-height: 31px; }

.announcement {
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  line-height: 1.8;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: absolute;
  left: 30px;
  bottom: 130px;
  text-shadow: 0px 0px 12px #000; }
  .announcement span {
    font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    color: #fff;
    letter-spacing: 0.4em;
    font-size: 21px;
    font-weight: 400;
    text-shadow: 0px 0px 12px #000; }

.ui-datepicker-title,
.ui-datepicker-year,
.ui-datepicker-month {
  color: #6a4028; }

/*------------------------------------------------------------
    ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
------------------------------------------------------------*/
#contents {
  width: 100%;
  overflow: hidden;
  background-color: rgba(239, 234, 204, 0.25); }

.lead {
  line-height: 1.75;
  margin-bottom: 20px; }

.txt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #6a4028;
  font-size: 16px;
  line-height: 2.8;
  letter-spacing: 0.1em; }
  @media screen and (min-width: 789px) {
    .txt {
      line-height: 2.8; } }
  .txt small {
    font-size: 89%; }

.largeTxt {
  display: block;
  font-size: 110%;
  line-height: inherit;
  padding-bottom: 15px; }

.smallTxt {
  display: block;
  color: #6a4028;
  font-size: 134%;
  margin-top: 20px; }

.txtL {
  font-size: 167%;
  line-height: 2;
  margin-bottom: 20px; }

.swiper-pagination-bullet {
  background-color: #de6a1c;
  opacity: 0.5; }

.swiper-pagination-bullet-active {
  border: 2px solid #de6a1c;
  background-color: #de6a1c;
  opacity: 1; }

.bggrad::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 99%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }

/* button */
.btn {
  width: 100%;
  max-width: 340px;
  height: 55px;
  margin-top: 50px; }

.btn.btn-l {
  max-width: 420px; }

.btn.btn-xl {
  max-width: 520px; }

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #6a4028;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  line-height: 51px;
  box-sizing: border-box;
  transition: all 0.2s ease-out;
  border-bottom: 4px double #de6a1c;
  position: relative;
  padding-left: 1em; }
  .btn a span {
    color: #6a4028;
    padding: 0 10%;
    font-size: 0.95em; }
  .btn a .btn-black {
    border-color: #b5b5b6;
    background-color: rgba(35, 35, 35, 0.55); }
  .btn a::after {
    content: "";
    display: block;
    height: 20px;
    width: 40px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background-image: url(./lib/img/btnMore.svg);
    background-size: 100% auto;
    right: 10px;
    background-repeat: no-repeat; }

@media screen and (max-width: 788px) {
  .banner_area_sp .btn a::after,
  .ftYoyalu .btn a::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23de6a1c" d="M.82,8.02c-.21,0-.42-.08-.58-.24-.32-.32-.32-.84,0-1.16l2.61-2.61L.24,1.4C-.08,1.08-.08,.56,.24,.24,.56-.08,1.08-.08,1.4,.24l3.16,3.16c.17,.15,.27,.37,.27,.61s-.1,.46-.27,.61L1.4,7.78c-.16,.16-.37,.24-.58,.24Z" /></svg>');
    background-size: 20px;
    right: -18px;
    top: 66%; } }
.btn-pinchout {
  pointer-events: none; }
  .btn-pinchout::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 33px;
    height: 33px;
    margin-right: 10px;
    background: url(lib/img/access/icon-pinchout.svg) no-repeat;
    background-size: cover;
    position: relative;
    top: -4px; }

/* pagenavi */
#naviArea {
  width: 100%;
  padding: 40px 0;
  background: #efeacc; }

.naviAreaItem {
  width: 50%;
  padding: 0 2px;
  box-sizing: border-box; }
  .naviAreaItem p {
    width: auto;
    height: 90px;
    padding: 0 20px;
    font-size: 150%;
    line-height: 1.55;
    background: #000;
    border-bottom: 2px solid #6a4028;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .naviAreaItem .small {
    height: 60px; }

/* detail */
#detailHeader {
  width: 100%;
  height: 100%;
  min-height: 500px;
  padding-top: 260px;
  text-align: center;
  box-sizing: border-box;
  background: no-repeat 50%;
  background-size: cover; }

#detailHeader.contact {
  background-image: url(lib/img/contact/visual.jpg); }

#detailHeader.news {
  background-image: url(lib/img/news/visual.jpg); }

#detailHeader.privacypolicy {
  background-image: url(lib/img/privacy/visual.jpg); }

#detailHeader.stay {
  background-image: url(lib/img/stay/visual.jpg); }

#detailHeader.about {
  background-image: url(lib/img/about/visual.jpg); }

#detailHeader.room,
#detailHeader.guestroom {
  background-image: url(lib/img/room/kv.jpg); }

#detailHeader.glamping {
  background-image: url(lib/img/glamping/visual.jpg); }

#detailHeader.food,
#detailHeader.cuisine {
  background-image: url(lib/img/food/kv.jpg); }

#detailHeader.onsen {
  background-image: url(lib/img/onsen/kv.jpg); }

#detailHeader.access {
  background-image: url(lib/img/access/visual.jpg); }

#detailHeader.tourism {
  background-image: url(lib/img/tourism/visual.jpg); }

#detailHd {
  color: #fff;
  font-size: 36px;
  line-height: 1.27;
  text-shadow: 0px 0px 12px #000;
  letter-spacing: 0.4em;
  padding-top: 14px; }

#detailTxt {
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #fff;
  font-size: 21px;
  line-height: 1.2;
  text-shadow: 0px 0px 12px #000;
  letter-spacing: 0.4em; }

.txtField {
  width: 100%;
  padding: 60px 0 70px;
  background: #232323 url(lib/img/bg-detail.svg) no-repeat right 50%;
  background-size: cover; }

/* section */
.section {
  padding: 64px 0; }

.section2 {
  padding: 70px 0 150px; }

.sectionHd {
  color: #6a4028;
  font-size: 24px;
  line-height: 2;
  position: relative;
  letter-spacing: 0.4em; }

.sectionLead {
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #6a4028;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 2em 2em;
  letter-spacing: 0.3em; }
  .txtc .sectionLead {
    padding: 0 0 2em 0; }
  @media screen and (min-width: 789px) {
    .txtc .sectionLead {
      padding: 0 0 2.7em 0; } }

.sectionLead.detail {
  margin-bottom: 30px; }

.sectionLead .small {
  color: inherit;
  font-size: 71%; }

/*------------------------------------------------------------
    TOP
------------------------------------------------------------*/
#topSlider {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative; }
  #topSlider.bggrad::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.99) 99%, #000 100%); }
  #topSlider .slick-dots {
    text-align: left;
    bottom: 40px;
    left: 30px; }
    #topSlider .slick-dots li button::before,
    #topSlider .slick-dots li.slick-active button {
      background-color: #fff;
      border-color: #fff;
      filter: drop-shadow(0px 0px 12px #000); }

/* IEæ™‚ã®ãƒãƒ©ã¤ãå¯¾ç­– */
#topSlider .slick-track,
#topSlider .slick-slide,
#topSlider li.js_move img {
  backface-visibility: hidden;
  overflow: hidden; }

@media screen and (max-width: 788px) {
  #topSlider .slick-slide img {
    height: 100vh;
    width: auto;
    width: 100%;
    object-fit: cover; } }
#sliderScroll {
  width: 40px;
  position: absolute;
  bottom: 330px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000; }

#section-lead {
  width: 100%;
  padding: 160px 0 0;
  position: relative; }
  @media screen and (min-width: 789px) {
    #section-lead header {
      margin-bottom: 4em; }
    #section-lead .un-renewal {
      width: 75%; } }
  #section-lead .txt {
    margin: 1em 0 2em;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 789px) {
      #section-lead .txt {
        margin: 6em 0 0; } }
  #section-lead::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 100%;
    height: 80%;
    background: url(./lib/img/top/bgabout.svg) no-repeat 50%/cover;
    position: absolute;
    margin: 0;
    top: 0;
    z-index: -1; }

#section-lead.lazy-bg-loaded {
  background: url(./lib/img/top/sec_about.svg) no-repeat -60% 78%;
  background-size: 70%; }

.leadHd {
  font-size: 40px;
  margin-bottom: 20px; }

#leadSlider {
  width: 100%;
  position: relative;
  margin-top: 200px; }

#leadSlider li.js_move img {
  -webkit-animation: slide 10s forwards;
  animation: slide 10s forwards; }

/* IEæ™‚ã®ãƒãƒ©ã¤ãå¯¾ç­– */
#leadSlider .slick-track,
#leadSlider .slick-slide,
#leadSlider li.js_move img {
  backface-visibility: hidden;
  overflow: hidden; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0); }
  100% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0); } }
@keyframes slide {
  0% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0); }
  100% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0); } }
#aboutImg {
  width: 770px;
  margin-right: -200px;
  padding: 20px 0 60px 60px; }

/* room */
#section-facilities header,
#section-room header {
  padding: 1.5em 0 0 0; }
  @media screen and (min-width: 789px) {
    #section-facilities header,
    #section-room header {
      padding: 0 0 2em 0; } }
#section-facilities .sectionLead,
#section-room .sectionLead {
  padding-left: 2em; }
#section-facilities #aboutInfo,
#section-room #aboutInfo {
  margin-bottom: 2.6em; }
  @media screen and (min-width: 789px) {
    #section-facilities #aboutInfo .grid-col2,
    #section-room #aboutInfo .grid-col2 {
      grid-template-columns: 700px 1fr; }
    #section-facilities #aboutInfo .btn,
    #section-room #aboutInfo .btn {
      margin-left: 3em; } }

#roomInner {
  width: 100%; }
  @media screen and (min-width: 789px) {
    #roomInner {
      width: 100vw;
      margin-right: calc(50% - 50vw); }
      #roomInner .swiper-slide-next {
        padding: 48px 12px;
        transition-duration: 0.4s; } }

#roomInfo {
  width: 215px;
  padding-right: 25px; }

.roomItem {
  width: calc(50% - 2px);
  position: relative;
  padding: 0 0 4px 0; }
  .roomItem a {
    display: block;
    width: 100%; }
  .roomItem figcaption {
    position: absolute;
    left: 25px;
    bottom: 15px;
    z-index: 20;
    line-height: 1.55;
    font-size: 18px; }
    @media screen and (min-width: 789px) {
      .roomItem figcaption {
        font-size: 20px;
        padding: 6px 0 0; } }

.roomList .grid-col3 {
  gap: 4px; }
  @media screen and (min-width: 789px) {
    .roomList .grid-col3 {
      column-gap: 4px; } }

.swiper-slide.roomItem {
  width: 100%;
  padding: 0 2em 0 0; }
  @media screen and (min-width: 789px) {
    .swiper-slide.roomItem {
      width: calc(33% - 4px);
      padding: 0; } }

.renewal::before {
  content: "";
  display: block;
  width: 120px;
  height: 27px;
  position: absolute;
  top: -16px;
  transform: translateY(-50%);
  background-image: url(./lib/img/renewal.svg);
  background-size: 100% auto;
  left: 0;
  background-repeat: no-repeat; }
  @media screen and (min-width: 789px) {
    .renewal::before {
      top: -8px; } }

.rooms .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  background: url("lib/img/room/slider_caption_bg.png") repeat-x;
  background-size: auto 100%;
  color: #FFF;
  font-size: 18px;
  line-height: 100px;
  padding-left: 100px; }

.rooms .swiper-pagination {
  z-index: 999; }

/* onsen */
#onsenImg {
  width: auto;
  margin: 8px 0 0; }
  #onsenImg li {
    width: calc(33% - 3px); }

figure {
  position: relative; }
  figure figcaption.txt {
    font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #fff;
    position: absolute;
    left: 10px;
    bottom: 10px;
    line-height: 1.55; }
  figure figcaption.txt span {
    color: #fff; }

/* restrant */
#sectionRestrant {
  background: url(./lib/img/top/sec_restant.svg) no-repeat 60% 20%;
  background-size: 140%;
  padding-bottom: 0; }
  @media screen and (min-width: 789px) {
    #sectionRestrant {
      background-size: 60%;
      background-position-x: -20%;
      background-position-y: 15%; }
      #sectionRestrant .grid-col2 {
        grid-template-columns: 33% 54%;
        justify-content: end; }
      #sectionRestrant .sectionHd {
        margin-top: 114px;
        padding-bottom: 80px; }
      #sectionRestrant .gridResttant1 .btn {
        left: 100%;
        position: relative;
        transform: translateX(-100%); }
      #sectionRestrant .gridResttant2 {
        order: 2; }
        #sectionRestrant .gridResttant2 img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          height: 610px; } }

#restrantSlider {
  width: 100%;
  position: relative; }

#restrantSlider li.js_move img {
  -webkit-animation: slide 10s forwards;
  animation: slide 10s forwards; }

#restrantSlider .slick-track,
#restrantSlider .slick-slide,
#restrantSlider li.js_move img {
  backface-visibility: hidden;
  overflow: hidden; }

#restrantInner {
  width: auto;
  margin: 70px -200px 6px;
  position: relative; }
  #restrantInner .txt {
    text-align: center;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    line-height: 1.33;
    padding: 0 30px 6px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 8px #000; }
    #restrantInner .txt span {
      font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      font-size: 16px; }

#restrantInfo {
  width: auto;
  margin: 0 -120px; }

.restrantItem {
  width: 33.33333%;
  padding: 0 80px;
  height: 430px;
  box-sizing: border-box;
  background: no-repeat 50%;
  background-size: cover;
  position: relative;
  z-index: 1; }

.restrantHd {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  text-shadow: 0px 0px 6px #000; }

.restrantItem .moreBtn {
  margin-top: 8px; }

/* facility */
#section-facility {
  padding-bottom: 30px; }

#section-facility.lazy-bg-loaded {
  background: url(lib/img/top/bg-facility.jpg) no-repeat 50% 0%;
  background-size: cover; }

#facilityInner {
  display: inline-block;
  vertical-align: top;
  text-align: left; }

#lodgingInner {
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 789px) {
    #lodgingInner {
      margin-top: 192px; } }

#facilityList {
  width: auto;
  margin: 10px -120px 0; }

#facilityList li {
  width: calc(33.3333333% - 4px); }

#facilityList figcaption {
  display: block;
  padding: 10px;
  line-height: 1.3;
  font-size: 167%; }

/* notice */
#section-notice {
  width: 100%;
  padding: 30px 0 40px;
  background: #6a4028; }

#noticeTxt {
  flex: 1;
  padding-top: 20px; }

#noticeImg {
  width: 600px;
  padding: 20px 0 0 20px;
  margin-right: -120px; }

/*access*/
#topInner {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: rgba(239, 234, 204, 0.25); }
  #topInner .flex-aling {
    max-width: 1040px;
    margin: 0 auto; }

#map {
  position: absolute;
  overflow: hidden;
  width: 85%;
  height: 36%;
  top: 218vw;
  left: 50%;
  transform: translate(-50%); }
  @media screen and (min-width: 789px) {
    #map {
      top: 320px;
      left: 45%;
      width: 1080px;
      height: auto;
      max-width: 53vw;
      transform: none; } }

#mapImage {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 12%; }
  @media screen and (min-width: 789px) {
    #mapImage {
      bottom: 0;
      height: 100%;
      width: 100%;
      object-fit: cover; }
      #mapImage picture,
      #mapImage img {
        height: 100%;
        width: 100%;
        object-fit: cover; } }

/* plan */
.headline {
  margin: 0 auto;
  padding-left: 120px;
  color: #a98b41;
  font-size: 167%;
  line-height: 1.3; }

.more {
  width: 120px;
  height: 34px; }
  .more a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 134%;
    border: 1px solid #3e3e3e; }

#planReccomend {
  background-color: #6a4028;
  padding: 6em 0 3em;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  #planReccomend .inner {
    overflow: hidden; }
  #planReccomend::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(./lib/img/top/sec_planBG@sp.svg) no-repeat 50%/cover;
    width: 30%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  #planReccomend h2,
  #planReccomend .sectionLead {
    color: #fff;
    padding: 0; }
  #planReccomend .cta {
    height: 100px;
    background: rgba(0, 0, 0, 0.25);
    align-items: center;
    padding: 1em 0;
    margin: 3em 0; }
    @media screen and (max-width: 788px) {
      #planReccomend .cta {
        padding: 1em 0 3em;
        margin: 2em 0; } }
    #planReccomend .cta p,
    #planReccomend .cta a {
      color: #fff;
      margin: auto 1em;
      padding: 0 8px;
      font-size: 20px; }
      @media screen and (max-width: 788px) {
        #planReccomend .cta p,
        #planReccomend .cta a {
          margin: 0; } }
    #planReccomend .cta a {
      border-bottom: 4px double rgba(222, 106, 23, 0.5);
      filter: brightness(1.95); }
    #planReccomend .cta .note {
      font-size: 16px; }
      @media screen and (max-width: 788px) {
        #planReccomend .cta .note {
          width: 45%;
          text-align: left;
          margin: 0; } }
    #planReccomend .cta .btn span {
      color: #fff;
      font-size: 80%;
      padding: 0 8%; }
    #planReccomend .cta img {
      width: 124px;
      max-height: 100%; }
      @media screen and (max-width: 788px) {
        #planReccomend .cta img {
          width: calc(100% / 3);
          margin: 0 4% 0 0; } }
  @media screen and (min-width: 789px) {
    #planReccomend {
      padding: 64px 0 96px; }
      #planReccomend .yoyakuBtn {
        width: 300px;
        margin: 48px auto 0; } }

.btnUline {
  border-bottom: 4px double rgba(222, 106, 23, 0.5);
  color: #fff;
  margin: auto 1em;
  padding: 0 8px;
  font-size: 20px; }

#recommendList {
  width: 96%;
  margin-top: 48px;
  padding: 0 0 48px 0;
  position: relative;
  background-color: #6a4028;
  overflow: visible; }

.swiper-container3 .swiper-wrapper {
  justify-content: space-between; }

.recommendPlan {
  width: calc(100% / 3 - 18px);
  color: #fff; }

/*.recommendPlan + .recommendPlan {*/
/*	margin-left: 5px;*/
/*	z-index: -1;*/
/*}*/

.recommendPlan a {
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }
  .recommendPlan a:hover {
    background: #ededed;
    transform: scale(1.1);
    transition-duration: 0.4s;
    z-index: 3; }
    .recommendPlan a:hover .recommendPlan-ttl {
      color: #6a4028;
      text-decoration: underline; }
    .recommendPlan a:hover .moreBtn span {
      color: #6a4028;
      border: 0;
      background-image: linear-gradient(45deg, #ead285, #eabf4a); }
      .recommendPlan a:hover .moreBtn span::after {
        background-image: url(./lib/img/arrowR.svg); }
    .recommendPlan a:hover figure figcaption {
      opacity: 0.95;
      z-index: 100; }

.recommendPlan section {
  width: 100%; }

.recommendPlan-img {
  order: 1;
  width: 100%;
  min-height: 0%;
  position: relative; }
  .recommendPlan-img figcaption {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .recommendPlan-img figcaption .txt_box {
      position: relative;
      width: 100%;
      height: 100%; }
      .recommendPlan-img figcaption .txt_box > p {
        font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
        width: 100%;
        font-size: 26px;
        letter-spacing: 0.1em;
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }

.recommendPlan-ttl {
  order: 2;
  text-align: left;
  line-height: 1.55;
  padding: 12px 20px;
  color: #fff; }

.moreBtn {
  order: 3;
  width: 100%;
  margin-top: auto;
  text-align: center;
  padding: 20px 0 30px; }

.moreBtn a,
.moreBtn span {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.2em;
  color: #fff;
  border: 2px solid #e4cd83;
  padding: 0 2em 0 1em;
  font-size: 18px; }
  .moreBtn a::after,
  .moreBtn span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(lib/img/arrowR.svg) no-repeat 95% 50%;
    background-size: 6px auto; }

.slick-dots li.slick-active button {
  background-color: #de6a1c; }

/* news */
#newsArea {
  width: 1080px;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  #newsArea .sectionLead {
    padding: 0 0 32px; }
    @media screen and (min-width: 789px) {
      #newsArea .sectionLead {
        padding: 0 0 24px; } }
  #newsArea header {
    width: 240px; }
  #newsArea .slider_thumb {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 64px;
    width: 240px; }
    #newsArea .slider_thumb .swiper-wrapper {
      text-align: left;
      transform: translate3d(0px, 0px, 0px) !important;
      padding: 2px; }
    #newsArea .slider_thumb .swiper-slide {
      display: block;
      width: 10px !important;
      height: 10px;
      opacity: 0.5;
      background-color: #DE6A1C;
      border-radius: 50%;
      transition: all 0.3s ease; }
    #newsArea .slider_thumb .swiper-slide-thumb-active {
      opacity: 1;
      transform: scale(1.4); }
  #newsArea .slider {
    width: calc(100% - 240px); }
    #newsArea .slider .swiper {
      width: 100vw;
      float: left; }
      #newsArea .slider .swiper .swiper-slide {
        width: 356px; }

@media screen and (min-width: 789px) {
  #newsArea {
    width: auto;
    margin: 0 40px; } }
@media screen and (max-width: 788px) {
  #newsArea {
    margin: 0 20px; }
    #newsArea header {
      width: 100%; }
      #newsArea header h2 {
        padding: 0; }
        #newsArea header h2 br {
          display: none; }
    #newsArea .slider_thumb {
      width: 100%;
      bottom: -30px; }
      #newsArea .slider_thumb .swiper-wrapper {
        justify-content: center; }
    #newsArea .slider {
      width: 100%; }
      #newsArea .slider .swiper {
        width: 100%;
        float: none; }
        #newsArea .slider .swiper .swiper-slide {
          width: 80%; } }
.newsItem {
  box-sizing: border-box;
  padding: 0 10px; }

.newsItem .newsDate,
.infoItem .newsDate {
  margin: 15px 0 0; }

/*ã€€ã‚¢ã‚¯ã‚»ã‚¹ï¼†å‘¨è¾ºè¦³å…‰*/
#halfArea {
  width: 36%;
  padding: 0 0 600px 50px; }

.topColumn {
  width: 418px;
  padding: 48px 40px 160px 60px; }
  .topColumn .sectionHd {
    margin-bottom: 2em; }

.topColumn + .topColumn {
  margin-top: 30px; }

.topColumn .headline {
  margin: 0;
  padding-left: 0; }

.topColumnList {
  width: 100%;
  margin-top: 40px; }

.topColumnList li {
  color: #3e3a39;
  font-size: 150%;
  line-height: 1.44;
  padding-left: 50px;
  position: relative; }

.topColumnList li + li {
  margin-top: 24px; }

.topColumnList li::before {
  display: block;
  content: "";
  background: no-repeat 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.topColumnList .style1::before {
  width: 40px;
  height: 16px;
  background-image: url(lib/img/top/icon-access.svg);
  left: 0; }

.topColumnList .style2::before {
  width: 22px;
  height: 36px;
  background-image: url(lib/img/top/icon-spot.svg);
  left: 10px; }

/* spot */
.spotItem {
  width: 480px; }

.spotItem figcaption {
  position: absolute;
  bottom: 8px;
  left: 20px;
  line-height: 1.625;
  font-size: 134%;
  text-shadow: 0px 0px 6px #000; }

/*Sightseeing*/
#section-sightseeing {
  position: relative;
  z-index: 10; }
  #section-sightseeing .sectionHeader {
    width: 90%;
    margin: 0 auto 2em; }
    @media screen and (min-width: 789px) {
      #section-sightseeing .sectionHeader {
        width: 24%;
        width: 425px;
        margin: auto 48px auto auto; }
        #section-sightseeing .sectionHeader .sectionHd {
          padding-bottom: 1.5em; } }
  #section-sightseeing .sectionPlace {
    position: relative;
    margin: 0 20px 4em;
    padding: 0; }
    #section-sightseeing .sectionPlace picture,
    #section-sightseeing .sectionPlace img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #section-sightseeing .sectionPlace .txt {
      position: absolute;
      bottom: 12px;
      left: 12px;
      z-index: 2; }
      #section-sightseeing .sectionPlace .txt p,
      #section-sightseeing .sectionPlace .txt span {
        color: #fff; }
    @media screen and (min-width: 789px) {
      #section-sightseeing .sectionPlace {
        width: 1080px;
        width: 54%;
        height: 610px;
        margin: 0; }
        #section-sightseeing .sectionPlace .txt {
          position: absolute;
          bottom: 24px;
          left: 24px;
          z-index: 2; } }
  #section-sightseeing .swiper-pagination {
    position: absolute;
    bottom: 36px; }
    @media screen and (min-width: 789px) {
      #section-sightseeing .swiper-pagination {
        text-align: center;
        left: -170px;
        bottom: 24px; } }
  #section-sightseeing .swiper-pagination-bullet {
    background-color: #6a4028;
    margin: 0 8px; }
  #section-sightseeing .swiper-pagination-bullet-active {
    border-color: #6a4028;
    background-color: #6a4028; }
  #section-sightseeing .sightseeingAccess {
    font-size: 1em; }
    #section-sightseeing .sightseeingAccess img.icoCar {
      height: 22px;
      width: auto;
      margin: 0 12px; }
    #section-sightseeing .sightseeingAccess img.icoWalk {
      height: 28px;
      width: auto;
      margin: 0 12px 0 16px; }

#sightseeingSlider {
  width: 100%; }
  #sightseeingSlider #sliderSS01 {
    background-color: #a4c5a8; }
  #sightseeingSlider #sliderSS02 {
    background-color: #b4c2d8; }
  #sightseeingSlider #sliderSS03 {
    background-color: #e9e29e; }
  #sightseeingSlider #sliderSS04 {
    background-color: #c1bbd6; }

.sightseeingTag {
  background-color: #8fb896;
  width: 220px;
  height: 38px;
  text-align: center;
  line-height: 38px; }
  #ss02img .sightseeingTag {
    background-color: #8da3c4; }
  #ss03img .sightseeingTag {
    background-color: #ded46e;
    color: #6a4028 !important; }
  #ss04img .sightseeingTag {
    background-color: #695c98; }

.sightseeingTitile {
  font-size: 18px;
  line-height: 2.3;
  margin-left: 1em; }
  @media screen and (min-width: 789px) {
    .sightseeingTitile {
      font-size: 20px; } }
  .sightseeingTitile .expicon::before {
    width: 10px;
    left: 21px; }
    #ss02img .sightseeingTitile .expicon::before {
      background-image: url(./lib/img/top/icoheadBL.svg); }
    #ss03img .sightseeingTitile .expicon::before {
      background-image: url(./lib/img/top/icoheadYE.svg); }
    #ss04img .sightseeingTitile .expicon::before {
      background-image: url(./lib/img/top/icoheadPU.svg); }

/*------------------------------------------------------------
    CONTACT
------------------------------------------------------------*/
.grecaptcha-badge {
  /* reCAPTCHA */
  bottom: 120px !important; }

#formTbl {
  width: 100%;
  margin: 40px 0; }

#formTbl th,
#formTbl td {
  padding: 20px 0;
  line-height: 40px;
  vertical-align: top; }

#formTbl tr:not(:last-child) th,
#formTbl tr:not(:last-child) td {
  border-bottom: 1px solid #3e3e3e; }

#formTbl th {
  width: 250px;
  font-size: 150%;
  text-align: left;
  padding-left: 25px; }

#formTbl td {
  padding-right: 35px; }

#formTbl td .txt {
  display: block;
  line-height: 1.66;
  padding-left: 5px;
  margin-top: 5px; }

#formTbl td .txt + .txt {
  margin-top: 10px; }

.form-input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 150%;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  background: none;
  box-sizing: border-box; }

.form-textarea {
  width: 100%;
  height: 130px;
  padding: 10px;
  color: #fff;
  font-size: 150%;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  resize: none;
  overflow: auto; }

/* ãƒ€ã‚¤ãƒŠãƒŸãƒƒã‚¯ãƒ•ã‚©ãƒ³ãƒˆã®å ´åˆãƒ•ã‚©ãƒ¼ãƒ ã§è‡ªç”±ã«å…¥åŠ›ã™ã‚‹æ¼¢å­—ã¯èª­ã¿è¾¼ã¾ãªã„ãŸã‚ */
.form-textarea.wid {
  height: 215px; }

.form-submit[type="submit"] {
  display: block;
  width: 200px;
  height: 55px;
  color: #a98b41;
  font-size: 134%;
  background: none;
  border: 1px solid #3e3e3e;
  margin: 0 auto;
  outline: none; }

.txtBox {
  margin-top: 40px;
  text-align: center; }

.txtBox .txt {
  line-height: 1.66;
  display: inline-block;
  text-align: left; }

#section-telephone {
  width: 100%;
  text-align: center;
  padding: 60px 0 155px;
  background: #141414; }

.txtField + #section-telephone {
  margin-top: 80px; }

#contactTel {
  font-size: 33px;
  line-height: 1; }

#contactTel span {
  font-size: 50px;
  line-height: inherit; }

#contactImg {
  width: 100%;
  max-width: 1040px;
  margin: 20px auto 50px; }

#contactImg li {
  width: calc(33.333333333% - 6px); }

#contactTxt {
  font-size: 134%;
  line-height: 2.25;
  padding-left: 40px;
  text-align: left; }

.mail_img {
  display: inline !important;
  vertical-align: top; }

/*------------------------------------------------------------
    NEWS
------------------------------------------------------------*/
.infoItem {
  width: 320px; }

#pagination {
  width: 100%;
  margin-top: 60px;
  padding: 7px 0;
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e; }

#pageTxt {
  font-size: 150%;
  margin-right: 20px; }

#pageNavi li {
  min-width: 24px;
  height: 24px; }

#pageNavi li + li {
  margin-left: 6px; }

#pageNavi a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 134%;
  border: 1px solid #3e3e3e;
  transition: all 0.2s ease-out;
  box-sizing: border-box; }

#pageNavi .wid {
  padding: 0 30px; }

#pageNavi a:hover,
#pageNavi .active {
  background: #3e3e3e; }

#section-info {
  width: 100%;
  padding: 60px 0 200px;
  background: #141414; }

.column-info {
  min-width: 320px;
  max-width: 400px;
  padding-bottom: 30px; }

.column-info + .column-info {
  padding-left: 60px;
  margin-left: 100px;
  border-left: 1px solid #3e3e3e; }

.infoHd {
  width: 100%;
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px; }

#newsImg {
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }

#newsLogo {
  width: 205px;
  margin: 30px auto 20px; }

#newsAddress {
  font-size: 134%;
  line-height: 2.25; }

.newsBtn {
  width: 100%;
  height: 40px; }
  .newsBtn a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 40px;
    font-size: 150%;
    text-align: center;
    color: #fff;
    background: #232323;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.newsBtn + .newsBtn {
  margin-top: 7px; }

/* è©³ç´° */
#articleHd {
  width: auto;
  padding: 10px 10px 15px;
  border-bottom: 1px solid #3e3e3e; }
  #articleHd .sectionLead {
    font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    padding-bottom: 0; }

#editor {
  width: auto;
  max-width: 800px;
  margin: 20px auto 0;
  font-size: 150%; }
  #editor img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto; }

#editor > * {
  padding-top: 30px; }

/*------------------------------------------------------------
    PRIVACY
------------------------------------------------------------*/
.privacyBox + .privacyBox {
  margin-top: 40px; }

.privacyBox .sectionLead {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3e3e3e; }

.privacyBox .txt {
  line-height: 1.55; }

/*------------------------------------------------------------
    STAY
------------------------------------------------------------*/
#stayMenu {
  width: 100%;
  padding: 80px 0;
  margin-bottom: 90px;
  background: url(lib/img/stay/bg-stay.jpg) no-repeat 50%;
  background-size: cover; }

#stayMenu li {
  width: calc(25% - 4px); }

#stayMenu img {
  min-height: 0%; }

#stayMenu dl {
  width: 100%;
  min-height: 154px;
  padding: 15px 20px;
  background: #000;
  box-sizing: border-box; }

#stayMenu dt {
  color: #a98b41;
  font-size: 134%;
  line-height: 1.75;
  margin-bottom: 5px; }

#stayMenu dd {
  font-size: 150%;
  line-height: 1.55; }

#stayMenu .btn {
  margin-top: 20px;
  max-width: 240px; }

.stayPlanItem {
  width: 100%;
  padding: 30px 0 40px;
  border-top: 1px solid #3e3e3e; }

.stayPlanItem:last-of-type {
  margin-bottom: 110px;
  border-bottom: 1px solid #3e3e3e; }

.stayPlanItemHd {
  line-height: 1.38;
  font-size: 216%;
  margin-bottom: 30px; }

.stayPlanItemImg {
  width: 380px; }

.stayPlanItemList {
  width: calc(100% - 440px); }

.stayPlanItemList li + li {
  margin-top: 10px; }

.stayPlanItemList .btn {
  width: 230px;
  margin-top: 0; }

.stayPlanItemList .btn.wid {
  width: 270px; }

.stayPlanItemName {
  flex: 1;
  padding-left: 34px;
  font-size: 150%;
  box-sizing: border-box;
  position: relative; }

.stayPlanItemName::before {
  display: block;
  content: "";
  width: 24px;
  height: 16px;
  background: url(lib/img/stay/icon-plan.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

/*------------------------------------------------------------
    GRAMPING
------------------------------------------------------------*/
.menuColumn {
  width: 100%;
  margin-top: 70px; }

.menuImg {
  width: 720px;
  margin-left: -200px;
  position: relative;
  z-index: 10; }

.menuInfo {
  width: 460px; }

.menuInfo dt {
  font-size: 28px;
  line-height: 1.28;
  margin-bottom: 20px;
  position: relative;
  z-index: 10; }

.menuInfo li {
  padding-left: 1em;
  text-indent: -1em; }

.menuInfo li::before {
  content: "ãƒ»"; }

.facilityItem {
  width: 100%;
  margin-top: 30px; }

.facilityHd {
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px; }

.facilityHd span {
  font-size: 20px; }

.facilityInfo {
  width: auto;
  padding: 15px 35px 0; }

.facilityInfo table {
  width: 100%; }

.facilityInfo th {
  width: 140px;
  font-size: 142%;
  line-height: 2.25;
  text-align: left;
  padding: 15px 0;
  vertical-align: top;
  border-bottom: 1px solid #3e3e3e; }

.facilityInfo td {
  font-size: 134%;
  line-height: 2.25;
  padding: 15px 0;
  border-bottom: 1px solid #3e3e3e; }

#cautionList {
  max-width: 980px; }

#cautionList li {
  padding-left: 1em;
  text-indent: -1em; }

#cautionList li::before {
  content: "ãƒ»"; }

#cautionList li + li {
  margin-top: 10px; }

/*------------------------------------------------------------
    ABOUT
------------------------------------------------------------*/
.section-message {
  width: 100%;
  padding: 70px 0 80px;
  margin-bottom: 80px;
  background: url(lib/img/about/bg-message.jpg) no-repeat 50% bottom;
  background-size: 100% auto;
  position: relative;
  z-index: 1; }

#mesageSlider {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden; }

#mesageSlider ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0; }

#mesageSlider ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  margin-right: 5px; }

#mesageSlider ul + ul {
  -webkit-animation: loop2 50s linear infinite;
  animation: loop2 50s linear infinite; }

#mesageSlider:hover ul {
  animation-play-state: paused; }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
.messageImg {
  width: auto;
  margin: 40px -200px 20px; }

.messageItem {
  margin-left: 5px; }

.messageItem img {
  width: auto;
  height: 400px; }

#messageTxt {
  padding: 200px 0 130px; }

#messageMap {
  width: 2006px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  transform: translateX(-50%);
  z-index: -1; }

#section-season {
  width: auto;
  margin: 0 -200px;
  position: relative; }

#seasonNavi {
  position: absolute;
  right: 200px;
  top: -50px;
  z-index: 100; }

#seasonNavi li + li {
  margin-left: 12px; }

#seasonNavi a {
  width: 100px;
  height: 100px;
  font-size: 28px;
  transition: all 0.2s ease-out; }

#seasonNavi a:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5); }

#seasonNavi .season1 {
  background: #9b1a38; }

#seasonNavi .season2 {
  background: #006837; }

#seasonNavi .season3 {
  background: #805a24; }

#seasonNavi .season4 {
  background: #2e316e; }

.season-slider {
  width: 100%;
  overflow: hidden; }

.seasinImg {
  order: 1;
  width: 770px; }

.seasonInfo {
  width: calc(100% - 770px);
  padding: 120px 200px 0 40px;
  box-sizing: border-box;
  order: 2;
  color: inherit; }

.season-slider .flex,
.seasonInfo dt,
.seasonInfo dd {
  color: inherit; }

.season-slider .season1 {
  background: #e6c6cd;
  color: #9b1a38; }

.season-slider .season2 {
  background: #bfd9cd;
  color: #006837; }

.season-slider .season3 {
  background: #dfd6c8;
  color: #805a24; }

.season-slider .season4 {
  background: #cbcbdb;
  color: #2e316e; }

#section-season .pagination {
  width: 430px;
  position: absolute;
  right: 200px;
  bottom: 15px;
  z-index: 10; }

#section-season .swiper-button-prev {
  background-image: url(lib/img/icon-swiper-prev-brown.svg); }

#section-season .swiper-button-next {
  background-image: url(lib/img/icon-swiper-next-brown.svg); }

#section-season .swiper-pagination-bullet {
  background: #704025; }

#section-season .swiper-pagination-bullet-active {
  background: none;
  border-color: #704025; }

.about-container {
  width: 100%;
  margin-top: 60px; }

.aboutInfo {
  width: 480px; }

.aboutInfo.wid {
  width: 490px; }

.aboutInfo.wid .txt {
  letter-spacing: -0.04em; }

.aboutInfo.wid .txtL {
  line-height: 1.3; }

.imgMaker.style-top {
  margin-top: 20px; }

.aboutImg {
  width: 640px;
  position: relative;
  z-index: 10; }

.aboutLodding {
  width: 1280px;
  margin-left: -760px;
  overflow: hidden; }

.aboutLoddingItem {
  width: 50%; }

.aboutLodding .pagination {
  width: 520px;
  margin-left: 760px; }

.section-facility {
  position: relative;
  z-index: 1; }

.section-facility::before {
  display: block;
  content: "";
  width: 100%;
  height: 700px;
  background: url(lib/img/about/bg-facility.jpg) no-repeat 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.facilityColumn {
  width: 100%;
  height: 630px;
  margin-bottom: 40px; }

#section-glamping {
  width: 100%;
  padding: 400px 0 30px;
  position: relative;
  z-index: -1; }

#section-glamping::before {
  display: block;
  content: "";
  width: 1440px;
  height: 500px;
  background: url(lib/img/about/bg-facility2.jpg) no-repeat 50%;
  background-size: cover;
  position: absolute;
  left: -200px;
  top: 0;
  z-index: -1; }

#section-glamping .aboutInfo {
  padding-bottom: 50px; }

.informationArea {
  width: 100%;
  padding-bottom: 150px; }

/*------------------------------------------------------------
    ROOM
------------------------------------------------------------*/
.roomInfo {
  width: 300px; }

.roomSlide-container {
  width: 1170px;
  overflow: hidden; }

.roomSlide-container .pagination {
  width: 700px; }

.roomImg {
  width: 100%;
  margin: 30px 0 50px; }

.floorItem {
  width: auto;
  padding: 30px 60px 80px;
  border: 1px solid #3e3e3e; }

.roomfacility {
  width: auto;
  margin-top: 40px;
  padding: 30px 40px 40px;
  background: #232323;
  border: 1px solid #3e3e3e; }

.roomfacility .txtL {
  padding-left: 20px; }

.facilityTbl {
  width: 100%;
  font-size: 150%; }

.facilityTbl th {
  width: 180px;
  padding: 0 0 15px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #3e3e3e; }

.facilityTbl td {
  vertical-align: top;
  padding-bottom: 15px;
  border-bottom: 1px solid #3e3e3e; }

.facilityTbl tr:not(:first-child) th,
.facilityTbl tr:not(:first-child) td {
  padding-top: 15px; }

.floorImg {
  width: 100%;
  width: 418px;
  margin: 0 auto;
  padding-top: 10px; }

.amenityWrap {
  width: 100%;
  padding-top: 70px;
  margin-top: 70px;
  background: #000; }

.amenutyHd {
  color: #a98b41;
  font-size: 167%;
  margin-bottom: 10px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #3e3e3e; }

.amenutyHd.nobdr {
  border-bottom: none;
  margin-bottom: 20px; }

.amenutyHd + .txt {
  padding: 0 20px; }

.roomAmenityImg {
  width: auto;
  margin: 25px -45px 0; }

.roomAmenityImg li {
  width: calc(50% - 5px); }

/*------------------------------------------------------------
    FOOD
------------------------------------------------------------*/
.bg-black {
  background: #141414; }

.foodSlider {
  width: 100%;
  margin: 80px 0 40px;
  position: relative; }

.foodSlider:after {
  position: absolute;
  content: "";
  left: -750px;
  top: 0;
  height: 100%;
  width: 750px;
  background: #000;
  z-index: 1; }

.foodSlider .swiper-slide {
  width: 750px; }

.foodSlider .swiper-slide + .swiper-slide {
  margin-left: 10px; }

.foodInner {
  width: auto;
  margin-left: -200px;
  margin-right: -200px;
  position: relative;
  z-index: 10;
  min-height: 0%; }

.foodInner .txt {
  position: absolute;
  left: 200px;
  right: 200px;
  top: 30px;
  color: #704025;
  z-index: 20; }

.foodInner li {
  width: calc(33.3333333% - 4px);
  margin-top: 20px; }

.foodInner li:nth-child(n + 4) {
  margin-top: 6px; }

#dinnerInfo {
  width: auto;
  min-height: 0%;
  padding: 30px 75px 30px 65px;
  margin-top: 40px;
  background: #232323;
  border: 1px solid #3e3e3e; }

#dinnerList {
  width: calc(100% - 400px); }

#dinnerImg {
  width: 360px;
  padding-top: 10px; }

#dinnerTxt {
  width: auto;
  font-size: 134%;
  line-height: 1.625;
  padding: 25px 20px 0;
  margin: 40px -20px 0;
  border-top: 1px solid #3e3e3e; }

.foodImg {
  width: 770px;
  margin-left: -200px; }

.foodInfo {
  width: 430px; }

.foodImgList {
  width: 100%;
  margin-top: 40px; }

.foodImgList_bar {
  width: 100%;
  margin-top: 40px; }

.foodImgList_bar li {
  width: calc(50% - 6px); }

.foodImgList li {
  width: calc(33.3333333% - 6px); }

#Sliderfood1 .swiper-slide {
  width: 640px; }

#food5 .btn a,
#food5 .btn a span {
  color: #b7282e; }

#food5 .btn a::after {
  background-image: url(./lib/img/btnMore-red.svg); }

/*------------------------------------------------------------
    ONSEN
------------------------------------------------------------*/
.onsenSlider {
  width: auto;
  margin: 30px -120px 40px;
  overflow: hidden; }

.leftImg {
  width: 717px; }

.rightImg {
  width: 317px; }

/*onsen*/
.sectionOnsen.lazy-bg-loaded {
  background: url(lib/img/top/sec_onsen.svg) no-repeat 100% 10%;
  background-size: 55%; }
@media screen and (min-width: 789px) {
  .sectionOnsen .grid-col2 {
    grid-template-columns: 55% 45%; } }
.sectionOnsen .colTxt {
  width: auto;
  padding: 0 20px 2em 20px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: space-around; }
  .sectionOnsen .colTxt .sectionHd {
    padding: 1.5em 0; }
  .sectionOnsen .colTxt .btn {
    margin: 1.5em auto 0; }
  @media screen and (min-width: 789px) {
    .sectionOnsen .colTxt {
      width: 66%;
      padding: 0 0 0 2em; }
      .sectionOnsen .colTxt .sectionHd {
        padding: 0 0 3em 0; } }
.sectionOnsen .onsenTag {
  background-color: #de6a1c;
  color: #fff;
  padding: 0.2em 1.6em; }
.sectionOnsen .onsenTtl {
  font-size: 130%;
  padding: 0.5em 0;
  letter-spacing: 0.2em;
  color: #6a4028; }
  @media screen and (min-width: 789px) {
    .sectionOnsen .onsenTtl {
      text-shadow: -1px -1px 1px #fbfaf2, -1px 0 1px #fbfaf2, -1px 1px 1px #fbfaf2, 0 -1px 1px #fbfaf2, 0 1px 1px #fbfaf2, 1px -1px 1px #fbfaf2, 1px 0 1px #fbfaf2, 1px 1px 1px #fbfaf2;
      font-size: 180%;
      padding: 1em 0 1.5em; } }
.sectionOnsen .onsenTxt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 2.25em;
  color: #6a4028; }
  @media screen and (min-width: 789px) {
    .sectionOnsen .onsenTxt {
      text-shadow: -1px -1px 1px #fbfaf2, -1px 0 1px #fbfaf2, -1px 1px 1px #fbfaf2, 0 -1px 1px #fbfaf2, 0 1px 1px #fbfaf2, 1px -1px 1px #fbfaf2, 1px 0 1px #fbfaf2, 1px 1px 1px #fbfaf2;
      line-height: 3em; } }
.sectionOnsen .onsenItem .img {
  margin: 3em 0 1em; }
  @media screen and (min-width: 789px) {
    .sectionOnsen .onsenItem .img {
      margin: 4em 0 1em; } }
@media screen and (min-width: 789px) {
  .sectionOnsen .gridOnsen {
    height: 610px; }
    .sectionOnsen .gridOnsen img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sectionOnsen .onsenItem {
    margin-top: 24px;
    position: relative; }
    .sectionOnsen .onsenItem picture {
      height: 490px; }
      .sectionOnsen .onsenItem picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .sectionOnsen .onsenItem .txt {
      position: absolute;
      top: 50%;
      left: 30%;
      transform: translateY(-50%) translateX(-50%);
      width: 30%; }
    .sectionOnsen .onsenItem .img {
      width: 64%;
      margin: 0 0 0 36%; } }

/*------------------------------------------------------------
    TOURISM
------------------------------------------------------------*/
.pickupSpot {
  width: 100%;
  padding-bottom: 80px;
  background: no-repeat 50% 0;
  background-size: contain; }

.pickupSpot.style1 {
  background-color: #081a2e;
  background-image: url(lib/img/tourism/bg-pickup1.png); }

.pickupSpot.style2 {
  background-color: #232323;
  background-image: url(lib/img/tourism/bg-pickup2.png); }

.pickupHd {
  height: 590px;
  padding: 35px 10px 35px 5px;
  line-height: 1.4;
  font-size: 167%;
  text-shadow: 0px 0px 6px #000;
  box-sizing: border-box; }

.pickupHd .title {
  font-size: 25px; }

.spotLead {
  width: auto;
  padding: 0 10px;
  font-size: 150%;
  margin-bottom: 10px;
  line-height: 40px;
  background: #a98b41; }

.inline.spotLead {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px; }

.spotImg {
  width: 100%;
  margin-bottom: 20px; }

.spotImg li {
  width: calc(50% - 30px); }

.spotItem-tb {
  width: 100%; }

.spotBtn {
  width: 100%;
  max-width: 490px;
  margin: auto auto 0;
  padding-top: 30px; }

.spotBtn li {
  width: calc(50% - 15px);
  height: 55px; }

.spotBtn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 51px;
  font-size: 150%;
  border: 2px solid #9e9e9e; }

.spotBtn .style1 {
  color: #fff;
  background: #704025; }

.spotBtn .style2 {
  color: #704025;
  background: #fff; }

.spotImg2 {
  width: 490px;
  padding-right: 60px; }

.spotListItem {
  width: 490px;
  margin-top: 70px; }

.spotListItem header {
  width: 100%;
  min-height: 0%; }

.spotItemHd {
  font-size: 200%;
  margin-bottom: 10px; }

.spotItemHd span {
  font-size: 16px; }

.spotItemImg {
  width: 100%;
  margin-bottom: 20px; }

/*Restrant*/
.gridResttant1 {
  padding: 0 20px; }
  .gridResttant1 .sectionHd {
    padding: 1.5em 0 2em; }
  @media screen and (min-width: 789px) {
    .gridResttant1 {
      height: 100%;
      margin: auto;
      padding: 0;
      width: 414px;
      max-width: 90%;
      display: flex;
      flex-wrap: wrap;
      flex-flow: column;
      justify-content: space-around; }
      .gridResttant1 .sectionHd {
        padding: 1em 0; } }

.contentRestrant {
  background-color: #6a4028;
  background: url(lib/img/top/bgRestrant@sp.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  .contentRestrant .grid {
    gap: 1.5em; }
  .contentRestrant p,
  .contentRestrant figcaption span,
  .contentRestrant figcaption.txt {
    color: #fff; }
  .contentRestrant p {
    padding: 1em 0; }
  .contentRestrant img {
    max-width: 100%; }
  .contentRestrant #restrantContent1 {
    padding-top: 8px; }
  @media screen and (min-width: 789px) {
    .contentRestrant {
      margin-top: 2em;
      background: url(lib/img/top/bgRestrant.jpg) no-repeat; }
      .contentRestrant p {
        margin: auto; }
      .contentRestrant .grid {
        grid-template-columns: 500px 1fr 1fr;
        grid-template-rows: 192px 420px;
        gap: 8px; }
        .contentRestrant .grid figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .contentRestrant .grid picture {
          width: 100%;
          height: 100%; }
        .contentRestrant .grid #restrantContent1 {
          grid-area: 1/1/3/2;
          padding-top: 0; }
        .contentRestrant .grid #restrantContent2 {
          grid-area: 1/2/2/4; }
        .contentRestrant .grid #restrantContent3 {
          grid-area: 2/2/3/3; }
        .contentRestrant .grid #restrantContent4 {
          grid-area: 2/3/3/4; } }

/*Experience*/
.bgGL {
  background-color: #8fb896; }

.bgBL {
  background-color: #8da3c4; }

.bgYE {
  background-color: #ded46e;
  color: #6a4028; }

#section-experience {
  background: url(lib/img/top/bgExp@sp.png) no-repeat;
  background: url(lib/img/top/bgExp@sp.webp) no-repeat;
  background-size: contain;
  padding-top: 4.5em; }
  @media screen and (min-width: 789px) {
    #section-experience {
      background: url(lib/img/top/bgExp.png) no-repeat;
      background: url(lib/img/top/bgExp.webp) no-repeat;
      background-size: 120%;
      padding-top: 160px; } }
  #section-experience header .sectionHd,
  #section-experience header .sectionLead,
  #section-experience header .txt {
    color: #fff; }
  @media screen and (min-width: 789px) {
    #section-experience header {
      padding-bottom: 192px; } }
  #section-experience #experienceList {
    justify-content: center; }
    #section-experience #experienceList img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media screen and (min-width: 789px) {
      #section-experience #experienceList {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px; } }
    #section-experience #experienceList .experienceItem figure img,
    #section-experience #experienceList .experienceItem figure > figcaption {
      width: 100%;
      color: #6a4028; }
    #section-experience #experienceList .experienceItem figure > figcaption.txt {
      font-size: 24px;
      text-align: center;
      color: #6a4028;
      left: 0;
      bottom: 8px;
      text-shadow: 1px 1px 0 #8fb896, -1px -1px 0 #8fb896, -1px 1px 0 #8fb896, 1px -1px 0 #8fb896, 0px 1px 0 #8fb896, -1px 0 #8fb896, -1px 0 0 #8fb896, 1px 0 0 #8fb896; }
      #section-experience #experienceList .experienceItem figure > figcaption.txt small {
        font-size: 60%;
        margin-top: 0.5em;
        color: #6a4028; }
    #section-experience #experienceList .experienceItem.exp02 figure > figcaption.txt {
      text-shadow: 1px 1px 0 #8da3c4, -1px -1px 0 #8da3c4, -1px 1px 0 #8da3c4, 1px -1px 0 #8da3c4, 0px 1px 0 #8da3c4, -1px 0 #8da3c4, -1px 0 0 #8da3c4, 1px 0 0 #8da3c4; }
    @media screen and (max-width: 788px) {
      #section-experience #experienceList .experienceItem.exp02 {
        margin: 3em 0; } }
    #section-experience #experienceList .experienceItem.exp03 figure > figcaption.txt {
      text-shadow: 1px 1px 0 #ded46e, -1px -1px 0 #ded46e, -1px 1px 0 #ded46e, 1px -1px 0 #ded46e, 0px 1px 0 #ded46e, -1px 0 #ded46e, -1px 0 0 #ded46e, 1px 0 0 #ded46e; }
    #section-experience #experienceList .experienceItem .experienceDetail {
      padding: 16px 0 0;
      align-items: flex-start;
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      #section-experience #experienceList .experienceItem .experienceDetail .exphead {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 10; }
      #section-experience #experienceList .experienceItem .experienceDetail .txt {
        margin: 0 8px 0 0;
        position: relative; }
        #section-experience #experienceList .experienceItem .experienceDetail .txt h4 {
          color: #fff; }
        #section-experience #experienceList .experienceItem .experienceDetail .txt p {
          font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #6a4028;
          padding: 1em 0;
          line-height: 30px; }
      #section-experience #experienceList .experienceItem .experienceDetail .bgYE h4 {
        color: #6a4028; }
      @media screen and (min-width: 789px) {
        #section-experience #experienceList .experienceItem .experienceDetail {
          padding: 16px 8px 0; }
          #section-experience #experienceList .experienceItem .experienceDetail .exphead {
            width: 220px;
            height: 66px; } }
  #section-experience .experienceColumn {
    padding: 1em;
    margin: 3em -20px 0;
    background-color: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25)); }
    #section-experience .experienceColumn .sectionHd {
      padding: 0 0 1em 0; }
    #section-experience .experienceColumn .sectionLead {
      padding-left: 2em; }
    #section-experience .experienceColumn img {
      max-width: 100%; }
    #section-experience .experienceColumn .columntxt {
      padding: 1.5em 0.5em 2em; }
    @media screen and (min-width: 789px) {
      #section-experience .experienceColumn {
        display: grid;
        grid-template-columns: 742px auto;
        align-items: center;
        gap: 32px;
        padding: 32px;
        margin: 48px auto 0; }
        #section-experience .experienceColumn img {
          width: 742px; }
        #section-experience .experienceColumn .txt {
          width: 370px; }
        #section-experience .experienceColumn .columntxt {
          padding: 0; } }

.expicon {
  display: inline-block;
  margin: 0 1.5em 0 0; }
  .expicon::before {
    content: "";
    display: block;
    width: 14px;
    height: 100%;
    position: absolute;
    bottom: 8%;
    left: 6px;
    transform: translateY(25%);
    background-image: url(./lib/img/top/icoheadGL.svg);
    background-size: 100% auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 789px) {
      .expicon::before {
        bottom: 3px;
        left: 4px; } }
  .expicon.exp2::before {
    background-image: url(./lib/img/top/icoheadBL.svg);
    bottom: 9%; }
    @media screen and (min-width: 789px) {
      .expicon.exp2::before {
        bottom: 10px; } }
  .expicon.exp3::before {
    background-image: url(./lib/img/top/icoheadYE.svg);
    bottom: 9%; }
    @media screen and (min-width: 789px) {
      .expicon.exp3::before {
        bottom: 10px; } }

/*------------------------------------------------------------
    ACCESS
------------------------------------------------------------*/
#accessMap {
  width: 520px; }

#googleMap {
  width: 100%;
  height: 450px;
  margin-top: 40px;
  position: relative; }

#googleMap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.accessHd {
  width: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 80px;
  background: #3e3e3e;
  margin-bottom: 30px; }

.linkHd {
  width: 100%;
  text-align: center;
  font-size: 167%;
  line-height: 100px;
  background: url(lib/img/bg-detail.svg) no-repeat right 0%;
  margin-bottom: 40px; }

.accessItem {
  margin-top: 70px; }

.accessSubHd {
  padding-left: 56px;
  font-size: 28px;
  margin-bottom: 30px;
  background: no-repeat 0 50%; }

.accessRoute {
  width: auto;
  padding: 25px 40px 25px 60px;
  margin-top: 40px;
  background: #232323;
  border: 2px solid #3e3e3e; }

.icon-car {
  background-image: url(lib/img/access/icon-car.svg);
  background-size: 40px auto; }

.icon-train {
  background-image: url(lib/img/access/icon-train.svg);
  background-size: 44px auto; }

.accessRoute dt {
  padding-left: 56px;
  font-size: 167%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 50%; }

.infoTbl {
  width: auto;
  padding: 0 45px; }

.accessRoute + .infoTbl {
  margin-top: 30px; }

.infoTbl table {
  width: 100%;
  font-size: 150%; }

.infoTbl tr:not(:first-child) th,
.infoTbl tr:not(:first-child) td {
  padding-top: 15px; }

.infoTbl th {
  width: 220px;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 15px;
  line-height: 1.8;
  vertical-align: top;
  border-bottom: 1px solid #3e3e3e; }

.infoTbl td {
  line-height: 1.8;
  padding-bottom: 15px;
  vertical-align: top;
  border-bottom: 1px solid #3e3e3e; }

.linkItem + .linkItem {
  margin-top: 10px; }

#busNavi,
#busNavi02 {
  width: 100%;
  margin: 30px 0; }

#busNavi li {
  width: 120px;
  height: 50px; }

#busNavi02 li {
  width: 160px;
  height: 50px; }

#busNavi li + li,
#busNavi02 li + li {
  margin-left: 20px; }

#busNavi a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 167%;
  background: #a98b41; }

#busNavi02 li {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 167%;
  background: #a98b41; }

.busbox02 {
  padding: 50px 0 0;
  margin: 0 auto 0;
  /*border-top:solid 1px #fff; */ }

.busbox02 dl {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  max-width: 720px;
  margin: 30px auto 0;
  font-size: 16px; }

.busbox02 dt {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  background: #3e3e3e;
  margin: 0 0 10px; }

.busbox02 dd {
  padding: 10px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  background: #232323;
  margin: 0 0 10px; }

.busbox02 dd span {
  color: #a98b41; }

.busbox02 p.bus_txt {
  width: 720px;
  text-align: right;
  margin: 0 auto; }

p.line {
  border-bottom: 1px solid #fff;
  max-width: 1030px;
  width: 80%;
  margin: 60px auto 0;
  height: 0;
  color: #000; }

@media screen and (max-width: 640px) {
  .busbox02 dl {
    flex-flow: column nowrap; }

  .busbox02 dt,
  .busbox02 dd {
    width: 100%; }

  .busbox02 dd {
    border-left: none; }

  .busbox02 dd span {
    display: block; }

  #busNavi02 li {
    width: 114px;
    font-size: 14px; }

  #busNavi02 li + li {
    margin-left: 10px; }

  .busbox02 dt {
    margin: 0; } }
#acccessBus {
  width: 520px; }

.busItem {
  width: calc(50% - 10px);
  margin-top: 15px;
  box-sizing: border-box;
  border: 1px solid #dbcfc8; }

.busHd {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  line-height: 1.38;
  font-size: 150%;
  background: #a98b41;
  border-bottom: 1px solid #dbcfc8; }

.busItem dt,
.busItem dd {
  width: 50%;
  text-align: center;
  line-height: 48px;
  box-sizing: border-box; }

.busItem dd {
  border-left: 1px solid #dbcfc8; }

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#ft-parallax {
  width: 100%;
  height: 480px;
  background: url(lib/img/bg-footer-parallax.jpg) no-repeat 50% 0;
  background-size: cover; }

#footer {
  width: 100%;
  background-color: rgba(239, 234, 204, 0.5);
  background: url(./lib/img/top/bgFooter.jpg) no-repeat 50% 0;
  background-size: cover;
  padding: 5em 0; }
  @media screen and (min-width: 789px) {
    #footer {
      padding: 192px 0 96px; } }

#ftInfoInner {
  width: 480px;
  box-sizing: border-box; }

#ftLogo {
  width: 200px;
  padding-top: 10px;
  margin-bottom: 32px; }
  #ftLogo img {
    width: 100%; }

#ftTxt {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  flex: 1;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.87;
  color: #6a4028 !important; }
  #ftTxt span {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }

#ftFacebook,
#ftInstagram,
#ftTwitter {
  width: 30%;
  margin-top: 12px; }
  #ftFacebook a,
  #ftInstagram a,
  #ftTwitter a {
    font-size: 1em; }
  #ftFacebook img,
  #ftInstagram img,
  #ftTwitter img {
    max-width: 24px;
    width: auto;
    height: 21px; }

#ftNavi {
  width: 50%;
  padding: 0 0 3.25em 0;
  box-sizing: border-box;
  align-items: flex-start; }
  #ftNavi li {
    padding-bottom: 2.5em; }
  #ftNavi a {
    color: #6a4028;
    line-height: 1;
    font-size: 20px;
    font-weight: 500; }
  #ftNavi .ftNavitxt {
    color: #6a4028;
    font-weight: 500; }
  #ftNavi .icoPDF {
    width: 1.1em;
    height: auto; }

.ftYoyalu {
  margin: 0 auto;
  padding: 36px 7%;
  background-color: rgba(106, 64, 40, 0.8); }
  .ftYoyalu img {
    max-width: 100%; }
  .ftYoyalu p,
  .ftYoyalu dt,
  .ftYoyalu ul li,
  .ftYoyalu a,
  .ftYoyalu span {
    color: #fff; }
  .ftYoyalu dt {
    font-size: 200%;
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px; }
    .ftYoyalu dt::before {
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 20px;
      height: 20px;
      background: transparent url(lib/img/icon-date.svg) no-repeat 50%;
      background-size: 20px auto;
      margin-right: 10px;
      position: relative;
      top: -2px; }
  .ftYoyalu .yoyakuImg {
    max-width: 120px; }
    @media screen and (min-width: 789px) {
      .ftYoyalu .yoyakuImg {
        width: 126px; } }
  .ftYoyalu .tel-link {
    font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 30px;
    letter-spacing: 0.1em; }

#ftYoyakuLinks {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr auto auto;
  align-items: center;
  justify-content: space-between;
  row-gap: 1em;
  margin-bottom: 2em; }
  #ftYoyakuLinks p.ftBtnUline {
    margin-top: 0; }
  #ftYoyakuLinks .yoyakuBtn {
    grid-area: 2/1/2/3;
    margin-top: 0;
    width: 100%; }
  #ftYoyakuLinks .yoyakuCancel {
    grid-area: 3/1/3/3; }
    #ftYoyakuLinks .yoyakuCancel a {
      position: relative; }
      #ftYoyakuLinks .yoyakuCancel a::after {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        right: -2em;
        width: 0.5em;
        height: 0.5em;
        margin: auto;
        background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22menu%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.21%2015.28%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23efeacc%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.57%2C15.28c-.4%2C0-.8-.15-1.11-.46-.61-.61-.61-1.6%2C0-2.22L5.42%2C7.64%2C.46%2C2.67c-.61-.61-.61-1.6%2C0-2.22%2C.61-.61%2C1.6-.61%2C2.22%2C0l6.01%2C6.01c.33%2C.29%2C.52%2C.71%2C.52%2C1.17s-.19%2C.87-.51%2C1.16L2.67%2C14.82c-.31%2C.31-.71%2C.46-1.11%2C.46Z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat; }
  @media screen and (min-width: 789px) {
    #ftYoyakuLinks {
      grid-template-columns: repeat(4, auto);
      grid-template-rows: 1fr; }
      #ftYoyakuLinks .yoyakuBtn {
        grid-area: 1/3/1/4;
        min-width: 300px; }
      #ftYoyakuLinks .yoyakuCancel {
        grid-area: 1/4/1/5; }
        #ftYoyakuLinks .yoyakuCancel a::after {
          right: -1em; } }

.ftBtnUline {
  margin: 0; }
  .ftBtnUline a {
    font-size: 20px;
    padding-left: 1em;
    letter-spacing: 0.1em;
    filter: brightness(1.95); }

.yoyakuBtn a {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #6a4028;
  background: linear-gradient(45deg, #ead285, #eabf4a);
  margin: 0 auto; }
.yoyakuBtn .cancel {
  font-size: 125%; }
@media screen and (min-width: 789px) {
  .yoyakuBtn {
    width: 300px;
    height: 66px;
    line-height: 66px; } }

.yoyakuBtn .plan1::after,
.yoyakuBtn .plan2::after,
.moreBtn span::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: cover;
  margin-left: 14px;
  position: relative;
  top: -2px; }

.moreBtn span::after {
  top: 1px; }

.yoyakuBtn .plan1::after,
.moreBtn span::after {
  width: 8px;
  height: 8px;
  background-image: url(./lib/img/arrowR.svg);
  background-size: contain; }

.moreBtn span::after {
  width: 8px;
  height: 8px;
  background-image: url(./lib/img/arrowR2.svg);
  background-size: contain; }

.yoyakuBtn .plan2::after {
  width: 23px;
  height: 21px;
  background-image: url(./lib/img/arrowR.svg); }

.telNumber {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  font-size: 125%;
  margin-left: 10px; }
  .telNumber span {
    font-family: inherit;
    color: inherit;
    margin-left: 8px;
    font-size: 30px; }

#copy {
  margin: 384px 0 0;
  text-align: right;
  letter-spacing: 0.2em; }

#ftNewsslider {
  padding: 3em 0 5em;
  background: #6a4028; }
  #ftNewsslider .swiper-slide img {
    height: 100%;
    width: 100%;
    max-width: 350px;
    object-fit: cover; }
  #ftNewsslider .swiper-horizontal > .swiper-pagination-bullets,
  #ftNewsslider .swiper-pagination-bullets.swiper-pagination-horizontal,
  #ftNewsslider .swiper-pagination-custom,
  #ftNewsslider .swiper-pagination-fraction {
    bottom: 1.5em; }
  @media screen and (min-width: 789px) {
    #ftNewsslider {
      padding: 6em 0 10em; }
      #ftNewsslider .swiper-horizontal > .swiper-pagination-bullets,
      #ftNewsslider .swiper-pagination-bullets.swiper-pagination-horizontal,
      #ftNewsslider .swiper-pagination-custom,
      #ftNewsslider .swiper-pagination-fraction {
        bottom: 100px; } }

.ftBanner {
  width: 266px; }

.ftBanner + .ftBanner {
  margin-left: 8px; }

#pagetop {
  display: none;
  width: 60px;
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 900; }

.open #pagetop {
  z-index: 1; }

#ftFixedNavi {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }

#ftFixedNavi li {
  height: 55px;
  position: relative;
  box-sizing: border-box; }

#ftFixedNavi li:nth-child(1),
#ftFixedNavi li:nth-child(3) {
  width: 24%; }

#ftFixedNavi li:nth-child(2) {
  flex: 1;
  background: linear-gradient(45deg, #ead285, #eabf4a); }

#ftFixedNavi a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  padding-top: 27px;
  box-sizing: border-box;
  text-align: center;
  color: #6a4028;
  font-size: 134%;
  font-weight: 500;
  font-style: normal;
  transition: background-color 0.2s ease-out;
  position: relative; }

#ftFixedNavi .fixedNavi1 {
  background: #efeacc url(lib/img/icon-ft-access.svg) no-repeat 50% 8px;
  background-size: 13px auto; }

#ftFixedNavi .fixedNavi2 {
  background: url(lib/img/icon-ft-search.svg) no-repeat 50% 8px;
  background-size: 16px auto; }

#ftFixedNavi .fixedNavi3 {
  background: #efeacc url(lib/img/icon-ft-menu.svg) no-repeat 50% 10px;
  background-size: 23px auto; }

.fixedNavi3 {
  background: #efeacc url(lib/img/icon-ft-menu.svg) no-repeat 50% 10px;
  background-size: 23px auto; }

.open #ftFixedNavi .fixedNavi3 {
  background-image: url(lib/img/icon-close-sp.svg);
  background-size: 18px; }

#navBtns .navBtn,
#spHeadBtns .navBtn {
  background-color: rgba(106, 64, 40, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 12px 0 0 12px;
  text-align: center;
  display: block;
  font-size: 18px;
  height: 39px;
  width: 10%;
  min-width: 206px; }
  #navBtns .navBtn::before,
  #spHeadBtns .navBtn::before {
    display: none; }
  #navBtns .navBtn small,
  #spHeadBtns .navBtn small {
    font-size: 14px;
    color: #fff; }

#navBtns a {
  font-size: 18px; }

#spHeadBtns .navBtn {
  width: 100%; }
  #spHeadBtns .navBtn a {
    line-height: 1.5em;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2em; }

#fixedRsv {
  position: fixed;
  left: calc(100vw - 171px);
  top: calc(100vh - 100px);
  z-index: 99999;
  width: 1279px;
  transition: all 0.5s ease; }

#fixedRsv.active {
  left: calc(100vw - 1279px); }

#fixedRsv .open {
  background: url("lib/img/flagsarch.png");
  background-size: 100%;
  width: 175px;
  height: 100px;
  border: 0;
  text-indent: -9999px; }

#fixedRsv .searchForm .inner {
  min-width: 1080px;
  max-width: 100%;
  align-items: center;
  padding: 15px 12px; }

.searchForm {
  background-color: rgba(183, 40, 46, 0.95); }
  .searchForm h2,
  .searchForm p,
  .searchForm a,
  .searchForm dt {
    color: #fff; }
  .searchForm .fixedRsvlead {
    font-size: 0.8em;
    line-height: 1.5; }
  .searchForm svg {
    width: 4px; }
  .searchForm a.fttokuten {
    border-bottom: 4px double #eba677;
    color: #fff;
    font-size: 1.15em; }

.searchPanel .searchForm_box {
  padding: 0 15px;
  height: 60px; }

.searchPanel .searchForm_box + .searchForm_box {
  border-left: 1px solid #EBA677; }

.searchPanel h2.title {
  line-height: 60px; }

.searchPanel h2.dl dt {
  margin-bottom: 5px; }

.searchPanel .searchForm_box {
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 17px; }

.searchPanel .searchForm_box dt {
  color: #FFF; }

.searchPanel .searchForm_box dd {
  font-size: 13px;
  color: #FFF; }

.searchPanel .datepicker {
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  font-size: 24px;
  width: 150px;
  text-align: center;
  background: url("lib/img/searchForm_date.png") no-repeat right center;
  background-size: 13px;
  padding-right: 13px;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #FFF; }

.searchPanel select {
  font-family: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  font-size: 24px;
  text-align: center;
  background: url("lib/img/searchForm_select.png") no-repeat right center;
  background-size: 8px;
  padding-right: 16px;
  color: #FFF;
  font-family: "EB Garamond", 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin: 0 10px;
  vertical-align: baseline; }

.searchPanel button {
  width: 76px;
  height: 60px;
  line-height: 60px;
  font-family: inherit;
  color: #6A4028;
  font-size: 17px;
  border: none;
  border-radius: 0;
  background-color: #FFF; }

.searchPanel button:before {
  content: "";
  display: inline-block;
  background: url("lib/img/searchForm_button.jpg") no-repeat center center;
  background-size: 100%;
  width: 16px;
  height: 100%;
  vertical-align: top;
  margin-right: 10px; }

.searchForm .link li {
  margin: 7px 0; }

.searchForm .link li a {
  background: url("lib/images/common/angle01_gray_right.png") no-repeat left center;
  background-size: 6px;
  padding-left: 10px; }

#fixedRsvLinks .yoyakuBtn {
  margin-top: 0;
  width: 100%;
  height: 41px; }
  #fixedRsvLinks .yoyakuBtn a {
    color: #6a4028;
    font-size: 17px;
    height: 41px;
    line-height: 41px; }
#fixedRsvLinks .yoyakuCancel a {
  position: relative;
  font-size: 0.8em; }
  #fixedRsvLinks .yoyakuCancel a::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: -1.5em;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22menu%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.21%2015.28%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23efeacc%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.57%2C15.28c-.4%2C0-.8-.15-1.11-.46-.61-.61-.61-1.6%2C0-2.22L5.42%2C7.64%2C.46%2C2.67c-.61-.61-.61-1.6%2C0-2.22%2C.61-.61%2C1.6-.61%2C2.22%2C0l6.01%2C6.01c.33%2C.29%2C.52%2C.71%2C.52%2C1.17s-.19%2C.87-.51%2C1.16L2.67%2C14.82c-.31%2C.31-.71%2C.46-1.11%2C.46Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat; }

/*------------------------------------------------------------
    MediaQuery
------------------------------------------------------------*/
/* PC */
@media screen and (max-width: 1400px) and (min-width: 789px) {
  .naviItem1 {
    font-size: 20px; }

  #naviYoyaku {
    width: 180px;
    font-size: 92%; }

  #spHeadBtns {
    display: none; } }
/* TABLET */
@media screen and (min-width: 789px) {
  .mAuto {
    margin-top: auto !important; }

  .tb-show {
    display: none; }

  #header:not(.topHeader) {
    height: 736px; }

  #hdInner,
  #fixedbtm {
    width: 100%;
    min-width: 1260px; }

  #hdInner.fixed,
  #fixedbtm.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }

  #header #hdInner.fixed {
    animation: move_down 0.4s ease-out;
    transform: translateY(0%);
    background: #232323; }

  @keyframes move_down {
    0% {
      opacity: 0.5;
      transform: translateY(-100%); }
    100% {
      opacity: 1;
      transform: translateY(0%); } }
  #fixedbtm.fixed {
    animation: move_up 0.4s ease-out;
    transform: translateY(0%);
    background-color: rgba(183, 40, 46, 0.95);
    bottom: 0;
    top: auto;
    height: 60px; }
    #fixedbtm.fixed p {
      color: #fff !important; }
      #fixedbtm.fixed p.ftlead {
        font-size: 0.8em;
        line-height: 1.5; }
    #fixedbtm.fixed img {
      width: 126px; }
    #fixedbtm.fixed svg {
      width: 4px; }
    #fixedbtm.fixed a.fttokuten {
      border-bottom: 4px double #eba677;
      color: #fff;
      font-size: 1.15em; }
    #fixedbtm.fixed .yoyakuBtn {
      width: auto;
      height: auto;
      padding-left: 1em; }
      #fixedbtm.fixed .yoyakuBtn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 1em; }

  @keyframes move_up {
    0% {
      opacity: 0.5;
      transform: translateY(100%); }
    100% {
      opacity: 1;
      transform: translateY(0%); } }
  #hdInner.fixed #hdTop,
  #hdInner.fixed #searchArea {
    position: static; }

  #hdInner.fixed #hdTop {
    height: 70px;
    padding: 0 30px;
    background: #efeacc;
    opacity: 0.95; }

  #hdInner.fixed #spHeader {
    max-width: 1280px;
    margin: 0 auto; }

  #hdInner.fixed .fixedHide {
    display: none; }

  #hdInner.fixed .fixedShow {
    display: block; }

  #hdInner.fixed #gNavi {
    width: calc(95% - 200px);
    padding: 0; }

  #hdInner.fixed #gNavi > ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  #hdInner.fixed .naviItem1.tb-show + .naviItem1::before,
  #hdInner.fixed .naviItem1 + .naviItem1::before {
    color: #919191; }

  #gNavi .naviItem1 a::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #6a4028;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out; }

  #gNavi .naviItem1 a:hover::after {
    opacity: 1; }

  #gNavi .ftYoyalu,
  #menuSNS {
    display: none; }

  #hdInner.fixed #naviYoyaku {
    width: 180px;
    margin-left: auto; }

  #hdInner.fixed #naviYoyaku dt {
    height: 30px;
    line-height: 30px; }

  #hdInner.fixed #naviYoyaku a {
    font-size: 109%; }

  .topHeader #searchArea {
    position: absolute;
    bottom: 0;
    right: 0;
    justify-content: center; }

  #hdInner.fixed #searchArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 5px 0;
    background: none;
    display: none; }

  #hdInner.fixed .searchItemLabel {
    margin-bottom: 4px; }

  #hdInner.fixed .searchItemInput,
  #hdInner.fixed .searchItemSelect {
    font-size: 134%;
    height: 30px;
    line-height: 26px; }

  /* äºˆç´„ç•ªç”¨Style */
  #hdInner.fixed #search_489ban .date_489ban dt label,
  #hdInner.fixed #search_489ban .inbox_489ban dt label {
    margin-bottom: 4px; }

  #hdInner.fixed #search_489ban .date_489ban input[type="text"],
  #hdInner.fixed #search_489ban .inbox_489ban .digits {
    font-size: 134%;
    height: 30px;
    line-height: 26px; }

  #hdInner.fixed #search_489ban button[name="searchButton489ban"] {
    height: 30px;
    line-height: 30px; }

  /* // äºˆç´„ç•ªç”¨Style */
  #hdInner.fixed .planItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    width: auto; }

  #hdInner.fixed .planItem dt {
    margin-right: 8px; }

  #hdInner.fixed .submitBtn {
    height: 30px;
    line-height: 30px; }

  #hdInner:not(.fixed) #searchArea.detail {
    height: 220px;
    padding: 25px 0 30px;
    background: #232323; }

  #hdInner:not(.fixed) #searchArea.detail form {
    max-width: 870px;
    margin: 0 auto; }

  #hdInner:not(.fixed) #searchArea.detail .ftYoyalu {
    max-width: 870px;
    padding: 0;
    margin: 30px auto 0; }

  #hdInner:not(.fixed) #searchArea.detail .searchItemInput {
    width: 270px;
    height: 58px;
    padding-left: 15px;
    font-size: 30px;
    background-position: right 15px top 50%; }

  #hdInner:not(.fixed) #searchArea.detail .searchItemSelect {
    width: 110px;
    height: 58px;
    font-size: 30px;
    padding-left: 46px; }

  #hdInner:not(.fixed) #searchArea.detail .submitBtn {
    height: 58px;
    line-height: 58px; }

  #hdInner:not(.fixed) #searchArea.detail .searchItemSelect + .searchItemTxt {
    margin-left: 14px;
    line-height: 58px; }

  #hdInner:not(.fixed) #searchArea.detail .searchItemCheck {
    padding: 15px 0; }

  #hdInner:not(.fixed) #searchArea.detail .planItem,
  #hdInner.fixed #searchArea.detail .ftYoyalu,
  #hdInner.fixed #searchArea.detail #searchHd {
    display: none; }

  #naviYoyaku dt::after {
    display: block;
    content: "";
    width: 12px;
    height: 9px;
    background: url(lib/img/icon-arrow-yoyaku.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%); }

  #naviYoyaku dd {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    position: relative; }

  #naviYoyaku:hover dd {
    opacity: 1;
    visibility: visible; }

  #naviYoyaku ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  #naviYoyaku li + li {
    border-top: 1px solid #916c57; }

  #naviYoyaku a:hover {
    background-color: rgba(112, 64, 37, 0.98); }

  #naviYoyaku .style1 {
    background-image: url(lib/img/icon-yoyaku1.svg);
    background-size: 19px auto; }

  #naviYoyaku .style2 {
    background-image: url(lib/img/icon-yoyaku2.svg);
    background-size: 18px auto; }

  #naviYoyaku .style3 {
    background-image: url(lib/img/icon-yoyaku3.svg);
    background-size: 16px auto;
    background-position: 11px 50%; }

  .restrantItem.style1 {
    background-image: url(lib/img/top/img-restrant1.jpg); }

  .restrantItem.style2 {
    background-image: url(lib/img/top/img-restrant2.jpg); }

  .restrantItem.style3 {
    background-image: url(lib/img/top/img-restrant3.jpg); }

  .restrantItem::before {
    content: "";
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.3s ease-out; }

  .restrantItem:hover::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px); }

  .restrantHd + .txt {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out; }

  .restrantItem:hover .txt {
    height: auto;
    opacity: 1;
    visibility: visible; }

  .button a:hover {
    color: #ad4600;
    background: #fff; }

  #ftFixedNavi {
    opacity: 0;
    visibility: hidden; }

  #roomSlider {
    width: 1540px;
    width: calc(100% - 240px);
    overflow: hidden; }
    #roomSlider .swiper-container {
      margin-left: 0; }
    #roomSlider .swiper-pagination {
      text-align: left; } }
  @media screen and (min-width: 789px) and (max-width: 788px) {
    #roomSlider .swiper-wrapper {
      padding-bottom: 32px; }
    #roomSlider .swiper-pagination {
      bottom: 0px; } }

@media screen and (min-width: 789px) {
  #roomSlider2 .swiper-horizontal > .swiper-pagination-bullets,
  #roomSlider2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: right; }
    #roomSlider2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    #roomSlider2 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
    #roomSlider2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
    #roomSlider2 .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
      border-color: #fff;
      background-color: #fff; }

  #ftInfo {
    width: 50%;
    position: relative; }

  .infoItem:nth-child(3n + 2):last-child {
    margin-right: 360px; }

  .infoItem:nth-child(n + 4) {
    margin-top: 35px; }

  .spotListItem.wid {
    width: 100%; }

  .rightImg li + li {
    margin-top: 6px; }

  .aboutImg.left {
    margin-left: -120px; }

  .aboutImg.right {
    margin-right: -120px; }

  .naviAreaItem.col4 {
    width: 25%; }

  .pickupHd {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }

  .bathRoomItemList li + li {
    margin-top: 6px; }

  .roomSlide-container.right {
    margin-right: -470px; }

  .roomSlide-container.left {
    margin-left: -470px; }

  .roomSlide-container.left .pagination {
    margin-left: 470px; }

  .menuInfo dt::before,
  .menuInfo dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .menuInfo dt::before {
    width: 60px;
    height: 1px;
    background: #b79f92;
    left: -90px; }

  .menuInfo dt::after {
    width: 8px;
    height: 8px;
    background: #b79f92;
    border-radius: 50%;
    left: -30px; }

  .imgMaker {
    display: inline-block;
    vertical-align: middle;
    position: relative; }

  .imgMaker::before,
  .imgMaker::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

  .imgMaker::before {
    width: 8px;
    height: 8px;
    background: #b79f92;
    border-radius: 50%; }

  .imgMaker::after {
    width: 60px;
    height: 1px;
    background: #b79f92; }

  .imgMaker.style-left::before,
  .imgMaker.style-top::before {
    left: -20px; }

  .imgMaker.style-top::after {
    width: 1px;
    height: 70px;
    left: -17px;
    top: auto;
    bottom: 18px;
    transform: none; }

  .imgMaker.style-left::after {
    left: -80px; }

  .imgMaker.style-right::before {
    right: -20px; }

  .imgMaker.style-right::after {
    right: -220px;
    width: 200px; }

  .pickupHd .bar {
    position: relative;
    right: -4px; }

  .pickupSpot.style1 .pickupHd {
    background: rgba(8, 26, 46, 0.8); }

  .pickupSpot.style2 .pickupHd {
    background: rgba(20, 20, 20, 0.8); } }
.sp_inline {
  display: none; }

@media screen and (max-width: 788px) {
  .sp_inline {
    display: inline; }

  .tb-hide {
    display: none; }

  .inner {
    padding-left: 20px;
    padding-right: 20px; }

  body {
    min-width: inherit; }

  #header,
  #header.detailHeader {
    z-index: 1000; }

  #hdTop {
    width: 100%;
    height: 97px; }

  #spHeader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  #gNavi,
  #searchArea {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0 0 120px;
    flex: 1 1 auto;
    min-width: 1px;
    min-height: 1px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #efeacc;
    color: #6a4028;
    transform: translateY(-100%);
    transition: all 0.3s ease-out; }

  #gNavi.show,
  #searchArea.show2 {
    transform: translateY(0%); }

  .naviHeader {
    padding: 0 25px;
    height: 117px; }

  .navBtn.close,
  .navBtn.close1 {
    width: 30px; }

  #gNavi > ul.flex {
    display: flex;
    justify-content: space-around;
    text-align: center; }
    #gNavi > ul.flex li.naviItem1:nth-child(2) {
      order: 3; }
    #gNavi > ul.flex li.naviItem1:nth-child(3) {
      order: 5; }
    #gNavi > ul.flex li.naviItem1:nth-child(4) {
      order: 7; }
    #gNavi > ul.flex li.naviItem1:nth-child(5) {
      order: 9; }
    #gNavi > ul.flex li.naviItem1:nth-child(6) {
      order: 2; }
    #gNavi > ul.flex li.naviItem1:nth-child(7) {
      order: 4; }
    #gNavi > ul.flex li.naviItem1:nth-child(8) {
      order: 6; }
    #gNavi > ul.flex li.naviItem1:nth-child(9) {
      order: 8; }
    #gNavi > ul.flex li.naviItem1:nth-child(9) {
      order: 8; }
    #gNavi > ul.flex li.naviItem1:nth-child(10) {
      border-bottom: none;
      order: 10; }
    #gNavi > ul.flex li.naviItem1:nth-child(11) {
      order: 11;
      text-align: left;
      font-size: 18px; }
    #gNavi > ul.flex li.naviItem1:nth-child(12) {
      order: 12;
      text-align: left;
      font-size: 18px; }
      #gNavi > ul.flex li.naviItem1:nth-child(12) small {
        font-size: 13px; }
    #gNavi > ul.flex li.naviItem1 .icoPDF {
      width: 1.5em;
      height: auto;
      margin-right: 0.5em; }
    #gNavi > ul.flex#navBtns {
      display: none; }

  #menuSNS {
    display: flex;
    margin: 0 20px; }

  #gNavi .ftYoyalu {
    display: block;
    background-color: rgba(183, 40, 46, 0.95); }

  .spMenu {
    padding: 10px 0 20px; }

  .naviItem1 {
    width: 42%;
    height: 45px;
    font-size: 175%;
    padding: 0.5em 0 0 0;
    border-bottom: 1px solid rgba(106, 64, 40, 0.8); }

  .naviItem1 a {
    display: block;
    line-height: 3wm;
    padding: 0 0 0 1em;
    text-align: left;
    box-shadow: none;
    color: #6a4028;
    text-shadow: none; }

  .naviItem2 {
    width: 90%;
    margin: 0 auto; }

  #header.topHeader {
    height: auto;
    min-height: inherit; }

  #naviYoyaku {
    width: auto;
    margin: 30px 25px 25px;
    padding: 25px 0 30px;
    background: #b7282e; }

  #naviYoyaku dt {
    width: 100%;
    height: auto;
    line-height: 20px;
    padding-right: 0;
    text-align: center;
    font-size: 200%;
    cursor: default;
    background: none;
    color: #fff; }

  #naviYoyaku li {
    width: 100%;
    max-width: 265px;
    margin: 20px auto 0;
    height: 60px; }

  #naviYoyaku a {
    line-height: 60px;
    font-size: 134%;
    text-align: center;
    background: #eabf4a;
    padding-left: 0; }

  #naviYoyaku .cancel {
    font-size: 125%; }

  #naviYoyaku .style1::after,
  #naviYoyaku .style2::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: cover;
    margin-right: 14px;
    position: relative;
    top: -2px; }

  #naviYoyaku .style1::after {
    width: 8px;
    height: 8px;
    background-image: url(lib/img/arrowR.svg); }

  #naviYoyaku .style2::after {
    width: 23px;
    height: 21px;
    background-image: url(lib/img/arrowR.svg); }

  #naviYoyaku .style3 {
    font-size: 125%; }

  .spFacebook {
    width: 73.76373626373626%;
    max-width: 272px;
    margin: 0 auto 30px; }

  .ftBanner {
    width: 213px; }

  /* search */
  #searchArea .search_wrap {
    padding-bottom: 20px;
    background: #232323;
    border-bottom: 1px solid #3e3e3e; }

  #searchArea form {
    display: block; }

  #searchHd {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #3e3e3e; }

  .searchItem {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #3e3e3e; }

  .searchItem:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0; }

  .searchItem .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .searchItemInput {
    width: 270px;
    height: 55px;
    line-height: 51px;
    font-size: 30px;
    padding-left: 15px;
    background-position: right 15px top 50%; }

  .searchItemSelect {
    width: 110px;
    height: 55px;
    padding-left: 46px;
    font-size: 30px;
    line-height: 51px;
    text-align: center; }

  .searchItemLabel {
    text-align: left;
    margin-left: auto;
    margin-right: auto; }

  .searchItemLabel.size1 {
    width: 270px; }

  .searchItemLabel.size2 {
    width: 130px; }

  .submitBtn {
    width: 220px;
    height: 58px;
    margin: 20px auto 0;
    background-position: 60px 50%; }

  /* äºˆç´„ç•ªç”¨Style */
  #search_489ban .date_489ban,
  #search_489ban .inbox_489ban {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #3e3e3e; }

  #search_489ban .date_489ban input[type="text"],
  #search_489ban .inbox_489ban .digits {
    height: 55px;
    line-height: 51px;
    font-size: 30px;
    padding-left: 15px;
    background-position: right 15px top 50%; }

  #search_489ban .date_489ban input[type="text"] {
    width: 270px; }

  #search_489ban .inbox_489ban .digits {
    width: 110px; }

  #search_489ban .date_489ban dd label {
    display: block;
    margin-top: 20px; }

  #search_489ban button[name="searchButton489ban"] {
    width: 220px;
    height: 58px;
    margin: 20px auto 0;
    background-position: 60px 50%; }

  /* // äºˆç´„ç•ªç”¨Style */
  .ftYoyalu {
    width: auto;
    margin: 3em 0 2em;
    padding: 2em 6%; }

  #searchArea .ftYoyalu {
    padding-top: 25px;
    background: #232323; }

  .ftYoyalu .flex {
    display: block; }

  .yoyakuBtn {
    max-width: 280px;
    margin: 1.5em auto 0; }

  .yoyakuBtn + .yoyakuBtn {
    margin: 20px auto 0; }

  .telNumber {
    text-align: center;
    margin: 10px auto 0; }

  .btn {
    margin: 30px auto 0; }

  .txtL {
    margin-bottom: 10px; }

  /* TOP */
  #topSlider .slick-dots {
    bottom: 5%;
    left: 0.5em; }

  #sliderScroll {
    bottom: 31%; }

  #importantNews {
    padding: 25px 0;
    background: #141414; }

  #importantNews a {
    padding-right: 0;
    background-position: right 14px top 80px; }

  #importantNews a figure {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 15px; }

  #importantNews a figure img {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 135px;
    object-fit: cover; }

  .newsDate {
    flex: 1; }

  .newsTxt {
    flex: auto;
    width: 100%;
    padding-right: 40px;
    margin-top: 15px;
    box-sizing: border-box; }

  .announcement {
    left: 0.5em;
    top: 70%;
    bottom: auto;
    font-size: 1.75em;
    line-height: 1.5;
    letter-spacing: 0.01em; }

  #section-lead {
    padding: 72px 0 36px;
    position: relative; }

  #section-lead.lazy-bg-loaded {
    background: url(lib/img/top/sec_about.svg) no-repeat 120% 440px;
    background-size: 130%; }

  #leadSlider {
    width: auto;
    margin: 15px -140px 0; }

  #leadSlider .slick-prev {
    left: 114px; }

  #leadSlider .slick-next {
    right: 114px; }

  #leadSlider .slick-dots {
    position: static;
    margin-top: 10px; }

  #leadSlider .slick-dots li button:before {
    background: #704025; }

  #leadSlider .slick-dots li.slick-active button:before {
    border-color: #704025;
    background: none; }

  .section {
    padding-bottom: 42px; }

  .section2,
  .informationArea {
    padding-bottom: 80px; }

  #aboutInfo {
    flex: auto;
    width: calc(100% - 40px); }

  #aboutImg {
    width: auto;
    margin: 20px -25px 0;
    padding: 0; }

  #roomInner {
    margin-top: 20px; }

  #roomSlider {
    width: 100%;
    padding-bottom: 2em; }
    #roomSlider .swiper {
      overflow: visible; }
    #roomSlider .swiper-pagination {
      bottom: -32px; }

  #roomInfo {
    width: 100%;
    padding: 15px 0 0; }

  #onsenImg {
    margin: 20px 20px 6px; }
    #onsenImg li {
      margin: 1.5em 0; }

  #restrantInner {
    margin: 15px -150px 25px; }

  #restrantInfo {
    display: block;
    margin: 0; }

  .restrantItem {
    width: 100%;
    height: auto;
    padding: 0; }

  .restrantItem + .restrantItem {
    margin-top: 20px; }

  .restrantHd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 380px;
    padding-bottom: 0;
    text-align: center;
    background: no-repeat 50%;
    background-size: cover;
    border-bottom: none; }

  .restrantHd::after {
    display: block;
    content: "";
    width: 262px;
    height: 2px;
    background: #fff;
    margin: 15px auto 0; }

  .restrantItem.style1 .restrantHd {
    background-image: url(lib/img/top/img-restrant1.jpg); }

  .restrantItem.style2 .restrantHd {
    background-image: url(lib/img/top/img-restrant2.jpg); }

  .restrantItem.style3 .restrantHd {
    background-image: url(lib/img/top/img-restrant3.jpg); }

  #lodgingInner {
    margin-top: 192px; }

  #facilityList {
    margin: 25px -25px 0; }

  #noticeImg {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px; }

  #noticeTxt {
    flex: auto;
    width: 100%;
    padding-top: 0; }

  #topInner {
    padding: 12% 0 16%;
    box-sizing: border-box; }

  #recommendList {
    width: 100%;
    margin-top: 20px;
    position: relative; }

  #recommendList:after {
    content: none; }

  #recommendList .swiper-button {
    margin-left: 0; }

  #newsArea {
    width: auto;
    padding: 0 20px;
    margin: 48px 0; }

  #newsArea .inner {
    padding: 0; }

  #newsArea .slick-dots {
    position: static;
    margin-top: 16px; }

  #halfArea {
    width: 100%;
    padding: 0 0 275vw; }

  .topColumn {
    width: 100%;
    padding: 0; }

  .topColumn + .topColumn {
    margin-top: 20px; }

  .topColumnList {
    margin-top: 25px; }

  .spotItem {
    width: 360px; }

  /* contact */
  #detailHeader {
    height: 360px;
    padding-top: 130px; }

  .sectionLead.detail {
    margin-bottom: 20px; }

  #formTbl th {
    width: 200px;
    padding-left: 15px; }

  #section-telephone {
    padding-bottom: 80px; }

  .mail_img {
    height: 36px; }

  /* news */
  .infoItem {
    width: calc(50% - 15px); }

  .infoItem:nth-child(n + 3) {
    margin-top: 30px; }

  .column-info {
    width: 100%;
    max-width: 100%;
    padding: 0; }

  .column-info + .column-info {
    padding: 30px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #3e3e3e;
    border-left: none; }

  #section-info {
    padding-bottom: 100px; }

  /* stay */
  #stayMenu {
    padding: 40px 0;
    margin-bottom: 40px; }

  #stayMenu li {
    width: 100%;
    flex-direction: row;
    background: #000;
    position: relative; }

  #stayMenu li + li {
    margin-top: 6px; }

  #stayMenu img {
    width: 200px; }

  #stayMenu dl {
    flex: 1;
    width: auto;
    min-height: auto;
    padding: 15px; }

  #stayMenu .btn {
    position: absolute;
    left: calc(50% - 20px);
    bottom: 20px; }

  .stayPlanItem:last-of-type {
    margin-bottom: 80px; }

  .stayPlanItemHd {
    font-size: 200%;
    margin-bottom: 20px; }

  .stayPlanItemImg,
  .stayPlanItemList {
    width: 100%; }

  .stayPlanItemList {
    margin-top: 30px; }

  /* access */
  #accessMap {
    width: 100%;
    margin-top: 30px; }

  .accessRoute {
    padding: 25px 30px; }

  .infoTbl {
    padding: 0 20px; }

  .infoTbl th {
    width: 180px;
    padding-left: 10px; }

  #acccessBus {
    width: 100%;
    margin-bottom: 20px; }

  /* tourism */
  .pickupSpot.style1,
  .pickupSpot.style2 {
    background-image: none; }

  .pickupHd {
    width: auto;
    text-align: center;
    height: auto;
    padding: 30px 0 0;
    margin: 0 -25px -8%; }

  .pickupHd::after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    margin-top: 30px;
    padding-top: 55.078125%;
    background: no-repeat 50%;
    background-size: cover; }

  .pickupSpot.style1 .pickupHd::after {
    background-image: url(lib/img/tourism/bg-pickup1.png); }

  .pickupSpot.style2 .pickupHd::after {
    background-image: url(lib/img/tourism/bg-pickup2.png); }

  .spotItem-tb,
  .spotImg li,
  .spotListItem {
    width: calc(50% - 15px); }

  .spotItem-tb + .spotListItem {
    margin-top: 0;
    align-self: flex-start; }

  .spotImg2 {
    width: 100%;
    padding: 0 0 30px; }

  /* onsen */
  .naviAreaItem p {
    font-size: 134%;
    padding: 0 15px; }

  .onsenSlider {
    margin: 30px -25px 40px; }

  .bathRoomItem,
  .leftImg,
  .rightImg {
    width: 100%; }

  .rightImg {
    margin-top: 6px; }

  .bathRoomItemList li,
  .rightImg li {
    width: calc(50% - 3px); }

  .amenityItem {
    margin-top: 40px; }

  .amenityImg {
    width: 300px;
    margin-right: 40px; }

  .bathRoomItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  .bathRoomItem + .bathRoomItem {
    margin-top: 30px; }

  .bathRoomItemHd {
    height: auto;
    margin-bottom: 20px; }

  /* room */
  .roomInfo {
    width: 100%; }

  .roomSlide-container {
    width: auto;
    margin: 30px -25px 0; }

  .roomSlide-container .pagination {
    width: auto;
    padding: 0 25px; }

  .roomImg {
    margin-bottom: 30px; }

  .floorItem {
    padding: 25px 30px 40px; }

  .roomfacility {
    margin-top: 30px;
    padding: 30px 15px; }

  .roomfacility .txtL {
    padding-left: 15px; }

  .facilityTbl th {
    width: 120px; }

  .floorImg {
    width: 314px; }

  .amenityWrap {
    padding-top: 40px;
    margin-top: 40px; }

  .amenutyHd {
    padding: 0 15px 10px; }

  .amenutyHd + .txt {
    padding: 0 15px; }

  .rooms .swiper-slide p {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 8px; }

  .rooms .swiper-pagination {
    bottom: -25px; }

  .rooms .swiper-pagination.-wh .swiper-pagination-bullet {
    background-color: #6a4028 !important; }

  .rooms .swiper-container {
    overflow: visible; }

  /* food */
  .foodSlider {
    margin: 40px 0 30px; }

  .foodSlider:after {
    content: none; }

  .foodSlider .swiper-slide {
    width: 100%; }

  .foodSlider .swiper-slide + .swiper-slide {
    margin-left: 6px; }

  .foodSlider .inner {
    padding: 0; }

  .foodInner {
    margin-left: -25px;
    margin-right: -25px; }

  .foodInner .txt {
    position: static;
    color: #fff;
    padding: 20px 25px 30px; }

  #dinnerInfo {
    padding: 25px 30px 30px; }

  #dinnerList {
    width: calc(100% - 220px); }

  #dinnerImg {
    width: 200px;
    padding-top: 10px; }

  #dinnerTxt {
    padding: 25px 10px 0;
    margin: 30px -10px 0; }

  .foodImg {
    width: 100%;
    margin: 0 0 30px; }

  .foodInfo {
    width: 100%; }

  .foodImgList {
    width: auto;
    margin: 30px -25px 0; }

  .foodImgList_bar li {
    width: calc(50% - 4px); }

  .foodImgList li {
    width: calc(33.33333% - 4px); }

  .foodImgList.tb-vertical {
    width: 100%;
    margin: 30px 0 0; }

  .foodImgList.tb-vertical li {
    width: 100%; }

  .foodImgList.tb-vertical li + li {
    margin-top: 20px; }

  #food5 .btn a:after {
    width: 5px;
    background-size: 40px;
    background-position: right center; }

  /* glamping */
  .menuColumn {
    margin-top: 40px; }

  .menuImg {
    width: 100%;
    margin: 0 0 30px; }

  .menuInfo {
    width: 100%; }

  .facilityHd {
    font-size: 28px; }

  .facilityHd span {
    font-size: 18px; }

  .facilityInfo {
    padding: 15px 20px 0; }

  /* about */
  .section-message {
    margin-bottom: 40px; }

  .messageImg {
    margin: 30px -25px 20px; }

  .messageItem img {
    height: 200px; }

  #messageTxt {
    padding: 40px 0 80px; }

  #section-season {
    margin: 0 -25px; }

  #seasonNavi {
    right: 25px;
    top: -30px; }

  #seasonNavi li + li {
    margin-left: 8px; }

  #seasonNavi a {
    width: 60px;
    height: 60px;
    font-size: 200%; }

  .aboutLoddingItem,
  .seasinImg {
    width: 100%; }

  .seasonInfo {
    width: 100%;
    padding: 30px 25px 80px; }

  #section-season .pagination {
    width: 100%;
    padding: 0 25px;
    position: absolute;
    right: 0;
    box-sizing: border-box; }

  .about-container .aboutInfo {
    padding: 30px 0; }

  .aboutInfo,
  .aboutInfo.wid {
    width: 100%;
    order: 2; }

  .aboutInfo.wid .txt {
    letter-spacing: 0; }

  .aboutImg {
    width: 100%; }

  .aboutLodding {
    order: 1;
    width: auto;
    margin: 0 -25px 30px; }

  .aboutLodding .pagination {
    width: auto;
    margin-left: 0;
    padding: 0 25px; }

  .section-facility::before {
    height: 400px; }

  .facilityColumn {
    height: 330px;
    margin-bottom: 40px; }

  #section-glamping {
    padding: 300px 0 0; }

  #section-glamping::before {
    width: calc(100% + 50px);
    height: 400px;
    left: -25px; }

  #section-glamping .aboutInfo {
    order: 3;
    padding: 30px 0 10px; }

  /* footer */
  #ftInfo {
    display: block;
    width: 100%; }

  #ftInfoInner {
    width: 100%;
    padding: 0; }

  #ftLogo {
    width: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box; }
    #ftLogo img {
      width: 75%;
      max-width: 282px; }

  #ftTxt {
    flex: auto;
    width: 100%;
    margin: 2em 0; }

  #pagetop {
    bottom: 70px; }

  #copy {
    margin-top: 2em;
    text-align: left; }

  #ft-parallax {
    height: 360px;
    background-size: auto 200%; } }
@media screen and (max-width: 788px) and (min-width: 561px) {
  .naviAreaItem.col4:nth-child(n + 3) {
    margin-top: 20px; }

  .naviAreaItem.col4 + .col3 {
    width: 50%; } }
/* SP */
@media screen and (min-width: 561px) {
  .sp-show {
    display: none; }

  .naviAreaItem.col3 {
    width: 33.3333%; }

  .naviAreaItem.col3:nth-child(n + 4) {
    margin-top: 20px; }

  .slideItem {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    position: relative; }

  .slideItem img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }
@media screen and (max-width: 560px) {
  .sp-hide {
    display: none !important; }

  #hdTop,
  .naviHeader {
    height: 69px;
    padding: 0 20px; }

  .hdLogo {
    width: 57%;
    max-width: 430px; }

  #spTopmenu {
    float: right;
    margin: 12px 0 0 0;
    height: 26px;
    padding: 20px 0 0 0;
    color: #fff;
    background: transparent url(lib/img/icon-hd-menu.svg) no-repeat 50% 10px;
    background-size: 23px auto; }

  .navBtn {
    width: 30px; }

  .navBtn a {
    display: block;
    padding: 5px; }

  .btn {
    max-width: 335px; }

  .sectionLead {
    font-size: 18px; }

  /* TOP */
  #importantNews a {
    padding: 15px 15px 15px; }

  .newsLabel {
    width: 170px;
    margin-right: 20px; }

  .leadHd {
    font-size: 36px; }

  .lead {
    letter-spacing: -0.05em;
    line-height: 1.625;
    margin-bottom: 15px; }

  .txt {
    text-align: left;
    line-height: 2.25; }

  .section,
  .section2 {
    padding-top: 24px; }

  .section2,
  .informationArea {
    padding-bottom: 60px; }

  .sectionHd {
    font-size: 24px;
    padding: 1em 0;
    letter-spacing: 0.3em; }

  .sectionLead {
    padding-bottom: 15px; }

  #onsenImg li + li {
    margin-top: 3px; }

  .restrantHd {
    height: 86.66666666666667vw;
    text-align: center; }

  #section-facility.lazy-bg-loaded {
    background: #141414 url(lib/img/top/bg-facility-sp.jpg) no-repeat 50% 0;
    background-size: contain; }

  .headline {
    padding-left: 0;
    margin: 0; }

  #roomSlider2 .swiper-horizontal > .swiper-pagination-bullets,
  #roomSlider2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: 0; }

  #spotSlider {
    width: auto;
    padding: 0 25px;
    position: relative; }

  #spotSlider .swiper-button-prev,
  #spotSlider .swiper-button-next {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }

  #spotSlider .swiper-button-prev {
    left: 13px;
    margin-top: -10px;
    background-image: url(lib/img/icon-prev-black.svg); }

  #spotSlider .swiper-button-next {
    right: 13px;
    margin-top: -10px;
    background-image: url(lib/img/icon-next-black.svg); }

  #facilityList li,
  #onsenImg li,
  .roomItem,
  .recommendPlan,
  .spotItem {
    width: 100%; }

  .roomList,
  .onsenItem {
    padding-left: 20px;
    padding-right: 20px; }

  #mapImage {
    bottom: auto;
    top: 16%; }

  #detailTxt {
    font-size: 200%; }

  #detailHeader {
    height: 450px;
    padding-top: 220px; }

  #detailHeader.contact {
    background-image: url(lib/img/contact/visual-sp.jpg); }

  #detailHeader.news {
    background-image: url(lib/img/news/visual-sp.jpg); }

  #detailHeader.privacypolicy {
    background-image: url(lib/img/privacy/visual-sp.jpg); }

  #detailHeader.stay {
    background-image: url(lib/img/stay/visual-sp.jpg); }

  #detailHeader.about {
    background-image: url(lib/img/about/visual-sp.jpg); }

  #detailHeader.room,
  #detailHeader.guestroom {
    background-image: url(lib/img/room/visual-sp.jpg); }

  #detailHeader.glamping {
    background-image: url(lib/img/glamping/visual-sp.jpg); }

  #detailHeader.restaurant {
    background-image: url(lib/img/restaurant/visual-sp.jpg); }

  #detailHeader.onsen {
    background-image: url(lib/img/onsen/visual-sp.jpg); }

  #detailHeader.access {
    background-image: url(lib/img/access/visual-sp.jpg); }

  #detailHeader.tourism {
    background-image: url(lib/img/tourism/visual-sp.jpg); }

  /* contact */
  .txtField {
    padding: 40px 0; }

  #formTbl,
  #formTbl tbody,
  #formTbl tr,
  #formTbl th,
  #formTbl td {
    display: block; }

  #formTbl {
    margin: 20px 0; }

  #formTbl tr:not(:last-child) th {
    border-bottom: none; }

  #formTbl th {
    width: auto;
    padding: 20px 5px 0; }

  #formTbl td {
    width: 100%;
    padding: 10px 0 20px; }

  #contactTel {
    font-size: 30px; }

  #contactTel span {
    font-size: 45px; }

  #contactImg li {
    width: calc(33.33333% - 2px); }

  #contactLogo {
    width: 100%;
    text-align: center;
    margin: 0 auto; }

  #contactTxt {
    padding-left: 0;
    margin-top: 20px; }

  /* news */
  .infoItem {
    width: 100%; }

  .infoItem:nth-child(n + 2) {
    margin-top: 20px; }

  #pagination {
    margin-top: 40px; }

  #pageTxt {
    width: 100%;
    text-align: center;
    margin: 4px 0 0;
    order: 2;
    font-size: 117%; }

  #pageNavi {
    width: 100%;
    order: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  #pageNavi .wid {
    padding: 0 15px; }

  #section-info {
    padding-top: 40px; }

  #editor {
    margin-top: 10px; }

  /* stay */
  .naviAreaItem {
    width: 100%;
    padding: 0; }

  .naviAreaItem + .naviAreaItem {
    margin-top: 10px; }

  .naviAreaItem p {
    height: 80px;
    padding: 0 15px; }

  #stayMenu li {
    background: none; }

  .stayPlanItemList li + li,
  #stayMenu li + li {
    margin-top: 20px; }

  #stayMenu img {
    width: 100%; }

  #stayMenu dl {
    flex: auto;
    min-height: 150px;
    padding: 15px 20px;
    background: #000; }

  #stayMenu .btn {
    position: static; }

  .stayPlanItem:last-of-type {
    margin-bottom: 60px; }

  .stayPlanItemName {
    width: 100%;
    flex: auto;
    padding-right: 0;
    margin-bottom: 20px; }

  /* access */
  #googleMap {
    height: 300px; }

  .accessRoute {
    padding: 20px 15px;
    margin-top: 30px; }

  .accessHd {
    font-size: 200%;
    line-height: 60px; }

  .accessItem {
    margin-top: 40px; }

  .accessSubHd {
    font-size: 200%; }

  .infoTbl {
    padding: 0 5px; }

  .infoTbl table {
    font-size: 134%; }

  .infoTbl th {
    width: 110px;
    padding-right: 10px; }

  .busItem {
    width: 100%; }

  /* tourism */
  .spotImg {
    width: 100%; }

  .spotItem-tb,
  .spotImg li,
  .spotListItem {
    width: 100%; }

  .spotImg li + li {
    margin-top: 10px; }

  .spotImg2 {
    padding-bottom: 20px; }

  .spotImg2,
  .spotListItem {
    margin-top: 40px; }

  /* onsen */
  .sectionLead .small {
    display: block; }

  .amenityItem {
    margin-top: 30px; }

  .amenityImg {
    width: 100%;
    margin: 0 0 20px; }

  /* room */
  .floorItem {
    padding: 25px 20px 30px; }

  .roomfacility {
    margin-top: 30px;
    padding: 30px 10px; }

  .roomfacility .txtL {
    padding-left: 10px; }

  .facilityTbl th {
    width: 80px;
    padding-left: 10px; }

  .floorImg {
    width: 100%; }

  .amenityWrap {
    padding-top: 40px;
    margin-top: 40px; }

  .amenutyHd {
    padding: 0 10px 10px; }

  .amenutyHd + .txt {
    padding: 0 10px; }

  .amenutyHd.nobdr {
    margin-bottom: 10px; }

  .roomAmenityImg {
    margin: 20px -35px 0; }

  /* food */
  #dinnerInfo {
    padding: 25px 20px 30px; }

  #dinnerList,
  #dinnerImg {
    width: 100%; }

  #dinnerImg {
    padding-top: 20px; }

  .foodInner li {
    margin-top: 10px; }

  /* glamping */
  .menuColumn {
    margin-top: 40px; }

  .menuImg {
    width: 100%;
    margin: 0 0 30px; }

  .menuInfo {
    width: 100%; }

  .facilityHd {
    font-size: 200%; }

  .facilityHd span {
    font-size: 16px; }

  .facilityInfo {
    padding: 15px 0 0; }

  .facilityInfo th {
    width: 120px; }

  /* about */
  .section-message {
    padding-bottom: 60px; }

  .messageImg {
    margin-bottom: 10px; }

  .messageItem img {
    height: 120px; }

  .section-facility::before {
    height: 365px; }

  .facilityColumn {
    margin-bottom: 30px; }

  #section-glamping {
    padding-top: 200px; }

  #section-glamping::before {
    height: 250px; }

  #facilityList.sp li {
    width: calc(33.3333333% - 4px); }

  /* footer */
  .ftBanner {
    width: 100%; }

  .ftBanner + .ftBanner {
    margin: 20px 0 0; }

  #ftFixedNavi li:nth-child(1),
  #ftFixedNavi li:nth-child(3) {
    width: 27%; }

  #ftFixedNavi a {
    font-size: 3.623188405797101vw; }

  #ft-parallax {
    height: 240px;
    background-size: auto 150%; } }
@media screen and (max-width: 360px) {
  #pageNavi .wid {
    padding: 0 10px; } }
.banner_area_pc {
  display: block;
  position: relative; }

.banner_area_pc .bnr {
  position: absolute;
  bottom: 170px;
  /*right: -930px;*/
  right: -370px; }

.banner_area_pc .bnr a img {
  /*width: 20%;*/
  width: 35%; }

.banner_area_sp {
  display: none; }

@media screen and (max-width: 788px) {
  .banner_area_pc {
    display: none; }

  .banner_area_sp {
    display: block;
    margin: 20px 0;
    text-align: center; }
    .banner_area_sp .ftYoyalu {
      background-color: rgba(183, 40, 46, 0.95); } }
