@charset "UTF-8";
/*
Theme Name:   heian saiten
Description:  
Author:       SHIN Inc.
Author URI:   http://www.shin-inc.jp/
Version:      4.0
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?455ckt");
  src: url("fonts/icomoon.eot?455ckt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?455ckt") format("truetype"), url("fonts/icomoon.woff?455ckt") format("woff"), url("fonts/icomoon.svg?455ckt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*:first-child {
  margin-top: 0;
}
*:last-child {
  margin-bottom: 0;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

body {
  overflow-x: clip;
  background: #fff;
  color: #333;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 1024px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr {
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  min-height: 1px;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0;
}
dd + dt {
  margin-top: 1em;
}

section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
[type=submit],
[type=button],
[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  text-shadow: none;
}

[type=text],
[type=tel],
[type=email],
[type=url],
[type=search],
[type=number],
[type=date],
[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
[type=text]:focus,
[type=tel]:focus,
[type=email]:focus,
[type=url]:focus,
[type=search]:focus,
[type=number]:focus,
[type=date]:focus,
[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

[type=radio],
[type=checkbox] {
  vertical-align: baseline;
}

button,
[type=submit],
[type=button],
[type=reset],
[type=radio],
[type=checkbox] {
  cursor: pointer;
}

[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Extends
--------------------------------*/
.post:first-child, .widget:first-child, .paragraph:first-child {
  margin-top: 0;
}

.post:last-child, .widget:last-child, .paragraph:last-child {
  margin-bottom: 0;
}

.site-content, .site-footer-content, .site-header-content {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 1024px) {
  .site-content, .site-footer-content, .site-header-content {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.entry-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  padding: 1em;
  border: 0;
  border-radius: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-weight: 700;
}

/* Site Width
--------------------------------*/
.site {
  margin: auto;
}

/* Common
--------------------------------*/
.image {
  text-align: center;
}

.tagline {
  text-align: center;
}

.link {
  margin-top: 1.5rem;
  text-align: center;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text:before, .screen-reader-text:after {
  content: none;
}

.break:before {
  white-space: pre;
  content: "\a";
}

@media screen and (max-width: 767px) {
  .break-sp:before {
    white-space: pre;
    content: "\a";
  }
}
/* Header
--------------------------------*/
.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-title {
  width: 111px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .site-title {
    width: 222px;
  }
}
.site-title img {
  width: 100%;
  height: auto;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-nav__item {
  margin: 0 0 0 6px;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 171.429%;
}
.header-nav__link {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .header-nav__link {
    padding: 8px 30px;
  }
}
.header-nav__link.link1 {
  border-color: #7E573E;
  color: #7E573E;
}
.header-nav__link.link1:hover {
  background-color: #7E573E;
  color: #fff;
}
.header-nav__link.link2 {
  background-color: #0D6A79;
  border-color: #0D6A79;
  color: #fff;
}
.header-nav__link.link2:hover {
  opacity: 0.6;
}

/*
.global-nav {
  &-content {
    display: none;
    .no-js & {
      display: block;
    }
  }
  &__inner {
    min-height: 100%;
  }
  &__list {
  }
  &__item {
  }
  &__link {
    display: block;
    text-decoration: none;
  }
  @include mq-tablet {
    &-content {
      display: block;
    }
    &__list {
      display: flex;
      justify-content: flex-start;
    }
    &__item {
      flex: 1 100%;
    }
  }
}
*/
/*
.menu-button {
  position: relative;
  background: transparent;
  color: inherit;
  &[aria-expanded="true"] {
    z-index: 100001;
  }
  @include mq-tablet {
    display: none;
  }
}

.menu-icon {
  display: block;
  &__bar {
    @include transform-origin(50% 50%);
    transition: 0.5s;
    fill: currentColor;
    &:first-child {
      @include transform(translateY(-10px));
    }
    &:nth-child(2) {
      @include transform(translateY(10px));
    }
    [aria-expanded="true"] & {
      @include transform(rotate(45deg));
      &:first-child {
        @include transform(translateY(0) rotate(45deg));
      }
      &:nth-child(2) {
        @include transform(translateY(0) rotate(-45deg));
      }
    }
  }
}

.drawer {
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  transition: transform 0.3s;
  @include mq-min(601px) {
    .admin-bar & {
      top: 46px;
    }
  }
  @include mq-min(783px) {
    .admin-bar & {
      top: 32px;
    }
  }
}
*/
/* Footer
--------------------------------*/
.bottom-btn {
  bottom: 0;
  width: 100%;
  background-color: #334155;
  position: fixed;
  z-index: 9999;
}
.bottom-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 14px 0 13px;
  list-style-type: none;
}
.bottom-btn__item {
  margin: 0 4.5px;
}
.bottom-btn__link {
  display: block;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 187.5%;
  color: #fff;
  text-decoration: none;
}
.bottom-btn__link.contact {
  background-color: #0D6A79;
}
.bottom-btn__link.contact::before {
  font-family: "icomoon";
  content: "\e901";
  font-weight: 500;
  margin-right: 8px;
}
.bottom-btn__link.consult {
  background-color: #7E573E;
}
.bottom-btn__link:hover {
  opacity: 0.6;
}

.site-footer {
  padding-top: 45px;
  padding-bottom: 100px;
  background-color: #444534;
}
.footer-logo {
  margin-bottom: 30px;
  text-align: center;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 0.875em;
  list-style-type: none;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    font-size: 1em;
  }
}
.footer-nav__item {
  margin: 0 15px 10px 0;
}
.footer-nav__link {
  text-decoration: none;
}
.footer-nav__link:hover {
  opacity: 0.6;
}

.footer-valuation {
  width: 210px;
  margin: 0 auto 15px;
}

.copyright {
  color: #fff;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
.copyright small {
  font-size: 1em;
}

/* Site Content
--------------------------------*/
.no-posts {
  font-weight: 700;
  text-align: center;
}

/* 404
--------------------------------*/
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
}
.search-form__field[type=search] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0;
}
.search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  border: solid #ccc;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}

