  @charset "UTF-8";

/* NEW マーク */
.localnav__list li {
  position: relative; }

.localnav__list li:nth-child(3) a::after,
.localnav__list li:nth-child(5) a::after,
.localnav__list li:nth-child(7) a::after
{
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  content: "NEW";
  background: #841313;
  color: #fff;
  padding: 1px 3px 1px;
  line-height: 12px;
  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; }


/* 準備中 マーク */
.localnav__list li {
  position: relative; }


.localnav__list li:nth-child(0) {
background: #dfdfdf;
}
.localnav__list li:nth-child(0) a::after
{
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  content: "準備中";
  background: #8e8e8e;
  color: #fff;
  padding: 1px 3px 1px;
  line-height: 12px;
  margin-left: 5px; }

.new {
  position: relative; }

.new a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  content: "準備中";
  background: #8e8e8e;
  color: #fff;
  padding: 3px 5px 3px;
  line-height: 20px;
  margin-left: 0px; }


/*! 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;
}

.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: #595757;
  margin: 0;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-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: "";
  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;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
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;
  }
}

.header-body__title img {
width:100%;
max-width: 300px;
margin-left:10px;
}
@media screen and (max-width: 768px) {
.header-body__title img {
max-width: 240px;
margin-left:5px;
margin-top:7px;
}
}

.main-contents {
  max-width: 1280px;
  margin: auto;
}

.common-page-note {
  padding: 0 20px 20px;
  max-width: 1280px;
  margin: 40px auto;
}
.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: #111111;
  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: #111111;
  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-right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .header-inner {
    border-color: #666666;
  }
}

.header-nav__form_btn .header-nav__link {
  background: #666666;
}

.localnav__list .localnav__link {
  line-height: 1.2;
}
/*.localnav__list .localnav__link.selected {
  background: #35b597;
}*/
.localnav__list .localnav__item.selected {
  background: #35b597;
}
.localnav__list .localnav__link .en {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.localnav__list .localnav__item {
  border: solid 1px #666666;
}
.localnav__list .localnav__item.selected {
  /*border: solid 1px #35b597;*/
  color:#ffffff;
}
.localnav__item.selected .localnav__link {
  color: #ffffff;
}

.localnav__list .localnav__item.last {
  border-right: solid 1px #666666;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.last {
    border-top: none;
    border-left: none;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
  }
}

.localnav__list .localnav__item.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .localnav__list .localnav__item.sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .localnav .localnav__list .localnav__item {
    border-bottom: solid 1px #666666;
  }
}

@media screen and (max-width: 768px) {
  .localnav__list .localnav__item:nth-of-type(2n + 1) {
    border-right: solid 1px #666666;
  }
}

.header-nav__list .header-nav__link {
  color: #111111;
  background: #fff;
  border: solid 1px #666666;
}

.header-nav__form_btn .header-nav__link {
  color: #fff;
  background-color: #35b597;
  /*background: linear-gradient(to right, #71c2de 0%, #0095b5 100%);*/
  border: solid 1px transparent;
}

.footer-aside-nav {
  background: #ceede5;
}

.footer-company__list .footer-company__img {
width: 340px;
}
.footer-company__list li.footer-company__item img {
width:100%;
}
.footer-company__list li.footer-company__item {
width: 190px;
margin-left:15px;
margin-right:15px;
}
.footer-company__list li.footer-company__item:nth-child(2) {
  width: 348px;
}
@media screen and (max-width: 1023px) {
.footer-company__list li.footer-company__item {
width: 190px;
margin-left:auto;
margin-right:auto;
}
.footer-company__list li.footer-company__item:nth-child(2) {
width: 362px;
max-width: 362px;  
}
}

.footer-tel {
  color: #111111;
  background: #ceede5;
}

.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;
  color: #182423;
}
.footer-tel .footer-tel__body .footer-tel__link::before {
  content: "通話料無料";
  display: inline-block;
  font-size: 12px;
  color: #182423;
  border: solid 1px #182423;
  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;
  }
}

