@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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.
 */
body {
  margin: 0;
}

/**
 * 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;
  line-height: 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 {
  -webkit-box-sizing: content-box;
          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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --container-width: 1200px;
  --color-main: #000000;
  --color-osaka: #1791CF;
  --color-kyoto: #6F9D4D;
  --color-nara: #B08F3B;
  --color-hyogo: #C78191;
  --color-wakayama: #40A190;
  --color-shiga: #9D7BB7;
  --color-osaka2: #0077C0;
  --color-kyoto2: #2F8224;
  --color-nara2: #916C10;
  --color-hyogo2: #B74F66;
  --color-wakayama2: #167F7F;
  --color-shiga2: #8A61AB;
  --color-bg: #FBF8F3;
  --color-area: #1791CF;
  --color-area2: #0077C0;
  --c-section-area-mb-pc: 450px;
  --c-section-area-mb-sp: 35.8974358974vw;
  --font-base: "Noto Sans JP", serif;
  --font-notosan: "Noto Sans JP", serif;
  --font-zenmaru: "Zen Maru Gothic", sans-serif;
  --font-cantataone: "Cantata One", serif;
  --line-height-default: 1;
  --z-index-default: 1;
  --padding-side-pc:25px;
  --padding-side-sp:5.1282051282vw;
  --padding-side-m-sp:-5.1282051282vw;
  --header-height-pc: 45px;
  --header-height-sp: 50px;
  --o-animation-delay: 0.75s;
  --o-animation-duration: 0.5s;
  --hover-transition-duration: 0.25s;
  --hover-opacity: 0.7;
}

/**/
/* ==========================================================================
  base
========================================================================== */
/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  color: var(--color-main);
  font-family: var(--font-base);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.5897435897vw;
  font-weight: 400;
  line-height: var(--line-height-default);
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: var(--color-bg);
}
@media screen and (min-width: 751px) {
  body {
    font-size: 1.6rem;
    line-height: var(--line-height-default);
  }
}

/* ==========================================================================
   utility
========================================================================== */
/*------------------------------------------------------------
  画像　w100%用
------------------------------------------------------------*/
.u-img-w100 {
  width: 100%;
}

/*------------------------------------------------------------
  背景色のみ
------------------------------------------------------------*/
.u-bg--osaka2 {
  background-color: var(--color-osaka2);
}

.u-bg--kyoto2 {
  background-color: var(--color-kyoto2);
}

.u-bg--nara2 {
  background-color: var(--color-nara2);
}

.u-bg--hyogo2 {
  background-color: var(--color-hyogo2);
}

.u-bg--wakayama2 {
  background-color: var(--color-wakayama2);
}

.u-bg--shiga2 {
  background-color: var(--color-shiga2);
}

/*------------------------------------------------------------
  文字色のみ
------------------------------------------------------------*/
.u-text--osaka {
  color: var(--color-osaka);
}

.u-text--kyoto {
  color: var(--color-kyoto);
}

.u-text--nara {
  color: var(--color-nara);
}

.u-text--hyogo {
  color: var(--color-hyogo);
}

.u-text--wakayama {
  color: var(--color-wakayama);
}

.u-text--shiga {
  color: var(--color-shiga);
}

/* --------------------------------------------------------------------------
  font
-------------------------------------------------------------------------- */
.u-font-zenmaru--700, .u-font-zenmaru {
  font-family: var(--font-zenmaru);
}

.u-font-zenmaru {
  font-weight: 500;
}
.u-font-zenmaru--700 {
  font-weight: 700;
}

.u-font-cantataone {
  font-family: var(--font-cantataone);
}

.u-font-cantataone {
  font-weight: 400;
}

/* ---------------------------------------------------------------------------
  show/hide
--------------------------------------------------------------------------- */
.u-show-mobile {
  display: none;
}
@media screen and (min-width: 751px) {
  .u-show-mobile {
    display: initial;
  }
}

.u-show-desktop {
  display: initial;
}
@media screen and (min-width: 751px) {
  .u-show-desktop {
    display: none;
  }
}