/* Sidebar
--------------------------------*/
/* Home
--------------------------------*/
.common-content {
  margin-top: 0;
  margin-bottom: 0;
}
.common-content--faq {
  margin-bottom: 40px;
}

.common-title {
  color: #333;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.common-title span {
  display: block;
}
.common-title::after {
  display: block;
  content: "";
  width: 128px;
  height: 2px;
  margin: 10px auto 35px;
  background-color: #0D6A79;
}

.common-catch {
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 600;
  line-height: 153.571%;
}
.common-catch span {
  display: block;
}
.common-catch.white {
  color: #fff;
}

.common-slide {
  margin-top: 20px;
  margin-bottom: 55px;
}
.common-slide__item {
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media print, screen and (min-width: 768px) {
  .common-slide__item {
    font-size: 1em;
  }
}
.common-slide__item span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .common-slide__item span {
    display: inline;
  }
}
.common-slide__img {
  width: 100%;
}
.common-slide__img img {
  width: 100%;
  height: auto;
}

.common-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 388px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  background-color: #C79900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.common-btn:hover {
  opacity: 0.6;
}
.common-btn span::after {
  content: "＞";
  font-size: 0.875em;
  margin-left: 8px;
}

.head-content__text {
  margin: 30px 0 20px;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.head-content__text span {
  display: block;
}
.head-content__tel {
  margin: 20px 0;
  text-align: center;
}
.head-content__tel .text01 {
  display: block;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #333;
}
.head-content__tel .text02 {
  display: block;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  color: #0D6A79;
}

.head-contact {
  margin-bottom: 20px;
  border: solid 1px #AFD7B5;
}
@media print, screen and (min-width: 768px) {
  .head-contact {
    margin-bottom: 40px;
  }
}
.head-contact__title {
  padding: 6px 0;
  text-align: center;
  background-color: #AFD7B5;
  color: #333;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.head-contact__list {
  margin: 15px 10px;
}

.hero {
  position: relative;
}
.hero-bg {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  height: auto;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
  background-color: #8acaee;
}
@media print, screen and (min-width: 768px) {
  .hero-bg {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background-color: #d3eaf8;
  }
}
.hero-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  margin: auto;
  position: absolute;
  z-index: 1;
}