.footer-aside-nav__form_btn .footer-aside-nav__link {
  background-color: #35b597;
}

@media screen and (max-width: 1024px) {
.footer-nav__item-catalog .footer-nav__link,
.footer-nav__item-tel .footer-nav__link,
.footer-nav__item-request .footer-nav__link {
    color: #fff;
    background-color: #35b597;
  }
}

.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;
  background: url(/bunjyo/tokisakumachi/img/top/pc/top_btn_request.png) center center/100% 100% no-repeat;
}
@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: #2b6968;
  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;
}

.info-text {
  font-size: 2.8rem;
  text-align: center;
  font-family: serif;
}
.info-text .color {
  font-size: 4.2rem;
  color: #2b6968;
  display: block;
}

.text-center {
  text-align: center;
}

.main-contents__inner {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main-contents__inner {
    margin: 0 10px;
  }
.info-text {
 font-size: 1.5rem;

}
.info-text .color {
  font-size:2.2rem;

}
}

.common-mv {
  max-width: 800px;
  margin: auto;
  padding: 60px;
  background: url("/bunjyo/tokisakumachi/img/common/pc/mv_img_bg.png") no-repeat left top;
  background-size: 30%;
}
@media screen and (max-width: 768px) {
  .common-mv {
    padding: 30px;
  }
}

.common_inner {
padding-left:60px;
padding-right:60px;
}
@media screen and (max-width: 1023px) {
.common_inner {
padding-left:40px;
padding-right:40px;
}
}
@media screen and (max-width: 768px) {
.common_inner {
padding-left:20px;
padding-right:20px;
}
.sp_full {
padding-left:0px;
padding-right:0px;
}
}

@media screen and (max-width: 768px) {

}

.text-right {
  text-align: right;
  font-size: 1.2rem;
}

.text-left {
  text-align: left;
  font-size: 1.2rem;
}

.cap {
  font-size: 1.2rem;
}

.img-box2 {
  max-width: 800px;
  margin: auto;
}

.mt100 {
  margin-top: 100px;
}

.mt40 {
  margin-top: 40px;
}

.bar-img {
  margin: 60px auto;
  max-width: 800px;
}

.heading3 {
  margin-top: 40px;
  font-family: serif;
  line-height: 2;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
}

.heading3 p{
  margin-top: 40px;
  font-family: serif;
  line-height: 2;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  font-size: 90%;
}

.heading1 {
  font-size: 2.8rem;
  letter-spacing: 0.28em;
  text-align: center;
  color: #000000;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .heading1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.heading2 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  text-align: center;
  color: #000000;
  font-size: 2rem;
}

.mt60 {
  margin-top: 60px;
}

.img-box-concept {
  max-width: 800px;
  margin: auto;
}

.concept-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
.concept-flex li {
  width: 24%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .concept-flex li {
    width: 48%;
  }
}

@-webkit-keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animeMvShow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniTabFadeIn {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-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 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;
  }
}
#page-top .center-text {
  text-align: center;
  margin-top: 20px;
  font-family: serif;
}
#page-top .act-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page-top .act-flex li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #page-top .act-flex li {
    width: 48%;
    margin-bottom: 20px;
  }
}
#page-top .mv-contents {
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #page-top .mv-contents {
    /*margin-bottom: 30px;*/
  }
}
#page-top .mv-contents .main-mv {
  width: 100%;
  overflow: hidden;
}
#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 .main-contents {
  position: relative;
  z-index: 2;
}
#page-top main .common-information-box {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #page-top main .common-information-box {
    margin-bottom: 20px;
  }
}
#page-top main .top-nav {
  max-width: 1180px;
  margin: auto;
}
#page-top main .top-nav .img-nav {
  margin-bottom: 10px;
}
#page-top main .yokoku {
  max-width: 1280px;
  padding: 7px 0;
  margin: 0 auto 5px;
  border-top: solid 1px #666666;
  border-bottom: solid 1px #666666;
  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 main .yokoku {
    display: block;
    position: relative;
    padding: 14px 0 7px;
    margin: 10% 10px 5px;
  }
}
#page-top main .yokoku__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  margin-right: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__title {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 0;
    margin-right: 10px;
  }
}
#page-top main .yokoku__title > span {
  display: inline-block;
  padding: 20px;
  border: solid 1px #666666;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__title > span {
    padding: 5px;
  }
}
#page-top main .yokoku__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #page-top main .yokoku__main {
    padding: 0 10px;
  }
}

