  @charset "UTF-8";

/* NEW マーク */
.localnav__list li {
  position: relative; }

.localnav__list li:nth-child(999) a::after
{
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 14px;
  content: "NEW";
  background: #841313;
  color: #fff;
  padding: 2px 5px 2px;
  line-height: 15px;
  margin-left: 5px; }

.new {
  position: relative; }

.new a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  content: "NEW";
  background: #841313;
  color: #fff;
  padding: 3px 5px 3px;
  line-height: 20px;
  margin-left: 0px; }


/* グロナビボタン色変更 */
.header-nav__item-request.header-nav__form_btn .header-nav__link {
  background-color: #87795a;
  border:solid 1px #87795a;
}
@media screen and (max-width: 1023px) {
    .footer-nav__item-request .footer-nav__link {
        color: #fff;
        background-image: url(/bunjyo/nerimakasugacho/img/common/icon_menu-request_sp.png);
        /* background-color: #7c7c7c; */
        background-color: #87795a;
        background-size: 20% !important;
    }
}
@media screen and (max-width: 1023px) {
    .footer-nav__item-request .footer-nav__link {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 38px 0 5px 0;
        text-decoration: none;
        background-size: auto 30px;
        background-repeat: no-repeat;
        background-position: center 10px;
        line-height: 1.2;
    }
}