.hero-catch {
  margin: 40px 0 20px;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.938em;
  font-style: normal;
  font-weight: 800;
  line-height: 175%;
}
.hero-catch span {
  display: block;
}

.hero-plan {
  display: block;
  margin: 20px 0 25px;
  width: 100%;
  padding: 8px 5px;
  border: solid 1px #5A5C45;
  color: #5A5C45;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.063em;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.hero-plan span {
  display: block;
}

.hero-valuation {
  color: #7E573E;
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.hero-valuation span {
  display: block;
}

.hero-img {
  width: 150px;
  margin: 15px auto;
}
@media print, screen and (min-width: 768px) {
  .hero-img {
    width: 200px;
  }
}
.hero-img img {
  width: 100%;
  height: auto;
}

.achievements-head {
  width: 100%;
  margin-bottom: 60px;
}
.achievements-head img {
  width: 100%;
  height: auto;
}
.achievements-head__text {
  margin: 15px 0;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
}

.achievements-title {
  padding: 7px 0;
  text-align: center;
  border-top: solid 1px #444534;
  border-bottom: solid 1px #444534;
  color: #333;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 184.615%;
}

.achievements-text {
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171.729%;
  letter-spacing: 0.5px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .achievements-text.pc-center {
    text-align: center;
  }
}

.consultation-content {
  padding: 30px 3.125vw 50px;
  background-color: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .consultation-content {
    padding: 30px 30px 30px;
  }
}

.consultation-list {
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.free-consultation {
  display: -ms-grid;
  display: grid;
  gap: 0;
  margin-top: -50px;
}
@media print, screen and (min-width: 768px) {
  .free-consultation {
    margin-top: -80px;
  }
}
.free-consultation__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 500;
  line-height: 141.667%;
  color: #7E573E;
}
@media print, screen and (min-width: 768px) {
  .free-consultation__catch {
    padding-top: 80px;
  }
}
.free-consultation__catch .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.free-consultation__img {
  width: 132px;
  margin: auto 0 auto auto;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .free-consultation__img {
    width: 200px;
  }
}
.free-consultation__border {
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  background-color: #0D6A79;
  color: #fff;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
}
.free-consultation__foottext {
  color: #333;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}

.point-title {
  display: inline-block;
  padding: 0 15px 0px 10px;
  border-radius: 3px;
  background-color: #8ED39E;
  color: #fff;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.063em;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .point-title {
    font-size: 1em;
  }
}

.point-list {
  margin: 14px 0 35px 1em;
  padding: 0;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}
@media print, screen and (min-width: 768px) {
  .point-list {
    font-size: 1em;
  }
}

.lifeone-logo {
  max-width: 336px;
  margin: 24px auto;
}
@media print, screen and (min-width: 768px) {
  .lifeone-logo {
    max-width: 600px;
  }
}
.lifeone-logo img {
  width: 100%;
  height: auto;
}

.price-img {
  margin: 34px 0;
}
.price-img img {
  width: 100%;
  height: auto;
}
.price-img__text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: -20px 0 34px 0;
}
.price-img__text2 span {
  display: block;
  width: 50%;
  text-align: center;
}

.price-headtext {
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
}
.price-headtext span {
  display: block;
}

.price-bottomtext {
  text-align: left;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 181.25%;
  color: #334155;
}

.price-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0;
}
.price-set__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #8ED39E;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .price-set__name {
    font-size: 1em;
  }
}
.price-set__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-set__value {
  margin-left: 10px;
  padding-bottom: 5px;
  color: #009B63;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 102.381%;
}
@media print, screen and (min-width: 768px) {
  .price-set__value {
    font-size: 1.75em;
  }
}
.price-set__value b {
  font-size: 1.75em;
}
.price-set__plus {
  text-align: center;
}

