@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://use.typekit.net/wor8mad.css");
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* Sections
========================================================================== */
body {
  margin: 0; }

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
========================================================================== */
figcaption, figure {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Links
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

/* Text-level semantics
========================================================================== */
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

ul, li, ol, dt, dd {
  list-style: none; }

/* Embedded content
========================================================================== */
audio, video {
  display: inline-block; }

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

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

/* Interactive
========================================================================== */
details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

pre {
  overflow: auto; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* clearfix */
/* HEADER */
/* BEM用のテスト構成
header__logo
header__btn
header__menu
header__ornament
*/
/* ** TYPE01 **
<li><a href=""><span class="date"></span><span class="category"></span><h* class="title"></h*></a></li>
*/
/* HEADER */
/* INFO */
/* [TYPE01-FORMAT]
<li class="item"><p>
<span class="item-date"></span>
<span class="item-category"></span>
<span class="item-title"></span>
</p></li><!-- /.item -->
*/
/* [TYPE02-FORMAT]
<li class="item"><a href="">
<div class="item-thumbnail"><img src="/common/images/noimage.png"></div>
<div class="item-info"><p class="item-title"></p></div>
</a></li><!-- /.item -->
*/
/* CONTACT FORM 7 */
/* MAILFORMPRO */
/* MW WP FORM */
.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
html {
  line-height: 1.6; }
  @media screen and (min-width: 960px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    html {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, th, td, address, li, dt, dd {
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px; }

/* =========================================================
	element style
========================================================= */
html, body {
  height: 100%; }

body {
  color: #171A1C;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

input, textarea, button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

a {
  color: #000; }

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

@media screen and (min-width: 960px) {
  .media-PC {
    display: block; } }
@media screen and (max-width: 959px) {
  .media-PC {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .media-Tablet {
    display: none !important; } }
@media screen and (max-width: 959px) {
  .media-Tablet {
    display: block; } }

@media screen and (min-width: 768px) {
  .media-NoSP {
    display: block; } }
@media screen and (max-width: 767px) {
  .media-NoSP {
    display: none; } }

@media screen and (min-width: 768px) {
  .media-SP {
    display: none; } }
@media screen and (max-width: 767px) {
  .media-SP {
    display: block; } }

.fr {
  float: right; }

.fl {
  float: left; }

.imgC, .tC {
  text-align: center; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tR {
  text-align: right; }

div.center {
  text-align: center; }

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

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

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

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

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mr0 {
  margin-right: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.clear {
  clear: both; }

.clear-fix {
  zoom: 1; }
  .clear-fix:before, .clear-fix:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden; }
  .clear-fix:after {
    clear: both; }

.table {
  width: 100%; }
  .table tr {
    border-top: solid 1px #e5e5e5; }
    .table tr th {
      width: 150px;
      padding: 20px;
      font-weight: bold;
      font-size: 14px; }
      @media screen and (max-width: 959px) {
        .table tr th {
          width: 120px;
          text-align: left; } }
    .table tr td {
      padding: 20px 0;
      font-size: 14px;
      line-height: 1.6; }
    .table tr:last-child {
      border-bottom: solid 1px #e5e5e5; }
    .table tr:nth-child(odd) {
      background: #fafafa; }
  @media screen and (max-width: 959px) {
    .table tr {
      padding: 10px; }
      .table tr th {
        padding: 20px 10px 0 10px; }
      .table tr td {
        padding: 5px 10px 20px 10px; }
    .table td, .table th {
      display: block; } }

ul.list li {
  position: relative;
  padding-left: 1em;
  font: normal 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  ul.list li:last-child {
    margin-bottom: 0; }
  ul.list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background: black;
    border-radius: 100%; }
  ul.list li + li {
    margin-top: 10px; }

.u-display--block {
  display: block !important; }
.u-display--inline {
  display: inline !important; }
.u-display--inline-block {
  display: inline-block !important; }
@media screen and (max-width: 767px) {
  .u-display--sp {
    display: block !important; }
  .u-display--sp-inline {
    display: inline-block !important; }
  .u-display--pc, .u-display--pc-inline {
    display: none !important; } }
@media screen and (min-width: 960px) {
  .u-display--sp, .u-display--sp-inline {
    display: none !important; }
  .u-display--pc {
    display: block !important; }
  .u-display--pc-inline {
    display: inline-block !important; } }

/* =========================================================
	general
========================================================= */
/* text */
a, li {
  text-decoration: none; }

p.left {
  text-align: left; }
p.right {
  text-align: right; }
p.center {
  text-align: center; }

@media screen and (max-width: 959px) {
  .sp-none {
    display: none; } }

@media screen and (min-width: 960px) {
  .pc-none {
    display: none; } }

.btn a {
  position: relative;
  display: inline-block;
  font: 12px atten-new, sans-serif;
  color: #231815;
  width: 220px;
  height: 48px;
  border: solid 1px #231815;
  padding: 16px 0px;
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-transition: all .8s;
  transition: all .8s; }
  @media screen and (max-width: 959px) {
    .btn a {
      height: 40px;
      padding: 12px 0px; } }
  .btn a:hover {
    background-color: black;
    color: white; }
.btn.boderless a {
  font-size: 14px;
  border: none;
  padding: 0;
  width: 130px;
  text-align: left;
  -webkit-transition: all;
  transition: all; }
  @media screen and (max-width: 959px) {
    .btn.boderless a {
      font-size: 12px; } }
  .btn.boderless a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #171A1C; }
  .btn.boderless a::after {
    content: url(/svg/arrow.svg);
    position: absolute;
    margin: -1px 0px 0px 10px;
    left: 70%;
    -webkit-transition: left ease .3s;
    transition: left ease .3s; }
    @media screen and (max-width: 959px) {
      .btn.boderless a::after {
        left: 60%; } }
  .btn.boderless a:hover::after {
    left: 75%;
    opacity: .4; }
    @media screen and (max-width: 959px) {
      .btn.boderless a:hover::after {
        left: 64%; } }
.btn.white a {
  color: white;
  border-color: white;
  -webkit-transition: all 0.8s;
  transition: all 0.8s; }
  .btn.white a:hover {
    background-color: white;
    color: #171A1C; }

.btn-underline {
  width: 80px;
  height: 24px;
  border-bottom: solid 1px #171A1C; }
  @media screen and (max-width: 959px) {
    .btn-underline {
      width: 70px;
      height: 18px; } }

.article__title {
  text-align: center; }
  .article__title.left {
    text-align: left; }
    @media screen and (max-width: 959px) {
      .article__title.left {
        text-align: center; } }
    .article__title.left.white {
      color: white; }
  .article__title h2 {
    font: bold 36px atten-new, sans-serif;
    letter-spacing: .3em; }
    @media screen and (max-width: 959px) {
      .article__title h2 {
        font-size: 26px; } }
  .article__title span {
    font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    @media screen and (max-width: 959px) {
      .article__title span {
        font-size: 12px; } }

dl.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #fafafa; }
  dl.column dt {
    font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  dl.column dd {
    font: normal 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-left: 20px; }
  @media screen and (max-width: 959px) {
    dl.column {
      display: block; }
      dl.column dd {
        padding-left: 0;
        padding-top: 5px; } }

#home-page .company {
  position: relative;
  padding: 150px 0 0; }

@media screen and (max-width: 959px) {
  #home-page .company {
    padding: 90px 0 0; } }
#home-page .company::before {
  content: "";
  height: 500px;
  width: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  z-index: -1; }

#home-page .company__body {
  width: 1100px;
  max-width: 100%;
  margin: 50px auto 0px auto; }

@media screen and (max-width: 959px) {
  #home-page .company__body {
    max-width: 550px;
    width: 100%;
    margin: 40px auto 0px auto; } }
#home-page .company__body .list-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company {
    display: block; } }
#home-page .company__body .list-company__item {
  width: 50%;
  height: 200px;
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item {
    width: 100%;
    height: 150px; } }
#home-page .company__body .list-company__item a {
  display: block;
  height: 200px;
  width: 100%;
  position: absolute; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item a {
    height: 150px; } }
#home-page .company__body .list-company__item a::after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

#home-page .company__body .list-company__item.img-phirosophy::before {
  content: url(/images/index/img01.jpg?2);
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  -webkit-transition: ease .6s;
  transition: ease .6s; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item.img-phirosophy::before {
    height: 150px; } }
#home-page .company__body .list-company__item.img-message::before {
  content: url(/images/index/img02.jpg?2);
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  -webkit-transition: ease .6s;
  transition: ease .6s; }

#home-page .company__body .list-company__item.img-history::before {
  content: url(/images/index/img03.jpg?2);
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  -webkit-transition: ease .6s;
  transition: ease .6s; }

#home-page .company__body .list-company__item.img-overview::before {
  content: url(/images/index/img04.jpg?2);
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 0;
  -webkit-transition: ease .6s;
  transition: ease .6s; }

#home-page .company__body .list-company__item:hover::before {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: ease .6s;
  transition: ease .6s; }

#home-page .company__body .list-company__item h3 {
  font: bold 21px "Atten New", sans-serif;
  color: white;
  margin: 15px 0px 0px 50px;
  z-index: 5;
  position: relative; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item h3 {
    font-size: 16px; } }
#home-page .company__body .list-company__item h3::after {
  content: url(/svg/plus.svg);
  position: absolute;
  z-index: 1;
  right: 55px; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item h3::after {
    right: 40px;
    top: -10px; } }
#home-page .company__body .list-company__item p {
  font: 13px "Atten New", sans-serif;
  color: white;
  margin: 46px 0px 0px 50px;
  z-index: 5;
  position: relative; }

@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item p {
    font-size: 10px; } }
@media screen and (max-width: 959px) {
  #home-page .company__body .list-company__item p {
    margin: 36px 0px 0px 30px; }

  #home-page .company__body .list-company__item h3 {
    margin: 5px 0px 0px 30px; } }
/* =========================================================
	#wrapper
========================================================= */
/* =========================================================
 underpage
========================================================= */
body:not(#home-page) #js-logo_notop {
  opacity: 1; }
