@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* font */
@font-face {
  font-family: "aozora";
  font-display: swap;
  src: url("../fonts/AozoraMincho-bold.woff") format("woff"), url("../fonts/AozoraMincho-bold.ttf") format("ttf");
}
/* color */
/* size */
/* margin */
/* SNS */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方 
  @include mixin.mq("sp"){ ここに書く } */
/* clearfix*/
/* ---------- CSS Hack --------- */
.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

/* form スタイルリセット */
/* くの字矢印 */
/* 字詰め */
/* アイコン */
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  Body
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #f9f6ef;
}

body {
  overflow-x: hidden;
}

body, button, input, textarea, select {
  color: #534f4f;
  line-height: 1.8;
  font-size: 1.7rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

::-moz-selection {
  background: rgba(10, 134, 7, 0.7);
  color: #fff;
}

::selection {
  background: rgba(10, 134, 7, 0.7);
  color: #fff;
}

.en {
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
}

h2 + h3, h3 + h4, h4 + h5, h5 + h6 {
  margin-top: calc( 5rem / 3 );
}

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

li {
  margin: 0;
  padding: 0;
  position: relative;
}

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

/* ---------- text ---------- */
p {
  margin: 0 0 2rem;
  line-break: strict;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}

a, button, img {
  transition: 0.3s;
}

a {
  color: #5d5353;
  text-decoration: none;
}
a:hover, a:hover img {
  opacity: 0.7;
  color: #5d5353;
  text-decoration: none;
}
a:visited {
  color: #5d5353;
}
a[nohref] {
  color: inherit;
}
a[nohref]:hover {
  text-decoration: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

strong {
  font-weight: bold;
  color: #dd0000;
}

em {
  font-weight: bold;
  font-style: normal;
}

u {
  border-bottom: 1px solid #534f4f;
}

address {
  font-style: normal;
}

.attention {
  color: #dd0000;
}

.lead {
  font-size: 2rem;
}

/* ---------- image ---------- */
img, svg, video {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

.caption, figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* -----------------------------------------------
  Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._hidden {
  display: none;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

._small {
  font-size: 88% !important;
}

._x-small {
  font-size: 75% !important;
}

._large {
  font-size: 113% !important;
}

._x-large {
  font-size: 140% !important;
}

._valignt {
  vertical-align: top !important;
}

._valignm {
  vertical-align: middle !important;
}

._valignb {
  vertical-align: bottom !important;
}

._textc, ._textc th, ._textc td {
  text-align: center !important;
}

._textr, ._textr th, ._textr td {
  text-align: right !important;
}

._textl, ._textl th, ._textl td {
  text-align: left !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nowrap {
  white-space: nowrap !important;
}

._image-text {
  overflow: hidden !important;
}

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important;
}

._half {
  margin-bottom: calc( 3rem / 2) !important;
}

._default {
  margin-bottom: 3rem !important;
}

._double {
  margin-bottom: calc( 3rem * 2) !important;
}

/* ---------- devices ---------- */
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* -----------------------------------------------
  Accecibility
-------------------------------------------------- */
.visuallyHidden {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.visuallyHidden:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*
Headline
----------------------------------*/
.siteHeader {
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.7rem;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.siteHeader--inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .siteHeader--inner {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader--inner {
    padding: 0 2rem;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .siteHeader .siteLogo img {
    height: 3rem;
    width: auto;
  }
}

.gnav ul {
  display: flex;
}
.gnav ul li {
  white-space: nowrap;
  margin-left: 6rem;
}

.siteHeader--fixnav {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .siteHeader--fixnav {
    left: 0;
    top: unset;
    bottom: 0;
    display: flex;
  }
  .siteHeader--fixnav li {
    width: 50%;
  }
}
.siteHeader--fixnav a {
  opacity: 1 !important;
}
.siteHeader--fixnav a:hover img {
  opacity: 1 !important;
}
@media screen and (min-width: 1025px) {
  .siteHeader--fixnav img {
    position: relative;
    right: -50px;
    transition: 0.3s;
  }
  .siteHeader--fixnav a {
    display: block;
  }
  .siteHeader--fixnav a:hover img {
    right: -30px;
    transition: 0.3s;
  }
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.hamburgerBtn {
  display: block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 102px;
  z-index: 1;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .hamburgerBtn {
    width: 65px;
    height: 65px;
  }
}
.hamburgerBtn--icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  height: 2px;
  background: #534f4f;
  transition: inherit;
}
@media screen and (max-width: 1024px) {
  .hamburgerBtn--icon {
    width: 18px;
    height: 2px;
  }
}
.hamburgerBtn--icon::before, .hamburgerBtn--icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  transition: inherit;
}
.hamburgerBtn--icon::before {
  top: -10px;
}
@media screen and (max-width: 1024px) {
  .hamburgerBtn--icon::before {
    top: -5px;
  }
}
.hamburgerBtn--icon::after {
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .hamburgerBtn--icon::after {
    top: 5px;
  }
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon {
  background: transparent;
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before, .hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
  top: 0;
  background: #534f4f;
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::before {
  transform: rotate(45deg);
}
.hamburgerBtn[aria-expanded=true] .hamburgerBtn--icon::after {
  transform: rotate(-45deg);
}
.hamburgerBtn.active {
  position: fixed;
}

#drawer {
  transition: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  background: #f9f6ef;
  top: 102px;
  z-index: 200;
}
@media screen and (max-width: 1024px) {
  #drawer {
    top: 65px;
  }
}
#drawer.close {
  visibility: hidden;
  position: absolute;
  left: -100vw;
  width: 100%;
  height: 100vh;
}
#drawer.open {
  opacity: 1;
  visibility: visible;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem 10rem;
  overflow-y: auto;
}
#drawer .menu {
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  #drawer .menu {
    max-width: 1300px;
    width: 90%;
    margin: auto;
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
#drawer .menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}
#drawer .menu a::after {
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  transform: rotate(-45deg);
  border-color: rgb(180, 180, 180);
  position: static;
  margin-left: 2rem;
}
#drawer .menu--sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#drawer .menu--sub li {
  width: 25%;
  height: 6rem;
  text-align: center;
  margin-bottom: 1px;
  padding-right: 1px;
}
@media screen and (max-width: 1024px) {
  #drawer .menu--sub li {
    width: 50%;
    height: 4rem;
  }
}
#drawer .menu--sub li:nth-child(4n) {
  padding-right: 0;
}
#drawer .menu--sub a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  line-height: 1.5;
}
#drawer .menu--sub a::after {
  content: none;
}