/* ---------------------------------------------------------------------------
  flex
--------------------------------------------------------------------------- */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 751px) {
  .u-flex--pc {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .u-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-flex--wrap.u-flex, .u-flex--wrap.u-flex--pc, .u-flex--wrap.u-flex--sp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex--justify-between.u-flex, .u-flex--justify-between.u-flex--pc, .u-flex--justify-between.u-flex--sp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--justify-center.u-flex, .u-flex--justify-center.u-flex--pc, .u-flex--justify-center.u-flex--sp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex--flexd-rowr.u-flex, .u-flex--flexd-rowr.u-flex--pc, .u-flex--flexd-rowr.u-flex--sp {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.u-flex--align-end.u-flex, .u-flex--align-end.u-flex--pc, .u-flex--align-end.u-flex--sp {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-flex--align-center.u-flex, .u-flex--align-center.u-flex--pc, .u-flex--align-center.u-flex--sp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---------------------------------------------------------------------------
  sr-only
--------------------------------------------------------------------------- */
.u-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border-width: 0;
  white-space: nowrap;
}

/* ==========================================================================
  component
========================================================================== */
/* --------------------------------------------------------------------------
  link
-------------------------------------------------------------------------- */
.c-link-text--red {
  color: var(--color-red);
  text-decoration: underline;
}

.c-hover {
  opacity: 1;
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.c-hover:hover {
  opacity: var(--hover-opacity);
}

.c-hover--under {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  -webkit-transition: color var(--hover-transition-duration) ease, text-decoration-color var(--hover-transition-duration) ease;
  transition: color var(--hover-transition-duration) ease, text-decoration-color var(--hover-transition-duration) ease;
}
.c-hover--under:hover {
  color: #3198B7;
  text-decoration-color: #3198B7;
}

/* --------------------------------------------------------------------------
  c-container
-------------------------------------------------------------------------- */
.c-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--padding-side-sp);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .c-container {
    max-width: var(--container-width);
    padding: 0;
  }
}

.c-container--side {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--padding-side-sp);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .c-container--side {
    max-width: var(--container-width);
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .c-container--side {
    max-width: calc(var(--container-width) + var(--padding-side-pc) * 2);
    padding: 0 var(--padding-side-pc);
  }
}

/* --------------------------------------------------------------------------
  c-section
-------------------------------------------------------------------------- */
.c-section-area__bg {
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-area);
}
@media screen and (min-width: 751px) {
  .c-section-area__bg {
    opacity: 0.07;
    width: 1735px;
    border-radius: 162px 162px 315px 303px;
  }
}
.c-section-area__bg::before, .c-section-area__bg::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  background-color: var(--color-area);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-section-area__bg::before {
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 39.4871794872vw;
  -webkit-mask-image: url("../img/common/area/bg_top_sp.svg");
          mask-image: url("../img/common/area/bg_top_sp.svg");
}
@media screen and (min-width: 751px) {
  .c-section-area__bg::before {
    bottom: auto;
    top: -280px;
    width: 100%;
    height: 434px;
    -webkit-mask-image: url("../img/common/area/bg_top_pc.svg");
            mask-image: url("../img/common/area/bg_top_pc.svg");
  }
}
.c-section-area__bg::after {
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 18.9743589744vw;
  -webkit-mask-image: url("../img/common/area/bg_bottom_sp.svg");
          mask-image: url("../img/common/area/bg_bottom_sp.svg");
}
@media screen and (min-width: 751px) {
  .c-section-area__bg::after {
    top: auto;
    bottom: -283px;
    width: 100%;
    height: 591px;
    -webkit-mask-image: url("../img/common/area/bg_bottom_pc.svg");
            mask-image: url("../img/common/area/bg_bottom_pc.svg");
  }
}

.c-section-area__inner {
  position: relative;
}

.c-section-area-list {
  display: grid;
  gap: 7.6923076923vw;
}
@media screen and (min-width: 751px) {
  .c-section-area-list {
    grid-template-columns: 570px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px 0;
  }
}
@media screen and (min-width: 1220px) {
  .c-section-area-list {
    grid-template-columns: repeat(auto-fit, minmax(0, 570px));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 80px 60px;
  }
}

.c-section-area-list__item {
  padding: 5.1282051282vw 5.1282051282vw 7.6923076923vw;
  border-radius: 6.1538461538vw;
  background: #FFF;
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item {
    padding: 30px 30px 50px 30px;
    border-radius: 24px;
  }
}

.c-section-area-list__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.c-section-area-list__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-section-area-list__item-photo {
  border-radius: 3.0769230769vw;
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item-photo {
    border-radius: 12px;
  }
}

.c-section-area-list__item-title {
  padding-top: 5.1282051282vw;
  font-size: 4.1025641026vw;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item-title {
    padding-top: 20px;
    font-size: 22px;
  }
}

.c-section-area-list__item-texts {
  padding-top: 2.5641025641vw;
  line-height: 1.75;
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item-texts {
    padding-top: 10px;
  }
}

.c-section-area-list__item-link {
  position: relative;
  display: grid;
  place-items: center;
  width: 76.9230769231vw;
  height: 15.3846153846vw;
  margin: 7.6923076923vw auto 0;
  color: #fff;
  font-size: 4.6153846154vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.666;
  border-radius: 1.0256410256vw;
  background-color: var(--color-area2);
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item-link {
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
    font-size: 18px;
    border-radius: 4px;
  }
}
.c-section-area-list__item-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5.1282051282vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.358974359vw;
  height: 4.358974359vw;
  background-image: url("../img/common/area/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .c-section-area-list__item-link::after {
    right: 20px;
    width: 17px;
    height: 17px;
  }
}