body:not(#home-page) .contact .cnt-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body:not(#home-page) .contact .cnt-contact__bk {
    width: 100%;
    height: 278px;
    background-color: #231815;
    text-align: center;
    margin: 0px auto; }
    body:not(#home-page) .contact .cnt-contact__bk::after {
      content: url(/svg/logo-circle.svg);
      top: 28px;
      position: relative; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .contact .cnt-contact__bk {
        margin: 0 auto; } }
  body:not(#home-page) .contact .cnt-contact__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 780px;
    z-index: 3;
    margin: 0 auto;
    height: 278px;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .contact .cnt-contact__body {
        display: inline-block;
        text-align: center;
        margin: 0px auto 0 auto;
        padding-top: 40px;
        height: 278px;
        width: 100%; } }
    body:not(#home-page) .contact .cnt-contact__body span {
      color: white;
      font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em; }
      @media screen and (max-width: 959px) {
        body:not(#home-page) .contact .cnt-contact__body span {
          font: 11px/2.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          display: inline-block;
          margin: 30px auto 40px auto; } }
body:not(#home-page) .usale {
  margin: 150px 0px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .usale {
      margin: 90px 30px; } }
  body:not(#home-page) .usale .cnt-sale {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto; }
    body:not(#home-page) .usale .cnt-sale__body {
      text-align: center; }
      body:not(#home-page) .usale .cnt-sale__body .list-sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 60px auto 50px auto;
        text-align: left;
        overflow: hidden; }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .usale .cnt-sale__body .list-sale {
            display: block;
            margin: 20px auto 40px auto; } }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .usale .cnt-sale__body .list-sale .item__body {
            margin: 30px auto 0px auto;
            width: 100%;
            max-width: 500px; } }
        body:not(#home-page) .usale .cnt-sale__body .list-sale .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition-duration: .5s;
                  transition-duration: .5s; }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .usale .cnt-sale__body .list-sale .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 10px; } }
        body:not(#home-page) .usale .cnt-sale__body .list-sale .item__body h3 {
          font: medium 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            body:not(#home-page) .usale .cnt-sale__body .list-sale .item__body h3 {
              margin: 0;
              font-size: 12px; } }
        body:not(#home-page) .usale .cnt-sale__body .list-sale .item__img {
          overflow: hidden; }
          body:not(#home-page) .usale .cnt-sale__body .list-sale .item__img img {
            width: 100%;
            height: 234px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition-duration: .5s;
                    transition-duration: .5s; }
            @media screen and (max-width: 959px) {
              body:not(#home-page) .usale .cnt-sale__body .list-sale .item__img img {
                max-width: 500px; }
                body:not(#home-page) .usale .cnt-sale__body .list-sale .item__img img img {
                  height: 234px;
                  -o-object-fit: cover;
                     object-fit: cover; } }
        body:not(#home-page) .usale .cnt-sale__body .list-sale .item__date {
          font: 12px atten-new, sans-serif;
          color: #999999;
          margin-top: 12px; }
          @media screen and (max-width: 959px) {
            body:not(#home-page) .usale .cnt-sale__body .list-sale .item__date {
              margin: 0; } }
body:not(#home-page) .uvoice {
  margin-top: 150px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .uvoice {
      margin-top: 0px; } }
  body:not(#home-page) .uvoice .cnt-voice {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 0px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .uvoice .cnt-voice {
        padding: 90px 0px; } }
    body:not(#home-page) .uvoice .cnt-voice__body {
      text-align: center;
      margin: 0 30px; }
      body:not(#home-page) .uvoice .cnt-voice__body .list-voice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        margin: 60px auto; }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .uvoice .cnt-voice__body .list-voice {
            display: block;
            margin: 40px auto; } }
        body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__img {
          margin-top: 30px;
          overflow: hidden; }
          body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__img img {
            height: 340px;
            width: 510px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition: ease .6s;
            transition: ease .6s; }
            @media screen and (max-width: 959px) {
              body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__img img {
                height: 234px; } }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body {
            width: 100%;
            max-width: 500px;
            margin: 0 auto; } }
        body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: ease .6s;
          transition: ease .6s; }
        @media screen and (max-width: 959px) {
          body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 10px; } }
        body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body h3 {
          font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body h3 {
              font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; } }
        body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body p {
          font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          color: #999999;
          margin-left: 20px;
          margin-top: 12px; }
          body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body p::before {
            content: "";
            width: 12px;
            height: 1px;
            position: absolute;
            background-color: #999999;
            margin: 9px 8px 0px -20px; }
            @media screen and (max-width: 959px) {
              body:not(#home-page) .uvoice .cnt-voice__body .list-voice .item__body p::before {
                width: 10px;
                margin: 9px 8px 0px -18px; } }
body:not(#home-page) .unews {
  width: 1100px;
  max-width: 100%;
  margin: 100px auto 0px auto; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) .unews {
      margin: 60px 30px;
      width: calc(100% - 60px); } }
  body:not(#home-page) .unews .list-news__item {
    margin: 40px auto; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .unews .list-news__item {
        margin: 30px auto 24px auto; } }
  body:not(#home-page) .unews .item__body {
    border-top: solid 0.5px #DDDDDD;
    border-bottom: solid 0.5px #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .unews .item__body {
        height: 68px;
        display: block; } }
    body:not(#home-page) .unews .item__body.text {
      border: none; }
      @media screen and (max-width: 959px) {
        body:not(#home-page) .unews .item__body.text {
          padding: 16px 0px; } }
    body:not(#home-page) .unews .item__body h3 {
      font: 16px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      margin: auto 0px auto 30px;
      letter-spacing: 0.2em;
      position: relative; }
      @media screen and (max-width: 959px) {
        body:not(#home-page) .unews .item__body h3 {
          font-size: 12px;
          margin: 0; } }
      body:not(#home-page) .unews .item__body h3 a:hover {
        text-decoration: underline; }
    body:not(#home-page) .unews .item__body .item__date {
      font: 200 16px atten-new, sans-serif;
      margin: auto 0px auto 30px;
      padding-top: 4px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 959px) {
        body:not(#home-page) .unews .item__body .item__date {
          font-size: 10px;
          margin: 0; } }
body:not(#home-page) main {
  padding-top: 90px; }
  @media screen and (max-width: 959px) {
    body:not(#home-page) main {
      padding-top: 52px; } }
  body:not(#home-page) main .article:last-of-type {
    margin-bottom: 150px !important; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) main .article:last-of-type {
        margin-bottom: 70px !important; } }
body:not(#home-page) .article {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
  body:not(#home-page) .article + .footer {
    margin-top: 150px; }
  body:not(#home-page) .article__title h2 {
    padding-left: .3em; }
  body:not(#home-page) .article__title + .article__main {
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .article__title + .article__main {
        margin-top: 30px; } }
  body:not(#home-page) .article__main p {
    font: 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-bottom: 30px;
    letter-spacing: .2em; }
    body:not(#home-page) .article__main p.large {
      font: 500 24px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em;
      margin-bottom: 30px; }
    body:not(#home-page) .article__main p + h3 {
      margin-top: 100px; }
      @media screen and (max-width: 959px) {
        body:not(#home-page) .article__main p + h3 {
          margin-top: 50px; } }
  body:not(#home-page) .article__main ul.list + h3 {
    margin-top: 100px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .article__main ul.list + h3 {
        margin-top: 50px; } }
  body:not(#home-page) .article__main h3 {
    font: 500 24px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .article__main h3 {
        font-size: 20px; } }
  body:not(#home-page) .article__main .table + .map {
    margin-top: 50px; }
    @media screen and (max-width: 959px) {
      body:not(#home-page) .article__main .table + .map {
        margin-top: 25px; } }

/* =========================================================
	pagetitle
========================================================= */
.pagetitle {
  position: relative;
  height: 450px;
  width: 100%;
  background-image: url(/images/pagetitle/pagetitle-overview@2x.jpg);
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 959px) {
    .pagetitle {
      height: 200px; } }
  .pagetitle__title {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto; }
    .pagetitle__title span {
      font: normal 40px/1 atten-new, sans-serif;
      letter-spacing: .08em;
      color: white; }
      @media screen and (max-width: 959px) {
        .pagetitle__title span {
          font-size: 24px; } }
    .pagetitle__title h1 {
      font: normal 18px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .08em;
      color: white;
      margin-top: 20px; }
      @media screen and (max-width: 959px) {
        .pagetitle__title h1 {
          font-size: 16px;
          margin-top: 10px; } }
  .pagetitle:before {
    content: "";
    background: rgba(0, 0, 0, 0.36);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0; }
    @media screen and (max-width: 959px) {
      .pagetitle:before {
        height: 200px; } }
  .pagetitle + .article {
    margin-top: 100px !important; }
    @media screen and (max-width: 959px) {
      .pagetitle + .article {
        margin-top: 70px !important; } }

/*
#phirosophy-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_phirosophy@2x.jpg); }
#message-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_message@2x.jpg); }
#history-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_history@2x.jpg); }
#overview-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_overview@2x.jpg?2); }
#service-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_service@2x.jpg); }
#sales-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_sale@2x.jpg); }
#voice-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_voice@2x.jpg); }
#plan-a-page .pagetitle,
#plan-b-page .pagetitle,
#plan-c-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_plan@2x.jpg); }
#contact-page .pagetitle,
#privacy-page .pagetitle,
#info-page .pagetitle { background-image: url(/images/pagetitle/pagetitle_contact@2x.jpg); }
*/
#phirosophy-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_phirosophy.jpg?2); }

#message-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_message.jpg?2); }

#history-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_history.jpg?2); }

#overview-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_overview.jpg?3); }

#service-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_service.jpg?2); }

#sales-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_sale.jpg?2); }

#purchase-page .pagetitle,
#voice-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_voice.jpg?2); }

#scenery-page .pagetitle,
#facilities-page .pagetitle,
#plan-b-page .pagetitle,
#plan-c-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_plan.jpg?2); }

#contact-page .pagetitle,
#privacy-page .pagetitle,
#info-page .pagetitle {
  background-image: url(/images/pagetitle/pagetitle_contact.jpg?2); }