.plist-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 14px 0;
  padding: 13px 3.125vw 10px;
  border: solid 1px #000;
  border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
  .plist-other {
    margin: 14px auto;
    padding: 20px;
  }
}
.plist-other__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #DDD9D2;
  color: #fff;
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media print, screen and (min-width: 768px) {
  .plist-other__name {
    font-size: 1em;
  }
}
.plist-other__value {
  margin-left: 10px;
  color: #5A5C45;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  line-height: 153.571%;
}
@media print, screen and (min-width: 768px) {
  .plist-other__value {
    margin-top: 6px;
    font-size: 1.75em;
  }
}
.plist-other__value b {
  font-size: 1.167em;
}
.plist-other__noto {
  display: block;
  width: 100%;
  margin: 5px 0 0 0;
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 500;
  color: #334155;
}
@media print, screen and (min-width: 768px) {
  .plist-other__noto {
    font-size: 1em;
  }
}

.price-ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 34px 0 25px;
  padding: 0;
  list-style-type: none;
}
.price-ic__item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.price-ic__item:nth-child(4n) {
  margin-right: 0;
}
.price-ic__item img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .price-ic__item {
    width: 13.42%;
    margin-right: 1%;
  }
  .price-ic__item:nth-child(4n) {
    margin-right: 1%;
  }
  .price-ic__item:nth-child(7n) {
    margin-right: 0;
  }
}

.plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .plan-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.plan-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 34px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .plan-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 49%;
  }
}
.plan-list__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .plan-list__item:last-child {
    margin-bottom: 34px;
  }
}
.plan-list__img {
  width: 100%;
}
.plan-list__img img {
  width: 100%;
  height: auto;
}
.plan-list__content {
  width: 100%;
  padding: 20px 3.125vw;
}
@media print, screen and (min-width: 768px) {
  .plan-list__content {
    padding: 11px 14px 17px;
  }
}
.plan-list__logo {
  display: block;
  width: 140px;
  margin: 0 auto;
  text-align: center;
}
.plan-list__logo img {
  width: 100%;
  height: auto;
}
.plan-list__capacity {
  display: inline-block;
  width: 177px;
  padding: 8px;
  margin: 0 0 0 14px;
  text-align: center;
  border-radius: 3px;
  background-color: #7E573E;
  color: #fff;
}
.plan-list__catch {
  margin: 18px 0;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}
@media print, screen and (min-width: 768px) {
  .plan-list__catch {
    font-size: 1em;
  }
}
.plan-list__catch span {
  display: block;
}
.plan-list__interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.plan-list__interior li {
  width: 48%;
}
.plan-list__interior li img {
  width: 100%;
  height: auto;
}
.plan-list__noto {
  color: #64748B;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media print, screen and (min-width: 768px) {
  .plan-list__noto {
    font-size: 1em;
  }
}

.pc-img {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-img {
    display: block;
  }
}

.reason-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px 0;
  padding: 0;
  padding: auto;
  list-style-type: none;
  counter-reset: number01 0;
}
.reason-nav__item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
  .reason-nav__item {
    width: 19.2%;
    margin-right: 1%;
    font-size: 1em;
  }
}
.reason-nav__item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .reason-nav__item:nth-child(2n) {
    margin-right: 1%;
  }
}
.reason-nav__item:last-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .reason-nav__item:last-child {
    width: 19.2%;
    margin-bottom: 2%;
  }
}
.reason-nav__link {
  display: block;
  padding: 10px 6px;
  border-radius: 3px;
  background-color: #0D6A79;
  color: #fff;
  text-decoration: none;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .reason-nav__link {
    padding: 10px 0;
    text-align: center;
  }
}
.reason-nav__link::before {
  display: inline;
  counter-increment: number01 1;
  content: counter(number01, decimal-leading-zero);
  opacity: 0.25;
}
.reason-nav__link:hover {
  opacity: 0.6;
}

