@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #525252;
  height: auto !important;
  overflow: hidden;
  letter-spacing: .06em;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

img {
  vertical-align: middle;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

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

body:not(.home) ul {
  margin-left: 1em;
  line-height: 1.8;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a:link {
  color: #525252;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #525252;
}

[href^="tel"] {
  text-decoration: none !important;
  display: inline-block;
}

@media (min-width: 767px) {
  [href^="tel"] {
    pointer-events: none !important;
  }
}

.fax a {
  pointer-events: none;
  text-decoration: none;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 10px;
  }
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

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

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -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;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button, input {
  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;
}

fieldset {
  padding: .35em .75em .625em;
}

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

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

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  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;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 10px;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

.col p {
  line-height: 1.8;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-red {
  color: #f00 !important;
}

@media (max-width: 767px) {
  .pc,
  .tb {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .sp {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc02,
  .tb02 {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp02 {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .pc03,
  .tb03 {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp03 {
    display: none !important;
  }
}

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

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow:hover {
  border: 1px solid #246bb3;
  color: #525252;
  background: #246bb3;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #525252;
}

.add_ex {
  position: relative;
}

.add_ex:before {
  content: none;
}

.add_ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 5%;
}

.more {
  display: block;
  overflow: visible;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #525252;
  color: #525252;
  background: transparent;
  padding: .6em 0;
  margin: 0 auto 1px;
  max-width: 316px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

body:not(.home) h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .16em;
  text-align: center;
  color: #fff;
  background: #f9f2d9;
  margin: 0 0 .5em 0;
  padding: 1em 0;
  position: relative;
}

@media (max-width: 767px) {
  body:not(.home) h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .16em;
  text-align: center;
  color: #525252;
  margin: 0 0 .8em 0;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .16em;
  color: #525252;
  margin: 0 0 .4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h3::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: .8em;
  top: .28em;
  left: 0;
  background: #246bb3;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #525252;
  margin: 0 0 .4em 0;
  padding-left: 12px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h4::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 2px;
  left: 0;
  top: .7em;
  background: #246bb3;
}

.news dl {
  display: flex;
}

footer {
  background: #fff;
  color: #525252;
  text-align: center;
  padding: 64px 0;
}
footer p{
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}

footer nav {
  margin-bottom: 20px;
}

footer nav ul {
  list-style: none;
}

footer nav ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
  footer nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  footer nav ul li a {
    display: block;
    padding: 10px 0;
  }
}

footer nav ul li:last-child {
  margin-right: 0;
}

footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
}

body:not(.home) .pankuzu {
  margin-bottom: 4%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body:not(.home) .pankuzu {
    margin-bottom: 8%;
  }
}

body:not(.home) .pankuzu span {
  font-size: 12px;
  font-size: 1.2rem;
}

body:not(.home) .column_main.span_12 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

body:not(.home) .column_main section {
  margin-bottom: 8%;
}

@media (max-width: 767px) {
  body:not(.home) .column_main section {
    margin-bottom: 13%;
  }
}

body:not(.home) .table-A {
  width: 100%;
  border-collapse: collapse;
}

body:not(.home) .table-A th {
  background: #ccc;
  padding: 1em;
  border: 1px solid #eee;
  text-align: left;
}

body:not(.home) .table-A td {
  padding: 1em;
  border: 1px solid #eee;
}

body:not(.home) .map iframe {
  height: 450px;
}

@media (max-width: 767px) {
  body:not(.home) .map iframe {
    height: 250px;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: rgba(249, 242, 217, 0.3);
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type='text'],
.inquiry input[type='url'],
.inquiry input[type='email'],
.inquiry input[type='tel'],
.inquiry input[type='date'],
.inquiry input[type='number'],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type='number'] {
  width: 65px;
  text-align: center;
}

.inquiry input[type='file'] {
  width: 100%;
  box-sizing: border-box;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type='text'],
  .inquiry input[type='url'],
  .inquiry input[type='email'],
  .inquiry input[type='tel'],
  .inquiry input[type='date'],
  .inquiry input[type='text'],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type='number'] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

/*
==========================
レスポンス時、下層のボタンの文字が折り返してもボタンの高さを揃える
==========================
*/
@media (min-width: 768px) {
  .btn_group.row {
    display: flex;
  }
  .btn_group.row p {
    height: 100%;
  }
  .btn_group.row p a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*
==========================
contactフォームのボタンが左にずれるを解消
==========================
*/
.wpcf7 .ajax-loader {
  display: block;
}

/*
====================================================
お問い合わせフォームの周りをborderで囲む＆入力欄の高さ出し
====================================================
*/
.inquiry fieldset {
  border: solid 2px #f2e3ad;
}

.inquiry input[type='text'],
.inquiry input[type='url'],
.inquiry input[type='email'],
.inquiry input[type='tel'],
.inquiry input[type='date'],
.inquiry input[type='number'],
.inquiry select,
.inquiry textarea {
  padding: 10px;
}

/*
==========================
chromeで画像がぼやけるのを補正
==========================
*/
img {
  image-rendering: -webkit-optimize-contrast;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: none;
  color: #525252;
}

header .header {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 0;
}

header .title a {
  display: inline-block;
}

header .title img,
header .title object {
  pointer-events: none;
  width: 256px;
  height: 74px;
  max-width: none;
  display: block;
}

@media (max-width: 1000px) {
  header .title img,
  header .title object {
    width: 200px;
  }
}

@media (max-width: 767px) {
  header .title img,
  header .title object {
    min-height: 45px;
  }
}

@media (max-width: 600px) {
  header .title img,
  header .title object {
    width: 128px;
    height: 37px;
  }
}

@media (max-width: 1200px) {
  header .gnav {
    position: absolute;
    right: -100%;
    width: 200px;
    top: 80px;
    z-index: 9999;
  }
  header .gnav > ul {
    display: block;
    background: #246bb3;
    z-index: 1000;
    position: relative;
    list-style: none;
    padding: 0;
  }
  header .gnav > ul > li {
    width: 100%;
    height: inherit;
  }
  header .gnav > ul > li:not(:last-child) {
    border-bottom: 1px solid #b8b8b8;
  }
  header .gnav > ul > li a {
    padding: 10px 15px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 450px) {
  header .gnav {
    top: 60px;
  }
}

@media (max-width: 767px) {
  header .btn-gnavi {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 20px;
    z-index: 3;
    box-sizing: border-box;
    transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #246bb3;
    border-radius: 10px;
    transition: all 400ms;
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 8px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 16px;
  }
}

header .btn-gnavi.open span:nth-child(1) {
  transform: rotate(135deg);
  top: 50%;
}

header .btn-gnavi.open span:nth-child(2) {
  opacity: 0;
}

header .btn-gnavi.open span:nth-child(3) {
  transform: rotate(225deg);
  top: 50%;
}

header.menu_open .gnav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 768px) {
  header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .gnav,
  header .title {
    margin: 0;
    vertical-align: middle;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 9px 0;
    width: 256px;
  }
  header .gnav {
    text-align: right;
    width: 100%;
    padding: 0;
    padding: 0 0 15px;
    vertical-align: bottom;
  }
  header .gnav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  header .gnav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  header .gnav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  header .gnav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  header .gnav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #525252;
  }
  header .gnav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #525252;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  header .gnav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 768px) {
  header .gnav > ul > li > a:hover {
    border-bottom: 2px solid #246bb3;
    color: #246bb3;
  }
  header .gnav > ul > li > a:active {
    background: none;
  }
  header .gnav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  header .gnav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  header .gnav > ul > li > a > span,
  header .gnav > ul > li > a > br {
    display: none;
  }
}

.header_info_wrap {
  display: none;
}

@media (min-width: 768px) {
  .header_info_wrap {
    display: block;
  }
}

.header_info_wrap .header_info {
  position: absolute;
  right: 10px;
  top: 15px;
  right: 3%;
}

.header_info_wrap .header_info .pc02 p {
  margin: 0;
  text-align: right;
}

.header_info_wrap .header_info .pc02 p.tel {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .02em;
  font-weight: bold;
}

.header_info_wrap .header_info .pc02 p.tel a {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 5px;
}

.header_info_wrap .header_info .pc02 p.time {
  font-size: 14px;
  font-size: 1.4rem;
}

.sp_header_info {
  display: none;
}

@media (max-width: 1199px) {
  .sp_header_info {
    display: block;
    position: absolute;
    top: 18px;
    right: 60px;
  }
}

@media (max-width: 1199px) and (min-width: 601px) {
  .sp_header_info {
    top: 32px;
  }
}

@media (max-width: 1199px) {
  .sp_header_info a {
    margin-left: 15px;
  }
  .sp_header_info a img {
    width: 30px;
  }
}

.mv {
  position: relative;
}

.mv .slick-slider {
  margin-bottom: 0;
  height: 100%;
}

.mv .slick-slider .slick-list {
  height: 100%;
}

.mv .slick-slider .slick-list .slick-track {
  height: 100%;
}

.mv .slick-slider li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mv .copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1000;
}

.mv .copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv .copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 44%;
  max-width: 528px;
  max-height: 388px;
  z-index: 1001;
}

@media (max-width: 750px) {
  .mv .copy > li img {
    width: 90%;
  }
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 9999;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(82, 82, 82, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

body.home header {
  margin-bottom: -95px;
  background: transparent;
}

body.home header p {
  color: #fff;
}

body.home header p a {
  color: #fff;
}

body.home header .title {
  padding: 18px 0 0;
}

@media (max-width: 767px) {
  body.home header .title {
    padding: 10px 0;
  }
}

body.home header .only-under {
  display: none;
}

@media (min-width: 768px) {
  body.home header .gnav > ul > li > a {
    color: #fff;
  }
  body.home header .gnav > ul > li > a:before {
    background: #fff;
  }
  body.home header .gnav > ul > li > a:hover {
    border-bottom-color: #fff;
  }
}

@media (max-width: 767px) {
  header .btn-gnavi span {
    background: #fff;
  }
}

@media (max-width: 600px) {
  body.home header {
    margin-bottom: -65px;
  }
}

@media (min-width: 1199px) {
  body.home header {
    background: transparent;
    position: absolute;
  }
}

header {
  z-index: 9999;
}

header .text {
  margin: 10px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

header .container {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 840px) {
  header .container {
    padding-top: 10px;
  }
}

@media (max-width: 1240px) {
  header p.text {
    padding-left: 10px;
  }
}

@media (max-width: 840px) {
  header p.text {
    display: none;
  }
}

header .row {
  margin: 0;
}

@media (min-width: 768px) {
  header .gnav {
    padding: 0 0 7px;
  }
}

@media (max-width: 1200px) {
  header .gnav {
    top: 65px;
  }
  header .gnav > ul {
    background: #f5e8c0;
  }
  header .gnav > ul > li a {
    color: #525252;
  }
}

@media (max-width: 1000px) {
  header img,
  header object {
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1050px) {
  header .gnav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 768px) and (max-width: 840px) {
  header .gnav > ul > li > a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: .3em .3em;
  }
}

.header_info_wrap .header_info {
  top: 7px;
  right: 20px;
}

.mv {
  height: 900px;
  position: relative;
}

.mv:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: linear-gradient(180deg, rgba(19, 8, 2, 0.5) 0%, transparent 100%);
  z-index: 10;
  width: 100%;
  height: 400px;
}

@media (max-width: 767px) {
  .mv:before {
    height: 100px;
  }
}

@media (max-width: 1366px) {
  .mv {
    height: 62.5vw;
  }
}

@media (max-width: 750px) {
  .mv {
    height: 120vw;
  }
}

.mv .copy {
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
}

.mv .copy > li img {
  top: 122px;
}

@media (max-width: 1240px) {
  .mv .copy > li img {
    margin-left: 20px;
  }
}

@media (max-width: 750px) {
  .mv .copy > li img {
    margin-left: inherit;
    top: inherit;
    margin-bottom: 5%;
  }
}

.more a:hover {
  background: #f9f2d9;
  border-color: rgba(82, 82, 82, 0.3);
}

.more a:hover:after, .more a:hover:before {
  right: -3%;
}

.more a:after {
  left: inherit;
  right: 0;
  width: 44px;
  transform: translateX(50%) translateY(-1px);
  background: #525252;
  height: 1px;
  border: none;
}

.more a:before {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  transform: translateX(22px) translateY(-1px) rotate(30deg);
  background: #525252;
  transform-origin: right bottom;
  right: 0;
  margin: auto;
  top: 50%;
  transition: .3s;
}

h2 {
  letter-spacing: .04em;
  padding-bottom: 12px;
}

h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #f0d990;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

h3 {
  letter-spacing: .04em;
}

h3::before {
  background: #f0d990;
}

body.home h3 {
  padding: 0;
}

body.home h3:before {
  display: none;
}

h4 {
  letter-spacing: .04em;
}

h4::before {
  background: #f0d990;
}

#sec01 {
  padding: 80px 0;
  background: url(/wordpress/wp-content/uploads/top_pattern001.jpg);
}

@media (max-width: 767px) {
  #sec01 {
    padding: 40px 10px;
  }
}

#sec01 .row {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {
  #sec01 .row {
    display: block;
  }
}