/* =========================================================
	header
========================================================= */
.header {
  position: fixed;
  top: 0;
  height: 90px;
  width: 100%;
  padding: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  z-index: 99; }
  @media screen and (max-width: 959px) {
    .header {
      height: 52px;
      padding: 0;
      display: block; } }
  .header__logo {
    margin-left: 40px; }
    @media screen and (max-width: 959px) {
      .header__logo {
        margin: 10px 20px; }
        .header__logo img {
          height: 32px; } }
    @media screen and (min-width: 960px) {
      .header__logo.SP {
        display: none; } }
    @media screen and (max-width: 959px) {
      .header__logo.PC {
        display: none; } }
    .header__logo.PC #js-logo_top {
      position: absolute; }
    .header__logo.PC #js-logo_notop {
      position: absolute;
      margin-top: -12px;
      opacity: 0; }
      .header__logo.PC #js-logo_notop img {
        width: 200px; }
    .header__logo.PC #js-logo_top.on {
      opacity: 0;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
    .header__logo.PC #js-logo_notop.on {
      opacity: 1;
      transition: all .5s ease;
      -webkit-transition: all .5s ease; }
  .header__menu {
    font-family: atten-new, sans-serif;
    margin: auto 0px auto auto; }
  .header__menu-btn {
    display: block;
    width: 60px;
    height: 52px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101; }
    @media screen and (min-width: 960px) {
      .header__menu-btn {
        display: none; } }
    .header__menu-btn #js-btn {
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0; }
      .header__menu-btn #js-btn span {
        display: block;
        position: relative;
        width: 30%;
        height: 2px;
        top: 24px;
        left: 20px;
        background-color: #171A1C;
        -webkit-transition: .5s;
        transition: .5s; }
        .header__menu-btn #js-btn span::before, .header__menu-btn #js-btn span::after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #171A1C;
          -webkit-transition: .3s;
          transition: .3s; }
        .header__menu-btn #js-btn span:before {
          -webkit-transform: translate(0, -400%);
                  transform: translate(0, -400%);
          top: 1px; }
        .header__menu-btn #js-btn span:after {
          -webkit-transform: translate(0, 400%);
                  transform: translate(0, 400%);
          top: -1px; }
    .header__menu-btn #js-btn.on span {
      background-color: white; }
    .header__menu-btn #js-btn.on ::before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 0; }
    .header__menu-btn #js-btn.on ::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0; }
  .header #js-menu {
    display: block;
    background-color: white;
    width: 250px;
    height: 100%;
    padding: 30px 0;
    top: 0;
    right: -110%;
    z-index: 99;
    position: fixed;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.14); }
    @media screen and (min-width: 960px) {
      .header #js-menu {
        display: none; } }
  .header #js-menu.on {
    right: 0; }
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      .header__nav.media-PC {
        display: none; } }
    @media screen and (min-width: 960px) {
      .header__nav.media-Tablet {
        display: none; } }
    @media screen and (max-width: 959px) {
      .header__nav.media-Tablet {
        display: inline-block;
        text-align: left; } }
    .header__nav li {
      padding: 0px 20px; }
      @media screen and (min-width: 960px) and (max-width: 1100px) {
        .header__nav li {
          padding: 0 10px; } }
      @media screen and (max-width: 959px) {
        .header__nav li {
          padding: 0;
          margin: 10px 24px; }
          .header__nav li.have-child {
            margin-bottom: 20px; } }
      .header__nav li a {
        letter-spacing: .2em;
        font: 16px atten-new, sans-serif; }
        @media screen and (min-width: 960px) and (max-width: 1100px) {
          .header__nav li a {
            font-size: 14px; } }
    .header__nav li:last-child {
      margin-right: 50px;
      -webkit-transition: .8s;
      transition: .8s; }
    .header__nav .list-parent:hover ::after {
      -webkit-transform: rotateZ(-180deg);
              transform: rotateZ(-180deg); }
    .header__nav .list-parent ::after {
      content: url(/svg/arrow-down.svg);
      position: absolute;
      margin: -2px 0px 0px 8px;
      -webkit-transition: .8s;
      transition: .8s; }
    .header__nav .list-parent #no-click {
      pointer-events: none; }
    .header__nav .no-drop {
      position: relative;
      text-align: center; }
      @media screen and (min-width: 960px) {
        .header__nav .no-drop a::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: #999;
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
          -webkit-transform-origin: center top;
                  transform-origin: center top;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s;
          display: inline-block;
          top: 24px;
          left: 0; } }
      .header__nav .no-drop:hover ::after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
    .header__nav .drop {
      padding-right: 40px;
      display: inline-block;
      padding-bottom: 70px; }
      @media screen and (max-width: 959px) {
        .header__nav .drop {
          padding-bottom: 0px; }
          .header__nav .drop li {
            font: 18px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
            letter-spacing: .2em; } }
      .header__nav .drop:hover .balloon {
        display: inline-block;
        top: 110px;
        left: 30px; }
      .header__nav .drop .balloon {
        display: none;
        position: absolute;
        font-size: 12px;
        line-height: 1.6em;
        background: white;
        width: 620px;
        height: 300px;
        margin-left: calc(100% - 1130px); }
        @media screen and (min-width: 960px) and (max-width: 1100px) {
          .header__nav .drop .balloon {
            margin-left: calc(100% - 960px); } }
        .header__nav .drop .balloon.drop__plan {
          margin-left: calc(100% - 700px); }
          .header__nav .drop .balloon.drop__plan::before {
            right: 23%; }
        .header__nav .drop .balloon::before {
          content: "";
          position: absolute;
          top: -24px;
          right: 44%;
          border: 15px solid transparent;
          border-top: 15px solid white;
          margin-left: -15px;
          -webkit-transform: rotateZ(180deg);
                  transform: rotateZ(180deg); }
        .header__nav .drop .balloon__contents {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
        .header__nav .drop .balloon__img {
          z-index: 1; }
          .header__nav .drop .balloon__img img {
            height: 300px;
            max-width: 280px;
            -o-object-fit: cover;
               object-fit: cover; }
        .header__nav .drop .balloon__drop-nav {
          margin: auto 0px auto 10px; }
          @media screen and (max-width: 959px) {
            .header__nav .drop .balloon__drop-nav {
              position: relative; } }
          .header__nav .drop .balloon__drop-nav a {
            display: block;
            -webkit-transition: opacity .13s ease;
            transition: opacity .13s ease; }
            .header__nav .drop .balloon__drop-nav a:hover {
              opacity: .6; }
        .header__nav .drop .balloon__drop-item {
          margin: 15px 0px; }
          .header__nav .drop .balloon__drop-item::after {
            content: url(/svg/arrow.svg);
            position: absolute;
            margin: -20px 0px 0px 270px; }
          .header__nav .drop .balloon__drop-item h3 {
            font: 12px atten-new, sans-serif;
            letter-spacing: .2em; }
          .header__nav .drop .balloon__drop-item p {
            font: 16px atten-new, sans-serif; }
    .header__nav .drop-child {
      position: relative; }
      .header__nav .drop-child a {
        font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        color: #a6adb6; }
        .header__nav .drop-child a::before {
          content: "";
          position: absolute;
          width: 10px;
          height: 1px;
          background-color: #a6adb6;
          margin: 8px 0px 0px -18px; }

/* =========================================================
	footer
========================================================= */
.footer a {
  text-decoration: none; }
.footer__content {
  width: 1100px;
  max-width: 100%;
  margin: 0px auto 50px auto;
  color: #231815; }
  @media screen and (max-width: 959px) {
    .footer__content {
      margin: 0; } }
.footer__listinner {
  width: 750px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
  left: 0; }
  @media screen and (max-width: 959px) {
    .footer__listinner {
      display: none; } }
  .footer__listinner .list-footer li {
    margin-top: 25px;
    font: 14px atten-new, sans-serif;
    letter-spacing: .2em; }
    .footer__listinner .list-footer li:hover {
      opacity: .6; }
  .footer__listinner .list-footer .child {
    font: 12px atten-new, sans-serif;
    padding-left: 16px; }
    .footer__listinner .list-footer .child::before {
      content: "";
      width: 10px;
      height: 1px;
      background-color: #231815;
      position: absolute;
      margin: 8px 6px 0px -16px; }
.footer__bottom.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px; }
  @media screen and (max-width: 959px) {
    .footer__bottom.pc {
      display: none; } }
  .footer__bottom.pc .item__left {
    margin: auto auto 0 0; }
    .footer__bottom.pc .item__left .copyright {
      font: 10px atten-new, sans-serif;
      margin-top: 10px; }
@media screen and (min-width: 960px) {
  .footer__bottom.sp {
    display: none; } }
.footer__bottom.sp .sp__content {
  margin: 50px auto;
  padding-bottom: 50px;
  text-align: center; }
  .footer__bottom.sp .sp__content img {
    margin-bottom: 8px; }
  .footer__bottom.sp .sp__content span {
    display: block;
    margin-top: 8px;
    font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .footer__bottom.sp .sp__content .footer__adress {
    margin-top: 20px; }
  .footer__bottom.sp .sp__content p {
    font: 11px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .footer__bottom.sp .sp__content .copyright {
    font: 8px atten-new, sans-serif;
    margin-top: 26px; }
.footer .contact .cnt-contact__bk {
  width: 1100px;
  max-width: 100%;
  height: 278px;
  background-color: #231815;
  text-align: center;
  margin: -170px auto 0px auto; }
  .footer .contact .cnt-contact__bk::after {
    content: url(/svg/logo-circle.svg);
    top: 28px;
    position: relative; }
  @media screen and (max-width: 959px) {
    .footer .contact .cnt-contact__bk {
      margin: -310px auto 0px auto; } }
.footer .contact .cnt-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 870px;
  max-width: 100%;
  z-index: 3;
  position: relative;
  margin: 70px auto 0 auto; }
  @media screen and (max-width: 959px) {
    .footer .contact .cnt-contact__body {
      display: inline-block;
      text-align: center;
      margin: 0px auto 0 auto;
      height: 278px;
      width: 100%; } }
  .footer .contact .cnt-contact__body span {
    color: white;
    font: 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em; }
    @media screen and (max-width: 959px) {
      .footer .contact .cnt-contact__body span {
        font: 11px/2.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        display: inline-block;
        margin: 30px auto 40px auto; } }

/* home page
========================================================= */
@media screen and (max-width: 767px) {
  #home-page .MV {
    padding-top: 52px; } }
#home-page .MV__scroll {
  position: relative;
  max-width: 200px;
  margin: 0px auto 0px 0px; }
  @media screen and (max-width: 959px) {
    #home-page .MV__scroll {
      display: none; } }