.reason {
  counter-reset: number02 0;
}

.reason-area {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.reason-area.bg {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background-color: #EAEAEA;
}
.reason-area__title {
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 800;
  color: #0D6A79;
  counter-increment: number02 1;
  position: relative;
}
.reason-area__title::before {
  display: inline;
  content: counter(number02, decimal-leading-zero);
  margin-left: 31px;
  margin-right: 6px;
}
.reason-area__title::after {
  content: "";
  width: 21px;
  height: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #0D6A79;
  position: absolute;
}

.reason-head {
  margin: 34px 0;
  text-align: center;
  font-size: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.reason-title {
  margin: 20px 0;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 500;
}

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

.reason-img {
  text-align: center;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}
@media print, screen and (min-width: 768px) {
  .reason-img {
    font-size: 1em;
  }
}
.reason-img span {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .reason-img span {
    display: inline;
  }
}
.reason-img img {
  width: 100%;
  height: auto;
}
.reason-note {
  text-align: left;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media print, screen and (min-width: 768px) {
  .reason-note {
    font-size: 1em;
  }
}

.place {
  padding-top: 40px;
}

.place-list {
  margin-bottom: 32px;
}
.place-list.yatsushiro {
  margin-top: 40px;
}
.place-list.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.place-list__navtitle {
  display: block;
  width: 100%;
  padding: 6px;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.063em;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-left: solid 3px #0D6A79;
  background-color: #EAEAEA;
}
@media print, screen and (min-width: 768px) {
  .place-list__navtitle {
    padding-left: 1em;
  }
}
.place-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.place-list__item.two {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .place-list__item.two {
    width: 49%;
    margin-right: 2%;
  }
  .place-list__item.two.margin {
    margin-right: 0;
  }
}
.place-list__img {
  width: 100%;
}
.place-list__img img {
  width: 100%;
  height: auto;
}
.place-list__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.place-list__maplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  margin: 10px 0 4px;
}
.place-list__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px;
  margin-right: 6px;
  background-color: #009B63;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}
.place-list__name {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .place-list__name {
    font-size: 1.25em;
  }
}
.place-list__btn {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 50px;
  border: solid 1px #64748B;
  background-color: #fff;
  color: #64748B;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.place-list__btn:hover {
  background-color: #64748B;
  color: #fff;
}
.place-list__address {
  display: block;
  width: 100%;
  margin: 4px 0;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}
.place-list__tel {
  display: block;
  width: 100%;
  margin: 4px 0;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}
.place-list__tel:focus {
  text-decoration: underline;
}
.place-list__tel:hover {
  opacity: 0.6;
}
.place-list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0;
  padding: 0;
  list-style-type: none;
}
.place-list__tag li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px 0 0;
  padding: 4px 8px;
  text-align: center;
  border-radius: 3px;
  background-color: #EAEAEA;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.map-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .map-nav__list {
    margin: 30px 0;
  }
}
.map-nav__item {
  width: 49%;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media print, screen and (min-width: 768px) {
  .map-nav__item {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}
.map-nav__item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .map-nav__item:nth-child(2n) {
    margin-right: 1%;
  }
}
.map-nav__item:nth-child(5) {
  margin-right: 0;
}
.map-nav__link {
  display: block;
  padding: 10px;
  border: solid 1px #0D6A79;
  border-radius: 6px;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .map-nav__link:hover {
    background-color: #0D6A79;
    color: #fff;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  margin-top: 110px;
  height: 80px;
  width: 50px;
  background-color: #334155;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-top: solid 3px #fff;
}
.place-list .swiper-button-next,
.place-list .swiper-button-prev {
  top: 0;
  margin-top: 80px;
}
.voice-list .swiper-button-next,
.voice-list .swiper-button-prev {
  top: 0;
  margin-top: 50px;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  margin-right: 10px;
  border-right: solid 3px #fff;
  rotate: 45deg;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  margin-left: 10px;
  border-left: solid 3px #fff;
  rotate: -45deg;
}

.map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  margin-bottom: 40px;
  padding-top: 30px;
  padding-bottom: 7px;
  background-color: #5A5C45;
}
@media print, screen and (min-width: 768px) {
  .map {
    padding-top: 40px;
    padding-bottom: 47px;
  }
}

.map-area {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-right: 0;
  padding-left: 0;
}

#map {
  height: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #map {
    height: 400px;
  }
}