/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.center {
  text-align: center;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb114 {
  margin-bottom: 114px;
}

.ml20 {
  margin-left: 20px;
}

.pt10 {
  padding-top: 10px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt60 {
  padding-top: 60px;
}
.pt80 {
  padding-top: 80px;
}
.pt100 {
  padding-top: 100px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb120 {
  padding-bottom: 120px;
}
.pl60 {
padding-left:60px;
}
.pl120 {
padding-left:120px;
}
.pr60 {
padding-right:60px;
}
.pr120 {
padding-right:120px;
}
@media screen and (max-width: 768px) {
.mb50 {
  margin-bottom: 25px;
}
.pt10 {
  padding-top: 5px;
}
.pt30 {
  padding-top: 15px;
}
.pt40 {
  padding-top: 20px;
}
.pt60 {
  padding-top: 30px;
}
.pt80 {
  padding-top: 40px;
}
.pt100 {
  padding-top: 50px;
}
.pb30 {
  padding-bottom: 15px;
}
.pb40 {
  padding-bottom: 20px;
}
.pb80 {
  padding-bottom: 40px;
}
.pb120 {
  padding-bottom: 60px;
}
.pl60 {
padding-left:30px;
}
.pl120 {
padding-left:60px;
}
.pr60 {
padding-right:30px;
}
.pr120 {
padding-right:60px;
}
}


.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #221815;
  margin: 0;
}

body {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", serif;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
}

.new {
  position: absolute;
  top: 0;
  right: 0;
}

.gnav-under-inner li {
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

th.center, td.center, th.center td {
  text-align: center;
}

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

picture {
  display: inline;
}

ul, li {
  margin: 0;
  padding: 0;
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

img {
  max-width: 100%;
}

main img {
  vertical-align: top;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture {
  max-width: 100%;
}
picture img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.fz70p {
  font-size: 70%;
}

.fz120p {
  font-size: 120%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz180p {
  font-size: 180%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.dotted01 {
  border-bottom: dotted 2px;
  border-bottom-color: #C9C9C9;
  width: 100%;
  margin: auto;
  max-width: 1280px;
}

.under_mainvisual {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
}

.main-contents {
  max-width: 1280px;
  margin: auto;
}

.common-page-note {
  padding: 0 20px 20px;
  max-width: 1280px;
  margin: 40px auto;
  /*text-align: justify;*/
  overflow-wrap: break-word;
}
.common-page-note .common-page-note-list > li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .common-page-note .common-page-note-list > li {
    font-size: 1rem;
  }
}

.page-header {
  height: 217px;
  border-bottom: solid 2px #bf9c47;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page-header {
    height: 142px;
  }
}
.page-header .page-title {
  padding: 58px 38px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-header .page-title {
    padding: 40px 23px;
  }
}
.page-header .page-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  color: #b05f49;
  font-size: 3.5rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-main {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }
}
.page-header .page-title .title-sub {
  color: #b05f49;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-sub {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.page-header .page-title .title-text {
  color: #40220f;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-header .page-title .title-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .header-body {
    padding-left: 15px;
    padding-right: 80px;
  }
}

.header-nav__item-map .header-nav__link,
.header-nav__item-outline .header-nav__link {
  color: #003c42;
  background: #fff;
  border: 1px solid #003c42;
}

.header-nav__form_btn .header-nav__link {
  background: #003c42;
  border: 1px solid #003c42;
}

.localnav__list .localnav__link {
  line-height: 1.2;
}
.localnav__list .localnav__link.selected {
  background: #003c42;
}
.localnav__list .localnav__link.soon {
  color: #ccc;
}
.localnav__list .localnav__link .en {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.localnav__list .localnav__item {
  border: solid 1px #003c42;
}

.localnav__list .localnav__item.last {
  border-right: solid 1px #003c42;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.last {
    border-top: none;
    border-left: none;
    border-right: solid 1px #C9BC9C;
  }
}

.localnav__list .localnav__item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.sp {
    display: block;
  }
}

.localnav__item .localnav__link {
  color: #003c42;
}

.footer-company__list .footer-company__item {
  width: 300px;
}
.footer-company__list .footer-company__item:nth-of-type(1) .footer-company__img {
  width: 200px;
}
.footer-company__list .footer-company__item:nth-of-type(2) .footer-company__img {
  width: 177px;
}

.footer-tel .footer-tel__body {
  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;
}

.footer-tel .footer-tel__body img {
  vertical-align: top;
}

.footer-tel .footer-tel__body .footer-tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-tel .footer-tel__body .footer-tel__link::before {
  content: "通話料無料";
  display: inline-block;
  font-size: 12px;
  border: solid 1px #282828;
  color: #282828;
  margin: 0 10px 0 0;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .footer-tel .footer-tel__body .footer-tel__link::before {
    font-size: 8px;
    margin: 0 4px 0 0;
    padding: 3px;
  }
}

.gen-inner {
  max-width: 810px;
  margin: auto;
}
.gen-mv img {
  width: 100%;
}

.gen-catch {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1024px) {
  .gen-catch {
    margin-bottom: 20px;
  }
}
.gen-catch__title {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.gen-catch__title .title1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title .title1 {
    font-size: 1.4rem;
  }
}
.gen-catch__title .title2 {
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .gen-catch__title .title2 {
    font-size: 2rem;
  }
}
.gen-catch__main {
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__main {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.gen-catch__main.text-left {
  text-align: left;
}
.gen-catch__sub {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__sub {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
}
.gen-catch__sub.text-left {
  text-align: left;
}
.gen-catch__note {
  margin-top: 40px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1024px) {
  .gen-catch__note {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .gen-catch__note.sp-left {
    text-align: left;
  }
}

.gen-footer-banner {
  text-align: center;
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .gen-footer-banner {
    margin: 20px 0;
    padding: 0 20px;
  }
}
.gen-footer-banner .btn-request {
  display: block;
  max-width: 600px;
  margin: auto;
  padding: 20px;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .gen-footer-banner .btn-request {
    font-size: 2rem;
  }
}
.gen-footer-banner .btn-request:hover {
  text-decoration: none;
}

.aniShine::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(255, 255, 255, 0)), color-stop(100%, white), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation: shiny 3s ease-in-out infinite;
          animation: shiny 3s ease-in-out infinite;
}

.common-information-box {
  color: #221815;
  background: #f5f2e7;
  padding: 40px 20px;
}
.common-information-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .common-information-box__inner {
    display: block;
  }
}
.common-information-box__title {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .common-information-box__title {
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
}
.common-information-box__text {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .common-information-box__text {
    font-size: 2rem;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.common-information-box__button {
  margin: 0 0 0 auto;
}
.common-information-box__button .btn-request {
  display: block;
  text-align: center;
  width: 450px;
  color: #fff;
  background: #c9bc9c;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request {
    width: auto;
  }
}
.common-information-box__button .btn-request .btn-request-main {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request .btn-request-main {
    font-size: 1.6rem;
  }
}
.common-information-box__button .btn-request .btn-request-sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .common-information-box__button .btn-request .btn-request-sub {
    font-size: 1.2rem;
  }
}
.common-information-box__button .btn-request:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}
.text-color-white {
color:#fff;
}
.text-color-black {
color:#313131;
}
.text-color-green {
color:#009357;
}

.title100 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1.4em;
  margin-bottom: 1.3em;
}

.text101 {
  font-size: 19px;
  margin-bottom: 35px;
  text-align: center;
}

.text102 {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  .text102 {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.7em;
  }
}
.text112 {
  padding-top: 2.9em;
  padding-bottom: 2.9em;
  color: #3B3B3B;
  width: 100%;
  background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
  font-size: 16px;
  text-align: center;
  line-height: 1.9em;
}

.text113 {
  width: 90%;
  margin: auto;
  margin-top: 2em;
  max-width: 650px;
  text-align: justify;
}

.text113r {
  margin: auto;
  width: 90%;
  max-width: 600px;
  margin-bottom: 2em;
}

.text113h {
  font-size: 2.4em;
  margin: auto;
  margin-top: 1.6em;
  margin-bottom: 1.1em;
}

.text114 {
  font-size: 2.2em;
  line-height: 1.5em;
}

.text115 {
  font-size: 1.4em;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .text112 {
    padding-top: 2.9em;
    padding-bottom: 2.9em;
    color: #3B3B3B;
    width: 100%;
    background-image: radial-gradient(circle, #fff23a, #e0a208 80%);
    font-size: 16px;
    text-align: center;
    line-height: 1.9em;
  }

  .text113 {
    width: 90%;
    margin: auto;
    margin-top: 2em;
    text-align: justify;
    font-size: 0.9em;
    line-height: 1.5em;
  }

  .text113h {
    font-size: 1.6em;
    line-height: 1.6em;
    margin: auto;
    margin-top: 1.6em;
    margin-bottom: 1.1em;
  }

  .text114 {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
.text501 {
  font-size: 23px;
  margin-bottom: 4em;
  text-align: center;
  margin-top: 2em;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .text501 {
    font-size: 16px;
    margin-bottom: 4em;
    text-align: center;
    margin-top: 2em;
    line-height: 2em;
  }
}
.text900 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

.text901 {
  font-size: 19px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.9em;
}

@media screen and (max-width: 768px) {
  .text901 {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.9em;
  }
}
.header-body__title {
  font-size: 1rem;
  line-height: 1;
}

.caption_right{
text-align: right;
color: white;
}
.pic_caption {
  display: block;
  text-align: right;
  font-size: 1.5rem;
  padding-right: 1em;
}

@media screen and (max-width: 1024px) {
  .pic_caption {
    text-align: right;
    font-size: 1.3rem;
    padding-right: 0.2em;
  }
}
.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-caption-target .c-caption {
    font-size: 8px;
  }
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 4px;
}
.c-caption-target .c-caption.in.top {
  bottom: auto;
  top: 4px;
}
.c-caption-target .c-caption.in.right {
  right: 4px;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 4px;
  text-align: left;
}
.c-caption-target .c-caption.out {
  margin-top: 4px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.c-caption-target .c-caption.black {
  color: #000;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
}

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}

@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aniFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes aniOps {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniOps {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes btnShine {
  0% {
    left: -50%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
            transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
            transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
            transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(125deg);
            transform: scale(0) rotate(125deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(125deg);
            transform: scale(1) rotate(125deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(125deg);
            transform: scale(50) rotate(125deg);
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1A {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep1B {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2A {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes landscapeAniStep2B {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.contents__inner {
padding-left:50px;
padding-right:50px;
}
@media screen and (max-width: 1024px) {
.contents__inner {
padding-left:25px;
padding-right:25px;
}
}

@media screen and (max-width: 1280px) {
.sp-contents__inner {
padding-left:25px;
padding-right:25px;
}
}
.pc-narrowcontents__inner {
padding-left:80px;
padding-right:80px;
}
@media screen and (max-width: 1280px) {
.pc-narrowcontents__inner {
padding-left:0px;
padding-right:0px;
}
}


.contents-mv {
width:100%;
max-width: 1280px;
margin:0 auto;
position: relative;
}
.contents-mv img {
width:100%;
}

.fit-image {
position:relative;
}
.fit-image img {
width:100%;
}
.position-a {
position: absolute;
}
.position-r {
position:relative;
text-align: 
}
.text-align-l {
text-align: left;
}
.text-align-c {
text-align: center;
}
.text-align-r {
text-align: right;
}
.caption-photo-r {
position: absolute;
bottom:0.3em;
right:0.3em;
}
.caption-photo-l {
position: absolute;
bottom:0.3em;
left:0.3em;
}
.caption-mv-r {
position: absolute;
bottom:0em;
right:0em;
padding:0.3em 0.6em;
color: #ffffff;
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 23%, rgba(0, 0, 0, 0.5));
}
.caption {
padding-top:0.3em 0.3em 0;
}
.caption-photo-r,
.caption-photo-l,
.caption-mv-r,
.caption {
font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
.caption-photo-r,
.caption-photo-l,
.caption-mv-r,
.caption {
font-size: 1rem;
}
}
.shadow-text-white {
    text-shadow:
        1px 1px rgba(0, 0, 0, 0.7), /*文字の右下に影を追加*/
        1px -1px rgba(0, 0, 0, 0.7),/*文字の右上に影を追加*/
        -1px 1px rgba(0, 0, 0, 0.7),/*文字の左下に影を追加*/
        -1px -1px rgba(0, 0, 0, 0.7);/*文字の左上に影を追加*/
}

.sub-navi {
width:100%;
max-width: 700px;
margin:0 auto;
}
.sub-navi ul {
display: flex;
justify-content: space-between;
}
.sub-navi ul li {
width:48%;
}
.sub-navi ul li a {
background: #ffffff;
color: #003c42;
text-align: center;
border:solid 1px #003c42;
text-decoration: none;
display: block;
font-size:20px;
padding:0.5em 1em;
}

.sub-navi ul li a:hover {
background: #003c42;
color: #ffffff;
border:solid 1px #003c42;
}
.sub-navi ul li a.arrow:hover::after {
content: '';
display: block;
border-top: 2px solid #ffffff;
border-left: 2px solid #ffffff;
}
.sub-navi ul li a.active {
background: #003c42;
color: #ffffff;
border:solid 1px #003c42;
}
.sub-navi ul li a.active::after {
content: '';
display: block;
border-top: 2px solid #ffffff;
border-left: 2px solid #ffffff;
}
@media screen and (max-width: 768px) {
.sub-navi ul {
display: block;
}
.sub-navi ul li {
width:100%;
margin-top:0.5em;
}
.sub-navi ul li:first-child {
margin-top:0em;
}
.sub-navi ul li a {
font-size:3.5vw;
padding:1em 1em;
}
}
.arrow {
position: relative;
padding-right: 1em;
color: #003c42;
text-decoration: none;
}

.arrow::after {
content: '';
display: block;
width: 0.6em; /* 矢印の大きさの指定 */
height: 0.6em; /* 矢印の大きさの指定 */
border-top: 2px solid #003c42; /* 矢印の太さの指定 */
border-left: 2px solid #003c42; /* 矢印の太さの指定 */
}

.arrow--right::after {
transform: rotate(135deg); /* 矢印の角度の指定 */
position: absolute; /* 矢印の位置の指定 */
right: 1em; /* 矢印の位置の指定 */
top: 1em; /* 矢印の位置の指定 */
}

.sub-navi2 {
width:100%;
max-width: 700px;
margin:0 auto;
}
.sub-navi2 ul {
display: flex;
justify-content: space-between;
}
.sub-navi2 ul li {
width:48%;
}
.sub-navi2 ul li a {
background: #403937;
color: #fff;
text-align: center;
border:solid 1px #fff;
text-decoration: none;
display: block;
font-size:20px;
padding:0.5em 1em;
}

.sub-navi2 ul li a:hover {
background: #d4c690;
color: #403937;
border:solid 1px #d4c690;
}
.sub-navi2 ul li a.arrow2:hover::after {
content: '';
display: block;
border-top: 2px solid #403937;
border-left: 2px solid #403937;
}
.sub-navi2 ul li a.active {
background: #d4c690;
color: #403937;
border:solid 1px #d4c690;
}
.sub-navi2 ul li a.active::after {
content: '';
display: block;
border-top: 2px solid #403937;
border-left: 2px solid #403937;
}
@media screen and (max-width: 768px) {
.sub-navi2 ul {
display: block;
}
.sub-navi2 ul li {
width:100%;
margin-top:0.5em;
}
.sub-navi2 ul li:first-child {
margin-top:0em;
}
.sub-navi2 ul li a {
font-size:3.5vw;
padding:1em 1em;
}
}

.arrow2 {
position: relative;
padding-right: 1em;
color: #fff;
text-decoration: none;
}

.arrow2::after {
content: '';
display: block;
width: 0.6em; /* 矢印の大きさの指定 */
height: 0.6em; /* 矢印の大きさの指定 */
border-top: 2px solid #fff; /* 矢印の太さの指定 */
border-left: 2px solid #fff; /* 矢印の太さの指定 */
}

.arrow--right2::after {
transform: rotate(135deg); /* 矢印の角度の指定 */
position: absolute; /* 矢印の位置の指定 */
right: 1em; /* 矢印の位置の指定 */
top: 1em; /* 矢印の位置の指定 */
}



h2.sub-title {
font-size:34px;
font-weight: 400;
letter-spacing: 0.1em;
}
p.main-copy {
font-size:17px;
line-height: 1.8;
}
p.sub-copy {
font-size:14px;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
h2.sub-title {
font-size:4.5vw;
}
p.main-copy {
font-size:3vw;
}
p.sub-copy {
font-size:2.6vw;
}
}
h3.sub-title2 {
font-weight:400;
color:#fff;
font-size:26px;
background:#000;
padding:0.2em 0.8em;
margin-bottom:1em;
}
@media screen and (max-width: 768px) {
h3.sub-title2 {
font-size:4vw;
}
}
h3.sub-title3 {
font-weight:400;
font-size:26px;
}
@media screen and (max-width: 768px) {
h3.sub-title3 {
font-size:4vw;
}
}


.head-title {
position: relative;
text-align: center;
font-size:28px;
letter-spacing: 0.05em;
}
.head-title::before {
background-color: #222;
border-radius: 1px;
bottom: -8px;
content: "";
height: 2px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 30px;
}
@media screen and (max-width: 768px) {
.head-title {
font-size:4vw;
}
.head-title::before {
bottom: -5px;
content: "";
width: 20px;
}
}


#page-top {
  /* ------------------------------------------------------------
  top-cta
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  top-information-box
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  top-nav
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
  yokoku
  ------------------------------------------------------------ */
}
#page-top .mv-contents {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
#page-top .mv-contents .main-mv {
  width: 100%;
  overflow: hidden;
  /*max-width: 1280px;*/
  margin: auto;
}
#page-top .mv-contents .main-mv img {
  vertical-align: bottom;
  width: 100%;
}
#page-top .mv-contents .slick {
  opacity: 0;
  line-height: 1;
  font-size: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
#page-top .mv-contents .slick img {
  vertical-align: top;
}
#page-top .mv-contents .slick.slick-initialized {
  opacity: 1;
}
#page-top .main-contents {
  position: relative;
  z-index: 2;
  padding-top: 5px;
  color: #fff;
  background: #003c42;
  max-width: 100%;
  padding-bottom:15px;
}
@media screen and (max-width: 1024px) {
  #page-top .main-contents {
    padding-top: 3px;
    padding-bottom:8px;
  }
}
#page-top .common-information-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-top .common-information-box {
    margin-bottom: 20px;
  }
}
#page-top .top-cta {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top:10px;
  padding-bottom:10px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-cta {
    padding-left: 20px;
    padding-right: 20px;
    padding-top:5px;
  padding-bottom:5px;
  }
}

#page-top .top-cta .top-cta__body {
  color: #ffffff;
}


#page-top .top-cta .top-cta--text-1 {
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.19em;
  line-height: 1;
}

#page-top .top-cta .top-cta--text-1 h1 {
  font-size: 63px;
  height: 65px;
  margin-bottom: 10px;
}