#home-page .MV__side-bar {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 580px 0px 0px 20px; }
  @media screen and (max-width: 959px) {
    #home-page .MV__side-bar {
      display: none; } }
  #home-page .MV__side-bar ::after {
    content: url(/svg/side-bar.svg);
    margin: 10px;
    vertical-align: top; }
  #home-page .MV__side-bar span {
    font: 12px atten-new, sans-serif; }
#home-page .MV__bk {
  position: relative;
  width: calc(100% - 200px);
  height: 710px;
  margin: 90px 0px 0px auto;
  z-index: -1; }
  @media screen and (max-width: 959px) {
    #home-page .MV__bk {
      margin: 0; } }
  #home-page .MV__bk::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 710px;
    position: absolute;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 959px) {
      #home-page .MV__bk::before {
        height: 561px; } }
  @media screen and (max-width: 959px) {
    #home-page .MV__bk {
      width: 100%;
      height: 561px; } }
  #home-page .MV__bk img {
    height: 710px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media screen and (max-width: 959px) {
      #home-page .MV__bk img {
        height: 561px; } }
  #home-page .MV__bk .slick-arrow {
    display: none; }
#home-page .MV__contents {
  position: absolute;
  top: 390px;
  right: 0px;
  width: calc(100% - 300px); }
  @media screen and (max-width: 959px) {
    #home-page .MV__contents {
      top: 290px;
      left: 0;
      width: calc(100% - 80px);
      margin: 0px 30px; } }
  #home-page .MV__contents .copy {
    color: white;
    font: 18px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em; }
    @media screen and (max-width: 959px) {
      #home-page .MV__contents .copy {
        font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        margin-top: 20px; } }
#home-page .MV__text {
  color: white;
  margin: 4px 0px; }
  #home-page .MV__text.jp {
    margin-top: 20px; }
  #home-page .MV__text .nomal {
    font: 40px atten-new, sans-serif;
    letter-spacing: .1em; }
    @media screen and (max-width: 959px) {
      #home-page .MV__text .nomal {
        font-size: 30px; } }
  #home-page .MV__text .bold {
    font: 800 40px atten-new, sans-serif;
    letter-spacing: .1em; }
    @media screen and (max-width: 959px) {
      #home-page .MV__text .bold {
        font-size: 30px; } }
#home-page .news {
  width: 1100px;
  max-width: 100%;
  margin: 100px auto 100px auto; }
  @media screen and (max-width: 959px) {
    #home-page .news {
      margin: 60px 30px;
      width: calc(100% - 60px); } }
  #home-page .news .cnt-news__title {
    position: relative; }
    #home-page .news .cnt-news__title h2 {
      font: bold 36px atten-new, sans-serif;
      color: #231815;
      letter-spacing: 0.18em; }
      @media screen and (max-width: 959px) {
        #home-page .news .cnt-news__title h2 {
          font-size: 18px; } }
    #home-page .news .cnt-news__title span {
      font: 16px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em;
      margin: 16px 0px 0px 0px;
      display: block;
      position: relative; }
      @media screen and (max-width: 959px) {
        #home-page .news .cnt-news__title span {
          font-size: 10px;
          margin: 2px 0px 0px 0px; } }
      #home-page .news .cnt-news__title span::before {
        content: "";
        width: 18px;
        height: 1px;
        background-color: #171A1C;
        display: inline-block;
        margin: 0px 10px 6px 0px; }
        @media screen and (max-width: 959px) {
          #home-page .news .cnt-news__title span::before {
            width: 8px;
            margin: 0px 4px 3px 0px; } }
  #home-page .news .cnt-news__body .list-news__item {
    margin: 40px auto; }
    @media screen and (max-width: 959px) {
      #home-page .news .cnt-news__body .list-news__item {
        margin: 30px auto 24px auto; } }
  #home-page .news .cnt-news__body .item__body {
    border-top: solid 0.5px #DDDDDD;
    border-bottom: solid 0.5px #DDDDDD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px; }
    @media screen and (max-width: 959px) {
      #home-page .news .cnt-news__body .item__body {
        height: 68px;
        display: block; } }
    #home-page .news .cnt-news__body .item__body.text {
      border: none; }
      @media screen and (max-width: 959px) {
        #home-page .news .cnt-news__body .item__body.text {
          padding: 16px 0px; } }
    #home-page .news .cnt-news__body .item__body h3 {
      font: 16px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      margin: auto 0px auto 30px;
      letter-spacing: 0.2em;
      position: relative; }
      @media screen and (max-width: 959px) {
        #home-page .news .cnt-news__body .item__body h3 {
          font-size: 12px;
          margin: 0; } }
      #home-page .news .cnt-news__body .item__body h3 a:hover {
        text-decoration: underline; }
    #home-page .news .cnt-news__body .item__body .item__date {
      font: 200 16px atten-new, sans-serif;
      margin: auto 0px auto 30px;
      padding-top: 4px;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 959px) {
        #home-page .news .cnt-news__body .item__body .item__date {
          font-size: 10px;
          margin: 0; } }
#home-page .service {
  margin: 150px auto 150px auto; }
  @media screen and (max-width: 959px) {
    #home-page .service {
      margin: 90px auto; } }
  #home-page .service .cnt-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 959px) {
      #home-page .service .cnt-service {
        width: 100%;
        display: block;
        text-align: center; } }
    #home-page .service .cnt-service__img img {
      -o-object-fit: cover;
         object-fit: cover; }
    #home-page .service .cnt-service__img.pc {
      width: 50%;
      height: 732px;
      background-image: url(/images/index/img05.jpg?2);
      background-position: center;
      background-size: cover; }
      @media screen and (max-width: 959px) {
        #home-page .service .cnt-service__img.pc {
          display: none; } }
    #home-page .service .cnt-service__img.sp {
      margin: 60px auto 0px;
      width: 100%; }
      @media screen and (min-width: 960px) {
        #home-page .service .cnt-service__img.sp {
          display: none; } }
      #home-page .service .cnt-service__img.sp img {
        width: 100%;
        max-width: 500px;
        min-width: 300px;
        height: 274px; }
    #home-page .service .cnt-service__body {
      max-width: 440px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto; }
      @media screen and (max-width: 959px) {
        #home-page .service .cnt-service__body {
          margin: 0 auto; } }
    #home-page .service .cnt-service__inner {
      margin: 0 auto; }
    #home-page .service .cnt-service__text {
      margin-top: 50px; }
      @media screen and (max-width: 959px) {
        #home-page .service .cnt-service__text {
          text-align: center;
          margin-top: 30px; } }
      #home-page .service .cnt-service__text span {
        font: 24px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        letter-spacing: .2em; }
        @media screen and (max-width: 959px) {
          #home-page .service .cnt-service__text span {
            font: lighter 20px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; } }
      #home-page .service .cnt-service__text p {
        font: 13px/3 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        letter-spacing: .2em;
        margin: 40px 0px 45px 0px; }
        @media screen and (max-width: 959px) {
          #home-page .service .cnt-service__text p {
            font: 11px/2.8 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
            margin: 30px; } }
#home-page .sale {
  margin: 150px 0px; }
  @media screen and (max-width: 959px) {
    #home-page .sale {
      margin: 90px 30px; } }
  #home-page .sale .cnt-sale {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto; }
    #home-page .sale .cnt-sale__body {
      text-align: center; }
      #home-page .sale .cnt-sale__body .list-sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 60px auto 50px auto;
        text-align: left;
        overflow: hidden; }
        @media screen and (max-width: 959px) {
          #home-page .sale .cnt-sale__body .list-sale {
            display: block;
            margin: 10px auto 40px auto; } }
        @media screen and (max-width: 959px) {
          #home-page .sale .cnt-sale__body .list-sale .item__body {
            margin: 30px auto 0px auto;
            width: 100%;
            max-width: 500px; } }
        #home-page .sale .cnt-sale__body .list-sale .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition-duration: .5s;
                  transition-duration: .5s; }
        @media screen and (max-width: 959px) {
          #home-page .sale .cnt-sale__body .list-sale .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 10px; } }
        #home-page .sale .cnt-sale__body .list-sale .item__body h3 {
          font: medium 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            #home-page .sale .cnt-sale__body .list-sale .item__body h3 {
              margin: 0;
              font-size: 12px; } }
        #home-page .sale .cnt-sale__body .list-sale .item__img {
          overflow: hidden; }
          #home-page .sale .cnt-sale__body .list-sale .item__img img {
            width: 100%;
            height: 234px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition-duration: .5s;
                    transition-duration: .5s; }
            @media screen and (max-width: 959px) {
              #home-page .sale .cnt-sale__body .list-sale .item__img img {
                max-width: 500px; }
                #home-page .sale .cnt-sale__body .list-sale .item__img img img {
                  height: 234px;
                  -o-object-fit: cover;
                     object-fit: cover; } }
        #home-page .sale .cnt-sale__body .list-sale .item__date {
          font: 12px atten-new, sans-serif;
          color: #999999;
          margin-top: 12px; }
          @media screen and (max-width: 959px) {
            #home-page .sale .cnt-sale__body .list-sale .item__date {
              margin: 0; } }