@media print, screen and (min-width: 768px) {
  .leaflet-right .leaflet-control {
    margin-right: 20px;
  }
}

.button-container {
  margin-bottom: 10px;
  text-align: center;
}
.button-container button {
  margin: 5px;
  padding: 10px;
  font-size: 14px;
}

.custom-icon {
  background-color: #009B63;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  width: 30px !important;
  height: 30px !important;
  margin-left: -15px !important;
  margin-top: -15px !important;
}

.leaflet-popup-content {
  width: 180px;
  margin: 13px 19px;
}

.leaflet-popup-tip-container {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
}

.map-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .map-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.map-btn__item {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .map-btn__item {
    width: 49%;
  }
}
.map-btn__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 16px 16px 86px;
  border: solid 1px #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .map-btn__link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 100px;
  }
}
.map-btn__link::before {
  font-family: "icomoon";
  display: block;
  height: 80px;
  width: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto auto auto 16px;
  font-size: 50px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .map-btn__link::before {
    margin-left: 30px;
  }
}
.map-btn__link:hover {
  opacity: 0.6;
}
.map-btn__link .text01 {
  width: 100%;
  font-size: 2em;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}
.map-btn__link .text02 {
  display: block;
  width: 100%;
  padding-top: 3px;
  border-top: solid 1px #fff;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171%;
  text-align: center;
}
.map-btn__link.tel {
  background-color: #0D6A79;
  color: #fff;
}
.map-btn__link.tel::before {
  content: "\e901";
}
.map-btn__link.contact {
  background-color: #DDD9D2;
  color: #475569;
}
.map-btn__link.contact::before {
  content: "\e900";
}
.map-btn__link.contact .text02 {
  border-color: #475569;
}

