@charset "UTF-8";
/* -------------------------------
 *  global layout reset
 * ---------------------------- */
* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before,
*::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:before,
*:after {
  text-decoration: inherit;
  vertical-align: inherit;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #000000;
  color: #fff;
}

/* -------------------------------
 *  element style reset
 * ---------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  border-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

img {
  height: auto;
  border: none;
  border-style: none;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ul,
ol {
  list-style: none;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

textarea {
  resize: none;
}

input,
select {
  vertical-align: middle;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.tx-c {
  text-align: center !important;
}

.tx-l {
  text-align: left !important;
}

.tx-r {
  text-align: right !important;
}

.pc-only {
  display: none;
}

/* スマホ以外ではリンク無効 */
@media (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}
/* -------------------------------
 *  default style
 * ---------------------------- */
/* -------------------------------
 *  hover style
 * ---------------------------- */
/* -------------------------------
 *  screen size & breakpoint
 * ---------------------------- */
/* -------------------------------
 *  font family
 * ---------------------------- */
/* -------------------------------
 *  space size
 * ---------------------------- */
/* -------------------------------
 *  font size
 * ---------------------------- */
/* -------------------------------
 *  line spacing
 * ---------------------------- */
/* -------------------------------
 *  kerning
 * ---------------------------- */
/* -------------------------------
 *  layer order
 * ---------------------------- */
/* -------------------------------
 *  Yu Gothic
 * ---------------------------- */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* -------------------------------
 *  Helvetica Neue
 * ---------------------------- */
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* -------------------------------
 *  media query
 * ---------------------------- */
/* -------------------------------
 *  hack
 * ---------------------------- */
/* -------------------------------
 *  easing transition
 * ---------------------------- */
/* -------------------------------
 *  typography
 * ---------------------------- */
/* -------------------------------
 *  color scheme
 * ---------------------------- */
/* -------------------------------
 *  UI color
 * ---------------------------- */
/* -------------------------------
 *  SNS brand color
 * ---------------------------- */
/* -------------------------------
 *  file import
 * ---------------------------- */
/* -------------------------------
 *  html body
 * ---------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
html body {
  width: inherit;
  height: inherit;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1.4rem;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 544px) {
  html body {
    font-size: 2.5735294118vw;
  }
}
@media (max-width: 480px) {
  html body {
    font-size: 1.4rem;
  }
}

.l-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.l-wrap-md {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.l-wrap-sm {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.l-fv {
  width: 100%;
  height: 668px;
  display: block;
  position: relative;
  background-image: url("../images/fv_bg.jpg");
  background-position: left;
  background-repeat: no-repeat;
  text-align: center;
}
.l-fv .title {
  width: 100%;
  max-width: 378px;
  padding-top: 100px;
  margin: 60px auto;
}

.l-fv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-fv-inner .l-fv-inner-head {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-fv-inner .l-fv-inner-head p {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.9019607843);
  text-align: center;
  padding: 10px;
}
.l-fv-inner .u-timetable {
  margin: 0 auto 40px;
}

@media screen and (min-width: 1080px) {
  .l-fv {
    width: 100%;
    height: 840px;
    text-align: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .l-fv .title {
    width: 100%;
    max-width: 682px;
  }

  .l-fv-inner {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .l-fv-inner > div {
    margin: 0 60px;
  }

  .l-fv-inner .l-fv-inner-head p {
    font-size: 2.8rem;
  }

  .l-fv-inner .u-timetable {
    margin: 0 auto;
  }
}
/* -------------------------------
 *  header
 * ---------------------------- */
header {
  width: 100%;
}

.l-header {
  height: 78px;
  padding: 0 15px;
}

.header-logo {
  width: 108px;
  display: block;
}

.l-header h1 {
  text-align: center;
  font-size: 2rem;
}

