@charset "UTF-8";
/* Reset CSS */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * 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: inherit;
  /* 2 */
}

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Presphere Markup */
/* ResetCSS で吸収しきれない部分 */
html {
  font-size: 16px;
}

img {
  max-width: 100%;
}

/* マークアップ汎用部品 */
.overflow {
  overflow-x: hidden;
}

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

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

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

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrapper {
  overflow-x: hidden;
}

.hidden-sp {
  display: inline;
}

.hidden-pc {
  display: none;
}

.visible-tab {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .visible-tab {
    display: inline;
  }
}
@media screen and (max-width: 769px) {
  .hidden-sp {
    display: none;
  }

  .hidden-pc {
    display: inline;
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .br-sp {
    display: inline;
  }
}

.br-pc {
  display: inline;
}
@media screen and (max-width: 769px) {
  .br-pc {
    display: none;
  }
}

.swiper {
  transition: 0.3s;
  opacity: 0;
}

.swiper.swiper-container-initialized {
  opacity: 1;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* Client Customize Base */
body {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "sans-serif";
}

h1 {
  font-family: Noto Sans JP;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-family: Noto Sans JP;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-family: Noto Sans JP;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.t-page-title {
  font-family: Noto Sans JP;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

body {
  font-family: Noto Sans JP;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #062e1d;
}

.bold {
  font-weight: 700;
}

.small, .blog-label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
}

.small-bold {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .small-bold {
    font-size: 0.75rem;
  }
}

.lead {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7777;
}

.lead-bold {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777;
  letter-spacing: 0.1em;
}

.caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.caption-bold {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.7777;
  letter-spacing: 0.1em;
}

.list {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.list-bold {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.en {
  font-family: Gentium Basic;
}

.l-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.l-wide {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.l-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .l-large {
    margin-right: 20px;
    margin-left: 20px;
  }
}

.l-middle {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  .l-middle {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* ヘッダ */
.l-header {
  margin-right: 32px;
  margin-left: 32px;
}
@media screen and (max-width: 1120px) {
  .l-header {
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.v-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.v-table th,
.v-table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.v-table th {
  width: 20%;
}
.v-table td {
  padding-left: 20px;
}
.v-table tbody th,
.v-table tbody td {
  border-top: 1px #a1afa9 solid;
}
.v-table thead {
  font-weight: 700;
  color: #00693e;
}
.v-table tbody th {
  font-weight: 400;
}

.google-map {
  width: 100%;
  padding-top: 64.375%;
  position: relative;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-explain h2 {
  margin-bottom: 30px;
}
.sec-explain h3 {
  margin-bottom: 12px;
}
.sec-explain p {
  margin-bottom: 30px;
}
.sec-explain figure {
  margin-bottom: 34px;
}

.explain-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.explain-list-item {
  width: 48%;
  margin-bottom: 60px;
}

.explain-ttl {
  margin-bottom: 41.5px;
  position: relative;
  overflow: hidden;
  padding-bottom: 16.5px;
}
.explain-ttl::before, .explain-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.explain-ttl:before {
  border-bottom: 4px solid #00693e;
  width: 100%;
}
.explain-ttl:after {
  border-bottom: 4px solid #a1afa9;
  width: 100%;
}

.sec-contents h2 {
  margin-bottom: 36px;
}
.sec-contents h3 {
  margin-bottom: 10px;
}
.sec-contents p {
  margin-bottom: 30px;
}
.sec-contents ul {
  margin-bottom: 30px;
}
.sec-contents figure {
  margin-bottom: 60px;
}
.sec-contents .block {
  margin-bottom: 60px;
}
.sec-contents table {
  margin-bottom: 22px;
}

.icon-btn {
  width: 100%;
  padding-top: 60%;
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
}
.icon-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25% 0;
  left: 0;
  top: 0;
}
.icon-btn a:hover .link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../img/common/ico_button_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-btn img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.icon-btn-ttl {
  font-size: 1.375rem;
  font-weight: 700;
  white-space: nowrap;
  color: #062e1d;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .icon-btn-ttl {
    font-size: 0.875rem;
    line-height: 18.2px;
  }
}
.icon-btn .icon-btn-link {
  color: #00693e;
}
@media screen and (max-width: 769px) {
  .icon-btn .icon-btn-link {
    top: 85%;
  }
  .icon-btn .icon-btn-link::after {
    margin: 0;
  }
}

.main-view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .main-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-view .top-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 769px) {
  .main-view .top-view {
    padding-top: 64%;
  }
}
.main-view .top-view img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-view .banner {
  width: 23.43%;
}
@media screen and (max-width: 769px) {
  .main-view .banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-view .banner .banner-item {
  position: relative;
  width: 100%;
  padding-top: 58.66%;
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item {
    height: 0;
    width: 33.3333%;
    padding-top: 33.3333%;
  }
  .main-view .banner .banner-item::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/ico_window_green.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item-orange::after {
    background-image: url(../img/common/ico_window_orange.svg);
  }
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item-brown::after {
    background-image: url(../img/common/ico_window_brown.svg);
  }
}
.main-view .banner .banner-item a:hover .main {
  background-color: #00693e;
  color: #ffffff;
}
.main-view .banner .banner-item a:hover .window::after {
  background-image: url(../img/common/ico_window_white.svg);
}
.main-view .banner .banner-item .back img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-view .banner .banner-item .back .blur {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item .back .blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
}
.main-view .banner .banner-item .symbol {
  position: absolute;
  top: 0;
  left: 1.6666%;
  width: 13.333%;
  height: 22.72%;
  border-radius: 0 0 5px 5px;
  background-color: #00693e;
  z-index: 2000;
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item .symbol {
    background-color: transparent;
    width: 20%;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main-view .banner .banner-item .symbol img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  z-index: 3000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item .symbol img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.main-view .banner .banner-item .main {
  position: absolute;
  height: 17.04%;
  width: 100%;
  bottom: 0;
  background-color: #ffffff;
  color: #00693e;
  text-align: center;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item .main {
    height: auto;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
  }
}
@media screen and (max-width: 769px) {
  .main-view .banner .banner-item .main .window::after {
    display: none;
  }
}

.window2 {
  position: relative;
  padding-right: 1.6em;
}
.window2::before, .window2::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-color: #00693e;
}
.window2::before {
  border: 1px solid;
  top: 40%;
  right: 0.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.window2::after {
  border-left: 1px solid;
  border-bottom: 1px solid;
  top: 55%;
  right: 0.6em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.window2-white {
  border-color: #ffffff;
}

.window::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background-image: url(../img/common/ico_window_green.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.window-white::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ico_window_white.svg);
}
.window-orange::after {
  width: 18px;
  height: 19px;
  background-image: url(../img/common/ico_window_orange.svg);
}
.window-hov-orange:hover::after {
  background-image: url(../img/common/ico_window_orange.svg);
}
.window-brown::after {
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico_window_brown.svg);
}
.window-hov-brown:hover::after {
  background-image: url(../img/common/ico_window_brown.svg);
}
.window-large::after {
  width: 22.5px;
  height: 24px;
  font-size: 1.25rem;
  vertical-align: text-bottom;
}

.icon {
  padding: 6px 25px 6px 28.25px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #00693e;
  color: #ffffff;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon:hover {
  background-color: #ffffff;
  color: #00693e;
}
.icon::before {
  content: "";
  display: inline-block;
  margin-right: 8.13px;
  vertical-align: middle;
}
.icon-access::before {
  width: 13px;
  height: 12px;
  background-image: url(../img/common/ico_car_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-access:hover::before {
  background-image: url(../img/common/ico_car_green.svg);
}
.icon-access-orange::before {
  width: 13px;
  height: 12px;
  background-image: url(../img/common/ico_car_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-access-orange:hover::before {
  background-image: url(../img/common/ico_car_orange.svg);
}
.icon-contact::before {
  width: 13px;
  height: 10px;
  background-image: url(../img/common/ico_mail_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-contact:hover::before {
  background-image: url(../img/common/ico_mail_green.svg);
}
.icon-sitemap::before {
  width: 15px;
  height: 16px;
  background-image: url(../img/common/ico_sitemap.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-sitemap-orange::before {
  width: 15px;
  height: 16px;
  background-image: url(../img/common/ico_sitemap.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-sitemap-orange:hover::before {
  background-image: url(../img/common/ico_sitemap_orange.svg);
}
.icon-facebook::before {
  width: 22px;
  height: 22px;
  background-image: url(../img/common/ico_facebook_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-facebook:hover::before {
  background-image: url(../img/common/ico_facebook_green.svg);
}
.icon-facebook-orange::before {
  width: 22px;
  height: 22px;
  background-image: url(../img/common/ico_facebook_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-facebook-orange:hover::before {
  background-image: url(../img/common/ico_facebook_orange.svg);
}
.icon-instagram::before {
  width: 22px;
  height: 23px;
  background-image: url(../img/common/ico_instagram_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-instagram:hover::before {
  background-image: url(../img/common/ico_instagram_green.svg);
}
.icon-instagram-orange::before {
  width: 22px;
  height: 23px;
  background-image: url(../img/common/ico_instagram_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-instagram-orange:hover::before {
  background-image: url(../img/common/ico_instagram_orange.svg);
}
.icon-youtube::before {
  width: 24px;
  height: 16px;
  background-image: url(../img/common/ico_youtube_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-youtube:hover::before {
  background-image: url(../img/common/ico_youtube_green.svg);
}

.link {
  vertical-align: middle;
}
.link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 16px;
  height: 16px;
  margin-left: 7px;
  background-image: url(../img/common/ico_button_green.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link:hover::after {
  background-image: url(../img/common/ico_button_white.svg);
}
.link-orange::after {
  background-image: url(../img/common/ico_button_orange.svg);
}
.link-orange:hover::after {
  background-image: url(../img/common/ico_button_orange_white.svg);
}
.link-brown::after {
  background-image: url(../img/common/ico_button_brown.svg);
}
.link-brown:hover::after {
  background-image: url(../img/common/ico_button_brown_white.svg);
}
.link-white::after {
  width: 16px;
  height: 17px;
  background-image: url(../img/common/ico_button_white.svg);
}

.btn {
  display: inline-block;
  width: 374px;
  max-width: 100%;
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #00693e;
  color: #ffffff;
  border: 2px solid #00693e;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .btn {
    padding: 15px 10px;
  }
}
.btn:hover {
  background-color: #ffffff;
  color: #00693e;
}
.btn-white {
  background-color: #ffffff;
  color: #00693e;
  border: 2px solid #00693e;
}
.btn-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico_button_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-ico:hover::before {
  background-image: url(../img/common/ico_button_green.svg);
}
.btn-readmore::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico_readmore.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-ico-orange::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_button_orange_white.svg);
}
.btn-ico-orange:hover::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_button_orange.svg);
}

.sec-caution {
  margin-bottom: 70px;
}

.sec-archive {
  margin-bottom: 90px;
}

.sec-ttl h2 {
  font-family: Gentium Basic;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .sec-ttl h2 {
    font-size: 2rem;
  }
}
.sec-ttl p {
  font-family: Noto Sans JP;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
}

.read-mirikadia {
  position: relative;
}
.read-mirikadia img {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  .read-mirikadia img {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.read-mirikadia p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
  text-align: center;
  white-space: nowrap;
  color: #00693e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 769px) {
  .read-mirikadia p {
    color: #ffffff;
    font-size: 0.6875rem;
    -webkit-transform: translate(-50%, -22px);
            transform: translate(-50%, -22px);
  }
}
.read-mirikadia p::before, .read-mirikadia p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 60%;
  background: #ccc;
  top: 50%;
}
.read-mirikadia p::before {
  left: -5%;
  -webkit-transform: rotate(-30deg) translateY(-50%);
          transform: rotate(-30deg) translateY(-50%);
}
.read-mirikadia p::after {
  right: -5%;
  -webkit-transform: rotate(30deg) translateY(-50%);
          transform: rotate(30deg) translateY(-50%);
}

.c-label {
  border-radius: 2px;
  padding: 3px 45px;
  white-space: nowrap;
  display: inline-block;
  background-color: #e5f6ee;
  color: #00693e;
}
@media screen and (max-width: 769px) {
  .c-label {
    font-size: 0.875rem;
  }
}
.c-label:hover {
  background-color: #ABE4C9;
}

.c-time {
  font-family: "Gentium Basic";
}

.ico {
  position: relative;
  padding-left: 1.5em;
}
.ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url(../img/common/ico_clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ico-sales::before {
  background-image: url(../img/common/ico_sales.svg);
}
.ico-free::before {
  background-image: url(../img/common/ico_free.svg);
}
.ico-book-orange::before {
  background-image: url(../img/common/ico_book_orange.svg);
}
.ico-building-orange::before {
  background-image: url(../img/common/ico_building_orange.svg);
}
.ico-help-orange::before {
  background-image: url(../img/common/ico_help_orange.svg);
}
.ico-information-orange::before {
  background-image: url(../img/common/ico_information_orange.svg);
}
.ico-message-detail-orange::before {
  background-image: url(../img/common/ico_message_detail_orange.svg);
}
.ico-search-orange::before {
  background-image: url(../img/common/ico_search_orange.svg);
}
.ico-user-circle-orange::before {
  background-image: url(../img/common/ico_user_circle_orange.svg);
}
.ico-user-brown::before {
  background-image: url(../img/common/ico_user_brown.svg);
}
.ico-paint-brown::before {
  background-image: url(../img/common/ico_paint_brown.svg);
}
.ico-message-detail-brown::before {
  background-image: url(../img/common/ico_message_detail_brown.svg);
}
.ico-flag::before {
  background-image: url(../img/common/ico_flag.svg);
}
.ico-information::before {
  background-image: url(../img/common/ico_information.svg);
}
.ico-pencil::before {
  background-image: url(../img/common/ico_pencil.svg);
}
.ico-spreadsheet::before {
  background-image: url(../img/common/ico_spreadsheet.svg);
}
.ico-clock::before {
  background-image: url(../img/common/ico_clock.svg);
}
.ico-clock-brown::before {
  background-image: url(../img/common/ico_clock_brown.svg);
}
.ico-map-brown::before {
  background-image: url(../img/common/ico_map_brown.svg);
}
.ico-map::before {
  background-image: url(../img/common/ico_map.svg);
}
.ico-calender::before {
  background-image: url(../img/common/ico_calender.svg);
}
.ico-building::before {
  background-image: url(../img/common/ico_calender.svg);
}
.ico-money::before {
  background-image: url(../img/common/ico_money.svg);
}
.ico-money-brown::before {
  background-image: url(../img/common/ico_money_brown.svg);
}
.ico-group::before {
  background-image: url(../img/common/ico_group.svg);
}
.ico-building::before {
  background-image: url(../img/common/ico_building.svg);
}
.ico-browser::before {
  background-image: url(../img/common/ico_browser.svg);
}
.ico-pdf::before {
  background-image: url(../img/common/ico_pdf.svg);
}
.ico-user::before {
  background-image: url(../img/common/ico_user.svg);
}
.ico-book::before {
  background-image: url(../img/common/ico_book.svg);
}
.ico-bag::before {
  background-image: url(../img/common/ico_bag.svg);
}
.ico-sitemap::before {
  background-image: url(../img/common/ico_sitemap.svg);
}

/* ブログリスト */
.bloglist {
  margin-bottom: 17.63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bloglist li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 3%;
}
@media screen and (max-width: 769px) {
  .bloglist li {
    width: 100%;
  }
}

/* ブログ */
.blog {
  position: relative;
}
.blog a {
  width: 100%;
}
.blog a:hover figure::after {
  opacity: 0.4;
}
.blog a:hover .blog-title {
  text-decoration: none;
}
.blog-label {
  display: inline-block;
  background-color: #00693e;
  color: #ffffff;
  position: absolute;
  top: 2px;
  right: 8px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 4px 30px;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 769px) {
  .blog-label {
    right: auto;
    left: 8px;
  }
}
.blog-label-news {
  color: #db591c;
  background-color: #faded1;
}
.blog-label-news:hover {
  background-color: #fbc2a8;
}
.blog-label-event {
  color: #b69c13;
  background-color: #faf3d2;
}
.blog-label-event:hover {
  background-color: #ffedac;
}
.blog-label-recommend {
  color: #b81c67;
  background-color: #fdeaf3;
}
.blog-label-recommend:hover {
  background-color: #ffc3d2;
}
.blog-label-teens {
  color: #39690a;
  background-color: #ecfade;
}
.blog-label-teens:hover {
  background-color: #D0F3A2;
}
.blog-label-sanpo {
  color: #0c5806;
  background-color: #ddf5db;
}
.blog-label-sanpo:hover {
  background-color: #AFE3AB;
}
.blog-label-kawasemi {
  color: #15549e;
  background-color: #dfeeff;
}
.blog-label-kawasemi:hover {
  background-color: #B3D6FE;
}
.blog-pic {
  width: 100%;
  padding-top: 66.55%;
  position: relative;
  margin-bottom: 16px;
  background-color:#e5f6ee;
}
.blog-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00693e;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2000;
}
.blog-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* -o-object-fit: cover;
     object-fit: cover; */
}
.blog-title {
  margin-bottom: 5px;
  text-decoration: underline;
}
.blog-date {
  color: #a1afa9;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .pagenation {
    margin-bottom: 0px;
  }
}
.pagenation .page-numbers {
  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;
  font-size: 1.375rem;
  width: 60px;
  height: 60px;
  background-color: #00693e;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px;
  border-radius: 5px;
  border: 2px solid #00693e;
}
@media screen and (max-width: 769px) {
  .pagenation .page-numbers {
    font-size: 1rem;
    width: 36px;
    height: 36px;
    margin: 0 3px;
  }
}
.pagenation .current {
  background: #ffffff;
  color: #00693e;
}
.pagenation .prev,
.pagenation .next,
.pagenation .dots {
  background: none;
  border: 2px solid transparent;
  position: relative;
  color: #00693e;
}
.pagenation .dots {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
.pagenation .prev::before,
.pagenation .next::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #00693e;
  border-right: 2px solid #00693e;
}
@media screen and (max-width: 769px) {
  .pagenation .prev::before,
.pagenation .next::before {
    width: 12px;
    height: 12px;
  }
}
.pagenation .prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagenation .next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.caution {
  background-color: #e5f6ee;
  padding: 35px 40px 49px;
}
@media screen and (max-width: 769px) {
  .caution {
    padding: 35px 20px 49px;
  }
}
.caution h3 {
  margin-bottom: 13px;
}
.caution p {
  margin-bottom: 12px;
}
.caution ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.2em;
  margin-bottom: 17px;
}
.caution small {
  font-size: 0.75rem;
  padding-left: 1.2em;
  position: relative;
  display: block;
}
.caution small::before {
  content: "※";
  color: #db2020;
  position: absolute;
  top: 0;
  left: 0;
}

.open .archive-toggle::after {
  -webkit-transform: translateX(-50%) rotate(135deg) scale(-1);
          transform: translateX(-50%) rotate(135deg) scale(-1);
}
.archive {
  margin-bottom: 30px;
}
.archive-toggle {
  cursor: pointer;
  padding: 16px 0;
  border-bottom: 1px solid #a1afa9;
  color: #00693e;
  position: relative;
}
.archive-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00693e;
  border-right: 2px solid #00693e;
}
.archive-toggle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .archive-toggle-list {
    padding: 15px 0;
  }
}
.archive-toggle-list-circle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-toggle-detail {
  display: none;
}
.archive-toggle-item-blog {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .archive-toggle-item-blog {
    margin-right: 15px;
  }
}
.archive-toggle-item-circle {
  width: 22%;
  margin-bottom: 36px;
}
@media screen and (max-width: 769px) {
  .archive-toggle-item-circle {
    width: 45%;
  }
}
.archive-toggle-item a {
  font-size: 1.125rem;
}
@media screen and (max-width: 769px) {
  .archive-toggle-item a {
    font-size: 0.9375rem;
  }
}
.archive-toggle-item a span {
  font-size: 0.9375rem;
}
@media screen and (max-width: 769px) {
  .archive-toggle-item a span {
    font-size: 0.75rem;
  }
}
.archive-toggle-item p {
  text-decoration: underline;
}
.archive-toggle-item figure {
  width: 100%;
  padding-top: 68.34%;
  position: relative;
  margin-bottom: 14px;
}
.archive-toggle-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.news {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 4px;
}
.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 29.5px 33px;
  border: 2px solid #00693e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .news-link {
    border-top: 1px solid #a1afa9;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0;
    padding: 25.5px 26px 25px 0;
    font-size: 0.875rem;
  }
}
.news-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 17px;
  background-repeat: no-repeat;
  background-image: url(../img/common/ico_button_green.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news-link:hover::before {
  background-image: url(../img/common/ico_button_white.svg);
}
.news-link:hover {
  border: 4px solid #00693e;
  margin-bottom: -4px;
}
.news-link-orange::before {
  background-image: url(../img/common/ico_button_orange.svg);
}
.news-link-orange:hover::before {
  background-image: url(../img/common/ico_button_white_orange.svg);
}
@media screen and (max-width: 769px) {
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 769px) {
  .news:last-of-type {
    border-bottom: 1px solid #a1afa9;
  }
}
.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 769px) {
  .news-meta {
    margin-bottom: 9px;
  }
}
.news .c-label {
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  .news .c-label {
    font-size: 0.75rem;
  }
}
.news-time {
  line-height: 24px;
  letter-spacing: 0.05em;
  margin-right: 15px;
}

/* 下層ページ共通モジュール */
.page-top {
  height: 180px;
  background-color: #7fcba7;
  text-align: center;
  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;
}
@media screen and (max-width: 769px) {
  .page-top h1 {
    font-size: 1.75rem;
  }
  .page-top p {
    font-family: Gentium Basic;
    font-size: 0.875rem;
  }
}

.breadcrumb {
  padding-top: 17px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li a[href] {
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .breadcrumb li span {
    font-size: 0.75rem;
  }
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 5px;
}

.sub-nav .sub-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sub-nav .sub-nav-list .sub-nav-item {
  width: 24%;
  padding: 15px 20px;
  border-bottom: 2px solid #a1afa9;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .sub-nav .sub-nav-list .sub-nav-item {
    width: 49%;
    padding: 15px 0;
    font-size: 0.875rem;
  }
}
.sub-nav .sub-nav-list .sub-nav-item-2 {
  width: 49%;
}
.sub-nav .sub-nav-list .sub-nav-item-6 {
  width: 16%;
  font-size: 0.875rem;
}
@media screen and (max-width: 769px) {
  .sub-nav .sub-nav-list .sub-nav-item-6 {
    width: 32%;
  }
}
.sub-nav .sub-nav-list .sub-nav-item-3 {
  width: 33%;
}
.sub-nav .sub-nav-list .sub-nav-link {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #00693e;
}
.sub-nav .sub-nav-list .current {
  border-bottom: 2px solid #00693e;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table th,
.c-table td {
  border-top: 1px #a1afa9 solid;
}
@media screen and (max-width: 769px) {
  .c-table th,
.c-table td {
    display: block;
  }
}
.c-table tr {
  width: 100%;
}
.c-table tr:last-of-type th, .c-table tr:last-of-type td {
  border-bottom: 1px #a1afa9 solid;
}
@media screen and (max-width: 769px) {
  .c-table tr:last-of-type th {
    border-bottom: none;
  }
}
.c-table th {
  padding: 20px 0;
  color: #00693e;
  font-weight: 700;
  white-space: nowrap;
  width: 20%;
}
@media screen and (max-width: 769px) {
  .c-table th {
    padding: 15px 0 0 0;
    border-bottom: none;
    width: 100%;
  }
}
.c-table td {
  padding: 20px 20px;
}
@media screen and (max-width: 769px) {
  .c-table td {
    padding: 0 0 15px 0;
    border-top: none;
  }
}

.content {
  margin-bottom: 50px;
}
.content .content-header {
  margin-bottom: 35px;
}
.content .content-header h2 {
  font-size: 2.625rem;
  margin-bottom: 10px;
}
.content .content-header .c-time {
  margin-bottom: 10px;
}
.content .content-body {
  margin-bottom: 68px;
}
.content .content-body h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.content .content-body h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.content .content-body h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.content .content-body p {
  margin-bottom: 35px;
  font-size: 1.125rem;
}
.content .content-body figure {
  margin-bottom: 35px;
}

.outline-pic {
  position: relative;
  width: 100%;
  padding-top: 66.95%;
  margin-bottom: 34px;
}
.outline-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.outline-ttl {
  margin-bottom: 12px;
}
.outline-detail {
  margin-bottom: 36px;
}

.flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-2 .flex-2-item {
  width: 48%;
}

.flex-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .flex-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-3 .flex-3-item {
  width: 30%;
}
@media screen and (max-width: 769px) {
  .flex-3 .flex-3-item {
    width: 100%;
  }
}

.flex-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-4 li {
  width: 23%;
}
.flex-4 img {
  margin-bottom: 30px;
}

.va-middle {
  vertical-align: middle;
}

ul.disc {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.2em;
}

ul.circle {
  list-style-type: circle;
  list-style-position: outside;
  padding-left: 1.2em;
}

ol.decimal {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 1.2em;
}

.qa-list dl {
  position: relative;
  margin: 0;
  padding: 16px 0;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
  border-top: 1px solid #000;
}
.qa-list dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 0;
  font-weight: bold;
  font-size: 1.25rem;
}
.qa-list dt::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-top: 2px solid #00693e;
  border-right: 2px solid #00693e;
}
.qa-list dd {
  position: relative;
  display: none;
  height: auto;
  margin: 20px 0 0;
  padding: 20px 30px;
  background-color: #e5f6ee;
}
.qa-list .qa.open dt::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.guide figure {
  width: 100%;
  padding-top: 136%;
  position: relative;
  margin-bottom: 24px;
}
.guide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide h3 {
  font-size: 1.375rem;
  margin-bottom: 8px;
}
.guide p {
  font-size: 0.875rem;
  margin-bottom: 17px;
}
.guide a {
  color: #00693e;
}

.under-block {
  margin-bottom: 60px;
}
.under-block h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #00693e;
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #00693e;
}
.under-block li {
  border-bottom: 1px dashed #a1afa9;
}
.under-block li a {
  padding: 10px 0;
  display: block;
}

.event {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.event .thumbnail {
  width: 30.62%;
}
@media screen and (max-width: 769px) {
  .event .thumbnail {
    width: 100%;
    margin-bottom: 41px;
  }
}
.event .thumbnail figure {
  width: 100%;
  padding-top: 141.49%;
  margin-bottom: 6px;
  position: relative;
}
.event .thumbnail figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00693e;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2000;
}
.event .thumbnail figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 1000;
}
.event .thumbnail .fee {
  width: 100%;
  padding: 4px 20px;
  background-color: #e7d114;
  text-align: center;
  border-radius: 5px;
}
.event .body {
  width: 65.31%;
}
@media screen and (max-width: 769px) {
  .event .body {
    width: 100%;
  }
}
.event .body .sub {
  margin-bottom: 6px;
}
.event .body h2 {
  margin-bottom: 16px;
  text-decoration: underline;
}
.event .body .c-label {
  margin-bottom: 16px;
  margin-right: 25px;
}
@media screen and (max-width: 769px) {
  .event .body .c-label {
    margin-right: 10px;
  }
}
.event .body h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .event .body h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}
.event .body h3 .title {
  margin-right: 30px;
  color: #00693e;
}
@media screen and (max-width: 769px) {
  .event .body h3 .title {
    margin-bottom: 5px;
  }
}
.event .body h3 .detail {
  font-weight: 400;
}
.event .body .main {
  margin-bottom: 30px;
}

.search-block {
  width: 48%;
  border-radius: 5px;
  background-color: #7fcba7;
  padding: 40px 60px 50px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .search-block {
    width: 100%;
    padding-top: 60%;
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.search-block-ttl {
  font-size: 1.375em;
  margin-bottom: 30px;
}
.search-block input[type=text] {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
  height: 50px;
}
.search-block-entry {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 80%;
  font-size: 0.875em;
  margin-bottom: 30px;
  height: 66px;
}
@media screen and (max-width: 769px) {
  .search-block-entry {
    width: 100%;
  }
}
.search-block p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .search-block p {
    text-align: left;
  }
}
.search-block a {
  font-size: 0.875rem;
  color: #00693e;
}

.sec-cat-search {
  background-color: #7fcba7;
  padding: 60px 120px 30px 120px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .sec-cat-search {
    padding: 40px 20px 60px;
  }
}
.sec-cat-search .sec-cat-search-ttl {
  margin-bottom: 80px;
}
.sec-cat-search .sec-cat-search-ttl-short {
  margin-bottom: 40px;
}

.cat-search {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 80px;
  padding-top: 24%;
  opacity: 0.3s;
}
@media screen and (max-width: 769px) {
  .cat-search {
    padding-top: 80%;
    margin-bottom: 68px;
  }
  .cat-search.open {
    padding-top: 80%;
    margin-bottom: 68px;
    opacity: 1;
  }
}
@media screen and (max-width: 769px) {
  .cat-search:last-of-type {
    margin-bottom: 0;
  }
}
.cat-search-short {
  padding-top: 20%;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .cat-search-short {
    padding-top: 40%;
  }
}
.cat-search-img {
  position: absolute;
  width: 30%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cat-search-copy {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.cat-search-copy-middle {
  top: 50%;
}
.cat-search-ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cat-search-body {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.cat-search-link {
  color: #00693e;
  display: block;
  font-weight: 700;
}

.sec-calendar {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .sec-calendar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-calendar .sec-ttl {
  margin-bottom: 54px;
}
.sec-calendar .calender-flex {
  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;
}
@media screen and (max-width: 769px) {
  .sec-calendar .calender-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-calendar .calendar {
  width: 48%;
}
@media screen and (max-width: 769px) {
  .sec-calendar .calendar {
    width: 100%;
  }
}

/* 20220215 */
.main-view .calendar {
  position:fixed;
  background-color: #ffffff;
  left:0;
  top:60%;
  transform: translate(-100%,-50%);
  /* transform: translate(0,-50%); */
  width:40%;
  z-index:8000;
  padding:30px 50px;
  transition:0.6s ease-out;
  border:2px solid #e5f6ee;
}

.main-view .calendar-wrapper {
  display:flex;
  width:100%;
  overflow:hidden;
}

.main-view .calendar.next .calendar-item{
  transform: translateX(-100%);
}

.main-view .calendar-item {
  flex-basis: 100%;
  flex-shrink: 0;
  transition: 0.3s;
}

.main-view .calendar td {
  height:50px;
}

.main-view .calendar .switch {
  position:absolute;
  z-index:8000;
  top: 14%;
  right: 11%;
  display:inline-block;
  width:20px;
  height:20px;
  border-radius: 50%;
  cursor:pointer;
  border:1px solid #00693E;
  background-color:#ffffff;
}

.main-view .calendar .switch::before {
  content:"";
  width:4px;
  height:4px;
  border-top:1px solid #00693E;
  border-right:1px solid #00693E;
  position:absolute;
  top:50%;
  left:48%;
  transform: rotate(45deg) translate(-50%);
  transition: 0.3s;
}

.main-view .calendar.next .switch::before {
  top: 35%;
  left: 38%;
  transform: rotate(-135deg) translate(-50%);
  transition: 0.3s;
}

.main-view .calendar.open{
  transform: translate(0,-50%);
}

.calendar .calendar-label {
  position:absolute;
  z-index:8000;
  left:100%;
  background-color: #00693E;
  color:#ffffff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding:35px 11px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.calendar .calendar-label::before {
  content:"";
  width:15px;
  height:15px;
  background-image: url(../img/common/ico_calender2.svg);
  background-size: contain;
  position:absolute;
  top:12px;
  left:50%;
  transform:translateX(-50%);
}

@media screen and (max-width: 769px) {
  .main-view .calendar {
    left:5%;
    top:auto;
    bottom:0;
    transform: translateY(100%);
    width:90%;
    padding:18px 30px 39px;
    margin-bottom:0;
  }

  .main-view .calendar .switch {
    top:8%;
  }
  
  .main-view .calendar.open{
    transform: translateY(0);
  }

  .main-view .calendar td {
    height:41px;
  }

  .main-view .calendar .year-month .year {
    font-size: 24px;
  }

  .main-view .calendar .year-month .month {
    font-size: 30px;
  }
  
  .calendar .calendar-label {
    position:absolute;
    left:5%;
    bottom:100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;;
    padding:10px 15px 7px 37px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
  }
  
  .calendar .calendar-label::before {
    top:50%;
    left:15px;
    transform:translateY(-50%);
  }
}

.content .content-body a {
  text-decoration: underline;
}

/* 20220215 */

@media screen and (max-width: 769px) {
  .calendar {
    margin-bottom: 30px;
  }
}
.calendar .year-month .year {
  font-size: 2.375rem;
  font-weight: 700;
  margin-right: 6px;
}
.calendar .year-month .month {
  font-size: 3.25rem;
  font-weight: 700;
  margin-left: 16px;
  margin-right: 5px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Gentium Basic", "Noto Sans JP";
}
.calendar th,
.calendar td {
  text-align: center;
}
.calendar th {
  padding: 5px 0;
  background-color: #e5f6ee;
  font-weight: 400;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 0.875rem;
}
.calendar td {
  height: 65px;
  font-size: 1.25rem;
  font-weight: 700;
}
.calendar .day:not(:last-of-type) {
  border-bottom: 1px solid #a1afa9;
}
.calendar .td-center {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar .date {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2px;
  padding-top: 2px;
}
.calendar .closed {
  background-color: #db2020;
  color: #ffffff;
}
.calendar .long {
  background-color: #e0f2d9;
}
.calendar .middle {
  background-color: #ffedac;
}

.calendar-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}
.calendar-info-item {
  margin-left: 15px;
  padding-left: 20px;
  position: relative;
  vertical-align: middle;
}
.calendar-info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: black;
}
.calendar-info-item-short::before {
  background-color: #ffedac;
}
.calendar-info-item-long::before {
  background-color: #e0f2d9;
}
.calendar-info-item-closed::before {
  background-color: #db2020;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 650px;
  width: 60%;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .popup-inner {
    width: 80%;
  }
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}

.sec-event {
  padding-bottom: 100px;
}
@media screen and (max-width: 769px) {
  .sec-event {
    padding-bottom: 50px;
  }
}

/* Client Customize */
header {
  background-color: #00693e;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .header-top {
  position: relative;
  height: 98px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1120px) {
  header .header-top {
    height: 60px;
  }
}
header .header-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1120px) {
  header .header-logo {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  header .header-logo .mirika-plus {
    display: none;
  }
}
header .header-logo .header-pic {
  margin-right: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1120px) {
  header .header-logo .header-pic {
    width: 50%;
  }
}
header .header-logo .header-pic a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header-logo .header-pic img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .header-info-center {
  height: 100%;
}
@media screen and (max-width: 1120px) {
  header .header-info {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  header .header-nav {
    display: none;
  }
}
header .header-tool {
  padding-top: 14px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-tool-center {
  height: 100%;
}
@media screen and (max-width: 1120px) {
  header .header-tool {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header .header-hamburger {
  margin: 18px 0 18px;
  position: fixed;
  right: 20px;
  top: 0;
  z-index: 9999;
  width: 30px;
  height: 24px;
  display: none;
}
header .header-hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header-hamburger span:nth-of-type(1) {
  top: 0;
}
header .header-hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .header-hamburger span:nth-of-type(3) {
  bottom: 0;
}
@media screen and (max-width: 1120px) {
  header .header-hamburger {
    display: block;
  }
}
header #header-hamburger.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(315deg);
          transform: translateY(10px) rotate(315deg);
}
header #header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
header #header-hamburger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-315deg);
          transform: translateY(-10px) rotate(-315deg);
}
header .header-caution {
  background-color: #db2020;
  text-align: center;
  padding: 7px 0;
}
header .header-caution a {
  color: #ffffff;
  text-decoration: underline;
}

.scrolled .mirika-plus .caption {
  display: none;
}
.scrolled .header-top {
  height: 60px;
}
.scrolled .header-pic {
  max-width: 200px;
}
.scrolled .header-tool {
  display: none;
}
.scrolled .header-caution {
  display: none;
}
.scrolled .header-info {
  height: 100%;
}
.scrolled .header-menu {
  height: 100%;
}

.header-close {
  visibility: hidden;
  position: fixed;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  background-color: #a1afa9;
}

.header-nav-sp {
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  padding-top: 15px;
  background-color: #ffffff;
  height: 90vh;
  overflow: scroll;
}

@media screen and (max-width: 1120px) {
  .header-nav-sp.open {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 1120px) {
  .header-close.open {
    display: block;
    visibility: visible;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* ヘッダモジュール */
.search {
  position: relative;
  z-index: 1000;
  height: 28px;
  border-radius: 5px;
  border: 2px solid #00693e;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .search {
    height: 38px;
    margin-bottom: 20px;
  }
}
.search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ico_search.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-orange::after {
  background-image: url(../img/common/ico_search_orange.svg);
}
.search-brown::after {
  background-image: url(../img/common/ico_search_brown.svg);
}
.search #___gcse_0 .gsc-search-box.gsc-search-box-tools,
.search #___gcse_1 .gsc-search-box.gsc-search-box-tools {
  margin: 0;
}
.search #___gcse_0 .gsc-search-box.gsc-search-box-tools table,
.search #___gcse_1 .gsc-search-box.gsc-search-box-tools table {
  margin: 0;
}
.search #___gcse_0 .gsc-input-box,
.search #___gcse_1 .gsc-input-box {
  border-radius: 5px;
}
.search #___gcse_0 .gsc-control-cse.gsc-control-cse-ja,
.search #___gcse_1 .gsc-control-cse.gsc-control-cse-ja {
  padding: 0;
}
.search #___gcse_0 table.gsc-search-box td.gsc-input,
.search #___gcse_1 table.gsc-search-box td.gsc-input {
  padding: 0;
}
.search #___gcse_0 .gsc-search-button,
.search #___gcse_1 .gsc-search-button {
  display: none;
}
.search #___gcse_0 .gsc-clear-button,
.search #___gcse_1 .gsc-clear-button {
  display: none;
}
.search #___gcse_0 #gs_tti50,
.search #___gcse_0 #gs_tti51,
.search #___gcse_1 #gs_tti50,
.search #___gcse_1 #gs_tti51 {
  padding: 0;
}
.search #___gcse_0 #gs_tti50 input,
.search #___gcse_0 #gs_tti51 input,
.search #___gcse_1 #gs_tti50 input,
.search #___gcse_1 #gs_tti51 input {
  background: none !important;
  height: 100%;
  width: 180px !important;
  border-radius: 5px !important;
  padding: 5px 10px;
  border: none;
  background-color: #fff;
  vertical-align: top;
}
@media screen and (max-width: 1120px) {
  .search #___gcse_0 #gs_tti50 input,
.search #___gcse_0 #gs_tti51 input,
.search #___gcse_1 #gs_tti50 input,
.search #___gcse_1 #gs_tti51 input {
    border: 2px solid #00693e;
    width: 100%;
  }
}
.search #___gcse_0 .gsib_b,
.search #___gcse_1 .gsib_b {
  display: none;
}

.header-nav {
  background-color: #ffffff;
  color: #00693e;
}
@media screen and (max-width: 1120px) {
  .header-nav {
    margin-bottom: 40px;
  }
}
.header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-nav .header-nav-list .header-nav-item {
  text-align: center;
  position: relative;
  width: 17%;
  padding: 10px 0;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item {
    padding: 0;
  }
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item span {
    display: inline-block;
    padding: 10px 1.2em;
  }
}
.header-nav .header-nav-list .header-nav-item:hover {
  background-color: #e5f6ee;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item:hover {
    background-color: transparent;
  }
}
.header-nav .header-nav-list .header-nav-item:hover .header-nav-sub {
  visibility: visible;
  opacity: 1;
}
.header-nav .header-nav-list .header-nav-item.memorial {
  width: 20%;
}
.header-nav .header-nav-list .header-nav-item.library {
  width: 14%;
}
.header-nav .header-nav-list .header-nav-item.library:first-of-type {
  width: 260px;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item .header-nav-sub.open {
    opacity: 1 !important;
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item {
    text-align: left;
    width: 100%;
  }
}
.header-nav .header-nav-list .header-nav-item::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #a1afa9;
  content: "";
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    height: 1px;
    -webkit-transform: none;
            transform: none;
  }
}
.header-nav .header-nav-list .header-nav-item:last-of-type::after {
  content: none;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-item:first-of-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a1afa9;
  }
}
.header-nav .header-nav-list .header-nav-sub {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 44px;
  background-color: #ffffff;
  width: 180px;
  max-width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-sub {
    position: relative;
    visibility: visible;
    top: auto;
    width: 100%;
    height: 0;
    overflow-y: scroll;
  }
}
.header-nav .header-nav-list .header-nav-sub-item {
  padding: 10px 10px;
  width: 100%;
}
.header-nav .header-nav-list .header-nav-sub-item:hover {
  background-color: #e5f6ee;
}
@media screen and (max-width: 1120px) {
  .header-nav .header-nav-list .header-nav-sub-item:hover {
    background-color: transparent;
  }
}
.header-nav .header-nav-list .header-nav-sub-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 0.875rem;
}
.header-nav .header-nav-list .header-nav-link {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  color: #00693e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-nav .header-nav-list .header-nav-sub-link {
  width: 100%;
  height: 100%;
}

.mirika-plus {
  text-align: center;
  color: #ffffff;
  position: relative;
  padding-left: 31px;
}
@media screen and (max-width: 1120px) {
  .mirika-plus {
    color: #00693e;
    border: 2px solid #00693e;
    padding: 12px 20px 17px;
    border-radius: 5px;
    margin-bottom: 40px;
  }
}
.mirika-plus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 80%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  border-left: 1px solid #ffffff;
}
@media screen and (max-width: 1120px) {
  .mirika-plus a {
    font-weight: 700;
  }
}
@media screen and (max-width: 1120px) {
  .mirika-plus a.sp-orange::after {
    background-image: url(../img/common/ico_window_orange.svg) !important;
  }
}
@media screen and (max-width: 1120px) {
  .mirika-plus a.sp-brown::after {
    background-image: url(../img/common/ico_window_brown.svg) !important;
  }
}
@media screen and (max-width: 1120px) {
  .mirika-plus a.sp-green::after {
    background-image: url(../img/common/ico_window_green.svg) !important;
  }
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1120px) {
  .header-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1120px) {
  .header-menu li {
    width: 48%;
  }
}
.header-menu li:not(:last-of-type) {
  margin-right: 10px;
}
@media screen and (max-width: 1120px) {
  .header-menu li:not(:last-of-type) {
    margin-right: 0;
  }
}
.header-menu a {
  display: inline-block;
}
@media screen and (max-width: 1120px) {
  .header-menu a {
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.font-size {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1120px) {
  .font-size {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px 0;
  }
}
.font-size span {
  color: #ffffff;
  margin-right: 14px;
}
@media screen and (max-width: 1120px) {
  .font-size span {
    color: #00693e;
    font-size: 0.875rem;
    margin-right: 0;
    font-weight: 700;
  }
}
.font-size ul li:not(:last-of-type) {
  margin-right: 10px;
}
.font-size ul li button {
  width: 42px;
  height: 28px;
  background-color: #ffffff;
  color: #00693e;
  font-family: Noto Sans JP;
  font-size: 0.75rem;
  border-radius: 5px;
  border: none;
  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;
  vertical-align: top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #00693e;
}
.font-size ul li button:hover {
  background-color: #00693e;
  color: #ffffff;
}
.font-size ul li .active {
  background-color: #00693e;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.change-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 1120px) {
  .change-language {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 15px 0;
    color: #00693e;
  }
}
.change-language a {
  padding: 0 10px;
}
.change-language a:first-of-type {
  border-right: 1px solid #ffffff;
}

.sec-magazine {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .sec-magazine {
    padding-bottom: 50px;
  }
}
.sec-magazine img {
  width: 100%;
}
.sec-magazine .mirikadia-link .mirikadia-on {
  display: none;
}
.sec-magazine .mirikadia-link .mirikadia-off {
  display: block;
}
.sec-magazine .mirikadia-link:hover .mirikadia-on {
  display: block;
}
.sec-magazine .mirikadia-link:hover .mirikadia-off {
  display: none;
}

.sec-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  .sec-pages ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-pages ul li {
  width: 33.33%;
  padding-top: 20.34%;
  background-size: cover;
  position: relative;
}
.sec-pages ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-pages ul li a:hover .label, .sec-pages ul li a:hover .main span::before {
  background-color: #ffffff;
  color: #00693e;
}
.sec-pages ul li a:hover .main span {
  color: #00693e;
}
.sec-pages ul li a:hover .window::after {
  background-image: url(../img/common/ico_window_green.svg);
}
.sec-pages ul li a:hover .window-hov-orange::after {
  background-image: url(../img/common/ico_window_orange.svg);
}
.sec-pages ul li a:hover .window-hov-brown::after {
  background-image: url(../img/common/ico_window_brown.svg);
}
.sec-pages ul li a:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 769px) {
  .sec-pages ul li {
    width: 100%;
    padding-top: 48%;
  }
}
.sec-pages ul li .block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
}
.sec-pages ul li .block .symbol {
  margin-bottom: 14px;
}
.sec-pages ul li .block .label {
  display: inline-block;
  padding: 0 7.5px;
  background-color: #00693e;
  color: #ffffff;
  margin-bottom: 6.68px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .sec-pages ul li .block .label {
    font-size: 0.75rem;
  }
}
.sec-pages ul li .block .main {
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .sec-pages ul li .block .main {
    white-space: nowrap;
  }
}
.sec-pages ul li .block .main span {
  color: #ffffff;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-pages ul li .block .main span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -12px;
  right: -12px;
  top: -2px;
  background-color: #00693e;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .sec-pages ul li .block .main {
    font-size: 1rem;
  }
}
.sec-pages ul li.library {
  background-image: url(../img/common/top_library_off.jpg);
}
.sec-pages ul li.library:hover {
  background-image: url(../img/common/top_library_on.jpg);
}
.sec-pages ul li.memorial-house {
  background-image: url(../img/common/top_memorial_house_off.jpg);
}
.sec-pages ul li.memorial-house:hover {
  background-image: url(../img/common/top_memorial_house_on.jpg);
}
.sec-pages ul li.pool {
  background-image: url(../img/common/top_pool_off.jpg);
}
.sec-pages ul li.pool:hover {
  background-image: url(../img/common/top_pool_on.jpg);
}

footer {
  background-color: #00693e;
  padding-top: 48px;
}
footer nav {
  margin-bottom: 30px;
  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;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 769px) {
  footer nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer nav ul li {
  position: relative;
}
footer nav ul li a {
  display: inline-block;
  width: 130px;
  max-width: 100%;
  padding: 10px 0;
  color: #ffffff;
}
@media screen and (max-width: 769px) {
  footer nav ul li a {
    width: auto;
    padding: 10px 10px;
  }
}
footer nav ul li .footer-nav-long {
  width: 180px;
}
footer nav ul:nth-of-type(1) li::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #a1afa9;
  content: "";
}
@media screen and (max-width: 769px) {
  footer nav ul:nth-of-type(1) li:last-of-type::after {
    display: none;
  }
}
footer nav ul:nth-of-type(2) li:not(:last-of-type):after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #a1afa9;
  content: "";
}
footer .company {
  text-align: center;
  color: #ffffff;
  margin-bottom: 38px;
}
footer .company .name {
  margin-bottom: 12px;
}
footer .company .address {
  font-family: Noto Sans JP;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
}
footer .company .address span {
  display: inline-block;
  margin-bottom: 5px;
}
footer ul.social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 59px;
}
@media screen and (max-width: 769px) {
  footer ul.social-network {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 41px;
  }
}
footer ul.social-network li {
  width: 30.52%;
}
@media screen and (max-width: 769px) {
  footer ul.social-network li {
    width: 100%;
  }
}
footer ul.social-network li a {
  display: inline-block;
  width: 293px;
  max-width: 100%;
  color: #ffffff;
  background-color: #00693e;
  border-radius: 5px;
  border: 1px solid #ffffff;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer ul.social-network li a:hover {
  color: #00693e;
  background-color: #ffffff;
}
@media screen and (max-width: 769px) {
  footer ul.social-network li a {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer ul.social-network li a img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
}
footer .copylight {
  text-align: center;
  padding-bottom: 43px;
  color: #ffffff;
  letter-spacing: 0.05em;
}

#event .sec-event .event-link:hover .event-detail h2 {
  text-decoration: none;
}
#event .sec-event .event-link:hover .event-detail figure::after {
  opacity: 0.4;
}

#top-page .sec-event {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7fcba7), color-stop(50%, #7fcba7), color-stop(50%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #7fcba7, #7fcba7 50%, #ffffff 50%, #ffffff);
  padding-top: 52px;
  padding-bottom: 90px;
}
@media screen and (max-width: 769px) {
  #top-page .sec-event {
    padding-bottom: 45px;
  }
}
#top-page .sec-event .sec-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #top-page .sec-event .sec-ttl h2 {
    font-size: 1.625rem;
  }
}
#top-page .sec-event .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#top-page .sec-event .block a {
  width: 100%;
}
#top-page .sec-event .block a:hover figure::after {
  opacity: 0.4;
}
#top-page .sec-event .block a:hover h3 {
  text-decoration: none;
}
#top-page .sec-event .block figure {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  padding-top: 141.63%;
}
#top-page .sec-event .block figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00693e;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2000;
}
#top-page .sec-event .block figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
#top-page .sec-event .block h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  #top-page .sec-event .block h3 {
    font-size: 1rem;
  }
}
#top-page .sec-event .block p {
  margin-bottom: 15px;
}
#top-page .sec-event .block table {
  font-family: Noto Sans JP;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
}
#top-page .sec-event .block table th {
  color: #00693e;
  text-align: left;
  padding-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  #top-page .sec-event .block table th {
    padding-right: 10px;
  }
}
#top-page .sec-event .block table th img {
  vertical-align: middle;
  margin-right: 6.25px;
  display: inline-block;
  width: 12.5px;
}
#top-page .sec-event .block table td {
  color: #062e1d;
}
#top-page .sec-news {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #top-page .sec-news {
    padding-top: 60px;
  }
}
#top-page .sec-news .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #top-page .sec-news .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
  }
}
#top-page .sec-news .news-deco1 {
  position: absolute;
  width: 14%;
  right: -1%;
  top: 0;
}
@media screen and (max-width: 769px) {
  #top-page .sec-news .news-deco1 {
    width: 34%;
    right: -4%;
  }
}
#top-page .sec-news .news-deco2 {
  position: absolute;
  width: 36%;
  left: -2%;
  bottom: 8%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-news .news-deco2 {
    width: 112.8%;
    left: -10%;
    bottom: 5%;
  }
}
#top-page .sec-news .sec-ttl {
  margin-right: 53px;
}
@media screen and (max-width: 769px) {
  #top-page .sec-news .sec-ttl {
    text-align: center;
    margin-right: 0;
    margin-bottom: 39px;
  }
}
@media screen and (max-width: 769px) {
  #top-page .sec-news .sec-ttl h2 {
    font-size: 2rem;
  }
}
#top-page .sec-news ul {
  margin-bottom: 40px;
}
#top-page .sec-search {
  background-color: #7fcba7;
  padding-top: 60px;
  padding-bottom: 79px;
}
@media screen and (max-width: 769px) {
  #top-page .sec-search {
    padding-top: 49px;
    padding-bottom: 80px;
  }
}
#top-page .sec-search .sec-ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #top-page .sec-search .sec-ttl {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 769px) {
  #top-page .sec-search .sec-ttl h2 {
    font-size: 2rem;
  }
}
#top-page .sec-search .search-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-page .sec-search .icon-btn {
  width: 31.25%;
  padding-top: 16.875%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-search .icon-btn {
    width: 32.83%;
    padding-top: 32.83%;
  }
}
#top-page .sec-blog {
  padding-top: 160px;
  padding-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #top-page .sec-blog {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
