@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: #141414;
  height: auto !important;
  overflow: hidden;
  letter-spacing: .02em;
}

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: #141414;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #141414;
}

[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: #141414;
  background: #246bb3;
}

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

.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: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #141414;
  color: #141414;
  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: #141414;
  background: #f0d990;
  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: #141414;
  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: #141414;
  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: #141414;
  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: #141414;
  text-align: center;
  padding: 64px 0;
}

@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(10, 56, 97, 0.05);
}

.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 #246bb3;
}

.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: #fffcf5;
  color: #141414;
}

header .header {
  max-width: 100%;
  position: relative;
}

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: 292px;
  height: 26px;
  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: 146px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  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 #13385e;
  }
  header .gnav > ul > li a {
    padding: 15px 20px;
    color: #fff;
    display: block;
  }
}

@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: 768px) {
  header .container {
    max-width: none;
  }
  header .container .row {
    width: auto;
  }
  header .gnav,
  header .title {
    margin: 0;
    vertical-align: middle;
    height: 132px;
    display: table-cell;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
    width: 292px;
  }
  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: #141414;
  }
  header .gnav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #141414;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

@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: 35px;
  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: 32px;
  font-size: 3.2rem;
  margin-left: 5px;
}

.sp_header_info {
  display: none;
}

@media (max-width: 767px) {
  .sp_header_info {
    display: block;
    position: absolute;
    top: 15px;
    right: 60px;
  }
  .sp_header_info a {
    margin-left: 15px;
  }
  .sp_header_info a img {
    width: 40px;
  }
}

.mv {
  position: relative;
}

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

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

.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: 53.58333%;
  max-width: 643px;
  max-height: 428px;
  z-index: 1001;
}

.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(240, 217, 144, 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 #141414;
  border-left: 2px solid #141414;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

header {
  z-index: 9999;
}

header .row {
  margin: 0 8.33333%;
}

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

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

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

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

@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: 850px) {
  header .gnav > ul > li > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.header_info_wrap .header_info {
  top: 10px;
  right: 8.33333%;
}

@media (max-width: 1440px) {
  .header_info_wrap .header_info {
    right: 20px;
  }
}

.mv {
  height: 798px;
}

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

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

.mv .slick li img {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
}

@media (max-width: 1366px) {
  .mv .slick li img {
    position: absolute;
    width: 100%;
  }
}

.mv .copy {
  width: 100%;
}

.mv .copy > li img {
  margin-left: 8.33333%;
}

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

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

.more a {
  border-color: #f0d990;
  background: #f0d990;
}

.more a:hover {
  background: #fff;
  border-color: #141414;
}

.more a:hover:after {
  right: inherit;
  left: 6%;
}

.more a:after {
  right: inherit;
  border-width: 2px;
  left: 5%;
}

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;
}

#sec_news {
  z-index: 9999;
  position: relative;
}

#sec_news .container {
  position: absolute;
  display: flex;
  padding: 26px 40px;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  background: #f0d990;
  width: 1040px;
  align-items: center;
}

@media (max-width: 1200px) {
  #sec_news .container {
    width: 90%;
  }
}

@media (max-width: 767px) {
  #sec_news .container {
    position: static;
    width: 100%;
    transform: none;
  }
}

@media (max-width: 600px) {
  #sec_news .container {
    display: block;
    padding: 20px 30px;
  }
}

#sec_news .container h3 {
  margin: 0 32px 0 0;
  letter-spacing: .12em;
  flex: none;
}

@media (max-width: 600px) {
  #sec_news .container h3 {
    text-align: center;
    margin: 0;
  }
}

#sec_news .container dl {
  border-left: 2px solid #141414;
  padding-left: 32px;
}

@media (max-width: 600px) {
  #sec_news .container dl {
    border-top: 2px solid #141414;
    border-left: none;
    padding: 10px 0 0 0;
    margin-top: 10px;
    display: block;
  }
}

#sec_news .container dl dd {
  margin-left: 20px;
}

@media (max-width: 600px) {
  #sec_news .container dl dd {
    margin-left: 0;
    margin-top: 5px;
  }
}

#sec01 {
  padding: 80px 20px;
  background: url(/wordpress/wp-content/uploads/top_bg001.jpg) no-repeat center/cover;
  position: relative;
  z-index: 9999;
}

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

