@charset "UTF-8";
html {
  overflow-y: scroll;
}

body {
  box-sizing: border-box;
  min-width: 320px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  color: #595757;
  background-color: #f7f8f8;
}

img {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .onlyDesktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .onlyMobile {
    display: none;
  }
}

.borderButton a {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #595757;
  text-decoration: none;
  letter-spacing: 0.2em;
  border: 1px solid #9e9e9f;
}

@media (max-width: 768px) {
  .navigation {
    height: 94px;
  }
}

@media (min-width: 769px) {
  .navigation {
    height: 192px;
  }
}

.navigation_logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  color: #4c4948;
  text-align: center;
}

@media (max-width: 768px) {
  .navigation_logo {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (min-width: 769px) {
  .navigation_logo {
    padding-top: 48px;
    padding-bottom: 26px;
  }
}

.navigation_logo a {
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .navigation_logo a img {
    width: 162px;
    height: 46px;
  }
}

@media (max-width: 768px) {
  .navigation_button {
    position: fixed;
    top: 13px;
    right: 19px;
    z-index: 100;
  }
}

@media (min-width: 769px) {
  .navigation_button {
    display: none;
  }
}

.navigation_button a,
.navigation_button a span {
  box-sizing: border-box;
  display: inline-block;
}

.navigation_button a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-color: transparent;
  border-style: solid;
  border-width: 13px 5px;
}

.navigation_button a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #888;
  box-shadow: 0 0 3px 1px rgba(236, 235, 233, 0.7);
}

.navigation_button a span:nth-of-type(1) {
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body.showMenu .navigation_button a span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}

.navigation_button a span:nth-of-type(2) {
  top: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.showMenu .navigation_button a span:nth-of-type(2) {
  opacity: 0;
}

.navigation_button a span:nth-of-type(3) {
  top: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

body.showMenu .navigation_button a span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
          transform: translateY(-8px) rotate(315deg);
}

@media (max-width: 768px) {
  .navigation_menu_list {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    color: #fff;
    pointer-events: none;
    visibility: hidden;
    background-color: #ecebe9;
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  body.useTransition .navigation_menu_list {
    -webkit-transition: visibility 0.5s linear, opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: visibility 0.5s linear, opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: visibility 0.5s linear, transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: visibility 0.5s linear, transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), opacity 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  body:not(.useTransition) .navigation_menu_list {
    -webkit-transition: none;
    transition: none;
  }
  body.showMenu .navigation_menu_list {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .navigation_menu_list_inner {
    text-align: center;
  }
  .navigation_menu_list_inner::before, .navigation_menu_list_inner::after {
    display: block;
    height: 60px;
    content: "";
  }
  .navigation_menu_list_inner ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    list-style-type: none;
  }
  .navigation_menu_list_inner ul li {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #999;
  }
  .navigation_menu_list_inner ul li:first-child {
    border-top: 1px solid #999;
  }
  .navigation_menu_list_inner ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #4d4d4d;
    text-decoration: none;
    letter-spacing: 0.14em;
    vertical-align: top;
  }
  .navigation_menu_list_head {
    margin-bottom: 54px;
  }
  .navigation_menu_list_head img {
    width: 162px;
    height: 46px;
  }
}

@media (min-width: 769px) {
  .navigation_menu_list_head {
    display: none;
  }
  .navigation_menu_list ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    list-style-type: none;
  }
  .navigation_menu_list ul > li + li {
    margin-left: 32px;
  }
  .navigation_menu_list ul a {
    color: inherit;
    text-decoration: none;
  }
  .navigation_menu_list ul a:hover {
    text-decoration: underline;
  }
}

body:not(.page-home) .content {
  margin-right: 16px;
  margin-bottom: 100px;
  margin-left: 16px;
}

body:not(.page-home) .content .section:first-child {
  margin-top: 130px;
}

.footer {
  padding-bottom: 40px;
}

.footer .information {
  max-width: 823px;
  margin-bottom: 50px;
  border-top: 1px solid #9e9e9f;
}

@media (max-width: 768px) {
  .footer .information {
    margin-right: 32px;
    margin-left: 32px;
  }
}

@media (min-width: 769px) {
  .footer .information {
    margin-right: auto;
    margin-left: auto;
  }
}

.footer .information dl {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.2em;
}

.footer .information dl dt {
  margin-bottom: 10px;
}

.footer .information dl dd {
  margin-left: 0;
}

@media (min-width: 769px) {
  .footer .information .borderButton a {
    width: 312px;
  }
}

.footer .googlemaps {
  margin-bottom: 32px;
}

.footer .googlemaps_inner {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .footer .googlemaps_inner {
    padding-bottom: 86.66667%;
  }
}

@media (min-width: 769px) {
  .footer .googlemaps_inner {
    padding-bottom: 325px;
  }
}

.footer .googlemaps_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .note {
  margin-right: 16px;
  margin-bottom: 24px;
  margin-left: 16px;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .footer .note {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media (min-width: 769px) {
  .footer .note {
    text-align: center;
  }
}

.footer .note p {
  margin-top: 0;
  margin-bottom: 0;
}

.footer .copyright {
  font-size: 10px;
  line-height: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0.2em;
}
.add img {
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 0px;
	margin: 0px;
}
.page-genfukei #main .section.section-genfukei .text {
	margin-bottom: 80px;
}