#top-page .sec-blog .blog-deco1 {
  position: absolute;
  width: 28.1%;
  top: 11%;
  left: 2%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-blog .blog-deco1 {
    width: 37.06%;
    top: 4%;
    left: -6%;
  }
}
#top-page .sec-blog .blog-deco2 {
  position: absolute;
  width: 24.55%;
  top: 10%;
  right: -1%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-blog .blog-deco2 {
    width: 43.73%;
    top: 4%;
    right: -10%;
  }
}
#top-page .sec-blog .blog-deco3 {
  position: absolute;
  width: 25.23%;
  bottom: 3%;
  left: 0%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-blog .blog-deco3 {
    width: 64.8%;
    bottom: 0;
    left: -25%;
  }
}
#top-page .sec-blog .blog-deco4 {
  position: absolute;
  width: 21.87%;
  bottom: 0;
  right: -1%;
}
@media screen and (max-width: 769px) {
  #top-page .sec-blog .blog-deco4 {
    width: 32.23%;
    right: 4%;
  }
}
#top-page .sec-blog .sec-ttl {
  margin-bottom: 68px;
}

#institution .sec-institution h2 {
  margin-bottom: 26px;
}
#institution .sec-institution h3 {
  margin-bottom: 22px;
}
#institution .sec-institution ul {
  margin-bottom: 30px;
}
#institution .sec-institution p {
  margin-bottom: 30px;
}
#institution .sec-institution .block {
  margin-bottom: 60px;
}

