@charset "UTF-8";
/* --------------------------------

  CSS Reset

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
}

/* 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 */
  -moz-appearance: none;
       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 */
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

dd {
  margin-bottom: 0;
}

img {
  vertical-align: top;
  height: auto;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.img-radius {
  border-radius: 1rem;
}
.img-radius-sm {
  border-radius: 0.5rem;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.heading {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.heading.h2 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 2rem;
  color: #FFA22F;
  border-bottom: 1px solid #FFA22F;
}
@media screen and (min-width: 768px), print {
  .heading.h2 {
    margin-top: 10rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px), print {
  .heading.h3 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 8rem;
  }
}
.heading.h3 .fs-sm {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 3rem;
  color: #704000;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .heading.h3 .fs-sm {
    position: static;
    padding: 0;
    font-size: 2.6rem;
  }
}
.heading.h3 .fs-sm::before, .heading.h3 .fs-sm::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .heading.h3 .fs-sm::before, .heading.h3 .fs-sm::after {
    bottom: 0;
    width: 4.4rem;
    height: 4.4rem;
    margin: auto;
  }
}
.heading.h3 .fs-sm::before {
  left: 0;
  background-image: url(../img/base/icon_accent_left.png);
}
.heading.h3 .fs-sm::after {
  right: 0;
  background-image: url(../img/base/icon_accent_right.png);
}
.heading.h3 .fs-lg {
  display: block;
  font-size: 2rem;
  color: #FFA22F;
}
@media screen and (min-width: 768px), print {
  .heading.h3 .fs-lg {
    font-size: 3.4rem;
  }
}
.secondary-header {
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .secondary-header {
    margin-bottom: 1.6em;
  }
}
.secondary-heading {
  position: relative;
  display: inline-block;
  padding-top: 2.2em;
  line-height: 1.45;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 2.8rem;
  color: #895001;
  padding-bottom: 0.2em;
  border-bottom: 2px dotted #895001;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767.98px) {
  .secondary-heading {
    font-size: 1.8rem;
    letter-spacing: inherit;
  }
}
.secondary-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 72px;
  height: 57px;
  background: url("../img/base/icon_clover.png") no-repeat center/cover;
}
@media screen and (max-width: 767.98px) {
  .secondary-heading::before {
    width: 50px;
    height: 40px;
  }
}

.common-header {
  margin-bottom: 2em;
}
.common-heading {
  display: block;
  line-height: 1.5;
  color: #704000;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .common-heading {
    text-align: center;
  }
}
.common-heading._accent1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .common-heading._accent1 {
    font-size: 2.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 359.98px) {
  .common-heading._accent1 {
    font-size: 1.8rem;
  }
}
.common-heading._accent2 {
  font-size: 3rem;
}
@media screen and (max-width: 1279.98px) {
  .common-heading._accent2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .common-heading._accent2 {
    font-size: 2.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 479.98px) {
  .common-heading._accent2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .common-heading._accent2 {
    font-size: 1.6rem;
  }
}
.common-heading span {
  display: inline;
  color: #FFA22F;
  font-weight: 500;
  border-bottom: 3px solid #DAC5A7;
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: inline-block;
  background-color: #FFA22F;
  color: #fff;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 0.6em 3.8em 0.6em 1em;
  border-radius: 0.3em;
  border: 1px solid #FFA22F;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
@media screen and (max-width: 479.98px) {
  .link-button {
    padding: 0.6em 3em 0.6em 1em;
  }
}
.link-button::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}
.link-button:hover {
  background-color: #fff;
  color: #FFA22F;
}
.link-button:hover::before {
  border-color: #FFA22F;
}

/* 共通リンクボタン（ホバー）*/
/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -281px;
    margin-bottom: 280px;
  }
}

.anchor-point2 {
  display: block;
}
.anchor-point2::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point2::before {
    margin-top: -181px;
    margin-bottom: 180px;
  }
}

.anchor-point3 {
  display: block;
}
.anchor-point3::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point3::before {
    margin-top: -181px;
    margin-bottom: 180px;
  }
}