.is-drawerActive {
  position: fixed;
}

.siteLogo {
  margin: 0;
}

.siteFooter {
  border-top: 4px solid #5ead5a;
}
@media screen and (max-width: 1024px) {
  .siteFooter {
    border-top: 0;
    background-color: #fff;
  }
}
.siteFooter--inner {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .siteFooter--inner {
    padding: 0 2rem;
  }
}
.siteFooter .copy {
  font-size: 2.1rem;
  letter-spacing: 2px;
  margin-top: 6rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .siteFooter .copy {
    padding-top: 5rem;
    margin-bottom: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter .copy span.sp {
    display: block;
  }
}
.siteFooter--addr {
  border-bottom: 1px solid #e0dcd2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr {
    flex-direction: column;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr .siteLogo {
    order: 3;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr .btn {
    order: 1;
    width: calc(100% - 4rem);
  }
  .siteFooter--addr .btn a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
  }
}
.siteFooter--addr address {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr address {
    order: 2;
  }
}
.siteFooter--addr address p {
  font-size: 1.3rem;
  margin-top: 1rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr .link {
    order: 4;
    margin-top: 1.5rem;
  }
}
.siteFooter--addr--contact {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr--contact {
    flex-direction: column;
    margin: 2rem 0;
  }
  .siteFooter--addr--contact a {
    text-decoration: underline;
  }
}
.siteFooter--addr dl {
  display: flex;
  align-items: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}
.siteFooter--addr dl:last-child {
  margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr dl:last-child {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.siteFooter--addr dt {
  font-size: 1.6rem;
  background-color: #aeaaa2;
  color: #fff;
  padding: 3px 5px;
  margin-right: 1rem;
}
.siteFooter--addr dd {
  font-size: 3.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .siteFooter--addr dd {
    font-size: 3.6rem;
  }
}
.siteFooter .copyright {
  background-image: url("../images/common/bg_copy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  padding: 7rem 0 2.5rem;
}
@media screen and (max-width: 1024px) {
  .siteFooter .copyright {
    font-size: 1.3rem;
    background-image: url("../images/common/bg_copy_sp.svg");
    padding: 2.5rem 0 1rem;
    margin-top: 8rem;
  }
}
.siteFooter--sitemap {
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-evenly;
}
@media all and (-ms-high-contrast: none) {
  .siteFooter--sitemap {
    max-width: 80%;
    margin: 0 auto;
  }
  .siteFooter--sitemap ul {
    width: 25%;
  }
}
.siteFooter--sitemap li {
  margin-bottom: 1.5rem;
}
.siteFooter--sitemap--facility a {
  display: flex;
  align-items: flex-start;
}
.siteFooter--sitemap--facility a img {
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}
.siteFooter--utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  margin: -8rem 0 5rem;
}
.siteFooter--utility li:not(:last-child) {
  margin-left: 1rem;
}
.siteFooter--utility li:last-child, .siteFooter--utility li:nth-last-child(2) {
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.siteFooter a.anchor-ex {
  background: url(../../images/icon_new_window01.png) no-repeat right 0.2em top 0.35em;
  padding: 0 20px 0 7px;
  color: #333;
}

/* -----------------------------------------------
  Go to top
-------------------------------------------------- */
#js-pageTop {
  position: fixed;
  right: 3%;
  bottom: 6%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #js-pageTop {
    transform: scale(0.7);
  }
}
#js-pageTop a {
  display: block;
}

/**************************************************
  Layout
***************************************************/
/* -----------------------------------------------
  Columns
-------------------------------------------------- */
.row {
  display: flex;
}
@media screen and (max-width: 767px) {
  .row {
    flex-direction: column;
  }
}

.col {
  flex: 1 0 0%;
}

/* -----------------------------------------------
  bg
-------------------------------------------------- */
._bgWhite {
  background-color: #fff;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
h2, h3, h4, h5, h6 {
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 160%;
}

h4 {
  font-size: 150%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 100%;
}

/* -----------------------------------------------
  Box
-------------------------------------------------- */
.colorBox {
  padding: 2rem;
}
.colorBox *:first-child {
  margin-top: 0;
}
.colorBox *:last-child {
  margin-bottom: 0;
}

.borderBox {
  padding: 2rem;
}
.borderBox *:first-child {
  margin-top: 0;
}
.borderBox *:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------
  Blockquote
-------------------------------------------------- */
blockquote {
  padding: 1rem 0 1rem 2rem;
  margin: 0 0 2rem;
}
blockquote cite {
  font-style: normal;
  display: block;
  text-align: right;
  font-size: 90%;
}

/* -----------------------------------------------
  Copy
-------------------------------------------------- */
.copy {
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  text-align: center;
}

.localNav {
  background-color: #fff;
  border-radius: 3rem;
  max-width: 1050px;
  margin: 4rem auto;
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .localNav {
    margin: 4rem 2rem;
    font-size: 4.5vw;
    line-height: 1;
  }
}
.localNav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .localNav ul {
    flex-wrap: wrap;
    padding: 0 2rem;
  }
}
.localNav ul li {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .localNav ul li {
    width: 50%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .localNav ul li:nth-child(1), .localNav ul li:nth-child(2) {
    border-bottom: 1px solid #e0dcd2;
  }
}
@media screen and (max-width: 767px) {
  .localNav ul li:nth-child(odd)::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #e0dcd2;
    width: 1px;
    height: 60%;
    top: 20%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .localNav ul li:nth-child(even) a {
    padding-left: 1.5rem;
  }
}
.localNav a {
  display: block;
  padding: 3.5rem 0 4.7rem;
}
@media screen and (max-width: 767px) {
  .localNav a {
    padding: 2.5rem 0;
  }
}
.localNav a::after {
  border-style: solid;
  border-width: 0 3px 3px 0;
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-color: #5ead5a;
  transform: rotate(45deg);
  transition: 0.3s;
  bottom: 3.5rem;
  left: 48%;
}
@media screen and (max-width: 767px) {
  .localNav a::after {
    left: 80%;
    bottom: 3.2rem;
  }
}
.localNav a:hover {
  opacity: 1;
}
.localNav a:hover::after {
  bottom: 3rem;
}

.tabList {
  background-color: #fff;
  max-width: 1080px;
  margin: 3rem auto 0;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .tabList {
    margin: 3rem 2rem 0;
  }
}
.tabList .blogList {
  padding-top: 0;
}

.tabListHead {
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tabListHead {
    border-radius: 0;
    flex-wrap: wrap;
  }
}

.tab-btn {
  flex-grow: 1;
  padding: 1.8rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .tab-btn {
    font-size: 1.6rem;
    width: 33.3333333333%;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
  }
}
.tab-btn:not(:last-child) {
  border-right: 1px solid #fff;
}
.tab-btn.is_show {
  background: #fff;
}

.tab-contents {
  display: none;
}
.tab-contents.is_show {
  display: block;
}

/**************************************************
  Button
***************************************************/
/* -----------------------------------------------
  Default
-------------------------------------------------- */
.btn a {
  background-color: #5ead5a;
  color: #fff;
  padding: 2rem 3.5rem;
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

/* -----------------------------------------------
  Variable
-------------------------------------------------- */
a._mail {
  display: flex;
  align-items: center;
  padding: 2rem 3.5rem 1.7rem;
}
a._mail svg {
  width: 23px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 3px;
  margin-right: 1rem;
  margin-top: -1px;
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  main visual
-------------------------------------------------- */
.mainVisual {
  background-color: #ee878f;
  padding-bottom: 4rem;
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    padding-bottom: 1rem;
    width: 100vw;
    overflow-x: hidden;
  }
}
.mainVisual--txt {
  position: absolute;
  z-index: 1;
  top: 40rem;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.slider {
  display: flex;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .slider {
    width: 100vw !important;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    transform: translateX(-150vw);
  }
}
.slider::after {
  content: "";
  display: inline-block;
  width: 100vw;
  background-image: url("../images/top/img_shape.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 6vw;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .slider::after {
    background-position: center;
    background-size: 100vw;
    height: 3rem;
    left: 150vw;
    bottom: -1px;
  }
}
.slider--inner {
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .slider--inner {
    display: block;
  }
}
.slider--inner:first-child {
  -webkit-animation: loop 180s linear infinite;
          animation: loop 180s linear infinite;
}
@media screen and (max-width: 1024px) {
  .slider--inner:first-child {
    -webkit-animation: loop 90s linear infinite;
            animation: loop 90s linear infinite;
  }
}
.slider--inner:nth-child(2) {
  -webkit-animation: loop2 180s -120s linear infinite;
          animation: loop2 180s -120s linear infinite;
}
@media screen and (max-width: 1024px) {
  .slider--inner:nth-child(2) {
    -webkit-animation: loop2 90s -60s linear infinite;
            animation: loop2 90s -60s linear infinite;
  }
}
.slider--inner:last-child {
  -webkit-animation: loop3 180s -60s linear infinite;
          animation: loop3 180s -60s linear infinite;
}
@media screen and (max-width: 1024px) {
  .slider--inner:last-child {
    -webkit-animation: loop3 90s -30s linear infinite;
            animation: loop3 90s -30s linear infinite;
  }
}
.slider--item img {
  max-width: initial;
  width: auto;
  height: 65rem;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}
/* -----------------------------------------------
  Notice
-------------------------------------------------- */
.notice {
  max-width: 1200px;
  margin: 3rem auto 0;
  background-color: #fff;
  padding: 3.5rem 6rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notice {
    margin: 2rem;
    flex-direction: column;
    padding: 2rem;
  }
}
.notice h2 {
  font-size: 1.8rem;
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .notice h2 {
    text-align: center;
  }
}

.newsList {
  width: calc(100% - 18.5rem);
  border-left: 1px solid #e5e3db;
  font-size: 1.6rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .newsList {
    width: 100%;
    padding-left: 0;
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .newsList li:not(:last-child) {
    border-bottom: 1px solid #e5e3db;
  }
}
.newsList a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .newsList a {
    flex-direction: column;
    padding: 1rem 0;
  }
}
.newsList time {
  width: 15rem;
}
.newsList--title {
  width: calc(100% - 15rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .newsList--title {
    width: 100%;
  }
}
.newsList--title img {
  margin-top: -4px;
  margin-left: 3px;
}

/* -----------------------------------------------
  Facility
-------------------------------------------------- */
.facility--intro {
  align-items: center;
  background-image: url("../images/top/bg_facility.png");
  background-repeat: no-repeat;
  background-position: left 3rem;
  margin-top: 6rem;
}
@media screen and (max-width: 1024px) {
  .facility--intro {
    flex-direction: column;
    height: auto;
  }
}
.facility--intro .col {
  width: 100%;
}
.facility--txt {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .facility--txt {
    justify-content: center;
    margin-bottom: 5rem;
  }
}
.facility--txt--inner {
  max-width: 650px;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  .facility--txt--inner {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .facility--txt:first-child {
    margin-top: -5rem;
  }
}
.facility--logo {
  text-align: center;
  margin-bottom: 3rem;
}
.facility h2 {
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .facility h2 {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}
.facility .copy {
  margin-top: 4rem;
}
.facility--desc {
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .facility--desc {
    text-align: justify;
    font-size: 1.6rem;
  }
}
.facility .col:nth-child(2) {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .facility .col:nth-child(2) {
    height: 100vw;
  }
}
.facility .col:nth-child(2) .map-block {
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .facility .col:nth-child(2) .map-block {
    width: 100vw;
  }
}

.facilityList {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .facilityList {
    padding: 0 2rem;
    margin-top: 6rem;
    justify-content: space-between;
  }
}
.facilityList--item {
  margin-right: 4rem;
  margin-bottom: 4.5rem;
  max-width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767px) {
  .facilityList--item {
    margin-right: 0;
    margin-bottom: 3rem;
    max-width: 47%;
  }
}
.facilityList--item:nth-child(3n) {
  margin-right: 0;
}
.facilityList--item dl {
  display: flex;
  flex-direction: column-reverse;
}
.facilityList--item dt {
  font-family: "aozora", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -4.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .facilityList--item dt {
    margin-top: -2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .facilityList--item dt i {
    transform: scale(0.5);
  }
}
.facilityList--item dd {
  overflow: hidden;
  position: relative;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .facilityList--item dd {
    border-radius: 1.5rem;
  }
}
.facilityList--item dd::before, .facilityList--item dd::after {
  transition: 0.3s;
}
.facilityList--item dd::before {
  background: rgba(11, 41, 9, 0.7);
  background-size: 200%;
  border-radius: 6px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.facilityList--item dd::after {
  content: "詳しく見る";
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  opacity: 0;
}
.facilityList--item a:hover {
  opacity: 1;
}
.facilityList--item a:hover img {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .facilityList--item a:hover dd::before, .facilityList--item a:hover dd::after {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .facilityList--item a:hover {
    border-radius: 1.5rem;
    overflow: hidden;
  }
}
.facilityList--sub {
  font-size: 1.7rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .facilityList--sub {
    font-size: 1.6rem;
    margin-top: -0.8rem;
  }
}
.facilityList--title {
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .facilityList--title {
    font-size: 1.9rem;
  }
}

/* -----------------------------------------------
  Bnr
-------------------------------------------------- */
.bnrArea {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .bnrArea {
    padding: 4rem 2rem;
  }
}

.bnrJka {
  background-color: #aea38a;
  max-width: 815px;
  margin: 0 auto 5rem;
  /*position: relative;*/
  display: flex;
}
@media screen and (max-width: 767px) {
  .bnrJka {
    margin: 0 auto 2rem;
    display: block;
  }
}
.bnrJka p {
  color: #fff;
  padding: 60px 20px;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .bnrJka p {
    padding: 20px;
    width: 100%;
  }
}
.bnrJka a {
  display: block;
  padding: 2.3rem 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bnrJka a {
    padding: 3rem 2rem 2rem;
    text-align: center;
  }
}
.bnrJka a:hover {
  opacity: 0.6;
}
.bnrJka a:nth-child(2) {
  padding-top: 0;
}
.bnrJka figure {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bnrJka figure {
    flex-direction: column;
  }
}
.bnrJka figure::after {
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  border-color: currentColor;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .bnrJka figure::after {
    content: none;
  }
}
.bnrJka figcaption {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-top: 0;
  margin-left: 2.5rem;
  max-width: 488px;
}
@media screen and (max-width: 767px) {
  .bnrJka figcaption {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
    text-align: center;
    letter-spacing: 0;
  }
}

.bnrList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .bnrList {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .bnrList li:first-child {
    margin-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .bnrList li:first-child {
    margin-bottom: 2rem;
  }
}

/* -----------------------------------------------
  Blog
-------------------------------------------------- */
.blogList {
  max-width: 1080px;
  margin: 3rem auto 0;
  background-color: #fff;
  border-radius: 3rem;
  padding: 4rem 6rem 6rem;
}
@media screen and (max-width: 767px) {
  .blogList {
    margin: 3rem 2rem 0;
    padding: 2rem;
  }
}
.blogList li {
  border-bottom: 1px solid #e0dcd2;
}
@media screen and (max-width: 767px) {
  .blogList li:last-child {
    border-bottom: none;
  }
}
.blogList a {
  display: flex;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .blogList a {
    flex-direction: column;
    padding: 1.5rem 0;
  }
}
.blogList a:hover {
  opacity: 0.5;
}
.blogList time {
  width: 26rem;
}
.blogList--title {
  max-width: calc(100% - 26rem);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blogList--title {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tabList .blogList {
    padding: 0 0 4rem;
  }
}
.tabList .blogList a {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tabList .blogList a {
    display: block;
  }
}
.tabList .blogList--date {
  width: 14rem;
  font-size: 1.6rem;
}
.tabList .blogList--category {
  width: 10rem;
  font-size: 1.4rem;
  text-align: center;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .tabList .blogList--category {
    display: inline-block;
    margin-left: 1rem;
  }
}
.tabList .blogList--title {
  max-width: calc(100% - 28rem);
}
@media screen and (max-width: 767px) {
  .tabList .blogList--title {
    max-width: 100%;
    display: block;
  }
}

.honbuNewsBlog {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .honbuNewsBlog {
    padding-top: 3rem;
  }
}

.recruitBlog {
  background-image: url("../images/top/bg_blog_recruit.png");
  background-size: 508px 400px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .recruitBlog {
    background: none;
    padding-top: 3rem;
  }
}

.facilityBlog {
  padding-bottom: 6.5rem;
  background-image: url("../images/top/bg_blog_facility.png");
  background-size: 508px 400px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .facilityBlog {
    background: none;
  }
}
.facilityBlog .tab-btn:nth-child(1):not(.is_show) {
  background-color: #837f74;
  color: #fff;
}
.facilityBlog .tab-btn:nth-child(2):not(.is_show) {
  background-color: #e5c9da;
}
.facilityBlog .tab-btn:nth-child(3):not(.is_show) {
  background-color: #f2d3e0;
}
.facilityBlog .tab-btn:nth-child(4):not(.is_show) {
  background-color: #e4e4b0;
}
.facilityBlog .tab-btn:nth-child(5):not(.is_show) {
  background-color: #b7d7c2;
}
.facilityBlog .tab-btn:nth-child(6):not(.is_show) {
  background-color: #d7ccc4;
}
.facilityBlog .tab-btn:nth-child(7):not(.is_show) {
  background-color: #f0e4b0;
}
.facilityBlog .tab-btn:nth-child(8):not(.is_show) {
  background-color: #efd8a7;
}
.facilityBlog .tab-btn:nth-child(9):not(.is_show) {
  background-color: #b4dc8e;
}
.facilityBlog ._sumire {
  background-color: rgba(229, 201, 218, 0.4);
}
.facilityBlog ._sakura {
  background-color: rgba(242, 211, 224, 0.4);
}
.facilityBlog ._olive {
  background-color: rgba(228, 228, 176, 0.4);
}
.facilityBlog ._anju {
  background-color: rgba(183, 215, 194, 0.4);
}
.facilityBlog ._kitamachi {
  background-color: rgba(215, 204, 196, 0.4);
}
.facilityBlog ._yamabuki {
  background-color: rgba(240, 228, 176, 0.4);
}
.facilityBlog ._nauraaterrace {
  background-color: rgba(239, 216, 167, 0.4);
}
.facilityBlog ._centerkagawa {
  background-color: rgba(180, 220, 142, 0.4);
}

.nurseryBlog {
  padding-bottom: 6.5rem;
  background-image: url("../images/top/bg_blog_nursery.png");
  background-size: 508px 400px;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .nurseryBlog {
    background: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .nurseryBlog .tab-btn {
    width: 50%;
  }
}
.nurseryBlog .tab-btn:nth-child(1):not(.is_show) {
  background-color: #837f74;
  color: #fff;
}
.nurseryBlog .tab-btn:nth-child(2):not(.is_show) {
  background-color: #f5d0d4;
}
.nurseryBlog .tab-btn:nth-child(3):not(.is_show) {
  background-color: #eec1cd;
}
.nurseryBlog .tab-btn:nth-child(4):not(.is_show) {
  background-color: #eec1cd;
}
.nurseryBlog .tab-btn:nth-child(5):not(.is_show) {
  background-color: #eec1cd;
}
@media screen and (max-width: 767px) {
  .nurseryBlog .tab-btn:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .nurseryBlog .tab-btn:nth-child(odd) {
    border-right: 0;
  }
}
.nurseryBlog ._sakurafuseishi {
  background-color: rgba(245, 208, 212, 0.4);
}
.nurseryBlog ._sakurakita, .nurseryBlog ._sakuraota, .nurseryBlog ._sakurafukufuku {
  background-color: rgba(229, 201, 218, 0.4);
}

.icon img {
  margin-top: -4px;
  margin-left: 3px;
}
/*# sourceMappingURL=style.css.map */