.main-information01 {
  margin: 0px auto;
  text-align: center;
  width:100%;
  padding: 70px 60px;
}
@media screen and (max-width: 768px) {
.main-information01 {
  margin: 0px auto;
  text-align: center;
  width:100%;
  padding: 35px 30px 10px;
}
}

.main-information02 {
  max-width: 900px;
  margin:0 auto;

}
.main-information02 .act-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-information02 .act-flex li {
  width: 32%;
  text-align: center;
}
.main-information02 .act-center {
  margin: 30px auto 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
.main-information02 .act-center {
  margin: 15px auto 30px;
}
}
.act-center_text {
  margin: 40px auto;
  text-align: center;
  width: 90%;
  max-width: 650px;
}

.img-center {
  margin: 40px auto;
  text-align: center;
}

.img-center2 {
  margin: 60px auto 40px;
  text-align: center;
}

#page-concept main .bg-wrapper {
  margin-top: 60px;
  background: url("/bunjyo/tokisakumachi/img/concept/pc/000.png") 100% top/cover no-repeat;
  padding: 100px 0 180px;
}
@media screen and (max-width: 1024px) {
  #page-concept main .bg-wrapper {
    background: url("/bunjyo/tokisakumachi/img/concept/sp/000.png") 100% top/cover no-repeat;
    padding: 30px 0;
  }
}
#page-concept main .title {
  text-align: center;
  margin-bottom: 60px;
}
#page-concept main .concept-box1 {
  max-width: 700px;
  margin: auto;
  color: white;
}
#page-concept main .concept-box1__header {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-concept main .concept-box1__header {
    font-size: 1.8rem;
    margin-bottom: 45px;
  }
}
#page-concept main .concept-box1__body {
  font-size: 2.6rem;
  line-height: 2.5;
}
@media screen and (max-width: 1024px) {
  #page-concept main .concept-box1__body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #page-concept main .concept-box1__body {
    font-size: 1.2rem;
  }
}

#page-location {
  overflow-x: hidden;
}
#page-location .location-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
#page-location .location-flex li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-location .location-flex li {
    width: 100%;
  }
}
#page-location .location-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
#page-location .location-flex2 li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-location .location-flex2 li {
    width: 48%;
  }
}

#page-landscape {
  overflow-x: hidden;
}
#page-landscape .under-line {
  margin-top: 60px;
  border-bottom: 1px solid #000;
}
#page-landscape .ta-l {
  text-align: left;
  margin-bottom: 30px;
}
#page-landscape .landcape-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
#page-landscape .landcape-flex li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-landscape .landcape-flex li {
    width: 100%;
  }
}
#page-landscape .landcape-flex li:first-child {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #page-landscape .landcape-flex li:first-child {
    width: 100%;
  }
}
#page-landscape .landcape-flex li:last-child {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #page-landscape .landcape-flex li:last-child {
    width: 100%;
  }
}

#page-quality {
  overflow-x: hidden;
}
#page-quality main .heading1 {
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.28em;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading1 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
#page-quality main .heading2 {
  color: #aea388;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading2 {
    margin-bottom: 20px;
  }
}
#page-quality main .heading2 .text1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading2 .text1 {
    font-size: 1.4rem;
  }
}
#page-quality main .heading2 .text2 {
  font-size: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading2 .text2 {
    font-size: 2.4rem;
  }
}
#page-quality main .heading3 {
  font-size: 2.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.25em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading3 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
#page-quality main .heading4 {
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  color: #fff;
  background: #aea388;
  padding: 5px 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#page-quality main .heading5 {
  font-size: 3.6rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  color: #4a9362;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#page-quality main .heading6 {
  font-size: 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2em;
  color: #94252a;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .heading6 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