#sec01 h2 {
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  #sec01 .span_4 {
    margin-left: auto;
    margin-right: auto;
  }
}

#sec01 .span_4 h3 {
  background: url(/wordpress/wp-content/uploads/top_dec001.png) no-repeat center/contain;
  height: 384px;
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 40px;
  max-width: 384px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  #sec01 .span_4 h3 {
    width: 300px;
    height: 300px;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  #sec01 .span_4 h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
  }
}

#sec01 .span_4 h3 strong {
  color: #246bb3;
  width: 100%;
}

#sec02 {
  background: #fffcf5;
  position: relative;
  z-index: 9999;
}

#sec02:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1040px;
  height: 600px;
  background: url(/wordpress/wp-content/uploads/top_img001.jpg) no-repeat center/cover;
  left: calc(50vw - 960px);
  top: 80px;
  z-index: -1;
}

@media (max-width: 1200px) {
  #sec02:before {
    background-position: left 200px center;
  }
}

@media (max-width: 767px) {
  #sec02:before {
    top: 40px;
    left: 0;
    width: 100%;
    height: 53.33333333vw;
    background-position: center;
  }
}

#sec02 .span_6 {
  height: 760px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
}

@media (max-width: 767px) {
  #sec02 .span_6 {
    height: inherit;
    padding-left: 0;
    padding-top: calc(53.33333333vw + 60px);
  }
}

#sec02 .span_6 > * {
  width: 100%;
}

#sec02 .span_6 h2 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .12em;
  text-align: left;
  padding: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #sec02 .span_6 h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#sec02 .span_6 h2:after {
  width: 70px;
  height: 1px;
  left: 15em;
  right: auto;
  top: 0;
}

#sec02 .span_6 .text {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 52px;
  margin: 0 0 20px;
}

@media (max-width: 1240px) {
  #sec02 .span_6 .text {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 40px;
  }
}

@media (max-width: 1000px) {
  #sec02 .span_6 .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

#sec02 .span_6 .text strong {
  color: #246bb3;
}

#sec02 .span_6 .more a {
  margin-left: 0;
}

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

#sec03 {
  padding: 80px 0;
  background: #fff;
  position: relative;
  z-index: 9999;
}

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

#sec03 figure {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  #sec03 figure {
    display: block;
  }
}

#sec03 figure img {
  max-width: 160px;
}

#sec03 figure figcaption {
  text-align: left;
  margin-left: 24px;
  padding-right: 24px;
}

#sec03 figure figcaption h3 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .12em;
}

#sec03 figure figcaption p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

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

@media (max-width: 767px) {
  #sec03 .span_6 + .span_6 {
    margin-top: 30px;
  }
}

#sec_contact {
  padding: 160px 0;
  background: url(/wordpress/wp-content/uploads/top_bg002.jpg) no-repeat center/auto, #fffcf5;
  position: relative;
  z-index: 9999;
}

@media (max-width: 767px) {
  #sec_contact {
    padding: 40px 10px;
    background: url(/wordpress/wp-content/uploads/sp_top_bg002.jpg) no-repeat top center/cover;
  }
}

#sec_contact .container {
  padding: 40px 0;
  text-align: center;
  background: #fff;
  max-width: 476px;
}

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

#sec_contact .container h2 {
  margin-bottom: 20px;
  letter-spacing: .02em;
}

#sec_contact .container .tel {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  margin: 5px 0 25px;
}

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

#sec04 {
  padding: 0 0 80px;
  background: #fffcf5;
  position: relative;
  z-index: 9999;
}

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

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

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

#sec04 .span_6:first-child {
  border: 1px solid #cccccc;
  padding: 64px 24px;
}

@media (max-width: 767px) {
  #sec04 .span_6:first-child {
    padding: 40px 30px;
  }
}

#sec04 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 30px;
}

#sec04 dl dt {
  width: 5em;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

#sec04 dl dd {
  width: calc(100% - 5em);
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

@media (max-width: 767px) {
  #sec04 iframe {
    margin-top: 20px;
    height: 250px;
  }
}

footer {
  position: relative;
  z-index: 9999;
  border-top: 1px solid #f0d990;
}

.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);
}

.service {
  font-family: 'Noto Sans JP', sans-serif;
}

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