.voice-list {
  margin: 40px 0 80px 0;
}
.voice-list__item {
  height: auto;
  padding-bottom: 2px;
}
.voice-list__content {
  height: 100%;
  border-radius: 25px;
  border: solid 1px #CBD5E1;
  overflow: hidden;
}
.voice-list__text {
  padding: 0 3.125vw 40px;
}
@media print, screen and (min-width: 768px) {
  .voice-list__text {
    padding: 0 20px 40px;
  }
}
.voice-list__catch {
  margin: 25px 0 20px;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
.voice-list__catch span {
  display: block;
}
.voice-list__message {
  text-align: left;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
}
@media print, screen and (min-width: 768px) {
  .voice-list__message {
    font-size: 1em;
  }
}

.faq-title {
  margin: 25px 0;
  color: #333;
  text-align: center;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq-list__title {
  margin: 0 0 10px;
  padding: 11px 40px 11px 40px;
  background-color: #DDD9D2;
  border-radius: 6px;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .faq-list__title {
    font-size: 1em;
    padding: 22px 40px 22px 40px;
  }
}
.faq-list__title::before {
  content: "Q";
  top: 0;
  left: 0;
  margin-top: 6px;
  margin-left: 11px;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-weight: 800;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .faq-list__title::before {
    margin-top: 13px;
    margin-left: 11px;
  }
}
.faq-list__title span::before, .faq-list__title span::after {
  content: "";
  height: 2px;
  width: 12px;
  top: 0;
  right: 0;
  margin: 22px 15px 0px 0px;
  background-color: #000;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (min-width: 768px) {
  .faq-list__title span::before, .faq-list__title span::after {
    margin: 34px 15px 0px 0px;
  }
}
.faq-list__title span::before {
  rotate: 90deg;
}
.faq-list__content {
  margin: 0;
  padding: 10px;
  background-color: #DDD9D2;
  border-radius: 0px 0px 6px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.faq-list__text {
  height: 0;
  padding: 11px 11px 11px 40px;
  border-top: solid 1px #fff;
  font-family: "A-OTF UD 新ゴ Pro L", "Zen Kaku Gothic New", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .faq-list__text {
    padding: 22px 22px 22px 40px;
  }
}
.faq-list__text::before {
  content: "A";
  top: 0;
  left: 0;
  margin-top: 6px;
  margin-left: 11px;
  font-family: "A-OTF UD 黎ミン Pro R", "BIZ UDPMincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
  font-size: 1.5em;
  font-weight: 800;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .faq-list__text::before {
    margin-top: 13px;
  }
}
.faq-list details {
  position: relative;
}
.faq-list details[open] .faq-list__title {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.faq-list details[open] .faq-list__title span::before, .faq-list details[open] .faq-list__title span::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-list details[open] .faq-list__title span::before {
  rotate: 0deg;
}
.faq-list details[open] .faq-list__content {
  margin-bottom: 10px;
  opacity: 1;
  position: relative;
}
.faq-list details[open] .faq-list__text {
  height: 100%;
  opacity: 1;
}
.faq-list-table {
  margin: 20px 0;
}
.faq-list-table th {
  width: 40%;
  background-color: #DDD9D2;
}
.faq-list-table th strong {
  color: #009B63;
}
.faq-list-table td {
  width: 60%;
  background-color: #fff;
}
.faq-list summary {
  display: block;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}

/* Page
--------------------------------*/
/* Post
--------------------------------*/
.post {
  margin: 4rem 0;
}

.entry-title {
  margin: 0;
}
.entry-title > a {
  text-decoration: none;
}
.entry-title > a:hover, .entry-title > a:focus {
  text-decoration: underline;
}

.entry-meta {
  margin-top: 3px;
  color: #666;
  font-size: 0.9375em;
}

.entry-content {
  margin-top: 40px;
}
.attachment .entry-content {
  text-align: center;
}
.entry-content strong {
  color: inherit;
}
.entry-content em {
  color: inherit;
  font-style: italic;
  font-weight: inherit;
}

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

.post-share {
  margin-top: 2.5rem;
}
.post-share__heading {
  display: block;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.post-share__heading:focus {
  clip: auto !important;
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*** Wordpress Native Classes ***/
.wp-caption {
  max-width: 100%;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 1em auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

.aligncenter {
  clear: both;
}

.alignnone {
  clear: both;
  vertical-align: baseline;
}

.gallery {
  display: -ms-grid;
  display: grid;
  clear: both;
  gap: 0.5em;
  margin: 1.5em auto;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

/* Page Navigation
--------------------------------*/
.navigation {
  margin: 4rem auto 0;
  text-align: center;
}

.post-navigation .nav-links {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "next prev";
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.post-navigation a {
  display: block;
  text-decoration: none;
}

.nav-next {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: next;
  margin-right: auto;
}
.nav-next > a:before {
  font-family: FontAwesome;
  content: "\f104";
}

.nav-previous {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: prev;
  margin-left: auto;
}
.nav-previous > a:after {
  font-family: FontAwesome;
  content: "\f105";
}

.page-numbers {
  display: block;
  min-width: calc(1.5em + 2px);
  line-height: 1.5;
  padding: 0.25em;
  border: 1px solid #000;
  text-decoration: none;
}
.page-numbers:before {
  vertical-align: top;
  font-family: FontAwesome;
}
.page-numbers.prev:before {
  content: "\f104";
}
.page-numbers.next:before {
  content: "\f105";
}

/* Extra
--------------------------------*/
.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  list-style: none;
  margin: 0;
  padding: 0;
}
.skip-link a {
  display: block;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  border-radius: 0 0 0.5em 0;
  background: #fff;
  -webkit-transition: none;
  transition: none;
  color: rgb(0, 81, 255);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.skip-link a:focus {
  height: auto;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 16px 24px;
}

/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure,
  table {
    page-break-inside: avoid;
  }
}