﻿
/*
primary: 第1
secondary: 第2
tertiary: 第3
quaternary: 第4
quinary: 第5
senary: 第6
septenary: 第7
octonary: 第8
nonary: 第9
denary: 第10
*/
/* =======================================================================
　normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

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

a {
  color: #323c46;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

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

/* =======================================================================
module
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-ff-primary {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.m-ff-secondary {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.m-ff-tertiary {
  font-family: "Caveat", cursive;
  font-weight: 400;
}

.m-fw-n {
  font-weight: 500;
}

.m-fw-b {
  font-weight: 700;
}

.m-fs-10 {
  font-size: 1rem;
  line-height: 1.75;
}

.m-fs-11 {
  font-size: 1.1rem;
  line-height: 1.75;
}

.m-fs-12 {
  font-size: 1.2rem;
  line-height: 1.75;
}

.m-fs-13 {
  font-size: 1.3rem;
  line-height: 1.75;
}

.m-fs-14 {
  font-size: 1.4rem;
  line-height: 1.75;
}

.m-fs-15 {
  font-size: 1.5rem;
  line-height: 1.75;
}

.m-fs-16 {
  font-size: 1.6rem;
  line-height: 1.75;
}

.m-fs-17 {
  font-size: 1.7rem;
  line-height: 1.75;
}

.m-fs-18 {
  font-size: 1.8rem;
  line-height: 1.75;
}

.m-fs-19 {
  font-size: 1.9rem;
  line-height: 1.6;
}

.m-fs-20 {
  font-size: 2rem;
  line-height: 1.6;
}

.m-fs-21 {
  font-size: 2.1rem;
  line-height: 1.6;
}

.m-fs-22 {
  font-size: 2.2rem;
  line-height: 1.6;
}

.m-fs-23 {
  font-size: 2.3rem;
  line-height: 1.6;
}

.m-fs-24 {
  font-size: 2.4rem;
  line-height: 1.6;
}

.m-fs-25 {
  font-size: 2.5rem;
  line-height: 1.6;
}

.m-fs-26 {
  font-size: 2.6rem;
  line-height: 1.6;
}

.m-fs-27 {
  font-size: 2.7rem;
  line-height: 1.6;
}

.m-fs-28 {
  font-size: 2.8rem;
  line-height: 1.6;
}

.m-fs-30 {
  font-size: 3rem;
  line-height: 1.6;
}

.m-fs-31 {
  font-size: 3.1rem;
  line-height: 1.6;
}

.m-fs-32 {
  font-size: 3.2rem;
  line-height: 1.4;
}

.m-fs-34 {
  font-size: 3.4rem;
  line-height: 1.4;
}

.m-fs-35 {
  font-size: 3.5rem;
  line-height: 1.4;
}

.m-fs-36 {
  font-size: 3.6rem;
  line-height: 1.4;
}

.m-fs-37 {
  font-size: 3.7rem;
  line-height: 1.2;
}

.m-fs-38 {
  font-size: 3.8rem;
  line-height: 1.2;
}

.m-fs-40 {
  font-size: 4rem;
  line-height: 1.2;
}

.m-fs-42 {
  font-size: 4.2rem;
  line-height: 1.2;
}

.m-fs-44 {
  font-size: 4.4rem;
  line-height: 1.2;
}

.m-fs-46 {
  font-size: 4.6rem;
  line-height: 1.2;
}

.m-fs-48 {
  font-size: 4.8rem;
  line-height: 1.2;
}

.m-fs-54 {
  font-size: 5.4rem;
  line-height: 1.2;
}

.m-lh-l {
  line-height: 2;
}

.m-lh-s {
  line-height: 1.5;
}

.m-ls {
  letter-spacing: 0.1em;
}

.m-ls-l {
  letter-spacing: 0.2em;
}

.m-indent {
  text-indent: 1em;
}

.m-color-primary {
  color: #323c46;
}
.m-color-primary a {
  color: #323c46;
}

.m-color-secondary {
  color: #00a89c;
}
.m-color-secondary a {
  color: #00a89c;
}

.m-color-tertiary {
  color: #64c864;
}
.m-color-tertiary a {
  color: #64c864;
}

.m-color-quaternary {
  color: #00a3bb;
}
.m-color-quaternary a {
  color: #00a3bb;
}

.m-color-clear {
  color: #ffffff;
}
.m-color-clear a {
  color: #ffffff;
}

.m-color-alert {
  color: #cc0000;
}
.m-color-alert a {
  color: #cc0000;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px), print {
  .m-sp-only {
    display: none !important;
  }
}
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-d-n {
  display: none;
}

.m-d-b {
  display: block;
}

.m-d-ib {
  display: inline-block;
}

.m-d-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}
.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
float
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hr
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-hr {
  height: 1px;
  background-color: #e5e5e5;
  border: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
img
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-img-fit {
  width: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
align
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-inner,
.l-inner-s,
.l-inner-l {
  *zoom: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.l-inner:after,
.l-inner-s:after,
.l-inner-l:after {
  content: "";
  display: table;
  clear: both;
}

.l-inner {
  max-width: 1160px;
}

.l-inner-s {
  max-width: 960px;
}

.l-inner-l {
  max-width: 1360px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
margin
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mt-3xl {
  margin-top: 100px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-mb-3xl {
  margin-bottom: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
padding
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pt-3xl {
  padding-top: 100px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-pb-3xl {
  padding-bottom: 100px;
}

.m-p-2xs {
  padding: 5px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

.m-p-xl {
  padding: 60px;
}

.m-p-2xl {
  padding: 80px;
}

.m-p-3xl {
  padding: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-list-dot > * {
  position: relative;
  padding-left: 1em;
}
.m-list-dot > *:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-circle > * {
  position: relative;
  padding-left: 1em;
}
.m-list-circle > *:before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-square > * {
  position: relative;
  padding-left: 1em;
}
.m-list-square > *:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.5em;
}
.m-list-ar > * {
  position: relative;
  padding-left: 20px;
}
.m-list-ar > *:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #00a89c;
  border-right: solid 2px #00a89c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
iframe
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.m-video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
border
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-circle {
  border-radius: 50%;
}

.m-bor-primary {
  border: solid 1px #e5e5e5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-bg-primary {
  background-color: #efefea;
}

.m-bg-secondary {
  background-color: #f7f7f4;
}

.m-bg-tertiary {
  background-color: #ffffff;
}

.m-bg-quaternary {
  background-color: #eeeeee;
}

.m-bg-clear {
  background-color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
button.m-btn,
input.m-btn,
a.m-btn,
.m-btn {
  position: relative;
  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;
  height: 60px;
  width: 320px;
  border-radius: 4px;
  font-weight: 700;
  padding: 10px 20px;
  font-size: 1.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 4px 4px 0 0 #f7f7f4;
          box-shadow: 4px 4px 0 0 #f7f7f4;
  color: #ffffff;
  background-color: #64c864;
}
button.m-btn:hover,
input.m-btn:hover,
a.m-btn:hover,
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
button.m-btn:before,
input.m-btn:before,
a.m-btn:before,
.m-btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
button.m-btn--secondary,
input.m-btn--secondary,
a.m-btn--secondary,
.m-btn--secondary {
  background-color: #00a3bb;
}
button.m-btn--tertiary,
input.m-btn--tertiary,
a.m-btn--tertiary,
.m-btn--tertiary {
  background-color: #323c46;
  -webkit-box-shadow: 4px 4px 0 0 #ffffff;
          box-shadow: 4px 4px 0 0 #ffffff;
}
button.m-btn--left,
input.m-btn--left,
a.m-btn--left,
.m-btn--left {
  margin-left: 0;
}
button.m-btn--right,
input.m-btn--right,
a.m-btn--right,
.m-btn--right {
  margin-right: 0;
}
button.m-btn--full,
input.m-btn--full,
a.m-btn--full,
.m-btn--full {
  width: 100%;
}
button.m-btn--l,
input.m-btn--l,
a.m-btn--l,
.m-btn--l {
  width: 350px;
  height: 40px;
  font-size: 1.4rem;
}
button.m-btn--m,
input.m-btn--m,
a.m-btn--m,
.m-btn--m {
  width: 240px;
  height: 40px;
  font-size: 1.4rem;
}
button.m-btn--m:before,
input.m-btn--m:before,
a.m-btn--m:before,
.m-btn--m:before {
  right: 16px;
}
button.m-btn--s,
input.m-btn--s,
a.m-btn--s,
.m-btn--s {
  width: 180px;
  height: 40px;
  font-size: 1.4rem;
}
button.m-btn--s:before,
input.m-btn--s:before,
a.m-btn--s:before,
.m-btn--s:before {
  right: 16px;
}
button.m-btn--icon,
input.m-btn--icon,
a.m-btn--icon,
.m-btn--icon {
  width: 430px;
  height: 92px;
  font-size: 1.8rem;
  line-height: 1.65;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 30px;
  text-align: left;
}
button.m-btn--icon .icon,
input.m-btn--icon .icon,
a.m-btn--icon .icon,
.m-btn--icon .icon {
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
icon
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background-size: auto 100%;
}
.m-icon--blank {
  width: 12px;
  height: 12px;
  margin-right: 0;
  margin-left: 0.5em;
  background-image: url("../image/icon_blank.svg");
}
.m-icon--blank-wh {
  width: 12px;
  height: 12px;
  margin-right: 0;
  margin-left: 0.5em;
  background-image: url("../image/icon_blank_wh.svg");
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-breadcrumb-wrap {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.m-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  padding: 10px 0;
  font-size: 1.4rem;
}
.m-breadcrumb__item {
  position: relative;
  margin-bottom: 10px;
  padding-right: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-breadcrumb__item:before {
  content: "＞";
  position: absolute;
  right: 0.5em;
  top: 0;
  font-size: 1.2rem;
  font-weight: normal;
}
.m-breadcrumb__item:last-child:before {
  display: none;
}
.m-breadcrumb__item a {
  color: #00a89c;
  font-weight: normal;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type=text].m-input-text,
textarea.m-textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  background-color: #ffffff;
  outline: none;
  font-size: 1.6rem;
}
input[type=text].m-input-text:focus,
textarea.m-textarea:focus {
  background-color: #ffffe4;
}
input[type=text].m-input-text--s,
textarea.m-textarea--s {
  width: 30%;
}

textarea.m-textarea {
  resize: none;
  line-height: 1.875;
}

input[type=radio].m-input-radio,
input[type=checkbox].m-input-checkbox {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -3px;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type=radio].m-input-radio:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #323c46;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}
input[type=radio].m-input-radio:checked:after {
  display: block;
}

input[type=checkbox].m-input-checkbox:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #323c46;
  border-right: solid 2px #323c46;
  margin-top: -8px;
  margin-left: -3px;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox].m-input-checkbox:checked:after {
  display: block;
}

input[type=radio].m-input-radio {
  border-radius: 100%;
}

input[type=checkbox].m-input-checkbox {
  border-radius: 0;
}

label.m-label-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
label.m-label-set input[type=radio].m-input-radio,
label.m-label-set input[type=checkbox].m-input-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  display: block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

select.m-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 12px 45px 12px 15px;
  border: solid 2px #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url(https://www.niseko-ta.jp/resources/images/icon-select.png);
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.6rem;
  outline: none;
  line-height: 1.231;
  text-overflow: "";
}

select.m-select::-ms-expand {
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
wysiwyg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.m-cms-editor-body {
  background-color: #ffffff;
  color: #323c46;
  max-width: 1020px !important;
  padding: 40px !important;
}

body.m-cms-editor-body,
.m-cms-body {
  *zoom: 1;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.75;
}
body.m-cms-editor-body:after,
.m-cms-body:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body h1,
body.m-cms-editor-body h2,
body.m-cms-editor-body h3,
body.m-cms-editor-body h4,
body.m-cms-editor-body h5,
body.m-cms-editor-body h6,
body.m-cms-editor-body p,
body.m-cms-editor-body ol,
body.m-cms-editor-body ul,
body.m-cms-editor-body dl,
body.m-cms-editor-body pre,
body.m-cms-editor-body hr,
body.m-cms-editor-body blockquote,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6,
.m-cms-body p,
.m-cms-body ol,
.m-cms-body ul,
.m-cms-body dl,
.m-cms-body pre,
.m-cms-body hr,
.m-cms-body blockquote {
  *zoom: 1;
  clear: both;
}
body.m-cms-editor-body h1:after,
body.m-cms-editor-body h2:after,
body.m-cms-editor-body h3:after,
body.m-cms-editor-body h4:after,
body.m-cms-editor-body h5:after,
body.m-cms-editor-body h6:after,
body.m-cms-editor-body p:after,
body.m-cms-editor-body ol:after,
body.m-cms-editor-body ul:after,
body.m-cms-editor-body dl:after,
body.m-cms-editor-body pre:after,
body.m-cms-editor-body hr:after,
body.m-cms-editor-body blockquote:after,
.m-cms-body h1:after,
.m-cms-body h2:after,
.m-cms-body h3:after,
.m-cms-body h4:after,
.m-cms-body h5:after,
.m-cms-body h6:after,
.m-cms-body p:after,
.m-cms-body ol:after,
.m-cms-body ul:after,
.m-cms-body dl:after,
.m-cms-body pre:after,
.m-cms-body hr:after,
.m-cms-body blockquote:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body a,
.m-cms-body a {
  text-decoration: underline;
  color: #64c864;
}
body.m-cms-editor-body a:hover,
.m-cms-body a:hover {
  text-decoration: none;
}
body.m-cms-editor-body h1,
body.m-cms-editor-body h2,
body.m-cms-editor-body h3,
body.m-cms-editor-body h4,
body.m-cms-editor-body h5,
body.m-cms-editor-body h6,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6 {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 700;
}
body.m-cms-editor-body h2,
.m-cms-body h2 {
  font-size: 2rem;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 2px #64c864;
  border-bottom: solid 2px #64c864;
}
body.m-cms-editor-body h3,
.m-cms-body h3 {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #323c46;
  font-size: 1.8rem;
}
body.m-cms-editor-body h3:before,
.m-cms-body h3:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #64c864;
}
body.m-cms-editor-body h4,
body.m-cms-editor-body h5,
body.m-cms-editor-body h6,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6 {
  font-size: 1.6rem;
}
body.m-cms-editor-body i,
.m-cms-body i {
  font-style: italic;
}
body.m-cms-editor-body pre,
.m-cms-body pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
body.m-cms-editor-body blockquote,
.m-cms-body blockquote {
  position: relative;
  margin: 0 0 30px;
  padding: 20px;
  background-color: #efefea;
  font-size: 1.4rem;
}
body.m-cms-editor-body hr,
.m-cms-body hr {
  height: 1px;
  background-color: #e5e5e5;
  border: 0;
  margin-bottom: 30px;
}
body.m-cms-editor-body p,
.m-cms-body p {
  *zoom: 1;
  margin-bottom: 30px;
  line-height: 2;
}
body.m-cms-editor-body p:after,
.m-cms-body p:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body ul,
body.m-cms-editor-body ol,
.m-cms-body ul,
.m-cms-body ol {
  margin-bottom: 30px;
}
body.m-cms-editor-body ol li,
.m-cms-body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.m-cms-editor-body ul li,
.m-cms-body ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
body.m-cms-editor-body img,
.m-cms-body img {
  max-width: 100%;
  height: auto;
}
body.m-cms-editor-body img.alignleft,
.m-cms-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.alignright,
.m-cms-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.aligncenter,
.m-cms-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.m-cms-editor-body table,
.m-cms-body table {
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
}
body.m-cms-editor-body table th,
body.m-cms-editor-body table td,
.m-cms-body table th,
.m-cms-body table td {
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1.75;
  border: solid 1px #e5e5e5;
}
body.m-cms-editor-body table thead th,
.m-cms-body table thead th {
  font-weight: 700;
  background-color: #64c864;
  color: #ffffff;
}
body.m-cms-editor-body table tbody th,
.m-cms-body table tbody th {
  background-color: #efefea;
}
body.m-cms-editor-body .wp-caption-text,
.m-cms-body .wp-caption-text {
  font-size: 1.3rem;
  margin-top: 0.5em;
}
body.m-cms-editor-body .wp-caption.alignleft,
.m-cms-body .wp-caption.alignleft {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-right: 20px;
}
body.m-cms-editor-body .wp-caption.alignleft img,
.m-cms-body .wp-caption.alignleft img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.alignright,
.m-cms-body .wp-caption.alignright {
  display: block;
  float: right;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-left: 20px;
}
body.m-cms-editor-body .wp-caption.alignright img,
.m-cms-body .wp-caption.alignright img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
.m-cms-body .wp-caption.aligncenter,
.m-cms-body .wp-caption.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: -20px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  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;
  text-align: center;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  color: #323c46;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.wp-pagenavi > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #efefea;
}
.wp-pagenavi > a:hover {
  text-decoration: none;
}
.wp-pagenavi > a:hover {
  background-color: #323c46;
  color: #ffffff;
}
.wp-pagenavi > span {
  background-color: #323c46;
  color: #ffffff;
}

.wp-pagenavi02 .wp-pagenavi {
  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;
}
.wp-pagenavi02 .wp-pagenavi > a,
.wp-pagenavi02 .wp-pagenavi > span {
  border: 1px solid #64c864;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
  font-weight: 400;
  font-size: 1.4rem;
  color: #323c46;
  background-color: #fff;
  color: #64c864;
  text-decoration: none;
  position: relative;
}
.wp-pagenavi02 .wp-pagenavi > a:hover,
.wp-pagenavi02 .wp-pagenavi > span:hover {
  text-decoration: none;
}
.wp-pagenavi02 .wp-pagenavi > a.nextpostslink, .wp-pagenavi02 .wp-pagenavi > a.previouspostslink,
.wp-pagenavi02 .wp-pagenavi > span.nextpostslink,
.wp-pagenavi02 .wp-pagenavi > span.previouspostslink {
  border: none;
}
.wp-pagenavi02 .wp-pagenavi > a.nextpostslink::before, .wp-pagenavi02 .wp-pagenavi > a.previouspostslink::before,
.wp-pagenavi02 .wp-pagenavi > span.nextpostslink::before,
.wp-pagenavi02 .wp-pagenavi > span.previouspostslink::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.wp-pagenavi02 .wp-pagenavi > a.nextpostslink:before,
.wp-pagenavi02 .wp-pagenavi > span.nextpostslink:before {
  border-top: 1px solid #64c864;
  border-right: 1px solid #64c864;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
.wp-pagenavi02 .wp-pagenavi > a.previouspostslink:before,
.wp-pagenavi02 .wp-pagenavi > span.previouspostslink:before {
  border-top: 1px solid #64c864;
  border-left: 1px solid #64c864;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
          transform: translate(-25%, -50%) rotate(-45deg);
}
.wp-pagenavi02 .wp-pagenavi > span {
  color: #fff;
  background-color: #64c864;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
slick
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
}

.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

/* =======================================================================
base
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.231;
  color: #323c46;
}

#l-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
  min-width: 1160px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.m-header-head {
  background-color: #F7F7F4;
  height: 66px;
}
.m-header-head-nav {
  height: 100%;
  width: 100%;
}
.m-header-head-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.m-header-head-nav-list-item a {
  text-decoration: none !important;
  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;
  padding: 5px 17px;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-head-nav-list-item a:hover {
  background-color: #64c864;
}
.m-header-head-nav-list-item a:hover .label {
  color: #fff;
}
.m-header-head-nav-list-item a:hover.--trip svg path {
  fill: #fff;
}
.m-header-head-nav-list-item a:hover.--forbiz svg path,
.m-header-head-nav-list-item a:hover.--forbiz svg polyline, .m-header-head-nav-list-item a:hover.--michinoeki svg path,
.m-header-head-nav-list-item a:hover.--michinoeki svg polyline {
  stroke: #fff;
}
.m-header-head-nav-list-item a .label {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 4px;
}
.m-header-head-nav-list-item a .icon {
  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;
  height: 28px;
  margin-top: 4px;
}
.m-header-head-nav-list-item a.--trip .icon {
  width: 35px;
}
.m-header-head-nav-list-item a.--michinoeki .icon {
  width: 28px;
}
.m-header-head-nav-list-item a.--forbiz .icon {
  width: 20px;
}
.m-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}
.m-header-logo .logo {
  width: 168px;
}
.m-header-logo .label {
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding-top: 6px;
  margin-left: 20px;
}
@media screen and (max-width: 1440px) {
  .m-header-logo .label {
    display: none;
  }
}
.m-header-body {
  height: 84px;
  background-color: #fff;
}
.m-header-inner {
  padding: 0 15px 0 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header-nav {
  height: 100%;
  margin-left: auto;
}
.m-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header-nav-list-item {
  height: 100%;
}
.m-header-nav-list-item:hover .m-header-nav-list-link {
  background-color: #64c864;
  color: #fff;
}
.m-header-nav-list-item:hover .m-header-nav-list-link::after {
  background-image: url(../image/icon-arrow-wh.svg);
}
.m-header-nav-list-item:hover .m-header-nav-meganav {
  opacity: 1;
  pointer-events: auto;
}
.m-header-nav-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none !important;
  position: relative;
  padding: 5px 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .m-header-nav-list-link {
    padding: 5px 10px;
  }
}
.m-header-nav-list-link:has(+ .m-header-nav-meganav) {
  padding: 5px 28px 5px 12px;
}
@media screen and (max-width: 1440px) {
  .m-header-nav-list-link:has(+ .m-header-nav-meganav) {
    padding: 5px 26px 5px 10px;
  }
}
.m-header-nav-list-link:has(+ .m-header-nav-meganav)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../image/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-header-nav-meganav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #64c864;
  pointer-events: none;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-header-nav-meganav-list {
  max-width: 1320px;
  margin-inline: auto;
  padding: 50px 40px 90px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.--resorts .m-header-nav-meganav-list {
  gap: 45px 20px;
}
.m-header-nav-meganav-list-link {
  text-decoration: none !important;
  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;
}
.m-header-nav-meganav-list-link:hover {
  text-decoration: underline !important;
}
.m-header-nav-meganav-list-link .img img {
  width: 100%;
}
.m-header-nav-meganav-list-link .label {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 16px;
}
.--resorts .m-header-nav-meganav-list-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.--resorts .m-header-nav-meganav-list-link .img {
  max-width: 146px;
}
.m-header-nav-foot {
  display: none;
}
.m-header-lang {
  margin-left: 20px;
}
.m-header-lang-btn {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  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;
  width: 90px;
  height: 40px;
  color: #fff;
  background-color: #2B353E;
  font-size: 1.4rem;
  border-radius: 4px;
  text-decoration: none !important;
}
.m-header-humberger {
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.b-footer {
  position: relative;
  background-color: #64c864;
  margin-top: 180px;
}
.b-footer:before {
  content: "";
  width: 1600px;
  height: 200px;
  background-size: 100%;
  background-image: url("../image/bg_footer.png");
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -800px;
  -webkit-transform: translateY(-136px);
          transform: translateY(-136px);
}
.b-footer-logo {
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: -50px;
  width: 288px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.b-footer-inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.m-footer-cr {
  margin-top: 40px;
  display: block;
  font-size: 1.2rem;
}

.m-footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-footer-col__info {
  width: 290px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 100px;
}
.m-footer-col__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-bottom: 20px;
}
.m-footer-sns__item {
  margin-right: 12px;
}
.m-footer-sns__item a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: #323c46;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
  overflow: hidden;
}
.m-footer-sns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-footer-info-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
}
.m-footer-info-address {
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.m-footer-info-tel {
  font-size: 2.2rem;
  line-height: 1.5;
}
.m-footer-info-email {
  margin-top: 20px;
}
.m-footer-info-email a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 40px;
  padding: 4px 20px;
  background-color: #323c46;
  font-size: 1.8rem;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-footer-info-email a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-footer-info-email a .icon {
  width: 24px;
  height: 20px;
  background-size: 100%;
  background-image: url("../image/icon_mail.svg");
  margin-right: 1em;
}
.m-footer-info-email a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-footer-info-image {
  margin-top: 30px;
}

.m-footer-sitemap {
  display: none;
}

@media screen and (min-width: 768px) {
  .m-footer-nav-wrap {
    display: block !important;
  }
}
.m-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -48px;
  margin-bottom: -48px;
}
.m-footer-nav__item {
  width: calc(33.3% - 48px);
  margin-right: 48px;
  margin-bottom: 48px;
}
.m-footer-nav__item > a,
.m-footer-nav__item > span {
  display: block;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.6rem;
  border-bottom: solid 1px #323c46;
}
.m-footer-nav__item > a + a, .m-footer-nav__item > a + span,
.m-footer-nav__item > span + a,
.m-footer-nav__item > span + span {
  margin-top: 20px;
}
.m-footer-nav-child {
  margin-top: 10px;
}
.m-footer-nav-child + a, .m-footer-nav-child + span {
  margin-top: 20px;
}
.m-footer-nav-child__item {
  font-size: 1.4rem;
  line-height: 1.5;
}
.m-footer-nav-child__item + .m-footer-nav-child__item {
  margin-top: 4px;
}
.m-footer-nav-child__item .caption {
  display: block;
}
.m-footer-nav-child__item > a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.m-footer-nav-child__item > a:before {
  content: "";
  border-left: solid 6px #ffffff;
  border-top: solid 3px transparent;
  border-bottom: solid 3px transparent;
  position: absolute;
  left: 0;
  top: 6px;
}

.m-page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 5001;
}
.m-page-top:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =======================================================================
共通
======================================================================= */
.m-common-title {
  text-align: center;
}
.m-common-title--left {
  text-align: left;
}
.m-common-title--left .en {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.m-common-title .en {
  display: block;
  font-size: 10rem;
  color: #64c864;
  line-height: 0.8;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.m-common-title .en .small {
  display: block;
  font-size: 6rem;
  margin-bottom: 10px;
}
.m-common-title .ja {
  margin-top: 20px;
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.m-common-title .en-sub {
  display: block;
  font-size: 4rem;
}

.m-common-title-sub {
  text-align: center;
}
.m-common-title-sub .en {
  display: block;
  font-size: 7rem;
}
.m-common-title-sub .ja {
  display: block;
  margin-top: 20px;
  font-size: 2.8rem;
  font-weight: 700;
}

.m-cap-wrap {
  position: relative;
}
.m-cap-wrap .m-cap {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.m-cap {
  position: relative;
  text-align: center;
}
.m-cap--line:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
}
.m-cap span {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 24px;
  font-weight: 700;
  color: #ffffff;
  font-size: 2.4rem;
  background-color: #64c864;
}
.m-cap--multiple span {
  height: auto;
  line-height: 1.75;
  padding: 10px 30px;
  border-radius: 0;
}

.m-line-btm-title {
  border-bottom: solid 1px #64c864;
  padding-bottom: 10px;
}

.m-line-top-btm-title {
  padding: 12px;
  border-top: solid 1px #64c864;
  border-bottom: solid 1px #64c864;
  text-align: center;
}

.m-line-btm-title2 {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.m-line-btm-title2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 30px;
  background-color: #64c864;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-line-left-title {
  position: relative;
  padding-left: 40px;
}
.m-line-left-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 30px;
  background-color: #64c864;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-line-left-title2 {
  position: relative;
  padding-left: 20px;
}
.m-line-left-title2::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 2px;
  height: 38px;
  background-color: #64c864;
}

.m-marker-title-item {
  display: block;
}
.m-marker-title-item + .m-marker-title-item {
  margin-top: 10px;
}
.m-marker-title-item span {
  padding: 10px 20px;
  display: inline-block;
  background-color: #323c46;
  font-size: 3.4rem;
  font-weight: 700;
  color: #ffffff;
}
.m-marker-title--s span {
  font-size: 2.8rem;
}

.m-content-box {
  background-color: #ffffff;
  padding: 60px;
}

/* =======================================================================
top
======================================================================= */
.m-home-title {
  text-align: center;
}
.m-home-title--left {
  text-align: left;
}
.m-home-title--left .en {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.m-home-title--right {
  text-align: right;
}
.m-home-title--right .en {
  -webkit-transform-origin: 80% 0;
          transform-origin: 80% 0;
}
.m-home-title .en {
  display: block;
  font-size: 8rem;
  line-height: 1;
  color: #64c864;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.m-home-title .ja {
  margin-top: 20px;
  display: block;
  font-weight: 700;
  font-size: 2.6rem;
}

.m-home-mv {
  position: relative;
}
.m-home-mv:before {
  content: "";
  width: 100%;
  height: 450px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #bddf21;
}
.m-home-mv-image {
  position: relative;
  z-index: 1;
  width: calc(100% - 400px);
  height: 770px;
  background-size: cover;
  background-image: url("../image/img_mv.jpg");
  background-position: 50% 0;
  margin-left: auto;
}
.m-home-mv-content {
  position: relative;
  z-index: 1;
  position: absolute;
  left: 180px;
  top: 150px;
}
.m-home-mv-cap-item {
  display: block;
}
.m-home-mv-cap-item span {
  padding: 10px 20px;
  display: inline-block;
  background-color: #323c46;
  color: #ffffff;
  font-weight: 700;
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
.m-home-mv-cap-item + .m-home-mv-cap-item {
  margin-top: 10px;
}
.m-home-mv-en {
  margin-top: 80px;
  font-size: 15rem;
  line-height: 1;
  color: #bddf21;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.m-home-mv-scroll {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: 1;
  font-size: 1.4rem;
  padding-right: 70px;
  -webkit-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.m-home-mv-scroll:before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #e5e5e5;
}

.m-home-livecamera {
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 155px;
  z-index: 500;
}

.m-home-bnrs {
  position: relative;
  padding-bottom: 45px;
}
.m-home-bnrs__item {
  width: 400px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-home-bnrs__item[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.m-home-bnrs__item.slick-center, .m-home-bnrs__item[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.m-home-bnrs__item img {
  max-width: inherit;
  width: 100%;
  height: auto;
}
.m-home-bnrs__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.m-home-bnrs__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-bnrs__item.slick-active a {
  opacity: 1;
}
.m-home-bnrs__item.slick-active a:hover {
  opacity: 0.7;
}
.m-home-bnrs .m-slider-icon-prev,
.m-home-bnrs .m-slider-icon-next {
  background-color: #323c46;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(calc(-50% - 22.5px));
          transform: translateY(calc(-50% - 22.5px));
  cursor: pointer;
  z-index: 10;
}
.m-home-bnrs .m-slider-icon-prev:before,
.m-home-bnrs .m-slider-icon-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
}
.m-home-bnrs .m-slider-icon-prev {
  left: calc(50% - 220px);
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.m-home-bnrs .m-slider-icon-prev:before {
  left: 10px;
  border-left: solid 2px #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.m-home-bnrs .m-slider-icon-next {
  right: calc(50% - 220px);
  -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.m-home-bnrs .m-slider-icon-next:before {
  right: 10px;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.m-home-bnrs .m-slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m-home-bnrs .m-slider-dots > li {
  width: 12px;
  height: 12px;
}
.m-home-bnrs .m-slider-dots > li > button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: relative;
}
.m-home-bnrs .m-slider-dots > li > button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e5e5e5;
  border-radius: 50%;
}
.m-home-bnrs .m-slider-dots > li.slick-active > button::before {
  background-color: #323c46;
}

.m-home-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 80px;
}
.m-home-news-heading,
.m-home-event-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.m-home-news-heading-title .en,
.m-home-event-heading-title .en {
  display: block;
  font-size: 4rem;
}
.m-home-news-heading-title .ja,
.m-home-event-heading-title .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

.m-home-news-list__item {
  line-height: 1.75;
}
.m-home-news-list__item + .m-home-news-list__item {
  margin-top: 30px;
}
.m-home-news-list__item .title {
  font-size: 1.6rem;
}
.m-home-news-list__item a.title {
  text-decoration: underline;
}
.m-home-news-list__item a.title:hover {
  text-decoration: none;
}
.m-home-news-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 10px;
}
.m-home-news-list-head-pickup {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #FAAF3C;
  padding-left: 20px;
  position: relative;
}
.m-home-news-list-head-pickup::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 10/14;
  position: absolute;
  top: 4px;
  left: 4px;
  background-image: url(../image/icon_pin_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-home-news-list-head .datetime {
  display: block;
  font-size: 1.4rem;
  color: #64c864;
}
.m-home-news-list-targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-home-news-list-targets__item {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 2px;
  padding: 0 6px;
}

.m-home-event-archives-item + .m-home-event-archives-item {
  margin-top: 30px;
}
.m-home-event-archives-title {
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #f7f7f4;
  border-bottom: solid 2px #00a3bb;
}
.m-home-event-archives-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  line-height: 1.75;
  border-bottom: solid 1px #e5e5e5;
}
.m-home-event-archives-list__item .datetime {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.4rem;
  color: #00a3bb;
  margin-right: 20px;
}
.m-home-event-archives-list__item .title {
  font-size: 1.6rem;
}
.m-home-event-archives-list__item a.title {
  text-decoration: underline;
}
.m-home-event-archives-list__item a.title:hover {
  text-decoration: none;
}
.m-home-event-slides {
  position: relative;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 20px;
}
.m-home-event-slides-item {
  width: 100%;
}
.m-home-event-slides-link {
  text-decoration: none;
}
.m-home-event-slides-thumbnail {
  max-width: 100%;
  overflow: hidden;
  background-color: #EFEFEA;
  border-radius: 5px;
  padding: 15px 15px;
  aspect-ratio: 330/172;
}
.m-home-event-slides-thumbnail img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-home-event-slides-body {
  margin-top: 14px;
}
.m-home-event-slides-body .datetime {
  display: block;
  font-size: 1.4rem;
  color: #00a3bb;
}
.m-home-event-slides-body .title {
  font-size: 1.4rem;
  margin-top: 8px;
}
.m-home-event-slides-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #00a3bb;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.m-home-event-slides-icon.--prev {
  left: -58px;
}
.m-home-event-slides-icon.--prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.m-home-event-slides-icon.--next {
  right: -58px;
}
.m-home-event-slides-icon.--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m-home-event-slides-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.m-home-event-forbiz {
  margin-top: 40px;
}
.m-home-event-btn {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m-home-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.m-home-sns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 60px;
}
.m-home-sns-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
}
.m-home-sns-title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  width: 32px;
  height: 32px;
  background-color: #323c46;
  border-radius: 50%;
  overflow: hidden;
}
.m-home-sns-content {
  background-color: #ffffff;
  padding: 10px;
}
.m-home-sns-instagram {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-home-sns-instagram-item {
  width: 48%;
  height: auto;
  margin-bottom: 20px;
}

.m-home-resorts {
  background-size: cover;
  background-position: 50%;
  background-image: url("../image/bg_resorts.jpg");
}
.m-home-resorts-btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.m-home-resorts-btns__item a {
  position: relative;
  display: block;
  padding: 20px;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-resorts-btns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-resorts-btns__item a:before {
  content: "";
  border-bottom: solid 20px #ffffff;
  border-left: solid 20px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-resorts-btns__item--eat a {
  background-color: #FAAF3C;
}
.m-home-resorts-btns__item--stay a {
  background-color: #E35F5F;
}
.m-home-resorts-btns__item--buy a {
  background-color: #268CB2;
}
.m-home-resorts-btns__item--fun a {
  background-color: #199B3E;
}
.m-home-resorts-btns__item--visit a {
  background-color: #9C9900;
}
.m-home-resorts-btns__item--all a {
  background-color: #323C46;
}
.m-home-resorts-btns__item .icon {
  display: block;
  width: 48px;
  margin-left: auto;
  margin-right: auto;
}
.m-home-resorts-btns-title {
  text-align: center;
  line-height: 1.75;
}
.m-home-resorts-btns-title .en {
  display: block;
  font-size: 2.4rem;
}
.m-home-resorts-btns-title .ja {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
}

.m-home-gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-home-gallery-title .title {
  width: 164px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.m-home-gallery-title .season {
  color: #ffffff;
  font-size: 6.6rem;
  line-height: 1;
}
.m-home-gallery-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-home-gallery-item:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-home-gallery-item + .m-home-gallery-item {
  margin-top: 60px;
}
.m-home-gallery-item-image {
  position: relative;
  z-index: 1;
  width: 800px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -250px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.m-home-gallery-item-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
}
.m-home-gallery-item-content > * {
  position: relative;
  z-index: 1;
}
.m-home-gallery-item-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  width: 290px;
  height: 290px;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.m-home-gallery-item .m-btn .season {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 2.4rem;
}
.m-home-gallery-item--spring:before {
  background-color: #bddf21;
}
.m-home-gallery-item--spring .m-btn .season {
  color: #bddf21;
}
.m-home-gallery-item--spring .m-home-gallery-item-content:before {
  background-image: url("../image/bg_spring.svg");
}
.m-home-gallery-item--summer:before {
  background-color: #64c864;
}
.m-home-gallery-item--summer .m-btn .season {
  color: #64c764;
}
.m-home-gallery-item--summer .m-home-gallery-item-content:before {
  background-image: url("../image/bg_summer.svg");
}
.m-home-gallery-item--autumn:before {
  background-color: #faaf3b;
}
.m-home-gallery-item--autumn .m-btn .season {
  color: #faaf3b;
}
.m-home-gallery-item--autumn .m-home-gallery-item-content:before {
  background-image: url("../image/bg_autumn.svg");
}
.m-home-gallery-item--winter:before {
  background-color: #00a89c;
}
.m-home-gallery-item--winter .m-btn .season {
  color: #00a89c;
}
.m-home-gallery-item--winter .m-home-gallery-item-content:before {
  background-image: url("../image/bg_winter.svg");
}
.m-home-gallery-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-home-gallery-item:nth-of-type(odd):before {
  left: auto;
  right: 0;
}
.m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-image {
  margin-right: -250px;
  margin-left: 0;
}
.m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-content {
  padding-left: 0;
  padding-right: 60px;
}
.m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-content:before {
  right: auto;
  left: -150px;
}

.m-home-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -60px;
  margin-bottom: -60px;
}
.m-home-movie__item {
  width: calc(33.3% - 60px);
  margin-right: 60px;
  margin-bottom: 60px;
}
.m-home-movie__item:nth-of-type(1), .m-home-movie__item:nth-of-type(2) {
  width: calc(50% - 60px);
}
.m-home-movie-content {
  margin-bottom: 10px;
}
.m-home-movie-title {
  position: relative;
  padding-left: 30px;
}
.m-home-movie-title:before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #64c864;
  position: absolute;
  left: 0;
  top: 10px;
}

.m-home-knowledge {
  position: relative;
}
.m-home-knowledge-title {
  position: relative;
  z-index: 1;
}
.m-home-knowledge-content {
  position: relative;
  z-index: 1;
  width: 53.6363636364%;
  margin-left: auto;
  padding: 50px 0 0 60px;
  background-color: #efefea;
}
.m-home-knowledge-image {
  position: absolute;
  left: -100px;
  top: 0;
  width: 67.2727272727%;
}

.m-home-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
}
.m-home-check__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 80px;
}
.m-home-check__item a {
  position: relative;
  display: block;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-check__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-check__item a:before, .m-home-check__item a:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #64c864;
}
.m-home-check__item a:before {
  left: 0;
  top: 0;
}
.m-home-check__item a:after {
  right: 0;
  bottom: 0;
}
.m-home-check__item img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.m-home-informationBnr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #323c46;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-informationBnr-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-informationBnr-contents {
  width: 45.4545454545%;
  padding: 40px 40px;
}
.m-home-informationBnr-img {
  width: 54.5454545455%;
  overflow: hidden;
}
.m-home-informationBnr-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-home-informationBnr-title {
  color: #fff;
  line-height: 1.45;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
.m-home-informationBnr-title .small {
  font-size: 2.8rem;
}
.m-home-informationBnr-subTitle {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #64c864;
  font-size: 2.4rem;
  margin-top: 6px;
}
.m-home-informationBnr-subTitle .small {
  font-size: 2rem;
}
.m-home-informationBnr-text {
  color: #fff;
  font-weight: bold;
  margin-top: 26px;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.m-home-liveBnr {
  margin-top: 60px;
}
.m-home-liveBnr-link {
  background-color: #64c864;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-liveBnr-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-liveBnr-link::before {
  content: "Live Camera";
  font-family: "Caveat", cursive;
  font-weight: 400;
  font-size: 6.8rem;
  color: rgba(255, 255, 255, 0.18);
  -webkit-transform: rotate(-8.81deg);
          transform: rotate(-8.81deg);
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 38px;
}
.m-home-liveBnr-image {
  width: 54.7272727273%;
  border-top: 10px solid #64c864;
  border-left: 10px solid #64c864;
  border-bottom: 10px solid #64c864;
}
.m-home-liveBnr-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.m-home-liveBnr-contents {
  width: 45.2727272727%;
  padding: 60px 60px 20px 65px;
}
.m-home-liveBnr-title {
  font-weight: bold;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.m-home-liveBnr-title .small {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  padding-right: 14px;
}
.m-home-liveBnr-title::after {
  content: "";
  display: block;
  width: 48px;
  aspect-ratio: 48/36;
  position: absolute;
  top: 50%;
  right: -64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../image/icon_livecamera_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-home-liveBnr-subTitle {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  margin-top: 11px;
  letter-spacing: 0;
}
.m-home-liveBnr-subTitle .small {
  display: block;
  font-size: 1.8rem;
}
.m-home-liveBnr-text {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}

.m-home-about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-home-about-heading-title {
  text-align: center;
}
.m-home-about-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -26px;
}
.m-home-about-btns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 26px;
}
.m-home-about-btns__item a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #ffffff;
}
.m-home-about-btns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-about-btns__item a:before {
  content: "";
  border-bottom: solid 20px #64c864;
  border-left: solid 20px transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-home-about-btns-title {
  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: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.5;
}

.m-home-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 30px;
}
.m-home-links__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  text-decoration: none !important;
}
.m-home-links__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-links__item a img {
  width: 100%;
}
.m-home-links__item a .label {
  font-size: 1.3rem;
  margin-top: 10px;
}