#sec01 .span_4 {
  background: #faf3e6;
  padding: 45px 0;
}

@media (max-width: 767px) {
  #sec01 .span_4 {
    padding: 30px 0;
  }
}

#sec01 .span_4 figure figcaption {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  #sec01 .span_4 figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  #sec01 .span_4 figure figcaption {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

#sec01 .span_4 figure img {
  margin: 10px 30px 5px;
  width: calc(100% - 60px);
  height: auto;
}

#sec01 .span_4 p {
  padding: 0 30px;
}

#sec01 .more a {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #sec01 .more a {
    max-width: 280px;
  }
}

#sec02 {
  padding: 160px 0;
  background: url(/wordpress/wp-content/uploads/top_bg001.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  #sec02 {
    padding: 70vw 10px 40px;
    background: url(/wordpress/wp-content/uploads/sp_top_bg001.jpg) no-repeat top center/contain;
  }
}

#sec02 .span_6 {
  padding-left: 40px;
}

@media (max-width: 767px) {
  #sec02 .span_6 {
    padding-left: 0;
  }
}

#sec02 .span_6 h2 {
  text-align: left;
  border-bottom: 1px solid #525252;
}

@media (max-width: 767px) {
  #sec02 .span_6 h2 {
    text-align: center;
  }
}