#circle .sec-circle {
  padding-bottom: 50px;
}
#circle .sec-circle h2 {
  margin-bottom: 10px;
}
#circle .c-table {
  margin-bottom: 80px;
}
#circle .sec-circle-inquiry h2 {
  margin-bottom: 30px;
}
#circle .sec-circle-inquiry h3 {
  margin-bottom: 10px;
}
#circle .sec-circle-inquiry p {
  margin-bottom: 30px;
}
#circle .sec-circle-inquiry ul {
  margin-bottom: 30px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.2em;
}
#circle .sec-circle-inquiry .white-circle {
  list-style-type: circle;
}

#news .sec-news {
  padding-bottom: 120px;
}
#news .sec-news h2 {
  font-weight: 400;
  margin-bottom: 35px;
  font-size: 1.125rem;
}
#news .sec-news h2 span {
  font-size: 1.625rem;
  margin-right: 10px;
}
#news .sec-news ul {
  margin-bottom: 30px;
}

#outline .indent {
  padding-left: 1.2em;
}
#outline .indent:last-of-type {
  margin-bottom: 50px;
}
#outline .outline-drawing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#outline .outline-drawing figure {
  margin-bottom: 50px;
}
#outline .outline-drawing figure:nth-of-type(1),
#outline .outline-drawing figure:nth-of-type(2) {
  width: 48%;
}
#outline .outline-drawing figure:nth-of-type(3),
#outline .outline-drawing figure:nth-of-type(4),
#outline .outline-drawing figure:nth-of-type(5) {
  width: 30%;
}