#home-page .voice {
  margin-top: 150px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 959px) {
    #home-page .voice {
      margin-top: 0px; } }
  #home-page .voice .cnt-voice {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    padding: 150px 0px; }
    @media screen and (max-width: 959px) {
      #home-page .voice .cnt-voice {
        padding: 90px 0px; } }
    #home-page .voice .cnt-voice__body {
      text-align: center;
      margin: 0 30px; }
      #home-page .voice .cnt-voice__body p {
        margin: 30px 0;
        font: normal 18px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        letter-spacing: .2em; }
        @media screen and (max-width: 767px) {
          #home-page .voice .cnt-voice__body p {
            font-size: 14px; } }
      #home-page .voice .cnt-voice__body .list-voice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        margin: 60px auto; }
        @media screen and (max-width: 959px) {
          #home-page .voice .cnt-voice__body .list-voice {
            display: block;
            margin: 40px auto; } }
        #home-page .voice .cnt-voice__body .list-voice .item__img {
          margin-top: 30px;
          overflow: hidden; }
          #home-page .voice .cnt-voice__body .list-voice .item__img img {
            height: 340px;
            width: 510px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition: ease .6s;
            transition: ease .6s; }
            @media screen and (max-width: 959px) {
              #home-page .voice .cnt-voice__body .list-voice .item__img img {
                height: 234px; } }
        @media screen and (max-width: 959px) {
          #home-page .voice .cnt-voice__body .list-voice .item__body {
            width: 100%;
            max-width: 500px;
            margin: 0 auto; } }
        #home-page .voice .cnt-voice__body .list-voice .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: ease .6s;
          transition: ease .6s; }
        @media screen and (max-width: 959px) {
          #home-page .voice .cnt-voice__body .list-voice .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 10px; } }
        #home-page .voice .cnt-voice__body .list-voice .item__body h3 {
          font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            #home-page .voice .cnt-voice__body .list-voice .item__body h3 {
              font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; } }
        #home-page .voice .cnt-voice__body .list-voice .item__body p {
          font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          color: #999999;
          margin-left: 20px;
          margin-top: 12px; }
          #home-page .voice .cnt-voice__body .list-voice .item__body p::before {
            content: "";
            width: 12px;
            height: 1px;
            position: absolute;
            background-color: #999999;
            margin: 9px 8px 0px -20px; }
            @media screen and (max-width: 959px) {
              #home-page .voice .cnt-voice__body .list-voice .item__body p::before {
                width: 10px;
                margin: 9px 8px 0px -18px; } }
#home-page .plan {
  position: relative;
  max-width: 100%; }
  #home-page .plan .cnt-plan {
    margin: 0 auto;
    width: 850px; }
    #home-page .plan .cnt-plan__bk {
      position: relative;
      z-index: -1; }
      #home-page .plan .cnt-plan__bk::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 579px;
        position: absolute;
        top: 0;
        z-index: 99; }
      #home-page .plan .cnt-plan__bk img {
        height: 579px;
        -o-object-fit: cover;
           object-fit: cover; }
    #home-page .plan .cnt-plan__body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 850px;
      max-width: 100%;
      margin-top: 150px;
      position: absolute; }
      @media screen and (max-width: 959px) {
        #home-page .plan .cnt-plan__body {
          display: block;
          padding: 0px 30px;
          margin-top: 100px; } }
      #home-page .plan .cnt-plan__body .list-plan {
        width: 550px;
        border-bottom: solid 1px white; }
        @media screen and (max-width: 959px) {
          #home-page .plan .cnt-plan__body .list-plan {
            width: 100%;
            margin-top: 40px; } }
        #home-page .plan .cnt-plan__body .list-plan__item {
          border-top: solid 1px white;
          padding-left: 30px;
          -webkit-transition: all .3s;
          transition: all .3s; }
          #home-page .plan .cnt-plan__body .list-plan__item::before {
            content: url(/svg/plus-big.svg);
            position: absolute;
            margin-top: 22px; }
          #home-page .plan .cnt-plan__body .list-plan__item:hover {
            background-color: rgba(255, 255, 255, 0.2); }
          @media screen and (max-width: 959px) {
            #home-page .plan .cnt-plan__body .list-plan__item {
              padding-left: 20px; } }
      #home-page .plan .cnt-plan__body .item__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        margin: 0px 0px 0px 70px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 95px; }
        #home-page .plan .cnt-plan__body .item__body h3 {
          font: bold 16px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          letter-spacing: .2em; }
        #home-page .plan .cnt-plan__body .item__body p {
          font: 10px atten-new, sans-serif;
          margin-left: 15px;
          padding-top: 5px; }

.phirosophy,
.message {
  position: relative;
  top: 0;
  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; }
  .phirosophy::before,
  .message::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    background-image: url(/images/index/logo-circle_big.png);
    background-size: cover;
    background-position: center; }
  .phirosophy__inner,
  .message__inner {
    max-width: 1100px;
    width: 100%;
    padding: 0 30px; }
  .phirosophy__content,
  .message__content {
    text-align: center;
    margin: 100px auto 150px; }
    @media screen and (max-width: 959px) {
      .phirosophy__content,
      .message__content {
        margin: 90px 0 100px; } }
    .phirosophy__content h3,
    .message__content h3 {
      font: 24px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em;
      font-weight: 500;
      margin-bottom: 30px; }
    .phirosophy__content p,
    .message__content p {
      font: 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      margin-bottom: 30px;
      letter-spacing: .2em; }
      @media screen and (max-width: 959px) {
        .phirosophy__content p br:not([class]),
        .message__content p br:not([class]) {
          display: none; } }
    .phirosophy__content .position,
    .message__content .position {
      margin: 10px; }
    .phirosophy__content .handwriting img,
    .message__content .handwriting img {
      height: 22px;
      margin: 5px 0px; }

#contact-page .form .mw_wp_form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .form .mw_wp_form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#contact-page .form .mw_wp_form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .form .mw_wp_form dl .error {
  display: inline-block;
  margin-top: 20px;
  margin-right: 8px;
  color: #ec1834;
  padding: 13px 13px 15px;
  background: rgba(236, 24, 52, 0.1); }
  #contact-page .form .mw_wp_form dl .error + .error {
    left: 200px; }
#contact-page .form .mw_wp_form dd {
  position: relative; }
#contact-page .form .mw_wp_form dt {
  position: relative;
  font-size: 18px;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  border-bottom: 1px solid #DDDDDD; }
  #contact-page .form .mw_wp_form dt:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background: #231815;
    top: 50%;
    left: 0; }
    @media all and (-ms-high-contrast: none) {
      #contact-page .form .mw_wp_form dt:before {
        content: none; } }
  #contact-page .form .mw_wp_form dt span.must {
    display: inline-block;
    margin-left: 8px;
    padding: 5px 10px 6px;
    border-radius: 2px;
    border: 1px solid #231815;
    color: #231815;
    font-size: 14px;
    line-height: 1; }
#contact-page .form .mw_wp_form dd.flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
    width: calc((100% - 30px)/4); }
    #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error):nth-of-type(4) {
      padding-right: 0; }
    @media screen and (max-width: 959px) {
      #contact-page .form .mw_wp_form dd.flex-col4 > span:not(.error) {
        width: 100%;
        padding-left: 0;
        margin: 0;
        margin-top: 8px; } }
#contact-page .form .mw_wp_form dd.flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .form .mw_wp_form dd.flex-col2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .form .mw_wp_form dd.flex-col2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .form .mw_wp_form dd.flex-col2 > input:nth-of-type(2) {
      margin-right: 0; }
#contact-page .form .mw_wp_form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before, #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #231815;
    z-index: 1; }
  #contact-page .form .mw_wp_form .mwform-radio-field-text:after {
    border-radius: 100%; }
#contact-page .form .mw_wp_form .mwform-zip-field {
  max-width: 300px;
  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; }
  #contact-page .form .mw_wp_form .mwform-zip-field input {
    margin: 0 10px !important; }
#contact-page .form .mw_wp_form input[type=radio] {
  display: none; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #231815; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .form .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text {
  background: #231815;
  color: white; }
#contact-page .form .mw_wp_form input[type=file] {
  margin-top: 20px; }
#contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form input[type="text"], #contact-page .form .mw_wp_form input[type="email"], #contact-page .form .mw_wp_form input[type="url"], #contact-page .form .mw_wp_form textarea {
      margin-top: 8px; } }
#contact-page .form .mw_wp_form .mwform-tel-field {
  width: 100%; }
#contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
  width: 120px; }
  @media screen and (max-width: 959px) {
    #contact-page .form .mw_wp_form .mwform-tel-field input[type="text"] {
      width: calc((100% - 32px)/3); } }
#contact-page .form .mw_wp_form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 1;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  border-radius: 5px; }
#contact-page .form .contact-policy {
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background: #F5F5F5; }
  #contact-page .form .contact-policy .section {
    margin-top: 30px; }
  #contact-page .form .contact-policy .section-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border: 0; }
    #contact-page .form .contact-policy .section-title:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 24px;
      background: #E60012;
      top: 0;
      left: 0; }
    #contact-page .form .contact-policy .section-title + .section-main {
      margin-top: 15px; }
  #contact-page .form .contact-policy .inner {
    max-height: 200px;
    overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    #contact-page .form .contact-policy {
      padding: 15px; } }
#contact-page .form .button {
  text-align: center;
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button {
      margin-top: 30px; } }
#contact-page .form input[type="submit"] {
  position: relative;
  background: white;
  color: #231815;
  border: 0;
  padding: 20px;
  min-width: 365px;
  border: 2px solid #231815;
  font: bold 1rem/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color .15s ease, color .15s ease;
  transition: background-color .15s ease, color .15s ease; }
  @media screen and (max-width: 959px) {
    #contact-page .form input[type="submit"] {
      padding: 15px 20px;
      min-width: 300px; } }
  #contact-page .form input[type="submit"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #231815;
    position: absolute;
    top: 10px;
    right: 10px; }
  #contact-page .form input[type="submit"]:hover {
    background: #231815;
    color: white; }
#contact-page .form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 959px) {
    #contact-page .form .btns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-flow: wrap-reverse;
              flex-flow: wrap-reverse; } }
@media screen and (min-width: 960px) {
  #contact-page .form .mw_wp_form_confirm .btns .button:nth-of-type(1) {
    margin-right: 40px; } }
#contact-page .form p + .mw_wp_form {
  margin-top: 50px; }