#sec02 .span_6 h2:after {
  display: none;
}

#sec02 .span_6 h2 span {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #sec02 .span_6 h2 span {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}

#sec02 .span_6 .more a {
  background: #fff;
  margin-left: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #sec02 .span_6 .more a {
    margin-left: auto;
    max-width: 280px;
  }
}

#sec_news {
  padding: 80px 0 0;
}

@media (max-width: 767px) {
  #sec_news {
    padding: 0 10px 40px;
  }
}

#sec_news .span_12 {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  #sec_news .span_12 {
    flex-direction: column;
  }
}

#sec_news .span_12:before {
  content: "";
  border-left: 1px solid #525252;
  align-self: stretch;
}

@media (max-width: 767px) {
  #sec_news .span_12:before {
    border-bottom: 1px solid #525252;
  }
}

#sec_news .span_12 h3 {
  width: 10%;
  order: -1;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

@media (max-width: 1000px) {
  #sec_news .span_12 h3 {
    width: 15%;
  }
}

@media (max-width: 767px) {
  #sec_news .span_12 h3 {
    width: 100%;
    text-align: center;
  }
}

#sec_news .span_12 dl {
  width: calc(90% - 1px);
  padding-left: 45px;
  max-height: 100px;
  overflow-y: scroll;
}

@media (max-width: 1000px) {
  #sec_news .span_12 dl {
    width: calc(85% - 1px);
  }
}

@media (max-width: 767px) {
  #sec_news .span_12 dl {
    width: 100%;
    padding-left: 0;
    margin-top: 5px;
  }
}

#sec_news .span_12 dl dt {
  float: left;
  width: 120px;
}

#sec_news .span_12 dl dd {
  border-bottom: 1px dashed #525252;
  padding-bottom: 5px;
  margin-bottom: 5px;
  padding-left: 120px;
}

#sec03 .slider li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  #sec03 .slider li {
    margin-left: 20px;
  }
}

#sec03 .slider li img {
  width: 100%;
  height: auto;
}

#sec04 {
  padding: 80px 0;
  /*＋、－切り替え*/
}

@media (max-width: 767px) {
  #sec04 {
    padding: 40px 10px;
  }
}

#sec04 h2 {
  padding-bottom: 15px;
  letter-spacing: .06em;
  margin-bottom: 30px;
}

#sec04 h2:after {
  display: none;
}

#sec04 h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 168px;
  height: 10px;
  background: url(/wordpress/wp-content/uploads/h2.png) no-repeat center/cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#sec04 .ac {
  margin-bottom: 20px;
}

#sec04 .ac > li {
  padding-bottom: 2px;
  list-style: none;
}

#sec04 .ac-label {
  cursor: pointer;
  position: relative;
  background: #faf3e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  #sec04 .ac-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sec04 .ac-label p {
  padding: 13px 50px 13px 23px;
  margin: 0;
}

#sec04 .ac-content {
  display: none;
  padding: 23px;
}

#sec04 .icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 18px;
  height: 18px;
}

#sec04 .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

#sec04 .icon:before,
#sec04 .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #525252;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

#sec04 .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

#sec04 .icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#sec04 .more a {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #sec04 .more a {
    max-width: 280px;
  }
}

#sec06 {
  padding: 80px 0;
  background: url(/wordpress/wp-content/uploads/top_parallax001.jpg) no-repeat center/cover;
  background-attachment: fixed;
  margin-bottom: 80px;
}

@media (max-width: 1366px) {
  #sec06 {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  #sec06 {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}

#sec06 h2 {
  padding-bottom: 15px;
  letter-spacing: .06em;
  margin-bottom: 20px;
}

#sec06 h2:after {
  display: none;
}

#sec06 h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 168px;
  height: 10px;
  background: url(/wordpress/wp-content/uploads/h2.png) no-repeat center/cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#sec06 .text {
  text-align: center;
}

#sec05 {
  padding: 0 0 80px;
}

@media (max-width: 767px) {
  #sec05 {
    padding: 0 0 40px;
  }
}