#page-quality main .message {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .message {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#page-quality main .note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #page-quality main .note {
    margin-top: 10px;
    font-size: 1rem;
  }
}
#page-quality main .item-list1 {
  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 main .item-list1 {
    display: block;
  }
}
#page-quality main .item-list1 .item__image {
  margin-bottom: 10px;
}
#page-quality main .item-list1 .item__text {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.18em;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-list1 .item__text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#page-quality main .item-list1.column3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-quality main .item-list1.column3 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin: 0 1%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-list1.column3.type-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-list1.column3.type-b .item:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-list1.column3.type-b .item:nth-child(2), #page-quality main .item-list1.column3.type-b .item:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }
}
#page-quality main .item-text1 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.18em;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-text1 {
    font-size: 1.2rem;
  }
}
#page-quality main .item-text2 {
  font-size: 2.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.18em;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .item-text2 {
    font-size: 1.6rem;
  }
}
#page-quality main .header-box1 {
  background: url(/bunjyo/tokisakumachi/img/quality/pc/quality_bg_1.jpg) center top/cover no-repeat;
  padding: 40px 80px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1 {
    padding: 20px;
    margin: 0 -20px 20px;
  }
}
#page-quality main .header-box1__heading {
  text-align: center;
  color: #936b1e;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading {
    margin-bottom: 20px;
  }
}
#page-quality main .header-box1__heading .text1 {
  font-size: 2.8rem;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading .text1 {
    font-size: 1.4rem;
  }
}
#page-quality main .header-box1__heading .text2 {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading .text2 {
    font-size: 2rem;
  }
}
#page-quality main .header-box1__heading .text2::before {
  content: "";
  display: block;
  width: 169px;
  height: 4px;
  background: url(/bunjyo/tokisakumachi/img/quality/pc/quality_icon_1.png) center top/cover no-repeat;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading .text2::before {
    width: 40px;
    height: 2px;
    margin-right: 5px;
  }
}
#page-quality main .header-box1__heading .text2::after {
  content: "";
  display: block;
  width: 169px;
  height: 4px;
  background: url(/bunjyo/tokisakumachi/img/quality/pc/quality_icon_2.png) center top/cover no-repeat;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading .text2::after {
    width: 40px;
    height: 2px;
    margin-left: 5px;
  }
}
#page-quality main .header-box1__heading .text3 {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__heading .text3 {
    font-size: 1.6rem;
  }
}
#page-quality main .header-box1__message {
  font-size: 2rem;
  font-weight: bold;
  color: #936b1e;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__message {
    font-size: 1rem;
  }
}
#page-quality main .header-box1__note {
  margin-top: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__note {
    font-size: 1rem;
  }
}
#page-quality main .header-box1__button .btn-accordion {
  display: block;
  font-size: 2rem;
  text-align: center;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #040404;
  width: 100%;
  padding: 4px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .header-box1__button .btn-accordion {
    font-size: 1.2rem;
    padding: 10px;
  }
}
#page-quality main .header-box1__button .btn-accordion.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-quality main .accordion-box {
  /*display: none;*/
}
#page-quality main .main-contents {
  background: #fcfcfc;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #page-quality main .main-contents {
    padding: 20px;
  }
}
#page-quality main .main-contents__inner {
  max-width: 1000px;
  margin: auto;
}
#page-quality main .section1__box1 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-rows: auto 10px auto;
  -ms-grid-columns: 1fr 10px 1fr;
      grid-template: "item1 item1" auto "item2 item3" auto/1fr 1fr;
  margin-bottom: 60px;
}
#page-quality main .section1__box1 .item1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: item1;
}
#page-quality main .section1__box1 .item2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item2;
}
#page-quality main .section1__box1 .item3 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: item3;
}
#page-quality main .section2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section2 {
    margin-bottom: 30px;
  }
}
#page-quality main .section2-box1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section2-box1 {
    margin-bottom: 30px;
  }
}
#page-quality main .section2-horizon-box1 {
  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-quality main .section2-horizon-box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
