@charset "utf-8";

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
optgroup,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

.btn_search button,
[type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  color: #FFF;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* destyle.css end*/

:root{
  --color-white:#fff;
  --color-black:#000;
  --color-72762c:#72762c;
  --color-c57a15:#c57a15;
  --color-f0eadb:#f0eadb;
  --color-402300:#402300;
  --color-335719:#335719;
  --color-C6574A: #C6574A;
  --color-f0f0f0: #f0f0f0;
  --color-3F3557: #3F3557;
  --font-Cantata_One: 'Cantata One', serif;
}

@media screen and (max-width: 768px) {
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none!important;
  }
}

@media screen and (min-width: 769px) {
  .pc_none{
    display: none!important;
  }
  .sp_none{
    display: block;
  }
}
.tablet {
  display: none;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
}

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

svg{
  vertical-align: unset;
}

a{
  display: block;
  width: 100%;
}

a:hover{
  opacity: .9;
}

p{
  line-height: 1.5;
}

.inline{
  display: inline;
}

.arr_right {
  position: relative;
}
.arr_right:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-72762c);
  border-right: 1px solid var(--color-72762c);
}

.bx_ttl {
  display: grid;
  justify-content: center;
}

.bx_ttl > h2 {
  padding-bottom: 10px;
  color: var(--color-402300);
  font-size: 26px;
  font-weight: bold;
}

.bx_ttl > p.ttl_sub_en {
  padding-bottom: 5px;
  color: var(--color-72762c);
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

h3{
  margin-bottom: 20px;
  color: var(--color-335719);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

a.link01{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-3F3557);
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

a.link02{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  color: var(--color-white);
  background-color: var(--color-335719);
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

a.link01::before,
a.link02::before{
  position: absolute;
  top: calc(50% - 5px);
  right: 4%;
  content: "";
  height: 0;
  width: 0;
  transform: rotate(-90deg);
  border: 5px solid;
  border-color: transparent;
  border-top-color: var(--color-white);
  z-index: 10;
}

a.link01.row2{
  line-height: 1.5;
}

.inner{
  padding: 40px 20px 60px;
}

header{
  position: relative;
}

.header_logo_link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
}

.fixed_nav{
    position: fixed;
    top: 0;
    display: grid;
    grid-template-columns: 1fr max-content;
    place-content: flex-end;
    width: 100%;
    z-index: 10001;
}

.fixed_nav.hidden {
    display: none;
}

.fixed_nav .logo_img{
  width: 110px;
}

.fixed_nav_list{
    display: grid;
    grid-template-columns: repeat(4, 54px);
    place-content: flex-end;
    background-color: var(--color-white);
}

.fixed_nav_list li{
    flex-grow: 1;
    background: var(--color-335719);
    color: var(--color-white)
}

.fixed_nav_list li,
.fixed_nav_list li a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_nav_list li.nav_resv {
  background: var(--color-3F3557);
}

.fixed_nav_list li.nav_menu{
    display: grid;
    justify-content: center;
    align-items: center;
    height: 54px;
    color: var(--color-3F3557);
    background: var(--color-f0eadb);
}

.fixed_nav_list li.nav_menu [class^="icon-"] {
  margin-right: 0;
  font-size: 28px;
}

.fixed_nav_list li.nav_menu p {
  margin-top: -18px;
  font-size: 10px;
}

.fixed_nav_list li.nav_menu .icon-cancel {
  display: none;
}

.fixed_nav_list li.nav_menu.opened .icon-menu {
  display: none;
}

.fixed_nav_list li.nav_menu.opened .icon-cancel {
  display: block;
}

.fixed_nav_list li a{
  height: 100%;
  flex-direction: column;
  font-size: 10px;
}

.fixed_nav_list li a span{
  font-size: 16px;
  margin-bottom: 5px;
}

.nav_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 80px);
}

