@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* 以下デフォルトスタイルのリセット
   ========================================================================== */
html {
  font-size: 62.5%;
}

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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select,
button {
  border-radius: 0;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type=button],
input[type=submit],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
}

input[type=submit] {
  -webkit-appearance: none;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.7;
}

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

html, body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  color: #4e5152;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.4;
}

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

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

h3 {
  font-size: 60px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: 42px;
  }
}

h4 {
  width: 90%;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin: 0 auto 80px;
  text-transform: uppercase;
}
h4::after {
  content: "";
  border-bottom: 2px solid #ccc;
  position: relative;
  width: 100%;
  display: block;
  bottom: 0;
  margin-top: 5px;
}
h4::before {
  content: "";
  border-bottom: 2px solid #005f60;
  position: absolute;
  width: 50%;
  bottom: 0;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  h4 {
    margin: 0 auto 60px;
  }
}

h5 {
  font-size: clamp(36px, 11vw, 84px);
  font-weight: 600;
  margin-bottom: 30px;
  opacity: 0.8;
}

section {
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  section {
    padding: 70px 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 919px) {
  .wrapper {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
}

.link_nav {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .link_nav {
    width: 90%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media screen and (max-width: 480px) {
  .link_nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link_nav li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  color: #FFF;
  background: #005f60;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .link_nav li {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .link_nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  .link_nav li:last-child {
    margin-bottom: 0;
  }
}

.content_col_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_col_three li {
  width: 29.3333333333%;
}
@media screen and (max-width: 767px) {
  .content_col_three li {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
  .content_col_three li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .content_col_three li {
    width: 90%;
  }
}
.content_col_three li .img_con {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  position: relative;
}
.content_col_three li .img_con img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_col_three li .img_con span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  line-height: 1.8;
}
.content_col_three li .txt_con {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 1 !important;
  margin-bottom: 0 !important;
}
.content_col_three li .txt_con .title {
  font-size: 15px !important;
  color: #005f60;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #005f60;
}
.content_col_three li .txt_con .des {
  font-size: 12px;
}

.content_col_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_col_four li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  .content_col_four li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 20px;
  }
  .content_col_four li:nth-child(3), .content_col_four li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .content_col_four li {
    width: 90%;
    margin: 0 auto 20px;
  }
  .content_col_four li:nth-child(3) {
    margin-bottom: 20px;
  }
  .content_col_four li:last-child {
    margin-bottom: 0;
  }
}
.content_col_four li .img_con {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  position: relative;
}
.content_col_four li .img_con img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_col_four li .img_con span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .content_col_four li .img_con span {
    font-size: 16px;
  }
}
.content_col_four li .txt_con {
  width: 100%;
  background: #D4f1f4;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.content_col_four_t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_col_four_t li {
  width: 29.3333333333%;
}
@media screen and (max-width: 767px) {
  .content_col_four_t li {
    width: 80%;
    margin-: 0 auto 20px;
  }
  .content_col_four_t li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .content_col_four_t li {
    width: 90%;
  }
}
.content_col_four_t li .img_con {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  position: relative;
}
.content_col_four_t li .img_con img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_col_four_t li .img_con span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .content_col_four_t li .img_con span {
    font-size: 16px;
  }
}
.content_col_four_t li .txt_con {
  width: 100%;
  background: #D4f1f4;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.six_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.six_img li {
  width: 33.3333333333%;
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .six_img li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .six_img li {
    aspect-ratio: 2/1;
    width: 100%;
  }
}
.six_img li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.six_img li span {
  position: absolute;
  font-size: 12px;
  color: #FFF;
  bottom: 20px;
  right: 20px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.nav-open {
  overflow: hidden;
}
header.nav-open .main_nav, header.nav-open .global_nav {
  display: block;
  right: 0;
}
header .top {
  height: 114px;
  background: #D4f1f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}
@media screen and (max-width: 919px) {
  header .top {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  header .top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    padding: 0 30px;
  }
}
@media screen and (max-width: 480px) {
  header .top {
    height: 100px;
    padding: 0 20px;
  }
}
header .top .toggle {
  display: none;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  right: 30px;
}
@media screen and (max-width: 767px) {
  header .top .toggle {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  header .top .toggle {
    right: 20px;
  }
}
header .top .toggle .toggle-icon {
  width: 34px;
  height: 26px;
  position: relative;
}
header .top .toggle .toggle-icon span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #005f60;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .top .toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
header .top .toggle .toggle-icon span:nth-child(2) {
  top: 12px;
}
header .top .toggle .toggle-icon span:nth-child(3) {
  top: 24px;
}
header .top .toggle.active .toggle-icon {
  width: 38px;
  height: 35px;
}
header .top .toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
}
header .top .toggle.active span:nth-child(2) {
  opacity: 0;
}
header .top .toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 15px;
}
header .top .header_logo {
  width: 30%;
}
@media screen and (max-width: 767px) {
  header .top .header_logo {
    width: 60%;
    max-width: 320px;
  }
}
@media screen and (max-width: 480px) {
  header .top .header_logo {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  header .top .global_nav {
    display: none;
  }
}
header .top .global_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  header .top .global_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .top .global_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 1vw;
  margin-left: 1vw;
}
header .top .global_nav ul li:nth-child(3), header .top .global_nav ul li:nth-child(4) {
  background: #005f60;
  color: #FFF;
}
header .top .global_nav ul li:last-child {
  background: #FFF;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .top .global_nav ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
header .main_nav {
  height: 80px;
  background: #e4ebf2;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  header .main_nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e4ebf2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 50px 20px;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 3;
  }
}
header .main_nav ul {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  border-right: 1px solid #005f60;
  font-size: 16px;
}
@media screen and (max-width: 919px) {
  header .main_nav ul {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  header .main_nav ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-right: inherit;
  }
}
header .main_nav ul li {
  width: calc(20% - 1px);
  height: 100%;
  border-left: 1px solid #005f60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  header .main_nav ul li {
    width: 100%;
    border-bottom: 1px solid #005f60;
    border-left: inherit;
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  header .main_nav ul li {
    padding: 20px 0;
  }
}
header .main_nav ul.global_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header .main_nav ul.global_sp {
    display: block;
  }
  header .main_nav ul.global_sp li {
    width: auto;
    border-bottom: none;
    margin: 15px auto;
    padding: 15px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .main_nav ul.global_sp li.btg {
    background: #005f60;
    color: #FFF;
    width: auto;
  }
  header .main_nav ul.global_sp li.btw {
    background: #fff;
    color: #005f60;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  header .main_nav ul.global_sp li {
    margin: 10px auto;
    padding: 10px 40px;
  }
}

footer {
  background: #D4f1f4;
  padding: 40px 0;
}
footer .booking {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 480px) {
  footer .booking {
    width: 90%;
  }
}
footer .mail {
  margin-bottom: 50px;
}
footer .mail .for_inquiry {
  display: table;
  text-align: center;
  border-top: 1px solid #005f60;
  border-bottom: 1px solid #005f60;
  margin: 40px auto 50px;
  line-height: 1.4;
  padding: 4px 10px;
}
footer .mail .mail_link {
  display: table;
  margin: auto;
  text-align: center;
}
footer .mail .mail_link a {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
footer .mail .mail_link a::before {
  content: "";
  background: url("../img/envelope.svg") no-repeat center;
  background-size: 36px 27px;
  position: relative;
  width: 36px;
  height: 27px;
  display: block;
  margin-right: 24px;
}
footer .mail .mail_link .time {
  font-size: 10px;
}
footer .bottom {
  font-size: 10px;
  text-align: center;
}

.slick {
  height: 650px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slick {
    height: 500px;
  }
}
.slick .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  width: 100%;
  text-shadow: 1px 1px 6px #333;
  z-index: 1;
  text-align: center;
}
.slick .txt h1 {
  font-size: 4.5vw;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .slick .txt h1 {
    font-size: 6.5vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .slick .txt h1 {
    font-size: 9vw;
    margin-bottom: 20px;
  }
}
.slick .txt h1 .sub {
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  .slick .txt h1 .sub {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .slick .txt h1 .sub {
    font-size: 6vw;
  }
}
.slick .txt .des {
  font-size: 3.5vw;
}
@media screen and (max-width: 767px) {
  .slick .txt .des {
    font-size: 5vw;
  }
}
.slick .slider-wrapper {
  width: 100vw;
  height: 650px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slick .slider-wrapper {
    height: 500px;
  }
}
.slick .slider-wrapper .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  height: 100%;
}
.slick .slider-wrapper .slider .slide {
  min-width: 100%;
  height: 100%;
  text-align: center;
  background: #f5f5f5;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.slick .slider-wrapper .slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slick .slider-wrapper .dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.slick .slider-wrapper .dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.slick .slider-wrapper .dots .dot.active {
  background-color: #005f60;
}

#page_top .property {
  padding-bottom: 0;
}
#page_top .property .ordinary_scenery {
  width: 100%;
  background: url("../img/snowhouse.jpg") no-repeat center;
  background-size: cover;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  #page_top .property .ordinary_scenery {
    padding: 50px 20px;
  }
}
#page_top .property .ordinary_scenery span {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_top .property .ordinary_scenery span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #page_top .property .ordinary_scenery span {
    font-size: 14px;
  }
}
#page_top .property .ordinary_scenery .sub {
  font-size: 22px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #page_top .property .ordinary_scenery .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #page_top .property .ordinary_scenery .sub {
    font-size: 18px;
  }
}
#page_top .property .ordinary_scenery .content {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #page_top .property .ordinary_scenery .content {
    font-size: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #page_top .property .ordinary_scenery .content {
    font-size: 14px;
  }
}
#page_top .property .ordinary_scenery .content p {
  margin-bottom: 30px;
}
#page_top .property_concept .content .t_hakuba {
  display: table;
  margin: -50px auto 50px;
  text-align: right;
  font-size: 40px;
}
#page_top .property_concept .content .t_hakuba .sub {
  font-size: 28px;
  color: #005f60;
}
@media screen and (max-width: 480px) {
  #page_top .property_concept .content .t_hakuba {
    font-size: 36px;
  }
}
#page_top .property_concept .content .txt_con {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page_top .property_concept .content .txt_con {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #page_top .property_concept .content .txt_con {
    font-size: 14px;
  }
}
#page_top .top_points {
  padding: 0;
}
#page_top .top_points .point li {
  height: 550px;
  position: relative;
}
@media screen and (max-width: 480px) {
  #page_top .top_points .point li {
    height: 400px;
  }
}
#page_top .top_points .point li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_top .top_points .point li .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  #page_top .top_points .point li .txt {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#page_top .top_points .point li .txt .sub {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_top .top_points .point li .txt .sub {
    font-size: 16px;
  }
}

