@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
  font-style: normal; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1.6rem; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
 }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }



html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }


*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  padding-bottom: 0;
  background-color: #fff;
  color: #333;
  font-size: 10px;
 }

body {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

a {
  text-decoration: none;
  color: blue; 
}

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

main li {
  list-style-type: none;
}


/*-------------------------------------------
  common
-------------------------------------------*/
@media (width >= 768px) {
  .spOnly {
    display: none;
  }
}

/*-------------------------------------------
  btn_login
-------------------------------------------*/
.btn_login {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.btn_login.is-show {
  opacity: 1;
  visibility: visible;
}

.btn_login_img {
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: opacity 0.5s;
  @media (width >= 768px) {
    width: 79px;
    filter: drop-shadow(0 2.57px 10.29px rgba(0, 0, 0, 0.25));
  }
}

@media (hover: hover) {
  .btn_login_img:hover {
    opacity: 0.8;
  }
}

/*-------------------------------------------
  ly_header
-------------------------------------------*/
.ly_header {
  padding: 15px 10px;
  @media (width >= 768px) {
    padding: 22px 35px 25px;
  }
}

.ly_header_inner {
  display: flex;
  column-gap: 25px;
  align-items: center;
  @media (width >= 768px) {
    column-gap: 16px;
  }
}

.ly_header_logo {
  width: 55px;
  @media (width >= 768px) {
    width: 112px;
  }
}

.ly_header_txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  @media (width >= 768px) {
    font-size: 18px;
  }
}

/*-------------------------------------------
  bl_hero
-------------------------------------------*/
.bl_hero {
  width: 100%;
  margin-bottom: 38px;
  @media (width >= 768px) {
    margin-bottom: 42px;
  }
}
.bl_hero_inner {
  position: relative;
  display: grid;
  place-items: center;
  gap: 17px;
  @media (width >= 768px) {
    gap: 38px;
  }
}


.bl_hero_img {
  width: 100%;
}
.bl_hero_pict {
  position: relative;
}
.bl_hero_caption {
  font-size: 14px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
}

.bl_hero_underlink {
  color: #0C5BA8;
  text-decoration: underline;
  display: inline-block;
  transition: opacity 0.5s;
  font-size: 14px;
  text-align: center;
  
  @media (width >= 768px) {
    display: inline-flex;
    font-size: 16px;
    column-gap: 3px;
  }
}

@media (hover: hover) {
  .bl_hero_underlink:hover {
    opacity: 0.7;
  }
}
.bl_hero_underlink_icon {
  display: inline-block;
  vertical-align:baseline;
  @media (width >= 768px) {
    width: 18px;
  }
}


/*-------------------------------------------
  bl_hotels
-------------------------------------------*/
.bl_hotels {
  display: grid;
  row-gap: 27px;
  margin-bottom: 40px;
  
  @media (width >= 768px) {
    max-width: 1100px;
    padding-inline: 20px;
    margin-inline: auto;
    margin-bottom: 60px;
  }
}

.bl_hotels_upper {
  display: grid;
  justify-items: center;
  column-gap: 12px;
  
  @media (width >= 768px) {
    display: flex;
    justify-content: space-between;
  }
}
.bl_hotels_lower {
  display: grid;
  justify-items: center;
}


.bl_hotels_heading {
  text-align: center;
  
  @media (width >= 768px) {
    text-align: left;
  }
}

.bl_hotels_heading_text {
  display: grid;
  row-gap: 16px;
}

.bl_hotels_heading_title {
  font-family: 'Noto Serif JP', serif;
  color: #B09240;
  font-weight: 600;
  line-height: 1.3;
}

.bl_hotels_heading_title_middle {
  font-size: 24px;
  
  @media (width >= 768px) {
    font-size: 44px;
  }
}

.bl_hotels_heading_title_small {
  font-size: 22px;
  
  @media (width >= 768px) {
    font-size: 44px;
  }
}

.bl_hotels_heading_title_large {
  font-size: 40px;
  
  @media (width >= 768px) {
    font-size: 70px;
  }
}

.bl_hotels_heading_lead {
  @media (width >= 768px) {
    font-size: 18px;
  }
}

.bl_hotels_heading_logo_img {
  width: 303px;
  @media (width >= 768px) {
    width: 369px;
  }
}
.bl_hotels_map_img {
  width: 100%;
}


/*-------------------------------------------
  bl_intro
-------------------------------------------*/
.bl_intro {
  background-color: #041024;
  background-image: url(../img/intro_bg_top_sp.webp), url(../img/intro_bg_bottom_sp.webp);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  @media (width >= 768px) {
    background-image: url(../img/intro_bg_top_pc.webp), url(../img/intro_bg_bottom_pc.webp);
  }
}

.bl_intro_inner {
  padding: 60px 20px;
  @media (width >= 768px) {
    padding: 80px 20px;
  }
}

.bl_intro_list {
  display: grid;
  row-gap: 40px;
  @media (width >= 768px) {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 44px;
    max-width: 1060px;
    margin-inline: auto;
  }
}

.bl_intro_title {
  margin-bottom: 40px;
  text-align: center;
  @media (width >= 768px) {
    margin-bottom: 60px;
  }
}

.bl_intro_title_img {
  width: 329px;
  @media (width >= 768px) {
    width: 486px;
  }
}

.bl_intro_list_item {
  display: grid;
  row-gap: 32px;
  grid-row: span 3;
  grid-template-rows: subgrid;
}

.bl_intro_list_title_img {
  @media (width >= 768px) {
    width: 100%;
  }
}

.bl_intro_list_txt {
  color: #fff;
  line-height: 1.8;
  align-self: center;
  @media (width >= 768px) {
    font-size: 18px;
  }
}
.bl_intro_list_note {
  font-size: 12px;
  @media (width >= 768px) {
    font-size: 14px;
  }
}

.bl_intro_list_img {
  width: 100%;
}


/*-------------------------------------------
  bl_plan
-------------------------------------------*/
.bl_plan {
  background-color: #FAFAF4;
  border-top: 6px solid transparent;
  border-image: linear-gradient(to right, #F9E6AF, #AB934E);
  border-image-slice: 1;
}

.bl_plan_inner {
  padding: 60px 20px;
  @media (width >= 768px) {
    padding: 80px 20px;
  }
}

.bl_plan_title {
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color: #041024;
  margin-bottom: 40px;
  @media (width >= 768px) {
    font-size: 39px;
  }
}

.bl_plan_title_em {
  color: #B09240;
  font-weight: bold;
}

.bl_plan_list_txt {
  @media (width >= 768px) {
    font-size: 18px;
  }
}

.bl_plan_list {
  display: grid;
  row-gap: 24px;
  @media (width >= 768px) {
    max-width: 880px;
    margin-inline: auto;
  }
}

.bl_plan_list_item {
  border: solid 1px #B09240;
  background-color: #fff;
  padding: 24px 20px;
  @media (width >= 768px) {
    padding: 36px 60px 60px;
  }
}

.bl_plan_list_title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 24px;
  color: #B09240;
  padding-bottom: 12px;
  background-image: linear-gradient(to right, #B09240 50%, transparent 50%);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  @media (width >= 768px) {
    font-size: 36px;
    padding-bottom: 18px;
    gap: 18px;
    margin-bottom: 36px;
  }
}
.bl_plan_list_title::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bl_plan_list_title_dinner:before {
  background-image: url('../img/plan_icon_dinner.svg');
  width: 60px;
  height: 42.7px;
  @media (width >= 768px) {
    width: 90px;
    height: 64.05px;
  }
}
.bl_plan_list_title_dormys:before {
  background-image: url('../img/plan_icon_dormy.svg');
  width: 44px;
  height: 53px;
  @media (width >= 768px) {
    width: 66px;
    height: 79.5px;
  }
}

.bl_plan_list_benefits {
  display: grid;
  row-gap: 20px;
  @media (width >= 768px) {
    row-gap: 36px;
  }
}

.bl_plan_list_benefits_item {
  display: grid;
  row-gap: 12px;
  @media (width >= 768px) {
    row-gap: 18px;
  }
}

.bl_plan_list_benefits_title {
  display: flex;
  column-gap: 12px;
  align-items: center;
}

.bl_plan_list_benefits_icon_point {
  @media (width >= 768px) {
    width: 66px;
  }
}

.bl_plan_list_benefits_icon_status {
  @media (width >= 768px) {
    width: 72px;
  }
}

.bl_plan_list_benefits_title_txt {
  font-size: 18px;
  font-weight: bold;
  @media (width >= 768px) {
    font-size: 28px;
  }
}

.bl_plan_list_note {
  font-size: 12px;
  margin-top: 4px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  @media (width >= 768px) {
    font-size: 14px;
  }
}

.bl_plan_btn {
  margin-top: 20px;
  text-align: center;
  @media (width >= 768px) {
    margin-top: 36px;
  }
}
.bl_plan_btn_link {
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .bl_plan_btn_link:hover {
    opacity: 0.7;
  }
}

.bl_plan_btn_link_img {
  width: 230px;
  @media (width >= 768px) {
    width: 478px;
  }
}


/*-------------------------------------------
  bl_add
-------------------------------------------*/
.bl_add {
  background-image: linear-gradient(#041024, #0F3D8A);
  padding-inline: 20px;

}

.bl_add_inner {
  padding-block: 60px 40px;
  @media (width >= 768px) {
    max-width: 880px;
    padding-block: 80px 120px;
    margin-inline: auto;
  }
}

.bl_add_btn_link {
  width: fit-content;
  margin-inline: auto;
  transition: opacity 0.5s;
}

@media (hover: hover) {
  .bl_add_btn_link:hover {
    opacity: 0.7;
  }
}

.bl_add_title_img {
  margin-bottom: 60px;
  @media (width >= 768px) {
    width: 677px;
  }
}

.bl_add_table_pict {
  display: grid;
  row-gap: 12px;
  margin-bottom: 40px;
  @media (width >= 768px) {
    row-gap: 14px;
    margin-bottom: 60px;
  }
}

.bl_add_table_img {
  width: 100%;
}

.bl_add_table_note {
  color: #fff;
  font-size: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  @media (width >= 768px) {
    font-size: 14px;
  }
}


.bl_add_btn {
  display: grid;
  row-gap: 32px;
}

.bl_add_btn_txt {
  color: #fff;
  font-size: 15px;
  @media (width >= 768px) {
    font-size: 18px;
  }
}

.bl_add_btn_img {
  width: 308px;
  @media (width >= 768px) {
    margin-bottom: 28px;
    width: 394px;
  }
}

.bl_add_title_pict {
  text-align: center;
}

.bl_add_btn_note {
  color: #fff;
  font-size: 10px;
  padding-left: 1.2em;
  text-indent: -1.2em;
  @media (width >= 768px) {
    font-size: 14px;
  }
}

/*-------------------------------------------
  splide
-------------------------------------------*/
.custom-arrows .splide__arrow {
  background: transparent;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  opacity: 1;
}

.custom-arrows .splide__arrow img {
  width: 24px;
  height: auto;
  display: block;
  transition: opacity 0.5s;
  @media (width >= 768px) {
    width: 35px;
  }
}

@media (hover: hover) {
  .custom-arrows .splide__arrow img:hover {
    opacity: 0.7;
  }
}