#page-top .top-cta .top-cta--text-1 p {
  font-size: 42px;
  height: 44px;
}

#page-top .top-cta .top-cta--text-1 p:nth-of-type(2) {
  margin-bottom: 30px;
}

#page-top .top-cta .top-cta--text-1 p:nth-of-type(5) {
  margin-top: 15px;
  font-size: 14px;
  height: 18px;
}

#page-top .top-cta .top-cta--text-1 p:nth-of-type(6) {
  font-size: 14px;
  height: 18px;
}

@media screen and (max-width: 768px) {

  #page-top .top-cta .top-cta--text-1 h1 {
    font-size: 31px;
    height: 35px;
  }
  
  #page-top .top-cta .top-cta--text-1 p {
    font-size: 21px;
    height: 23px;
    margin-bottom: 10px;
  }

  #page-top .top-cta .top-cta--text-1 p:nth-of-type(1) {
    height: 46px;
  }

  #page-top .top-cta .top-cta--text-1 p:nth-of-type(5) {
    height: 36px;
  }
}


#page-top .top-cta .top-cta--text-2 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
#page-top .top-cta .top-cta--text-2 .large-1 {
  font-size: 30px;
}
#page-top .top-cta .top-cta--text-2 .large-2 {
  font-size: 46px;
}
#page-top .top-cta .top-cta--text-2 .large-3 {
  font-size: 26px;
}
.br-top-cta {display:none;}
@media screen and (max-width: 1200px) {
.br-top-cta {display:block;}
  #page-top .top-cta .top-cta--text-2 {
    font-size: 20px;
    line-height: 1.4;
  }
  #page-top .top-cta .top-cta--text-2 .large-1 {
    font-size: 26px;
  }
  #page-top .top-cta .top-cta--text-2 .large-2 {
    font-size: 40px;
  }
  #page-top .top-cta .top-cta--text-2 .large-3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #page-top .top-cta .top-cta--text-2 {
    font-size: 2.8vw;
    line-height: 1.2;
  }
  #page-top .top-cta .top-cta--text-2 .large-1 {
    font-size: 3.2vw;
  }
  #page-top .top-cta .top-cta--text-2 .large-2 {
    font-size: 4.4vw;
  }
  #page-top .top-cta .top-cta--text-2 .large-3 {
    font-size: 3.0vw;
  }
}
#page-top .top-cta .top-cta--text-2 .red {
  color: #943d2b;
}
#page-top .top-cta .top-cta--text-2 .hr {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  border-bottom: 1px solid #003c42;
  max-width: 800px;
  margin: auto;
}
#page-top .top-information-box {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-information-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-top .top-information-box .top-information-box__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#page-top .top-information-box .top-information-box--text-1 {
  font-size: 36px;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-top .top-information-box .top-information-box--text-1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