#page-quality main .section2-horizon-box1 .primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section2-horizon-box1 .primary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#page-quality main .section2-horizon-box1 .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section2-horizon-box1 .secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-quality main .section3-horizon-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 {
    display: block;
    margin: 0 0 30px;
  }
}
#page-quality main .section3-horizon-box1 .primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 .primary {
    margin-bottom: 20px;
  }
}
#page-quality main .section3-horizon-box1 .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#page-quality main .section3-horizon-box1 .item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 .item__title {
    margin-bottom: 10px;
  }
}
#page-quality main .section3-horizon-box1 .item__text {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 .item__text {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
  }
}
#page-quality main .section3-horizon-box1 .item__text2 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 .item__text2 {
    font-size: 1.2rem;
  }
}
#page-quality main .section3-horizon-box1 .item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section3-horizon-box1 .item__image {
    margin-bottom: 10px;
  }
}
#page-quality main .section4 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section4 {
    margin-bottom: 50px;
  }
}
#page-quality main .section4 .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section4 .image {
    margin-bottom: 10px;
  }
}
#page-quality main .section5 {
  position: relative;
  background: #dff2fc;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section5 {
    margin-bottom: 50px;
  }
}
#page-quality main .section5__inner {
  position: relative;
  z-index: 2;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section5__inner {
    padding: 30px;
  }
}
#page-quality main .section5 .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section5 .image {
    margin-bottom: 10px;
  }
}
#page-quality main .section5-horizon-box1 {
  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 main .section5-horizon-box1 {
    display: block;
  }
}
#page-quality main .section5-horizon-box1 .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
#page-quality main .section5-horizon-box1 .item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section5-horizon-box1 .item__image {
    margin-bottom: 10px;
  }
}
#page-quality main .section5-horizon-box1 .item__text {
  color: #425d86;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section5-horizon-box1 .item__text {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
#page-quality main .section6-box1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-box1 {
    margin-bottom: 50px;
    overflow: hidden;
  }
}
#page-quality main .section6-box1 .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-box1 .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-box1 .title img {
    width: 508px;
  }
}
#page-quality main .section6-horizon-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box1 {
    display: block;
    margin-bottom: 30px;
  }
}
#page-quality main .section6-horizon-box1 .primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}
#page-quality main .section6-horizon-box1 .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
#page-quality main .section6-horizon-box1 .message {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box1 .message {
    text-align: left;
  }
}
#page-quality main .section6-horizon-box1 .item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box1 .item__image {
    margin-bottom: 10px;
    text-align: center;
  }
}
#page-quality main .section6-horizon-box1 .item__title {
  color: #ce2f00;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box1 .item__title {
    margin-bottom: 10px;
  }
}
#page-quality main .section6-horizon-box1 .item__text {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box1 .item__text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
#page-quality main .section6-horizon-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box2 {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box2 .item {
    margin-bottom: 30px;
  }
}
#page-quality main .section6-horizon-box2 .item__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box2 .item__image {
    margin-bottom: 10px;
  }
}
#page-quality main .section6-horizon-box2 .item__title {
  color: #ce2f00;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box2 .item__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#page-quality main .section6-horizon-box2 .item__text {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  #page-quality main .section6-horizon-box2 .item__text {
    font-size: 1.2rem;
  }
}
#page-quality main .section7-box1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-box1 {
    margin-bottom: 30px;
  }
}
#page-quality main .section7-horizon-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-horizon-box1 {
    display: block;
    margin: 0 0 30px;
  }
}
#page-quality main .section7-horizon-box1 .primary,
#page-quality main .section7-horizon-box1 .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-horizon-box1 .item {
    margin-bottom: 30px;
  }
}
#page-quality main .section7-horizon-box1 .item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-horizon-box1 .item__title {
    margin-bottom: 20px;
  }
}
#page-quality main .section7-horizon-box1 .item__text {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-horizon-box1 .item__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#page-quality main .section7-horizon-box1 .item__text2 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section7-horizon-box1 .item__text2 {
    font-size: 1.2rem;
  }
}
#page-quality main .section7-horizon-box1 .item__image {
  text-align: center;
  margin-bottom: 20px;
}
#page-quality main .section8-box1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box1 {
    margin-bottom: 30px;
  }
}
#page-quality main .section8-box2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 {
    margin-bottom: 30px;
  }
}
#page-quality main .section8-box2 .item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 .item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 .item__title img {
    max-width: 508px;
  }
}
#page-quality main .section8-box2 .item__text {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 .item__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#page-quality main .section8-box2 .item__text2 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 .item__text2 {
    font-size: 1.2rem;
  }
}
#page-quality main .section8-box2 .item__image {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-box2 .item__image {
    margin-bottom: 10px;
  }
}
#page-quality main .section8-horizon-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -30px 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 {
    display: block;
    margin: 0 0 30px;
  }
}
#page-quality main .section8-horizon-box1 .primary,
#page-quality main .section8-horizon-box1 .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 .item {
    margin-bottom: 30px;
  }
}
#page-quality main .section8-horizon-box1 .item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 .item__title {
    margin-bottom: 20px;
  }
}
#page-quality main .section8-horizon-box1 .item__text {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 .item__text {
    margin-bottom: 20px;
  }
}
#page-quality main .section8-horizon-box1 .item__text2 {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 .item__text2 {
    font-size: 1.2rem;
  }
}
#page-quality main .section8-horizon-box1 .item__image {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section8-horizon-box1 .item__image {
    margin-bottom: 10px;
  }
}
#page-quality main .section9 .section9-box1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section9 .section9-box1 {
    margin-bottom: 30px;
  }
}
#page-quality main .section9 .section9-box2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section9 .section9-box2 {
    margin-bottom: 40px;
  }
}
#page-quality main .section9 .image1 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-quality main .section9 .image1 {
    margin-bottom: 40px;
  }
}