#sec05 h2 {
  padding-bottom: 15px;
  letter-spacing: .06em;
  margin-bottom: 20px;
}

#sec05 h2:after {
  display: none;
}

#sec05 h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 168px;
  height: 10px;
  background: url(/wordpress/wp-content/uploads/h2.png) no-repeat center/cover;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#sec05 iframe {
  height: 540px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  #sec05 iframe {
    height: 300px;
  }
}

#sec05 dl {
  max-width: 750px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  #sec05 dl {
    padding: 0 20px;
  }
}

#sec05 dl dt {
  float: left;
}

#sec05 dl dd {
  margin-bottom: 7px;
}

#sec05 .more a {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #sec05 .more a {
    max-width: 280px;
  }
}

#sec_contact {
  padding: 80px 0 60px;
  background: url(/wordpress/wp-content/uploads/top_pattern001.jpg);
}

@media (max-width: 767px) {
  #sec_contact {
    padding: 40px 10px 30px;
  }
}

#sec_contact figure {
  margin-bottom: 20px;
}

#sec_contact figure img {
  max-width: 144px;
}

@media (max-width: 767px) {
  #sec_contact figure img {
    max-width: 100px;
  }
}

#sec_contact p {
  text-align: center;
  margin: 0;
}

#sec_contact p.tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

#sec_contact p.tel a {
  font-size: 32px;
  font-size: 3.2rem;
}

#sec_contact p.button a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 52px;
  border: 1px solid #525252;
  padding-left: 40px;
  position: relative;
  max-width: 352px;
  width: 100%;
  display: block;
  margin: auto;
  text-decoration: none;
  transition: .3s;
}

@media (max-width: 767px) {
  #sec_contact p.button a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#sec_contact p.button a:hover {
  background: #fff;
  opacity: .8;
}

#sec_contact p.button a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/wordpress/wp-content/uploads/mail.png) no-repeat center/cover;
  width: 36px;
  height: 24px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

#sec_contact .icons {
  text-align: center;
  margin-top: 15px;
}

#sec_contact .icons a:hover img {
  opacity: .8;
}

#sec_contact .icons .sns + .sns {
  margin: 0 15px;
}

#sec_contact .icons .sns img {
  width: 30px;
  transition: .3s;
}

#sec_contact .icons .epark img {
  width: 160px;
  transition: .3s;
}

footer {
  position: relative;
  z-index: 9999;
  padding: 0 0 60px;
  background: url(/wordpress/wp-content/uploads/top_pattern001.jpg);
}
@media ( max-width : 767px ) {
  footer {
    padding: 0 0 30px;
  }
}

.ani00 {
  opacity: 0;
  transition: 1s .3s;
  transform: translateY(15px);
  filter: blur(10px);
}

@media (max-width: 767px) {
  .ani00 {
    transition: 1s .3s;
  }
}

.ani00.animated {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.mv .slick-slide:nth-of-type(1) img {
  -webkit-animation: zoomIn linear 7s !important;
  animation: zoomIn linear 7s !important;
}

.mv .slick-slide img {
  transform: scale(1.1) translateX(15px);
  transition: 7s;
  transition-timing-function: linear;
}

.mv .slick-slide.slick-active img {
  transform: scale(1.1) translateX(-15px);
}

.mv li[tabindex="0"] img {
  transform: scale(1.1) translateX(-15px);
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.1) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.1) translateX(-15px) rotate(0.00001deg);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.1) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.1) translateX(-15px) rotate(0.00001deg);
  }
}

.ac {
  margin-bottom: 20px;
}

.ac > li {
  padding-bottom: 2px;
  list-style: none;
}

.ac-label {
  cursor: pointer;
  position: relative;
  background: #faf3e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ac-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ac-label p {
  padding: 13px 50px 13px 23px;
  margin: 0;
}

.ac-content {
  display: none;
  padding: 23px;
}

.icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 18px;
  height: 18px;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #525252;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

body:not(.home) .only-home {
  display: none;
}

@media (max-width: 767px) {
  body:not(.home) header .btn-gnavi span {
    background: #525252;
  }
}

body:not(.home) h1 {
  line-height: 460px;
  text-shadow: 0 0 10px #000;
  padding: 0;
}

@media (max-width: 1200px) {
  body:not(.home) h1 {
    line-height: 38.333333vw;
  }
}

body:not(.home).salon h1 {
  background: url(/wordpress/wp-content/uploads/salon_bg001.jpg) no-repeat center/cover;
}

body:not(.home).salon .bg {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767px) {
  body:not(.home).salon .bg {
    padding: 40px 0;
  }
}

body:not(.home).salon .bg:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #f9f2d9;
  width: 100vw;
  top: 0;
  left: calc(500px - 50vw);
  height: 100%;
  z-index: -1;
}

@media (max-width: 1020px) {
  body:not(.home).salon .bg:before {
    left: -10px;
    width: calc(100vw + 20px);
  }
}

