@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 993px) {
  a:hover {
    opacity: 0.8;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .u-sp {
    display: block !important;
  }
}

.u-spM {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-spM {
    display: block !important;
  }
}

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

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

.u-over {
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .u-over:hover {
    opacity: 0.7;
  }
}

.u-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.u-fadeNext {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}
.u-fadeNext.is-fadeNext {
  opacity: 1;
  transform: translateY(0);
}

.u-imgCover {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.u-noLink {
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
.l-container.-md {
  padding-left: 188px;
  padding-right: 188px;
}
@media screen and (max-width: 767px) {
  .l-container.-md {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
.l-container.-sm {
  padding-left: 20.48%;
  padding-right: 20.48%;
}
@media screen and (min-width: 1200px) {
  .l-container.-sm {
    padding-left: 295px;
    padding-right: 295px;
  }
}
@media screen and (max-width: 992px) {
  .l-container.-sm {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
.l-container.-ssm {
  padding-left: 27.98%;
  padding-right: 27.98%;
}
@media screen and (min-width: 1200px) {
  .l-container.-ssm {
    padding-left: 403px;
    padding-right: 403px;
  }
}
@media screen and (max-width: 992px) {
  .l-container.-ssm {
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
@media screen and (max-width: 992px) {
  .l-container.-floor {
    padding-left: 0;
    padding-right: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px 10px;
  transition: ease 0.7s all;
}
@media screen and (max-width: 992px) {
  .header-area {
    padding: 13px 20px 10px;
  }
}
.header-name a {
  display: flex;
  align-items: center;
  margin-top: -5px;
}
.header-name img {
  width: 398.7px;
  margin-right: 13px;
}
@media screen and (max-width: 992px) {
  .header-name img {
    width: 75.466%;
  }
}
.header-company {
  font-size: 12px;
  padding-left: 20%;
  color: #595757;
}
@media screen and (max-width: 992px) {
  .header-company {
    font-size: 10px;
    padding-left: 15.5%;
  }
}
.header-ttl {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .header-ttl {
    font-size: 16px;
  }
}
.header-ttl span {
  font-size: 12px;
  font-family: "Zen Old Mincho";
}
@media screen and (max-width: 992px) {
  .header-ttl span {
    font-size: 10px;
  }
}
@media screen and (max-width: 992px) {
  .header-cols {
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 187px;
    height: fit-content;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    color: #fff;
    transform: translateX(100%);
    z-index: 998;
  }
}
@media screen and (max-width: 576px) {
  .header-cols {
    top: 80px;
  }
}
.header-cols.active {
  transform: translateX(0);
  right: 20px;
}
.header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .header-nav ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
}
.header-nav ul li.-insta img {
  width: 24px;
}
.header-nav ul li.-insta a::before {
  content: none;
}
@media screen and (max-width: 992px) {
  .header-nav ul li {
    width: 100%;
    position: relative;
    padding: 0.8em 0;
    margin-left: 0.8em;
  }
  .header-nav ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 0.5px;
    background-color: #fff;
  }
  .header-nav ul li:last-of-type::before, .header-nav ul li:nth-of-type(8)::before {
    content: none;
  }
}
.header-nav ul li a {
  font-size: 14px;
  display: block;
  transition: all 0.3s;
}
.header-nav ul li a.u-noLink {
  opacity: 0.5;
}
@media screen and (min-width: 993px) {
  .header-nav ul li a:hover {
    opacity: 1;
    text-shadow: 0.5px 0.5px 15px hsl(0, 0%, 100%), 0.5px 0.5px 7px #AA8420, 0.5px 0.5px 7px #AA8420, 0.5px 0.5px 15px #AA8420;
  }
}
@media screen and (max-width: 992px) {
  .header-nav ul li a {
    position: relative;
  }
  .header-nav ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-image: url(../img/common/nav-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.header-nav ul li.-contact a {
  letter-spacing: 0.05em;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (min-width: 993px) {
  .header-nav ul li.-contact a {
    padding: 0.3em 2em;
    border: 1px solid #AA8420;
    border-radius: 20px;
    background-color: #AA8420;
    color: #fff;
  }
  .header-nav ul li.-contact a:hover {
    background-color: #fff;
    color: #AA8420;
    border: 1px solid #AA8420;
    text-shadow: none;
  }
}
.header-nav ul li.-search button {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (min-width: 993px) {
  .header-nav ul li.-search button {
    padding: 0.2em 0.7em;
    border: 1px solid #AA8420;
    border-radius: 20px;
    background-color: #fff;
    color: #AA8420;
  }
  .header-nav ul li.-search button:hover {
    background-color: #AA8420;
    border: 1px solid #AA8420;
    color: #fff;
  }
  .header-nav ul li.-search button:hover i {
    background-image: url(../img/common/search-icon-wt.svg);
  }
}
.header-nav ul li.-search i {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/search-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .header-nav ul li.-search i {
    background-image: url(../img/common/search-icon-wt.svg);
  }
}

.home .header-area.active,
.facility .header-area.active,
.course .header-area.active,
.post-type-archive-news .header-area.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.home .header-company,
.facility .header-company,
.course .header-company,
.post-type-archive-news .header-company {
  color: #fff;
}

.home .header-nav,
.facility .header-nav,
.course .header-nav,
.post-type-archive-news .header-nav {
  color: #fff;
}

@media screen and (min-width: 993px) {
  .home .header-nav ul li.-contact a:hover,
  .facility .header-nav ul li.-contact a:hover,
  .course .header-nav ul li.-contact a:hover,
  .post-type-archive-news .header-nav ul li.-contact a:hover {
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 993px) {
  .home .header-nav ul li.-search button,
  .facility .header-nav ul li.-search button,
  .course .header-nav ul li.-search button,
  .post-type-archive-news .header-nav ul li.-search button {
    border: 1px solid #fff;
  }
  .home .header-nav ul li.-search button:hover,
  .facility .header-nav ul li.-search button:hover,
  .course .header-nav ul li.-search button:hover,
  .post-type-archive-news .header-nav ul li.-search button:hover {
    border: 1px solid #AA8420;
  }
}

.footer {
  background-color: #AA8420;
  color: #fff;
  padding: 80px 0 70px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 50px 0 20px;
  }
}
.footer-cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer-cols {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .footer-left {
    margin-bottom: 20px;
  }
}
.footer-left__name {
  width: 395px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .footer-left__name {
    font-size: 22px;
  }
}
.footer-left__company {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.footer-left__address {
  font-size: 12px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-bottom: 20px;
  position: relative;
}
.footer-left__address::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .footer-left__address::before {
    left: 0;
  }
}
.footer-left__tel {
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .footer-left__tel {
    text-align: center;
  }
}
.footer-right__items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .footer-right__items {
    align-items: center;
    gap: 20px;
    padding-top: 20px;
    position: relative;
  }
}
.footer-right__sns {
  margin-bottom: 20px;
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 992px) {
  .footer-right__sns {
    margin-bottom: 0;
  }
}
.footer-right__x {
  width: 18px;
}
.footer-right__insta {
  width: 18px;
}
.footer-right__link {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer-right__link {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.footer-right__link p {
  font-size: 13px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .footer-right__link p {
    margin-bottom: 20px;
  }
}
.footer-right small {
  font-size: 12px;
  text-align: right;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 992px) {
  .footer-right small {
    font-size: 12px;
    text-align: center;
  }
}
.footer-nav {
  margin-bottom: 10px;
}
@media screen and (min-width: 993px) {
  .footer-nav {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .footer-nav {
    margin-bottom: 0;
  }
}
.footer-nav__items {
  display: flex;
  gap: 60px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .footer-nav__items {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.footer-nav__item a {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.03em;
}
.p-post__link {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-post__link {
    flex-direction: column;
    align-items: center;
  }
}
.p-post__img img {
  border-radius: 6px;
  max-width: 140px;
}
@media screen and (max-width: 767px) {
  .p-post__img img {
    max-width: 335px;
    width: 100%;
  }
}
.p-post__info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.p-post__category {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  width: 100px;
  border: 0.65px solid #000;
  border-radius: 6px;
  padding: 0.2em 0;
}
.p-post__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contact-list {
  width: 60%;
}
@media screen and (max-width: 992px) {
  .contact-list {
    padding: 0;
    width: 100%;
  }
}
.contact-list__item {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact-list__item {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 993px) {
  .contact-list__item.-flex {
    display: flex;
    justify-content: space-between;
    gap: 32px;
  }
}
.contact-list__item.-sh {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-list__item.-sh {
    margin-bottom: 25px;
  }
}
.contact-list__item.-txt {
  margin-bottom: 70px;
}
.contact-list__cols {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .contact-list__cols:first-of-type {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-list__cols:first-of-type {
    margin-bottom: 25px;
  }
}
.contact-list__submit {
  text-align: center;
}
@media screen and (min-width: 993px) {
  .contact-list__submit {
    text-align: left;
  }
}
.contact-list__submit input[type=submit] {
  width: 230px;
  font-size: 20px;
  font-weight: bold;
  color: #AA8420;
  padding: 0.8em 0;
  background-color: #fff;
  border: 1px solid #AA8420;
  border-radius: 6px;
  text-align: center;
}
.contact-label label {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-label label {
    font-size: 14px;
  }
}
.contact-label.-must label {
  padding-right: 4em;
  position: relative;
}
.contact-label.-must label::before {
  content: "※必須";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3em;
  font-size: 16px;
  color: #EC0000;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contact-label.-must label::before {
    font-size: 14px;
  }
}
.contact-label p {
  color: #666666;
  margin-bottom: 8px;
}
.contact-input.-phone {
  width: 50%;
}
.contact-input.-time {
  position: relative;
}
.contact-input.-time::before {
  content: "時間";
  position: absolute;
  bottom: 5px;
  right: 10%;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-input.-time::before {
    font-size: 14px;
  }
}
.contact-input.-date {
  width: 30%;
}
.contact-input.-number {
  width: 30%;
  position: relative;
}
.contact-input.-number::before {
  content: "名";
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact-input.-number::before {
    font-size: 14px;
  }
}
.contact-input input,
.contact-input textarea {
  padding: 0.5em;
  border: 1px solid #9FA0A0;
  border-radius: 6px;
  background-color: #fff;
}
.contact-input input[type=text],
.contact-input input[type=email],
.contact-input input[type=number] {
  width: 100%;
}
.contact-input input[type=radio].input-radio {
  display: none;
}
.contact-input .input-radio + span {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}
.contact-input .input-radio + span::before,
.contact-input .input-radio + span::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}
.contact-input .input-radio + span::before {
  border: 1px solid #000;
  background-color: #fff;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 992px) {
  .contact-input .input-radio + span::before {
    top: 0;
  }
}
.contact-input .input-radio + span::after {
  background-color: #0017C1;
  left: 4px;
  top: 6px;
  width: 14px;
  height: 14px;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .contact-input .input-radio + span::after {
    top: 4px;
  }
}
.contact-input .input-radio:checked + span::before {
  border: 1px solid #0017C1;
}
.contact-input .input-radio:checked + span:after {
  opacity: 1;
}
.contact-input textarea {
  width: 100%;
}

.access {
  padding: 115px 0 200px;
}
@media screen and (max-width: 992px) {
  .access {
    padding: 50px 0;
  }
}
.access-ttl {
  font-size: 160px;
  font-family: "Zen Old Mincho";
  color: #AA8420;
  opacity: 0.2;
  letter-spacing: 5px;
  line-height: 1.25;
}
@media screen and (max-width: 992px) {
  .access-ttl {
    font-size: 70px;
  }
}
.access-sub {
  font-size: 28.8px;
  color: #AA8420;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .access-sub {
    font-size: 20px;
  }
}
.access-address {
  font-weight: bold;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .access-address {
    font-size: 18px;
  }
}
.access-address span {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .access-address span {
    font-size: 14px;
  }
}
.access-map iframe {
  width: 100%;
  height: 390px;
}
.access-area {
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .access-area {
    margin-top: 0;
  }
}
.access-cols {
  display: flex;
}
@media screen and (max-width: 992px) {
  .access-cols {
    flex-direction: column;
  }
}
.access-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  padding-top: 25px;
}
@media screen and (max-width: 992px) {
  .access-col {
    width: 100%;
    flex-direction: row;
    text-align: left;
    gap: 35px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 576px) {
  .access-col {
    gap: 20px;
  }
}
.access-col::before, .access-col::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #AA8420;
}
@media screen and (max-width: 992px) {
  .access-col::before, .access-col::after {
    height: 1px;
    width: 100%;
  }
}
.access-col::before {
  left: 0;
}
@media screen and (max-width: 992px) {
  .access-col::before {
    bottom: 0;
    top: initial;
  }
}
@media screen and (max-width: 992px) {
  .access-col:last-of-type::before {
    content: none;
  }
}
.access-col::after {
  right: -1px;
}
@media screen and (max-width: 992px) {
  .access-col::after {
    content: none;
  }
}
.access-col img {
  width: 80px;
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  .access-col img {
    width: 60px;
    margin-bottom: 0;
  }
}
.access-col__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.access-col__ttl {
  font-size: 20px;
  line-height: 1.3;
  color: #AA8420;
  height: 80px;
  font-weight: 500;
}
.access-col__ttl span {
  color: #000;
  font-weight: normal;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .access-col__ttl {
    height: initial;
    margin-bottom: 10px;
  }
}
.access-col__txt {
  margin-bottom: 15px;
}
.access-col__txt span {
  font-weight: bold;
}
.access-col__txt span.-md {
  font-size: 20px;
  display: inline-block;
}

.p-kv {
  position: relative;
}
.p-kv::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 13%;
  z-index: 1;
  background-image: url(../img/common/wave-wt.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .p-kv::before {
    height: 5.5%;
  }
}
.p-kv.-glay::before {
  background-image: url(../img/common/wave-gl.svg);
}
.p-kv__main {
  position: relative;
}
.p-kv__main img {
  width: 100%;
}
.p-kv__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(172, 172, 172, 0.3) 95%);
}
.p-kv__main.-co::before {
  content: none;
}
.p-kv__txt {
  position: absolute;
  top: 25%;
  left: 6.25%;
  color: #fff;
}
.p-kv__txt.-contact {
  color: #AA8420;
}
.p-kv__txt.-sitemap {
  position: initial;
  margin-left: 6.25%;
  color: #AA8420;
}
.p-kv__txt h2 {
  font-size: 90px;
  font-family: "Zen Old Mincho";
  letter-spacing: 4%;
}
@media screen and (max-width: 767px) {
  .p-kv__txt h2 {
    font-size: 45px;
  }
}
.p-kv__txt span {
  font-size: 32px;
  letter-spacing: 9px;
}
@media screen and (max-width: 767px) {
  .p-kv__txt span {
    font-size: 16px;
  }
}

.sitemap .p-kv__inner {
  padding: 150px 0;
}
@media screen and (max-width: 992px) {
  .sitemap .p-kv__inner {
    padding: 100px 0;
  }
}
.sitemap .p-kv::before {
  content: none;
}

.l-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 45px;
  background-color: #AA8420;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-weight: bold;
  border-radius: 23px;
  text-align: center;
  border: 1px solid #AA8420;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-btn a:hover {
    background-color: #fff;
    color: #AA8420;
  }
  .l-btn a:hover i {
    background-image: url(../img/common/arrow-oc.svg);
  }
}
.l-btn a i {
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/arrow-wt.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.pagetop {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 99;
  /*   デフォルトは非表示 */
  opacity: 0;
}
@media screen and (min-width: 993px) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.hamburger-area {
  width: 34px;
  height: 100%;
  z-index: 999;
}
.hamburger-area .hamburger {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 50%;
}
.hamburger-area .hamburger span {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.hamburger-area .hamburger span:first-of-type {
  top: calc(50% + 5px);
}
.hamburger-area .hamburger span:nth-of-type(3) {
  top: calc(50% - 5px);
}
.hamburger-area .hamburger.active span:first-of-type {
  transform: rotate(45deg);
  top: 50%;
  left: calc(50% - 6px);
}
.hamburger-area .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-area .hamburger.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
  left: calc(50% - 6px);
}

.home-slider {
  height: 69vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .home-slider {
    height: 216vw;
  }
}

.slick-img img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.search-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.search-area__box {
  background-color: #fff;
  border-radius: 8px;
  margin: 10% auto;
  width: 90%;
  max-width: 634px;
  position: relative;
  padding: 45px 0;
}
.search-area__close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.search-area__close img {
  width: 20px;
}
.search-area__ttl {
  font-size: 20px;
  text-align: center;
  color: #AA8420;
  margin-bottom: 20px;
}
.search-area form {
  border: 1px solid #9FA0A0;
  border-radius: 35px;
  width: 65.6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0.8em 1em;
}
@media screen and (max-width: 767px) {
  .search-area form {
    width: 85%;
  }
}
.search-area form input {
  width: 80%;
}
.search-area form button {
  background-color: #AA8420;
  padding: 0.5em 0.8em;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}
.search-area form button i {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-image: url(../img/common/search-icon-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.u-fade {
  opacity: 0;
  transform: translateY(10vw);
  transition: opacity 1s, transform 1s;
}
.u-fade.is-fade {
  opacity: 1;
  transform: translateY(0);
}

.home .hamburger,
.facility .hamburger,
.course .hamburger,
.news .hamburger {
  background-color: initial;
  border: 1px solid #fff;
}
.home .hamburger span,
.facility .hamburger span,
.course .hamburger span,
.news .hamburger span {
  background-color: #fff;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 40px 20px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: #fff;
  text-align: left;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: -35px;
  right: 0;
  display: block;
  overflow: visible;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before,
.remodal-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "＜";
}
[dir=rtl] .slick-prev:before {
  content: "＞";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "＞";
}
[dir=rtl] .slick-next:before {
  content: "＜";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.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;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-se__cols {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 992px) {
  .home-se__cols {
    gap: 25px;
    flex-direction: column;
  }
}
.home-se__col {
  width: 73.5%;
}
@media screen and (max-width: 992px) {
  .home-se__col {
    width: 100%;
  }
}
.home-se__ttl {
  font-size: 160px;
  font-family: "Zen Old Mincho";
  color: #AA8420;
  opacity: 0.2;
  letter-spacing: 5px;
}
@media screen and (max-width: 992px) {
  .home-se__ttl {
    font-size: 70px;
  }
}
.home-se__sub {
  font-size: 32px;
  color: #AA8420;
  letter-spacing: 20px;
  font-weight: 600;
  padding-bottom: 37.5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-se__sub {
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.home-se__sub::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31.5px;
  height: 1px;
  background-color: #AA8420;
}
.home-se__txt {
  line-height: 2.5;
  padding-top: 37.5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-se__txt {
    margin-bottom: 20px;
  }
}
.home-se__main img {
  border-radius: 16px;
}
.home-kv {
  position: relative;
  overflow: hidden;
}
.home-kv .home-slider {
  position: relative;
}
.home-kv .home-slider::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 27%;
  z-index: 1;
  background-image: url(../img/common/wave-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .home-kv .home-slider::before {
    height: 9%;
  }
}
.home-kv .home-slider__item {
  position: relative;
}
.home-kv .home-slider__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(172, 172, 172, 0.3) 95%);
}
.home-kv__txt {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .home-kv__txt {
    top: 25%;
    left: 5%;
    text-align: left;
    transform: translateX(0);
  }
}
.home-kv__txt h2 {
  font-size: 36px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
  color: transparent;
}
.home-kv__txt h2::before {
  background-color: #AA8420;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
}
.home-kv__txt h2.is-fade {
  color: #fff;
}
.home-kv__txt h2.is-fade::before {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}
@media screen and (max-width: 992px) {
  .home-kv__txt h2 {
    font-size: 20px;
  }
}
.home-kv__txt p {
  overflow: hidden;
  position: relative;
  color: transparent;
  width: fit-content;
  margin: 0 auto 10px;
}
.home-kv__txt p::before {
  background-color: #AA8420;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(101%, 0);
}
.home-kv__txt p.is-fade {
  color: #fff;
}
.home-kv__txt p.is-fade.-n1 {
  transition: color 0ms 850ms;
}
.home-kv__txt p.is-fade.-n1::before {
  animation: mask-bg 1.2s 0.4s cubic-bezier(0.8, 0, 0.17, 1);
}
.home-kv__txt p.is-fade.-n2 {
  transition: color 0ms 1050ms;
}
.home-kv__txt p.is-fade.-n2::before {
  animation: mask-bg 1.2s 0.6s cubic-bezier(0.8, 0, 0.17, 1);
}
.home-kv__txt p.is-fade.-n3 {
  transition: color 0ms 1250ms;
}
.home-kv__txt p.is-fade.-n3::before {
  animation: mask-bg 1.2s 0.8s cubic-bezier(0.8, 0, 0.17, 1);
}
.home-kv__txt p.is-fade.-n4 {
  transition: color 0ms 1450ms;
}
.home-kv__txt p.is-fade.-n4::before {
  animation: mask-bg 1.2s 1s cubic-bezier(0.8, 0, 0.17, 1);
}
@media screen and (max-width: 992px) {
  .home-kv__txt p {
    font-size: 16px;
    margin: 0 auto 5px 0;
  }
}
@media screen and (max-width: 576px) {
  .home-kv__txt p {
    font-size: 15px;
  }
}
.home-kv__scrollber {
  position: absolute;
  bottom: 21.3%;
  left: 8%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .home-kv__scrollber {
    bottom: 5.5%;
  }
}
.home-kv__scrollber span {
  font-size: 12px;
  color: #AA8420;
  font-family: "Zen Old Mincho";
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
}
.home-kv__scrollber span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 95.5px;
  background-color: #AA8420;
}
.home-facility {
  padding: 0 0 100px;
}
@media screen and (max-width: 992px) {
  .home-facility {
    padding: 30px 0 50px;
  }
}
.home-facility__cols {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .home-facility__cols {
    margin-bottom: 30px;
  }
}
.home-facility__main {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .home-facility__main {
    margin-top: 0;
    text-align: right;
  }
  .home-facility__main img {
    width: 71.2%;
  }
}
.home-facility__image {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 992px) {
  .home-facility__image {
    flex-direction: column;
    gap: 30px;
  }
}
@media screen and (min-width: 993px) {
  .home-facility__img {
    text-align: center;
  }
}
.home-facility__img img {
  border-radius: 16px;
}
.home-facility__img:first-of-type img {
  width: 58.8%;
}
@media screen and (max-width: 992px) {
  .home-facility__img:first-of-type img {
    width: 42.666%;
    text-align: left;
  }
}
.home-facility__img:nth-of-type(2) {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .home-facility__img:nth-of-type(2) {
    margin-top: 0;
    text-align: right;
  }
}
.home-facility__img:nth-of-type(2) img {
  width: 87.89%;
}
@media screen and (max-width: 992px) {
  .home-facility__img:nth-of-type(2) img {
    width: 55.466%;
    margin-right: 30px;
  }
}
.home-programs {
  padding-top: 245px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-programs {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .home-programs {
    padding-top: 90px;
  }
}
.home-programs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 245px;
  z-index: 1;
  background-image: url(../img/common/wave-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 992px) {
  .home-programs::before {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .home-programs::before {
    height: 90px;
  }
}
.home-programs__inner {
  padding: 60px 0 100px;
  background-color: #F9F6F0;
}
.home-programs__ttl {
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .home-programs__ttl {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.home-programs__cols {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .home-programs__cols {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  .home-programs__main {
    text-align: left;
  }
  .home-programs__main img {
    width: 71.2%;
  }
}
.home-programs__image {
  display: flex;
  justify-content: end;
  gap: 70px;
}
@media screen and (max-width: 992px) {
  .home-programs__image {
    flex-direction: column-reverse;
    justify-content: initial;
    gap: 30px;
  }
}
.home-programs__img {
  width: 32.73%;
}
@media screen and (max-width: 992px) {
  .home-programs__img {
    width: 100%;
  }
}
.home-programs__img img {
  border-radius: 16px;
}
.home-programs__img:first-of-type {
  margin-top: 107px;
}
@media screen and (max-width: 992px) {
  .home-programs__img:first-of-type {
    margin-top: 0;
    text-align: center;
  }
  .home-programs__img:first-of-type img {
    width: 61.6%;
  }
}
.home-programs__img:nth-of-type(2) {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .home-programs__img:nth-of-type(2) img {
    width: 46.133%;
  }
}
.home-news {
  padding: 115px 0 100px;
}
@media screen and (max-width: 992px) {
  .home-news {
    padding: 50px 0;
  }
}
.home-news__cols {
  gap: 0;
}
.home-news__col {
  padding-right: 6.25%;
  width: initial;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-news__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.home-news__col::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.65px;
  height: 100%;
  background-color: #9FA0A0;
}
@media screen and (max-width: 992px) {
  .home-news__col::before {
    content: none;
  }
}
.home-news__sub {
  margin-bottom: 37.5px;
}
@media screen and (max-width: 992px) {
  .home-news__sub {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home-news__sub::before {
    top: calc(50% - 1px);
    left: initial;
    right: -30px;
  }
}
.home-news__items {
  margin-left: 6.25%;
}
@media screen and (max-width: 992px) {
  .home-news__items {
    margin-left: 0;
  }
}
.home-news__item {
  margin-bottom: 40px;
}
.home-news__item:last-of-type {
  margin-bottom: 0;
}
.home-info {
  padding: 115px 0 100px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 992px) {
  .home-info {
    padding: 50px 0;
  }
}
.home-info__ttl {
  font-size: 28.8px;
  font-weight: 500;
  color: #AA8420;
}
@media screen and (max-width: 992px) {
  .home-info__ttl {
    font-size: 20px;
    text-align: center;
  }
}
.home-info__area {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .home-info__area {
    flex-direction: column;
  }
}
.home-info__box ul {
  display: flex;
  padding: 25px 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  .home-info__box ul {
    flex-direction: column;
  }
}
.home-info__box ul::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9FA0A0;
}
.home-info__box ul:last-of-type::before {
  content: none;
}
@media screen and (max-width: 992px) {
  .home-info__box ul.-time {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .home-info__box ul.-close li {
    width: fit-content;
    margin: 0 auto 10px;
  }
}
.home-info__box li {
  line-height: 1.75;
}
.home-info__box li span {
  font-weight: bold;
}
.home-info__box li span.-sm {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
}
.home-info__box li.-ttl {
  width: 11em;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .home-info__box li.-ttl {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.home-info__box li.-ttl span {
  font-weight: normal;
}
.home-info__price {
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .home-info__price {
    text-align: center;
  }
}
.home-info__note {
  font-size: 12px;
  text-align: justify;
}
.home-info__note.-ind {
  margin-left: 2em;
  text-indent: -2em;
  padding-left: 2em;
}
.home-info__img {
  width: 40.46%;
}
@media screen and (max-width: 992px) {
  .home-info__img {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}
.home-info__img img {
  border-radius: 16px;
}

@keyframes mask-bg {
  0% {
    transform: translate(-100%, 0);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.facility {
  background-color: #F9F6F0;
}
.facility-seTtl {
  font-size: 64px;
  font-family: "Zen Old Mincho";
  letter-spacing: 5px;
  color: #AA8420;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .facility-seTtl {
    font-size: 36px;
  }
}
.facility-seSub {
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
  color: #AA8420;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .facility-seSub {
    font-size: 20px;
  }
}
.facility-floor {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .facility-floor {
    margin-top: 0;
    padding: 50px 0;
  }
  .facility-floor img {
    width: 100%;
  }
}
.facility-floor__box {
  text-align: center;
  margin-bottom: 50px;
}
.facility-floor__map {
  position: relative;
}
.facility-floor__map a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.facility-floor__map a.-info {
  margin: 0% 0 0 41%;
  padding: 4% 0 0 16%;
}
@media screen and (max-width: 992px) {
  .facility-floor__map a.-info {
    margin: 0% 0 0 9%;
    padding: 10% 0 0 40%;
  }
}
.facility-floor__map a.-prologue {
  margin: 0% 0 0 61%;
  padding: 4% 0 0 17%;
}
@media screen and (max-width: 992px) {
  .facility-floor__map a.-prologue {
    margin: 0% 0 0 57%;
    padding: 10% 0 0 27%;
  }
}
.facility-floor__map a.-world {
  margin: 41% 0 0 54%;
  padding: 5% 0 0 17%;
}
@media screen and (max-width: 992px) {
  .facility-floor__map a.-world {
    margin: 54% 0 0 26%;
    padding: 11% 0 0 22%;
  }
}
.facility-floor__map a.-ruins {
  margin: 41% 0 0 72%;
  padding: 5% 0 0 19%;
}
@media screen and (max-width: 992px) {
  .facility-floor__map a.-ruins {
    margin: 54% 0 0 49%;
    padding: 11% 0 0 47%;
  }
}
.facility-floor__map a.-souvenir {
  margin: 41% 0 0 10%;
  padding: 5% 0 0 17%;
}
@media screen and (max-width: 992px) {
  .facility-floor__map a.-souvenir {
    margin: 43% 0 0 5%;
    padding: 11% 0 0 25%;
  }
}
.facility-exhibition {
  position: relative;
}
@media screen and (max-width: 992px) {
  .facility-exhibition {
    padding-top: 0;
  }
}
.facility-exhibition img {
  border-radius: 8px;
}
@media screen and (max-width: 992px) {
  .facility-exhibition img {
    border-radius: 8px;
  }
}
.facility-exhibition__box {
  padding: 200px 0 0;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box {
    padding: 50px 0;
  }
}
.facility-exhibition__box:first-of-type {
  padding: 200px 0 0;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box:first-of-type {
    padding: 50px 0;
  }
}
.facility-exhibition__box:last-of-type {
  padding: 200px 0 0;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box:last-of-type {
    padding: 50px 0 0;
  }
}
.facility-exhibition__box:nth-child(even) .facility-exhibition__cols {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box:nth-child(even) .facility-exhibition__cols {
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box:nth-child(even) .facility-exhibition__image2 {
    align-self: flex-end;
  }
}
.facility-exhibition__box:nth-child(even) .facility-exhibition__bottom {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__box:nth-child(even) .facility-exhibition__bottom {
    flex-direction: column;
  }
}
.facility-exhibition__cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__cols {
    flex-direction: column;
  }
}
.facility-exhibition__txt {
  width: 29.229%;
}
@media screen and (min-width: 993px) {
  .facility-exhibition__txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .facility-exhibition__txt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.facility-exhibition__txt h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #AA8420;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.facility-exhibition__txt p {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
.facility-exhibition__txt p.-noIndent {
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__txt p {
    font-size: 14px;
  }
}
.facility-exhibition__image1 {
  width: 65.3%;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__image1 {
    width: 100%;
    text-align: right;
  }
  .facility-exhibition__image1 img {
    width: 100%;
  }
}
.facility-exhibition__image2 {
  text-align: left;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__image2 {
    margin-top: 15px;
    width: 50%;
  }
}
.facility-exhibition__bottom {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__bottom {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.facility-exhibition__image3 {
  width: 51.78%;
  padding-bottom: 105px;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__image3 {
    padding-bottom: 0;
  }
}
.facility-exhibition__image4 {
  width: 31.95%;
}
@media screen and (max-width: 992px) {
  .facility-exhibition__image4 {
    width: 38.8%;
    align-self: flex-start;
  }
}
.facility-gallery {
  padding: 160px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .facility-gallery {
    padding: 50px 0 0;
  }
}
.facility-gallery__items {
  display: flex;
}
.facility-gallery__items.-n1 {
  margin-bottom: 12px;
}
.facility-gallery__items.-n2 ul {
  animation: facility-gallery2 30s 0s infinite linear;
}
.facility-gallery__items ul {
  display: flex;
  animation: facility-gallery1 30s 0s infinite linear;
}
.facility-gallery__items img {
  display: block;
  max-width: none;
  height: 310px;
  margin: 0 12px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .facility-gallery__items img {
    height: 150px;
    margin: 0 5px;
  }
}
.facility-gallery__item {
  width: calc(25% - 4.6px);
}
@media screen and (max-width: 992px) {
  .facility-gallery__item {
    width: calc(33.333% - 4px);
  }
}
.facility-gallery__item.-lg {
  width: 100%;
}
.facility-gallery__item.-lg img {
  width: 100%;
}
.facility-gallery__items2 {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}
.facility-gallery__item2 {
  width: 50%;
}
.facility-gallery__item2.-box {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.facility-gallery__item2.-box img {
  width: calc(50% - 3px);
}
.facility-gallery__item2.-lg {
  width: 50%;
}

@keyframes facility-gallery1 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes facility-gallery2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.news-posts {
  padding: 100px 0;
}
.news-posts__area {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 65px;
}
@media screen and (max-width: 767px) {
  .news-posts__area {
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .news-posts .p-post {
    width: calc(33.3333% - 43.4px);
  }
}
.news-posts .p-post__link {
  display: block;
}
.news-posts .p-post__img {
  margin-bottom: 8px;
}
.news-posts .p-post__img img {
  border-radius: 6px;
  max-width: 100%;
}
.news-posts .p-post__category {
  font-size: 12px;
}
.news-posts .p-post__date {
  font-size: 12px;
}
.news-posts .p-post__ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-posts .p-post__txt {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.post-type-archive-news {
  background-color: #F9F6F0;
}

.news-posts.-single {
  padding: 200px 0 100px;
  background-color: #F9F6F0;
}
@media screen and (max-width: 992px) {
  .news-posts.-single {
    padding: 100px 0 50px;
  }
}
.news-posts.-single .p-post {
  width: 100%;
}
.news-posts.-single .p-post__img {
  margin-bottom: 20px;
}
.news-posts.-single .p-post__category {
  font-size: 14px;
}
.news-posts.-single .p-post__date {
  font-size: 16px;
}
.news-posts.-single .p-post__ttl {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: initial;
}
@media screen and (max-width: 992px) {
  .news-posts.-single .p-post__ttl {
    font-size: 20px;
  }
}
.news-posts.-single .p-post__txt {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: initial;
}
@media screen and (max-width: 992px) {
  .news-posts.-single .p-post__txt {
    font-size: 14px;
  }
}

.p-NavSingle {
  margin: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-NavSingle {
    margin: 50px 0;
  }
}
.p-NavSingle a {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .p-NavSingle a {
    font-size: 12px;
  }
}

.privacy {
  background-color: #F9F6F0;
}
.privacy-area {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .privacy-area {
    padding: 100px 0;
  }
}
.privacy-area h2 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .privacy-area h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.privacy-con {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.privacy-items {
  margin-bottom: 1.5em;
}
.privacy-items.-marginNo {
  margin-bottom: 0.5em;
}
.privacy-items__ttl {
  font-weight: 500;
}
.privacy-items li {
  line-height: 1.8;
}
.privacy-items li.-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.privacy-items li.-note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .privacy-items li.-note {
    font-size: 12px;
  }
}
.privacy-items li a {
  text-decoration: underline;
}
.privacy .table {
  margin-bottom: 1.5em;
  font-weight: 500;
}
.privacy .table ul {
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -1px;
}
.privacy .table li {
  width: 45%;
  padding: 0.5em;
  display: flex;
  align-items: center;
}
.privacy .table li.-sm {
  width: 10%;
  text-align: center;
  justify-content: center;
}
.privacy .table li.-md {
  justify-content: center;
}
.privacy .table li:nth-of-type(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.contact-top {
  position: relative;
  background-color: #F2F2F2;
}
@media screen and (max-width: 576px) {
  .contact-top {
    padding-bottom: 30px;
  }
}
.contact-top__area {
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .contact-top__area {
    height: 250px;
    justify-content: flex-end;
  }
}
.contact-top__ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-top__ttl {
    font-size: 20px;
  }
}
.contact-top__box {
  background-color: #fff;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-top__box {
    padding: 20px 0;
  }
}
.contact-top__txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-top__txt {
    font-size: 14px;
  }
}
.contact-top__btnarea {
  display: flex;
  justify-content: space-around;
}
.contact-top__btn {
  width: 29.5%;
}
@media screen and (max-width: 767px) {
  .contact-top__btn {
    width: 32.835%;
    max-width: 110px;
  }
}
.contact-top__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Hiragino Mincho ProN";
  font-weight: bold;
  width: 100%;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .contact-top__btn a {
    font-size: 12px;
    height: 26.5px;
  }
}
.contact-top__btn a.-individual {
  border: 1px solid #000;
}
.contact-top__btn a.-group {
  color: #fff;
  background-color: #AA8420;
  border: 1px solid #AA8420;
}
.contact-choice {
  padding: 70px 0 140px;
}
@media screen and (max-width: 767px) {
  .contact-choice {
    padding: 40px 0 80px;
  }
}
.contact-choice__btnarea {
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .contact-choice__btnarea {
    gap: 7px;
  }
}
.contact-choice__btn {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .contact-choice__btn {
    width: 150px;
  }
}
.contact-choice__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 100%;
  height: 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .contact-choice__btn a {
    font-size: 14px;
    height: 36.8px;
  }
}
.contact-choice__btn a.-individual {
  border: 1px solid #AA8420;
  color: #AA8420;
}
.contact-choice__btn a.-group {
  color: #fff;
  background-color: #AA8420;
  border: 1px solid #AA8420;
}
.contact-area {
  padding: 135px 0;
}
@media screen and (max-width: 767px) {
  .contact-area {
    padding: 40px 0;
  }
}
.contact-area.-group {
  background-color: rgba(170, 132, 32, 0.1);
}
.contact-area__box h3 {
  font-size: 32px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #AA8420;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .contact-area__box h3 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-area__box h3 span {
    font-size: 14px;
    color: #000;
  }
}
.contact-area__box h3.-group {
  color: #AA8420;
}
@media screen and (min-width: 768px) {
  .contact-area__cols:first-of-type {
    padding-bottom: 100px;
    position: relative;
  }
  .contact-area__cols:first-of-type::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
    background-color: #AA8420;
  }
}
.contact-area__cols.-tel {
  margin-top: 80px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .contact-area__cols.-tel {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .contact-area__cols {
    display: flex;
    gap: 14.6%;
  }
}
.contact-area__col {
  font-size: 23px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.contact-area__tel a {
  font-size: 36px;
  font-weight: 500;
}

.contact-check {
  background-color: rgba(170, 132, 32, 0.1);
}
@media screen and (max-width: 992px) {
  .contact-check {
    padding-top: 100px;
  }
}
.contact-check__txt {
  font-size: 26px;
  text-align: center;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-check__txt {
    font-size: 16px;
  }
}

.contact-list.-check {
  margin: 50px auto 0;
}
.contact-list.-check .contact-label p {
  display: none;
}
.contact-list.-check .contact-label.-must label::before {
  content: none;
}
.contact-list.-check .contact-list__submit {
  text-align: center;
}
.contact-list.-check .contact-list__submit.-back input[type=submit] {
  width: 180px;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
}

.contact-comp {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .contact-comp {
    padding-top: 100px;
  }
}
.contact-comp__txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-comp__txt {
    font-size: 16px;
  }
}
.search-results__inner {
  padding: 200px 0;
}
@media screen and (max-width: 992px) {
  .search-results__inner {
    padding: 150px 0;
  }
}
.search-results__ttl {
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .search-results__ttl {
    font-size: 18px;
  }
}

.search-list__item {
  margin-bottom: 10px;
}

.sitemap {
  background-color: #F9F6F0;
}
.sitemap-area {
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .sitemap-area {
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .sitemap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15.4%;
  }
}
.sitemap-box ul {
  display: flex;
  flex-direction: column;
  gap: 115px;
}
@media screen and (min-width: 768px) {
  .sitemap-box ul {
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-box ul {
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.sitemap-box ul.-arrow li {
  position: relative;
}
.sitemap-box ul.-arrow li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../img/common/arrow-oc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sitemap-box ul.-arrow li::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .sitemap-box li {
    width: 150px;
  }
}
.sitemap-box li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 992px) {
  .sitemap-box li a {
    font-size: 14px;
  }
}
.sitemap-box li.-contact a {
  width: 100%;
  padding: 0.3em 0;
  border-radius: 20px;
  background-color: #AA8420;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.sitemap-box li.-search button {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  color: #AA8420;
  width: 100%;
  padding: 0.3em 0;
}
.sitemap-box li.-search button i {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url(../img/common/search-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.sitemap-box li.-sns {
  display: flex;
  justify-content: space-around;
}

/*# sourceMappingURL=styles.css.map */