.c-section-area--osaka {
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--osaka {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area--kyoto {
  --color-area: var(--color-kyoto);
  --color-area2: var(--color-kyoto2);
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--kyoto {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area--nara {
  --color-area: var(--color-nara);
  --color-area2: var(--color-nara2);
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--nara {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area--hyogo {
  --color-area: var(--color-hyogo);
  --color-area2: var(--color-hyogo2);
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--hyogo {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area--wakayama {
  --color-area: var(--color-wakayama);
  --color-area2: var(--color-wakayama2);
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--wakayama {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area--shiga {
  --color-area: var(--color-shiga);
  --color-area2: var(--color-shiga2);
  --c-section-area-mb-pc: 370px;
  --c-section-area-mb-sp: 218px;
  overflow-x: clip;
  position: relative;
  margin-bottom: var(--c-section-area-mb-sp);
}
@media screen and (min-width: 751px) {
  .c-section-area--shiga {
    margin-bottom: var(--c-section-area-mb-pc);
  }
}

.c-section-area__illust {
  position: sticky;
  top: 12.8205128205vw;
  width: 100%;
  height: auto;
  margin: 0 auto 30.7692307692vw;
}
@media screen and (min-width: 751px) {
  .c-section-area__illust {
    top: 280px;
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
.c-section-area__illust img {
  position: absolute;
  top: 5.1282051282vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 751px) {
  .c-section-area__illust img {
    top: -50px;
    width: 1461px;
  }
}

/* section header */
.c-section-header {
  padding-bottom: 7.6923076923vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .c-section-header {
    padding-bottom: 60px;
  }
}

.c-section-area-header__title--jp {
  position: relative;
  font-family: var(--font-zenmaru);
  font-size: 9.2307692308vw;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .c-section-area-header__title--jp {
    font-size: 4.8rem;
  }
}
.c-section-area-header__title--jp::before, .c-section-area-header__title--jp::after {
  content: "";
  display: inline-block;
  aspect-ratio: 20/34;
  width: 4.8717948718vw;
  height: auto;
  -webkit-mask-image: url("../img/common/area/icon_title.svg");
          mask-image: url("../img/common/area/icon_title.svg");
  background-color: var(--color-area2);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 751px) {
  .c-section-area-header__title--jp::before, .c-section-area-header__title--jp::after {
    width: 20px;
    height: 34px;
  }
}
.c-section-area-header__title--jp::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .c-section-area-header__title--jp::before {
    margin-right: 13px;
  }
}
.c-section-area-header__title--jp::after {
  margin-left: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .c-section-area-header__title--jp::after {
    margin-left: 13px;
  }
}

.c-section-area-header__title--en {
  padding-top: 2.0512820513vw;
  text-transform: uppercase;
  color: var(--color-area2);
  font-family: var(--font-cantataone);
  font-size: 6.1538461538vw;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .c-section-area-header__title--en {
    padding-top: 8px;
    font-size: 2.4rem;
  }
}

.c-section-header__pref {
  display: inline-block;
  width: 21.7948717949vw;
  height: 21.7948717949vw;
  margin-bottom: 2.3076923077vw;
}
@media screen and (min-width: 751px) {
  .c-section-header__pref {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
}

/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header => 別ページ（https://jalcard.jal.co.jp/milenet/jalcardlife/princehotels/）からcssを移植
========================================================================== */
.global_header__inner, .inner {
  width: 950px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .global_header__inner, .inner {
    width: auto;
  }
}
.posR {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
.global_header {
  position: relative;
  height: 46px;
  background: #fff;
  background-size: cover;
}

.global_header__inner {
  padding-top: 38px;
}

.header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global_header__heading {
  text-align: center;
}

.global_header__headingTitle {
  margin: 40px auto;
}

.global_header__headingTitle img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.global_header__headingTitle {
  -webkit-animation: fadeIn 4s ease;
          animation: fadeIn 4s ease;
}

.global_header__bar p.info {
  -webkit-animation: fadeIn 3s ease;
          animation: fadeIn 3s ease;
}

.global_header__bar {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 45px;
  background: #fff repeat center top;
}

.global_header__bar .logo {
  float: left;
  margin-top: 6px;
}

.global_header__bar .logo img {
  max-width: 200px;
}

.global_header__bar .info {
  float: right;
  margin-top: 9px;
}

.header__j-life {
  margin-top: 6px;
}

.header_info {
  display: inline-block;
  width: auto;
  padding: 0 30px 0 10px;
  vertical-align: middle;
}

.header_info img {
  max-width: 152.5px;
  height: auto;
}

.header_txt {
  font-family: "kozuka-mincho-pro", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  display: inline-block;
}

.header_txt a {
  font-family: "kozuka-mincho-pro", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: inline-block;
  text-decoration: none;
}

.header_txt a:hover {
  opacity: 0.8;
}

.global_header .facility {
  float: right;
  margin-top: 20px;
  background-color: rgb(11, 3, 5);
}

.global_header .facility a {
  display: block;
  padding: 6px 22px;
  text-decoration: none;
  color: #fff;
}

.global_header .facility:hover {
  text-decoration: none;
  background-color: rgba(11, 3, 5, 0.8);
}

@media only screen and (max-width: 1200px) {
  .global_header__inner, .inner {
    width: auto;
    padding: 0 20px;
  }
  .header__flex {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .global_header {
    height: auto;
    height: 35px;
    padding-bottom: 5%;
  }
  .global_header .facility {
    font-size: 16px;
    float: none;
    width: 70%;
    margin: 20% 15% 10%;
    letter-spacing: 0.18em;
    border: 1px solid #fff;
  }
  .global_header .facility a {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fff;
  }
  .global_header__inner {
    padding: 20px 10px;
  }
  .global_header__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global_header__headingTitle {
    width: 99%;
    margin: 26vw auto 13vw;
  }
  .global_header__bar {
    height: 35px;
    padding: 0 10px;
  }
  .global_header__bar .logo img {
    max-width: 160px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .global_header__headingTitle {
    margin: 27vw auto 12vw;
    margin-left: -10px;
  }
}
/* sns */
.global_header__inner .sns {
  position: absolute;
  top: 20px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.global_header__inner .sns .fb {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

.global_header__inner .sns .tw {
  line-height: 1;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  .global_header__inner .sns {
    top: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .global_header__inner .sns {
    position: absolute;
    top: -10px;
  }
  .global_header__inner .sns .fb {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
  .global_header__inner .sns .tw {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
}
/* ==========================================================================
  header => 個別設定
========================================================================== */
.global_header {
  font-size: 14px;
  -webkit-font-smoothing: auto;
}
@media only screen and (max-width: 768px) {
  .global_header {
    font-size: 12px;
  }
}

/* ==========================================================================
  footer => 別ページ（https://jalcard.jal.co.jp/milenet/jalcardlife/sauna/）からcssを移植
========================================================================== */
.footer img {
  max-width: 100%;
  height: auto;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  max-width: 1600px;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
.jalcardlife {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jalcardlife a {
  width: 153px;
}

@media only screen and (max-width: 767px) {
  .jalcardlife a {
    width: 140px;
  }
}
.jalcardlife p {
  padding-left: 20px;
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGSæ˜ŽæœE", serif;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .jalcardlife p {
    padding-left: 10px;
  }
}
.footer__info {
  padding: 20px 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .footer__info {
    padding: 30px 0;
  }
}
.footer__info .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
}

@media only screen and (max-width: 767px) {
  .footer__info .container {
    display: block;
    padding: 0;
  }
}
.footer__info .osusume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .footer__info .osusume {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.footer__info .osusume > dt {
  width: 47px;
}

@media only screen and (max-width: 767px) {
  .footer__info .osusume > dt {
    width: 80px;
  }
}
.footer__info .osusume > dd {
  padding-left: 20px;
}

.footer__info .osusume > dd a {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGSæ˜ŽæœE", serif;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer__info .jalcardlife {
    padding-top: 30px;
    border-top: solid 1px #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__copyright {
  padding: 10px 0;
  color: #a1a1a0;
  background-color: #000;
  text-align: center;
}

.footer__copyright small {
  font-size: 1.2rem;
}

/* ==========================================================================
  footer => 個別設定
========================================================================== */
.l-footer-gotop {
  cursor: pointer;
  position: absolute;
  right: var(--padding-side-sp);
  bottom: 370px;
  width: 50px;
  height: 50px;
  background: #fff;
}
@media screen and (min-width: 751px) {
  .l-footer-gotop {
    right: 25px;
    bottom: 140px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1220px) {
  .l-footer-gotop {
    right: 200px;
  }
}
.l-footer-gotop:hover {
  background: rgba(26, 25, 37, 0.6);
}
.l-footer-gotop svg {
  width: 6.6666666667vw;
  height: 4.1025641026vw;
}
@media screen and (min-width: 751px) {
  .l-footer-gotop svg {
    width: 36px;
    height: 22px;
  }
}

/* ==========================================================================
  main
========================================================================== */
.l-main {
  position: relative;
}

/* ==========================================================================
   index
========================================================================== */
.p-top-hero__plane.is-init {
  -webkit-animation-delay: var(--o-animation-delay);
          animation-delay: var(--o-animation-delay);
  -webkit-animation-duration: var(--o-animation-duration);
          animation-duration: var(--o-animation-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transform: translate(50px, 100px);
          transform: translate(50px, 100px);
  -webkit-animation-name: fadeInMoveTop;
          animation-name: fadeInMoveTop;
}

.is-init.is-fade {
  -webkit-animation-delay: var(--o-animation-delay);
          animation-delay: var(--o-animation-delay);
  -webkit-animation-duration: var(--o-animation-duration);
          animation-duration: var(--o-animation-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInMoveTop {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInMoveTop {
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* --------------------------------------------------------------------------
  p-top-hero
-------------------------------------------------------------------------- */
.p-top-hero {
  overflow: clip;
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 780/1056;
}
@media screen and (min-width: 751px) {
  .p-top-hero {
    aspect-ratio: 3840/1470;
  }
}

.p-top-hero__title {
  position: absolute;
  top: 13.5897435897vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 75.1282051282vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__title {
    top: 18%;
    width: 22%;
  }
}

.p-top-hero__horizon {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: var(--z-index-default);
  width: 100%;
}

.p-top-hero__plane {
  position: absolute;
  top: 7.4358974359vw;
  left: 33.8461538462vw;
  z-index: 3;
  width: 31.0256410256vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__plane {
    top: 3%;
    left: 38%;
    width: 14.1145833333vw;
  }
}

.p-top-hero__photo01 {
  position: absolute;
  top: 0.7692307692vw;
  right: 0.7692307692vw;
  z-index: 0;
  width: 33.5897435897vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photo01 {
    top: 1%;
    right: 12%;
    z-index: 0;
    width: 15.7291666667vw;
  }
}

.p-top-hero__photo02 {
  position: absolute;
  top: 33.3333333333vw;
  left: 0.7692307692vw;
  z-index: 0;
  width: 18.4615384615vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photo02 {
    top: 27%;
    right: 27%;
    left: auto;
    width: 10.5208333333vw;
  }
}

.p-top-hero__photo03 {
  position: absolute;
  top: 86.4102564103vw;
  left: 23.5897435897vw;
  width: 21.5384615385vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photo03 {
    top: 58%;
    left: auto;
    right: 29%;
    width: 8.59375vw;
  }
}

.p-top-hero__photo04a {
  position: absolute;
  top: 79.4871794872vw;
  right: 5.8974358974vw;
  width: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photo04a {
    top: 47%;
    right: 13%;
    width: 12.5vw;
  }
}

.p-top-hero__photo04b {
  position: absolute;
  display: none;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photo04b {
    display: block;
    top: 36%;
    left: 2%;
    width: 10.2083333333vw;
  }
}

.p-top-hero__photos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-top-hero__photos {
    top: 1%;
    left: 2%;
    width: 85.3125vw;
  }
}

.p-top-hero__illusts {
  position: absolute;
  top: 7.6923076923vw;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-top-hero__illusts {
    top: 1%;
    left: 7%;
    width: 91.5625vw;
  }
}

/* --------------------------------------------------------------------------
  p-top-news
-------------------------------------------------------------------------- */
.p-top-news {
  width: 100%;
  padding: 7.6923076923vw 0 6.4102564103vw;
}
@media screen and (min-width: 751px) {
  .p-top-news {
    padding: 50px 0 25px;
  }
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8461538462vw 0;
  padding: 3.8461538462vw;
  border-radius: 6.1538461538vw;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 7.6923076923vw 0px rgba(143, 132, 38, 0.15);
          box-shadow: 0px 0px 7.6923076923vw 0px rgba(143, 132, 38, 0.15);
}
@media screen and (min-width: 751px) {
  .p-top-news__inner {
    gap: 50px 0;
    padding: 40px 25px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(143, 132, 38, 0.15);
            box-shadow: 0px 0px 30px 0px rgba(143, 132, 38, 0.15);
  }
}
@media screen and (min-width: 1220px) {
  .p-top-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 50px;
    padding: 40px 85px;
  }
}

.p-top-news-header {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-top-news-header {
    text-align: left;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-news-header {
    padding-bottom: 0;
  }
}

.p-top-news-header__title--en {
  font-size: 7.6923076923vw;
  text-transform: uppercase;
}
@media screen and (min-width: 751px) {
  .p-top-news-header__title--en {
    font-size: 4rem;
  }
}

.p-top-news-header__title--jp {
  padding-top: 2.5641025641vw;
  color: #EB4E4E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .p-top-news-header__title--jp {
    padding-top: 10px;
    font-size: 2rem;
  }
}

.p-top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.1282051282vw 0;
}
@media screen and (min-width: 751px) {
  .p-top-news-list {
    gap: 20px 0;
  }
}

.p-top-news-list__item-inner {
  font-size: 3.8461538462vw;
  line-height: 1.6;
}
@media screen and (min-width: 751px) {
  .p-top-news-list__item-inner {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-news-list__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
}

.p-top-news-list__item-date {
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .p-top-news-list__item-text {
    padding-top: 0;
  }
}

/* --------------------------------------------------------------------------
  p-top-map
-------------------------------------------------------------------------- */
.p-top-map {
  overflow-x: clip;
  position: relative;
  padding: 28.7179487179vw var(--padding-side-sp) 36.4102564103vw;
  background-color: #A0DCEF;
}
@media screen and (min-width: 751px) {
  .p-top-map {
    padding: 225px 0 353px;
  }
}
.p-top-map::before, .p-top-map::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: var(--z-index-default);
  width: 153.8461538462vw;
  height: 10vw;
  background-repeat: repeat-x;
  background-position: 50% 0;
  background-size: 41.0256410256vw auto;
}
@media screen and (min-width: 751px) {
  .p-top-map::before, .p-top-map::after {
    width: 100%;
    height: 50px;
    background-size: 400px auto;
  }
}
.p-top-map::before {
  top: 0;
  -webkit-transform: translateX(-45%) scale(1, -1);
          transform: translateX(-45%) scale(1, -1);
  background-image: url(../img/map/bg_top.svg);
}
@media screen and (min-width: 751px) {
  .p-top-map::before {
    -webkit-transform: translateX(-50%) scale(1, -1);
            transform: translateX(-50%) scale(1, -1);
  }
}
.p-top-map::after {
  bottom: 0;
  -webkit-transform: translateX(-57%);
          transform: translateX(-57%);
  background-image: url(../img/map/bg_bottom.svg);
}
@media screen and (min-width: 751px) {
  .p-top-map::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top-map-illust--sky {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 12.3076923077vw;
  z-index: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-top-map-illust--sky {
    top: 80px;
    width: 1878px;
  }
}

.p-top-map-illust--land {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  z-index: var(--z-index-default);
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-top-map-illust--land {
    width: 2299px;
  }
}

.p-top-map__inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--padding-side-sp);
  position: relative;
  z-index: var(--z-index-default);
  padding: 5.1282051282vw 0 14.1025641026vw;
  border-radius: 6.1538461538vw;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 7.6923076923vw 0px rgba(16, 95, 185, 0.15);
          box-shadow: 0px 0px 7.6923076923vw 0px rgba(16, 95, 185, 0.15);
}
@media screen and (min-width: 751px) {
  .p-top-map__inner {
    max-width: var(--container-width);
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .p-top-map__inner {
    padding: 60px 25px 100px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(16, 95, 185, 0.15);
            box-shadow: 0px 0px 30px 0px rgba(16, 95, 185, 0.15);
  }
}
@media screen and (min-width: 1220px) {
  .p-top-map__inner {
    padding: 60px 50px 80px;
  }
}

.p-top-map-header {
  padding-bottom: 2.5641025641vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-top-map-header {
    padding-bottom: 50px;
  }
}

.p-top-map-header__title {
  width: 67.4358974359vw;
}
@media screen and (min-width: 751px) {
  .p-top-map-header__title {
    width: 571px;
  }
}

@media screen and (min-width: 751px) {
  .p-top-map-selectarea {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 0 20px;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-map-selectarea {
    gap: 0 74px;
    padding-left: 30px;
  }
}

.p-top-map-selectarea-mapimage {
  width: 98%;
  margin: 0 auto 5.1282051282vw;
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-mapimage {
    width: auto;
    margin: 0;
  }
}

.p-top-map-selectarea-list {
  counter-reset: areanum;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.0512820513vw 0;
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-list {
    gap: 8px 0;
  }
}

.p-top-map-selectarea-list__item {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-list__item {
    width: auto;
    margin: 0;
  }
}
.p-top-map-selectarea-list__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3.0769230769vw 8.9743589744vw 3.0769230769vw 16.6666666667vw;
  font-weight: 700;
  line-height: 1.3;
  border-color: var(--color-area);
  border-style: solid;
  border-width: 0.2564102564vw;
  border-radius: 1.0256410256vw;
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-list__item a {
    padding: 10px 30px 10px 65px;
    border-width: 1px;
    border-radius: 4px;
  }
}
.p-top-map-selectarea-list__item a::before {
  counter-increment: areanum;
  content: counter(areanum);
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: 700;
  text-align: center;
  background-color: var(--color-area);
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-list__item a::before {
    font-size: 2rem;
  }
}
.p-top-map-selectarea-list__item a::after {
  content: "";
  position: absolute;
  right: 3.8461538462vw;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 2.3076923077vw;
  height: 2.3076923077vw;
  border-color: var(--color-main);
  border-style: solid;
  border-top-width: 0.5128205128vw;
  border-right-width: 0.5128205128vw;
}
@media screen and (min-width: 751px) {
  .p-top-map-selectarea-list__item a::after {
    right: 16px;
    width: 9px;
    height: 9px;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.p-area--osaka {
  --color-area: var(--color-osaka);
}

.p-area--kyoto {
  --color-area: var(--color-kyoto);
}

.p-area--nara {
  --color-area: var(--color-nara);
}

.p-area--hyogo {
  --color-area: var(--color-hyogo);
}

.p-area--wakayama {
  --color-area: var(--color-wakayama);
}

.p-area--shiga {
  --color-area: var(--color-shiga);
}

/* --------------------------------------------------------------------------
  p-top-area
-------------------------------------------------------------------------- */
.js-here--osaka {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--osaka.is-here {
  opacity: var(--hover-opacity);
}

.js-here--kyoto {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--kyoto.is-here {
  opacity: var(--hover-opacity);
}

.js-here--nara {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--nara.is-here {
  opacity: var(--hover-opacity);
}

.js-here--hyogo {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--hyogo.is-here {
  opacity: var(--hover-opacity);
}

.js-here--wakayama {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--wakayama.is-here {
  opacity: var(--hover-opacity);
}

.js-here--shiga {
  -webkit-transition: opacity var(--hover-transition-duration) ease;
  transition: opacity var(--hover-transition-duration) ease;
}
.js-here--shiga.is-here {
  opacity: var(--hover-opacity);
}

.p-top-area {
  padding-top: 5.1282051282vw;
}
@media screen and (min-width: 751px) {
  .p-top-area {
    padding-top: 88px;
  }
}

.p-top-area__inner {
  position: sticky;
  top: 7.6923076923vw;
  z-index: calc(var(--z-index-default) + 10);
  margin-bottom: 7.6923076923vw;
}
@media screen and (min-width: 751px) {
  .p-top-area__inner {
    margin-bottom: 165px;
    top: 50px;
  }
}

.p-top-area-menu {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--padding-side-sp);
  display: grid;
  grid-template-columns: 12.8205128205vw 12.8205128205vw 12.8205128205vw 12.8205128205vw 12.8205128205vw 12.8205128205vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-top-area-menu {
    max-width: var(--container-width);
    padding: 0;
  }
}
@media screen and (min-width: 751px) {
  .p-top-area-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 187px 187px 187px;
    gap: 15px 30px;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-area-menu {
    grid-template-columns: repeat(auto-fit, minmax(187px, 1fr));
    gap: 0 15px;
  }
}

.p-top-area-menu__item .p-top-area-menu__item-icon {
  display: inline-block;
  -webkit-transform: translateY(-2.5641025641vw);
          transform: translateY(-2.5641025641vw);
  width: 11.2820512821vw;
  height: 11.2820512821vw;
}
@media screen and (min-width: 751px) {
  .p-top-area-menu__item .p-top-area-menu__item-icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 50px;
    height: 50px;
    margin-right: 7px;
  }
}
.p-top-area-menu__item .p-top-area-menu__item-text {
  -webkit-transform: translateY(-2.0512820513vw);
          transform: translateY(-2.0512820513vw);
}
@media screen and (min-width: 751px) {
  .p-top-area-menu__item .p-top-area-menu__item-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top-area-menu__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 1.0256410256vw;
  color: #fff;
  font-family: var(--font-zenmaru);
  font-size: 3.3333333333vw;
  font-weight: 700;
  border-radius: 25.3846153846vw;
}
@media screen and (min-width: 751px) {
  .p-top-area-menu__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 99px;
  }
}
.p-top-area-menu__item a::after {
  content: "";
  display: none;
}
@media screen and (min-width: 751px) {
  .p-top-area-menu__item a::after {
    display: inline-block;
    -webkit-transform: translateY(-2px) rotate(135deg);
            transform: translateY(-2px) rotate(135deg);
    width: 8px;
    height: 8px;
    margin-left: 12px;
    border-color: #fff;
    border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

/* --------------------------------------------------------------------------
  p-top-banner
-------------------------------------------------------------------------- */
.p-top-banner {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-top-banner {
    padding-top: 0;
    padding-left: var(--padding-side-pc);
    padding-right: var(--padding-side-pc);
    padding-bottom: 16px;
  }
}

.p-top-banner__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .p-top-banner__img {
    width: min(100%, 950px);
  }
}