body:not(.home).salon .concept .row {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {
  body:not(.home).salon .concept .row {
    display: block;
  }
}

body:not(.home).salon .concept .span_7 {
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

body:not(.home).salon .concept .span_7 h3 {
  display: inline-block;
  margin: 0 auto 10px;
}

body:not(.home).salon .concept .span_7 p {
  width: 100%;
  text-align: center;
}

body:not(.home).menu h1 {
  background: url(/wordpress/wp-content/uploads/menu_bg001.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  body:not(.home).menu .text-center {
    text-align: left;
  }
}

body:not(.home).menu .border {
  padding: 4%;
  border: 3px solid #9f9f9f;
}

body:not(.home).support h1 {
  background: url(/wordpress/wp-content/uploads/support_bg001.jpg) no-repeat center/cover;
}

body:not(.home).support ul {
  margin-left: 0;
}

body:not(.home) h1.info {
  background: url(/wordpress/wp-content/uploads/info_bg001.jpg) no-repeat center/cover;
}

body:not(.home).privacy h1 {
  background: url(/wordpress/wp-content/uploads/privacy_bg001.jpg) no-repeat center/cover;
}

body:not(.home).privacy ol {
  margin-left: 1em;
}

body:not(.home).sitemap h1 {
  background: url(/wordpress/wp-content/uploads/sitemap_bg001.jpg) no-repeat center/cover;
}

body:not(.home).contact h1 {
  background: url(/wordpress/wp-content/uploads/contact_bg001.jpg) no-repeat center/cover;
}

body:not(.home).contact .icons p {
  text-align: center;
}

body:not(.home).contact .icons p a:hover img {
  opacity: .8;
}

body:not(.home).contact .icons p a img {
  transition: .3s;
}

body:not(.home).contact .icons p img {
  max-height: 70px;
}

body:not(.home).contact .icons p .sns img {
  max-height: 50px;
}

body:not(.home).contact .icons p:nth-of-type(2) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body:not(.home) .more a {
    max-width: 280px;
  }
}

body:not(.home).single h1 {
  line-height: 1.8;
  padding: 40px 10px;
}

@media (min-width: 768px) {
  body:not(.home) header .gnav > ul > li > a:hover {
    border-bottom: 2px solid #f1d16a;
    color: #f1d16a;
  }
}

/*20220413 修正*/
/*================================
目次
================================*/
.ani00 {
  opacity: 0;
  transition: 1s .3s;
  transform: translateY(15px);
  filter: blur(10px);
}

@media (max-width: 767px) {
  .ani00 {
    transition: 1s .3s;
  }
}

.ani00.animated {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.mv .slick-slide:nth-of-type(1) img {
  -webkit-animation: zoomIn linear 7s !important;
  animation: zoomIn linear 7s !important;
}

.mv .slick-slide img {
  transform: scale(1.1) translateX(15px);
  transition: 7s;
  transition-timing-function: linear;
}

.mv .slick-slide.slick-active img {
  transform: scale(1.1) translateX(-15px);
}

.mv li[tabindex="0"] img {
  transform: scale(1.1) translateX(-15px);
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.1) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.1) translateX(-15px) rotate(0.00001deg);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.1) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.1) translateX(-15px) rotate(0.00001deg);
  }
}

@media (max-width: 767px) {
.mv .slick-slide img {
  transform: scale(1.08) translateX(15px);
}

.mv .slick-slide.slick-active img {
  transform: scale(1.08) translateX(-15px);
}

.mv li[tabindex="0"] img {
  transform: scale(1.08) translateX(-15px);
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(1.08) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.08) translateX(-15px) rotate(0.00001deg);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1.08) translateX(15px) rotate(0.00001deg);
  }
  100% {
    transform: scale(1.08) translateX(-15px) rotate(0.00001deg);
  }
}
}

.ac {
  margin-bottom: 20px;
}

.ac > li {
  padding-bottom: 2px;
  list-style: none;
}

.ac-label {
  cursor: pointer;
  position: relative;
  background: #faf3e6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .ac-label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ac-label p {
  padding: 13px 50px 13px 23px;
  margin: 0;
}

.ac-content {
  display: none;
  padding: 23px;
}

.icon-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%);
  width: 18px;
  height: 18px;
}

.icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #525252;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/*===========================================
20220411
===========================================*/
/*header-----------------*/
body header {
  z-index: 9999;
  background: #2f2c2a;
}

@media (max-width: 1199px) {
  body header {
    position: relative;
    margin-bottom: 0;
  }
}

body header .header {
  max-width: none;
}

@media (min-width: 1200px) {
  body header .container {
    padding: 0 12.96505% 0 2.25479%;
  }
}