#contact-page .form .address {
  padding: 15px; }
  #contact-page .form .address dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #contact-page .form .address dl {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    #contact-page .form .address dl dt {
      width: 20%;
      border: 0;
      margin-bottom: 0;
      padding: 0 0 0 10px; }
      #contact-page .form .address dl dt:before {
        height: 100%;
        opacity: .6; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dt {
          width: 100%;
          margin-bottom: 10px; }
          #contact-page .form .address dl dt .error {
            margin-top: 0;
            margin-left: 10px;
            font-size: 13px;
            padding: 7px 10px 8px; } }
    #contact-page .form .address dl dd {
      width: 80%; }
      #contact-page .form .address dl dd input {
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        #contact-page .form .address dl dd {
          width: 100%; } }
#contact-page .form .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    #contact-page .form .col3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #contact-page .form .col3 .mwform-radio-field {
    width: 100%; }
    @media screen and (max-width: 767px) {
      #contact-page .form .col3 .mwform-radio-field {
        margin-left: 0; } }
#contact-page .form .error-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  background: rgba(236, 24, 52, 0.1);
  border: 1px solid #ec1834;
  color: #ec1834;
  text-align: center; }
#contact-page .form.mw_wp_form_error .error-area {
  display: block; }
#contact-page .form .confilm-area {
  display: none;
  padding: 13px 13px 15px;
  margin-bottom: 60px;
  margin-top: 60px;
  background: rgba(18, 124, 179, 0.1);
  border: 1px solid #127CB3;
  color: #127CB3;
  text-align: center; }
#contact-page .form.mw_wp_form_confirm .confilm-area {
  display: block; }
#contact-page .form .form-title {
  margin-top: 30px; }
  #contact-page .form .form-title h3 {
    margin: 0 !important; }
#contact-page .form .contact-tel dt {
  padding-bottom: 10px;
  border-bottom: 2px solid #DDDDDD;
  font-size: 1.1em;
  font-weight: 600; }
#contact-page .form .contact-tel dd span {
  color: #231815;
  font-size: 2.5em;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    #contact-page .form .contact-tel dd span {
      display: block; } }
  #contact-page .form .contact-tel dd span i {
    margin-right: 5px;
    font-size: 0.8em; }
#contact-page .form .step {
  display: table;
  table-layout: fixed;
  background: #fff; }
  #contact-page .form .step .item {
    display: table-cell;
    width: 33.3333%;
    padding: 30px 30px 20px;
    vertical-align: top;
    border-right: 1px dashed #DDDDDD;
    text-align: center; }
    #contact-page .form .step .item:last-child {
      border-right: none; }
  @media screen and (max-width: 959px) {
    #contact-page .form .step {
      display: block; }
      #contact-page .form .step .item {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px dashed #DDDDDD; }
        #contact-page .form .step .item:last-child {
          border: none; } }
  #contact-page .form .step h4 {
    margin-bottom: 15px;
    color: #231815;
    font-size: 18px;
    font-weight: 600; }
    #contact-page .form .step h4 span {
      display: block;
      width: 30px;
      margin: 0 auto 5px;
      background: #231815;
      color: #fff;
      font-size: 16px;
      line-height: 31px;
      border-radius: 15px; }
  #contact-page .form .step i {
    display: block;
    margin: 0 auto 15px;
    color: #231815;
    font-size: 80px; }
#contact-page .form dl {
  display: table;
  width: 100%;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px dotted #e5e5e5; }
  #contact-page .form dl:first-of-type {
    border-top: 1px dotted #e5e5e5; }
  #contact-page .form dl.policy dd {
    padding-left: 0 !important; }
  #contact-page .form dl .error {
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
    color: #ef2027;
    padding: 13px 13px 15px;
    background: rgba(236, 24, 52, 0.1); }
    #contact-page .form dl .error + .error {
      left: 200px; }
  #contact-page .form dl dt:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #contact-page .form dl dt {
    vertical-align: middle; }
  #contact-page .form dl dt.num {
    position: relative;
    padding-left: 40px; }
    #contact-page .form dl dt.num:before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      background: #ef2027;
      border-radius: 15px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 28px;
      text-align: center;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 959px) {
        #contact-page .form dl dt.num:before {
          width: 26px;
          height: 26px;
          font-size: 14px;
          line-height: 24px;
          top: 35%;
          padding: 1px 0 0 0; } }
  #contact-page .form dl p.red {
    color: #231815; }
  #contact-page .form dl:nth-child(2) dt.num:before {
    content: "1"; }
  #contact-page .form dl:nth-child(3) dt.num:before {
    content: "2"; }
  #contact-page .form dl:nth-child(4) dt.num:before {
    content: "3"; }
  #contact-page .form dl:nth-child(5) dt.num:before {
    content: "4"; }
  #contact-page .form dl:nth-child(6) dt.num:before {
    content: "5"; }
  #contact-page .form dl:nth-child(7) dt.num:before {
    content: "6"; }
  #contact-page .form dl:nth-child(8) dt.num:before {
    content: "7"; }
  #contact-page .form dl:nth-child(9) dt.num:before {
    content: "8"; }
  #contact-page .form dl:nth-child(10) dt.num:before {
    content: "9"; }
  #contact-page .form dl dd,
  #contact-page .form dl dt {
    display: table-cell;
    font-size: 100%;
    text-align: left;
    padding: 0px;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important; }
    #contact-page .form dl dd .must,
    #contact-page .form dl dt .must {
      float: right;
      color: #FF5E5C !important;
      border-color: #FF5E5C !important; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dd,
      #contact-page .form dl dt {
        display: block;
        font-size: 14px !important; }
        #contact-page .form dl dd .must,
        #contact-page .form dl dt .must {
          font-size: 11px !important; } }
  #contact-page .form dl dt {
    width: 300px; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dt {
        width: 100%; } }
  #contact-page .form dl dd {
    padding-left: 20px; }
    @media screen and (max-width: 959px) {
      #contact-page .form dl dd {
        padding-left: 0 !important; } }
  #contact-page .form dl.sub > dd {
    position: relative; }
    #contact-page .form dl.sub > dd dl {
      padding: 10px 0;
      border: 0; }
      #contact-page .form dl.sub > dd dl dt {
        width: 130px; }
        @media screen and (max-width: 959px) {
          #contact-page .form dl.sub > dd dl dt {
            width: 100%; } }
#contact-page .form input[type="number"], #contact-page .form input[type="text"], #contact-page .form input[type="email"], #contact-page .form input[type="url"], #contact-page .form input[type="tel"], #contact-page .form textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 10px;
  border: solid 1px #DDDDDD;
  background: #F4F5F7;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px !important; }
#contact-page .form input.short {
  width: 130px !important; }
  @media screen and (max-width: 959px) {
    #contact-page .form input.short {
      width: 120px !important; } }
#contact-page .form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 11px 0 10px 15px;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 0;
  line-height: 24px;
  border: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  font-size: 18px !important;
  border: 1px solid #DDDDDD;
  background-color: white;
  border-radius: 5px; }
#contact-page .form input[type=radio], #contact-page .form input[type=checkbox] {
  display: none; }
#contact-page .form .mwform-checkbox-field-text,
#contact-page .form .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding: 15px 15px 15px 45px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  font-size: 16px !important;
  cursor: pointer; }
  #contact-page .form .mwform-checkbox-field-text:before, #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:before,
  #contact-page .form .mwform-radio-field-text:after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: ''; }
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    opacity: 0; }
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    left: 15px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
    border-radius: 2px;
    background: white; }
  #contact-page .form .mwform-checkbox-field-text:before,
  #contact-page .form .mwform-radio-field-text:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    left: 21px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #231815;
    z-index: 1; }
  #contact-page .form .mwform-checkbox-field-text:after,
  #contact-page .form .mwform-radio-field-text:after {
    border-radius: 100%; }
#contact-page .form .mwform-checkbox-field-text:after {
  border-radius: 5px !important; }
@media screen and (max-width: 959px) {
  #contact-page .form .mwform-checkbox-field,
  #contact-page .form .mwform-radio-field {
    margin-top: 10px; } }
#contact-page .form input[type=checkbox],
#contact-page .form input[type=radio] {
  display: none; }
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:after,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:after {
  border-color: #231815; }
#contact-page .form input[type=checkbox]:checked + .mwform-checkbox-field-text:before,
#contact-page .form input[type=radio]:checked + .mwform-radio-field-text:before {
  opacity: 1; }
#contact-page .form input[type=file] {
  margin-top: 20px; }
#contact-page .form .button {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button:first-of-type {
      margin-top: 15px; } }
#contact-page .form .button {
  position: relative; }
  #contact-page .form .button:hover:before {
    background: #333; }
#contact-page .form .button input {
  display: block;
  width: 365px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  border: 2px solid #231815;
  color: #231815;
  font-size: 16px;
  text-align: center;
  position: relative; }
  @media screen and (max-width: 959px) {
    #contact-page .form .button input {
      max-width: 270px;
      width: 100%; } }
  #contact-page .form .button input:hover {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    #contact-page .form .button input {
      width: 200px !important;
      min-width: 0;
      height: 40px;
      font-size: 14px; } }
#contact-page .form .flex-c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #contact-page .form .flex-c2 > span:not(.error) {
    width: calc((100% - 8px)/2); }
    #contact-page .form .flex-c2 > span:not(.error):nth-of-type(2) {
      padding-right: 0; }
  #contact-page .form .flex-c2 > input {
    width: calc((100% - 8px)/2);
    padding-right: 8px; }
    #contact-page .form .flex-c2 > input:nth-of-type(2) {
      margin-right: 0; }
  @media screen and (max-width: 959px) {
    #contact-page .form .flex-c2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #contact-page .form .flex-c2 > input, #contact-page .form .flex-c2 > span:not(.error) {
        width: 100%;
        padding: 0;
        margin-left: 0; } }