#page-access {
  overflow-x: hidden;
}
#page-access .heading3 {
  margin-top: 40px;
  font-family: serif;
  line-height: 2;
}
#page-access main .left-cap {
  font-size: 1.2rem;
}
#page-access main .main-contents {
  background: #fcfcfc;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #page-access main .main-contents {
    padding: 20px;
  }
}
#page-access main .heading1 {
  font-size: 2.8rem;
  letter-spacing: 0.28em;
  text-align: center;
  color: #000000;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-access main .heading1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#page-access main .heading2 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
  text-align: center;
  color: #000000;
  font-size: 2rem;
}
#page-access main .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
}
#page-access main .access-flex li {
  width: 48%;
  margin-bottom: 20px;
}
#page-access main .access-flex li img {
  max-width: 100%;
  margin-bottom: 5px;
}
#page-access main .access-flex li.one-third {
  width: 32%;
}
#page-access main .bus-bg {
  background-color: #f4f4f0;
  padding: 60px 10px;
}
#page-access main .car-bg {
  background-color: #e2e2d8;
  padding: 60px 10px;
}
#page-access main .border {
  border-bottom: 1px solid #000000;
  max-width: 900px;
  margin: 0 auto 20px;
}
#page-access main .main-contents2 {
  max-width: 1280px;
  margin: auto;
}
#page-access main .under-img {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}
#page-access main .under-img2 {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