#page-top .yokoku {
  max-width: 1280px;
  padding: 7px 0;
  margin: 0 auto 5px;
  color: #003c42;
  border-top: solid 1px #003c42;
  border-bottom: solid 1px #003c42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  #page-top .yokoku {
    display: block;
    position: relative;
    padding: 14px 0 7px;
    margin: 10% 10px 5px;
  }
}
#page-top .yokoku__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 14px;
  letter-spacing: 0.4em;
  margin-right: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top .yokoku__title {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 0;
    margin-right: 10px;
  }
}
#page-top .yokoku__title > span {
  display: inline-block;
  padding: 20px;
  border: solid 1px #465f48;
}
@media screen and (max-width: 1024px) {
  #page-top .yokoku__title > span {
    padding: 5px;
  }
}
#page-top .yokoku__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #page-top .yokoku__main {
    padding: 0 10px;
  }
}



.info-contents {
background-image: url("/bunjyo/nerimakasugacho/img/top/act_contents_00201.png"), url("/bunjyo/nerimakasugacho/img/top/act_contents_00202.png");
background-repeat: no-repeat, no-repeat;
background-size: 20vw, 20vw;
background-position: left bottom, right top;
background-color: #ffffff;
padding:60px 0 80px;
}
@media screen and (max-width: 1024px) {
.info-contents {
background-size: 35vw, 25vw;
}
}
.info-contents__inner {
width:100%;
max-width: 1280px;
margin:0 auto;
}
@media screen and (max-width: 1024px) {
.info-contents {
padding:40px 0;
}
.info-contents__inner {
padding-left:30px;
padding-right:30px;
}
}
.kimo_block img,
.info_block img{
width: 100%;
}
.kimo_block {
max-width: 800px;
margin:0 auto 60px;
}
.info_block {
max-width: 980px;
margin:0 auto;
}