@media (min-width: 1200px) {
  body header .title {
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  body header .header_info_wrap .header_info {
    top: 0;
    height: 100%;
    right: 0;
  }
  body header .header_info_wrap .header_info .more {
    height: 100%;
  }
  body header .header_info_wrap .header_info .more a {
    border: 0;
    background: #000000;
    height: 100%;
    font-weight: normal;
    font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
    min-width: 11.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  body header .header_info_wrap .header_info .more a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1500px) {
  body header .header_info_wrap .header_info .more a {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 10em;
  }
}

@media (min-width: 1200px) {
  body header .header_info_wrap .header_info .more a:hover {
    opacity: .7;
  }
  body header .header_info_wrap .header_info .more a::after {
    content: none;
  }
}

body header .gnav {
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}

body header .gnav > ul > li > a {
  font-weight: normal;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

@media (min-width: 1200px) {
  body header .gnav > ul > li > a {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  body header .gnav > ul > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 1199px) {
  body header .gnav > ul > li > a {
    background: #FAF3E6;
    color: #525252;
  }
}

body header .gnav > ul > li:not(:first-child) > a:before {
  content: none;
}

body.home header {
  background: #2f2c2a;
}

@media (min-width: 1200px) and (max-width: 1335px) {
  body.home header {
    margin-top: 67.34082%;
  }
}

@media (min-width: 1200px) {
  body.home header .title {
    padding: 15px 0;
  }
}

/*mv-----------------------*/
main {
  overflow: visible;
}

.mv {
  height: 900px;
  position: relative;
}

@media (max-width: 1366px) {
  .mv {
    height: 67.34993vw;
  }
}

@media (max-width: 750px) {
  .mv {
    height: 161.86667vw;
  }
}

.mv .copy {
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
}

.mv .copy > li img {
  bottom: auto;
  top: 31.77778%;
  max-width: none;
  max-height: none;
  width: 22%;
}

@media (max-width: 750px) {
  .mv .copy > li img {
    top: auto;
    left: 5.33333%;
    right: auto;
    bottom: 14.99176%;
    width: 34.13333%;
  }
}

.mv .mc_txt_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.mv .mc_txt_box p {
  position: absolute;
  top: 44.88889%;
  left: 0;
  right: 0;
  bottom: auto;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: normal;
  margin: 0 auto;
  line-height: 1.4;
}

@media (max-width: 1200px) {
  .mv .mc_txt_box p {
    font-size: 4vw;
  }
}

@media (max-width: 750px) {
  .mv .mc_txt_box p {
    font-size: 5.86667vw;
    top: auto;
    left: 2.13333%;
    right: auto;
    bottom: 6.17792%;
  }
}

/*footer--------------*/
footer {
  background: transparent;
}

@media (min-width: 768px) {
  footer {
    padding: 0 0 30px;
  }
}

@media (max-width: 767px) {
  footer.s .pagetop {
    bottom: 240px;
  }
}

@media (min-width: 768px) {
  footer nav {
    margin-bottom: 0px;
  }
}

/* footer nav a {
  color: #fff !important;
} */

footer nav ul li {
  border-color: #939393;
}

/*====================================
全体調整
====================================*/
.more a {
  max-width: 280px;
  background: #fff;
  padding: 1.32em 1em;
  display: block;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0px 5px 10px rgba(96, 118, 129, 0.15);
  margin: auto;
  text-decoration: none;
  transition: .3s;
  border: 0;
}

.more a:after, .more a:before {
  content: none;
}

.more a:hover {
  border-color: rgba(82, 82, 82, 0.3);
  box-shadow: 0px 2px 5px rgba(96, 118, 129, 0.05);
  border: 0;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/*====================================
各セクション調整
====================================*/
@media (max-width: 767px) {
  [id^="sec_"] {
    margin-bottom: 50px;
  }
}

[id^="sec_"].mb0 {
  margin-bottom: 0;
}

[id^="sec_"] h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 0;
}

[id^="sec_"] h2:before, [id^="sec_"] h2:after {
  content: none;
}

@media (max-width: 767px) {
  [id^="sec_"] h2 {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: left;
  }
}

[id^="sec_"] h3 {
  font-weight: bold;
  padding-left: 0;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

@media (max-width: 767px) {
  [id^="sec_"] h3 {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
}

[id^="sec_"] h3:before {
  content: none;
}

[id^="sec_"].first_mt {
  margin-top: calc(90px + 0px);
}

@media (max-width: 1199px) {
  [id^="sec_"].first_mt {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  [id^="sec_"] .ttl_item {
    padding-top: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}

[id^="sec_"] .ttl_item_txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  [id^="sec_"] .ttl_item_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    line-height: 1;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    display: inline-block;
    position: relative;
  }
  [id^="sec_"] .ttl_item_txt:before, [id^="sec_"] .ttl_item_txt:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background: #2f2c2a;
    margin: auto;
  }
  [id^="sec_"] .ttl_item_txt:before {
    width: 1px;
    height: 100vw;
    top: auto;
    bottom: calc(100% + 22px);
  }
  [id^="sec_"] .ttl_item_txt::after {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    bottom: calc(100% + 22px);
  }
}

[id^="sec_"] .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}

@media (max-width: 767px) {
  [id^="sec_"] .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

#sec_01 {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 768px) {
  #sec_01 {
    padding-top: 30px;
    background: #fdfaf8;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 110px;
  }
}

@media (max-width: 767px) {
  #sec_01 {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}

#sec_01 .container {
  position: relative;
}

@media (min-width: 768px) {
  #sec_01 .container {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  #sec_01 .container {
    padding: 0;
  }
}

#sec_01 .box_wrap {
  max-width: 1200px;
  margin: auto;
}

#sec_01 h2 {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  #sec_01 h2 {
    margin-bottom: 24px;
  }
}

#sec_01 p:not(.ttl_item_txt) {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22222;
}

@media (max-width: 767px) {
  #sec_01 p:not(.ttl_item_txt) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sec_02 .container {
  max-width: none;
}

@media (min-width: 768px) {
  #sec_02 .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #sec_02 .box_wrap {
    display: flex;
  }
}

@media (min-width: 768px) {
  #sec_02 .box_wrap > *:not(:last-of-type) .txt {
    border-right: 1px solid #dfdfdf;
  }
}

@media (max-width: 767px) {
  #sec_02 .box_wrap > *:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

#sec_02 .box {
  border-bottom: 1px solid #dfdfdf;
}

@media (min-width: 768px) {
  #sec_02 .box {
    width: 33.42728%;
  }
}

@media (max-width: 767px) {
  #sec_02 .box {
    border: 1px solid #dfdfdf;
    border-top: 0;
  }
}

#sec_02 .box01 .img:before {
  background-image: url(/wordpress/wp-content/uploads/about01.png);
}

#sec_02 .box02 .img:before {
  background-image: url(/wordpress/wp-content/uploads/about02.png);
}

#sec_02 .box03 .img:before {
  background-image: url(/wordpress/wp-content/uploads/about03.png);
}

#sec_02 .img {
  padding-top: 22.99887vw;
  position: relative;
}

@media (max-width: 767px) {
  #sec_02 .img {
    padding-top: 68.8027%;
  }
}

#sec_02 .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #sec_02 .img:before {
    width: calc(100% + 2px);
    left: -1px;
    right: -1px;
  }
}

#sec_02 .txt {
  padding: 60px 5.05902% 70px;
}

@media (min-width: 768px) {
  #sec_02 .txt {
    height: calc(100% - 22.99887vw);
  }
}

@media (max-width: 767px) {
  #sec_02 .txt {
    padding: 40px 4%;
  }
}

#sec_02 h3 {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  #sec_02 h3 {
    margin-bottom: 28px;
  }
}

#sec_02 p {
  line-height: 1.75;
}

#sec_03 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

@media (min-width: 768px) {
  #sec_03 {
    background: url(/wordpress/wp-content/uploads/courses_bg.png) no-repeat center/cover;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  #sec_03 {
    padding: 40px 5% 66px;
    background: linear-gradient(90deg, #fdfaf8 0%, #fbede3 100%);
  }
}

@media (max-width: 767px) {
  #sec_03:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 44%;
    background: url(/wordpress/wp-content/uploads/courses_bg_sp.png) no-repeat center top/100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #sec_03 .container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  #sec_03 .box_wrap {
    padding: 170px 0;
  }
}

#sec_03 .ttl {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  #sec_03 .ttl {
    margin-bottom: 38px;
  }
}

#sec_03 .ttl_item_txt {
  line-height: 1 !important;
}

#sec_03 h2 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  #sec_03 h2 {
    margin-bottom: 4px;
  }
}

#sec_03 .sub {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0;
}

#sec_03 p {
  line-height: 2.22222;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  #sec_03 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sec_03 .more {
  margin-top: 70px;
}

@media (max-width: 767px) {
  #sec_03 .more {
    margin-top: 30px;
  }
}

#sec_04 {
  position: relative;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  #sec_04 {
    padding: 40px 5% 0px;
  }
}