#page-outline {
  font-family: serif;
}
#page-outline .yokoku {
  max-width: 1280px;
  padding: 7px 0;
  margin: 0 auto 5px;
  border-top: solid 1px #2b6968;
  border-bottom: solid 1px #2b6968;
  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-outline .yokoku {
    display: block;
    position: relative;
    padding: 14px 0 7px;
    margin: 10% 10px 5px;
  }
}
#page-outline .yokoku__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.4rem;
  letter-spacing: 0.4em;
  margin-right: 20px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-outline .yokoku__title {
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: -30px;
    left: 0;
    margin-right: 10px;
  }
}
#page-outline .yokoku__title > span {
  display: inline-block;
  padding: 20px;
  border: solid 1px #2b6968;
}
@media screen and (max-width: 1024px) {
  #page-outline .yokoku__title > span {
    padding: 5px;
  }
}
#page-outline .yokoku__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  #page-outline .yokoku__main {
    padding: 0 10px;
  }
}
#page-outline .under-img {
  text-align: center;
  margin-bottom: 40px;
}
#page-outline .main-contents {
  background: #fcfcfc;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #page-outline .main-contents {
    padding: 20px;
  }
}
#page-outline .outline-title {
  text-align: center;
  color: #727171;
  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;
  font-weight: normal;
  text-align: center;
  color: #2b6968;
  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: separate;
  width: 100%;
  font-size: 1.4rem;
  color: #333333;
  border-top: solid 1px #2b6968;
}
#page-outline main table.outline-table th {
  color: #FFF;
  background: #2b6968 center center/cover no-repeat;
  width: 20%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px #fff;
}
@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 #2b6968;
  border-right: solid 1px #2b6968;
}
@media screen and (max-width: 768px) {
  #page-outline main table.outline-table td {
    display: block;
    font-size: 1.2rem;
    border-top: 1px solid #2b6968;
    border-left: solid 1px #2b6968;
  }
}
#page-outline main table.outline-table tr:nth-last-child(1) th {
  border-bottom: solid 1px #2b6968;
}
#page-outline main table.outline-table tr:nth-last-child(1) td {
  border-bottom: solid 1px #2b6968;
}
#page-outline main .table-box {
  border: solid 1px #2b6968;
  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;
  }
}

/* 概要スタイルチェンジ */
#page-outline main table.outline-table {
color: #111111;
border-top: none;
border-spacing:8px;
}
@media screen and (max-width: 768px) {
#page-outline main table.outline-table {
border-spacing:4px;
}
}
#page-outline main table.outline-table td {
  background: none;
  border-bottom: none;
  border-right: none;
}
#page-outline main table.outline-table tr:nth-last-child(1) th {
  border-bottom: none;
}
#page-outline main table.outline-table tr:nth-last-child(1) td {
  border-bottom: none;
}
#page-outline main table.outline-table th {
  color: #111111;
  background: #e1eeeb;
  border-bottom: none;
}
#page-outline main table.outline-table td {
  background: #f8f8f8;
}
#page-outline main table.outline-table.bg_khaki th {
  background: #eae6d6;
}
#page-outline main .table-title {
  color: #005f51;
}
#page-outline main .table-title.color_khaki {
  color: #5b4e0e;
}
@media screen and (max-width: 768px) {
#page-outline main table.outline-table td {
  border-top: none;
  border-left: none;
}
}




#page-map .main-contents {
  background: #fcfcfc;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  #page-map .main-contents {
    padding: 20px;
  }
}
#page-map .map-title {
  text-align: center;
  color: #727171;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #page-map .map-title {
    margin-bottom: 20px;
  }
}
#page-map .map-title .title-main {
  font-family: "Times New Roman", Arial, serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #page-map .map-title .title-main {
    font-size: 2.3rem;
  }
}
#page-map .map-title .title-sub {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-map .map-title .title-sub {
    font-size: 1rem;
  }
}
#page-map main .map .map-item {
  margin: auto;
  text-align: center;
}
#page-map main .map .map-item:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #page-map main .map .map-item:not(:last-child) {
    margin-bottom: 18px;
  }
}
#page-map main .map .map-item .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #40220F;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car {
    padding: 5px;
  }
}
#page-map main .map .map-item .car__icon {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car__icon {
    margin: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    font-size: 0;
  }
}
#page-map main .map .map-item .car__address {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page-map main .map .map-item .car__address {
    font-size: 1rem;
  }
}