.l-header .cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-header .cta ul li {
  line-height: 120%;
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .cta ul li span {
  display: block;
  font-size: 1.2rem;
}

.l-header .cta-tel {
  margin-right: 15px;
}
.l-header .cta-tel img {
  width: 22px;
  margin-right: 5px;
}

@media screen and (min-width: 1080px) {
  .l-header {
    height: 184px;
    padding: 0 5%;
    border-bottom: 1px solid #fff;
    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;
  }

  .header-logo {
    width: 200px;
    display: block;
  }
}
/* -------------------------------
 *  footer
 * ---------------------------- */
footer {
  width: 100%;
  margin-top: 60px;
}

.l-footer {
  height: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer .footer-logo {
  margin-bottom: 40px;
}
.l-footer h1 {
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.l-footer .info {
  margin-bottom: 20px;
}
.l-footer .cta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.l-footer .cta ul li {
  line-height: 120%;
  font-weight: bold;
  font-size: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer .cta ul li span {
  display: block;
  font-size: 1.2rem;
}
.l-footer .cta-tel {
  margin-right: 15px;
}
.l-footer .cta-tel img {
  width: 22px;
  margin-right: 5px;
}
.l-footer .u-timetable {
  margin-bottom: 20px;
}
.l-footer h2 {
  text-align: center;
}

.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
  margin: 0 auto;
  color: white;
}
.l-footer-nav ul li {
  text-align: center;
  width: 50%;
  padding: 4px 0;
}
.l-footer-nav ul li a {
  display: block;
}
.l-footer-nav ul li:nth-child(2n) {
  border-left: none;
}

.copy {
  margin-top: 60px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#870202), to(#440101));
  background: linear-gradient(#870202, #440101);
}

.footer_link {
  width: 100%;
  padding: 0 30px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 1080px) {
  .l-footer {
    height: 148px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer .footer-logo {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .l-footer h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 0px;
  }
  .l-footer .info {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .l-footer .cta ul li {
    line-height: 120%;
    font-size: 2.6rem;
  }
  .l-footer .cta-tel {
    margin-right: 20px;
  }
  .l-footer .cta-tel img {
    width: 26px;
    margin-right: 5px;
  }
  .l-footer .u-timetable {
    margin-bottom: 20px;
  }

  .l-footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-nav ul li {
    text-align: center;
    border: none;
    width: auto;
    padding: 4px 10px;
  }
  .l-footer-nav ul li a {
    display: block;
  }
  .l-footer-nav ul li:nth-child(2n) {
    border-left: none;
  }
  .l-footer-nav ul li:nth-last-child(-n+3) {
    border-bottom: none;
  }

  .copy {
    margin-top: 20px;
  }
}
/* -------------------------------
 *  aside
 * ---------------------------- */
/* -------------------------------
 *  nav
 * ---------------------------- */
nav.menu {
  overflow-y: scroll;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: black;
  color: white;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  padding-bottom: 30px;
}

nav.menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.menu ul li {
  font-size: 1.65rem;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.menu ul li a {
  text-decoration: none;
  display: inline-block;
  color: white;
  margin: 0.6em 0;
}

nav.menu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.menu__button {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 88px;
  height: 78px;
  cursor: pointer;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#870202), to(#440101));
  background: linear-gradient(#870202, #440101);
  text-align: center;
}

.menu__button span {
  display: block;
  position: absolute;
  width: 28px;
  border-bottom: solid 3px white;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  left: 30px;
}

.menu__button span:nth-child(1) {
  top: 28px;
}

.menu__button span:nth-child(2) {
  top: 38px;
}

.menu__button span:nth-child(3) {
  top: 48px;
}

.menu__button.active span:nth-child(1) {
  top: 36px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu__button.active span:nth-child(2),
.menu__button.active span:nth-child(3) {
  top: 36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu h2 {
  margin: 40px auto 20px;
}

.sp-wrap a {
  display: block;
  margin-top: 30px;
}

@media (min-width: 1080px) {
  .menu__button {
    display: none;
  }

  nav.menu {
    overflow-y: hidden;
    z-index: 0;
    height: 80px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#870202), to(#440101));
    background: linear-gradient(#870202, #440101);
    color: black;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 0;
    transition: 0;
    width: 100%;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  nav.menu ul {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    margin: 0 auto;
  }
  nav.menu ul li {
    width: auto;
    border: none;
    padding: 0 20px;
  }
  nav.menu ul li a {
    color: #fff;
  }
}
/* -------------------------------
 *  breadcrumb
 * ---------------------------- */
/* -------------------------------
 *  html elements
 * ---------------------------- */
a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* -------------------------------
 *  parts styles
 * ---------------------------- */
.link_mau {
  position: absolute;
  top: 10%;
  right: 0;
}
.link_mau:hover {
  opacity: 0.6;
}

@media (max-width: 1080px) {
  .link_mau {
    display: none;
  }
}
/* -------------------------------
 *  common
 * ---------------------------- */
section {
  line-height: 200%;
  padding: 0 20px;
}

/* -------------------------------
 *  01_home
 * ---------------------------- */
.top-about {
  text-align: center;
}
.top-about p {
  font-size: 1.5rem;
  text-align: center;
}

.top-sejyutu {
  text-align: center;
}
.top-sejyutu .u-flex {
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-sejyutu .u-flex:first-child {
  margin-top: 20px;
}
.top-sejyutu h4 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-sejyutu .pht {
  width: 50%;
  max-width: 320px;
  text-align: center;
  margin: 0 auto 30px;
}
.top-sejyutu .txt {
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top-sejyutu .txt ol {
  margin-bottom: 20px;
}
.top-sejyutu .txt ol li {
  font-weight: bold;
}
.top-sejyutu .txt p {
  margin-bottom: 20px;
}
.top-sejyutu dl {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-sejyutu small {
  margin-right: 15px;
}

@media screen and (min-width: 1080px) {
  .top-sejyutu .u-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-sejyutu .u-flex div {
    text-align: left;
  }
  .top-sejyutu .u-flex div:first-child {
    text-align: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .top-sejyutu .txt {
    max-width: 400px;
  }
}
.top-area {
  text-align: center;
}
.top-area > div {
  margin-top: 20px;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-area > div div {
  width: 100%;
  text-align: center;
}
.top-area > div div:first-child {
  margin-bottom: 40px;
  text-align: left;
}
.top-area dl {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-area dl dt, .top-area dl dd {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.top-area dl dt {
  width: 30%;
}
.top-area dl dd {
  width: 70%;
}

@media screen and (min-width: 1080px) {
  .top-area > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-area > div div {
    width: 50%;
    text-align: center;
  }
  .top-area > div div:first-child {
    margin-top: 20px;
    text-align: left;
  }
}
.top-shukuhaku {
  text-align: center;
}
.top-shukuhaku > div {
  margin-top: 20px;
  text-align: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-shukuhaku > div div {
  width: 100%;
  text-align: center;
}
.top-shukuhaku > div div:first-child {
  text-align: left;
}
.top-shukuhaku dl {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.top-shukuhaku dl dt, .top-shukuhaku dl dd {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 1080px) {
  .top-shukuhaku > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-shukuhaku > div div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .top-shukuhaku > div div:first-child {
    margin-top: 0px;
    text-align: left;
  }
}
.top-news {
  text-align: center;
}
.top-news > div {
  margin: 20px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-news > div div {
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.top-news > div div:first-child {
  margin-bottom: 40px;
}
.top-news > div a {
  width: 80px;
  display: block;
  margin: 0 20px;
}
.top-news p {
  text-align: left;
}

@media screen and (min-width: 1080px) {
  .top-news p {
    text-align: center;
  }
}
/* -------------------------------
 *  treatment
 * ---------------------------- */
#treatment .sec1 {
  margin-top: 40px;
  padding: 0 30px 100px;
  text-align: center;
}

.treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.treatment > div {
  width: 50%;
  margin-right: 20px;
  color: #000;
  background-color: #fff;
  padding: 25px 10px;
}

.treatment > div:last-child {
  margin: 0;
}

.treatment > div h3 {
  display: inline;
  background-color: #440101;
  padding: 0 20px;
}

.treatment > div h4 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.treatment > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.treatment > div dl dd {
  text-align: right;
}

@media screen and (max-width: 785px) {
  .treatment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .treatment > div {
    width: 100%;
    margin-bottom: 5px;
  }

  .treatment > div dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* -------------------------------
 *  common
 * ---------------------------- */
/* -------------------------------
 *  common
 * ---------------------------- */
.g_map {
  width: 100%;
  height: 440px;
  margin: 50px 0;
}

/* -------------------------------
*  archive pages
* ---------------------------- */
/* -------------------------------
 *  common
 * ---------------------------- */
/* -------------------------------
 *  single pages
 * ---------------------------- */
/* -------------------------------
 *  text components
 * ---------------------------- */
h2.pagetitle {
  font-size: 2.4rem;
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 50px auto 20px;
  border-bottom: 3px solid #870202;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* -------------------------------
 *  heading components
 * ---------------------------- */
/* -------------------------------
 *  button components
 * ---------------------------- */
a.btn-w {
  width: 260px;
  height: 46px;
  line-height: 46px;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  background-color: #fff;
  color: #0089FF;
  border: 1px solid #0089FF;
  border-radius: 4px;
}

/* -------------------------------
 *  list components
 * ---------------------------- */
/* -------------------------------
 *  table components
 * ---------------------------- */
/* -------------------------------
 *  form components
 * ---------------------------- */
/* -------------------------------
 *  box components
 * ---------------------------- */
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px) {
  .u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* -------------------------------
 *  margin
 * ---------------------------- */
/* -- config ------------------ */
/* -- class name -------------- */
.mg-000 {
  margin: 0 !important;
}

.mgl-000 {
  margin-left: 0px !important;
}

.mgl-008 {
  margin-left: 8px !important;
}

.mgl-016 {
  margin-left: 16px !important;
}

.mgl-024 {
  margin-left: 24px !important;
}

.mgl-032 {
  margin-left: 32px !important;
}

.mgl-048 {
  margin-left: 48px !important;
}

.mgl-064 {
  margin-left: 64px !important;
}

.mgl-096 {
  margin-left: 96px !important;
}

.mgl-128 {
  margin-left: 128px !important;
}

.mgl-160 {
  margin-left: 160px !important;
}

.mgr-000 {
  margin-right: 0px !important;
}

.mgr-008 {
  margin-right: 8px !important;
}

.mgr-016 {
  margin-right: 16px !important;
}

.mgr-024 {
  margin-right: 24px !important;
}

.mgr-032 {
  margin-right: 32px !important;
}

.mgr-048 {
  margin-right: 48px !important;
}

.mgr-064 {
  margin-right: 64px !important;
}

.mgr-096 {
  margin-right: 96px !important;
}

.mgr-128 {
  margin-right: 128px !important;
}

.mgr-160 {
  margin-right: 160px !important;
}

.mgt-000 {
  margin-top: 0px !important;
}

.mgt-008 {
  margin-top: 0.8px !important;
}

.mgt-016 {
  margin-top: 1.6px !important;
}

.mgt-024 {
  margin-top: 2.4px !important;
}

.mgt-032 {
  margin-top: 32px !important;
}

.mgt-048 {
  margin-top: 48px !important;
}

.mgt-064 {
  margin-top: 64px !important;
}

.mgt-096 {
  margin-top: 96px !important;
}

.mgt-128 {
  margin-top: 128px !important;
}

.mgt-160 {
  margin-top: 160px !important;
}

.mgb-000 {
  margin-bottom: 0px !important;
}

.mgb-008 {
  margin-bottom: 8px !important;
}

.mgb-016 {
  margin-bottom: 16px !important;
}

.mgb-024 {
  margin-bottom: 24px !important;
}

.mgb-032 {
  margin-bottom: 32px !important;
}

.mgb-048 {
  margin-bottom: 48px !important;
}

.mgb-064 {
  margin-bottom: 64px !important;
}

.mgb-096 {
  margin-bottom: 96px !important;
}

.mgb-128 {
  margin-bottom: 128px !important;
}

.mgb-160 {
  margin-bottom: 160px !important;
}

/* -------------------------------
 *  padding
 * ---------------------------- */
/* -- config ------------------ */
/* -- class name -------------- */
.pd-000 {
  padding: 0 !important;
}

.pdl-000 {
  padding-left: 0px !important;
}

.pdl-008 {
  padding-left: 8px !important;
}

.pdl-016 {
  padding-left: 16px !important;
}

.pdl-024 {
  padding-left: 24px !important;
}

.pdl-032 {
  padding-left: 32px !important;
}

.pdl-048 {
  padding-left: 48px !important;
}

.pdl-064 {
  padding-left: 64px !important;
}

.pdl-096 {
  padding-left: 96px !important;
}

.pdl-128 {
  padding-left: 128px !important;
}

.pdl-160 {
  padding-left: 160px !important;
}

.pdr-000 {
  padding-right: 0px !important;
}

.pdr-008 {
  padding-right: 8px !important;
}

.pdr-016 {
  padding-right: 16px !important;
}

.pdr-024 {
  padding-right: 24px !important;
}

.pdr-032 {
  padding-right: 32px !important;
}

.pdr-048 {
  padding-right: 48px !important;
}

.pdr-064 {
  padding-right: 64px !important;
}

.pdr-096 {
  padding-right: 96px !important;
}

.pdr-128 {
  padding-right: 128px !important;
}

.pdr-160 {
  padding-right: 160px !important;
}

.pdt-000 {
  padding-top: 0px !important;
}

.pdt-008 {
  padding-top: 0.8px !important;
}

.pdt-016 {
  padding-top: 1.6px !important;
}

.pdt-024 {
  padding-top: 2.4px !important;
}

.pdt-032 {
  padding-top: 32px !important;
}

.pdt-048 {
  padding-top: 48px !important;
}

.pdt-064 {
  padding-top: 64px !important;
}

.pdt-096 {
  padding-top: 96px !important;
}

.pdt-128 {
  padding-top: 128px !important;
}

.pdt-160 {
  padding-top: 160px !important;
}

.pdb-000 {
  padding-bottom: 0px !important;
}

.pdb-008 {
  padding-bottom: 8px !important;
}

.pdb-016 {
  padding-bottom: 16px !important;
}

.pdb-024 {
  padding-bottom: 24px !important;
}

.pdb-032 {
  padding-bottom: 32px !important;
}

.pdb-048 {
  padding-bottom: 48px !important;
}

.pdb-064 {
  padding-bottom: 64px !important;
}

.pdb-096 {
  padding-bottom: 96px !important;
}

.pdb-128 {
  padding-bottom: 128px !important;
}

.pdb-160 {
  padding-bottom: 160px !important;
}

/* -------------------------------
 *  file import (Foundation)
 * ---------------------------- */
/* -------------------------------
*  file import (Layout)
* ---------------------------- */
/* ------------------------------
*  file import (Object_Component)
* ---------------------------- */
/* -------------------------------
*  file import (Object_Project)
* ---------------------------- */
/* -------------------------------
*  file import (Object_Utility)
* ---------------------------- */