#sec_04:before {
  content: "";
  display: block;
  width: 44.19391%;
  padding-top: 30.7779%;
  height: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  background: url(/wordpress/wp-content/uploads/salon_bg.png) no-repeat center top/100%;
}

@media (max-width: 767px) {
  #sec_04:before {
    width: 100%;
    padding-top: 72.8%;
  }
}

@media (max-width: 767px) {
  #sec_04 .container {
    padding: 0;
  }
}

#sec_04 .box_wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #sec_04 .box_wrap {
    padding: 170px 0 130px;
  }
}

@media (min-width: 768px) {
  #sec_04 .txt {
    padding: 0 4.44444%;
  }
}

#sec_04 .ttl_txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22222;
}

@media (max-width: 767px) {
  #sec_04 .ttl_txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 38px;
  }
}

#sec_04 h2 {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  #sec_04 h2 {
    margin-bottom: 24px;
  }
}

#sec_04 .info {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #sec_04 .info {
    margin-top: 84px;
  }
}

#sec_04 .info dt, #sec_04 .info dd {
  line-height: 1.8;
  margin-bottom: 12px;
}

#sec_04 .info dt:last-of-type, #sec_04 .info dd:last-of-type {
  margin-bottom: 0;
}

#sec_04 .info dt {
  width: 110px;
}

@media (max-width: 767px) {
  #sec_04 .info dt {
    width: 86px;
  }
}

#sec_04 .info dd {
  width: calc(100% - 110px);
}

@media (max-width: 767px) {
  #sec_04 .info dd {
    width: calc(100% - 86px);
  }
}

#sec_04 .link {
  margin-top: 130px;
}

@media (min-width: 768px) {
  #sec_04 .link {
    display: flex;
  }
}

@media (max-width: 767px) {
  #sec_04 .link {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  #sec_04 .link > * {
    width: 46.66667%;
  }
  #sec_04 .link > *:not(:first-child) {
    margin-left: 6.66667%;
  }
}

@media (max-width: 767px) {
  #sec_04 .link > *:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

#sec_04 .link .banner .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_04 .link .banner a {
  padding-top: 57.14286%;
  text-decoration: none;
  position: relative;
  display: block;
  transition: .3s;
}

#sec_04 .link .banner a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

#sec_04 .link .banner a:hover {
  opacity: .8;
}

#sec_04 .link .banner p {
  color: #fff;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: normal;
}
@media ( max-width : 1199px ) {
  #sec_04 .link .banner p{
    font-size: 2.5vw;
  }
}

@media (max-width: 767px) {
  #sec_04 .link .banner p {
    font-size: 20px;
    font-size: 2rem;
  }
}

#sec_04 .link .banner01 a:before {
  background-image: url(/wordpress/wp-content/uploads/faq.png);
}

#sec_04 .link .banner02 a:before {
  background-image: url(/wordpress/wp-content/uploads/salon.png);
}

#sec_map {
  position: relative;
  padding-top: 540px;
}

@media (max-width: 767px) {
  #sec_map {
    padding-top: 90%;
  }
}

#sec_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sec_news {
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

@media (max-width: 767px) {
  #sec_news {
    padding: 0 5%;
  }
}

@media (max-width: 767px) {
  #sec_news .container {
    padding: 0;
  }
}

#sec_news dl {
  max-height: 300px;
  margin-left: auto;
  overflow-y: scroll;
  max-width: 1040px;
  margin: auto;
  margin-right: 0;
}

@media (min-width: 768px) {
  #sec_news dl {
    display: flex;
    flex-wrap: wrap;
  }
}

#sec_news dl dt, #sec_news dl dd {
  line-height: 1.8;
  margin-bottom: 15px;
}

#sec_news dl dt:last-of-type, #sec_news dl dd:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  #sec_news dl dt {
    width: 116px;
  }
}

@media (max-width: 767px) {
  #sec_news dl dt:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  #sec_news dl dd {
    width: calc(100% - 116px);
  }
}

@media (max-width: 767px) {
  #sec_news dl dd:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  #sec_news .box_wrap {
    padding: 170px 0;
  }
}

#sec_news .news_link {
  margin-top: 24px;
}

#sec_news .news_link a {
  display: table;
  border-bottom: 1px solid #525252;
  padding-bottom: .5em;
  margin: auto;
  margin-right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  transition: .3s;
}

#sec_news .news_link a:hover {
  opacity: .8;
}

#sec_cont {
  position: relative;
}

#sec_cont:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 200px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  background: url(/wordpress/wp-content/uploads/footer_bg.jpg) no-repeat center/cover;
  z-index: -1;
  margin-top: 230px;
}

@media (max-width: 767px) {
  #sec_cont:before {
    margin-top: 60px;
    height: calc(100% + 100vh);
  }
}

#sec_cont .box_wrap {
  background: #fdfaf8;
  padding: 80px 5%;
  max-width: 780px;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  #sec_cont .box_wrap {
    padding: 40px 5%;
  }
}

#sec_cont .box_wrap *:not(h2) {
  font-weight: bold;
}

#sec_cont h2 {
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #sec_cont h2 {
    text-align: center;
    margin-bottom: 16px;
  }
}

#sec_cont .tel {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}

#sec_cont .sns {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

@media (max-width: 767px) {
  #sec_cont .sns {
    margin-top: 28px;
  }
}

#sec_cont .sns > * {
  max-width: 30px;
}

#sec_cont .sns > *:not(:first-child) {
  margin-left: 30px;
}

#sec_cont .sns img {
  width: 100%;
}

#sec_cont .sns a {
  display: block;
  transition: .3s;
}

#sec_cont .sns a:hover {
  opacity: .8;
}

#sec_cont .logo_img {
  max-width: 256px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 86px;
  margin-bottom: 86px;
}

@media (max-width: 767px) {
  #sec_cont .logo_img {
    margin-top: 58px;
    margin-bottom: 0px;
  }
  #sec_cont .logo_img img {
    width: 66%;
  }
}

#sec_cont .more {
  margin-top: 46px;
}

@media (max-width: 767px) {
  #sec_cont .more {
    margin-top: 26px;
  }
}

#sec_cont .more a {
  background: #2f2c2a;
  color: #fff;
}