.banner-contents {
background-image: url("/bunjyo/nerimakasugacho/img/top/bg_banner.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: center top;
padding:60px 0;
}
.banner-contents__inner {
width:100%;
max-width: 1280px;
margin:0 auto;
}
.banner-contents__inner a {
display: flex;
justify-content: space-between;
margin-bottom:100px;
}
.banner-contents__inner a:last-child {
margin-bottom:50px;
}
@media screen and (max-width: 768px) {
.banner-contents__inner a {
margin-bottom:40px;
}
.banner-contents__inner a:last-child {
margin-bottom:20px;
}
}
.banner-contents__inner .banner_photo {
width:66%;
}
.banner-contents__inner .banner_photo div {
position: relative;
}
.banner-contents__inner .banner_photo div p {
position:absolute;
right:1em;
bottom:0.5em;
font-size: 11px;
color: #fff;
}

@media screen and (max-width: 768px) {
.banner-contents__inner .banner_photo div p {
right:1em;
bottom:0.5em;
font-size: 2vw;
}
}
.banner-contents__inner .banner_photo span {
text-align: right;
display: block;
}
.banner-contents__inner .banner_photo:nth-child(2n) span {
text-align: left;
display: block;
}
.banner-contents__inner .banner_photo span img {
width:20%;
margin-top:1em;
}
.banner-contents__inner .banner_text {
width:34%;
position: relative;
text-align: center;
}
.banner-contents__inner .banner_text h3 img {
height:100px;
width:inherit;
margin-top:-15px;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 1024px) {
.banner-contents {
padding:0px 0 30px;
}
.banner-contents__inner .banner_text h3 img {
height:50px;
margin-top:-7px;
}
}
@media screen and (max-width: 768px) {
.banner-contents {
padding:0px 0 30px;
}
.banner-contents__inner .banner_text h3 img {
height:45px;
margin-top:-5px;
}
}





/*.bg-concept {
background-image: url("/bunjyo/nerimakasugacho/img/concept/concept_000.jpg"), url("/bunjyo/nerimakasugacho/img/concept/concept_004.jpg");
background-repeat: no-repeat, no-repeat;
background-size: 20vw, 20vw;
background-size: cover,cover;
background-position: center top, center bottom;
}*/
.bg-concept {
background-image: url("/bunjyo/nerimakasugacho/img/concept/concept_000.jpg");
background-repeat: no-repeat;
background-size:contain;
background-position: center top;
}
.page-title {
color:#b48856;
font-size:50px;
font-weight:400;
letter-spacing: 0.2em;
}

.concept-01 {
display: flex;
justify-content: space-between;
padding-top:60px;
padding-bottom:60px;
}
.concept-02 {
width:49%;
padding:0 40px;
}
.concept-03 {
width:49%;
padding:80px 40px 0;
}
p.concept-03-1 {
font-size:20px;
letter-spacing: 0.2em;
padding-left:50px;
}
p.concept-03-2 {
font-size:50px;
letter-spacing: 0.2em;
padding-left:50px;
}
p.concept-03-3 {
font-size:20px;
letter-spacing: 0.2em;
padding-left:50px;
}
.concept-04 {
display: flex;
justify-content: space-between;
padding-top:60px;
padding-bottom:60px;
}
.concept-05 {
width:49%;
padding:60px 40px 0;
}
.concept-06 {
width:49%;
padding:0 40px;
}
.concept-06 p {
padding-bottom:1.5em;
font-size:18px;
line-height: 2.2;
letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
.bg-concept {
background-image: url("/bunjyo/nerimakasugacho/img/concept/concept_000.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position: center top;
}
.page-title {
font-size:7vw;
}
.concept-01 {
display: block;
padding-top:30px;
padding-bottom:30px;
}
.concept-02 {
width:100%;
padding:0 40px 0 0;
}
.concept-03 {
width:100%;
padding:20px 0 0 40px;
}
p.concept-03-1 {
font-size:3.5vw;
letter-spacing: 0.2em;
padding-left:25px;
}
p.concept-03-2 {
font-size:11.5vw;
letter-spacing: 0.1em;
padding-left:25px;
line-height: 1.6;
}
p.concept-03-3 {
font-size:3.6vw;
letter-spacing: 0.05em;
padding-left:25px;
}
.concept-04 {
display: block;
padding-top:0px;
padding-bottom:30px;
}
.concept-05 {
width:100%;
padding:30px 20px 0;
}
.concept-06 {
width:100%;
padding:20px 20px 0;
}
.concept-06 p {
padding-bottom:0em;
font-size:3vw;
line-height: 2.2;
letter-spacing: 0.1em;
}
}

.bg-white {
background:#ffffff;
}
.bg-light-grey {
background:#f7f7f5;
}
.bg-blue {
background:#eaf6fd;
}
.bg-brown {
background:#403937;
}
.bg-light-brown {
background:#937865;
}


.location-01 {
padding-top:60px;
padding-bottom:20px;
}
.location-01 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.location-01 ul li {
width:31%;
margin-bottom:40px;
}
@media screen and (max-width: 768px) {
.location-01 {
padding-top:30px;
padding-bottom:15px;
}
.location-01 ul li {
width:48%;
margin-bottom:15px;
}
}
.location-02 {
padding-top:60px;
}
.location-02 ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.location-02 ul li {
width:48%;
margin-bottom:40px;
}
.location-02 ul li:first-child {
padding:2em;
}
.location-03 {
display: flex;
justify-content: space-between;
}
.location-04 {
width:48%;
}
.location-05 {
width:48%;
}

@media screen and (max-width: 768px) {
.location-02 {
padding-top:30px;
padding-bottom:15px;
}
.location-02 ul li {
width:100%;
margin-bottom:15px;
}
.location-02 ul li:nth-child(2),
.location-02 ul li:nth-child(3) {
margin-bottom:30px;
}
}

.location-06 {
width:50%;
margin-left:auto;
margin-right:auto;
text-align: center;
}
@media screen and (max-width: 768px) {
.location-06 {
width:100%;
}
}

.location-07 {
padding-bottom:80px;
display: flex;
justify-content: space-between;
}
.location-08 {
width:40%;
}
.location-09 {
width:56%;
}
.location-10 {
padding:1em 2em;
background: #f7f8f8;
margin-bottom:1em;
}
.location-10 h4 {
font-size:21px;
border-bottom:solid 1px #000;
margin-bottom: 0.5em;
letter-spacing: 0.1em;
font-weight:400;
}
.location-10 p {
font-size:14px;
line-height: 1.8;
}
.location-07 .order0 {
order: 0;
}
.location-07 .order1 {
order: 1;
}
@media screen and (max-width: 768px) {
.location-07 {
padding-bottom:40px;
display: block;
}
.location-08 {
width:100%;
margin-bottom: 1em;
}
.location-09 {
width:100%;
}
.location-07:last-child {
padding-bottom:0px;
}
.location-07.pl120 {
padding-left:30px;
}
.location-07.pr120 {
padding-right:30px;
}
.location-10 h4 {
font-size:4vw;
}
.location-10 p {
font-size:3vw;
}
}


.location-11 ul {
padding-bottom:80px;
display: flex;
justify-content: space-between;
padding-top:50px;
}
.location-11 ul li {
width:32%;
}
@media screen and (max-width: 768px) {
.location-11 ul {
padding-bottom:40px;
padding-top:25px;
}
}

.location-12 {
border:solid 1px #333;
padding:50px;
}
.location-13 {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.location-14 {
width:10%;
}
.location-15 {
padding-top:40px;
width:82%;
}
@media screen and (max-width: 768px) {
.location-12 {
padding:25px;
}
.location-13 {
display: block;
}
.location-14 {
width:60%;
}
.location-15 {
padding-top:25px;
width:100%;
}
}
.location-13 .order0 {
order: 0;
}
.location-13 .order1 {
order: 1;
}

.location-16 {
display: flex;
justify-content: space-between;
align-items:flex-end;
padding-top:60px;
}
.location-17 {
width:44%;
}
.location-18 {
width:52%;
}
@media screen and (max-width: 768px) {
.location-16 {
display: block;
padding-top:30px;
}
.location-17 {
width:100%;
}
.location-18 {
padding-bottm:8px;
width:100%;
}
}
.location-19 {
display: flex;
justify-content: space-between;
align-items:flex-end;
padding-top:10px;
border-bottom:solid 1px #333;
padding-bottom:0.4em;
margin-bottom:1.5em;
}
.location-19 span {
font-size:22px;
font-weight: 400;
}
.location-19 span:nth-child(2) {
font-size:14px;
}
@media screen and (max-width: 768px) {
.location-19 span {
font-size:3.5vw;
}
.location-19 span:nth-child(2) {
font-size:2.6vw;
}
}

.location-20 {
display: flex;
justify-content: space-between;
/*align-items:flex-end;*/
padding-top:60px;
}
.location-21 {
width:31%;
}

@media screen and (max-width: 768px) {
.location-20 {
display: block;
padding-top:30px;
}
.location-21 {
width:100%;
}
.location-23 {
margin-bottom:30px;
}
}
.location-24 {
padding-top:10px;
padding-bottom:0.4em;
margin-bottom:0.3em;
width:100%;
text-align: center;
}
.location-24 span {
font-size:22px;
font-weight: 400;
display: block;
width:100%;
}
.location-24 span:nth-child(2) {
font-size:14px;
display: block;
width:100%;
}
@media screen and (max-width: 768px) {
.location-24 span {
font-size:3.5vw;
}
.location-24 span:nth-child(2) {
font-size:2.6vw;
}
}

.location-25 {
background-image: url("/bunjyo/nerimakasugacho/img/location/ed_bg.png");
background-repeat: no-repeat;
background-position: left bottom;
background-size:50%; 
background-color:#efefef;
padding:4% 0 4% 14%;
}
.location-25b {
background-image: url("/bunjyo/nerimakasugacho/img/location/sp_bg.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size:40%; 
padding:4% 14% 4% 0%;
}
.location-25c {
background-image: url("/bunjyo/nerimakasugacho/img/location/ls_bg.png");
background-repeat: no-repeat;
background-position: left bottom;
background-size:35%; 
background-color:#efefef;
padding:4% 0 4% 14%;
}
.location-25d {
background-image: url("/bunjyo/nerimakasugacho/img/location/hp_bg.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size:40%; 
padding:4% 14% 4% 0%;
}
.location-26 .order0 {
order: 0;
}
.location-26 .order1 {
order: 1;
}
.location-26 {
display: flex;
justify-content: space-between;
}
.location-27 {
width:48%;
}
.location-28 {
width:48%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.location-29 {
width:46%;
}

@media screen and (max-width: 768px) {
.location-25 {
background-size:70%; 
background-color:#efefef;
padding:2% 0px 11% 0%;
}
.location-25b {
background-size:60%; 
padding:2% 0px 11% 0%;
}
.location-25c {
background-size:55%; 
padding:2% 0px 11% 0%;
}
.location-25d {
background-size:60%; 
padding:2% 0px 11% 0%;
}
.location-26 {
display: block;
padding-top:30px;
padding-left:25px;
padding-right:25px;
}
.location-27 {
width:100%;
}
.location-28 {
padding-top:20px;
width:100%;
}
.location-29 {
width:48%;
}
.location-30 {
margin-bottom:0px;
}
}
.location-31 {
padding-top:0.3em;
padding-bottom:0.4em;
margin-bottom:0.3em;
width:100%;
text-align: center;
}
.location-31 span {
font-size:18px;
font-weight: 400;
display: block;
width:100%;
}
.location-31 span:nth-child(2) {
font-size:12px;
display: block;
width:100%;
}
@media screen and (max-width: 768px) {
.location-31 span {
font-size:2.8vw;
}
.location-31 span:nth-child(2) {
font-size:2.3vw;
}
}


.life-info-title {
width:100%;
max-width: 400px;
margin:0 auto 50px;
}
.life-info {
width:100%;
max-width: 980px;
margin:0 auto;
}
@media screen and (max-width: 768px) {
.life-info-title {
width:100%;
max-width: 60%;
margin:0 auto 25px;
}
}
.life-info input {
display: none;
}
.life-info .tab_area {
display: flex;
flex-wrap: wrap;
}
.life-info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.life-info label {
padding: 0.5em 1em;
margin-right: 0.5%;
background: #e4e4e4;
cursor: pointer;
order: -1;
font-size:17px;
font-weight:600;
text-align: center;
width:19%;
opacity: 0.7;
display: flex;
flex-wrap: wrap;
align-items: center;
width:19.6%;
line-height: 1.3;
color:#ffffff;
}
.life-info label.tab1 {
background: #f08200;
}
.life-info label.tab2 {
background: #009fde;
}
.life-info label.tab3 {
background: #dc437b;
}
.life-info label.tab4 {
background: #0ba29a;
}
.life-info label.tab5 {
margin-right: 0%;
background: #c5985b;
}
.life-info .btn_tab div:nth-child(2) {
font-size:14px;
font-weight:400;
display:block;
}
@media screen and (max-width: 768px) {
.life-info .tab_area {
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: stretch;
}
.life-info label {
padding: 0.5em 1em;
margin-right: 0.5%;
margin-bottom:2px;
background: #e4e4e4;
cursor: pointer;
order: -1;
font-size:3vw;
font-weight:600;
text-align: center;
width:19%;
opacity: 0.7;
display: flex;
flex-wrap: wrap;
align-items: center;
width:32%;
line-height: 1.3;
color:#ffffff;
}
.life-info .btn_tab div:nth-child(2) {
font-size:2vw;
font-weight:400;
display:block;
}
}
.life-info label div {
width:100%;
}
.life-info .content {
display: none;
width: 100%;
padding-top:10px;
}
.life-info .inner {
opacity: 0;
}
.life-info input:checked + .btn_tab {
opacity: 1;
}
.life-info input:checked + .btn_tab + .content {
display: block;
}
.life-info input:checked + .btn_tab + .content .inner {
animation: lifefadeIn 1.5s forwards;
}
@keyframes lifefadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.design-01 {
display: flex;
justify-content: space-between;
margin-bottom:0px;
}
.design-02 {
width:63%;
margin-left:10%;
}
.design-02 h2 {
width:40%;
}
.design-02 h3 {
border-bottom:solid 1px #fff;
font-size:28px;
padding-bottom:0.3em;
font-weight:400;
color:#fff;
margin-bottom:30px;
}
.design-02-2 {
width:90%;
}
.design-03 {
width:28%;
}
@media screen and (max-width: 768px) {
.design-01 {
display: block;
margin-bottom:30px;
}
.design-02 {
width:100%;
margin-left:0%;
}
.design-02 h2 {
width:60%;
}
.design-02 h3 {
border-bottom:solid 1px #fff;
font-size:4.3vw;
padding-bottom:0.3em;
font-weight:400;
color:#fff;
margin-bottom:30px;
}
.design-02-2 {
width:100%;
}
.design-03 {
width:100%;
padding-top:30px;
}
}








#page-equipment .equipment-mv .equipment-mv__inner img {
  width: 100%;
}
#page-equipment .equipment-mv .equipment-mv--heading-1 {
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-mv .equipment-mv--heading-1 {
    margin-bottom: 20px;
  }
}
#page-equipment .equipment-article {
  color: #fff;
  background: #403937;
  padding: 100px 140px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-article {
    padding: 50px 20px;
  }
}
#page-equipment .equipment-article-2 {
  background: #ebeaea;
  padding: 100px 140px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-article-2 {
    padding: 50px 20px;
  }
}
#page-equipment .equipment-article-3 {
  color: #fff;
  background: #403937;
  padding: 100px 140px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-article-3 {
    padding: 50px 20px;
  }
}
#page-equipment .equipment--heading-1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--heading-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#page-equipment .equipment--heading-1.type-right {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--heading-1.type-right {
    text-align: center;
  }
}
#page-equipment .equipment--heading-1.type-left {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--heading-1.type-left {
    text-align: center;
  }
}
#page-equipment .equipment--text-1 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--text-1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#page-equipment .equipment--text-1.type-right {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--text-1.type-right {
    text-align: center;
  }
}
#page-equipment .equipment--text-1.type-left {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--text-1.type-left {
    text-align: center;
  }
}
#page-equipment .equipment--text-1 p:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-equipment .equipment--local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--local-nav {
    margin-bottom: 50px;
  }
}
#page-equipment .equipment--local-nav > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding: 0 1%;
  max-width: 280px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--local-nav > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33%;
            flex: 0 1 33%;
    max-width: 100%;
  }
}
#page-equipment .equipment--local-nav a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid #e9e3d0;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment--local-nav a {
    padding: 10px 2px;
    font-size: 12px;
  }
}
#page-equipment .equipment--local-nav a.selected, #page-equipment .equipment--local-nav a:hover {
  color: #003c42;
  background: #d4c690;
  text-decoration: none;
}
#page-equipment .equipment-section-1 {
  position: relative;
}
#page-equipment .equipment-section-1 .note {
  font-size: 12px;
  text-align: left;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .note {
    font-size: 10px;
    margin-top: 1em;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--image-1 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--image-1 {
    margin-bottom: 30px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--image-2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--image-2 {
    margin-bottom: 30px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--image-3 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--image-3 {
    margin-bottom: 30px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--image-4 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--image-4 {
    margin-bottom: 20px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--list-1 {
    display: block;
    margin-bottom: 30px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--list-1 > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--list-1 .equipment-section-1--list-1__heading-1 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url("/bunjyo/nerimakasugacho/img/equipment/equipment_1_bg_1.jpg") center center/100% 100% no-repeat;
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--list-1 .equipment-section-1--list-1__heading-1 {
    font-size: 14px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--list-1 .equipment-section-1--list-1__text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--list-1 .equipment-section-1--list-1__text-1 {
    font-size: 12px;
  }
}
#page-equipment .equipment-section-1 .equipment-section-1--box-1 {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-1 .equipment-section-1--box-1 {
    font-size: 12px;
  }
}
#page-equipment .equipment-section-2 {
  position: relative;
}
#page-equipment .equipment-section-2 .note {
  font-size: 12px;
  text-align: left;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-2 .note {
    font-size: 10px;
    margin-top: 1em;
  }
}
#page-equipment .equipment-section-2 .equipment-section-2--image-1 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-2 .equipment-section-2--image-1 {
    margin-bottom: 40px;
  }
}
#page-equipment .equipment-section-2 .equipment-section-2--image-2 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-2 .equipment-section-2--image-2 {
    margin-bottom: 40px;
  }
}
#page-equipment .equipment-section-2 .equipment-section-2--image-3 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-2 .equipment-section-2--image-3 {
    margin-bottom: 40px;
  }
}
#page-equipment .equipment-section-2 .equipment-section-2--note-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-2 .equipment-section-2--note-1 {
    font-size: 10px;
  }
}
#page-equipment .equipment-section-3 {
  position: relative;
}
#page-equipment .equipment-section-4 {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 {
    margin-bottom: 60px;
  }
}
#page-equipment .equipment-section-4 .equipment--heading-1,
#page-equipment .equipment-section-4 .equipment--text-1 {
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment--heading-1,
#page-equipment .equipment-section-4 .equipment--text-1 {
    padding-right: 0;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--heading-1 {
  position: absolute;
  top: 10px;
  right: -20px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--heading-1 {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #page-equipment .equipment-section-4 .equipment-section-4--heading-1 img {
    width: 45px;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--list-1 {
    display: block;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 > li {
    margin-bottom: 20px;
}
  
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--list-1 > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__image-1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__image-1 {
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__heading-1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__heading-1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-4 .equipment-section-4--list-1 .equipment-section-4--list-1__text-1 {
    font-size: 12px;
  }
}
#page-equipment .equipment-section-5 {
  position: relative;
}
#page-equipment .equipment-section-5 .equipment--heading-1,
#page-equipment .equipment-section-5 .equipment--text-1 {
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-5 .equipment--heading-1,
#page-equipment .equipment-section-5 .equipment--text-1 {
    padding-left: 0;
  }
}
#page-equipment .equipment-section-5 .equipment-section-5--heading-1 {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-5 .equipment-section-5--heading-1 {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #page-equipment .equipment-section-5 .equipment-section-5--heading-1 img {
    width: 45px;
  }
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1.column-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__image-1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__image-1 {
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__heading-1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__heading-1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-5 .equipment-section-5--list-1 .equipment-section-5--list-1__text-1 {
    font-size: 12px;
  }
}