.post {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto; }
  .post__title {
    padding: 3px 0 6px; }
    .post__title h2 {
      font: normal 30px/1.4 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    .post__title p.date {
      font: normal 12px/1 atten-new, sans-serif;
      color: #666;
      margin-top: 5px; }
  .post__main {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #DDDDDD; }
    .post__main p {
      font: normal 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    .post__main .btn {
      margin-top: 50px; }
    .post__main.comment p, .post__main.news p {
      font: normal 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 767px) {
        .post__main.comment p, .post__main.news p {
          font-size: 14px; } }
    .post__main.comment h3, .post__main.news h3 {
      font-size: 20px !important;
      padding: 15px 5px 18px;
      padding-left: 20px !important;
      background: #333;
      color: white; }
      .post__main.comment h3:before, .post__main.news h3:before {
        content: none !important; }
    .post__main.comment h4, .post__main.news h4 {
      font-size: 20px;
      font-weight: bold; }
    .post__main.comment h5, .post__main.news h5 {
      font-size: 16px;
      font-weight: bold; }
    .post__main.comment h4, .post__main.news h4 {
      position: relative;
      padding-left: 30px; }
      .post__main.comment h4:before, .post__main.news h4:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        width: 4px;
        height: 100%;
        background: #212121; }
    .post__main.comment h3, .post__main.comment h4, .post__main.comment h5, .post__main.news h3, .post__main.news h4, .post__main.news h5 {
      margin-top: 40px; }
    .post__main.comment .content-top + h3, .post__main.comment .content-top + h4, .post__main.comment .content-top + h5, .post__main.news .content-top + h3, .post__main.news .content-top + h4, .post__main.news .content-top + h5 {
      margin-top: 0; }
    .post__main.comment h3:before, .post__main.news h3:before {
      height: calc(100% - 10px); }
    .post__main.comment p + p,
    .post__main.comment p + img,
    .post__main.comment img + p,
    .post__main.comment h3 + p,
    .post__main.comment h4 + p,
    .post__main.comment h5 + p, .post__main.news p + p,
    .post__main.news p + img,
    .post__main.news img + p,
    .post__main.news h3 + p,
    .post__main.news h4 + p,
    .post__main.news h5 + p {
      margin-top: 30px; }
    .post__main.comment strong, .post__main.news strong {
      font-weight: bold; }
    @media screen and (max-width: 959px) {
      .post__main.comment h3, .post__main.news h3 {
        font-size: 16px !important; }
      .post__main.comment h4, .post__main.news h4 {
        font-size: 16px; }
      .post__main.comment h5, .post__main.news h5 {
        font-size: 14px;
        font-weight: bold; }
      .post__main.comment h3, .post__main.comment h4, .post__main.comment h5, .post__main.news h3, .post__main.news h4, .post__main.news h5 {
        margin-top: 30px;
        padding-left: 15px; }
        .post__main.comment h3:before, .post__main.comment h4:before, .post__main.comment h5:before, .post__main.news h3:before, .post__main.news h4:before, .post__main.news h5:before {
          width: 2px; }
      .post__main.comment p + img,
      .post__main.comment img + p,
      .post__main.comment h3 + p,
      .post__main.comment h4 + p,
      .post__main.comment h5 + p, .post__main.news p + img,
      .post__main.news img + p,
      .post__main.news h3 + p,
      .post__main.news h4 + p,
      .post__main.news h5 + p {
        margin-top: 15px; } }

.avoice {
  padding: 150px 0px; }
  @media screen and (max-width: 959px) {
    .avoice {
      padding: 90px 0px; } }
  .avoice .cnt-voice {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    .avoice .cnt-voice__body {
      text-align: center; }
      .avoice .cnt-voice__body .list-voice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 60px auto 0; }
        @media screen and (max-width: 959px) {
          .avoice .cnt-voice__body .list-voice {
            display: block;
            margin: 40px auto 0; } }
        .avoice .cnt-voice__body .list-voice__item {
          width: 100%;
          max-width: calc((100% - 80px)/2); }
          @media screen and (max-width: 959px) {
            .avoice .cnt-voice__body .list-voice__item {
              max-width: 100%; } }
        .avoice .cnt-voice__body .list-voice .item__img {
          margin-top: 30px;
          overflow: hidden; }
          .avoice .cnt-voice__body .list-voice .item__img img {
            height: 340px;
            width: 510px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition: ease .6s;
            transition: ease .6s; }
            @media screen and (max-width: 959px) {
              .avoice .cnt-voice__body .list-voice .item__img img {
                height: 234px; } }
        @media screen and (max-width: 959px) {
          .avoice .cnt-voice__body .list-voice .item__body {
            width: 100%;
            max-width: 500px;
            margin: 0 auto; } }
        .avoice .cnt-voice__body .list-voice .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: ease .6s;
          transition: ease .6s; }
        @media screen and (max-width: 959px) {
          .avoice .cnt-voice__body .list-voice .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        .avoice .cnt-voice__body .list-voice .item__body h3 {
          font: 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            .avoice .cnt-voice__body .list-voice .item__body h3 {
              font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; } }
        .avoice .cnt-voice__body .list-voice .item__body p {
          font: 12px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          color: #999999;
          margin-left: 20px;
          margin-top: 12px; }
          .avoice .cnt-voice__body .list-voice .item__body p::before {
            content: "";
            width: 12px;
            height: 1px;
            position: absolute;
            background-color: #999999;
            margin: 9px 8px 0px -20px; }
            @media screen and (max-width: 959px) {
              .avoice .cnt-voice__body .list-voice .item__body p::before {
                width: 10px;
                margin: 9px 8px 0px -18px; } }

.slider {
  max-width: 600px;
  margin: 0 auto 20px; }
  .slider .slide {
    max-width: 600px; }
    .slider .slide__inner {
      position: relative;
      padding-top: 75%;
      overflow: hidden; }
    .slider .slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%; }
  .slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px; }
    .slider .slick-dots li {
      position: relative;
      width: calc((100% - 40px)/5);
      margin-bottom: 10px;
      margin-right: 10px;
      height: 75px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .slider .slick-dots li {
          height: 11vw; } }
      .slider .slick-dots li img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .slider .slick-dots li:nth-child(5n) {
        margin-right: 0; }
  .slider.slide-branch .slide__inner {
    padding-top: 100%; }

.details-area {
  border-top: 1px solid #ddd; }
  .details-area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .details-area dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0; }
  .details-area dt {
    width: 130px;
    margin-right: 20px;
    padding: 18px 0 18px 20px;
    background: #f5f5f5;
    font: bold 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  .details-area dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 18px 0;
    font: normal 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
  @media screen and (max-width: 767px) {
    .details-area .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .details-area .flex dl + dl {
      border-left: 1px solid #ddd; }
    .details-area dl {
      display: block;
      margin-bottom: 0 !important;
      padding-bottom: 5px; }
    .details-area dt {
      width: 100%;
      background: #f5f5f5;
      margin-bottom: 5px;
      padding: 12px 10px; }
    .details-area dd {
      padding: 12px 10px; } }

.asale {
  margin: 150px 0px; }
  @media screen and (max-width: 959px) {
    .asale {
      margin: 90px 0; } }
  .asale.top .cnt-sale__body .list-sale {
    margin-bottom: 0 !important; }
  .asale .cnt-sale {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
    .asale .cnt-sale__body {
      text-align: center; }
      .asale .cnt-sale__body .list-sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 60px auto -50px auto;
        text-align: left;
        overflow: hidden;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 959px) {
          .asale .cnt-sale__body .list-sale {
            display: block;
            margin: 30px auto 40px auto; } }
        .asale .cnt-sale__body .list-sale__item {
          width: calc((100% - 120px)/3);
          margin-bottom: 50px; }
          @media screen and (min-width: 960px) {
            .asale .cnt-sale__body .list-sale__item {
              margin-right: 60px; }
              .asale .cnt-sale__body .list-sale__item:nth-child(3n) {
                margin-right: 0 !important; } }
          @media screen and (max-width: 959px) {
            .asale .cnt-sale__body .list-sale__item {
              width: 100%; } }
        @media screen and (max-width: 959px) {
          .asale .cnt-sale__body .list-sale .item__body {
            margin: 30px auto 0px auto;
            width: 100%;
            max-width: 500px; } }
        .asale .cnt-sale__body .list-sale .item__body:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition-duration: .5s;
                  transition-duration: .5s; }
        @media screen and (max-width: 959px) {
          .asale .cnt-sale__body .list-sale .item__body.text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin-top: 10px; } }
        .asale .cnt-sale__body .list-sale .item__body h3 {
          font: medium 14px "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          margin-top: 11px; }
          @media screen and (max-width: 959px) {
            .asale .cnt-sale__body .list-sale .item__body h3 {
              margin: 0;
              font-size: 12px; } }
        .asale .cnt-sale__body .list-sale .item__img {
          overflow: hidden; }
          .asale .cnt-sale__body .list-sale .item__img img {
            width: 100%;
            height: 234px;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition-duration: .5s;
                    transition-duration: .5s; }
            @media screen and (max-width: 959px) {
              .asale .cnt-sale__body .list-sale .item__img img {
                max-width: 500px; }
                .asale .cnt-sale__body .list-sale .item__img img img {
                  height: 234px;
                  -o-object-fit: cover;
                     object-fit: cover; } }
        .asale .cnt-sale__body .list-sale .item__date {
          font: 12px atten-new, sans-serif;
          color: #999999;
          margin-top: 12px; }
          @media screen and (max-width: 959px) {
            .asale .cnt-sale__body .list-sale .item__date {
              margin: 0; } }

#service-page .uvoice {
  margin-top: 150px !important; }
  @media screen and (max-width: 959px) {
    #service-page .uvoice {
      margin-top: 90px !important; } }
#service-page .l-service02 {
  max-width: 1140px;
  width: 100%;
  padding: 100px 20px 150px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #service-page .l-service02 {
      padding: 90px 20px 100px; } }
  #service-page .l-service02__main h2 {
    font: normal 20px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 20px; }
  #service-page .l-service02__main p {
    font: normal 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: center; }
  #service-page .l-service02__main .img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px; }
  #service-page .l-service02__main .list-merit {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #service-page .l-service02__main .list-merit {
        margin-top: 30px; } }
    #service-page .l-service02__main .list-merit li {
      width: calc((100% - 40px)/3); }
      @media screen and (max-width: 767px) {
        #service-page .l-service02__main .list-merit li {
          width: 100%;
          margin-bottom: 20px; } }
    #service-page .l-service02__main .list-merit__item {
      padding: 20px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
      border-radius: 3px;
      background: #f5f5f5; }
      #service-page .l-service02__main .list-merit__item h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font: normal 18px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        text-align: center;
        letter-spacing: .2em; }
      #service-page .l-service02__main .list-merit__item p.text {
        font: normal 13px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
        text-align: left; }
    #service-page .l-service02__main .list-merit__num {
      display: block;
      padding: 0 10px;
      border-radius: 30px;
      background: #231815;
      color: white;
      font: bold 14px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