#contact .sec-contact {
  padding-bottom: 150px;
}
#contact .sec-contact h2 {
  margin-bottom: 30px;
}
#contact .sec-contact p {
  margin-bottom: 30px;
}
#contact .sec-thanks h2 {
  text-align: center;
}
#contact .contact-form table {
  width: 100%;
}
#contact .contact-form th,
#contact .contact-form td {
  display: block;
  width: 100%;
}
#contact .contact-form th {
  margin-bottom: 12px;
  font-weight: 400;
}
#contact .contact-form th .required {
  color: #db2020;
  margin-left: 5px;
}
#contact .contact-form td {
  margin-bottom: 30px;
}
#contact .contact-form span {
  vertical-align: middle;
}
#contact .contact-form .block {
  display: block;
  margin-bottom: 10px;
}
#contact .contact-form input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
#contact .contact-form label {
  display: block;
}
#contact .contact-form input[type=text],
#contact .contact-form input[type=email],
#contact .contact-form input[type=tel],
#contact .contact-form textarea {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 2px solid #00693e;
  border-radius: border-box;
}
#contact .contact-form input[type=text],
#contact .contact-form input[type=email],
#contact .contact-form input[type=tel] {
  height: 48px;
}
#contact .contact-form input[type=submit] {
  margin-top: 30px;
}
#contact .contact-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}