.equipment-01 {
  position: relative;
}
.equipment-01 .box-1--text-1 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  color: #313131;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--text-1 {
    font-size: 12px;
  }
}
.equipment-01 .box-1--text-1 .note {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
   .equipment-01 .box-1--text-1 .note {
    font-size: 10px;
  }
}
.equipment-01 .box-1--image-1 {
  text-align: center;
  margin-bottom: 10px;
}
.equipment-01 .box-1--heading-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #5c493e;
  margin-bottom: 20px;

}
.equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  background: #5c493e;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  width:100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;

}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 14px;
  }
}
.equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__primary + .box-1--heading-box-1__secondary {
  padding-left: 20px;
  color: #313131;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__primary + .box-1--heading-box-1__secondary {
    padding-left: 10px;
  }
}
.equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--heading-box-1 .box-1--heading-box-1__secondary {
    font-size: 14px;
  }
}
.equipment-01 .box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1 {
    display: block;
  }
}
.equipment-01 .box-1 .box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;

}
.equipment-01 .box-1 .box-1__item.column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.equipment-01 .box-1--heading-1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #d4c8a0;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--heading-1 {
    font-size: 16px;
  }
}
.equipment-01 .box-1--heading-2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-left: 1em;
  color: #003c42;
  background: #d4c8a0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--heading-2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.equipment-01 .box-1--inner-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--inner-box-1 {
    display: block;
  }
}
.equipment-01 .box-1--inner-box-1 .box-1--inner-box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--inner-box-1 .box-1--inner-box-1__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.equipment-01 .box-1--section:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .equipment-01 .box-1--section:not(:last-of-type) {
    margin-bottom: 20px;
  }
}