.nav_list li{
  display: grid;
  justify-content: center;
  align-items: center;
  background: var(--color-335719);
  color: var(--color-white);
  border-right: 1px solid var(--color-f0f0f0);
  border-bottom: 1px solid var(--color-f0f0f0);
}

.nav_list li:nth-child(3n) {
  border-right: none;
}
.nav_list li:nth-child(n+7) {
  border-bottom: none;
}

#sp_menu{
  display: none;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  background-color: var(--color-f0eadb);
  padding: 15px 20px 90px;
}

#sp_menu::before {
  position: fixed;
  content: "close";
  top: 35px;
  right: 15px;
  width: 28px;
  height: auto;
  text-align: center;
  font-size: 10px;
  z-index: 1000;
}

#sp_menu::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    content: "\e910";
    top: 10px;
    right: 15px;
    width: 28px;
    height: 28px;
    font-family: 'icomoon';
    font-size: 30px;
    z-index: 1000;
}

.head_logo_bx{
  width: 135px;
  margin: 0 auto;
}

.head_menu_bx{
  margin-top: 20%;
}

.sp_menu_list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sp_menu_list li:not(:last-of-type){
  margin-bottom: 40px;
}

#tel_modal{
  display: none;
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  z-index: 10002;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(32, 58, 15, 0.9);
}

.tel_modal_ct{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.tel_modal_bx{
  width: 95%;
  padding: 35px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}

.tel_txt{
  font-size: 15px;
  margin-bottom: 15px;
}

.tel_txt a{
  display: inline;
  font-size: 28px;
  color: var(--color-335719);
  line-height: 1.2;
}

.tel_sub_txt{
  font-size: 12px;
  margin-bottom: 20px;
}

.tel_sub_txt a{
  display: inline;
  font-size: 20px;
  color: var(--color-335719);
  line-height: 1.2;
}

.tel_close_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  color: #fff;
  background-color: #ef5350;
  margin-left: auto;
  margin-right: auto;
}

#mv_slider{
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#mv_slider.slick-initialized{
  display: block;
}

.resv {
  background: var(--color-f0f0f0);
}

.today_resv_bx{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #590e05;
  border-radius: 10px;
  background-color: var(--color-f0eadb);
  padding: 20px 0 10px;
}

.today_resv_bx::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../images/today_resv_bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 50px;
}

.today_resv_bx [class^="icon-"] {
  margin-right: 10px;
}

.today_resv_ttl{
  font-size: 22px;
  font-weight: bold;
  color: var(--color-335719);
}

.today_resv_ttl .fa{
  margin-right: 10px;
}

.today_resv_list{
  display: flex;
  justify-content: center;
  width: 94%;
  margin-top: 10px;
}

.today_resv_list li{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #483D67;
  border-radius: 5px;
  height: 40px;
}

.today_resv_list li a{
  display: flex;
  padding: 10px 13px;
  color: var(--color-white);
  font-weight: bold;
}

.today_resv_list li:not(:last-of-type){
  margin-right: 5px;
}

.today_resv_list li a span{
  font-size: 14px;
}

.today_resv_list .fa{
  margin-right: 10px;
}

.txt_vacancy{
  font-size: 1.6em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  position: relative;
  width: 94%;
  margin: 20px auto 13px;
  padding-top: 14px;
  padding-bottom: 5px;
  border-radius: 6px;
  background-color: rgb(251 31 47 / 87%);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 7px, rgb(245 35 65) 7px, rgb(245 35 65) 14px);
}

.txt_vacancy span {
  font-size: 15px;
  font-weight: bold;
}

.txt_vacancy:before {
  position: absolute;
  top: 100%;
  left: 4%;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid;
  border-color: transparent;
  border-top-color: #fa2b3c;
  margin-left: 60px;
}