#sitemap .sec-sitemap {
  padding-top: 50px;
}
/*# sourceMappingURL=style_mirika.css.map */
.main-view .top_event {
  position: fixed;
  background-color: #e5f6ee;
  left: 0;
  top: calc(-300px + 50%);
  transform: translate(-100%, 0);
  width: 400px;
  z-index: 99999;
  padding: 30px 30px;
  transition: 0.6s ease-out;
  border: 2px solid #e5f6ee;
}
.top_event.open {
  transform: translate(0, 0);
}
.main-view .top_event figure {
  margin-bottom: 10px;
  text-align: center;
}
.main-view .top_event figure img{
  max-height: 360px;
}
.main-view .top_event h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-view .top_event table {
  font-family: Noto Sans JP;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.main-view .top_event table th {
  color: #00693e;
  text-align: left;
  padding-right: 20px;
  white-space: nowrap;
}
.main-view .top_event table th img {
  vertical-align: middle;
  margin-right: 6.25px;
  display: inline-block;
  width: 12.5px;
}
.top_event_label {
  position: absolute;
  z-index: 8000;
  left: 100%;
  background-color: #00693E;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 35px 11px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.top_event_label::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/common/ico_clock_white.svg);
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 769px) {
  .main-view .top_event {
    left: 5%;
    top: auto;
    bottom: 0;
    transform: translateY(100%);
    width: 90%;
    padding: 20px;
    margin-bottom: 0;
  }
  .main-view .top_event.open {
    transform: translateY(0);
  }
  .top_event_label {
    position: absolute;
    left: 0;
    bottom: 100%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 10px 15px 7px 37px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
  }
  .top_event_label::before {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .main-view .top_event figure img{
    max-height: 240px;
  }
}
.main-view .calendar {
  top: calc(140px + 50%) !important;
}
@media screen and (max-width: 769px) {
  .main-view .calendar {
    top: auto !important;
  }
  .calendar .calendar-label {
    right: 0;
    left: auto !important;
  }
}