#page-equipment .equipment-section-6--list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-6--list-1 {
    display: block;
  }
}
#page-equipment .equipment-section-6--list-1 > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-equipment .equipment-section-6--list-1 > li {
    margin-bottom: 20px;
}
  
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-6--list-1 > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__image-1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__image-1 {
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__heading-1 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__heading-1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__text-1 {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #page-equipment .equipment-section-6--list-1 .equipment-section-4--list-1__text-1 {
    font-size: 12px;
  }
}

















#page-quality .quality-mv .quality-mv__inner img {
  width: 100%;
}
#page-quality .quality-mv .quality-mv--heading-1 {
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-mv .quality-mv--heading-1 {
    margin-bottom: 20px;
  }
}
#page-quality .quality-article {
  color: #fff;
  background: #403937;
  padding: 100px 100px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-article {
    padding: 50px 20px;
  }
}
#page-quality .quality--heading-1 {
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality--heading-1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#page-quality .quality--text-1 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality--text-1 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-1 {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 {
    margin-bottom: 80px;
  }
}
#page-quality .quality-section-1 .quality-section-1__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-quality .quality-section-1 .quality--heading-1 {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality--heading-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-quality .quality-section-1 .quality-section-1--heading-1 {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--heading-1 {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #page-quality .quality-section-1 .quality-section-1--heading-1 img {
    width: 45px;
  }
}
#page-quality .quality-section-1 .quality-section-1--image-1 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-1 .quality-section-1--image-1 {
    margin-bottom: 10px;
  }
}
#page-quality .quality-section-1 .quality-section-1--note-1 {
  font-size: 12px;
}
#page-quality .quality-section-2 {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-2 .quality-section-2__inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 .quality-section-2__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
#page-quality .quality-section-2 .quality-section-2--heading-1 {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 .quality-section-2--heading-1 {
    position: relative;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #page-quality .quality-section-2 .quality-section-2--heading-1 img {
    width: 45px;
  }
}
#page-quality .quality-section-2 .quality-section-2--heading-2 {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 .quality-section-2--heading-2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-2 .quality-section-2--text-1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-2 .quality-section-2--text-1 {
    font-size: 14px;
  }
}
#page-quality .quality-section-3 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 {

  }
}
#page-quality .quality-section-3 .quality-section-3-box-1 .quality-section-3-box-1__header {
  text-align: center;
  padding: 90px 20px;
  background: url("/bunjyo/nerimakasugacho/img/quality/quality_bg_1.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3-box-1 .quality-section-3-box-1__header {
    padding: 40px 20px;
  }
}
#page-quality .quality-section-3 .quality-section-3-box-1 .quality-section-3-box-1__body {
  color: #000;
  background: #fff;
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3-box-1 .quality-section-3-box-1__body {
    padding: 20px;
  }
}
#page-quality .quality-section-3 .quality-section-3--heading-1 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--heading-1 {
    font-size: 18px;
  }
}
#page-quality .quality-section-3 .quality-section-3--heading-2 {
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--heading-2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-3 .quality-section-3--inner-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--inner-box-1 {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-3 .quality-section-3--inner-box-1 .quality-section-3--inner-box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--inner-box-1 .quality-section-3--inner-box-1__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-3 .quality-section-3--inner-box-2 {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-3 .quality-section-3--inner-box-2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-quality .quality-section-3 .quality-section-3--inner-box-3 {
  text-align: center;
}
#page-quality .quality-section-4 {
  position: relative;
}
#page-quality .quality-section-4 .quality-section-4--text-1 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--text-1 {
    font-size: 12px;
  }
}
#page-quality .quality-section-4 .quality-section-4--text-1 .note {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--text-1 .note {
    font-size: 10px;
  }
}
#page-quality .quality-section-4 .quality-section-4--image-1 {
  text-align: center;
  margin-bottom: 10px;
}
#page-quality .quality-section-4 .quality-section-4--heading-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d4c8a0;
  margin-bottom: 20px;
}
#page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  color: #003c42;
  background: #d4c8a0;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    font-size: 14px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__primary + .quality-section-4--heading-box-1__secondary {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__primary + .quality-section-4--heading-box-1__secondary {
    padding-left: 10px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 20px;
  color: #d4c8a0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-box-1 .quality-section-4--heading-box-1__secondary {
    font-size: 14px;
  }
}
#page-quality .quality-section-4 .quality-section-4-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4-box-1 {
    display: block;
  }
}
#page-quality .quality-section-4 .quality-section-4-box-1 .quality-section-4-box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4-box-1 .quality-section-4-box-1__item {
    margin-bottom: 40px;
  }
}
#page-quality .quality-section-4 .quality-section-4-box-1 .quality-section-4-box-1__item.column-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
#page-quality .quality-section-4 .quality-section-4--heading-1 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #d4c8a0;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-1 {
    font-size: 16px;
  }
}
#page-quality .quality-section-4 .quality-section-4--heading-2 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding-left: 1em;
  color: #003c42;
  background: #d4c8a0;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--heading-2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#page-quality .quality-section-4 .quality-section-4--inner-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--inner-box-1 {
    display: block;
  }
}
#page-quality .quality-section-4 .quality-section-4--inner-box-1 .quality-section-4--inner-box-1__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4--inner-box-1 .quality-section-4--inner-box-1__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#page-quality .quality-section-4 .quality-section-4-box-1--section:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality .quality-section-4 .quality-section-4-box-1--section:not(:last-of-type) {
    margin-bottom: 20px;
  }
}