/* seasons */
.m-home-mv-en {
  color: #bddf21;
}

/* シーズン一括処理 */
/* 春 */
body.spring .m-header-title-logo,
body.spring .m-header-lang__item a.is-current,
body.spring .m-header-lang__item a.is-current:before,
body.spring .m-home-mv:before,
body.spring .m-header-menu {
  background-color: #bddf21;
}

body.spring .m-home-mv-en {
  color: #bddf21;
}

body.spring .m-home-mv-image {
  background-image: url("../image/img_mv.jpg");
}

/* 夏 */
body.summer .m-header-title-logo,
body.summer .m-header-lang__item a.is-current,
body.summer .m-header-lang__item a.is-current:before,
body.summer .m-home-mv:before,
body.summer .m-header-menu {
  background-color: #64c764;
}

body.summer .m-home-mv-en {
  color: #64c764;
}

body.summer .m-home-mv-image {
  background-image: url("../image/img_mv_summer.jpg");
}

/* 秋 */
body.autumn .m-header-title-logo,
body.autumn .m-header-lang__item a.is-current,
body.autumn .m-header-lang__item a.is-current:before,
body.autumn .m-home-mv:before,
body.autumn .m-header-menu {
  background-color: #faaf3b;
}

body.autumn .m-home-mv-en {
  color: #faaf3b;
}