.search_bx{
  display: flex;
  align-items: center;
  flex-direction: column;
  background: var(--color-white);
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.search_ttl{
  font-size: 28px;
  color: var(--color-335719);
  border-bottom: 1px dotted;
  margin-bottom: 5px;
  letter-spacing: .1em;
}

.search_sub_ttl{
  font-size: 14px;
  margin-bottom: 20px;
}

.inner_form{
  font-size: 14px;
}

.btn_search{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  background-color: var(--color-3F3557);
}

.btn_search:after {
  position: absolute;
  top: calc(50% - 5px);
  right: 4%;
  content: "";
  height: 0;
  width: 0;
  transform: rotate(-90deg);
  border: 5px solid;
  border-color: transparent;
  border-top-color: var(--color-white);
  z-index: 10;
}

.btn_search input.button {
  color: var(--color-white);
  background: var(--color-3F3557);
  font-size: 16px;
  font-weight: bold;
}

.member_page_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 20px;
}

.member_page_list li{
  border-top: 1px dotted var(--color-402300);
  border-bottom: 1px dotted var(--color-402300);
}

.member_page_list li a{
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: var(--color-402300);
  padding: 10px 0;
}

.yprox_theme--pasera[data-calendar] .inner_form .js-yprox-searchForm__wrpCheckInn .flatpickr-wrapper,
.yprox_theme--pasera .inner_form select:not(.flatpickr-monthDropdown-months) {
  background-color: #f0f0f0;
}

#nav .nav_list li a {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 5px;
  /* border-radius: 3px; */
  color: var(--color-white);
  text-align: center;
  font-size: 12px;
}

#nav .nav_list li a span {
  display: block;
  font-size: 32px;
}

.bnr_ct{
  /* background-color: var(--color-f0f0f0); */
}

.bnr_ct .inner{
  padding-bottom: 40px;
}

.bnr_ct .bnr_list{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding-top: 40px;
}

#stay_plan .inner {
  padding: 0;
}

.stay_plan_ct {
  padding: 60px 0;
  text-align: center;
}

.stay_plan_it {
    padding: 0 10px;
}

.slider.stay_plan_bx.slick-initialized.slick-slider {
    display: grid;
    grid-template-columns: 1fr;
}

.slick-initialized .slick-slide {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.stay_plan_it img{
    margin: 30px 0 10px;
}

.stay_plan_ttl{
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  color: var(--color-335719);
  line-height: 1.5;
}

.stay_plan_ct .link01{
  width: 90%;
  margin: 0 auto 20px;
}

.stay_plan_bx .slick-track{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.stay_plan_bx .slick-track:before, .slick-track:after{
  display: none;
}

.stay_plan_bx .stay_plan_it{
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 0;
}

.topics_ct{
  text-align: center;
  background-color: #f0f0f0;
}

.topics_bx{
  margin-top: 40px;
  margin-bottom: 40px;
}

.topics_bx a{
  position: relative;
  display: grid;
  grid-template-columns: 25% 70%;
  gap: 10px;
  background-color: var(--color-white);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.topics_bx a .fa-angle-right{
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-335719);
  font-size: 20px;
}

.topics_ct .inner{
  padding: 60px 20px;
}

.topics_ttl{
  padding-right: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: var(--color-335719);
}

.topics_ct a.link01{
  background: var(--color-335719);
}

.bali_ct{
  background-color: var(--color-White);
  color: var(--color-white);
}

.bali_ttl{
  text-align: center;
  font-size: 14px;
}

.bali_ttl span{
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--color-72762c);
  font-weight: bold;
}

.bali_txt{
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding: 0 20px;
  margin-bottom: 40px;
  color: var(--color-402300);
}

.bali_sub_ttl{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-c57a15);
  margin-bottom: 10px;
}

/* .bali_ct a.link02{
  width: 90%;
  margin: 0 auto;
} */

.prev-arrow{
  position: absolute;
  content: '';
  top: calc(50% - 17px);
  left: -17px;
  width: 34px;
  height: 34px;
  /* background: url(../images/btn_prev.png) no-repeat; */
  background-size: contain;
  z-index: 10;
}