#service-page .l-service01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  width: 100%;
  padding: 0 20px 150px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #service-page .l-service01 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 20px 100px; } }
  #service-page .l-service01__img {
    width: 60%; }
    @media screen and (max-width: 767px) {
      #service-page .l-service01__img {
        width: 100%;
        margin-bottom: 20px; } }
  #service-page .l-service01__text {
    width: calc(40% - 30px); }
    @media screen and (max-width: 767px) {
      #service-page .l-service01__text {
        width: 100%; } }
    #service-page .l-service01__text p {
      font: normal 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
    #service-page .l-service01__text .img {
      margin-top: 30px;
      text-align: center; }
  #service-page .l-service01__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
    #service-page .l-service01__title p {
      font: normal 16px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em; }
    #service-page .l-service01__title h2 {
      font: normal 20px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em; }

#purchase-page .l-purchase01 {
  max-width: 1140px;
  width: 100%;
  padding: 100px 20px 100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #purchase-page .l-purchase01 {
      padding: 60px 20px 60px; } }
  #purchase-page .l-purchase01__main h2 {
    font: normal 20px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #purchase-page .l-purchase01__main h2 {
        font-size: 16px; } }
  #purchase-page .l-purchase01__main p {
    font: normal 13px/2.5 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #purchase-page .l-purchase01__main p {
        text-align: left; } }
  #purchase-page .l-purchase01__main .img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px; }
  #purchase-page .l-purchase01__main .list-step {
    max-width: 500px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 3px; }
    #purchase-page .l-purchase01__main .list-step + .list-step {
      margin-top: 20px; }
    #purchase-page .l-purchase01__main .list-step + p {
      margin-top: 30px; }
    #purchase-page .l-purchase01__main .list-step dt {
      display: block;
      padding: 10px 20px;
      border-radius: 3px;
      background: #231815;
      color: white;
      font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 767px) {
        #purchase-page .l-purchase01__main .list-step dt {
          font-size: 12px;
          padding: 10px; } }
    #purchase-page .l-purchase01__main .list-step dd {
      padding: 0 10px;
      font: normal 16px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      letter-spacing: .2em; }
      @media screen and (max-width: 767px) {
        #purchase-page .l-purchase01__main .list-step dd {
          letter-spacing: .08em;
          font-size: 14px; } }

#scenery-page .facilities,
#facilities-page .facilities {
  max-width: 1140px;
  width: 100%;
  padding: 100px 20px 150px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #scenery-page .facilities,
    #facilities-page .facilities {
      padding: 90px 20px 100px; } }
  #scenery-page .facilities__header h2,
  #facilities-page .facilities__header h2 {
    font: normal 20px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #scenery-page .facilities__header h2,
      #facilities-page .facilities__header h2 {
        font-size: 16px; } }
  #scenery-page .facilities__header p,
  #facilities-page .facilities__header p {
    font: normal 18px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    letter-spacing: .2em;
    text-align: center;
    color: #9a8a7a; }
    @media screen and (max-width: 767px) {
      #scenery-page .facilities__header p,
      #facilities-page .facilities__header p {
        font-size: 14px; } }
  #scenery-page .facilities__style,
  #facilities-page .facilities__style {
    margin-top: 60px;
    text-align: center; }
    #scenery-page .facilities__style .list-style,
    #facilities-page .facilities__style .list-style {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #scenery-page .facilities__style .list-style li,
      #facilities-page .facilities__style .list-style li {
        text-align: center; }
        #scenery-page .facilities__style .list-style li p,
        #facilities-page .facilities__style .list-style li p {
          margin-top: 5px;
          font: normal 12px/2 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
      @media screen and (max-width: 767px) {
        #scenery-page .facilities__style .list-style,
        #facilities-page .facilities__style .list-style {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #scenery-page .facilities__style .list-style li,
          #facilities-page .facilities__style .list-style li {
            width: 30%;
            padding: 5px; } }
    #scenery-page .facilities__style p.attention,
    #facilities-page .facilities__style p.attention {
      font: normal 14px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
      text-indent: -1em;
      padding-left: 1em;
      margin-top: 20px;
      color: #666; }
      @media screen and (max-width: 767px) {
        #scenery-page .facilities__style p.attention,
        #facilities-page .facilities__style p.attention {
          font-size: 12px; } }
  #scenery-page .facilities__main,
  #facilities-page .facilities__main {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      #scenery-page .facilities__main,
      #facilities-page .facilities__main {
        margin-top: 60px; } }
    #scenery-page .facilities__main .list-tabs,
    #facilities-page .facilities__main .list-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #scenery-page .facilities__main .list-tabs li,
      #facilities-page .facilities__main .list-tabs li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc((100% - 10px)/3);
        height: 50px;
        background: #666;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        -webkit-transition: opacity .15s ease;
        transition: opacity .15s ease;
        border-radius: 3px; }
        #scenery-page .facilities__main .list-tabs li p,
        #facilities-page .facilities__main .list-tabs li p {
          color: white;
          font: bold 14px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          letter-spacing: .2em;
          text-align: center; }
          #scenery-page .facilities__main .list-tabs li p span,
          #facilities-page .facilities__main .list-tabs li p span {
            display: block;
            margin-top: 5px;
            font-size: 10px;
            font-weight: normal; }
          @media screen and (max-width: 767px) {
            #scenery-page .facilities__main .list-tabs li p,
            #facilities-page .facilities__main .list-tabs li p {
              font-size: 12px;
              letter-spacing: 0; } }
        #scenery-page .facilities__main .list-tabs li:hover,
        #facilities-page .facilities__main .list-tabs li:hover {
          opacity: .8; }
        #scenery-page .facilities__main .list-tabs li.on,
        #facilities-page .facilities__main .list-tabs li.on {
          background: #9a8a7a; }
    #scenery-page .facilities__main .tab__main,
    #facilities-page .facilities__main .tab__main {
      display: none; }
      #scenery-page .facilities__main .tab__main.on,
      #facilities-page .facilities__main .tab__main.on {
        display: block; }
      #scenery-page .facilities__main .tab__main .tab__header,
      #facilities-page .facilities__main .tab__main .tab__header {
        margin-top: 10px;
        border-radius: 3px;
        padding: 40px 20px 20px;
        background: #231815; }
        #scenery-page .facilities__main .tab__main .tab__header p,
        #facilities-page .facilities__main .tab__main .tab__header p {
          display: inline-block;
          font: normal 40px/1 atten-new, sans-serif;
          color: white;
          letter-spacing: .2em; }
        #scenery-page .facilities__main .tab__main .tab__header h3,
        #facilities-page .facilities__main .tab__main .tab__header h3 {
          display: inline-block;
          font: bold 12px/1 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          color: white;
          letter-spacing: .2em;
          margin-left: 10px; }
        @media screen and (max-width: 767px) {
          #scenery-page .facilities__main .tab__main .tab__header p,
          #facilities-page .facilities__main .tab__main .tab__header p {
            display: block; }
          #scenery-page .facilities__main .tab__main .tab__header h3,
          #facilities-page .facilities__main .tab__main .tab__header h3 {
            display: block;
            margin-left: 0; } }
      #scenery-page .facilities__main .tab__main .tab__contents,
      #facilities-page .facilities__main .tab__main .tab__contents {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 20px; }
        #scenery-page .facilities__main .tab__main .tab__contents .list-fitems,
        #facilities-page .facilities__main .tab__main .tab__contents .list-fitems {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          #scenery-page .facilities__main .tab__main .tab__contents .list-fitems li,
          #facilities-page .facilities__main .tab__main .tab__contents .list-fitems li {
            width: calc((100% - 30px)/4);
            margin-right: 10px;
            margin-bottom: 20px; }
            #scenery-page .facilities__main .tab__main .tab__contents .list-fitems li:nth-child(4n),
            #facilities-page .facilities__main .tab__main .tab__contents .list-fitems li:nth-child(4n) {
              margin-right: 0; }
            @media screen and (max-width: 767px) {
              #scenery-page .facilities__main .tab__main .tab__contents .list-fitems li,
              #facilities-page .facilities__main .tab__main .tab__contents .list-fitems li {
                width: 100%;
                margin-right: 0; } }
        #scenery-page .facilities__main .tab__main .tab__contents .list-fitem__category,
        #facilities-page .facilities__main .tab__main .tab__contents .list-fitem__category {
          padding: 10px;
          text-align: center;
          color: white;
          background: #9a8a7a;
          font: normal 16px/1.4 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          letter-spacing: .2em;
          margin-bottom: 5px; }
        #scenery-page .facilities__main .tab__main .tab__contents .list-fitem__thumb img,
        #facilities-page .facilities__main .tab__main .tab__contents .list-fitem__thumb img {
          border-radius: 3px;
          vertical-align: bottom; }
        #scenery-page .facilities__main .tab__main .tab__contents .list-fitem h4,
        #facilities-page .facilities__main .tab__main .tab__contents .list-fitem h4 {
          margin-top: 10px;
          font: normal 16px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
          letter-spacing: .2em; }
        #scenery-page .facilities__main .tab__main .tab__contents .list-fitem p:not([class]),
        #facilities-page .facilities__main .tab__main .tab__contents .list-fitem p:not([class]) {
          font: normal 12px/1.6 "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

.js-scroll {
  opacity: 0;
  margin-top: 50px;
  -webkit-transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease;
  transition: margin-top 1s ease, opacity 1s ease, box-shadow 1s ease, background-color 1s ease, -webkit-box-shadow 1s ease; }
  .js-scroll.fade_on {
    margin-top: 0;
    opacity: 1; }

.js-scroll2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease; }
  .js-scroll2.fade_on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

@media print {
  * html body {
    zoom: .7; } }

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