#page-plan {
  overflow-x: hidden;
}
#page-plan main .main-contents {
  background: #fcfcfc;
  max-width: 800px;
  margin: 40px auto;
}
#page-plan main .plan-box1 {
  font-size: 2.4rem;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box1 {
    font-size: 1.2rem;
    margin-bottom: 50px;
    padding: 10px;
  }
}
#page-plan main .plan-box1__header {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#8a8882), to(#c8c6c2));
  background: linear-gradient(to bottom, #8a8882 0%, #c8c6c2 100%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box1__body {
    font-size: 1rem;
  }
}
#page-plan main .plan-box2 {
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box2 {
    margin-bottom: 20px;
  }
}
#page-plan main .plan-box2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box2__inner {
    display: block;
  }
}
#page-plan main .plan-box2__inner .primary,
#page-plan main .plan-box2__inner .secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box2__inner .primary {
    margin-bottom: 10px;
  }
}
#page-plan main .plan-box2__text {
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #003548;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box2__text {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box2__image {
    text-align: center;
  }
}
#page-plan main .plan-box3 {
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box3 {
    margin-bottom: 50px;
  }
}
#page-plan main .plan-box3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-box3__image {
    width: 100%;
  }
}
#page-plan main .plan-note-list {
  max-width: 1000px;
  margin: 0 auto 100px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #page-plan main .plan-note-list {
    margin-bottom: 50px;
    font-size: 1rem;
  }
}

/***/
/*テキストインフォメーション*/
#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;
  }
}
/***/


/*　ギャラリーページ　*/
/***/




#page-gallery {
  overflow-x: hidden;
}

#page-gallery main .gallery-nav .button {
  padding: 0 10px
}




#page-gallery .common-mini-header {
  	background-color:#c9bc9c;
	text-align: center;
	padding: 30px;
}

@media screen and (max-width: 1024px) {
#page-gallery .common-mini-header {
  margin-bottom: 10px;
	background-color:#c9bc9c;
	text-align: center;
	padding-top: 10px;
}
}
	
#page-gallery .contents-wrapper{
		background-color:#FFF;
	
}

#page-gallery main .main-contents {
	display: block;

  padding: 40px 0 40px;
}
	
	
#page-gallery main .gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px
}	
	
	
@media screen and (max-width: 1024px) {
  #page-plan main .main-contents {
    padding: 30px 20px 10px;
  }
}
	
#page-gallery	.common-mini-header__title {
  text-align: center;
  padding: 20px
}

main #thumbnail_slider {
text-align: center;
}


#thumbnail_slider .thumbnail-item {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  width:15.3%;
  width:13.3%;
  width:19.1%;
  margin:0.3%;
}
.thumbnail-item img{
width:100%;
}
#page-gallery main #thumbnail_slider .thumbnail-item.thumbnail-current {
  position: relative;
  opacity: .4
}
#page-gallery main #thumbnail_slider .thumbnail-item.thumbnail-current::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

 #page-gallery main .gallery-nav {
    margin-bottom: 20px
  }
  #page-gallery main .gallery-nav .button {
    padding: 0 5px
  }
  #page-gallery main .slider {
    width: 100%;
    padding: 0 10px
  }
@media screen and (max-width: 768px) {
#thumbnail_slider .thumbnail-item {
  width:23%;
}

}

.gallery-caption{
display: block;
position:absolute;
right: 4px;
bottom:7px;
color: #FFF;
font-size:12px;
}
@media screen and (max-width: 768px) {
.gallery-caption{
right: 3px;
bottom:3px;
font-size:2vw;
}
}

/*写真上　黒フチ　白　左寄せ*/
.gallery-caption {
color:#fff;
text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
-1px 1px 0 #333, 1px -1px 0 #333,
0px 1px 0 #333,  0-1px 0 #333,
-1px 0 0 #333, 1px 0 0 #333;
text-align: left;
}
/*写真上 白フチ　スミ　右寄せ*/
.gallery-caption_blk {
color:#333;
margin-bottom:0px !important;
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
-1px 1px 0 #FFF, 1px -1px 0 #FFF,
0px 1px 0 #FFF,  0-1px 0 #FFF,
-1px 0 0 #FFF, 1px 0 0 #FFF;
text-align: right;
}
@media screen and (max-width: 768px) {
.modaal-content-container {
  padding: 15px !important;
}
}