#sec_cont .more a .icon_img {
  padding-left: 2.66667em;
  background: url(/wordpress/wp-content/uploads/mail.png) no-repeat center left/1.61111em;
}

#sec_cont .more a:hover {
  opacity: .85;
}

#sec_cont .tel {
  margin: 20px 0 12px;
}

@media (max-width: 767px) {
  #sec_cont .tel {
    margin: 0px 0 14px;
  }
}

@media (max-width: 767px) {
  #sec_cont .tel_box {
    box-shadow: 0px 2px 8px rgba(96, 118, 129, 0.2);
    padding: 24px 10px;
  }
}

#sec_cont p {
  line-height: 1.8;
  margin-top: 0;
}

#sec_cont .logo_img a {
  display: block;
  transition: .3s;
}

#sec_cont .logo_img a:hover {
  opacity: .7;
}

/*====================================
下層調整
====================================*/
body:not(.home) .only-home {
  display: none;
}

@media (max-width: 767px) {
  body:not(.home) header .btn-gnavi span {
    background: #525252;
  }
}

body:not(.home) h1 {
  line-height: 600px;
  text-shadow: 0 0 10px #000;
  padding: 0;
}

@media (max-width: 1200px) {
  body:not(.home) h1 {
    line-height: 48vw;
  }
}

body:not(.home).salon h1 {
  background: url(/wordpress/wp-content/uploads/salon_bg001.jpg) no-repeat center/cover;
}

body:not(.home).salon .bg {
  position: relative;
  padding: 80px 0;
}

@media (max-width: 767px) {
  body:not(.home).salon .bg {
    padding: 40px 0;
  }
}

body:not(.home).salon .bg:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #f9f2d9;
  width: 100vw;
  top: 0;
  left: calc(500px - 50vw);
  height: 100%;
  z-index: -1;
}

@media (max-width: 1020px) {
  body:not(.home).salon .bg:before {
    left: -10px;
    width: calc(100vw + 20px);
  }
}

body:not(.home).salon .concept .row {
  display: flex;
  align-items: stretch;
}

@media (max-width: 767px) {
  body:not(.home).salon .concept .row {
    display: block;
  }
}

body:not(.home).salon .concept .span_7 {
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

body:not(.home).salon .concept .span_7 h3 {
  display: inline-block;
  margin: 0 auto 10px;
}

body:not(.home).salon .concept .span_7 p {
  width: 100%;
  text-align: center;
}

body:not(.home).menu h1 {
  background: url(/wordpress/wp-content/uploads/menu_bg001.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  body:not(.home).menu .text-center {
    text-align: left;
  }
}

body:not(.home).menu .border {
  padding: 4%;
  border: 3px solid #9f9f9f;
}

body:not(.home).support h1 {
  background: url(/wordpress/wp-content/uploads/support_bg001.jpg) no-repeat center/cover;
}

body:not(.home).support ul {
  margin-left: 0;
}

body:not(.home) h1.info {
  background: url(/wordpress/wp-content/uploads/info_bg001.jpg) no-repeat center/cover;
}

body:not(.home).privacy h1 {
  background: url(/wordpress/wp-content/uploads/privacy_bg001.jpg) no-repeat center/cover;
}

body:not(.home).privacy ol {
  margin-left: 1em;
}

body:not(.home).sitemap h1 {
  background: url(/wordpress/wp-content/uploads/sitemap_bg001.jpg) no-repeat center/cover;
}

body:not(.home).contact h1 {
  background: url(/wordpress/wp-content/uploads/contact_bg001.jpg) no-repeat center/cover;
}

body:not(.home).contact .icons p {
  text-align: center;
}

body:not(.home).contact .icons p a:hover img {
  opacity: .8;
}

body:not(.home).contact .icons p a img {
  transition: .3s;
}

body:not(.home).contact .icons p img {
  max-height: 70px;
}

body:not(.home).contact .icons p .sns img {
  max-height: 50px;
}

body:not(.home).contact .icons p:nth-of-type(2) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  body:not(.home) .more a {
    max-width: 280px;
  }
}

body:not(.home).single h1 {
  line-height: 1.8;
  padding: 40px 10px;
}

@media (min-width: 768px) {
  body:not(.home) header .gnav > ul > li > a:hover {
    border-bottom: 2px solid #fff;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  body.home header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 46.875%;
  }
  body.home header {
    margin-top: 75%;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  body.home header {
    margin-top: 900px;
  }
}

@media (min-width: 1200px) and (min-width: 1920px) {
  body.home header {
    margin-top: 46.875%;
  }
}

@media (min-width: 1200px) and (max-width: 749px) {
  body.home header {
    margin-top: 2197.26563%;
  }
}
header .gnav > ul > li:not(.gnav_search) > a {
    color:#fff;
}
.more a:hover{
  background: #fff;
}
.mv .copy > li img {
    margin: auto;
}
@media ( max-width : 767px ) {
  [id^="sec_"] .ttl_item_txt {
    margin-bottom: 6px;
  }
}

h2 {
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 0;
  font-weight: bold;
}
h2:after {
  content: none;
}
h1{
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}
h3{
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}
h4{
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
}
@media (max-width: 1199px){
body header .gnav > ul > li > a {
    background: transparent;
}
}
@media (max-width: 1119px){
body header .gnav > ul > li:not(.gnav_search) > a {
    background: #FAF3E6;
    color: #525252;
}
}
body:not(.home) header .btn-gnavi span {
    background: #fff;
}
@media ( max-width : 1199px ) {
  .header_info_wrap {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .btn-gnavi {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 24px;
    height: 20px;
    z-index: 3;
    box-sizing: border-box;
    transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 24px;
    height: 3px;
    background: #fff;
    border-radius: 10px;
    transition: all 400ms;
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 8px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 16px;
  }
}

footer p {
  color: #525252;
}
footer nav a {
    color: #525252 !important;
}
/* footerテキストカラー調整 */
.home footer p,.salon footer p,.menu footer p,.support footer p {
  color: #fff;
}
.home footer nav a,.salon footer nav a,.menu footer nav a,.support footer nav a {
    color: #fff !important;
}

/*20220413 修正 ここまで*/
/*# sourceMappingURL=main.css.map */