.quality-section-5 {
display: flex;
justify-content: space-between;
}

.quality-article2 {
width:100%;
margin:0 auto;
max-width: 1080px;
padding:100px 0;
}
.quality-section-5 .box {
width:47%;
}
@media screen and (max-width: 1024px) {
.quality-section-5 {
display: block;
}
.quality-article2 {
width:100%;
margin:0 auto;
max-width: 1080px;
padding:50px 20px;
}
.quality-section-5 .box {
width:100%;
}
}




.access-01 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.access-01 div {
width:23%;
}
@media screen and (max-width: 1024px) {
.access-01 div {
width:48%;
}
.access-01 div:nth-child(1),
.access-01 div:nth-child(1) {
margin-bottom:15px;
}
}
p.access-notice {
padding-top:2em;
font-size:12px;
}
@media screen and (max-width: 1024px) {
p.access-notice {
font-size:2vw;
}
}

.access-02 {
display: flex;
justify-content: space-between;
}
.access-02 div {
width:48%;
}
@media screen and (max-width: 1024px) {
.access-02 {
display: block;
}
.access-02 div {
width:100%;
}
.access-02 div:nth-child(2) {
margin-top:30px;
}
}


#page-map .main-contents {
  padding: 50px 20px;
  background: #faf8f4;
}
#page-map .main-contents .main-contents__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#page-map .map-heading-1 {
  text-align: center;
  margin-bottom: 60px;
}
#page-map .map-heading-1 .map-heading-1--main {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.18em;
  color: #232323;
}
@media screen and (max-width: 1024px) {
  #page-map .map-heading-1 .map-heading-1--main {
    font-size: 18px;
  }
}
#page-map .map {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-map .map {
    margin-bottom: 40px;
  }
}
#page-map .map .map__image-1 {
  max-width: 1280px;
}
#page-map .map-more {
  text-align: center;
}

.navi_access{
text-align: center;
font-size: 30px;

}
#page-map .btn-more {
  display: block;
  font-size: 16px;
  max-width: 200px;
  margin: auto;
  padding: 5px;
  color: #fff;
  background: #8ba5c7;
  border-radius: 50px;
}

#page-outline {
  font-family: serif;
}
#page-outline .main-contents {
  padding: 50px 20px;
  background: #faf8f4;
}
#page-outline .main-contents .main-contents__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#page-outline .outline-heading-1 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.18em;
  color: #232323;
}
@media screen and (max-width: 1024px) {
  #page-outline .outline-heading-1 {
    font-size: 18px;
  }
}
#page-outline .under-img {
  text-align: center;
  margin-bottom: 40px;
}
#page-outline .outline-title {
  text-align: center;
  color: #8A7663;
  line-height: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-title {
    margin-bottom: 45px;
  }
}
#page-outline .outline-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-title .title-main {
    font-size: 2.3rem;
  }
}
#page-outline .outline-title .title-sub {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-outline .outline-title .title-sub {
    font-size: 1rem;
  }
}
#page-outline main .table-wrapper {
  margin-bottom: 40px;
}
#page-outline main .table-title {
  font-size: 2.4rem;
  margin-top: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #page-outline main .table-title {
    font-size: 1.6rem;
  }
}
#page-outline main table.outline-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.4rem;
  color: #333333;
  border-top: solid 1px #8A7663;
}
#page-outline main table.outline-table th {
  color: #003c42;
  background: #E9E3D0;
  border-left: solid 1px #8A7663;
  border-right: solid 1px #8A7663;
  width: 20%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #8A7663;
}
@media screen and (max-width: 768px) {
  #page-outline main table.outline-table th {
    border-bottom: none;
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
#page-outline main table.outline-table td {
  background: #fff;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #8A7663;
  border-right: solid 1px #8A7663;
}
@media screen and (max-width: 768px) {
  #page-outline main table.outline-table td {
    display: block;
    font-size: 1.2rem;
    border-top: 1px solid #8A7663;
    border-left: solid 1px #8A7663;
  }
}
#page-outline main .table-box {
  border: solid 1px #8A7663;
  padding: 20px;
  font-size: 1.4rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page-outline main .table-box {
    font-size: 1.2rem;
  }
}
#page-outline main .table-note {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #page-outline main .table-note {
    font-size: 1rem;
  }
}


.faq_btn{
width: 75%;
max-width: 555px;
margin: auto;
}

.faq_contents{
display:block;
width: 95%;
max-width: 1024px;
margin: auto;
margin-top: 50px;
}




/***/
/*テキストインフォメーション*/
#text_info {
  width: 730px;
  margin-top: 1em;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #text_info {
    width: 100%;
    margin-top: 0em;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
}
/***/