#page_about .property .content .txt_con {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #page_about .property .content .txt_con {
    font-size: 16px;
  }
}
#page_about .property .about_point_r, #page_about .property .about_point_l {
  margin: 100px auto;
}
#page_about .property .about_point_r .huge_title, #page_about .property .about_point_l .huge_title {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 600;
  color: #005f60;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#page_about .property .about_point_r .content, #page_about .property .about_point_l .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .content, #page_about .property .about_point_l .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #page_about .property .about_point_r .content, #page_about .property .about_point_l .content {
    width: 90%;
  }
}
#page_about .property .about_point_r .content .img_con, #page_about .property .about_point_l .content .img_con {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .content .img_con, #page_about .property .about_point_l .content .img_con {
    width: 100%;
  }
}
#page_about .property .about_point_r .content .img_con_s, #page_about .property .about_point_l .content .img_con_s {
  width: 55%;
  aspect-ratio: 5/4;
}
#page_about .property .about_point_r .content .img_con_s img, #page_about .property .about_point_l .content .img_con_s img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .content .img_con_s, #page_about .property .about_point_l .content .img_con_s {
    width: 100%;
  }
}
#page_about .property .about_point_r .content .txt_con, #page_about .property .about_point_l .content .txt_con {
  width: 45%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .content .txt_con, #page_about .property .about_point_l .content .txt_con {
    width: 100%;
  }
}
#page_about .property .about_point_r .content .txt_con .title, #page_about .property .about_point_l .content .txt_con .title {
  font-size: 26px;
  text-align: left;
}
#page_about .property .about_point_r .content .txt_con .des, #page_about .property .about_point_l .content .txt_con .des {
  font-size: 18px;
  text-align: left;
}
#page_about .property .about_point_r .huge_title {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .huge_title {
    text-align: center;
  }
}
#page_about .property .about_point_r .content .txt_con {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_r .content .txt_con {
    margin-left: inherit;
  }
}
#page_about .property .about_point_r:last-child {
  margin-bottom: 0;
}
#page_about .property .about_point_l .huge_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_l .huge_title {
    text-align: center;
  }
}
#page_about .property .about_point_l .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page_about .property .about_point_l .content .txt_con {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  #page_about .property .about_point_l .content .txt_con {
    margin-right: inherit;
  }
}
#page_about #floor_plan .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content {
    width: 80%;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  #page_about #floor_plan .content {
    width: 90%;
  }
}
#page_about #floor_plan .content .txt_con {
  width: 40%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con {
    padding-right: inherit;
  }
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con {
    width: 100%;
  }
}
#page_about #floor_plan .content .txt_con .type {
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con .type {
    text-align: center;
    margin-bottom: 30px;
  }
}
#page_about #floor_plan .content .txt_con .area {
  font-size: clamp(40px, 5vw, 50px);
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con .area {
    text-align: center;
  }
}
#page_about #floor_plan .content .txt_con .area_s {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con .area_s {
    text-align: center;
  }
}
#page_about #floor_plan .content .txt_con .room {
  font-size: 20px;
  list-style-type: square;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .txt_con .room {
    display: table;
    margin: 0 auto 20px;
  }
}
#page_about #floor_plan .content .txt_con .room li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page_about #floor_plan .content .txt_con .room li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #005f60;
  display: block;
  margin-right: 10px;
}
#page_about #floor_plan .content .txt_con .ps {
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #CCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#page_about #floor_plan .content .txt_con .bottom {
  font-size: 12px;
  line-height: 1.6;
  list-style-type: square;
  margin-left: 20px;
}
#page_about #floor_plan .content .txt_con .bottom li {
  margin-bottom: 10px;
}
#page_about #floor_plan .content .img_con {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #page_about #floor_plan .content .img_con {
    width: 100%;
    margin-bottom: 40px;
  }
}
#page_about .facility {
  background: #f3f4f6;
}
#page_about .facility .facility_point li {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 30px 20px 120px;
  color: #3e6174;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #page_about .facility .facility_point li {
    height: auto;
    padding: 30px 30px 30px 60px;
  }
}
@media screen and (max-width: 480px) {
  #page_about .facility .facility_point li {
    height: auto;
    padding: 30px 20px 30px 40px;
  }
}
#page_about .facility .facility_point li:before {
  content: "";
  background: url("../img/triangle.svg") no-repeat center;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #page_about .facility .facility_point li:before {
    width: 60px;
    height: 60px;
  }
}
#page_about .facility .facility_point li:last-child {
  margin-bottom: 0;
}
#page_about .facility .facility_point li .title {
  font-size: clamp(14px, 2.6vw, 28px);
  margin-bottom: 10px;
}
#page_about .facility .facility_point li .txt {
  font-size: clamp(12px, 2vw, 20px);
}