.next-arrow{
  position: absolute;
  content: '';
  top: calc(50% - 17px);
  right: -17px;
  width: 34px;
  height: 34px;
  /* background: url(../images/btn_next.png) no-repeat; */
  background-size: contain;
  z-index: 10;
}

.cafe_and_bar_bx{
  display: grid ;
  justify-content: center;
  gap: 60px;
  margin-top: 30px;
}

.cafe_and_bar_txt{
  margin: 0 auto 40px;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-402300);
  line-height: 2;
}

.cafe_and_bar_point{
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.service_ct{
  background-color: var(--color-f0f0f0);
}

.service_ttl{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #C5574A;
}

.service_sub_ttl{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.service_slider{
  margin-top: 20px;
}

.service_txt{
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-402300);
  line-height: 2;
}

.service_point {
  text-align: center;
  line-height: 2;
  font-weight: bold;
  margin: 20px 0;
}

.access_ct{
  background-color: var(--color-f0f0f0);
  color: var(--color-402300);
}

.access_ttl{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.service_photo_slider{
  font-size: 14px;
  margin-top: 60px;
}

.service_photo_slider li{
  color:var(--color-402300);
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.service_photo_slider li img{
    margin-bottom: 10px;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
}

.service_photo_slider li span{
  display: block;
  color:var(--color-335719);
  font-size: 12px;
}

.service_photo_slider .prev-arrow,
.service_photo_slider .next-arrow{
  top: calc(50% - 43px);
}

.access_img{
  margin-top: 40px;
  margin-bottom: 20px;
}

.train_ttl,.car_ttl{
  position: relative;
  padding-left: 2em;
  margin-bottom: 10px;
  font-size: 14px;
}

.train_txt,.car_txt{
  font-size: 12px;
}

.train_bx{
  margin-bottom: 20px;
}

.car_bx{
  margin-bottom: 10px;
}

.car_bx .link_ct{
  width: 90%;
  margin: 20px auto 10px;
}

.car_bx .link_ct .link01{
  margin-bottom: 20px;
}

.car_bx .caution{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.train_ttl::before{
  position: absolute;
  content: "";
  top: calc(50% - 14px);
  left: 0;
  width: 20px;
  height: 28px;
  background: url(../images/ico_sub_01.png) no-repeat;
  background-size: contain;
  z-index: 10;
}

.car_ttl::before{
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  left: 0;
  width: 24px;
  height: 16px;
  background: url(../images/ico_sub_02.png) no-repeat;
  background-size: contain;
  z-index: 10;
}

.shop_info_ttl{
  text-align: center;
  color: var(--color-c57a15);
  margin-top: 40px;
  font-weight: bold;
}

.gmp{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.item_01 .link_ct{
  display: grid;
  width: 100%;
  gap: 20px;
}

.item_01 .link_ct a.link02 {
  width: 100%;
}

.item_02 {
  margin-top: 20px;
}

.shop_info_table {
  width: 100%;
  border: 1px solid var(--color-402300);
  background: var(--color-white);
}

.shop_info_table tr{
  border-bottom: 1px solid var(--color-402300);
}

.shop_info_table tr:last-of-type{
  border-bottom: none;
}

.shop_info_table tr th{
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid var(--color-402300);
  color: var(--color-335719);
  font-size: 14px;
  min-width: 143px;
}

.shop_info_table tr td{
  padding: 15px;
  font-size: 14px;
  line-height: 2;
}

.shop_info_table .access_anno {
  font-size: 12px;
}

.shop_info_table tr td a{
  color: var(--color-72762c);
  text-decoration: underline;
}

.payment_img_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.payment_img_list li{
    margin-right: 10px;
}

.payment_img_list li img {
    object-fit: contain;
    max-height: 100%;
    width: 47px;
}

.notice_list li:not(:last-child) ,
.payment_list li:not(:last-child) {
    margin-bottom: 10px;
}
.notice_list li::before {
    content: '\203B';
}

.payment_list li::before{
    content: none;
}

.payment_img_list li img.payment_item_mini{
    max-height: 27px;
}

@media screen and (max-width: 768px) {
  .head_sns_list .icon-line_clear{
    overflow: hidden;
  }
  .head_sns_list .icon-line_clear:before{
    margin-left: -1px;
    margin-top: -1px;
    font-size: 32px;
  }
  .mv_ct{
    position: relative;
    padding-top: 103%;
  }
  .flatpickr-calendar.static {
    left: -50px;
  }
  .bnr_map_img{
    aspect-ratio: 300 / 119;
  }
  .shop_info_table tr th{
    min-width: auto;
    width: 35%;
  }
  .foot_head_logo a{
    width: auto;
  }
}

.foot_wrap{
    background-color: var(--color-335719);
    padding-top: 40px;
    padding-bottom: 50px;
}

.foot_groupe{
  padding: 0 20px;
}

.foot_groupe > p:first-of-type {
  margin-bottom: 35px;
  font-size: 20px;
  text-align: center;
  color: var(--color-white);
}

.foot_area_ttl {
  text-align: center;
  background: var(--color-white);
  border-radius: 5px;
  color: #6C6051;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 35px;
}

.foot_area dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.foot_area dl dt {
  position: relative;
  font-size: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 13px;
  color: var(--color-white);
}

.foot_area dl dt::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 9px solid var(--color-white);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.foot_area dl dd {
  width: 48%;
  margin-left: 0px;
  margin-bottom: 20px;
}

.foot_area dd img {
  width: revert-layer;
}

.foot_nav{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  text-align: center;
}

.foot_nav a{
  margin-bottom: 40px;
}

.copy{
  text-align: center;
  color: var(--color-white);
  font-size: 10px;
  margin-bottom: 40px;
}

.foot_head{
  margin-bottom: 40px;
}

.foot_head_logo{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.foot_head_logo img{
  width: 150px;
  height: 49px;
}

.foot_sns{
  width: 300px;
  margin: 0 auto;
}

.foot_sns .sns_list li {
  color: var(--color-white);
  font-size: 30px;
}

.head_sns_list{
  margin-top: 40px;
}

.sns_list,
.head_sns_list{
  display: flex;
  justify-content: center;
}

.sns_list li:not(:last-of-type),
.head_sns_list li:not(:last-of-type){
  margin-right: 20px;
}

.head_sns_list li [class^="icon-"] {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--color-white);
  background: var(--color-335719);
}

.sns_list li {
  color: var(--color-402300);
  font-size: 28px;
}

.font-cantata{
  font-family: var(--font-Cantata_One);
  letter-spacing: 3px;
}


@media screen and (min-width: 769px) {
  a{
    transition: all .2s ease;
  }

  a:hover{
    transition: all .2s ease;
    opacity: .5;
  }

  a.link02 {
    width: 368px;
  }

  .inner{
    width: 1089px;
    margin: 0 auto;
    padding: 70px 0 70px;
  }
  .header_pc{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 105px;
    background: rgba(255, 255, 255, 0.9);
  }
  .head_top_ct{
    display: flex;
    justify-content: space-between;
    width: 1089px;
    height: 105px;
    margin: 0 auto;
  }
  .head_top_l{
    align-self:flex-end;
  }
  .head_top_l img{
    width: 250px;
    height: 83px;
  }
  .head_top_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 622px;
  }
  .head_top_ct .flex_grid{
    display: grid;
    grid-template-columns: repeat(2, 240px);
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
    margin-bottom: 10px;
  }
  .lang_link,.resv_link,.tel_link {
    text-align: center;
  }
  .lang_link{
    color: var(--color-402300);
    background: var(--color-white);
    border: 1px solid var(--color-402300);
  }
  .resv_link{
    display: block;
    padding: 8px;
    color: var(--color-white);
    background: var(--color-3F3557);
  }
  .tel_link{
    display: block;
    padding: 8px;
    color: var(--color-white);
    background: var(--color-335719);
  }
  .flex_grid a [class^="icon-"] {
    margin-right: 5px;
  }
  .head_top_ct .flex_grid .resv_link.arr_right:after,
  .head_top_ct .flex_grid .tel_link.arr_right:after {
    border-top: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
  }
  .tel_img{
    width: 363px;
  }
  .head_cap{
    font-size: 14px;
    line-height: 1;
  }
  .head_pc_sub_nav{
    display: none;
    position: fixed;
    content: '';
    top: 100px;
    right: 0;
    width: 55px;
    height: auto;
    z-index: 1000;
  }
  #mv_slider_pc{
    display: none;
  }
  #mv_slider_pc.slick-initialized{
    display: block;
  }
  .head_pc_nav{
    display: flex;
    justify-content: center;
    position: absolute;
    content: '';
    top: 105px;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 79px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
  }
  .head_pc_nav.fixed{
    position: fixed;
    top: 0;
  }
  .head_nav_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1089px;
  }
  .head_nav_list li{
    padding: 0 15px;
    border-right: 1px dotted var(--color-black);
  }
  .head_nav_list li:first-of-type{
    border-left: 1px dotted var(--color-black);
  }
  .head_nav_list a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    font-size: 14px;
    height: 33px;
    line-height: 1.5;
    color: var(--color-335719);
    font-weight: bold;
  }
  .head_nav_list a span{
    color: var(--color-72762c);
    font-size: 10px;
    letter-spacing: .1em;
  }
  .head_sub_nav_list  li{
    width: 100%;
  }
  .head_sub_nav_list .item_01{
    display: flex;
    align-items: center;
    height: 200px;
    color: #fff;
    background-color: #3f3557;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    writing-mode: vertical-rl;
    margin-bottom: 16px;
    letter-spacing: 5px;
  }
  .head_sub_nav_list .item_01 a{
    display: flex;
    align-items: center;
    height: 100%;
  }
  .head_sub_nav_list .item_01 span.icon-calender {
    margin: 25px 0;
  }
  .head_sub_nav_list .item_02{
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #2c1918;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .head_sub_nav_list .item_02 a{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #957e71;
  }
  .head_sub_nav_list .item_02 a i{
    font-size: 13px;
  }
  .head_sub_nav_list .item_02 a span{
    font-family: var(--font-Cantata_One);
    font-size: 11px;
  }  .head_sub_nav_list .item_02 a span.icon-cheveron-up {
    font-size: 20px;
  }
  .search_bx{
    width: 960px;
    height: 330px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .search_ttl{
    font-size: 42px;
  }
  .search_sub_ttl{
    font-size: 18px;
  }
  .search_bx .btn_webresv{
    width: 100%;
    margin: 15px auto 0;
  }
  .search_bx .btn_webresv a{
    width: 185px;
    height: 38px;
    margin-top: 20px;
    font-weight: normal;
    background: var(--color-3F3557);
  }
  .btn_search{
    width: 185px;
  }
  form[name="yprox-searchForm"]{
    width: 840px;
  }
  .member_page_bx {
    display: flex;
    justify-content: center;
  }
  .pc_member_page_list{
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 600px;
  }
  .pc_member_page_list li a{
    position: relative;
  }
  .pc_member_page_list li a::before {
    content: '';
    background: url(../images/form_ico_right_arrow.webp) no-repeat;
    width: 13px;
    height: 16px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 7px);
    left: -13px;
  }
  .bnr_list li{
    margin: 0 auto;
  }
  .bnr_list img{
    width: auto;
    max-width: 100%;
  }
  .bali_sub_ttl{
    font-size: 16px;
  }
  #stay_plan .inner {
    padding: 40px 20px 60px;
  }
  .stay_plan_ct {
    padding: 0;
  }
  .topics_bx{
    display: grid;
    grid-template-columns: repeat(3, 25%);
    justify-content: center;
    gap: 30px;
    margin: 40px auto;
  }
  .topics_bx a{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 4em;
    grid-row: span 2;
  }
  .topics_ct a.link01{
    width: 40%;
  }
  .rev_db {
    display: flex;
    align-items: center;
  }
  .rev_db a.link01, .rev_db a.link02 {
    margin-top: 40px;
  }
  .topics_bx a .fa-angle-right {
    top: 84%;
  }
  .bali_ttl{
    font-size: 20px;
  }
  .bali_ttl span{
    font-size: 42px;
  }
  .bali_ct .inner{
    display: grid;
    place-items: center;
  }
  .bali_ct a.link02,
  .cafe_and_bar_ct a.link02,
  .service_ct a.link02 {
    display: grid;
    margin: 0 auto;
  }
  .bali_bx{
    width: 100%;
    /* margin-top: 40px; */
  }
  .bali_bx h3{
    min-height: 46px;
  }
  .cafe_and_bar_ttl{
    font-size: 42px;
  }
  .cafe_and_bar_ttl::before{
    left: calc(50% - 270px);
    width: 110px;
    height: 115px;
  }
  .cafe_and_bar_sub_ttl{
    font-size: 20px;
  }
  .cafe_and_bar_bx{
    display: grid;
    gap: 0 60px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
  .cafe_and_bar_bx .bali_bx{
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    row-gap: 0;
  }
  .cafe_and_bar_point{
    text-align: left;
  }
  .cafe_and_bar_txt {
    width: 100%;
  }
  .service_bx{
    max-width: 800px;
    margin: 0 auto;
  }
  .service_txt{
    width: 100%;
    text-align: center;
  }
  .service_ttl{
    font-size: 42px;
  }
  .service_sub_ttl{
    font-size: 20px;
  }
  .service_point{
    font-size: 24px;
  }
  .access_ttl{
    font-size: 42px;
  }
  .under_line{
    padding-bottom: 20px;
    border-bottom: 1px dotted #8C6D6C;
  }
  .item_01 .link_ct{
    grid-template-columns: repeat(2,1fr);
    margin: 20px 0 30px;
  }
  .car_bx .link_ct .link01,
  .car_bx .link_ct .link02{
    margin-bottom: 0;
  }
  .car_bx .caution{
    width: 100%;
  }
  .access_img{
    margin: 0;
  }
  .access_ttl{
    margin-bottom: 40px;
  }
  .train_ttl, .car_ttl,
  .train_txt, .car_txt{
    font-size: 16px;
  }
  .shop_info_ttl{
    text-align: left;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .gmp{
    width: 100%;
    height: 300px;
    aspect-ratio: 1;
  }
  .item_02 {
    margin-top: 0;
  }
  .shop_info_table tr th,
  .shop_info_table tr td{
    font-size: 16px;
  }
  .shop_info_table .access_anno {
    font-size: 14px;
  }
  .bnr_ct .bnr_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .foot_wrap{
    padding-top: 100px;
  }
  .foot_groupe{
    max-width: 800px;
    margin: 0 auto;
  }
  .foot_area {
    margin-bottom: 100px;
  }
  .foot_area dl{
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .foot_area dl dt{
    width: 130px;
  }
  .foot_area dl dt,
  .foot_area dl dd{
    margin-bottom: 0;
  }
  .foot_area dl dd{
    width: auto;
    margin-left: 30px;
  }
  .foot_area dl dd img{
    width: 140px;
  }
  .foot_area dl.multiple_lines{
    flex-wrap: wrap;
  }
  .foot_area .multiple_lines dd:nth-of-type(4){
    margin-left: 160px;
  }
  .foot_nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
    justify-content: space-between;
  }
  .foot_nav a{
    width: auto;
    margin-bottom: 0;
  }
  .foot_head_logo a{
    width: 240px;
  }
  .foot_head_logo img{
    width: 240px;
    height: auto;
  }
  .copy{
    font-size: 16px;
  }
}

@media (width >= 769px) and (width <= 1123px) {
  .tablet {
    display: block;
  }
  a.link01:has(.tablet) {
    line-height: 1.5;
  }
  .head_top_ct {
    width: 96%;
  }
  .head_nav_list {
    width: 95%;
    padding-bottom: 40px;
  }
  .head_nav_list a {
    font-size: 12px;
  }
  .head_top_l img {
    width: 210px;
  }
  section#mv {
    padding-top: 184px;
  }
  .inner {
    width: 100%;
    padding: 70px 20px;
  }
  .search_bx {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  form[name="yprox-searchForm"] {
    width: 100%;
  }
  .yprox_theme--pasera .flex_box {
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .yprox_theme--pasera .wrap_form {
    max-width: 768px;
    margin: 0 auto;
  }
  .btn_search {
    margin-top: 10px;
  }
  .bnr_ct {
    width: 98%;
    margin: 0 auto;
  }
  .bali_bx {
    max-width: 100%;
  }
}

/* 下層ページ共通css */

.page section:nth-child(odd) {
	background: var(--color-f0f0f0);
}

@media (max-width:768px) {
  .page .inner {
		width: 100%;
	}
}

.bx_ttl {
	margin-bottom: 30px;
}

.bx_ttl > h2 {
    font-size: 22px;
	text-align: center;
}

.page .mv {
	position: relative;
	background: var(--color-f0f0f0);
}

.page .mv .inner {
	padding-top: 13px;
}

.page .mv .bx_ttl {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-white);
	z-index: 10;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.page .mv .bx_ttl h1 {
	font-size: 20px;
}
.page .mv .bx_ttl .ttl_sub_en {
	color: var(--color-white);
	font-size: 10px;
}

.page .mv img {
	height: 122px;
    width: 100%;
    object-fit: cover;
    object-position: 0 70%;
}

#top.page .mv img {
	height: 320px;
}

@media (min-width:769px) {
	.page section.mv {
    display: block;
    width: 100%;
    height: 450px;
    background: url(/paselanomori/images/mv_slider_01.webp) no-repeat;
    background-size: 100% 100%;
    background-position-y: 70%;
    background-size: cover;
	}

  #top.page .mv {
    height: 700px;
  }

  .page .mv .inner {
		padding: 0;
	}

	.page .mv .bx_ttl {
		top: 69%;
	}

	.page .mv .bx_ttl h1 {
		font-size: 26px;
	}

	.page .mv .bx_ttl .ttl_sub_en {
		font-size: 14px;
	}

	.page .mv img {
    display: none;
	}
}

.introduction {
	background: var(--color-f0f0f0);
}

.introduction .inner {
	padding-bottom: 20px;
}

.introduction .desc {
	color: var(--color-402300);
  font-size: 16px;
}

.introduction p.desc+p.desc {
	margin-top: 20px;
}

/* パンくず */
div#breadcrumbs .inner {
  padding: 0px 20px;
}

div#breadcrumbs ol {
  overflow-x: scroll;
  display: flex;
  padding: 10px;
  scrollbar-width: thin;
}

div#breadcrumbs li {
  font-size: 12px;
  white-space: nowrap;
}

div#breadcrumbs a::after {
  padding-left: 10px;
  font-size: 10px;
  font-family: "icomoon";
  padding-right: 10px;
  content: "\e917";
  vertical-align: middle;
}

div#breadcrumbs li:last-child a {
  pointer-events: none;
  /* opacity: 0.75; */
}

div#breadcrumbs li:last-child a::after {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  div#breadcrumbs ol {
    overflow-x: auto;
  }
}