/* 共通お問い合わせ */
@media screen and (min-width: 1100px), print {
  .global-contact {
    position: absolute;
    right: 20px;
    top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact {
    padding: 0 0 0.5em 0.5em;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-time {
    margin: 0 auto;
    margin-top: 0.8em;
  }
}
.global-contact-time .time-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.global-contact-time .time-item:not(:last-child) {
  margin-bottom: 0.2em;
}
.global-contact-time .time-item._type1 dt {
  background-color: #FFA22F;
}
.global-contact-time .time-item._type2 dt {
  background-color: #FB9886;
}
.global-contact-time .time-item._type3 dt {
  background-color: #EEEEEE;
  color: #000;
}
.global-contact-time .time-item dt {
  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;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 56px;
  height: 24px;
  color: #fff;
  margin-right: 0.8em;
  border-radius: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 1099.98px) {
  .global-contact-time .time-item dt {
    font-size: 1.3rem;
  }
}
.global-contact-time .time-item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .global-contact-time .time-item dd {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel {
    margin-right: 2em;
  }
}
.global-contact-tel .tel-link {
  position: relative;
  padding-left: 4em;
  display: inline-block;
}
.global-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-image: url("../img/base/icon_tel_wht.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFA22F;
  background-size: 35%;
  padding: 0.2em 0.2em 0.2em 0.2em;
}
.global-contact-tel .tel-num {
  display: block;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 500;
  color: #704000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.global-contact-tel .tel-text {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  color: #704000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.global-contact-tel .tel-att {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
/* お問い合わせ（電話）*/
.tel-button {
  display: block;
  position: fixed;
  top: 8px;
  right: 57px;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  text-align: center;
  border: none;
  background-image: url("../img/base/icon_tel_wht.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35%;
  background-color: #FFA22F;
  border-radius: 100%;
  cursor: pointer;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
.tel-button:hover {
  background-color: #FB9886;
}
.tel-button a {
  display: block;
  width: 100%;
  height: 100%;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 26px;
    left: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 5px solid #FFA22F;
    background-color: #fff;
  }
}
.header-logo .site-logo {
  width: 389px;
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 240px;
  }
}
@media screen and (max-width: 359.98px) {
  .header-logo .site-logo {
    width: 210px;
  }
}
.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 960;
  }
}
@media screen and (min-width: 1100px), print {
  .header-content {
    position: absolute;
    right: 23px;
    top: 11px;
  }
}
@media screen and (max-width: 1099.98px) {
  .contact-open .header-content {
    padding: 60px 0 0;
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-content-inner {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  right: -305px;
  width: 305px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    padding-top: 120px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 5px solid #FFA22F;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav {
    -webkit-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.nav-open .nav {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    right: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .nav .inner {
    position: static;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    position: absolute;
    left: 0;
    top: 9px;
    width: 220px;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: 1100px;
    margin: auto;
    background-color: transparent;
    overflow: visible;
    position: static;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 61px 10px 10px;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    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;
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 0.5em;
  }
  .main-nav .nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 32px;
    background-color: #FFA22F;
  }
  .main-nav .nav-item:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 1px;
    height: 32px;
    background-color: #FFA22F;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    border-bottom: 1px solid #eee;
  }
  .main-nav .nav-item:first-child {
    border-top: 1px solid #eee;
  }
}
.main-nav .nav-item.main-nav-active .nav-link {
  background-color: #FFA22F;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    color: #FFA22F;
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link::after {
    border-color: #704000;
  }
}
.main-nav .nav-link {
  position: relative;
  padding: 0 1em;
  display: block;
  font-size: 1.4rem;
  line-height: 1.15;
  color: #000;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    height: 60px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    text-align: center;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
    letter-spacing: inherit;
    padding: 0 0.5em;
    height: 50px;
  }
}
.main-nav .nav-link:hover {
  background-color: #FFA22F;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    color: #FFA22F;
    background-color: #fff;
  }
}
.main-nav .nav-link .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-link .br {
    display: block;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 8px;
  right: 5px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #704000;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 1;
  background-color: #704000;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    padding: 0 0.5em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #top .nav.fixed {
    top: -60px;
  }
  .nav.fixed .global-contact {
    display: none;
  }
  .nav.fixed .main-nav .nav-link {
    border-radius: 0;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 3em 1em 0 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#top .main {
  padding: 0 1em 0 1em;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 6em 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  padding: 2.5em 1em 1.5em 1em;
  overflow: hidden;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 6em 2em 2.5em 2em;
  }
}
.footer-header {
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .footer-header {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-header {
    margin-bottom: 1.3em;
  }
}
.footer-heading {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 2.8rem;
  color: #703F00;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .footer-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-heading {
    font-size: 1.8rem;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-heading {
    font-size: 1.3rem;
    padding: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-heading {
    font-size: 1.2rem;
  }
}
.footer-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_left.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .footer-heading::before {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-heading::before {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-heading::before {
    width: 13px;
    height: 18px;
  }
}
.footer-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_right.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .footer-heading::after {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-heading::after {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-heading::after {
    width: 13px;
    height: 18px;
  }
}
.footer-heading .br {
  display: block;
}
@media screen and (min-width: 480px), print {
  .footer-heading .br {
    display: none;
  }
}
.footer-container {
  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;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 516px;
    margin: 0 auto;
  }
}
.footer-logo {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .footer-logo {
    text-align: center;
  }
}
@media screen and (max-width: 479.98px) {
  .footer-logo {
    margin-bottom: 1.2em;
  }
}
.footer-info-item {
  list-style: none;
  padding: 1em 0;
  border-bottom: 1px solid #DAC5A7;
}
@media screen and (max-width: 479.98px) {
  .footer-info-item {
    padding: 0.6em 0;
  }
}
.footer-info-item:first-child {
  border-top: 1px solid #DAC5A7;
}
.footer-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-define dt {
  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: 59px;
  height: 32px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  margin-right: 1.2em;
}
@media screen and (max-width: 479.98px) {
  .footer-define dt {
    font-size: 1rem;
    width: 52px;
    height: 26px;
    margin-right: 1em;
  }
}
.footer-define dd {
  font-size: 1.5rem;
  line-height: 1.45;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 479.98px) {
  .footer-define dd {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-nav {
    max-width: 335px;
    margin: 0 auto;
  }
}
.footer-nav-list {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 0.7fr 1fr;
  gap: 1em 1em;
}
@media screen and (max-width: 575.98px) {
  .footer-nav-list {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em 0.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-nav-list {
    gap: 0.2em 0.5em;
  }
}
.footer-nav-list li {
  list-style: none;
}
.footer-nav-list li a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  color: #000000;
  padding-left: 1.35em;
  line-height: 1.2;
}
@media screen and (max-width: 359.98px) {
  .footer-nav-list li a {
    font-size: 1.2rem;
  }
}
.footer-nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  display: block;
  width: 10px;
  height: 2px;
  background-color: #FFA22F;
}
@media (hover: hover) and (pointer: fine) {
  .footer-nav-list li a:hover {
    text-decoration: underline;
    color: #FFA22F;
  }
}
.footer-side .time-table-area {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 1099.98px) {
  .footer-side .time-table-area {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-side .time-table-area {
    margin-bottom: 1em;
  }
}
.footer-access-list {
  margin-top: 1.1em;
}
@media screen and (max-width: 479.98px) {
  .footer-access-list {
    margin-top: 0.8em;
  }
}
.footer-access-list li {
  position: relative;
  padding-left: 2em;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 479.98px) {
  .footer-access-list li {
    font-size: 1.2rem;
    padding-left: 1.8em;
  }
}
.footer-access-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.footer-access-list li.type1::before {
  background: url("../img/base/icon_car_ore.svg") no-repeat center/cover;
  width: 21px;
  height: 16px;
}
@media screen and (max-width: 479.98px) {
  .footer-access-list li.type1::before {
    width: 19px;
    height: 16px;
  }
}
.footer-access-list li.type2::before {
  background: url("../img/base/icon_train_ore.svg") no-repeat center/cover;
  width: 14px;
  height: 20px;
  left: 3px;
}
@media screen and (max-width: 479.98px) {
  .footer-access-list li.type2::before {
    width: 12px;
    height: 18px;
    left: 3px;
  }
}
.footer-access-list li.type3::before {
  background: url("../img/base/icon_bus_ore.svg") no-repeat center/cover;
  width: 15px;
  height: 18px;
  left: 3px;
}
@media screen and (max-width: 479.98px) {
  .footer-access-list li.type3::before {
    width: 13px;
    height: 16px;
    left: 3px;
  }
}
.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 500px;
  width: 100%;
  height: 50px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .footer-contact {
    margin: 0 auto 1.5em;
  }
}
@media screen and (max-width: 575.98px) {
  .footer-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.footer-contact-tel {
  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;
  width: 45%;
  height: 100%;
  padding: 0.3em 0.5em;
  background-color: #FFA22F;
}
@media screen and (max-width: 575.98px) {
  .footer-contact-tel {
    width: 100%;
    height: 50px;
  }
}
.footer-contact-tel::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 576px), print {
  .footer-contact-tel::before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-top: 50px solid #FFA22F;
    border-left: 23px solid transparent;
  }
}
.footer-contact-tel .tel-link {
  position: relative;
  display: inline-block;
  padding-left: 0.9em;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #fff;
}
.footer-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 25px;
  background: url("../img/base/icon_tel_wht.svg") no-repeat center/cover;
}
.footer-contact-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55%;
  height: 100%;
  background-color: #FFF5EA;
  color: #703F00;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.5em 1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 575.98px) {
  .footer-contact-text {
    width: 100%;
    height: 50px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-main {
  width: 50%;
  margin-right: 5em;
}
@media screen and (max-width: 1279.98px) {
  .footer-main {
    margin-right: 3em;
  }
}
@media screen and (max-width: 1099.98px) {
  .footer-main {
    margin-right: 0;
    margin-bottom: 1.5em;
    width: 100%;
  }
}
.footer-side {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .footer-side {
    width: 100%;
  }
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #FFA22F;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #704000;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.copy {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 100%;
  padding: 0 1em;
  background-color: #FB8A00;
}
@media screen and (max-width: 767.98px) {
  .copy {
    height: 65px;
  }
}
.copy small {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #fff;
}
.copy span {
  display: none;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 480px), print {
  .copy span {
    display: inline;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper-container {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .swiper-container {
    height: 600px;
  }
}
.swiper-img {
  display: block;
  position: relative;
}
.swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media screen and (min-width: 1100px), print {
  .swiper-img img {
    min-height: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 1099.98px) {
  .swiper-img img {
    min-height: 38vw;
  }
}

.slider {
  position: relative;
  overflow: hidden;
  margin-top: 185px;
}
@media screen and (max-width: 1099.98px) {
  .slider {
    margin-top: 65px;
  }
}
.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}
.slider-main {
  position: relative;
}
.slider-main-container {
  display: block;
  position: relative;
}
.slider-main-container::before {
  content: "";
  display: block;
  padding-top: 40.7%;
}
@media screen and (min-width: 1100px), print {
  .slider-main-container::before {
    padding-top: 600px;
  }
}
.slider-catch {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1100px), print {
  .slider-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(175%, -50%);
            transform: translate(175%, -50%);
  }
}
@media screen and (max-width: 1099.98px) {
  .slider-catch {
    -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: 1.5em 0.5em 1.5em 0.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-catch {
    padding: 1.2em 0.5em 1.2em 0.5em;
  }
}
.slider-catch span {
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #704000;
  font-weight: 500;
  padding: 0.68em 0.45em;
  background-color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1100px), print {
  .slider-catch span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1099.98px) {
  .slider-catch span {
    font-size: 3rem;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-catch span {
    font-size: 2.4rem;
  }
}
.slider-catch span:first-child {
  margin-left: 0.5em;
}
@media screen and (max-width: 1099.98px) {
  .slider-catch span:first-child {
    margin-left: 0;
    margin-bottom: 0.2em;
  }
}
.slider-box {
  padding: 2.2em 2.5em 2.2em 2.5em;
  max-width: 550px;
  z-index: 100;
  background: rgba(255, 162, 47, 0.65);
}
@media screen and (min-width: 1100px), print {
  .slider-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    border-radius: 0 0.5em 0.5em 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .slider-box {
    max-width: none;
    text-align: center;
    padding: 2em 2em 2em 2em;
    background: #ffa22f;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-box {
    padding: 1.3em 1em 1.3em 1em;
  }
}
@media screen and (max-width: 479.98px) {
  .slider-box {
    padding: 1em 1em 1em 1em;
  }
}
.slider-box-text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .slider-box-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 479.98px) {
  .slider-box-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.slider-box-text .br {
  display: block;
}
@media screen and (min-width: 768px), print {
  .slider-content {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.slider .swiper-pagination {
  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;
  overflow: hidden;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  padding: 0 0.5em;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (max-width: 639.98px) {
  .slider .swiper-pagination {
    bottom: 13px;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  background-color: #fff;
  color: #fff;
  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: 10px;
  height: 10px;
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  margin: 0;
  border-radius: 100%;
}
.slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin: 0 10px 0 0;
}
.slider .swiper-pagination .swiper-pagination-bullet span {
  font-weight: 500;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFA22F;
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 1100px), print {
  .page-title {
    margin-top: 185px;
  }
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    height: 200px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title {
    height: 180px;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title {
    height: 160px;
  }
}
.page-title-inner {
  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: 100%;
  height: 100%;
  background: url("../img/base/pagetitle.jpg") no-repeat center/cover;
  padding: 1em;
}
@media screen and (max-width: 479.98px) {
  .page-title-inner {
    background-position-x: left;
  }
}
.page-title-name {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    text-align: center;
  }
}
.page-title-name span {
  display: inline-block;
  text-align: center;
  border-radius: 0.5em;
  background-color: #fff;
  color: #FFA22F;
  font-size: 3.6rem;
  padding: 0.7em 2.5em;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span {
    font-size: 3rem;
    padding: 0.7em 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .page-title-name span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name span {
    font-size: 2rem;
    padding: 0.6em 1.5em;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
/* --------------------------------

  タイムテーブル

-------------------------------- */
.time-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
}
.time-table th, .time-table td {
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 400;
  padding: 0.1em;
  height: 50px;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 479.98px) {
  .time-table th, .time-table td {
    height: 36px;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table th, .time-table td {
    height: 30px;
  }
}
.time-table thead th {
  color: #fff;
  background-color: #45931C;
  font-size: 1.8rem;
  border: 1px solid #45931C;
}
@media screen and (max-width: 479.98px) {
  .time-table thead th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table thead th {
    font-size: 1.2rem;
  }
}
.time-table thead th:first-child {
  width: 150px;
}
@media screen and (max-width: 639.98px) {
  .time-table thead th:first-child {
    width: 110px;
  }
}
@media screen and (max-width: 479.98px) {
  .time-table thead th:first-child {
    width: auto;
  }
}
@media screen and (max-width: 479.98px) {
  .time-table thead th:not(:first-child) {
    width: 36px;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table thead th:not(:first-child) {
    width: 30px;
  }
}
.time-table thead th.sat {
  background-color: #6CB7CC;
  border: 1px solid #6CB7CC;
}
.time-table thead th.sun {
  background-color: #FB9886;
  border: 1px solid #FB9886;
}
.time-table tbody th, .time-table tbody td {
  background-color: #fff;
  border: 1px solid #6FBC40;
}
@media screen and (max-width: 479.98px) {
  .time-table tbody th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .time-table tbody th {
    font-size: 1rem;
  }
}
.time-table tbody td .txt {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.2rem;
  margin-top: 0.3em;
}
@media screen and (max-width: 479.98px) {
  .time-table tbody td .txt {
    font-size: 1rem;
    letter-spacing: -0.08em;
  }
}
.time-table tbody td .close {
  display: block;
  width: 13px;
  height: 2px;
  margin: 0 auto;
  background-color: #777777;
}
@media screen and (max-width: 479.98px) {
  .time-table tbody td .close {
    width: 10px;
    height: 2px;
  }
}
.time-table tbody td .open {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #FFA22F;
}
@media screen and (max-width: 479.98px) {
  .time-table tbody td .open {
    width: 10px;
    height: 10px;
  }
}
.time-table-area {
  max-width: 514px;
}
.time-table-wrap {
  margin: -1px;
}
.time-table-foot {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479.98px) {
  .time-table-foot {
    -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;
  }
}
.time-table-att {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.time-table-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}
@media screen and (max-width: 479.98px) {
  .time-table-define {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.time-table-define dt, .time-table-define dd {
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 400;
}
.time-table-define dt {
  color: #fff;
  background-color: #000;
  font-size: 1.2rem;
  width: 59px;
  height: 27px;
  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;
}
.time-table-define dd {
  margin-left: 0.8em;
  font-size: 1.4rem;
  color: #000;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 57.25%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #FFA22F;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #FFA22F;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 7em;
}
@media screen and (max-width: 767.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-secondary .inner {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}
.section-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #704000;
  padding-left: 5.2em;
}
@media screen and (max-width: 479.98px) {
  .section-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4.6em;
  }
}
.section-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 72px;
  height: 57px;
  background: url("../img/base/icon_clover.png") no-repeat center/cover;
}
@media screen and (min-width: 480px), print {
  .section-heading::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 479.98px) {
  .section-heading::before {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 48px;
  }
}
.section-heading .en {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.4em 0;
  border-bottom: 2px dotted #704000;
}
@media screen and (max-width: 479.98px) {
  .section-heading .en {
    font-size: 2.4rem;
    padding: 0 0 0.3em 0;
  }
}
.section-heading .jp {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-left: 1em;
}
@media screen and (max-width: 479.98px) {
  .section-heading .jp {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 0.5em;
    text-align: center;
  }
}
.section-container {
  padding: 3rem 1.5rem;
  border-radius: 1.5rem;
  border: 5px solid #dac5a7;
}
@media screen and (min-width: 768px), print {
  .section-container {
    max-width: 1000px;
    margin: auto;
    padding: 5rem 2rem 3rem;
  }
}
.section-container:not(:first-child) {
  margin-top: 5rem;
}

.__wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 132px;
  z-index: 0;
  background-position: center;
  background-size: 100vw 132px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-image: url("../img/base/wave1.png");
}
@media screen and (max-width: 1099.98px) {
  .__wave::after {
    background-size: 100vw 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .__wave::after {
    background-size: 100vw 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479.98px) {
  .__wave::after {
    background-size: 100vw 50px;
    height: 50px;
  }
}
@media screen and (max-width: 359.98px) {
  .__wave::after {
    background-size: 100vw 40px;
    height: 40px;
  }
}

.__wave2 {
  position: relative;
}
.__wave2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 132px;
  z-index: -1;
  background-position: center;
  background-size: 100vw 132px;
  background-repeat: no-repeat;
  background-image: url("../img/base/wave1.png");
}
@media screen and (max-width: 1099.98px) {
  .__wave2::after {
    background-size: 100vw 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .__wave2::after {
    background-size: 100vw 80px;
    height: 80px;
  }
}
@media screen and (max-width: 479.98px) {
  .__wave2::after {
    background-size: 100vw 50px;
    height: 50px;
  }
}
@media screen and (max-width: 359.98px) {
  .__wave2::after {
    background-size: 100vw 40px;
    height: 40px;
  }
}

.top-intro-section {
  position: relative;
  padding: 2em 1em 3em 1em;
  background-color: #FFF5EA;
}
@media screen and (min-width: 1100px), print {
  .top-intro-section {
    padding: 4em 2em 5em 2em;
  }
}
.top-intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .top-intro-container {
    -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;
  }
}
.top-intro-time {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .top-intro-time {
    width: 100%;
    max-width: 510px;
  }
}
.top-intro-time .common-header {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1099.98px) {
  .top-intro-time .common-header {
    margin-bottom: 1.2em;
  }
}
.top-intro-news {
  width: 50%;
  margin-right: 5em;
}
@media screen and (max-width: 1099.98px) {
  .top-intro-news {
    width: 100%;
    max-width: 510px;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
.top-intro-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
.top-intro-news__more {
  margin-left: 1em;
}
.top-about-section {
  position: relative;
  padding: 0 0 3em 0;
}
@media screen and (min-width: 1100px), print {
  .top-about-section {
    padding: 0 0 5em 0;
  }
}
.top-about-section .inner {
  max-width: none;
}
@media screen and (max-width: 479.98px) {
  .top-about-section .common-header {
    margin-bottom: 0.9em;
  }
}
.top-about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .top-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1em;
  }
}
.top-about-foot {
  padding: 0 1em;
  margin-top: 3em;
}
@media screen and (min-width: 1100px), print {
  .top-about-foot {
    padding: 0 2em;
    margin-top: 5em;
  }
}
.top-about-header {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-about-header {
    margin-bottom: 1.5em;
  }
}
.top-about-heading {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 2.6rem;
  color: #703F00;
  line-height: 1.45;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading {
    font-size: 1.8rem;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading {
    font-size: 1.4rem;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 359.98px) {
  .top-about-heading {
    font-size: 1.2rem;
  }
}
.top-about-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_left.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading::before {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading::before {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading::before {
    width: 15px;
    height: 20px;
  }
}
.top-about-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_right.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading::after {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading::after {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading::after {
    width: 15px;
    height: 20px;
  }
}
.top-about-heading .br {
  display: block;
}
@media screen and (min-width: 480px), print {
  .top-about-heading .br {
    display: none;
  }
}
@media screen and (max-width: 359.98px) {
  .top-about-heading .br {
    display: none;
  }
}
.top-about-heading .accent {
  font-size: 3rem;
  color: #FFA22F;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading .accent {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading .accent {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading .accent {
    font-size: 1.6rem;
  }
}
.top-about-heading .accent2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading .accent2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading .accent2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading .accent2 {
    font-size: 1.6rem;
  }
}
.top-about-heading .accent3 {
  display: inline;
  font-size: 3.4rem;
  font-weight: 500;
  color: #FFA22F;
  border-bottom: 4px solid #DAC5A7;
}
@media screen and (max-width: 1099.98px) {
  .top-about-heading .accent3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about-heading .accent3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-heading .accent3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-about-heading .accent3 {
    font-size: 1.5rem;
  }
}
.top-about-text {
  max-width: 540px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .top-about-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-text {
    max-width: 790px;
  }
}
.top-about-text.__center {
  max-width: none;
  text-align: center;
}
.top-about-text p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .top-about-text p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.top-about-text .br {
  display: none;
}
@media screen and (min-width: 768px), print {
  .top-about-text .br {
    display: block;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-main {
    width: 50%;
    padding: 0 2em 0 2em;
  }
}
@media screen and (min-width: 1280px), print {
  .top-about-main {
    padding: 0 2em 0 3em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-about-main {
    margin-top: 2em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-about-main {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about-image {
    width: 50%;
  }
}
.top-about-image img {
  border-radius: 0.8em;
}
@media screen and (min-width: 1100px), print {
  .top-about-image img {
    width: 100%;
    height: 510px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 1em 1em 0;
  }
}

.top-case-section {
  position: relative;
}
.top-case-section .inner {
  max-width: none;
  padding: 1.5em 1em 2em 1em;
  background-color: #6FBC40;
}
@media screen and (min-width: 1100px), print {
  .top-case-section .inner {
    padding: 2.5em 2em 3.5em 2em;
  }
}
.top-case-heading {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.75em 1em;
  line-height: 1.2;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.05em;
  background-color: #45931C;
}
@media screen and (max-width: 1099.98px) {
  .top-case-heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-case-heading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case-heading {
    font-size: 1.8rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 359.98px) {
  .top-case-heading {
    font-size: 1.6rem;
  }
}
.top-case-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
  border-top: 20px solid #45931C;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  z-index: 1;
}
@media screen and (max-width: 1099.98px) {
  .top-case-heading::after {
    border-top: 15px solid #45931C;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}
.top-case-container {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .top-case-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-case-block {
  width: 50%;
  padding: 2.5em;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .top-case-block {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .top-case-block {
    padding: 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case-block {
    padding: 1em;
  }
}
.top-case-block:first-child {
  margin-right: 1em;
  border-radius: 1.5em 0 0 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .top-case-block:first-child {
    margin-right: 0;
    margin-bottom: 1em;
    border-radius: 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case-block:first-child {
    border-radius: 1em;
  }
}
.top-case-block:last-child {
  border-radius: 0 1.5em 1.5em 0;
}
@media screen and (max-width: 1099.98px) {
  .top-case-block:last-child {
    border-radius: 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case-block:last-child {
    border-radius: 1em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-case-body {
    max-width: 490px;
    margin: 0 auto;
  }
}
.top-case-subheading {
  display: block;
  text-align: center;
  margin-bottom: 1.3em;
  line-height: 1.2;
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .top-case-subheading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-case-subheading {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case-subheading {
    margin-bottom: 0.9em;
  }
}
.top-case-subheading span {
  color: #45921B;
}
.top-case-gallery {
  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: 0 -3em -3em 0;
}
@media screen and (max-width: 479.98px) {
  .top-case-gallery {
    margin: 0 -1em -1.5em 0;
  }
}
.top-case-image {
  width: calc(50% - 48px);
  margin: 0 3em 3em 0;
}
@media screen and (max-width: 479.98px) {
  .top-case-image {
    margin: 0 1em 1.5em 0;
    width: calc(50% - 16px);
  }
}
.top-case-image img {
  border-radius: 0.5em;
}
.top-case-image figcaption {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: center;
  color: #000;
  padding-top: 0.8em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 479.98px) {
  .top-case-image figcaption {
    font-size: 1.2rem;
  }
}
.top-case-image figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  border-bottom: 15px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  z-index: 1;
}

.menu-section {
  position: relative;
}
.menu-section .inner {
  max-width: none;
}
.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1099.98px) {
  .menu-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu-item {
  width: 33.33333%;
  height: 360px;
}
@media screen and (max-width: 1099.98px) {
  .menu-item {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-item {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 479.98px) {
  .menu-item {
    height: 280px;
  }
}
.menu-item._type1 .menu-link {
  background: url("../img/menu/menu_bg1.jpg") no-repeat center/cover;
}
.menu-item._type2 .menu-link {
  background: url("../img/menu/menu_bg2.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .menu-item._type3 {
    width: 100%;
  }
}
.menu-item._type3 .menu-link {
  background: url("../img/menu/menu_bg3.jpg") no-repeat center/cover;
}
.menu-link {
  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;
  padding: 1em;
  width: 100%;
  height: 100%;
}
.menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu-link:hover::before {
  opacity: 0;
}
.menu-link:hover .menu-more .link-button {
  background-color: #FFA22F;
  color: #fff;
  border-color: #FFA22F;
}
.menu-link:hover .menu-more .link-button::before {
  border-color: #fff;
}
.menu-box {
  position: relative;
  display: block;
  max-width: 411px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em 2em 4.5em 2em;
  z-index: 1;
  border-radius: 0.3em;
}
@media screen and (max-width: 1279.98px) {
  .menu-box {
    padding: 1em 1.5em 4.5em 1em;
    min-height: 294px;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-box {
    min-height: auto;
  }
}
.menu-more {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 1099.98px) {
  .menu-more {
    bottom: 1.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .menu-more {
    bottom: 1em;
  }
}
.menu-more .link-button {
  background-color: #fff;
  color: #FFA22F;
  border-color: #fff;
}
.menu-more .link-button::before {
  border-color: #FFA22F;
}
.menu-title {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 2.8rem;
  padding-bottom: 0.45em;
  margin-bottom: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1279.98px) {
  .menu-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 479.98px) {
  .menu-title {
    font-size: 2rem;
  }
}
.menu-text {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
  padding: 0 0.5em;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1279.98px) {
  .menu-text {
    padding: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .menu-text {
    font-size: 1.4rem;
  }
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-section {
    padding: 0 2em 6em 2em;
  }
}
.news-section .news-list {
  margin-bottom: 2em;
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
  }
}
.news-back .link-button {
  max-width: 185px;
  margin: 0 auto;
}
.news-topics {
  border-bottom: 1px solid #DAC5A7;
  padding: 0.8em 0.4em;
}
.news-topics:first-child {
  border-top: 1px solid #DAC5A7;
}
@media screen and (min-width: 640px), print {
  .news-topics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1em 0.4em;
  }
}

/* お知らせ一覧 */
.news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.news-list .news-link {
  text-decoration: underline;
}
.news-list .news-link:hover {
  display: inline-block;
  text-decoration: none;
}
.news-list .news-link:hover .news-title {
  text-decoration: none;
}
.news-list .news-date {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  margin-right: 1.8em;
}
@media screen and (max-width: 639.98px) {
  .news-list .news-date {
    margin-right: 0;
    margin-bottom: 0.3em;
  }
}
.news-list .news-title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #45931C;
}

.news-detail-section {
  padding: 0 1em 3em 1em;
}
@media screen and (min-width: 1100px), print {
  .news-detail-section {
    padding: 0 2em 6em 2em;
  }
}
.news-detail-section .news-date {
  margin-bottom: 1em;
}
.news-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.news-detail-info .news-date {
  margin-right: 1.5em;
  margin-bottom: 0 !important;
}
.news-detail .news-date {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.news-detail .news-content {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 639.98px) {
  .news-detail .news-content {
    line-height: 1.5;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
/* 初めての方へ */
@media screen and (min-width: 768px), print {
  .first-img {
    width: 45%;
  }
}
@media screen and (min-width: 1100px), print {
  .first-img {
    width: 46.5rem;
  }
}
.first-img-name {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .first-img-name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .first-message {
    line-height: 2;
    font-size: 1.8rem;
  }
}

/* アクセス */
.access {
  padding: 2.5em 1em 1.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .access {
    padding: 6em 2em 2.5em 2em;
  }
}
.access-header {
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .access-header {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 575.98px) {
  .access-header {
    margin-bottom: 1.3em;
  }
}
.access-heading {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 2.8rem;
  color: #703F00;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1099.98px) {
  .access-heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .access-heading {
    font-size: 1.8rem;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .access-heading {
    font-size: 1.3rem;
    padding: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .access-heading {
    font-size: 1.2rem;
  }
}
.access-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_left.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .access-heading::before {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .access-heading::before {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .access-heading::before {
    width: 13px;
    height: 18px;
  }
}
.access-heading::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 43px;
  background: url("../img/base/icon_accent_right.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .access-heading::after {
    width: 25px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .access-heading::after {
    width: 20px;
    height: 25px;
  }
}
@media screen and (max-width: 479.98px) {
  .access-heading::after {
    width: 13px;
    height: 18px;
  }
}
.access-heading .br {
  display: block;
}
@media screen and (min-width: 480px), print {
  .access-heading .br {
    display: none;
  }
}
.access-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .access-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 516px;
    margin: auto;
  }
}
.access-info-item {
  list-style: none;
  padding: 1em 0;
  border-bottom: 1px solid #DAC5A7;
}
@media screen and (max-width: 479.98px) {
  .access-info-item {
    padding: 0.6em 0;
  }
}
.access-info-item:first-child {
  border-top: 1px solid #DAC5A7;
}
.access-define {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.access-define dt {
  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: 59px;
  height: 32px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  margin-right: 1.2em;
}
@media screen and (max-width: 479.98px) {
  .access-define dt {
    font-size: 1rem;
    width: 52px;
    height: 26px;
    margin-right: 1em;
  }
}
.access-define dd {
  font-size: 1.5rem;
  line-height: 1.45;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 479.98px) {
  .access-define dd {
    font-size: 1.2rem;
  }
}
.access-access-list {
  margin-top: 1.1em;
}
@media screen and (max-width: 479.98px) {
  .access-access-list {
    margin-top: 0.8em;
  }
}
.access-access-list li {
  position: relative;
  padding-left: 2em;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 479.98px) {
  .access-access-list li {
    font-size: 1.2rem;
    padding-left: 1.8em;
  }
}
.access-access-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
.access-access-list li.type1::before {
  background: url("../img/base/icon_car_ore.svg") no-repeat center/cover;
  width: 21px;
  height: 16px;
}
@media screen and (max-width: 479.98px) {
  .access-access-list li.type1::before {
    width: 19px;
    height: 16px;
  }
}
.access-access-list li.type2::before {
  background: url("../img/base/icon_train_ore.svg") no-repeat center/cover;
  width: 14px;
  height: 20px;
  left: 3px;
}
@media screen and (max-width: 479.98px) {
  .access-access-list li.type2::before {
    width: 12px;
    height: 18px;
    left: 3px;
  }
}
.access-access-list li.type3::before {
  background: url("../img/base/icon_bus_ore.svg") no-repeat center/cover;
  width: 15px;
  height: 18px;
  left: 3px;
}
@media screen and (max-width: 479.98px) {
  .access-access-list li.type3::before {
    width: 13px;
    height: 16px;
    left: 3px;
  }
}
.access-main {
  width: 50%;
  padding-right: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .access-main {
    width: 100%;
    padding-right: 0;
  }
}
.access-side {
  width: 50%;
  padding-left: 1.5em;
}
@media screen and (max-width: 1099.98px) {
  .access-side {
    width: 100%;
    padding-left: 0;
  }
}
.access-time-table {
  padding-top: 1em;
  border-top: 1px solid #DAC5A7;
}
@media screen and (max-width: 479.98px) {
  .access-time-table {
    padding-top: 0.6em;
    border-top: none;
  }
}
.access-time-table .time-table-foot {
  margin-top: 1em;
  padding: 1em 0;
  border-top: 1px solid #DAC5A7;
  border-bottom: 1px solid #DAC5A7;
}
@media screen and (max-width: 479.98px) {
  .access-time-table .time-table-foot {
    margin-top: 0.6em;
    padding: 0.6em 0;
  }
}
.access-time-table .time-table-caption {
  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: 59px;
  height: 32px;
  margin: 0 0 1em 1px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  margin-right: 1.2em;
}
@media screen and (max-width: 479.98px) {
  .access-time-table .time-table-caption {
    font-size: 1rem;
    width: 52px;
    height: 26px;
  }
}
@media screen and (max-width: 479.98px) {
  .access-time-table .time-table-define dt {
    width: 52px;
    height: 26px;
    font-size: 1rem;
  }
}

/* アクセスマップ */
.access-map {
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .access-map {
    margin-top: 5rem;
  }
}
.access-map-area {
  display: block;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.access-map-area::before {
  content: "";
  display: block;
  padding-top: 400px;
}
@media screen and (min-width: 1100px), print {
  .access-map-area::before {
    padding-top: 600px;
  }
}
.access-map-area iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 事例一覧 */
.case-list {
  margin: 3rem -0.5rem -3rem;
}
@media screen and (min-width: 768px), print {
  .case-list {
    max-width: 79rem;
    margin: 8rem auto -5rem;
    padding-bottom: 5rem;
  }
}
.case-item {
  width: 50%;
  padding: 0 0.5rem 3rem;
}
@media screen and (min-width: 576px), print {
  .case-item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px), print {
  .case-item {
    padding: 0 2rem 5rem;
  }
}
.case-img img {
  width: 100%;
}
.case-caption {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px), print {
  .case-caption {
    font-size: 1.4rem;
  }
}

/* 自賠責保険適用で自己負担金は掛かりません */
.insurance-header {
  margin: 0 -1.5rem 1.5rem;
  padding: 1.5rem 0;
  background-color: #FFF5EA;
}
@media screen and (min-width: 768px), print {
  .insurance-header {
    max-width: 900px;
    margin: 0 auto 2rem;
    padding: 2.5rem 0;
    border-radius: 1.5rem;
  }
}

/* よくあるご質問 */
.faq {
  margin-top: 5rem;
}
.faq-q, .faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-q {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
  color: #704000;
}
@media screen and (min-width: 768px), print {
  .faq-q {
    font-size: 2.8rem;
  }
}
.faq-row {
  padding: 2rem 0;
  border-top: 1px dotted #dac5a7;
  border-bottom: 1px dotted #dac5a7;
}
@media screen and (min-width: 768px), print {
  .faq-row {
    padding: 2rem;
  }
}
.faq-row:not(:last-child) {
  margin-bottom: -1px;
}
.faq-icon {
  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: 5rem;
  height: 5rem;
  margin-right: 1rem;
  padding-bottom: 0.15em;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px), print {
  .faq-icon {
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
    font-size: 2.8rem;
  }
}
.faq-icon.__q {
  background-color: #704000;
}
.faq-icon.__a {
  background-color: #FFA22F;
}
.faq-text {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
}