@charset "UTF-8";
/*!
Theme Name: 和光福祉会
Theme URI:
Description: 和光福祉会テーマ
Author: ディーズパレット株式会社
Author URI: http://www.ds-palette.com/
Version: 1.0.1
Text Domain: kumacyan
*/
/* Scss Document */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* --------------------------------------------------
	初期設定
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

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

b, strong {
  font-weight: bold;
}

dd {
  margin: 0;
}

li {
  list-style-type: none;
}

html {
  font-size: calc(100vw / 37.5);
}

@media screen and (min-width: 30em) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

/* --------------------------------------------------
	リンク設定
-------------------------------------------------- */
a:active {
  opacity: 0.9;
}

@media screen and (min-width: 60em) {
  .l-hero {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    grid-template-areas: "hero-photo hero-information" "hero-catch hero-catch";
  }
  .l-hero__photo {
    grid-area: hero-photo;
  }
  .l-hero__information {
    grid-area: hero-information;
  }
  .l-hero__catch {
    grid-area: hero-catch;
  }
  .l-hero.hero--main {
    display: block;
  }
}

@media screen and (min-width: 60em){
  .l-hero__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-hero__information {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-hero__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.l-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* --------------------------------------------------
	.l-wrapper grid
-------------------------------------------------- */
.l-wrapper {
  margin: 0 auto;
  min-height: 100vh;
}

@media screen and (min-width: 60em) {
  .l-wrapper {
    max-width: 960px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr minmax(370px, auto);
    grid-template-rows: auto 1fr minmax(370px, auto);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "header" "main" "site-information" "footer-aside" "footer";
  }
}

@media screen and (min-width: 75em) {
  .l-wrapper {
    max-width: 1200px;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "header main" "site-information main" "footer footer-aside";
  }
}

.l-header {
  grid-area: header;
}

.l-information {
  grid-area: site-information;
}

.l-main {
  grid-area: main;
}

.l-footer-aside {
  grid-area: footer-aside;
}

.l-footer {
  grid-area: footer;
}

@media screen and (min-width: 60em){
  .l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-information {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-footer-aside {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .l-footer {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@media screen and (min-width: 75em){
  .l-header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-information {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .l-footer-aside {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .l-footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/* --------------------------------------------------
	.main grid
-------------------------------------------------- */
@media screen and (min-width: 60em) {
  .l-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "contents" "sidebar";
  }
  .l-main.has-sidebar {
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    grid-template-areas: "hero hero" "news news" "contents sidebar";
  }
}

.l-hero {
  grid-area: hero;
}

.l-news {
  grid-area: news;
}

.l-sidebar {
  grid-area: sidebar;
}

.l-contents {
  grid-area: contents;
}

@media screen and (min-width: 60em){
  .l-hero {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-main.has-sidebar > .l-hero {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-news {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-sidebar {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-main.has-sidebar > .l-sidebar {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .l-contents {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-main.has-sidebar > .l-contents {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/* --------------------------------------------------
	.content-box
-------------------------------------------------- */
.content-box {
  padding: 35px 0;
}

.content-box__title {
  padding: 0 30px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
}

/* --------------------------------------------------
	.sns-buttons
-------------------------------------------------- */
.sns-buttons {
  display: flex;
}

.sns-buttons .sns-button {
  margin-left: 8px;
}

.sns-buttons .sns-button img {
  display: block;
}

.sns-buttons .sns-button:first-child {
  margin-left: 0;
}

.sns-buttons--small .sns-button {
  margin-left: 5px;
}

.sns-buttons--small .sns-button img {
  width: 30px;
  height: 30px;
}

/* --------------------------------------------------
	.facility-buttons
-------------------------------------------------- */
.facility-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 570px;
  margin: 0 auto;
}

.facility-button {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #f1f0ee;
  border-radius: 10px;
  transition: box-shadow 0.2s ease;
}

.facility-button a {
  display: block;
  text-decoration: none;
  color: #666666;
}

.facility-button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.facility-button:active {
  box-shadow: none;
}

.facility-button__thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 63%;
}

.facility-button__thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.facility-button__title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 2rem 1.5rem;
  padding: 2.5rem 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  min-height: 7rem;
  line-height: 1.2;
  font-size: 2.4rem;
}

.facility-button__title .site-icon {
  margin-right: 1rem;
}

.facility-button__title .site-icon img {
  width: 4rem;
  height: auto;
}

.facility-button__title .sub {
  display: block;
  font-size: 1.2rem;
}

.facility-button__description {
  padding: 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.facility-button__description strong {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 1.6rem;
}

.facility-button__description p {
  margin: 1em 0;
}

@media screen and (min-width: 30em) {
  .facility-button {
    width: 28rem;
  }
  .facility-button__thumbnail {
    padding-top: 66%;
  }
  .facility-button__title {
    margin: 0 20px 15px;
    padding: 20px 0 15px;
    font-size: 1.6rem;
  }
  .facility-button__title .site-icon img {
    width: 3.2rem;
  }
  .facility-button__title .sub {
    font-size: 1rem;
  }
  .facility-button__description {
    padding: 0 20px 20px;
    font-size: 1.1rem;
  }
  .facility-button__description strong {
    font-size: 1.2rem;
  }
}

.horizontal-nav {
  margin: 1rem auto;
  line-height: 1.2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

.horizontal-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5em;
}

.horizontal-nav li {
  display: inline-block;
}

.horizontal-nav li + li:before {
  content: '|';
  color: #008e00;
}

.horizontal-nav a {
  display: inline-block;
  padding: 0.5rem 0.5em;
  text-decoration: none;
  color: #008e00;
  border-radius: 3px;
  transition: background 0.1s ease;
}

.horizontal-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?b9x5do");
  src: url("assets/fonts/icomoon.eot?b9x5do#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?b9x5do") format("truetype"), url("assets/fonts/icomoon.woff?b9x5do") format("woff"), url("assets/fonts/icomoon.svg?b9x5do#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-document-fill:before {
  content: "\e902";
}

.icon-document:before {
  content: "\e903";
}

.icon-email:before {
  content: "\e904";
}

.icon-facility:before {
  content: "\e905";
}

.icon-flag:before {
  content: "\e906";
}

.icon-loudspeaker:before {
  content: "\e907";
}

.icon-pencil:before {
  content: "\e908";
}

.icon-people:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e90a";
}

.icon-sprout:before {
  content: "\e90b";
}

.icon-train:before {
  content: "\e90c";
}

.icon-wako:before {
  content: "\e90d";
}

.overlay {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.overlay.is-enter, .overlay.is-leave-to {
  background: rgba(0, 0, 0, 0);
}

.overlay.is-enter .overlay__content, .overlay.is-leave-to .overlay__content {
  transform: translateX(-150%);
}

.overlay.is-enter-to, .overlay.is-leave {
  background: rgba(0, 0, 0, 0.3);
}

.overlay.is-enter-to .overlay__content, .overlay.is-leave .overlay__content {
  transform: translateX(0%);
}

.overlay.is-enter-active, .overlay.is-leave-active {
  transition: background 0.5s ease;
}

.overlay.is-enter-active .overlay__content, .overlay.is-leave-active .overlay__content {
  transition: transform 0.5s ease;
}

.overlay.is-close {
  display: none;
}

.overlay__content {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 5rem 3rem;
  overflow-y: auto;
  background-color: #f9f9f9;
  transition: transform 0.5s ease;
}

.overlay__content .close-button {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  border: none;
  outline: none;
  font-size: 0;
  background: transparent;
}

.close-icon {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 1px;
}

.close-icon::before, .close-icon::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
}

.close-icon::before {
  transform: rotate(45deg);
}

.close-icon::after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 30em) {
  .overlay__content {
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

.overlay-menu__item {
  margin: 3rem auto;
}

.global-header {
  background-color: #f9f9f9;
}

.global-header .mobile {
  position: relative;
  display: flex;
  height: 5rem;
  justify-content: center;
  align-items: center;
}

.global-header .desktop {
  display: none;
}

.menu-button {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  border: none;
  outline: none;
  font-size: 0;
  background: transparent;
}

.menu-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
}

.menu-icon::before, .menu-icon::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: black;
}

.menu-icon::before {
  top: -10px;
}

.menu-icon::after {
  bottom: -10px;
}

.header-logo a {
  display: block;
}

.header-logo img {
  display: block;
  width: 24.7rem;
  height: 2.9rem;
}

.header-menu__item {
  margin: 3rem auto;
  padding: 0 3rem;
}

@media screen and (min-width: 60em) {
  .global-header {
    background-color: white;
  }
}

@media screen and (min-width: 75em) {
  .global-header {
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
  }
  .global-header .mobile {
    display: none;
  }
  .global-header .desktop {
    display: block;
  }
  .header-logo {
    padding: 6rem 3rem 0;
  }
  .header-logo img {
    width: 20.2rem;
    height: 21.4rem;
  }
}

.sidebar.front-page {
  background: #f2f0ee;
}

.sidebar.main-site {
  background: #f7fbf5;
}

.sidebar:not(.front-page).main-site {
  display: none;
}

.sidebar .front-nav {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  padding: 3rem;
  color: #008e00;
}

.sidebar .front-nav .label {
  font-size: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sidebar .front-nav li {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sidebar .front-nav a {
  position: relative;
  display: block;
  padding: 1.5rem 4rem 1.5rem 0.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  text-decoration: none;
  color: inherit;
  border-radius: 5px;
  transition: background 0.1s ease;
}

.sidebar .front-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.sidebar .front-nav a:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 1.8rem;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}

.sidebar .front-nav .icon {
  margin-right: 0.2em;
  font-size: 2em;
  vertical-align: middle;
}

.sidebar .front-nav .text {
  vertical-align: middle;
}

.sidebar .float-nav {
  position: sticky;
  top: 40px;
  margin: 2rem 3rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.sidebar .float-nav .label {
  padding: 10px 15px;
  line-height: 1;
  color: white;
  background: #afaf9b;
  border-radius: 5px 5px 0 0;
}

.sidebar .float-nav li {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  background: #fbfbfa;
}

.sidebar .float-nav li:last-child {
  border-radius: 0 0 5px 5px;
}

.sidebar .float-nav a {
  display: block;
  padding: 10px 15px;
  line-height: 1;
  text-decoration: none;
  color: black;
  transition: background 0.1s ease;
}

.sidebar .float-nav a:hover {
  background-color: #efefef;
}

.back-to-top {
  outline: none;
  position: absolute;
  top: -2rem;
  right: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  font-size: 0;
  color: white;
  background-color: #c1b49a;
  opacity: 0.9;
  transition: all 0.2s ease;
}

.back-to-top:hover {
  opacity: 1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.back-to-top:active {
  box-shadow: none;
}

.back-to-top:after {
  content: '';
  position: absolute;
  top: calc(50% - 0.4rem);
  left: calc(50% - 0.6rem);
  box-sizing: border-box;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}

.footer-aside {
  display: none;
}

@media screen and (min-width: 60em) {
  .footer-aside {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 6rem 5rem;
    background: #e3dfd9;
  }
}

.global-footer {
  padding: 3.5rem;
  padding-bottom: 20rem;
  color: white;
  background-color: #128c15;
}

.global-footer .footer-logo {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
}

.global-footer .footer-logo img {
  width: 21.6rem;
  height: 6rem;
}

.global-footer .facility-title {
  line-height: 1.2;
  font-size: 1.2rem;
}

.global-footer .phone .icon {
  margin-right: 0.3em;
  font-size: 2.4rem;
}

.global-footer .phone .text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.global-footer .address {
  margin-top: 1rem;
  line-height: 1.2;
  font-size: 1.2rem;
}

.global-footer .copyright {
  margin-top: 1rem;
  line-height: 1;
}

@media screen and (min-width: 30em) {
  .global-footer {
    min-height: 370px;
    padding: 4rem 3rem;
  }
  .global-footer .footer-logo {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 1.5rem;
  }
  .global-footer .footer-logo img {
    width: 21.6rem;
    height: 6rem;
  }
  .global-footer .facility-title {
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .global-footer .phone .icon {
    margin-right: 0.3em;
    font-size: 1.8rem;
  }
  .global-footer .phone .text {
    font-size: 1.8rem;
  }
  .global-footer .address {
    margin-top: 1rem;
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .global-footer .copyright {
    margin-top: 1rem;
    line-height: 1;
  }
}

.footer-site-list {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.footer-site-list .label {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-size: 2rem;
}

.footer-site-list__items {
  -moz-column-count: 2;
  column-count: 2;
}

.footer-site-list__item {
  display: inline-block;
  width: 22rem;
}

.footer-site-list .site-link {
  margin-left: -0.5rem;
  padding: 1rem 0.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.1s ease;
}

.footer-site-list .site-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.footer-site-list .site-link:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.footer-site-list .site-icon {
  margin-right: 10px;
}

.footer-site-list .site-icon img {
  vertical-align: bottom;
  width: 3.4rem;
}

.footer-site-list .site-title, .footer-site-list .site-description {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.footer-site-list .site-title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.1;
}

.footer-site-list .site-description {
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.2;
}

@media screen and (max-width: 600px) {
  .footer-site-list__items {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.footer-menu {
  width: 220px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  color: #008e00;
}

.footer-menu .menu-label {
  margin-bottom: 1em;
  line-height: 1.2;
  font-size: 2rem;
}

.footer-menu li {
  margin: 0;
  line-height: 1.2;
  font-size: 1.6rem;
}

.footer-menu a {
  display: block;
  margin-left: -0.25em;
  padding: 0.25em;
  color: #008e00;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.1s ease;
}

.footer-menu a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.hero.front-page .hero-photo {
  display: block;
}

.hero.front-page .hero-information .catch-phrase {
  display: block;
}

.hero.front-page .hero-information .site-description {
  display: block;
}

.hero .hero-photo {
  display: none;
  min-height: 26rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero .hero-information {
  display: flex;
  position: relative;
  padding: 3rem 2.5rem;
}

.hero .hero-information .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.hero .hero-information .site-icon {
  margin-top: 1rem;
  margin-right: 1.5rem;
}

.hero .hero-information .site-icon img {
  vertical-align: bottom;
  width: 3.6rem;
}

.hero .hero-information a {
  text-decoration: none;
  color: inherit;
}

.hero .hero-information .blogname, .hero .hero-information .blogdescription {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.hero .hero-information .blogname {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.2;
}

.hero .hero-information .blogdescription {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
}

.hero .hero-information .catch-phrase {
  display: none;
  margin-top: 2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

.hero .hero-information .site-description {
  display: none;
  margin-top: 1rem;
}

@media screen and (min-width: 30em) {
  .hero .hero-photo {
    min-height: 42rem;
  }
}

@media screen and (min-width: 60em) {
  .hero {
    height: 420px;
  }
  .hero .hero-photo {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero .hero-information {
    display: block;
    padding: 5rem 3rem;
  }
  .hero .hero-information .site-icon {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .hero .hero-information .site-icon img {
    width: 5rem;
  }
  .hero .hero-information .blogname {
    margin-bottom: 0.5rem;
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .hero .hero-information .blogdescription {
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero .hero-information .catch-phrase {
    display: block;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .hero .hero-information .site-description {
    display: block;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .hero {
    height: 570px;
  }
}

.hero--main {
  height: 25rem;
}

.hero--main .hero-photo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero--main .about {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  color: white;
}

.hero--main .catch-phrase {
  display: none;
}

@media screen and (min-width: 30em) {
  .hero--main {
    height: 300px;
  }
  .hero--main .hero-photo {
    display: block;
  }
  .hero--main .about {
    display: none;
  }
  .hero--main .catch-phrase {
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    width: 230px;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-feature-settings: 'palt';
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.4;
    color: white;
  }
}

.hero--carousel {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.hero--carousel .hero__container {
  display: flex;
}

.hero--carousel .swiper-container {
  margin: 0;
  width: 100%;
  height: 28rem;
}

.hero--carousel .swiper-slide {
  position: relative;
  background-color: #f2f0ee;
}

.hero--carousel .swiper-slide a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.hero--carousel .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem;
}

.hero--carousel .swiper-slide .catch-phrase {
  line-height: 1.2;
  font-size: 1.6rem;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.hero--carousel .swiper-slide .site-title {
  font-weight: bold;
  font-size: 2rem;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.hero--carousel .swiper-slide .site-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.hero--carousel .swiper-slide .site-icon img {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
}

.hero--carousel .swiper-pagination {
  bottom: 3rem !important;
}

.hero--carousel .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 8px;
  height: 8px;
  opacity: 1;
  border: 1px solid white;
  background: transparent;
}

.hero--carousel .swiper-pagination-bullet-active {
  background: white;
}

.hero--carousel .carousel {
  width: 100%;
}

.hero--carousel .information {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: white;
  background-color: #008e00;
}

.hero--carousel .information .all-news {
  margin-bottom: 20px;
}

.hero--carousel .information .all-news .label {
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: bold;
}

.hero--carousel .information .all-news .news-item {
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
}

.hero--carousel .information .all-news .news-item .post-date {
  margin-right: 5px;
  font-size: 90%;
}

.hero--carousel .information .all-news .news-item .post-title {
  font-weight: bold;
}

.hero--carousel .information .all-news a {
  display: block;
  color: white;
  text-decoration: none;
}

.hero--carousel .information .all-news a:hover .post-title {
  text-decoration: underline;
}

.hero--carousel > .catch-phrase {
  padding: 1.5rem 3rem;
  width: 100%;
  line-height: 1.4;
  font-size: 1.6rem;
  color: white;
  background: #666666;
}

@media screen and (min-width: 30em) {
  .hero--carousel .swiper-container {
    height: 420px;
  }
  .hero--carousel .swiper-slide .text {
    padding: 3rem;
  }
  .hero--carousel .swiper-slide .catch-phrase {
    font-size: 2.6rem;
  }
  .hero--carousel .swiper-slide .site-title {
    font-size: 3.2rem;
  }
  .hero--carousel .swiper-slide .site-icon img {
    width: 10rem;
    height: 10rem;
  }
}

@media screen and (min-width: 60em) {
  .hero--carousel .hero__container {
    display: flex;
  }
  .hero--carousel .swiper-container {
    margin: 0;
    max-width: 900px;
    height: 530px;
  }
  .hero--carousel .swiper-slide {
    position: relative;
    background-color: #f2f0ee;
  }
  .hero--carousel .swiper-slide .catch-phrase {
    font-size: 2.6rem;
  }
  .hero--carousel .swiper-slide .site-title {
    font-size: 3.2rem;
  }
  .hero--carousel .swiper-slide .site-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0.8;
  }
  .hero--carousel .swiper-slide .site-icon img {
    width: 10rem;
    height: 10rem;
  }
  .hero--carousel .swiper-pagination {
    bottom: 3rem !important;
  }
  .hero--carousel .swiper-pagination-bullet {
    margin: 0 6px !important;
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid white;
    background: transparent;
  }
  .hero--carousel .swiper-pagination-bullet-active {
    background: white;
  }
  .hero--carousel .carousel {
    flex-grow: 1;
    width: 600px;
  }
  .hero--carousel .information {
    width: 300px;
    padding: 30px 30px 60px;
    color: white;
    background-color: #008e00;
  }
  .hero--carousel > .catch-phrase {
    padding: 1.5rem 3rem;
    width: 100%;
    line-height: 1.4;
    font-size: 1.6rem;
    color: white;
    background: #666666;
  }
}

.site-link-list__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.site-link-list__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.site-link-list .site-link {
  margin: 0.5rem 0;
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.1s ease;
}

.site-link-list .site-link .site-icon {
  transition: transform 0.3s ease;
}

.site-link-list .site-link:hover {
  background: #efefef;
}

.site-link-list .site-link:hover .site-icon {
  transform: translateX(5px);
}

.site-link-list .site-icon {
  margin-right: 1rem;
}

.site-link-list .site-icon img {
  vertical-align: bottom;
  width: 3.4rem;
}

.site-link-list .site-title, .site-link-list .site-description {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.site-link-list .site-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1;
}

.site-link-list .site-description {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
}

.large-button-menu {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  font-size: 2rem;
}

.large-button-menu li {
  margin-bottom: 1rem;
}

.large-button-menu a {
  position: relative;
  display: block;
  padding: 1.5rem 5.5rem 1.5rem 2.5rem;
  line-height: 1;
  text-decoration: none;
  color: white;
  background-color: #008e00;
  transition: box-shadow 0.2s ease;
}

.large-button-menu a:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 2rem;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}

.large-button-menu a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.large-button-menu a:active {
  box-shadow: none;
}

.large-button-menu .icon {
  font-size: 1.4em;
  margin-right: 0.5em;
  vertical-align: middle;
}

.large-button-menu .text {
  vertical-align: middle;
}

.site-information {
  padding: 4rem 3rem;
  background: #f8f7f6;
}

.site-information .facade {
  margin-bottom: 2rem;
}

.site-information .facade img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.site-information .facility-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.site-information .contact {
  margin-top: 2rem;
}

.site-information .contact__item {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 1.2;
}

.site-information .contact__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.site-information .contact__item .icon {
  margin-right: 1.5rem;
  font-size: 2.8rem;
}

.site-information .contact__item .title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}

.site-information .contact__item .title a {
  text-decoration: none;
  color: inherit;
}

.site-information .contact__item .subtitle {
  font-size: 1.4rem;
}

@media screen and (min-width: 30em) {
  .site-information {
    padding: 4rem 3rem;
  }
  .site-information .facade {
    margin-bottom: 2rem;
  }
  .site-information .facility-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .site-information .contact {
    margin-top: 2rem;
  }
  .site-information .contact__item {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1.2;
  }
  .site-information .contact__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .site-information .contact__item .icon {
    margin-right: 1.5rem;
    font-size: 2.4rem;
  }
  .site-information .contact__item .title {
    font-size: 1.6rem;
  }
  .site-information .contact__item .subtitle {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 75em) {
  .site-information {
    background: #e3dfd9;
  }
}

.shortcode-site-list {
  margin: 2rem auto;
  padding: 4rem;
  color: #555;
  background: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.shortcode-site-list__item {
  display: flex;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2.5rem;
}

.shortcode-site-list__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.shortcode-site-list .hero-photo {
  margin-right: 2.5rem;
  width: 220px;
  height: 150px;
  flex-shrink: 0;
}

.shortcode-site-list .hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shortcode-site-list .site-title-block {
  display: flex;
  align-items: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.shortcode-site-list .site-title-block .site-icon {
  margin-right: 1rem;
}

.shortcode-site-list .site-title-block .site-description {
  line-height: 1.2;
  font-size: 1.2rem;
}

.shortcode-site-list .site-title-block .site-title {
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
}

.shortcode-site-list .catch-phrase {
  margin-top: 1em;
  line-height: 1.4;
}

.shortcode-site-list .site-link {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.6rem;
}

.main-site:not(.front-page) .entry-title {
  background-color: #f7fbf5;
}

.entry-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 3rem;
  font-size: 1.5em;
}

.entry-title .icon {
  font-size: 1.8em;
  margin-right: 0.2em;
  vertical-align: middle;
}

.entry-title span {
  vertical-align: middle;
}

@media screen and (min-width: 30em) {
  .has-sidebar .entry-title {
    padding: 0 2rem;
  }
  .entry-title {
    padding: 0 5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 60em) {
  .has-sidebar .entry-title {
    padding: 0 3rem;
  }
  .entry-title {
    padding: 0 7.5rem;
  }
}

.entry-content {
  padding: 2rem 3rem;
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.entry-content h2, .entry-content h3 {
  line-height: 1.4;
}

.entry-content p {
  margin: 0;
  margin-bottom: 1.2em;
}

.entry-content a {
  color: inherit;
  transition: color 0.2s ease;
}

.entry-content a:hover {
  color: #f15a24;
}

.entry-content .has-small-font-size {
  font-size: 1rem;
}

.entry-content .has-medium-font-size {
  font-size: 1.8rem;
}

.entry-content .has-large-font-size {
  font-size: 2.8rem;
}

.entry-content .wp-block-table {
  margin-bottom: 4rem;
}

.entry-content .wp-block-table table {
  border-collapse: collapse;
  background-color: white;
}

.entry-content .wp-block-table table td {
  max-width: 600px;
  line-height: 1.4;
  padding: 0.8em 1em;
  border: 1px solid;
}

.entry-content .wp-block-table figcaption {
  margin-top: 0.5em;
  text-align: center;
}

.entry-content iframe {
  max-width: 100%;
}

.entry-content .alignwide {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.entry-content .alignfull {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.entry-content .wp-block-separator {
  max-width: 10rem;
  margin: 20px auto;
  border: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.entry-content .wp-block-separator.is-style-wide {
  max-width: none;
}

.entry-content .wp-block-image img {
  height: auto;
}

.entry-content .wp-block-button {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  font-weight: bold;
  font-size: 1.6rem;
}

.entry-content .wp-block-button .wp-block-button__link {
  padding: 1em 3em;
  color: white;
  background-color: #008e00;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  transition: box-shadow 0.2s ease;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);
}

.entry-content .wp-block-button .wp-block-button__link:active {
  box-shadow: none;
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  color: #008e00;
  background-color: transparent;
  box-shadow: none;
}

.entry-content .wp-block-group.has-background {
  padding: 1.5rem;
}

.entry-content .wp-block-group.has-background .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

.entry-content .wp-block-group.has-background .wp-block-group__inner-container > :last-child {
  margin-bottom: 0;
}

.entry-content .is-style-fot-tsukuardgothic-std {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
}

.entry-content .has-white-color {
  color: white;
}

.entry-content .has-white-background-color {
  background-color: white;
}

.entry-content .has-black-color {
  color: black;
}

.entry-content .has-black-background-color {
  background-color: black;
}

.entry-content .has-green-color {
  color: #008e00;
}

.entry-content .has-green-background-color {
  background-color: #008e00;
}

.entry-content .has-light-green-color {
  color: #7ac843;
}

.entry-content .has-light-green-background-color {
  background-color: #7ac843;
}

.entry-content .has-light-blue-color {
  color: #3fa8f4;
}

.entry-content .has-light-blue-background-color {
  background-color: #3fa8f4;
}

.entry-content .has-pink-color {
  color: #ff7bab;
}

.entry-content .has-pink-background-color {
  background-color: #ff7bab;
}

.entry-content .has-orange-color {
  color: #ff921e;
}

.entry-content .has-orange-background-color {
  background-color: #ff921e;
}

.entry-content .has-blue-green-color {
  color: #62c4b0;
}

.entry-content .has-blue-green-background-color {
  background-color: #62c4b0;
}

.entry-content .has-yellow-color {
  color: #ffc847;
}

.entry-content .has-yellow-background-color {
  background-color: #ffc847;
}

.entry-content .has-purple-color {
  color: #997eb9;
}

.entry-content .has-purple-background-color {
  background-color: #997eb9;
}

@media screen and (min-width: 30em) {
  .entry-content {
    padding: 0 5rem;
  }
  .entry-content .alignwide {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .entry-content .alignfull {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .entry-content .wp-block-group.has-background {
    padding: 2.5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 60em) {
  .has-sidebar .entry-content {
    padding: 0 3rem;
  }
  .has-sidebar .entry-content .alignwide {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .has-sidebar .entry-content .alignfull {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .entry-content {
    padding: 0 7.5rem;
  }
  .entry-content .alignwide {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .entry-content .alignfull {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .entry-content .wp-block-group.has-background {
    padding: 5rem 4rem;
  }
}

.main.contact {
  padding-top: 5rem;
  background: #f2f0ee url(assets/img/contact/bg_contact.png) no-repeat right top;
}

@media screen and (min-width: 60em) {
  .main.contact {
    padding-top: 15rem;
  }
}

.contact .entry-title {
  font-size: 3rem;
}

.contact .entry-title .icon {
  display: block;
  font-size: 1.2em;
}

form input[type="text"], form input[type="email"], form input[type="tel"], form textarea, form select {
  min-height: 40px;
  max-width: 100%;
  padding: 0.5em;
  border: 1px solid #666;
  border-radius: 2px;
  font-size: 1.6rem;
}

form [type="submit"] {
  font-family: fot-tsukuardgothic-std, sans-serif;
  min-width: 160px;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}

.mw_wp_form {
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 2rem;
  background: white;
}

@media screen and (min-width: 60em) {
  .mw_wp_form {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    padding: 4rem;
    background: white;
  }
}

/* --------------------------------------------------
	メニュー設定
-------------------------------------------------- */
/* --------------------------------------------------
	メインコンテンツ設定
-------------------------------------------------- */
.front-page-news {
  max-width: 600px;
}

.front-page-news__inner {
  padding: 3rem;
}

.front-page-news .label {
  margin-bottom: 1rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-feature-settings: 'palt';
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}

.front-page-news .icon {
  font-size: 3.2rem;
  margin-right: 1rem;
  vertical-align: middle;
}

.front-page-news .text {
  display: inline-block;
  vertical-align: middle;
}

.front-page-news .post-item {
  margin-bottom: 5px;
}

.front-page-news .post-item .date {
  float: left;
  display: block;
  width: 9rem;
}

.front-page-news .post-item .title {
  display: block;
  overflow: hidden;
}

.contents .content {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.contents.has-sidebar .content {
  max-width: 640px;
}

.contents.main-site .content {
  color: #008e00;
}

.contents.main-site.front-page .content {
  color: inherit;
  background-color: white;
}

.contents.front-page {
  background-color: #f2f0ee;
}

.contents.front-page.main-site {
  background-color: white;
}

@media screen and (min-width: 30em) {
  .contents .content {
    padding: 2rem 0;
  }
  .contents.main-site .content {
    color: #008e00;
    background-color: #f7fbf5;
  }
}

.main-site-header {
  padding: 0 2.5rem;
}

.main-site-header .about {
  display: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  padding-top: 4.5rem;
  margin-bottom: 4rem;
  line-height: 1;
  color: #008e00;
}

@media screen and (min-width: 30em) {
  .main-site-header {
    padding: 0 5rem;
  }
  .main-site-header .about {
    display: block;
  }
}

@media screen and (min-width: 60em) {
  .main-site-header {
    padding: 0 7.5rem;
  }
}

.main-site-footer {
  padding: 2.5rem;
}

@media screen and (min-width: 30em) {
  .main-site-footer {
    padding: 0.5rem 7.5rem 6rem;
  }
}

@media screen and (min-width: 60em) {
  .main-site-footer {
    padding: 0.5rem 7.5rem 6rem;
  }
}

/* --------------------------------------------------
	トップページ設定
-------------------------------------------------- */
.top-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.top-menu__item {
  width: 100%;
  margin: 5px;
}

.top-menu__item a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: white;
}

.top-menu__item a .link-icon {
  position: absolute;
  top: 165px;
  right: 25px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.8;
}

.top-menu__item a .link-icon:after {
  content: '';
  position: absolute;
  top: 17px;
  left: 14px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.top-menu .post-thumbnail {
  height: 190px;
}

.top-menu .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-menu .post-title {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 15px;
  padding: 20px 0;
  line-height: 1.2;
}

@media screen and (min-width: 30em) {
  .top-menu__item {
    width: 28rem;
  }
}

/* --------------------------------------------------
	clearfix
-------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* --------------------------------------------------
	Youtube
-------------------------------------------------- */
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------
	margin
-------------------------------------------------- */
.mb-20 {
  margin-bottom: 20px;
}