#page_hakuba .theme {
  width: 100%;
  height: 650px;
}
#page_hakuba .theme img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  #page_hakuba .theme {
    height: 500px;
  }
}
#page_hakuba .wrapper {
  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;
  padding-bottom: 0;
}
#page_hakuba .wrapper .sub {
  font-size: 18px;
  margin-bottom: 60px;
}
#page_hakuba .wrapper .m_title {
  font-size: 28px;
  font-weight: 500;
  color: #005f60;
  margin-bottom: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #page_hakuba .wrapper .m_title {
    font-size: 26px;
  }
}
#page_hakuba .wrapper .txt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #page_hakuba .wrapper .txt {
    text-align: left;
  }
}
#page_hakuba .intro {
  background: #ededed;
}
#page_hakuba .two_season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page_hakuba .two_season li {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 767px) {
  #page_hakuba .two_season li {
    width: 100%;
    margin-bottom: 30px;
  }
  #page_hakuba .two_season li:last-child {
    margin-bottom: 0;
  }
}
#page_hakuba .two_season li a {
  display: block;
  position: relative;
  aspect-ratio: 8/5;
}
@media screen and (max-width: 767px) {
  #page_hakuba .two_season li a {
    aspect-ratio: 2/1;
  }
}
#page_hakuba .two_season li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_hakuba .two_season li a .txt_con {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
}
#page_hakuba .two_season li a .txt_con .title {
  font-size: 32px;
  margin-bottom: 40px;
  margin-bottom: clamp(20px, 3vw, 40px);
}
#page_hakuba .two_season li a .txt_con .des {
  font-size: 18px;
  line-height: 1.4;
}
#page_hakuba #snow_season {
  padding: 100px 0;
}
#page_hakuba .ski_map {
  margin: 80px 0 0;
}
#page_hakuba .japow {
  background: url("../img/bg_snow.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
#page_hakuba .h li {
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page_hakuba .h li img.num {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
#page_hakuba .h li .title_b {
  font-size: 20px;
  margin-bottom: 30px;
}
#page_hakuba .h li .des {
  font-size: 14px;
  line-height: 1.6;
}

#page_access .access_theme {
  padding: 0;
}
#page_access .access_theme .top {
  height: 490px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_access .access_theme .top {
    height: 400px;
  }
}
#page_access .access_theme .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_access .access_theme .top p {
  width: 100%;
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  font-size: 28px;
  line-height: 2;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_access .access_theme .top p {
    font-size: 26px;
  }
}
#page_access .access_theme .option {
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  #page_access .access_theme .option {
    height: 280px;
  }
}
#page_access .access_theme .option li {
  width: 50%;
  position: relative;
}
#page_access .access_theme .option li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_access .access_theme .option li a p {
  width: 100%;
  position: absolute;
  color: #FFF;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  display: table;
  text-align: center;
  font-size: 38px;
  line-height: 2;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_access .access_theme .option li a p {
    font-size: 26px;
  }
}
#page_access .by_car .des, #page_access .by_train .des {
  line-height: 2;
  margin-top: 40px;
}