body.autumn .m-home-mv-image {
  background-image: url("../image/img_mv_autumn.jpg");
}

/* 冬 */
body.winter .m-header-title-logo,
body.winter .m-header-lang__item a.is-current,
body.winter .m-header-lang__item a.is-current:before,
body.winter .m-home-mv:before,
body.winter .m-header-menu {
  background-color: #00a89c;
}

body.winter .m-home-mv-en {
  color: #00a89c;
}

body.winter .m-home-mv-image {
  background-image: url("../image/img_mv_winter.jpg");
}

/* Niseko Collection Rafting Fox CM */
.RaftingFox {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: RaftLinkDisappears 30s ease-in-out 1;
          animation: RaftLinkDisappears 30s ease-in-out 1;
}

@-webkit-keyframes RaftLinkDisappears {
  0% {
    opacity: 0;
    z-index: 11;
  }
  15% {
    opacity: 1;
    z-index: 11;
  }
  85% {
    opacity: 1;
    z-index: 11;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes RaftLinkDisappears {
  0% {
    opacity: 0;
    z-index: 11;
  }
  15% {
    opacity: 1;
    z-index: 11;
  }
  85% {
    opacity: 1;
    z-index: 11;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.RaftingFoxImage {
  width: 800px;
  position: relative;
  top: 280px;
  right: 0%;
  opacity: 0;
  -webkit-animation: RaftAppears 30s ease-in-out 1;
          animation: RaftAppears 30s ease-in-out 1;
}

@-webkit-keyframes RaftAppears {
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes RaftAppears {
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@media (max-width: 768px) {
  .RaftingFoxImage {
    width: 350px;
    position: relative;
    top: 20px;
    right: -20;
  }
}
/* reCAPTCHA 消す */
.grecaptcha-badge {
  visibility: hidden;
}

.m-resorts-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-resorts-form input {
  display: block;
  background: #fff;
  border: 1px solid #64c864;
  width: 79.280261723%;
  padding: 11px 19px;
}
.m-resorts-form button {
  width: 18.2713347921%;
  background: #64c864;
  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;
  font-weight: bold;
  color: #fff;
}

.m-resorts-category {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.m-resorts-category-link {
  text-decoration: none;
  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: 28px 10px 57px;
  position: relative;
  overflow: hidden;
}
.m-resorts-category-link:hover {
  text-decoration: none;
}
.m-resorts-category-link.--eat {
  background: #FAAF3C;
}
.m-resorts-category-link.--stay {
  background: #E5615A;
}
.m-resorts-category-link.--buy {
  background: #268CB2;
}
.m-resorts-category-link.--fun {
  background: #199B3E;
}
.m-resorts-category-link.--visit {
  background: #9C9900;
}
.m-resorts-category-link .label {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
}
.m-resorts-category-link .icon {
  margin-top: 20px;
}
.m-resorts-category-link .decoration {
  position: absolute;
  bottom: -4px;
  right: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.3);
}

.m-resorts-archive {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}

.m-resorts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.m-resorts-card:hover {
  text-decoration: none;
}
.m-resorts-card-img {
  aspect-ratio: 353/238;
  overflow: hidden;
}
.m-resorts-card-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-resorts-card-title {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 28px;
}
.m-resorts-card-text {
  line-height: 1.8;
  margin-top: 14px;
}
.m-resorts-card-btn {
  margin-top: 22px;
}

.m-resorts-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-resorts-cat.--eat .m-resorts-cat-contents {
  background: #FAAF3C;
}
.m-resorts-cat.--stay .m-resorts-cat-contents {
  background: #E5615A;
}
.m-resorts-cat.--buy .m-resorts-cat-contents {
  background: #268CB2;
}
.m-resorts-cat.--fun .m-resorts-cat-contents {
  background: #199B3E;
}
.m-resorts-cat.--visit .m-resorts-cat-contents {
  background: #9C9900;
}
.m-resorts-cat-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 60px;
}
.m-resorts-cat-icon {
  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;
  background-color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.m-resorts-cat-icon img {
  width: 56px;
}
.m-resorts-cat-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 37px;
  margin-top: -10px;
}
.m-resorts-cat-heading .en {
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  font-size: 5.4rem;
  line-height: 1.25;
  display: block;
}
.m-resorts-cat-heading .ja {
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 8px;
}
.m-resorts-cat-img {
  width: 54.0909090909%;
}

.m-resorts-tag {
  padding: 42px 100px 60px;
}
.m-resorts-tag-heading {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.m-resorts-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  gap: 16px 20px;
}
.m-resorts-tag-link {
  display: block;
  color: #fff;
  background-color: #64c864;
  padding: 14px 19px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
}

.m-resorts-result {
  border-bottom: 1px solid #64c864;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.m-resorts-result-heading {
  font-size: 2.4rem;
  letter-spacing: 0.03em;
}
.m-resorts-result-text {
  margin-left: 30px;
}

.m-resortsPost-mv {
  max-width: 1100px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 110/42;
  margin-inline: auto;
  position: relative;
  z-index: 5;
}
.m-resortsPost-mv-img {
  width: 100%;
  height: 100%;
}
.m-resortsPost-mv-img img {
  display: block;
  aspect-ratio: 110/42;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-resortsPost-mv-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
}
.m-resortsPost-mv-heading {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}
.m-resortsPost-mv-businessName {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 10px;
}
.m-resortsPost-article {
  position: relative;
  margin-top: 80px;
  padding-bottom: 120px;
}
.m-resortsPost-article::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 210px);
  background-color: #EFEFEA;
  position: absolute;
  top: -210px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.m-resortsPost-article-inner {
  position: relative;
  background-color: #fff;
  padding: 60px 93px 100px;
}
.m-resortsPost-article-text p {
  line-height: 2.125;
}
.m-resortsPost-slide-list {
  position: relative;
}
.m-resortsPost-slide-list-item {
  width: 528px;
  -webkit-transform: scale(0.835);
          transform: scale(0.835);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
}
.m-resortsPost-slide-list-item[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(0.835);
          transform: scale(0.835);
}
.m-resortsPost-slide-list-item.slick-center, .m-resortsPost-slide-list-item[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.m-resortsPost-slide-list-item img {
  width: 100%;
}
.m-resortsPost-slide-thumbnail {
  max-width: 548px;
  margin-inline: auto;
  margin-top: 20px;
}
.m-resortsPost-slide-thumbnail-item {
  margin: 0 10px;
  cursor: pointer;
}
.m-resortsPost-slide-thumbnail-item.slick-current {
  opacity: 0.5 !important;
}
.m-resortsPost-slide-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #323C46;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.m-resortsPost-slide-icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.m-resortsPost-slide-icon.--prev {
  left: 105px;
}
.m-resortsPost-slide-icon.--next {
  right: 105px;
}
.m-resortsPost-slide-icon.--next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.m-resortsPost-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #E5E5E5;
}
.m-resortsPost-information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-resortsPost-information dl:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}
.m-resortsPost-information dl dt {
  width: 28.3369803063%;
  background-color: #EFEFEA;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #E5E5E5;
  padding: 11px 10px;
  line-height: 1.75;
}
.m-resortsPost-information dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  padding: 11px 31px;
  line-height: 1.75;
}
.m-resortsPost-information dl dd a {
  color: #64c864;
  word-break: break-all;
}

/* =======================================================================
Model Course
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archive
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-model-course-recently {
  margin-left: -16px;
  margin-right: -16px;
}
.m-model-course-recently .m-model-course-item {
  margin-left: 16px;
  margin-right: 16px;
}
.m-model-course-recently .m-slider-icon-prev,
.m-model-course-recently .m-slider-icon-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.m-model-course-recently .m-slider-icon-prev:before,
.m-model-course-recently .m-slider-icon-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border-top: solid 2px #323c46;
}
.m-model-course-recently .m-slider-icon-prev {
  left: -70px;
}
.m-model-course-recently .m-slider-icon-prev:before {
  left: 50%;
  border-left: solid 2px #323c46;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
.m-model-course-recently .m-slider-icon-next {
  right: -70px;
}
.m-model-course-recently .m-slider-icon-next:before {
  right: 50%;
  border-right: solid 2px #323c46;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}

.m-model-course-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -32px;
}
.m-model-course-archives .m-model-course-item {
  width: calc(25% - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
}

.m-model-course-item a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #efefea;
}
.m-model-course-item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-model-course-item a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: solid 20px #64c864;
  border-left: solid 20px transparent;
}
.m-model-course-item-image img {
  width: 100%;
}
.m-model-course-item-content {
  padding: 30px;
}

.m-model-course-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -4px;
  margin-bottom: -4px;
}
.m-model-course-cat__item {
  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;
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  padding: 4px 12px;
  background-color: #323c46;
  color: #ffffff;
  font-size: 1.4rem;
}

.m-model-course-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
}
.m-model-course-nav__item {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  border-right: solid 1px #323c46;
}
.m-model-course-nav__item a {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-model-course-nav__item a:hover, .m-model-course-nav__item a.is-active {
  color: #64c864;
  text-decoration: none;
  border-bottom-color: #64c864;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-model-course-detail-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-model-course-detail-mv-content {
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 1;
}
.m-model-course-detail-mv-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1040px;
  margin-left: auto;
  margin-right: -250px;
}

.m-model-course-detail-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-model-course-detail-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.m-model-course-detail-nav__item .icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.m-model-course-detail-nav__item .text {
  font-weight: 700;
  font-size: 1.4rem;
}

.m-model-course-detail-schedules-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-model-course-detail-schedules-item:before {
  content: "";
  height: 100%;
  width: 2px;
  background-color: #323c46;
  position: absolute;
  left: 255px;
  top: 0;
}
.m-model-course-detail-schedules-item:nth-last-of-type(1) .m-model-course-detail-schedules-image,
.m-model-course-detail-schedules-item:nth-last-of-type(1) .m-model-course-detail-schedules-content {
  padding-bottom: 0;
}
.m-model-course-detail-schedules-image {
  position: relative;
  width: 510px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  padding-bottom: 140px;
}
.m-model-course-detail-schedules-image:before {
  content: "";
  width: calc(50% + 40px);
  height: 2px;
  background-color: #323c46;
  position: absolute;
  right: -40px;
  top: 100px;
}
.m-model-course-detail-schedules-image:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #323c46;
  position: absolute;
  right: 50%;
  top: 100px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.m-model-course-detail-schedules-image > * {
  position: relative;
  z-index: 1;
}
.m-model-course-detail-schedules-image--none .m-model-course-detail-schedules-car {
  top: 50%;
  bottom: auto;
}
.m-model-course-detail-schedules-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-model-course-detail-schedules-icon .icon {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}
.m-model-course-detail-schedules-icon .text {
  font-size: 2.4rem;
}
.m-model-course-detail-schedules-content {
  position: relative;
  padding-left: 80px;
  padding-bottom: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  z-index: 1;
}
.m-model-course-detail-schedules-car {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-model-course-detail-schedules-car .icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.m-model-course-detail-schedules-car .text {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  white-space: nowrap;
}

/* =======================================================================
gallery
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gallery
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-gallery-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-gallery-nav__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  height: 92px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Bree Serif", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 2rem;
}
.m-gallery-nav__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-gallery-nav__item a .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 84px;
  opacity: 0.1;
}
.m-gallery-nav__item a .text {
  position: relative;
  z-index: 1;
}
.m-gallery-nav__item a:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-top: 18px solid;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.m-gallery-nav__item--all a {
  background-color: #323c46;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-gallery-nav__item--all a.is-active:before {
  border-top-color: #323c46;
}
.m-gallery-nav__item--spring a {
  background-color: #bddf21;
}
.m-gallery-nav__item--spring a.is-active:before {
  border-top-color: #bddf21;
}
.m-gallery-nav__item--summer a {
  background-color: #64c764;
}
.m-gallery-nav__item--summer a.is-active:before {
  border-top-color: #64c764;
}
.m-gallery-nav__item--autumn a {
  background-color: #faaf3b;
}
.m-gallery-nav__item--autumn a.is-active:before {
  border-top-color: #faaf3b;
}
.m-gallery-nav__item--winter a {
  background-color: #00a89c;
}
.m-gallery-nav__item--winter a.is-active:before {
  border-top-color: #00a89c;
}
.m-gallery-nav__item--movie a {
  background-color: #969696;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-gallery-nav__item--movie a.is-active:before {
  border-top-color: #969696;
}

.m-gallery-archives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -48px;
  margin-bottom: -60px;
}
.m-gallery-archives__item {
  width: calc(33.3% - 48px);
  margin-right: 48px;
  margin-bottom: 60px;
}
.m-gallery-archives__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-gallery-archives__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* =======================================================================
knowledge
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-knowledge-index-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-index-mv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #64c864;
}
.m-knowledge-index-mv:before {
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #efefea;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-knowledge-index-mv-title {
  color: #ffffff;
}
.m-knowledge-index-mv-title .en {
  display: block;
  font-size: 10rem;
  line-height: 0.8;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.m-knowledge-index-mv-title .ja {
  display: block;
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}
.m-knowledge-index-mv-content {
  z-index: 2;
  position: absolute;
  left: 60px;
  top: 60px;
}
.m-knowledge-index-mv-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 760px;
  margin-left: auto;
  margin-right: -250px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  z-index: 1;
}

.m-knowledge-index-intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-knowledge-index-intro + .m-knowledge-index-intro {
  margin-top: 100px;
}
.m-knowledge-index-intro-title {
  position: absolute;
  left: 0;
  top: 0;
}
.m-knowledge-index-intro:nth-of-type(odd) .m-knowledge-index-intro-title {
  left: auto;
  right: 0;
  text-align: right;
  padding-right: 40px;
}
.m-knowledge-index-intro:nth-of-type(odd) .m-knowledge-index-intro-title:before {
  left: auto;
  right: 0;
  padding-left: 0;
}
.m-knowledge-index-intro:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-knowledge-index-intro-image {
  position: relative;
  width: 46.3636363636%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -60px;
  padding: 10px;
}
.m-knowledge-index-intro-image:before {
  content: "";
  width: calc(100% - 20px);
  height: 50%;
  background-color: #64c864;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-knowledge-index-intro-image img {
  position: relative;
  z-index: 1;
}
.m-knowledge-index-intro:nth-of-type(even) .m-knowledge-index-intro-image {
  margin-right: 0;
  margin-left: -60px;
}
.m-knowledge-index-intro:nth-of-type(even) .m-knowledge-index-intro-image:before {
  left: auto;
  right: 0;
}
.m-knowledge-index-intro-content {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: #ffffff;
  padding: 60px;
}

.m-knowledge-index-song {
  background-position: 50%;
  background-size: cover;
  background-image: url("../image/bg_song.jpg");
}

.m-knowledge-index-song-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.m-knowledge-index-season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-index-season-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-knowledge-index-season-image {
  width: 61.2244897959%;
  margin-left: 100px;
  margin-right: -160px;
}

.m-knowledge-index-culture-bg {
  position: relative;
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-image: url("../image/bg_culture.jpg");
  margin-bottom: -80px;
}
.m-knowledge-index-culture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.m-knowledge-index-culture-list__item {
  width: calc(33.3% - 60px);
  margin-right: 60px;
}
.m-knowledge-index-culture-farm {
  position: relative;
}
.m-knowledge-index-culture-farm-content {
  position: relative;
  width: 55.4545454545%;
  margin-top: 30px;
  padding: 60px 60px 0 0;
  background-color: #ffffff;
  z-index: 1;
}
.m-knowledge-index-culture-farm-images {
  width: 54.5454545455%;
  position: absolute;
  right: 0;
  top: 0;
}
.m-knowledge-index-culture-farm-image-s {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 81.6666666667%;
  margin-top: 40px;
}
.m-knowledge-index-culture-farm-image-s > * + * {
  margin-left: 40px;
}

.m-knowledge-index-sports-bg {
  position: relative;
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-image: url("../image/bg_sports.jpg");
  margin-bottom: -80px;
}
.m-knowledge-index-sports-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-knowledge-index-sports-col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-knowledge-index-sports-col-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
  width: 46.3636363636%;
}

.m-knowledge-index-arishima-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-index-arishima-profile-image {
  width: 32.7272727273%;
  margin-right: 60px;
}
.m-knowledge-index-arishima-profile-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-knowledge-index-arishima-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -80px;
}
.m-knowledge-index-arishima-images__item {
  width: calc(33.3% - 80px);
  margin-right: 80px;
}
.m-knowledge-index-arishima-images__item img {
  width: 100%;
}
.m-knowledge-index-arishima-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-index-arishima-col-image {
  width: 32.7272727273%;
  margin-left: 60px;
}
.m-knowledge-index-arishima-col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-knowledge-index-history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-index-history-item + .m-knowledge-index-history-item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: solid 1px #e5e5e5;
}
.m-knowledge-index-history-item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30.9090909091%;
  margin-left: 60px;
}
.m-knowledge-index-history-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-knowledge-index-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: 24px;
}
.m-knowledge-index-bnrs__item {
  width: calc(33.3% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  margin-right: 24px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
access
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-knowledge-access-title {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 4px solid #323c46;
}
.m-knowledge-access-title .icon {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.m-knowledge-access-route {
  margin-right: -80px;
  margin-bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-knowledge-access-route__item {
  margin-right: 80px;
  width: calc(50% - 80px);
  margin-bottom: 40px;
}
.m-knowledge-access-route-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #323c46;
}
.m-knowledge-access-route-list + .m-knowledge-access-route-list {
  margin-top: 10px;
}
.m-knowledge-access-route-list-child {
  margin-left: -1em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
rental
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-knowledge-rental-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-rental-mv-image {
  margin-left: auto;
  margin-right: -100px;
}
.m-knowledge-rental-mv-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.m-knowledge-rental-bg {
  position: relative;
}
.m-knowledge-rental-bg:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 50%;
  background-color: #efefea;
}

.m-knowledge-rental-fee {
  margin-right: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-rental-fee__item {
  margin-right: 80px;
  width: calc(50% - 80px);
}
.m-knowledge-rental-fee-title {
  padding: 30px 20px;
  background-color: #323c46;
  color: #ffffff;
  text-align: center;
}
.m-knowledge-rental-fee-title .icon {
  display: block;
  width: 54px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.m-knowledge-rental-fee-title .ja {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
}
.m-knowledge-rental-fee-title .en {
  margin-top: 10px;
  display: block;
  font-size: 1.6rem;
}
.m-knowledge-rental-fee-child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px solid;
  font-size: 1.4rem;
  font-weight: 700;
}
.m-knowledge-rental-fee-child-title .time {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-knowledge-rental-fee-child-title .price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-knowledge-rental-fee-col {
  padding: 15px 10px;
  border-bottom: 1px #c8c8c8 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-rental-fee-col:nth-last-of-type(1) {
  border-bottom-color: #323c46;
}
.m-knowledge-rental-fee-col__time {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.m-knowledge-rental-fee-col__price {
  font-size: 2rem;
  font-weight: 700;
  color: #64c864;
}
.m-knowledge-rental-fee-col__price .small {
  margin-left: 5px;
  font-size: 1.4rem;
}

.m-knowledge-rental-reception-title {
  padding-left: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #323c46;
}
.m-knowledge-rental-reception-title .ja {
  font-size: 2.4rem;
  font-weight: 700;
}
.m-knowledge-rental-reception-title .en {
  margin-left: 40px;
  font-size: 1.6rem;
}
.m-knowledge-rental-reception-col {
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #c8c8c8 solid;
}
.m-knowledge-rental-reception-col:nth-last-of-type(1) {
  border-bottom-color: #323c46;
}
.m-knowledge-rental-reception-col__title {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-knowledge-rental-reception-col__title .ja {
  display: block;
}
.m-knowledge-rental-reception-col__title .en {
  margin-top: 10px;
  display: block;
}
.m-knowledge-rental-reception-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-knowledge-rental-map {
  position: relative;
  padding-bottom: 45.4545454545%;
  overflow: hidden;
}
.m-knowledge-rental-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sightseeing
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-knowledge-sightseeing-list {
  margin-right: -60px;
  margin-bottom: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-knowledge-sightseeing-list__item {
  margin-bottom: 60px;
  margin-right: 60px;
  border: 1px #e5e5e5 solid;
  padding: 40px;
  width: calc(50% - 60px);
}
.m-knowledge-sightseeing-list-title {
  text-align: center;
}
.m-knowledge-sightseeing-list-title .en {
  display: block;
  font-size: 3rem;
}
.m-knowledge-sightseeing-list-title .ja {
  margin-top: 10px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}
.m-knowledge-sightseeing-list-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-knowledge-sightseeing-list-content__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
}
.m-knowledge-sightseeing-list-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-knowledge-sightseeing-list-content__text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00a89c;
  text-decoration: underline;
  font-size: 1.6rem;
}
.m-knowledge-sightseeing-list-content__text a:hover {
  text-decoration: none;
}
.m-knowledge-sightseeing-list-content__text a .icon {
  margin-left: 16px;
}

.m-knowledge-sightseeing-link {
  position: relative;
  border: 1px #e5e5e5 solid;
  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;
}
.m-knowledge-sightseeing-link-cat {
  position: absolute;
  top: 0;
  left: 0;
  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;
  background-color: #e3e3e3;
  padding: 10px 30px;
}
.m-knowledge-sightseeing-link-cat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.m-knowledge-sightseeing-link-cat .ja {
  margin-left: 16px;
  display: block;
}
.m-knowledge-sightseeing-link__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.m-knowledge-sightseeing-link__content a {
  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;
  color: #00a89c;
  font-size: 1.6rem;
  text-decoration: underline;
}
.m-knowledge-sightseeing-link__content a:hover {
  text-decoration: none;
}
.m-knowledge-sightseeing-link__content a .icon {
  margin-left: 16px;
}
.m-knowledge-sightseeing-link__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* =======================================================================
about
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-index-mv {
  position: relative;
}
.m-about-index-mv:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #efefea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-about-index-mv > * {
  position: relative;
  z-index: 1;
}

.m-about-index-business {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-about-index-business + .m-about-index-business {
  margin-top: 80px;
}
.m-about-index-business-title {
  width: 280px;
  padding: 30px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  border-top: solid 2px #64c864;
  border-bottom: solid 2px #64c864;
}
.m-about-index-business-content {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-about-index-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-about-index-btns__item + .m-about-index-btns__item {
  margin-left: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
get-to-know
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-get-to-know-bg {
  position: relative;
}
.m-about-get-to-know-bg:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60%;
  background-color: #efefea;
}

.m-about-get-to-know-image {
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-get-to-know-image__item {
  margin-right: 10px;
  width: calc(33.3% - 10px);
}

.m-about-get-to-know-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-about-get-to-know-item + .m-about-get-to-know-item {
  margin-top: 60px;
}
.m-about-get-to-know-item__title {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 2px solid #64c864;
  border-bottom: 2px solid #64c864;
  text-align: center;
}
.m-about-get-to-know-item__text {
  margin-left: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
michinoeki
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.about-michinoeki-bg {
  position: relative;
}
.about-michinoeki-bg:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #efefea;
}

.m-about-michinoeki-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-michinoeki-news__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  margin-right: 60px;
}
.m-about-michinoeki-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

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

.m-about-michinoeki-bnrs {
  width: 48%;
}
.m-about-michinoeki-bnrs__item {
  width: 100%;
}
.m-about-michinoeki-bnrs .m-about-michinoeki-access-map {
  padding-bottom: 0;
  height: 100%;
}

.m-about-michinoeki-shop {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  -webkit-box-shadow: 4px 4px 0 0 #efefea;
          box-shadow: 4px 4px 0 0 #efefea;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 30px 50px;
  text-align: center;
}
.m-about-michinoeki-shop:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-about-michinoeki-shop:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #323c46;
  border-right: solid 2px #323c46;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.m-about-michinoeki-btn {
  margin-top: 25px;
  position: relative;
  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;
  -webkit-box-shadow: 4px 4px 0 0 #efefea;
          box-shadow: 4px 4px 0 0 #efefea;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 12px 50px;
}
.m-about-michinoeki-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-about-michinoeki-btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-about-michinoeki-btn.fb {
  background-color: #64c864;
}
.m-about-michinoeki-btn.ig {
  background-color: #323c46;
}
.m-about-michinoeki-btn.ig .en {
  color: #64c864;
}
.m-about-michinoeki-btn .icon {
  position: absolute;
  left: 20px;
  top: -2px;
  width: 48px;
}
.m-about-michinoeki-btn .image {
  width: 66px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.m-about-michinoeki-btn .image img {
  border-radius: 50%;
}
.m-about-michinoeki-btn .text .ja {
  display: block;
}
.m-about-michinoeki-btn .text .en {
  font-size: 2.8rem;
}

.m-about-michinoeki-col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}
.m-about-michinoeki-col-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-about-michinoeki-col-item__image {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40.8163265306%;
  padding: 10px;
  margin-left: 50px;
}
.m-about-michinoeki-col-item__image img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.m-about-michinoeki-col-item__image:before, .m-about-michinoeki-col-item__image:after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #64c864;
  position: absolute;
}
.m-about-michinoeki-col-item__image:before {
  top: 0;
  left: 0;
}
.m-about-michinoeki-col-item__image:after {
  bottom: 0;
  right: 0;
}
.m-about-michinoeki-col-item:nth-of-type(even) .m-about-michinoeki-col-item__image {
  margin-left: 0;
  margin-right: 50px;
}
.m-about-michinoeki-col-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-about-michinoeki-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.m-about-michinoeki-col2__item {
  width: 40%;
}
.m-about-michinoeki-col2-image {
  margin-bottom: 20px;
  text-align: center;
}

.m-michinoeki-list {
  border-top: solid 1px #e5e5e5;
}
.m-michinoeki-list > * {
  border-bottom: solid 1px #e5e5e5;
}

.m-about-michinoeki-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-right: 12px;
}
.m-about-michinoeki-pict .icon {
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
.m-about-michinoeki-pict .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-about-michinoeki-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.m-about-michinoeki-definition > dt {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.m-about-michinoeki-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-michinoeki-access__item {
  width: 100%;
}
.m-about-michinoeki-access-map {
  position: relative;
  height: 450px;
}
.m-about-michinoeki-access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
work
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-work-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-work-col__image {
  width: 35.8181818182%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
}
.m-about-work-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-about-work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-work-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-about-work-list li + li {
  margin-top: 0.5em;
}

.m-about-work-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-work-box-item {
  padding: 30px;
  border: solid 1px #e5e5e5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
livecamera
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-livecamera-video {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.m-about-livecamera-video-frame {
  position: relative;
  padding-bottom: 75%;
  background-color: #efefea;
}
.m-about-livecamera-video-frame iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* =======================================================================
news
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-news-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-news-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-news-col__aside {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 100px;
}

.m-news-aside-item + .m-news-aside-item {
  margin-top: 100px;
}
.m-news-aside-title {
  padding: 16px;
  font-weight: 700;
  font-size: 1.8rem;
  border-top: solid 4px #323c46;
  border-bottom: solid 1px #323c46;
}
.m-news-aside-list {
  margin: 20px 16px 0;
  font-weight: 700;
  font-size: 1.6rem;
}
.m-news-aside-list > * + * {
  margin-top: 1em;
}
.m-news-aside-list a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.m-news-aside-list a:before {
  content: "";
  border-left: solid 4px #64c864;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-news-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #64c864;
  font-size: 1.6rem;
  margin-right: -10px;
  margin-bottom: 10px;
}
.m-news-heading > * {
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-right: solid 1px #e5e5e5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archives
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-news-archives {
  border-top: solid 4px #323c46;
}
.m-news-archives-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #323c46;
}
.m-news-archives-item-image {
  width: 260px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
.m-news-archives-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-news-article {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 4px #323c46;
  border-bottom: solid 1px #323c46;
}
.m-news-article-title {
  line-height: 1.75;
  font-weight: 700;
  font-size: 2.4rem;
  padding-bottom: 40px;
  border-bottom: solid 1px #323c46;
}
.m-news-article-body {
  margin-top: 40px;
}

/* =======================================================================
hot-spring-pass
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-hot-spring-pass-title {
  position: relative;
}
.m-hot-spring-pass-title:before, .m-hot-spring-pass-title:after {
  content: "";
  width: 244px;
  height: 82px;
  position: absolute;
  background-size: 100%;
}
.m-hot-spring-pass-title:before {
  background-image: url("../image/bg_title_01.png");
  left: 50%;
  margin-left: -550px;
  top: 0;
}
.m-hot-spring-pass-title:after {
  background-image: url("../image/bg_title_02.png");
  right: 50%;
  margin-right: -550px;
  top: 40px;
}
.m-hot-spring-pass-title > * {
  position: relative;
  z-index: 1;
}

.m-hot-spring-pass-bg {
  position: relative;
}
.m-hot-spring-pass-bg:before, .m-hot-spring-pass-bg:after {
  content: "";
  width: 244px;
  height: 100%;
  position: absolute;
  background-size: 100% auto;
}
.m-hot-spring-pass-bg:before {
  background-image: url("../image/bg_content_01.png");
  background-repeat: repeat-y;
  background-position: 0 -120%;
  left: 50%;
  margin-left: -680px;
  top: 0;
}
.m-hot-spring-pass-bg:after {
  background-image: url("../image/bg_content_02.png");
  background-repeat: repeat-y;
  background-position: 0 20%;
  right: 50%;
  margin-right: -680px;
  top: 0;
}
.m-hot-spring-pass-bg > * {
  position: relative;
  z-index: 1;
}

.m-hot-spring-pass-about-title {
  position: relative;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  margin-bottom: -100px;
}

.m-hot-spring-pass-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -90px;
}
.m-hot-spring-pass-card__item {
  width: calc(33.3% - 90px);
  margin-right: 90px;
  text-align: center;
}
.m-hot-spring-pass-card__item--bl .m-hot-spring-pass-card-title .en {
  color: #0079a2;
}
.m-hot-spring-pass-card__item--bl .m-hot-spring-pass-card-spec {
  border-top-color: #0079a2;
}
.m-hot-spring-pass-card__item--rd .m-hot-spring-pass-card-title .en {
  color: #bf0000;
}
.m-hot-spring-pass-card__item--rd .m-hot-spring-pass-card-spec {
  border-top-color: #bf0000;
}
.m-hot-spring-pass-card__item--basic .m-hot-spring-pass-card-title .en {
  color: #e5a946;
}
.m-hot-spring-pass-card__item--basic .m-hot-spring-pass-card-spec {
  border-top-color: #e5a946;
}
.m-hot-spring-pass-card__item--basic .m-hot-spring-pass-card-image {
  margin-left: -70px;
  margin-right: -30px;
}
.m-hot-spring-pass-card-content {
  margin-top: 20px;
}
.m-hot-spring-pass-card-spec {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 2px;
}
.m-hot-spring-pass-card-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.m-hot-spring-pass-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-hot-spring-pass-shop__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-right: solid 1px #c8c8c8;
  padding-left: 40px;
  padding-right: 40px;
}
.m-hot-spring-pass-shop__item:nth-of-type(3n - 2) {
  border-left: solid 1px #c8c8c8;
}

.m-hot-spring-pass-group + .m-hot-spring-pass-group {
  margin-top: 100px;
}
.m-hot-spring-pass-group-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: solid 2px;
}
.m-hot-spring-pass-group--rd .m-hot-spring-pass-group-heading {
  border-bottom-color: #bf0000;
}
.m-hot-spring-pass-group--bl .m-hot-spring-pass-group-heading {
  border-bottom-color: #0079a2;
}
.m-hot-spring-pass-group-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-hot-spring-pass-group-heading-title .icon {
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.m-hot-spring-pass-group-heading-sticker {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hot-spring-pass-group-heading-sticker > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-hot-spring-pass-group-heading-sticker > * + * {
  margin-left: 10px;
}
.m-hot-spring-pass-group-heading-sticker .icon {
  width: 48px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.m-hot-spring-pass-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}
.m-hot-spring-pass-group-list__item {
  position: relative;
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #f7f7f4;
  padding: 20px 40px;
}
.m-hot-spring-pass-group-list__item:before {
  content: "";
  border-top: solid 20px;
  border-right: solid 20px transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.m-hot-spring-pass-group--rd .m-hot-spring-pass-group-list__item:before {
  border-top-color: #bf0000;
}
.m-hot-spring-pass-group--bl .m-hot-spring-pass-group-list__item {
  background-color: #f0f7f4;
}
.m-hot-spring-pass-group--bl .m-hot-spring-pass-group-list__item:before {
  border-top-color: #0079a2;
}

/* =======================================================================
sitemap
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-sitemap-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -70px;
  margin-bottom: -70px;
}
.m-sitemap-col__item {
  width: calc(33.3% - 70px);
  margin-right: 70px;
  margin-bottom: 70px;
}

.m-sitemap-title {
  border-top: solid 4px #323c46;
  border-bottom: solid 1px #323c46;
  padding: 16px 0;
  font-weight: 700;
  font-size: 1.8rem;
}
.m-sitemap-title a,
.m-sitemap-title span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.m-sitemap-title a:before,
.m-sitemap-title span:before {
  content: "";
  border-left: solid 4px #64c864;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-sitemap-title + .m-sitemap-title {
  margin-top: 40px;
}

.m-sitemap-list {
  margin-top: 20px;
}
.m-sitemap-list__item {
  font-weight: 700;
  font-size: 1.6rem;
}
.m-sitemap-list__item + .m-sitemap-list__item {
  margin-top: 1em;
}
.m-sitemap-list__item a,
.m-sitemap-list__item span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}
.m-sitemap-list__item a:before,
.m-sitemap-list__item span:before {
  content: "";
  border-left: solid 4px #64c864;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-sitemap-list-child__item {
  position: relative;
  padding-left: 1.5em;
  margin-top: 1em;
}
.m-sitemap-list-child__item:before {
  content: "└";
  position: absolute;
  left: 0;
  top: 0;
}

.m-business-col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}
.m-business-col-item figure img {
  width: 100%;
}
.m-business-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-business-col02-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
.m-business-col02-image {
  width: 50%;
}
.m-business-news {
  border: 1px solid #64c864;
  padding: 40px 50px 50px;
}
.m-business-news-h {
  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-right: 15px;
}
.m-business-news-h img {
  margin-right: 15px;
}
.m-business-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;
  margin-top: 35px;
  gap: 40px;
}
.m-business-news-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.m-business-news-list-link:hover {
  text-decoration: none !important;
}
.m-business-news-list-link:hover .title {
  text-decoration: none !important;
}
.m-business-news-list-link .date {
  width: 100px;
  font-size: 1.4rem;
}
.m-business-news-list-link .title {
  text-decoration: underline;
  margin-left: 10px;
}
.m-business-news02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 70px;
}
.m-business-news02-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
.m-business-news02-search-h {
  font-weight: bold;
  font-size: 1.8rem;
}
.m-business-news02-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #64c864;
  margin-top: 10px;
}
.m-business-news02-search-form input {
  font-weight: bold;
  font-size: 1.2rem;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2px 10px;
}
.m-business-news02-search-form button {
  border: none;
  background-color: #64c864;
  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;
  width: 30px;
  height: 30px;
}
.m-business-news02-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: 20px;
  width: 67.2131147541%;
}
.m-business-news02-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 10px 15px 10px;
}
.m-business-news02-list-link:hover {
  text-decoration: none !important;
}
.m-business-news02-list-link:hover .title {
  text-decoration: none !important;
}
.m-business-news02-list-link .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
}
.m-business-news02-list-link .head .date {
  font-size: 1.4rem;
  padding-right: 10px;
  position: relative;
}
.m-business-news02-list-link .head .date::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #E5E5E5;
}
.m-business-news02-list-link .head .cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  gap: 15px;
}
.m-business-news02-list-link .head .cats .cat {
  background-color: #64c864;
  color: #fff;
  border-radius: 9999px;
  font-size: 1.2rem;
  padding: 4px 9px;
}
.m-business-news02-list-link .title {
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.m-business-news02-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .m-business-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .m-business-col-item figure img {
    width: 100%;
  }
  .m-business-col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-business-col02-texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0px;
    margin-top: 20px;
  }
  .m-business-col02-image {
    width: 100%;
  }
  .m-business-news {
    border: 1px solid #64c864;
    padding: 20px 15px 20px;
  }
  .m-business-news-h {
    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-right: 10px;
  }
  .m-business-news-h img {
    width: 16px;
    margin-right: 10px;
  }
  .m-business-news-list {
    margin-top: 20px;
    gap: 20px;
  }
  .m-business-news-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
  .m-business-news-list-link:hover {
    text-decoration: none !important;
  }
  .m-business-news-list-link:hover .title {
    text-decoration: none !important;
  }
  .m-business-news-list-link .date {
    width: 100px;
    font-size: 1.2rem;
  }
  .m-business-news-list-link .title {
    text-decoration: underline;
    margin-left: 0px;
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .m-business-news02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0px;
  }
  .m-business-news02-search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  .m-business-news02-search-h {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .m-business-news02-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    border: 1px solid #64c864;
    margin-top: 10px;
  }
  .m-business-news02-search-form input {
    font-weight: bold;
    font-size: 1.2rem;
    border: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2px 10px;
  }
  .m-business-news02-search-form button {
    border: none;
    background-color: #64c864;
    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;
    width: 30px;
    height: 30px;
  }
  .m-business-news02-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: 20px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-business-news02-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0px 15px 0px;
  }
  .m-business-news02-list-link:hover {
    text-decoration: none !important;
  }
  .m-business-news02-list-link:hover .title {
    text-decoration: none !important;
  }
  .m-business-news02-list-link .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .m-business-news02-list-link .head .date {
    font-size: 1.1rem;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
  }
  .m-business-news02-list-link .head .date::after {
    display: none;
  }
  .m-business-news02-list-link .head .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
  }
  .m-business-news02-list-link .head .cats .cat {
    background-color: #64c864;
    color: #fff;
    border-radius: 9999px;
    font-size: 1.1rem;
    padding: 4px 9px;
  }
  .m-business-news02-list-link .title {
    text-decoration: underline;
    margin-top: 6px;
    margin-left: 0;
  }
  .m-business-news02-btn {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
}
.m-school-mv {
  position: relative;
}
.m-school-mv-img {
  border-radius: 200px 0 0 0;
  overflow: hidden;
}
.m-school-mv-img picture {
  width: 100%;
}
.m-school-mv-img picture img {
  width: 100%;
}
.m-school-mv-body {
  max-width: 1180px;
  padding: 0 40px;
  position: relative;
  margin-inline: auto;
}
.m-school-mv-title {
  position: absolute;
  bottom: 15px;
  left: 40px;
}
.m-school-mv-lead {
  position: absolute;
  right: 0px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.m-school-mv-lead .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  background-color: #F57C36;
  padding: 10px 30px;
  letter-spacing: 0.02em;
}

.m-school-nav {
  background-color: #efefea;
  padding: 48px 0 40px;
}
.m-school-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 46px;
}
.m-school-nav-list-item {
  position: relative;
}
.m-school-nav-list-item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0px;
  left: -15px;
  border-radius: 50%;
  background-color: #1DA71D;
}
.m-school-nav-list-item:nth-child(2)::before {
  background-color: #007DF0;
}
.m-school-nav-list-item:nth-child(3)::before {
  background-color: #F08C41;
}
.m-school-nav-list-item:nth-child(4)::before {
  background-color: #00C3CD;
}
.m-school-nav-list-item:nth-child(5)::before {
  background-color: #FA235A;
}
.m-school-nav-list-link {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 17px;
  text-decoration: none;
}
.m-school-nav-list-link:hover::before, .m-school-nav-list-link:hover::after {
  opacity: 1;
}
.m-school-nav-list-link::before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -10px;
  background-color: #323c46;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.m-school-nav-list-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 26px;
  position: absolute;
  left: 50%;
  bottom: -17.5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../image/icon-arrow01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.m-school-about {
  padding: 105px 0 130px;
}
.m-school-about-h {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 80px;
}
.m-school-about-h::before {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/49;
  position: absolute;
  top: -25px;
  left: 0px;
  background-image: url(../image/icon-quotation01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-school-about-h::after {
  content: "";
  display: block;
  width: 60px;
  aspect-ratio: 60/49;
  position: absolute;
  bottom: -18px;
  right: 0px;
  background-image: url(../image/icon-quotation01.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-school-about-text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 2.6em;
}
.m-school-about-text p {
  font-size: 1.8rem;
  line-height: 2.2;
}
.m-school-about-bnr {
  display: block;
  max-width: 727px;
  margin: 80px auto 0;
}

.m-school-section {
  background-color: #efefea;
  padding: 145px 0 100px;
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
}
.m-school-section.--not-head {
  padding: 130px 0 100px;
}
.m-school-section-head {
  position: absolute;
  top: -255px;
  left: -190px;
  width: 353px;
}
.m-school-section-h {
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  padding-left: 260px;
  line-height: 1.15;
}
.m-school-section-h::before {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 210px;
  border-radius: 7px;
}
.m-school-section-h.--type01::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1DA71D), color-stop(50%, #F57C36));
  background: linear-gradient(to right, #1DA71D 50%, #F57C36 50%);
}
.m-school-section-h.--type02::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #007DF0), color-stop(50%, #FA235A));
  background: linear-gradient(to right, #007DF0 50%, #FA235A 50%);
}
.m-school-section-h.--type03::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #F08C41), color-stop(50%, #1DA71D));
  background: linear-gradient(to right, #F08C41 50%, #1DA71D 50%);
}
.m-school-section-h.--type04::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00C3CD), color-stop(50%, #924DB9));
  background: linear-gradient(to right, #00C3CD 50%, #924DB9 50%);
}
.m-school-section-h02 {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 100px;
  line-height: 1.5;
}
.m-school-section-h02::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 24px;
  left: 0;
  background-color: #323c46;
  border-radius: 50%;
}
.m-school-section-h02::after {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  position: absolute;
  top: 27px;
  left: 15px;
  background-color: #323c46;
}
.m-school-section-h03 {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-school-section-h03::before {
  content: "";
  display: block;
  width: calc(100% - 24px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #323c46;
}
.m-school-section-h03 .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
  background-color: #efefea;
  z-index: 5;
}
.m-school-section-h03 .label::before, .m-school-section-h03 .label::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #323c46;
}
.m-school-section-h03 .label::before {
  left: 0;
}
.m-school-section-h03 .label::after {
  right: 0;
}
.m-school-section-h04 {
  max-width: 470px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-school-section-h04 .icon {
  width: 55px;
}
.m-school-section-h04 .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-left: 20px;
}
.m-school-section-h05 {
  font-size: 4rem;
  line-height: 1.15;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 27px;
}
.m-school-section-h05::after {
  content: "";
  display: block;
  width: 30px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FA235A), color-stop(50%, #007DF0));
  background: linear-gradient(to right, #FA235A 50%, #007DF0 50%);
}
.m-school-section-about {
  background-color: #fff;
  position: relative;
  border-radius: 0 50px 0 50px;
  padding: 70px 60px;
}
.m-school-section-about::before, .m-school-section-about::after {
  content: "";
  display: block;
  width: 99.5px;
  aspect-ratio: 99.5/88.5;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.m-school-section-about::before {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m-school-section-about::after {
  bottom: 0;
  right: 0;
}
.m-school-section-about.--green::before, .m-school-section-about.--green::after {
  background-image: url(../image/decoration-green01.svg);
}
.m-school-section-about.--blue::before, .m-school-section-about.--blue::after {
  background-image: url(../image/decoration-blue01.svg);
}
.m-school-section-about.--pink::before, .m-school-section-about.--pink::after {
  background-image: url(../image/decoration-pink01.svg);
}
.m-school-section-about.--skyblue01::before, .m-school-section-about.--skyblue01::after {
  background-image: url(../image/decoration-skyblue01.svg);
}
.m-school-section-about.--skyblue02::before, .m-school-section-about.--skyblue02::after {
  background-image: url(../image/decoration-skyblue02.svg);
}
.m-school-section-about.--orange::before, .m-school-section-about.--orange::after {
  background-image: url(../image/decoration-orange01.svg);
}
.m-school-section-about-decoration {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: absolute;
  top: -0.5em;
  right: 0.5em;
  font-size: 6.4rem;
  font-weight: 600;
  color: rgba(201, 201, 186, 0.3);
  line-height: 1;
}
.m-school-section-about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-school-section-about-img {
  width: 52.0408163265%;
}
.m-school-section-about-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-school-section-about-body-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-school-section-about-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-right: 18px;
  width: 65px;
}
.m-school-section-about-point .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: rgba(201, 201, 186, 0.7);
  padding-left: 0.3em;
}
.m-school-section-about-point .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1;
}
.m-school-section-about-h {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-school-section-about-txt {
  line-height: 2;
  margin-top: 30px;
}
.m-school-section-about-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  width: 215px;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: auto;
  margin-top: 40px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-bottom: 2px dashed #323c46;
  position: relative;
}
.m-school-section-about-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 2px;
  right: 20px;
  border-top: 2px solid #323c46;
  border-right: 2px solid #323c46;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-school-section-about-step {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: number;
}
.m-school-section-about-step-item {
  border-width: 5px;
  border-style: solid;
  border-radius: 17px;
  position: relative;
  padding: 45px 20px 25px;
  counter-increment: number;
}
.m-school-section-about-step-item::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  content: counter(number, decimal-leading-zero) "";
  font-size: 2.8rem;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 15px;
}
.--orange .m-school-section-about-step-item {
  border-color: #F09652;
}
.--orange .m-school-section-about-step-item::before {
  color: #F09652;
}
.--orange .m-school-section-about-step-item::after {
  background-color: #F09652;
}
.--skyblue .m-school-section-about-step-item {
  border-color: #18C7D0;
}
.--skyblue .m-school-section-about-step-item::before {
  color: #18C7D0;
}
.--skyblue .m-school-section-about-step-item::after {
  background-color: #18C7D0;
}
.m-school-section-about-step-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-school-section-about-step-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.m-school-section-about-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-school-section-about-document-img {
  width: 42.8571428571%;
}
.m-school-section-about-document-body {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 43.3673469388%;
  padding-bottom: 40px;
}
.m-school-section-about-document-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}
.m-school-section-about-document-btn {
  margin-top: 20px;
}
.m-school-section-about-document-btn-link {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  background-color: #00C3CD;
  color: #fff;
  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;
  text-align: center;
  width: 100%;
  height: 80px;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 10px;
}
.m-school-section-about-document-btn-link::before {
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.m-school-section-about-document-btn-link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
}
.m-school-section-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-school-section-access:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-school-section-access:nth-child(odd) .m-school-section-access-img img {
  border-radius: 50px 0 0 0;
}
.m-school-section-access-img {
  width: 44.5454545455%;
  -webkit-filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
  margin-top: 10px;
}
.m-school-section-access-img img {
  border-radius: 0 50px 0 0;
}
.m-school-section-access-body {
  width: 48.1818181818%;
}
.m-school-section-access-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: 20px;
}
.m-school-section-access-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #64c864;
  padding-bottom: 15px;
  position: relative;
}
.m-school-section-access-list-item dt {
  font-size: 2rem;
  font-weight: bold;
}
.m-school-section-access-list-item dd {
  line-height: 1;
}
.m-school-section-access-list-item dd .label {
  font-size: 2.4rem;
  font-weight: bold;
}
.m-school-section-access-list-item dd .number {
  font-size: 4.8rem;
  font-weight: bold;
}
.m-school-section-access-list-item dd .label02 {
  font-size: 3.2rem;
  font-weight: bold;
}
.m-school-section-data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 20px;
  counter-reset: number;
}
.m-school-section-data-item {
  counter-increment: number;
  background: linear-gradient(to bottom, transparent 36px, #fff 36px);
  position: relative;
  -webkit-filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
}
.m-school-section-data-item::before, .m-school-section-data-item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.m-school-section-data-item::before {
  background-color: #EFEFEA;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.m-school-section-data-item::after {
  background-color: #F2F2F2;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.m-school-section-data-head {
  background-color: #64c864;
  border-radius: 9999px;
  position: relative;
  min-height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 15px 105px;
}
.m-school-section-data-head::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  content: counter(number) "";
  font-size: 2.2rem;
  font-weight: bold;
  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;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  color: #64c864;
  border-radius: 50%;
}
.m-school-section-data-h {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.m-school-section-data-body {
  padding: 30px 75px 40px;
}
.m-school-section-data-txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 34px;
}
.m-school-section-point {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.m-school-section-point-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0 50px 0 50px;
  position: relative;
  -webkit-filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(4px 6px 18px rgba(0, 0, 0, 0.12));
  padding: 50px 20px;
  text-decoration: none;
}
.m-school-section-point-item:hover {
  text-decoration: none;
}
.m-school-section-point-item::after {
  content: "";
  display: block;
  width: 60px;
  height: 53px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.m-school-section-point-item:nth-child(3n-2)::after {
  background-color: #007DF0;
}
.m-school-section-point-item:nth-child(3n-2) .m-school-section-point-h::before {
  background-color: #007DF0;
}
.m-school-section-point-item:nth-child(3n-1)::after {
  background-color: #FA235A;
}
.m-school-section-point-item:nth-child(3n-1) .m-school-section-point-h::before {
  background-color: #FA235A;
}
.m-school-section-point-item:nth-child(3n)::after {
  background-color: #00C3CD;
}
.m-school-section-point-item:nth-child(3n) .m-school-section-point-h::before {
  background-color: #00C3CD;
}
.m-school-section-point-h {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
}
.m-school-section-point-h::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 50%;
}
.m-school-section-point-thumb {
  max-width: 250px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}
.m-school-section-point-thumb .img {
  width: 100%;
}
.m-school-section-point-thumb .text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
}
.m-school-section-point-thumb .text .label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}
.m-school-section-point-thumb .text .number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  color: #fff;
}
.m-school-section-point-thumb .text::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.m-school-section-point-txt {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.m-school-section-program {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m-school-section-program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-school-section-program-h {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-school-section-program-h .icon {
  width: 55px;
}
.m-school-section-program-h .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-left: 20px;
}
.m-school-section-program-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 24px;
}
.m-school-section-program-img {
  margin-top: 26px;
}
.m-school-section-program-img img {
  width: 1000%;
}
.m-school-section-program-voice {
  position: relative;
  margin-top: 65px;
  background-color: #fff;
  padding: 35px 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-school-section-program-voice-decoration {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: absolute;
  top: -0.6em;
  left: 0;
  font-size: 6.4rem;
  font-weight: 600;
  color: rgba(201, 201, 186, 0.3);
  line-height: 1;
}
.m-school-section-program-voice-h {
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
}
.m-school-section-program-voice-h::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 10px;
  background-color: #007DF0;
}
.m-school-section-program-voice-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.m-school-section-program-voice-person .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  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;
}
.m-school-section-program-voice-person .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  font-size: 1.6rem;
  padding-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
  border-bottom: 1.5px dashed #C9C9BA;
}
.m-school-section-program-voice-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 20px;
}
.m-school-section-program02-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.m-school-section-program02-h {
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 470px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.m-school-section-program02-h .icon {
  width: 55px;
}
.m-school-section-program02-h .label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-left: 20px;
}
.m-school-section-program02-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
}
.m-school-section-program02-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}
.m-school-section-program02-img img {
  width: 100%;
}
.m-school-section-program02-voice {
  position: relative;
  background-color: #fff;
  padding: 35px 35px;
  margin-top: auto;
}
.m-school-section-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.m-school-section-faq-decoration {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: absolute;
  top: -0.89em;
  right: 70px;
  z-index: 5;
  pointer-events: none;
  font-size: 6.4rem;
  font-weight: 600;
  color: rgba(201, 201, 186, 0.3);
  line-height: 1;
}
.m-school-section-faq-item {
  border-radius: 15px 15px;
  background-color: #DFDFDF;
}
.m-school-section-faq-item[open] .summary::after {
  height: 0;
}
.m-school-section-faq-item .summary {
  background-color: #fff;
  position: relative;
  min-height: 100px;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}
.m-school-section-faq-item .summary::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  z-index: 5;
}
.m-school-section-faq-item .summary::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 61px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}
.m-school-section-faq-item .summary .label {
  position: relative;
  padding: 0 60px;
  display: block;
  width: 100%;
}
.m-school-section-faq-item .summary .label::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  content: "Q";
  font-size: 3.2rem;
  font-weight: 600;
  color: #007DF0;
  position: absolute;
  left: 0px;
  top: -10px;
}
.m-school-section-faq-item .summary .label::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #007DF0;
}
.m-school-section-faq-item .panel {
  background-color: #DFDFDF;
  position: relative;
  padding: 53px 40px 53px 120px;
  border-radius: 0 0 15px 15px;
}
.m-school-section-faq-item .panel::before {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  content: "A";
  font-size: 3.2rem;
  font-weight: 600;
  color: #F93768;
  position: absolute;
  left: 71px;
  top: 44px;
}
.m-school-section-faq-item .panel p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  /* =======================================================================
  module
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  font
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-fs-10 {
    font-size: 1rem;
  }
  .m-fs-11 {
    font-size: 1rem;
  }
  .m-fs-12 {
    font-size: 1.1rem;
  }
  .m-fs-13 {
    font-size: 1.1rem;
  }
  .m-fs-14 {
    font-size: 1.2rem;
  }
  .m-fs-15 {
    font-size: 1.2rem;
  }
  .m-fs-16 {
    font-size: 1.3rem;
  }
  .m-fs-17 {
    font-size: 1.3rem;
  }
  .m-fs-18 {
    font-size: 1.4rem;
  }
  .m-fs-19 {
    font-size: 1.4rem;
  }
  .m-fs-20 {
    font-size: 1.5rem;
  }
  .m-fs-21 {
    font-size: 1.5rem;
  }
  .m-fs-22 {
    font-size: 1.6rem;
  }
  .m-fs-23 {
    font-size: 1.6rem;
  }
  .m-fs-24 {
    font-size: 1.6rem;
  }
  .m-fs-25 {
    font-size: 1.6rem;
  }
  .m-fs-26 {
    font-size: 1.6rem;
  }
  .m-fs-27 {
    font-size: 1.6rem;
  }
  .m-fs-28 {
    font-size: 1.7rem;
  }
  .m-fs-30 {
    font-size: 1.7rem;
  }
  .m-fs-31 {
    font-size: 1.7rem;
  }
  .m-fs-32 {
    font-size: 1.8rem;
  }
  .m-fs-34 {
    font-size: 1.8rem;
  }
  .m-fs-35 {
    font-size: 1.8rem;
  }
  .m-fs-36 {
    font-size: 2rem;
  }
  .m-fs-37 {
    font-size: 2rem;
  }
  .m-fs-38 {
    font-size: 2rem;
  }
  .m-fs-40 {
    font-size: 2.2rem;
  }
  .m-fs-42 {
    font-size: 2.2rem;
  }
  .m-fs-44 {
    font-size: 2.2rem;
  }
  .m-fs-46 {
    font-size: 2.2rem;
  }
  .m-fs-48 {
    font-size: 2.2rem;
  }
  .m-fs-54 {
    font-size: 2.4rem;
  }
  .m-lh-l {
    line-height: 1.8;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  link
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-uline {
    text-decoration: underline;
  }
  .m-uline:hover {
    text-decoration: underline;
  }
  .m-hline {
    text-decoration: underline;
  }
  .m-hline:hover {
    text-decoration: underline;
  }
  a {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
  a.m-uline:hover {
    text-decoration: underline !important;
  }
  .m-op {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  display
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-align-c--pc {
    text-align: inherit;
  }
  .m-pc-only {
    display: none !important;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  layout
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-inner,
  .l-inner-s,
  .l-inner-l {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
  .l-inner .l-inner,
  .l-inner .l-inner-s,
  .l-inner .l-inner-l,
  .l-inner-s .l-inner,
  .l-inner-s .l-inner-s,
  .l-inner-s .l-inner-l,
  .l-inner-l .l-inner,
  .l-inner-l .l-inner-s,
  .l-inner-l .l-inner-l {
    padding-left: 0;
    padding-right: 0;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  margin
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-mt-2xs {
    margin-top: 5px;
  }
  .m-mt-xs {
    margin-top: 10px;
  }
  .m-mt-s {
    margin-top: 10px;
  }
  .m-mt {
    margin-top: 15px;
  }
  .m-mt-l {
    margin-top: 20px;
  }
  .m-mt-xl {
    margin-top: 30px;
  }
  .m-mt-2xl {
    margin-top: 40px;
  }
  .m-mt-3xl {
    margin-top: 50px;
  }
  .m-mb-2xs {
    margin-bottom: 5px;
  }
  .m-mb-xs {
    margin-bottom: 10px;
  }
  .m-mb-s {
    margin-bottom: 10px;
  }
  .m-mb {
    margin-bottom: 15px;
  }
  .m-mb-l {
    margin-bottom: 20px;
  }
  .m-mb-xl {
    margin-bottom: 30px;
  }
  .m-mb-2xl {
    margin-bottom: 40px;
  }
  .m-mb-3xl {
    margin-bottom: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  padding
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-pt-2xs {
    padding-top: 5px;
  }
  .m-pt-xs {
    padding-top: 10px;
  }
  .m-pt-s {
    padding-top: 10px;
  }
  .m-pt {
    padding-top: 15px;
  }
  .m-pt-l {
    padding-top: 20px;
  }
  .m-pt-xl {
    padding-top: 30px;
  }
  .m-pt-2xl {
    padding-top: 40px;
  }
  .m-pt-3xl {
    padding-top: 50px;
  }
  .m-pb-2xs {
    padding-bottom: 5px;
  }
  .m-pb-xs {
    padding-bottom: 10px;
  }
  .m-pb-s {
    padding-bottom: 10px;
  }
  .m-pb {
    padding-bottom: 15px;
  }
  .m-pb-l {
    padding-bottom: 20px;
  }
  .m-pb-xl {
    padding-bottom: 30px;
  }
  .m-pb-2xl {
    padding-bottom: 40px;
  }
  .m-pb-3xl {
    padding-bottom: 50px;
  }
  .m-p-xs {
    padding: 10px;
  }
  .m-p-s {
    padding: 10px;
  }
  .m-p {
    padding: 15px;
  }
  .m-p-l {
    padding: 20px;
  }
  .m-p-xl {
    padding: 30px;
  }
  .m-p-2xl {
    padding: 40px;
  }
  .m-p-3xl {
    padding: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  border
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  bg
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  btn
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* btn */
  button.m-btn,
  input.m-btn,
  a.m-btn,
  .m-btn {
    width: 100%;
    height: 60px;
    font-size: 1.4rem;
  }
  button.m-btn:before,
  input.m-btn:before,
  a.m-btn:before,
  .m-btn:before {
    right: 12px;
  }
  button.m-btn--s,
  input.m-btn--s,
  a.m-btn--s,
  .m-btn--s {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
  }
  button.m-btn--s:before,
  input.m-btn--s:before,
  a.m-btn--s:before,
  .m-btn--s:before {
    right: 12px;
  }
  button.m-btn--m,
  input.m-btn--m,
  a.m-btn--m,
  .m-btn--m {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
  }
  button.m-btn--m:before,
  input.m-btn--m:before,
  a.m-btn--m:before,
  .m-btn--m:before {
    right: 12px;
  }
  button.m-btn--icon,
  input.m-btn--icon,
  a.m-btn--icon,
  .m-btn--icon {
    width: 100%;
    height: 80px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }
  button.m-btn--icon .icon,
  input.m-btn--icon .icon,
  a.m-btn--icon .icon,
  .m-btn--icon .icon {
    width: 50px;
    margin-right: 16px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  icon
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  breadcrumb
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-breadcrumb-wrap {
    max-width: inherit;
    margin-bottom: 10px;
    padding-left: 80px;
    padding-right: 20px;
  }
  .m-breadcrumb {
    font-size: 1rem;
  }
  .m-breadcrumb__item:before {
    font-size: 1rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  form
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  input[type=text].m-input-text,
  textarea.m-textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
  }
  textarea.m-textarea {
    line-height: 1.6;
  }
  input[type=radio].m-input-radio,
  input[type=checkbox].m-input-checkbox {
    width: 16px;
    height: 16px;
  }
  select.m-select {
    font-size: 1.2rem;
    background-size: 20px auto;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  wysiwyg
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body.m-cms-editor-body {
    max-width: inherit !important;
    padding: 20px !important;
  }
  body.m-cms-editor-body,
  .m-cms-body {
    font-size: 1.2rem;
  }
  body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
  .m-cms-body h1,
  .m-cms-body h2,
  .m-cms-body h3,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    margin-bottom: 10px;
  }
  body.m-cms-editor-body h2,
  .m-cms-body h2 {
    font-size: 1.6rem;
  }
  body.m-cms-editor-body h3,
  .m-cms-body h3 {
    font-size: 1.4rem;
  }
  body.m-cms-editor-body h4,
  body.m-cms-editor-body h5,
  body.m-cms-editor-body h6,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    font-size: 1.3rem;
  }
  body.m-cms-editor-body blockquote,
  .m-cms-body blockquote {
    padding: 20px 40px;
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  body.m-cms-editor-body blockquote:before, body.m-cms-editor-body blockquote:after,
  .m-cms-body blockquote:before,
  .m-cms-body blockquote:after {
    width: 15px;
    height: 10px;
  }
  body.m-cms-editor-body blockquote:before,
  .m-cms-body blockquote:before {
    top: 15px;
    left: 15px;
  }
  body.m-cms-editor-body blockquote:after,
  .m-cms-body blockquote:after {
    bottom: 15px;
    right: 15px;
  }
  body.m-cms-editor-body hr,
  .m-cms-body hr {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body p,
  .m-cms-body p {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body ul, body.m-cms-editor-body ol,
  .m-cms-body ul,
  .m-cms-body ol {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body img,
  .m-cms-body img {
    max-width: 100%;
    height: auto;
  }
  body.m-cms-editor-body img.alignleft, body.m-cms-editor-body img.alignright, body.m-cms-editor-body img.aligncenter,
  .m-cms-body img.alignleft,
  .m-cms-body img.alignright,
  .m-cms-body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
  }
  body.m-cms-editor-body table th, body.m-cms-editor-body table td,
  .m-cms-body table th,
  .m-cms-body table td {
    padding: 10px;
    font-size: 1.2rem;
  }
  body.m-cms-editor-body .wp-caption-text,
  .m-cms-body .wp-caption-text {
    font-size: 1rem;
    margin-top: 0.5em;
  }
  body.m-cms-editor-body .wp-caption.alignleft, body.m-cms-editor-body .wp-caption.alignright,
  .m-cms-body .wp-caption.alignleft,
  .m-cms-body .wp-caption.alignright {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.m-cms-editor-body .wp-caption.alignleft img, body.m-cms-editor-body .wp-caption.alignright img,
  .m-cms-body .wp-caption.alignleft img,
  .m-cms-body .wp-caption.alignright img {
    width: 100%;
    height: auto;
  }
  body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
  .m-cms-body .wp-caption.aligncenter,
  .m-cms-body .wp-caption.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .wp-pagenavi {
    margin-top: 40px;
    margin-bottom: -10px;
  }
  .wp-pagenavi > a, .wp-pagenavi > span {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.4rem;
  }
  .wp-pagenavi02 .wp-pagenavi {
    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;
  }
  .wp-pagenavi02 .wp-pagenavi > a,
  .wp-pagenavi02 .wp-pagenavi > span {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }
  .wp-pagenavi02 .wp-pagenavi > a.nextpostslink, .wp-pagenavi02 .wp-pagenavi > a.previouspostslink,
  .wp-pagenavi02 .wp-pagenavi > span.nextpostslink,
  .wp-pagenavi02 .wp-pagenavi > span.previouspostslink {
    border: none;
  }
  .wp-pagenavi02 .wp-pagenavi > a.nextpostslink::before, .wp-pagenavi02 .wp-pagenavi > a.previouspostslink::before,
  .wp-pagenavi02 .wp-pagenavi > span.nextpostslink::before,
  .wp-pagenavi02 .wp-pagenavi > span.previouspostslink::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  base
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  layout
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body {
    font-size: 1.2rem;
  }
  #l-wrapper {
    min-width: inherit;
  }
  .m-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
  }
  .m-header-head {
    display: none;
  }
  .m-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none !important;
  }
  .m-header-logo .logo {
    width: 120px;
  }
  .m-header-logo .label {
    display: none;
    line-height: 1.4166666667;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
    padding-top: 6px;
    margin-left: 20px;
  }
  .m-header-body {
    height: 60px;
    background-color: #fff;
  }
  .m-header-inner {
    padding: 0 15px 0 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-header-nav {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(30, 40, 50, 0.96);
    margin-left: auto;
    position: absolute;
    top: 60px;
    left: 0;
    padding: 80px 0 160px 90px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .m-header-nav.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .m-header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
  }
  .m-header-nav-list-item {
    height: auto;
    width: 100%;
  }
  .m-header-nav-list-item:hover .m-header-nav-list-link {
    background-color: transparent;
  }
  .m-header-nav-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    letter-spacing: 0em;
    color: #fff;
    font-size: 1.6rem;
    height: auto;
    padding: 16px 0 16px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #00a89c;
  }
  .m-header-nav-list-link:has(+ .m-header-nav-meganav) {
    padding: 16px 0 16px 0;
  }
  .m-header-nav-list-link:has(+ .m-header-nav-meganav)::before {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 37px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .m-header-nav-list-link:has(+ .m-header-nav-meganav)::after {
    width: 16px;
    height: 2px;
    top: 50%;
    right: 30px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: none;
  }
  .m-header-nav-list-link:has(+ .m-header-nav-meganav).is-active::before {
    -webkit-transform: translateY(-50%) scaleY(0);
            transform: translateY(-50%) scaleY(0);
  }
  .m-header-nav-meganav {
    position: relative;
    width: 100%;
    background-color: transparent;
    pointer-events: auto;
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: auto;
    left: auto;
    display: none;
  }
  .m-header-nav-meganav-list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .--resorts .m-header-nav-meganav-list {
    gap: 12px;
  }
  .m-header-nav-meganav-list-link {
    text-decoration: underline !important;
    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;
    line-height: 1.75;
    position: relative;
    padding-left: 10px;
  }
  .m-header-nav-meganav-list-link:hover {
    text-decoration: underline !important;
  }
  .m-header-nav-meganav-list-link::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #00a89c;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    left: 0;
    top: 9px;
  }
  .m-header-nav-meganav-list-link .img {
    display: none;
  }
  .m-header-nav-meganav-list-link .label {
    font-size: 1.5rem;
    margin-top: 0;
    font-weight: normal;
  }
  .--resorts .m-header-nav-meganav-list-link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .m-header-nav-foot {
    margin-top: 24px;
    display: block;
  }
  .m-header-nav-foot-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 20px;
  }
  .m-header-nav-foot-list-item a {
    font-size: 1.3rem;
    color: #fff;
  }
  .m-header-lang {
    margin-left: auto;
    margin-right: 15px;
  }
  .m-header-lang-btn {
    width: 74px;
    height: 32px;
    color: #fff;
    font-size: 1.2rem;
  }
  .m-header-humberger {
    display: block;
    background-color: #64c864;
    width: 60px;
    height: 60px;
    border: none;
    margin-right: -15px;
    position: relative;
  }
  .m-header-humberger .line {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-header-humberger .line:first-child {
    -webkit-transform: translate(-50%, calc(-50% + 4px));
            transform: translate(-50%, calc(-50% + 4px));
  }
  .m-header-humberger .line:last-child {
    -webkit-transform: translate(-50%, calc(-50% - 4px));
            transform: translate(-50%, calc(-50% - 4px));
  }
  .m-header-humberger.is-active .line:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .m-header-humberger.is-active .line:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .b-footer {
    margin-top: 110px;
  }
  .b-footer:before {
    width: 512px;
    height: 64px;
    right: 0;
    margin-right: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  .b-footer-logo {
    left: 30px;
    margin-left: 0;
    top: -36px;
    width: 144px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .b-footer-inner {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .m-footer-cr {
    margin-top: 60px;
    font-size: 1rem;
  }
  .m-footer-col {
    display: block;
  }
  .m-footer-col__info {
    width: auto;
    margin-right: 0;
  }
  .m-footer-col__nav {
    margin-top: 20px;
  }
  .m-footer-info {
    position: relative;
    padding-bottom: 30px;
  }
  .m-footer-info-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .m-footer-info-address {
    font-size: 1.6rem;
  }
  .m-footer-info-tel {
    font-size: 2.4rem;
  }
  .m-footer-info-email {
    font-size: 1.4rem;
  }
  .m-footer-info-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
  }
  .m-footer-sitemap {
    position: relative;
    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;
    background-color: #ffffff;
    height: 50px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .m-footer-sitemap:before, .m-footer-sitemap:after {
    content: "";
    background-color: #323c46;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-footer-sitemap:before {
    width: 10px;
    height: 2px;
    right: 20px;
  }
  .m-footer-sitemap:after {
    width: 2px;
    height: 10px;
    right: 24px;
  }
  .m-footer-sitemap.is-active:after {
    height: 0;
  }
  .m-footer-nav-wrap {
    display: none;
  }
  .m-footer-nav {
    margin-top: 30px;
    margin-right: -24px;
    margin-bottom: -24px;
  }
  .m-footer-nav__item {
    width: calc(50% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
  }
  .m-footer-nav__item > a,
  .m-footer-nav__item > span {
    font-size: 1.3rem;
  }
  .m-footer-nav-child {
    margin-top: 10px;
  }
  .m-footer-nav-child__item {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .m-page-top {
    right: 20px;
    bottom: 20px;
    width: 56px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  共通
  ======================================================================= */
  .m-common-title {
    margin-left: 70px;
    margin-right: 70px;
    text-align: center;
  }
  .m-common-title--left {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .m-common-title--left .en {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .m-common-title .en {
    font-size: 5rem;
  }
  .m-common-title .en .small {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .m-common-title .ja {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .m-common-title .en-sub {
    font-size: 2rem;
  }
  .m-common-title-sub .en {
    font-size: 4rem;
  }
  .m-common-title-sub .ja {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .m-cap-wrap .m-cap {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
  .m-cap span {
    height: auto;
    line-height: 1.75;
    padding: 10px 30px;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .m-line-btm-title2 {
    padding-bottom: 16px;
  }
  .m-line-left-title2 {
    position: relative;
    padding-left: 10px;
  }
  .m-line-left-title2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 2px;
    height: 20px;
    background-color: #64c864;
  }
  .m-marker-title-item span {
    padding: 5px 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .m-marker-title--s span {
    font-size: 1.8rem;
  }
  .m-content-box {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  top
  ======================================================================= */
  .m-home-title .en {
    font-size: 5.5rem;
  }
  .m-home-title .ja {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .m-home-mv {
    position: relative;
    height: calc(100vh - 100px);
    min-height: 560px;
  }
  .m-home-mv:before {
    display: none;
  }
  .m-home-mv-image {
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    left: 60px;
    top: 0;
  }
  .m-home-mv-content {
    left: 45px;
    top: 240px;
  }
  .m-home-mv-cap-item {
    display: block;
  }
  .m-home-mv-cap-item span {
    font-size: 2rem;
  }
  .m-home-mv-cap-item + .m-home-mv-cap-item {
    margin-top: 4px;
  }
  .m-home-mv-en {
    margin-top: 20px;
    font-size: 8rem;
  }
  .m-home-mv-scroll {
    left: 24px;
    font-size: 1rem;
    padding-right: 40px;
  }
  .m-home-mv-scroll:before {
    width: 30px;
  }
  .m-home-livecamera {
    bottom: 86px;
    right: 10px;
    width: 75px;
  }
  .m-home-bnrs {
    position: relative;
    padding-bottom: 40px;
  }
  .m-home-bnrs__item {
    width: 220px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-home-bnrs__item[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .m-home-bnrs__item.slick-center, .m-home-bnrs__item[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-home-bnrs__item img {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .m-home-bnrs__item a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
  .m-home-bnrs__item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .m-home-bnrs__item.slick-active a {
    opacity: 1;
  }
  .m-home-bnrs__item.slick-active a:hover {
    opacity: 0.7;
  }
  .m-home-bnrs .m-slider-icon-prev,
  .m-home-bnrs .m-slider-icon-next {
    background-color: #323c46;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(calc(-50% - 20px));
            transform: translateY(calc(-50% - 20px));
    cursor: pointer;
    z-index: 10;
  }
  .m-home-bnrs .m-slider-icon-prev:before,
  .m-home-bnrs .m-slider-icon-next:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
  }
  .m-home-bnrs .m-slider-icon-prev {
    left: calc(50% - 125px);
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  }
  .m-home-bnrs .m-slider-icon-prev:before {
    left: 6px;
    border-left: solid 2px #fff;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
  .m-home-bnrs .m-slider-icon-next {
    right: calc(50% - 125px);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  }
  .m-home-bnrs .m-slider-icon-next:before {
    right: 6px;
    border-right: solid 2px #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  .m-home-bnrs .m-slider-dots {
    gap: 6px 10px;
  }
  .m-home-bnrs .m-slider-dots > li {
    width: 8px;
    height: 8px;
  }
  .m-home-col {
    display: block;
    margin-right: 0;
  }
  .m-home-col__item {
    margin-right: 0;
  }
  .m-home-col__item + .m-home-col__item {
    margin-top: 60px;
  }
  .m-home-news-heading,
  .m-home-event-heading {
    margin-bottom: 20px;
  }
  .m-home-news-heading-title .en,
  .m-home-event-heading-title .en {
    font-size: 3.5rem;
  }
  .m-home-news-btn,
  .m-home-event-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 16px;
  }
  .m-home-news-list__item + .m-home-news-list__item {
    margin-top: 20px;
  }
  .m-home-event-archives-item + .m-home-event-archives-item {
    margin-top: 20px;
  }
  .m-home-event-archives-list__item {
    display: block;
  }
  .m-home-event-archives-list__item .datetime {
    display: block;
    margin-right: 0;
  }
  .m-home-event-slides-thumbnail {
    padding: 10px 10px;
  }
  .m-home-event-slides-body {
    margin-top: 14px;
  }
  .m-home-event-slides-body .datetime {
    font-size: 1.4rem;
  }
  .m-home-event-slides-body .title {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .m-home-event-slides-icon {
    width: 32px;
    height: 32px;
  }
  .m-home-event-slides-icon.--prev {
    left: -16px;
  }
  .m-home-event-slides-icon.--next {
    right: -16px;
  }
  .m-home-sns {
    display: block;
    margin-right: 0;
  }
  .m-home-sns__item {
    margin-right: 0;
  }
  .m-home-sns__item + .m-home-sns__item {
    margin-top: 50px;
  }
  .m-home-sns-title {
    font-size: 2.5rem;
  }
  .m-home-sns-content {
    padding: 0;
  }
  .m-home-sns-instagram {
    height: 350px;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-home-sns-instagram-item {
    width: 90%;
    margin: 0 auto 15px;
  }
  .m-home-resorts-btns {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .m-home-resorts-btns__item a:before {
    border-bottom-width: 16px;
    border-left-width: 16px;
  }
  .m-home-resorts-btns__item .icon {
    width: 32px;
  }
  .m-home-resorts-btns-title .en {
    font-size: 1.7rem;
  }
  .m-home-resorts-btns-title .ja {
    font-size: 1.2rem;
  }
  .m-home-gallery {
    margin-left: -30px;
    margin-right: -30px;
  }
  .m-home-gallery-title .title {
    width: 100px;
  }
  .m-home-gallery-title .season {
    font-size: 4rem;
  }
  .m-home-gallery-item {
    display: block;
  }
  .m-home-gallery-item:before {
    height: calc(100% - 30px);
  }
  .m-home-gallery-item + .m-home-gallery-item {
    margin-top: 40px;
  }
  .m-home-gallery-item-image {
    position: relative;
    z-index: 1;
    width: calc(100% - 30px);
    margin-left: 0;
    margin-right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .m-home-gallery-item-content {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding: 40px 30px 50px;
  }
  .m-home-gallery-item-content:before {
    right: 0;
    width: 145px;
    height: 145px;
  }
  .m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-image {
    margin-left: auto;
    margin-right: 0;
  }
  .m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-content {
    padding: 40px 30px 50px;
  }
  .m-home-gallery-item:nth-of-type(odd) .m-home-gallery-item-content:before {
    right: auto;
    left: 0;
  }
  .m-home-movie {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-home-movie__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-home-movie__item + .m-home-movie__item {
    margin-top: 30px;
  }
  .m-home-movie__item:nth-of-type(1), .m-home-movie__item:nth-of-type(2) {
    display: block;
    width: auto;
  }
  .m-home-movie__item:nth-of-type(1) .m-home-movie-content, .m-home-movie__item:nth-of-type(2) .m-home-movie-content {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .m-home-movie-content {
    margin-right: 16px;
    width: 52.0634920635%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .m-home-movie-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 15px;
  }
  .m-home-movie-title:before {
    width: 10px;
    top: 6px;
  }
  .m-home-knowledge-content {
    width: auto;
    padding: 30px 0 0 30px;
  }
  .m-home-knowledge-image {
    left: -30px;
    width: 69.8412698413%;
  }
  .m-home-knowledge-image img {
    width: 100%;
  }
  .m-home-check {
    display: block;
    margin-right: 0;
  }
  .m-home-check__item {
    margin-right: 0;
  }
  .m-home-check__item + .m-home-check__item {
    margin-top: 40px;
  }
  .m-home-check__item a {
    padding: 5px;
  }
  .m-home-check__item a:before, .m-home-check__item a:after {
    width: 50px;
    height: 50px;
  }
  .m-home-informationBnr-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-home-informationBnr-contents {
    width: 100%;
    padding: 30px 20px;
  }
  .m-home-informationBnr-img {
    width: 100%;
  }
  .m-home-informationBnr-title {
    font-size: 2.4rem;
  }
  .m-home-informationBnr-title .small {
    font-size: 2rem;
  }
  .m-home-informationBnr-subTitle {
    font-size: 1.8rem;
    margin-top: 6px;
  }
  .m-home-informationBnr-subTitle .small {
    font-size: 1.6rem;
  }
  .m-home-informationBnr-text {
    margin-top: 20px;
  }
  .m-home-liveBnr {
    margin-top: 34px;
  }
  .m-home-liveBnr-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-home-liveBnr-link::before {
    font-size: 4.2rem;
    right: 38px;
  }
  .m-home-liveBnr-image {
    width: 100%;
    border-top: 5px solid #64c864;
    border-left: 5px solid #64c864;
    border-right: 5px solid #64c864;
    border-bottom: none;
  }
  .m-home-liveBnr-contents {
    width: 100%;
    padding: 32px 20px 32px 20px;
  }
  .m-home-liveBnr-title {
    font-size: 2.2rem;
  }
  .m-home-liveBnr-title .small {
    font-size: 1.8rem;
    padding-right: 6px;
  }
  .m-home-liveBnr-title::after {
    width: 36px;
    right: -42px;
  }
  .m-home-liveBnr-subTitle {
    font-size: 2rem;
    margin-top: 11px;
  }
  .m-home-liveBnr-subTitle .small {
    font-size: 1.6rem;
  }
  .m-home-liveBnr-text {
    margin-top: 18px;
  }
  .m-home-about-heading {
    display: block;
  }
  .m-home-about-heading-title {
    text-align: center;
  }
  .m-home-about-heading-title .en {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .m-home-about-heading-bnr {
    margin-top: 20px;
  }
  .m-home-about-heading-bnr img {
    width: 100%;
  }
  .m-home-about-heading-bnr:before {
    border-bottom-width: 16px;
    border-left-width: 16px;
  }
  .m-home-about-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -16px;
    margin-bottom: -20px;
  }
  .m-home-about-btns-image img {
    width: 100%;
  }
  .m-home-about-btns__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 20px;
  }
  .m-home-about-btns__item a:before {
    border-bottom-width: 16px;
    border-left-width: 16px;
  }
  .m-home-about-btns-title {
    font-size: 1.3rem;
  }
  .m-home-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }
  .m-home-links__item a .label {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  resorts
  ======================================================================= */
  .m-resorts-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-resorts-form input {
    padding: 8px 10px;
  }
  .m-resorts-category {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .m-resorts-category-link {
    padding: 20px 10px 26px;
  }
  .m-resorts-category-link .label {
    font-size: 1.8rem;
  }
  .m-resorts-category-link .icon {
    margin-top: 10px;
  }
  .m-resorts-category-link .icon img {
    width: 52px;
  }
  .m-resorts-category-link .decoration {
    right: 2px;
    font-size: 2.6rem;
  }
  .m-resorts-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
  .m-resorts-card-title {
    font-size: 1.8rem;
    margin-top: 18px;
  }
  .m-resorts-card-text {
    margin-top: 12px;
  }
  .m-resorts-card-btn {
    margin-top: 18px;
  }
  .m-resorts-cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-resorts-cat-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 10px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-resorts-cat-icon {
    width: 52px;
    height: 52px;
  }
  .m-resorts-cat-icon img {
    width: 32px;
  }
  .m-resorts-cat-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 18px;
    margin-top: -2px;
  }
  .m-resorts-cat-heading .en {
    font-size: 3.2rem;
  }
  .m-resorts-cat-heading .ja {
    font-size: 2rem;
    margin-top: 4px;
  }
  .m-resorts-cat-img {
    width: 100%;
  }
  .m-resorts-cat-img img {
    width: 100%;
  }
  .m-resorts-tag {
    padding: 32px 15px 32px;
  }
  .m-resorts-tag-heading {
    font-size: 1.6rem;
  }
  .m-resorts-tag-list {
    margin-top: 24px;
    gap: 10px 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .m-resorts-tag-link {
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 1.4rem;
  }
  .m-resorts-result {
    padding-bottom: 16px;
    -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;
  }
  .m-resorts-result-heading {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .m-resorts-result-text {
    margin-left: 0px;
    margin-top: 8px;
  }
  .m-resortsPost {
    background-color: #EFEFEA;
  }
  .m-resortsPost-mv-body {
    padding: 5px 15px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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;
  }
  .m-resortsPost-mv-heading {
    font-size: 2.2rem;
  }
  .m-resortsPost-mv-businessName {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  .m-resortsPost-article {
    margin-top: 32px;
    padding-bottom: 60px;
  }
  .m-resortsPost-article::before {
    display: none;
  }
  .m-resortsPost-article-inner {
    position: relative;
    background-color: #fff;
    padding: 32px 15px 40px;
  }
  .m-resortsPost-article-text p {
    line-height: 2.125;
  }
  .m-resortsPost-slide {
    width: 100%;
  }
  .m-resortsPost-slide-list {
    position: relative;
    width: 100%;
  }
  .m-resortsPost-slide-list-item {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 0;
  }
  .m-resortsPost-slide-list-item[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-resortsPost-slide-list-item.slick-center, .m-resortsPost-slide-list-item[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .m-resortsPost-slide-thumbnail {
    margin-top: 14px;
  }
  .m-resortsPost-slide-thumbnail-item {
    margin: 0 6px;
  }
  .m-resortsPost-slide-thumbnail-item.slick-current {
    opacity: 0.5 !important;
  }
  .m-resortsPost-slide-icon {
    width: 42px;
    height: 42px;
  }
  .m-resortsPost-slide-icon::before {
    width: 8px;
    height: 8px;
  }
  .m-resortsPost-slide-icon.--prev {
    left: -21px;
  }
  .m-resortsPost-slide-icon.--next {
    right: -21px;
  }
  .m-resortsPost-information dl dt {
    width: 28.3369803063%;
    padding: 8px 12px;
  }
  .m-resortsPost-information dl dd {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  Model Course
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  layout
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-model-course-recently {
    margin-left: 10px;
    margin-right: 10px;
  }
  .m-model-course-recently .m-model-course-item {
    margin-left: 0;
    margin-right: 0;
  }
  .m-model-course-recently .m-slider-icon-prev,
  .m-model-course-recently .m-slider-icon-next {
    width: 40px;
    height: 40px;
  }
  .m-model-course-recently .m-slider-icon-prev:before,
  .m-model-course-recently .m-slider-icon-next:before {
    width: 16px;
    height: 16px;
  }
  .m-model-course-recently .m-slider-icon-prev {
    left: -40px;
  }
  .m-model-course-recently .m-slider-icon-next {
    right: -40px;
  }
  .m-model-course-archives {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-model-course-archives .m-model-course-item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-model-course-archives .m-model-course-item + .m-model-course-item {
    margin-top: 24px;
  }
  .m-model-course-item a:before {
    border-bottom-width: 16px;
    border-left-width: 16px;
  }
  .m-model-course-item-content {
    padding: 20px;
  }
  .m-model-course-cat__item {
    font-size: 1.1rem;
  }
  .m-model-course-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -16px;
  }
  .m-model-course-nav__item {
    width: 50%;
    font-size: 1.3rem;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .m-model-course-nav__item:nth-of-type(odd) {
    border-left: solid 1px #323c46;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  detail
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-model-course-detail-mv {
    margin-top: -20px;
  }
  .m-model-course-detail-mv-content {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    padding: 30px 0 0 0;
  }
  .m-model-course-detail-mv-content .m-common-title {
    margin-left: 60px;
  }
  .m-model-course-detail-mv-content .m-common-title .en {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .m-model-course-detail-mv-content .m-common-title .ja {
    text-shadow: 0px 1px 3px rgb(0, 0, 0);
    color: #ffffff;
  }
  .m-model-course-detail-mv-image {
    position: absolute;
    right: -30px;
    top: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-right: 0;
  }
  .m-model-course-detail-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .m-model-course-detail-nav__item {
    width: 25%;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .m-model-course-detail-nav__item .text {
    font-size: 1.2rem;
  }
  .m-model-course-detail-schedules-item {
    display: block;
  }
  .m-model-course-detail-schedules-item:before {
    left: 50%;
  }
  .m-model-course-detail-schedules-item:nth-last-of-type(1) .m-model-course-detail-schedules-content {
    padding-bottom: 20px;
  }
  .m-model-course-detail-schedules-image {
    width: auto;
    padding-bottom: 100px;
  }
  .m-model-course-detail-schedules-image:before {
    display: none;
  }
  .m-model-course-detail-schedules-image:after {
    display: none;
  }
  .m-model-course-detail-schedules-image--none .m-model-course-detail-schedules-car {
    top: auto;
    bottom: 50px;
  }
  .m-model-course-detail-schedules-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-model-course-detail-schedules-icon .icon {
    width: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
  }
  .m-model-course-detail-schedules-icon .text {
    font-size: 2.4rem;
  }
  .m-model-course-detail-schedules-content {
    padding-left: 0;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
  .m-model-course-detail-schedules-car {
    bottom: 50px;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .m-model-course-detail-schedules-car .icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  gallery
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  gallery
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-gallery-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-gallery-nav__item {
    width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .m-gallery-nav__item a {
    height: 60px;
    padding: 20px;
    font-size: 1.4rem;
  }
  .m-gallery-nav__item a .icon {
    width: 48px;
  }
  .m-gallery-nav__item a:before {
    border-top-width: 12px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .m-gallery-archives {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -30px;
  }
  .m-gallery-archives__item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  knowledge
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-knowledge-index-mv {
    margin-top: -30px;
  }
  .m-knowledge-index-mv:after {
    left: 0px;
    width: calc(100% + 30px);
  }
  .m-knowledge-index-mv-title {
    margin-left: 45px;
  }
  .m-knowledge-index-mv-title .en {
    font-size: 5rem;
  }
  .m-knowledge-index-mv-title .ja {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .m-knowledge-index-mv-content {
    position: relative;
    left: auto;
    top: auto;
    padding: 30px 0 30px 15px;
  }
  .m-knowledge-index-mv-image {
    position: absolute;
    right: -30px;
    top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .m-knowledge-index-intro {
    position: relative;
    display: block;
  }
  .m-knowledge-index-intro + .m-knowledge-index-intro {
    margin-top: 50px;
  }
  .m-knowledge-index-intro-title {
    position: relative;
    left: auto;
    top: auto;
  }
  .m-knowledge-index-intro-image {
    margin-top: 10px;
    width: auto;
    margin-right: 0;
    padding: 10px;
  }
  .m-knowledge-index-intro:nth-of-type(even) .m-knowledge-index-intro-image {
    margin-left: 0;
  }
  .m-knowledge-index-intro-content {
    margin-top: 20px;
    padding: 20px;
  }
  .m-knowledge-index-song-list {
    display: block;
  }
  .m-knowledge-index-song-list__item + .m-knowledge-index-song-list__item {
    margin-top: 20px;
  }
  .m-knowledge-index-season {
    display: block;
  }
  .m-knowledge-index-season-image {
    margin-top: 20px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-knowledge-index-culture-bg {
    height: 200px;
    margin-bottom: 0;
  }
  .m-knowledge-index-culture-list {
    display: block;
    margin-right: 0;
  }
  .m-knowledge-index-culture-list__item {
    width: auto;
    margin-right: 0;
  }
  .m-knowledge-index-culture-list__item + .m-knowledge-index-culture-list__item {
    margin-top: 20px;
  }
  .m-knowledge-index-culture-farm-content {
    width: auto;
    margin-top: 20px;
    padding: 0;
  }
  .m-knowledge-index-culture-farm-images {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 20px;
  }
  .m-knowledge-index-culture-farm-image-s {
    margin-left: auto;
    width: auto;
    margin-top: 10px;
  }
  .m-knowledge-index-culture-farm-image-s > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .m-knowledge-index-culture-farm-image-s > * + * {
    margin-left: 10px;
  }
  .m-knowledge-index-sports-bg {
    height: 200px;
    margin-bottom: 0;
  }
  .m-knowledge-index-sports-col {
    display: block;
  }
  .m-knowledge-index-sports-col-image {
    margin-top: 20px;
    margin-right: 0;
    width: auto;
  }
  .m-knowledge-index-arishima-profile {
    display: block;
  }
  .m-knowledge-index-arishima-profile-image {
    width: auto;
    margin-right: 0;
  }
  .m-knowledge-index-arishima-profile-image img {
    width: 100%;
  }
  .m-knowledge-index-arishima-profile-content {
    margin-top: 20px;
  }
  .m-knowledge-index-arishima-images {
    display: block;
    margin-right: 0;
  }
  .m-knowledge-index-arishima-images__item {
    width: auto;
    margin-right: 0;
  }
  .m-knowledge-index-arishima-images__item img {
    width: 100%;
  }
  .m-knowledge-index-arishima-images__item + .m-knowledge-index-arishima-images__item {
    margin-top: 20px;
  }
  .m-knowledge-index-arishima-col {
    display: block;
  }
  .m-knowledge-index-arishima-col-image {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-knowledge-index-arishima-col-image img {
    width: 100%;
  }
  .m-knowledge-index-history-item {
    display: block;
  }
  .m-knowledge-index-history-item + .m-knowledge-index-history-item {
    margin-top: 40px;
    padding-top: 40px;
  }
  .m-knowledge-index-history-item-image {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-knowledge-index-history-item-image img {
    width: 100%;
  }
  .m-knowledge-index-bnrs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: 10px;
  }
  .m-knowledge-index-bnrs__item {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  access
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-knowledge-access-title {
    padding-bottom: 16px;
  }
  .m-knowledge-access-title .icon {
    width: 36px;
    margin-right: 10px;
  }
  .m-knowledge-access-route {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
  .m-knowledge-access-route__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-knowledge-access-route__item + .m-knowledge-access-route__item {
    margin-top: 30px;
  }
  .m-knowledge-access-route-title {
    padding-bottom: 12px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  rental
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-knowledge-rental-mv-image {
    position: absolute;
    right: -30px;
    top: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .m-knowledge-rental-mv-content {
    position: relative;
    left: auto;
    top: auto;
    padding: 30px 0 0 0;
  }
  .m-knowledge-rental-mv-content .m-common-title {
    margin-left: 60px;
  }
  .m-knowledge-rental-mv-content .m-common-title .en {
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  }
  .m-knowledge-rental-mv-content .m-common-title .en-sub,
  .m-knowledge-rental-mv-content .m-common-title .ja {
    color: #ffffff;
    text-shadow: 0px 1px 3px rgb(0, 0, 0);
  }
  .m-knowledge-rental-fee {
    display: block;
    margin-right: 0;
  }
  .m-knowledge-rental-fee__item {
    width: auto;
    margin-right: 0;
  }
  .m-knowledge-rental-fee__item + .m-knowledge-rental-fee__item {
    margin-top: 30px;
  }
  .m-knowledge-rental-fee-title {
    padding: 20px;
  }
  .m-knowledge-rental-fee-title .ja {
    font-size: 1.6rem;
  }
  .m-knowledge-rental-fee-title .en {
    font-size: 1.2rem;
  }
  .m-knowledge-rental-fee-child-title {
    font-size: 1.2rem;
  }
  .m-knowledge-rental-fee-child-title .time {
    width: 120px;
  }
  .m-knowledge-rental-fee-col {
    padding: 15px 10px;
    border-bottom: 1px #c8c8c8 solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-knowledge-rental-fee-col__time {
    width: 120px;
    font-size: 1.3rem;
  }
  .m-knowledge-rental-fee-col__price {
    font-size: 2rem;
  }
  .m-knowledge-rental-fee-col__price .small {
    font-size: 1.1rem;
  }
  .m-knowledge-rental-reception-title {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .m-knowledge-rental-reception-title .ja {
    font-size: 1.6rem;
  }
  .m-knowledge-rental-reception-title .en {
    margin-left: 0px;
    margin-top: 10px;
    display: block;
    font-size: 1.2rem;
  }
  .m-knowledge-rental-reception-col {
    padding: 20px 0;
    display: block;
  }
  .m-knowledge-rental-reception-col__title {
    width: auto;
  }
  .m-knowledge-rental-reception-col__content {
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  sightseeing
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-knowledge-sightseeing-list {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
  .m-knowledge-sightseeing-list__item {
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px;
    width: auto;
  }
  .m-knowledge-sightseeing-list__item + .m-knowledge-sightseeing-list__item {
    margin-top: 20px;
  }
  .m-knowledge-sightseeing-list-title .en {
    font-size: 2rem;
  }
  .m-knowledge-sightseeing-list-title .ja {
    font-size: 1.3rem;
  }
  .m-knowledge-sightseeing-list-content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-knowledge-sightseeing-list-content__image {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-knowledge-sightseeing-list-content__text a {
    font-size: 1.3rem;
  }
  .m-knowledge-sightseeing-link {
    display: block;
  }
  .m-knowledge-sightseeing-link-cat {
    padding: 10px 20px;
  }
  .m-knowledge-sightseeing-link-cat .ja {
    margin-left: 12px;
  }
  .m-knowledge-sightseeing-link__content {
    margin-top: 40px;
  }
  .m-knowledge-sightseeing-link__content a {
    font-size: 1.3rem;
  }
  .m-knowledge-sightseeing-link__content a .icon {
    margin-left: 12px;
  }
  .m-knowledge-sightseeing-link__image {
    margin-top: 20px;
    text-align: center;
  }
  .m-knowledge-sightseeing-link__image img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  about
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-index-logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-about-index-business {
    margin-top: 30px;
    display: block;
  }
  .m-about-index-business + .m-about-index-business {
    margin-top: 40px;
  }
  .m-about-index-business-title {
    width: auto;
    padding: 20px;
  }
  .m-about-index-business-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-about-index-btns {
    display: block;
  }
  .m-about-index-btns__item + .m-about-index-btns__item {
    margin-left: 0;
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  get-to-know
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-get-to-know-item {
    display: block;
  }
  .m-about-get-to-know-item + .m-about-get-to-know-item {
    margin-top: 30px;
  }
  .m-about-get-to-know-item__title {
    width: auto;
  }
  .m-about-get-to-know-item__text {
    margin-left: 0;
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  michinoeki
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-michinoeki-news {
    display: block;
  }
  .m-about-michinoeki-news__title {
    width: auto;
    margin-right: 0;
  }
  .m-about-michinoeki-news__content {
    margin-top: 20px;
  }
  .m-about-michinoeki-bnrs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-about-michinoeki-bnrs {
    width: 100%;
  }
  .m-about-michinoeki-bnrs__item {
    width: 100%;
  }
  .m-about-michinoeki-bnrs .m-about-michinoeki-access-map {
    padding-bottom: 73.9130434783%;
    height: auto;
    margin-top: 25px;
  }
  .m-about-michinoeki-shop {
    padding: 30px 40px;
    text-align: center;
  }
  .m-about-michinoeki-shop:before {
    right: 12px;
  }
  .m-about-michinoeki-btn {
    padding: 12px 40px;
  }
  .m-about-michinoeki-btn + .m-about-michinoeki-btn {
    margin-top: 20px;
  }
  .m-about-michinoeki-btn:before {
    right: 12px;
  }
  .m-about-michinoeki-btn .icon {
    left: 12px;
    width: 36px;
  }
  .m-about-michinoeki-btn .image {
    width: 48px;
    margin-right: 20px;
  }
  .m-about-michinoeki-btn .text .en {
    font-size: 2rem;
  }
  .m-about-michinoeki-col-item {
    display: block;
    margin-top: 40px;
  }
  .m-about-michinoeki-col-item__image {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    padding: 5px;
  }
  .m-about-michinoeki-col-item:nth-of-type(even) .m-about-michinoeki-col-item__image {
    margin-right: 0;
  }
  .m-about-michinoeki-col2 {
    display: block;
    margin-right: 0;
  }
  .m-about-michinoeki-col2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0;
  }
  .m-about-michinoeki-col2__item + .m-about-michinoeki-col2__item {
    margin-top: 20px;
  }
  .m-about-michinoeki-col2-image {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .m-about-michinoeki-pict {
    padding-left: 0;
    padding-right: 0;
  }
  .m-about-michinoeki-definition {
    padding: 12px 0;
  }
  .m-about-michinoeki-definition > dt {
    width: 100px;
  }
  .m-about-michinoeki-access {
    display: block;
    margin-right: 0;
  }
  .m-about-michinoeki-access__item {
    width: auto;
  }
  .m-about-michinoeki-access-map {
    height: 230px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  work
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-work-col {
    display: block;
  }
  .m-about-work-col__image {
    width: auto;
    text-align: center;
    margin-right: 0;
  }
  .m-about-work-col__content {
    margin-top: 20px;
  }
  .m-about-work-list {
    display: block;
  }
  .m-about-work-list__item + .m-about-work-list__item {
    margin-top: 0.5em;
  }
  .m-about-work-list li + li {
    margin-top: 0.5em;
  }
  .m-about-work-box {
    display: block;
  }
  .m-about-work-box-item {
    padding: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  livecamera
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-about-livecamera-video {
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  news
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  common
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-news-col {
    display: block;
  }
  .m-news-col__aside {
    width: auto;
    margin-right: 0;
    margin-top: 40px;
  }
  .m-news-aside-item + .m-news-aside-item {
    margin-top: 40px;
  }
  .m-news-aside-title {
    padding: 16px 8px;
    font-size: 1.6rem;
  }
  .m-news-aside-list {
    margin: 20px 8px 0;
    font-size: 1.4rem;
  }
  .m-news-heading {
    font-size: 1.2rem;
    margin-right: -10px;
    margin-bottom: 5px;
  }
  .m-news-heading > * {
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  archives
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-news-archives-item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-news-archives-item-image {
    width: auto;
    margin-right: 0;
  }
  .m-news-archives-item-image img {
    width: 100%;
  }
  .m-news-archives-item-content {
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  detail
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-news-article {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .m-news-article-title {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .m-news-article-body {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  hot-spring-pass
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-hot-spring-pass-title:before, .m-hot-spring-pass-title:after {
    width: 122px;
    height: 41px;
  }
  .m-hot-spring-pass-title:before {
    left: -70px;
    margin-left: 0;
    top: 0;
  }
  .m-hot-spring-pass-title:after {
    right: -70px;
    margin-right: 0;
    top: 20px;
  }
  .m-hot-spring-pass-bg {
    position: relative;
  }
  .m-hot-spring-pass-bg:before, .m-hot-spring-pass-bg:after {
    width: 122px;
  }
  .m-hot-spring-pass-bg:before {
    left: -20px;
    margin-left: 0;
  }
  .m-hot-spring-pass-bg:after {
    right: -20px;
    margin-right: 0;
  }
  .m-hot-spring-pass-about-title {
    position: relative;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    margin-bottom: -20px;
  }
  .m-hot-spring-pass-card {
    display: block;
    margin-right: 0;
    margin-top: 30px;
  }
  .m-hot-spring-pass-card__item {
    width: auto;
    margin-right: 0;
  }
  .m-hot-spring-pass-card__item + .m-hot-spring-pass-card__item {
    margin-top: 30px;
  }
  .m-hot-spring-pass-card__item--basic .m-hot-spring-pass-card-image {
    margin-left: -15%;
    margin-right: 0;
  }
  .m-hot-spring-pass-card-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-hot-spring-pass-shop {
    display: block;
    border-top: solid 1px #c8c8c8;
  }
  .m-hot-spring-pass-shop__item {
    border-bottom: solid 1px #c8c8c8;
    border-right: 0;
    padding: 20px 0;
  }
  .m-hot-spring-pass-shop__item:nth-of-type(3n - 2) {
    border-left: 0;
  }
  .m-hot-spring-pass-group + .m-hot-spring-pass-group {
    margin-top: 50px;
  }
  .m-hot-spring-pass-group-heading {
    display: block;
  }
  .m-hot-spring-pass-group-heading-title .icon {
    width: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .m-hot-spring-pass-group-heading-sticker {
    margin-top: 20px;
  }
  .m-hot-spring-pass-group-heading-sticker > * + * {
    margin-left: 10px;
  }
  .m-hot-spring-pass-group-heading-sticker .icon {
    width: 24px;
    margin-right: 10px;
  }
  .m-hot-spring-pass-group-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-hot-spring-pass-group-list__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .m-hot-spring-pass-group-list__item + .m-hot-spring-pass-group-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  sitemap
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-sitemap-col {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-sitemap-col__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-sitemap-col__item + .m-sitemap-col__item {
    margin-top: 30px;
  }
  .m-sitemap-title {
    font-size: 1.6rem;
  }
  .m-sitemap-title + .m-sitemap-title {
    margin-top: 30px;
  }
  .m-sitemap-list__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-school-mv {
    position: relative;
  }
  .m-school-mv-img {
    border-radius: 40px 0 0 0;
  }
  .m-school-mv-img picture {
    width: 100%;
  }
  .m-school-mv-img picture img {
    width: 100%;
  }
  .m-school-mv-body {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-school-mv-title {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 200px;
  }
  .m-school-mv-lead {
    right: 20px;
    bottom: 20px;
    gap: 7px;
  }
  .m-school-mv-lead .label {
    font-size: 2rem;
    padding: 7px 15px;
  }
  .m-school-nav {
    padding: 25px 0 20px;
  }
  .m-school-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .m-school-nav-list-item {
    padding-left: 20px;
  }
  .m-school-nav-list-item::before {
    top: 2px;
    left: 0px;
  }
  .m-school-nav-list-link {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 17px;
    text-decoration: none;
  }
  .m-school-nav-list-link::before {
    display: none;
  }
  .m-school-nav-list-link::after {
    display: none;
  }
  .m-school-about {
    padding: 50px 0 50px;
  }
  .m-school-about-h {
    font-size: 2.4rem;
    padding: 15px 20px;
  }
  .m-school-about-h::before {
    width: 30px;
    top: -10px;
  }
  .m-school-about-h::after {
    width: 30px;
    bottom: -10px;
  }
  .m-school-about-text {
    margin-top: 24px;
  }
  .m-school-about-text p {
    font-size: 1.4rem;
  }
  .m-school-about-bnr {
    width: 100%;
    margin: 40px auto 0;
  }
  .m-school-section {
    padding: 125px 0 50px;
    width: 100%;
    border-radius: 0 40px 0 40px;
  }
  .m-school-section.--not-head {
    padding: 50px 0 45px;
  }
  .m-school-section-head {
    width: 160px;
    top: -180px;
    left: -40px;
  }
  .m-school-section-h {
    font-size: 2.5rem;
    padding-left: 40px;
  }
  .m-school-section-h::before {
    width: 20px;
    height: 5px;
    top: 5px;
    left: 10px;
    border-radius: 5px;
  }
  .m-school-section-h02 {
    font-size: 2.2rem;
    padding-left: 44px;
  }
  .m-school-section-h02::before {
    width: 5px;
    height: 5px;
    top: 14px;
  }
  .m-school-section-h02::after {
    width: 30px;
    top: 16px;
    left: 7px;
  }
  .m-school-section-h03 {
    font-size: 2rem;
    padding: 0 25px;
  }
  .m-school-section-h03::before {
    width: calc(100% - 18px);
    left: 9px;
  }
  .m-school-section-h03 .label {
    padding: 0 10px;
  }
  .m-school-section-h03 .label::before, .m-school-section-h03 .label::after {
    width: 5px;
    height: 5px;
  }
  .m-school-section-h04 {
    max-width: 470px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
    padding: 10px 20px 10px 10px;
  }
  .m-school-section-h04 .icon {
    width: 40px;
  }
  .m-school-section-h04 .label {
    font-size: 1.7rem;
    margin-left: 10px;
  }
  .m-school-section-h05 {
    font-size: 4rem;
    line-height: 1.15;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 27px;
  }
  .m-school-section-h05::after {
    content: "";
    display: block;
    width: 30px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FA235A), color-stop(50%, #007DF0));
    background: linear-gradient(to right, #FA235A 50%, #007DF0 50%);
  }
  .m-school-section-about {
    border-radius: 0 30px 0 30px;
    padding: 40px 20px 30px;
  }
  .m-school-section-about::before, .m-school-section-about::after {
    width: 50px;
  }
  .m-school-section-about-decoration {
    font-size: 2rem;
  }
  .m-school-section-about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-school-section-about-img {
    width: 100%;
    margin-top: 30px;
  }
  .m-school-section-about-body {
    margin-left: 0;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-about-body-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-about-point {
    margin-right: 0;
    width: auto;
    margin-bottom: 12px;
  }
  .m-school-section-about-point .label {
    font-size: 1rem;
    padding-left: 0.1em;
  }
  .m-school-section-about-point .number {
    font-size: 3rem;
  }
  .m-school-section-about-h {
    font-size: 1.8rem;
  }
  .m-school-section-about-txt {
    line-height: 2;
    margin-top: 20px;
  }
  .m-school-section-about-btn {
    margin-top: 15px;
  }
  .m-school-section-about-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-about-step-item {
    padding: 30px 20px 25px;
  }
  .m-school-section-about-step-item::before {
    font-size: 2.2rem;
    top: 10px;
    left: 15px;
  }
  .m-school-section-about-step-item:not(:last-child)::after {
    width: 2px;
    height: 20px;
    left: 50%;
    top: calc(100% + 5px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .m-school-section-about-document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-about-document-img {
    width: 100%;
  }
  .m-school-section-about-document-body {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 0;
  }
  .m-school-section-about-document-txt {
    font-size: 1.4rem;
  }
  .m-school-section-about-document-btn {
    margin-top: 20px;
  }
  .m-school-section-about-document-btn-link {
    font-size: 1.6rem;
    width: 100%;
    height: 50px;
  }
  .m-school-section-about-document-btn-link::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
  .m-school-section-about-document-btn-link::after {
    width: 5px;
    height: 5px;
    top: 50%;
    right: 15px;
  }
  .m-school-section-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-access:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-school-section-access:nth-child(odd) .m-school-section-access-img img {
    border-radius: 30px 0 0 0;
  }
  .m-school-section-access-img {
    width: 100%;
    margin-top: 0;
  }
  .m-school-section-access-img img {
    border-radius: 0 30px 0 0;
  }
  .m-school-section-access-body {
    width: 100%;
    margin-top: 20px;
  }
  .m-school-section-access-list {
    gap: 15px;
  }
  .m-school-section-access-list-item {
    padding-bottom: 10px;
  }
  .m-school-section-access-list-item dt {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .m-school-section-access-list-item dd {
    line-height: 1;
    margin-left: auto;
    margin-top: 5px;
  }
  .m-school-section-access-list-item dd .label {
    font-size: 1.8rem;
  }
  .m-school-section-access-list-item dd .number {
    font-size: 2.5rem;
  }
  .m-school-section-access-list-item dd .label02 {
    font-size: 1.9rem;
  }
  .m-school-section-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    counter-reset: number;
  }
  .m-school-section-data-item::before, .m-school-section-data-item::after {
    width: 20px;
    height: 20px;
  }
  .m-school-section-data-head {
    min-height: 50px;
    padding: 15px 20px 15px 65px;
  }
  .m-school-section-data-head::before {
    font-size: 1.8rem;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 20px;
  }
  .m-school-section-data-h {
    font-size: 1.8rem;
  }
  .m-school-section-data-body {
    padding: 20px 20px 30px;
  }
  .m-school-section-data-txt {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .m-school-section-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .m-school-section-point-item {
    border-radius: 0 30px 0 30px;
    padding: 38px 20px;
  }
  .m-school-section-point-item::after {
    width: 40px;
    height: 36px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  .m-school-section-point-item:nth-child(3n-2)::after {
    background-color: #007DF0;
  }
  .m-school-section-point-item:nth-child(3n-2) .m-school-section-point-h::before {
    background-color: #007DF0;
  }
  .m-school-section-point-item:nth-child(3n-1)::after {
    background-color: #FA235A;
  }
  .m-school-section-point-item:nth-child(3n-1) .m-school-section-point-h::before {
    background-color: #FA235A;
  }
  .m-school-section-point-item:nth-child(3n)::after {
    background-color: #00C3CD;
  }
  .m-school-section-point-item:nth-child(3n) .m-school-section-point-h::before {
    background-color: #00C3CD;
  }
  .m-school-section-point-h {
    font-size: 1.8rem;
  }
  .m-school-section-point-h::before {
    width: 7px;
    height: 7px;
    left: 15px;
  }
  .m-school-section-point-thumb {
    max-width: 210px;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
  }
  .m-school-section-point-thumb .img {
    width: 100%;
  }
  .m-school-section-point-thumb .text {
    padding-bottom: 25px;
  }
  .m-school-section-point-txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .m-school-section-program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .m-school-section-program-h {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
    padding: 10px 20px 10px 10px;
  }
  .m-school-section-program-h .icon {
    width: 40px;
  }
  .m-school-section-program-h .label {
    font-size: 1.7rem;
    margin-left: 10px;
  }
  .m-school-section-program-txt {
    font-size: 1.4rem;
    margin-top: 18px;
  }
  .m-school-section-program-img {
    margin-top: 18px;
  }
  .m-school-section-program-img img {
    width: 1000%;
  }
  .m-school-section-program-voice {
    margin-top: 35px;
    padding: 35px 20px;
  }
  .m-school-section-program-voice-decoration {
    font-size: 4rem;
  }
  .m-school-section-program-voice-h {
    font-size: 1.4rem;
    padding-left: 18px;
  }
  .m-school-section-program-voice-h::before {
    width: 12px;
    height: 4px;
    top: 6px;
    left: 0;
  }
  .m-school-section-program-voice-person {
    margin-top: 16px;
  }
  .m-school-section-program-voice-person .icon {
    width: 50px;
    height: 50px;
  }
  .m-school-section-program-voice-person .icon img {
    width: 24px;
  }
  .m-school-section-program-voice-person .label {
    margin-left: 20px;
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .m-school-section-program-voice-txt {
    font-size: 1.2rem;
    margin-top: 15px;
  }
  .m-school-section-program02-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .m-school-section-program02-h {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%);
    padding: 10px 20px 10px 10px;
  }
  .m-school-section-program02-h .icon {
    width: 40px;
  }
  .m-school-section-program02-h .label {
    font-size: 1.7rem;
    margin-left: 10px;
  }
  .m-school-section-program02-txt {
    font-size: 1.4rem;
    margin-top: 18px;
  }
  .m-school-section-program02-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 20px;
  }
  .m-school-section-program02-img img {
    width: 100%;
  }
  .m-school-section-program02-voice {
    padding: 35px 20px;
    margin-top: 35px;
  }
  .m-school-section-faq {
    gap: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .m-school-section-faq-decoration {
    top: -0.89em;
    right: 20px;
    z-index: 5;
    font-size: 4rem;
  }
  .m-school-section-faq-item {
    border-radius: 10px 10px;
  }
  .m-school-section-faq-item[open] .summary::after {
    height: 0;
  }
  .m-school-section-faq-item .summary {
    min-height: 50px;
    font-size: 1.6rem;
    border-radius: 10px;
    padding: 20px 20px;
  }
  .m-school-section-faq-item .summary::before {
    width: 12px;
    height: 2px;
    right: 33px;
  }
  .m-school-section-faq-item .summary::after {
    width: 2px;
    height: 12px;
    top: 50%;
    right: 38px;
  }
  .m-school-section-faq-item .summary .label {
    padding: 0 40px 0 30px;
  }
  .m-school-section-faq-item .summary .label::before {
    font-size: 2.4rem;
    font-weight: 600;
    left: 0px;
    top: -6px;
  }
  .m-school-section-faq-item .summary .label::after {
    width: 38px;
    height: 38px;
  }
  .m-school-section-faq-item .panel {
    padding: 20px 20px 30px 50px;
    border-radius: 0 0 10px 10px;
  }
  .m-school-section-faq-item .panel::before {
    font-size: 2.4rem;
    left: 20px;
    top: 18px;
  }
  .m-school-section-faq-item .panel p {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
}
/* ---------------------------
p-wysiwyg
--------------------------- */
.wysiwyg p {
  line-height: 2.125;
}
.wysiwyg h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.5;
}
.wysiwyg h2::after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #64c864;
}
@media screen and (max-width: 767px) {
  .wysiwyg h2 {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
}
.wysiwyg h3 {
  border-top: 1px solid #64c864;
  border-bottom: 1px solid #64c864;
  text-align: center;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 10px 0;
}
.wysiwyg h3.wp-block-post-title {
  border-top: none;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .wysiwyg h3.wp-block-post-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg h3 {
    font-size: 1.5rem;
    padding: 8px 0;
  }
}
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wysiwyg h4,
  .wysiwyg h5,
  .wysiwyg h6 {
    font-size: 1.5rem;
  }
}
.wysiwyg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wysiwyg ul > li {
  position: relative;
  padding-left: 1.1em;
  line-height: 2.125;
}
.wysiwyg ul > li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #64c864;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .wysiwyg ul > li::before {
    width: 8px;
    height: 8px;
    top: 7px;
  }
}
.wysiwyg ol {
  counter-reset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wysiwyg ol > li {
  counter-increment: number;
  padding-left: 1.1em;
  position: relative;
  line-height: 2.125;
}
.wysiwyg ol > li::before {
  content: counter(number) ".";
  color: #64c864;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.wysiwyg .wp-block-post-template-is-layout-flow > li {
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.wysiwyg .wp-block-post-template-is-layout-flow > li::before {
  display: none;
}
.wysiwyg .wp-block-image.is-style-has-bracket {
  padding: 10px 10px;
  position: relative;
}
.wysiwyg .wp-block-image.is-style-has-bracket::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #64c864;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 10px, 10px 10px, 10px 100%, 0 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 10px, 10px 10px, 10px 100%, 0 100%, 0 0);
}
.wysiwyg .wp-block-image.is-style-has-bracket::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #64c864;
  -webkit-clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px, 70px 70px, 70px 0);
          clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px, 70px 70px, 70px 0);
}
@media screen and (max-width: 767px) {
  .wysiwyg .wp-block-image.is-style-has-bracket {
    padding: 5px 5px;
  }
  .wysiwyg .wp-block-image.is-style-has-bracket::before {
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 5px, 5px 5px, 5px 100%, 0 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 5px, 5px 5px, 5px 100%, 0 100%, 0 0);
  }
  .wysiwyg .wp-block-image.is-style-has-bracket::after {
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px, 45px 45px, 45px 0);
            clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 45px, 45px 45px, 45px 0);
  }
}
.wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: #64c864;
  color: #fff;
  border-radius: 2px;
  font-size: 1.4rem;
  padding: calc(0.667em + 2px) calc(2.333em + 2px);
  position: relative;
}
.wysiwyg .wp-block-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.wysiwyg .wp-block-table table thead {
  border-bottom: 1px solid #e5e5e5;
}
.wysiwyg .wp-block-table table thead tr {
  background-color: #EFEFEA;
}
.wysiwyg .wp-block-table th,
.wysiwyg .wp-block-table td {
  border-color: #EFEFEA;
  font-weight: bold;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10010;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button--close {
  width: 80px;
  height: 80px;
}
.pswp__button--close:before, .pswp__button--close:after {
  content: "";
  width: 2px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
}
.pswp__button--close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pswp__button--close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before {
  content: "";
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}

.pswp__button--arrow--right:before {
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}

/*
	2. Share modal/popup and links
 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 10050;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 10060;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
	3. Index indicator ("1 of X" counter)
 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
	4. Caption
 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #cccccc;
  font-weight: 400;
}

.pswp__caption__center {
  text-align: left;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 1.65;
  color: #ffffff;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
	5. Loading indicator (preloader)
	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(https://www.niseko-ta.jp/resources/css/skin/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	6. Additional styles
 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10011;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@media screen and (max-width: 767px) {
  .pswp__button--close {
    width: 40px;
    height: 40px;
  }
  .pswp__button--close:before, .pswp__button--close:after {
    height: 20px;
  }
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
  .pswp__button--arrow--left:before {
    width: 12px;
    height: 12px;
  }
  .pswp__button--arrow--right:before {
    width: 12px;
    height: 12px;
  }
  .pswp__caption small {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .pswp__caption__center {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}