body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #221815;
  background: #F8F5F0;
  font-size: clamp(13px, 3.467vw, 14px);
}

body.menu-fixed {
  overflow-y: hidden;
}

header {
  height: 60px;
  position: relative;
  min-height: 50px;
  z-index: 2000;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
}

header .header-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
}

@media (min-width: 1020px) {
  header .header-wrapper {
    width: calc(1000px + (100% - 1000px)/2);
    left: calc((100% - 1000px)/2);
  }
}

header .logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2vw;
  transform: translateY(-50%);
}

header .logo:hover {
  opacity: .8;
}

@media (max-width: 360px) {
  header .logo {
    left: 7px;
  }
}

@media (min-width: 768px) {
  header .logo {
    left: 10px;
  }
}

@media (min-width: 1020px) {
  header .logo {
    left: 0;
  }
}

header .logo img {
  width: calc(85vw / (160 / 38));
  min-width: 140px;
  max-width: 160px;
  height: auto;
}

header .header-btn {
  display: inline-block;
  width: auto;
  position: absolute;
  min-width: 115px;
  top: 50%;
  right: 55px;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  header .header-btn {
    width: 200px;
    height: 50px;
    position: absolute;
    right: 365px;
  }
}

@media (min-width: 1020px) {
  header .header-btn {
    right: 405px;
  }
}

header .header-btn li {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(to bottom, #BEA794, #BEA794 2px, transparent 2px, transparent 4px);
  background-size: 2px 8.2px;
  background-position: left;
  background-repeat: repeat-y;
  width: 15.5vw;
  min-width: 53px;
}

header .header-btn li:hover {
  opacity: .8;
}

@media (min-width: 768px) {
  header .header-btn li {
    width: 100px;
    height: 100%;
  }
}

header .header-btn li a {
  color: #A0D232;
}

header .header-btn li a img {
  width: 45%;
  min-width: 23px;
  max-width: 26px;
}

@media (min-width: 768px) {
  header .header-btn li a img {
    width: 50%;
  }
}

header .header-btn__image {
  position: relative;
  max-height: 26px;
}

header .header-btn__image span.fav-num {
  position: absolute;
  background: #FFD446;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  top: -3px;
  right: -20px;
  left: 0;
  margin: auto;
}

header .header-btn__text {
  font-size: clamp(10px, 2.667vw, 12px);
  color: #221815;
}

header .header-search {
  display: none;
}

@media (min-width: 768px) {
  header .header-search {
    display: inline-block;
    position: absolute;
    width: 355px;
    height: 50px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-image: linear-gradient(to bottom, #BEA794, #BEA794 2px, transparent 2px, transparent 4px);
    background-size: 2px 8.2px;
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 15px;
  }
}

@media (min-width: 1020px) {
  header .header-search {
    width: 375px;
    right: 30px;
  }
}

header .header-search.hide {
  display: none;
}

header .header-search input {
  border: 1px solid #D6D6D6;
  position: absolute;
  width: 340px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
}

@media (min-width: 1020px) {
  header .header-search input {
    width: 360px;
  }
}

header .fixed-close {
  background: none;
  padding-left: 15px;
  position: absolute;
  top: 50%;
  right: 0.3em;
  transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  header .fixed-close {
    background-image: linear-gradient(to bottom, #BEA794, #BEA794 2px, transparent 2px, transparent 4px);
    background-size: 2px 8.2px;
    background-position: left;
    background-repeat: repeat-y;
    right: 300px;
  }
}

@media (min-width: 1020px) {
  header .fixed-close {
    right: 340px;
  }
}

header .fixed-close .close-btn {
  display: table;
  width: clamp(44px, 10vw, 50px);
  height: clamp(44px, 10vw, 50px);
  background: #8FC31F;
  border-radius: 50%;
  margin: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

header .fixed-close .close-btn:hover {
  opacity: 0.8;
}

header .fixed-close .close-btn .close {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

header .fixed-close .close-btn .close .close-bar {
  background: #fff;
  width: 50%;
  height: 2px;
}

header .fixed-close .close-btn .close .close-bar:nth-child(1) {
  transform: rotate(45deg);
  transition: all .3s;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header .fixed-close .close-btn .close .close-bar:nth-child(2) {
  transform: rotate(135deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s;
}

header nav {
  display: table;
  width: clamp(44px, 10vw, 50px);
  min-width: 44px;
  height: clamp(44px, 10vw, 50px);
  max-height: 50px;
  background: #8FC31F;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3em;
  margin: auto;
}

@media (min-width: 768px) {
  header nav {
    display: none;
  }
}

header nav:hover {
  opacity: .8;
}

header nav #nav:checked ~ .nav .nav-bar:nth-child(1) {
  transform: rotate(45deg);
  transition: all .3s;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header nav #nav:checked ~ .nav .nav-bar:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
  transition: all .3s;
}

header nav #nav:checked ~ .nav .nav-bar:nth-child(3) {
  transform: rotate(135deg);
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .3s;
}

header nav input[type="checkbox"] {
  display: none;
}

header nav .nav {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}

header nav .nav .nav-bar {
  background: #fff;
  width: 50%;
  height: 2px;
  margin: 0 auto;
  position: relative;
  transition: all .3s;
}

header nav .nav .nav-menu {
  margin: 11% auto;
}

header .staff-title,
header .information-title {
  position: absolute;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  color: #A0D232;
  font-weight: bold;
  font-size: clamp(13px, 3.467vw, 14px);
}

@media (min-width: 1020px) {
  header .staff-title,
  header .information-title {
    right: 0;
  }
}

.header-link ul {
  display: none;
}

@media (min-width: 768px) {
  .header-link ul {
    display: flex;
    height: 54px;
    justify-content: space-between;
    align-items: center;
  }
}

.header-link ul li {
  padding: .5vw;
}

@media (min-width: 1020px) {
  .header-link ul li {
    padding: 10px;
  }
}

.header-link ul li a {
  display: block;
  color: #221815;
  font-size: clamp(10px, 2.667vw, 14px);
}

.header-link ul li.header-link__btn {
  padding: 0 1vw;
  box-shadow: none;
  min-height: initial;
  height: 38px;
  display: table;
}

@media (min-width: 1020px) {
  .header-link ul li.header-link__btn {
    padding: 0 18px;
  }
}

.header-link ul li.header-link__btn a {
  color: #fff;
  padding: 2px 18px;
  display: table-cell;
  vertical-align: middle;
  box-shadow: none;
}

.wrapper {
  min-width: 360px;
  padding: 0;
}

.wrapper.bg-white {
  background: #fff;
}

.wrapper.top {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .wrapper.top {
    border-top: 1px solid #D6D6D6;
  }
}

.wrapper.staff-page header,
.wrapper.information header {
  position: relative;
}

.wrapper footer {
  padding: 3vw 0 5vw;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrapper footer {
    padding: 20px 0;
  }
}

.wrapper footer .top-btn {
  position: fixed;
  background: #8FC31F;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.9;
  right: 1%;
  bottom: 7%;
  cursor: pointer;
  z-index: 1000;
}

@media (min-width: 1180px) {
  .wrapper footer .top-btn {
    right: calc((100% - 1000px) / 2 - 80px);
  }
}

.wrapper footer .top-btn:after {
  content: "";
  display: inline-block;
  background: url(../img/common/top-btn.svg) no-repeat;
  background-size: contain;
  width: calc(100vw / (428 / 26));
  height: calc(100vw / (428 / 26));
  min-width: 21px;
  min-height: 21px;
  max-width: 26px;
  max-height: 26px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wrapper footer .top-btn:hover {
  opacity: 1;
  transition: .3s ease;
}

.wrapper footer .auth {
  margin-top: 0;
}

.wrapper footer .auth img,
.wrapper footer .auth span {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  font-size: clamp(12px, 3.2vw, 14px);
  margin: 2vw;
}

@media (min-width: 768px) {
  .wrapper footer .auth img,
  .wrapper footer .auth span {
    width: 31em;
    margin: auto;
  }
}

.wrapper footer .auth img {
  max-width: 64px;
  margin: auto 1em;
}

.wrapper footer .auth span {
  font-size: clamp(12px, 3.2vw, 14px);
}

.wrapper footer .inquiry {
  margin: 4vw 2vw;
  background: #F8F5F0;
  padding: 1em;
  border-radius: 5px;
  position: relative;
  height: clamp(100px, 26vw, 120px);
}

@media (min-width: 768px) {
  .wrapper footer .inquiry {
    margin: 20px 0;
    min-height: none;
  }
}

@media (max-width: 360px) {
  .wrapper footer .inquiry {
    padding: 1em 0.5em;
  }
}

.wrapper footer .inquiry .tel-area {
  position: relative;
  width: 100%;
  max-width: 554px;
  display: inline-block;
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area {
    height: 90px;
    max-width: none;
  }
}

.wrapper footer .inquiry .tel-area .text {
  font-size: clamp(14px, 3.733vw, 16px);
  text-align: left;
  position: relative;
  font-weight: bold;
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area .text {
    text-align: center;
  }
}

.wrapper footer .inquiry .tel-area .free-call {
  height: 7vw;
  min-height: 25px;
  max-height: 40px;
  margin-top: 5px;
  position: absolute;
  left: 0;
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area .free-call {
    margin-top: 10px;
    position: relative;
  }
}

.wrapper footer .inquiry .tel-area .phone-num {
  color: initial;
  font-size: clamp(23px, 6.133vw, 36px);
  margin-left: 2vw;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: clamp(43px, 8vw, 60px);
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area .phone-num {
    margin-left: .5em;
    position: initial;
  }
}

.wrapper footer .inquiry .tel-area .tel-btn {
  position: absolute;
  top: 0;
  right: 1vw;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wrapper footer .inquiry .tel-area .tel-btn:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area .tel-btn {
    display: none;
  }
}

.wrapper footer .inquiry .tel-area .tel-btn div {
  display: inline-block;
  background: linear-gradient(#A0D232, #7CC74D);
  color: #fff;
  border-radius: 5px;
  font-size: clamp(10px, 2.667vw, 18px);
  text-align: left;
  padding: 1vw 7vw 1vw 2vw;
  position: relative;
  box-shadow: 1px 2px 0 0 #e2e2e2;
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .tel-area .tel-btn div {
    padding: 7px 70px 7px 20px;
  }
}

@media (max-width: 360px) {
  .wrapper footer .inquiry .tel-area .tel-btn div {
    padding: 1vw 6vw 1vw 2vw;
  }
}

.wrapper footer .inquiry .tel-area .tel-btn div:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../img/common/tel-arrow.svg) no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

@media (max-width: 360px) {
  .wrapper footer .inquiry .tel-area .tel-btn div:after {
    right: 2px;
  }
}

.wrapper footer .inquiry .opening {
  font-size: clamp(13px, 3.467vw, 14px);
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  width: calc(100% - 2em);
  max-width: 554px;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .wrapper footer .inquiry .opening {
    width: calc(100% - 1em);
  }
}

@media (min-width: 768px) {
  .wrapper footer .inquiry .opening {
    position: relative;
    text-align: center;
  }
}

.wrapper footer .logo {
  margin: 7vw auto;
}

@media (min-width: 1020px) {
  .wrapper footer .logo {
    margin: 2em auto;
  }
}

.wrapper footer .logo a {
  display: inline-block;
  width: 23%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wrapper footer .logo a:hover {
  opacity: 0.8;
}

.wrapper footer .logo a img {
  vertical-align: middle;
  max-width: 100%;
}

.wrapper footer .logo a:last-child {
  margin-left: 6vw;
  width: 40%;
}

@media (min-width: 768px) {
  .wrapper footer .logo a:last-child {
    margin-left: 5vw;
  }
}

@media (min-width: 1020px) {
  .wrapper footer .logo a:last-child {
    margin-left: 50px;
  }
}

.wrapper footer small {
  display: block;
  font-size: clamp(12px, 3.2vw, 14px);
}

.wrapper footer .permit {
  font-size: clamp(12px, 3.2vw, 14px);
}

@media (min-width: 1020px) {
  .wrapper.staff-page header .header-wrapper, .wrapper.information header .header-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.wrapper.staff-page footer {
  min-height: auto;
}

.is-fixed ~ .wrapper footer .top-btn {
  bottom: calc(11vw + 7% + 3.2vw);
}

@media (min-width: 768px) {
  .is-fixed ~ .wrapper footer .top-btn {
    bottom: 9%;
  }
}

.is-fixed ~ .wrapper footer .permit {
  height: 8em;
  vertical-align: top;
  display: inline-block;
}

.menu {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  background: #F8F5F0;
  position: fixed;
  top: 0;
  overflow-y: auto;
  z-index: 1500;
}

@media (min-width: 768px) {
  .menu {
    display: none !important;
  }
}

.menu__btn {
  padding: 3vw 2vw 2vw;
  text-align: center;
}

@media (min-width: 768px) {
  .menu__btn {
    padding: 10px;
  }
}

.menu__btn--introduce {
  width: 100%;
}

.menu__img {
  padding: 2vw;
  text-align: center;
}

@media (min-width: 768px) {
  .menu__img {
    padding: 10px;
  }
}

.menu__img img {
  width: 100%;
}

.breadcrumb {
  width: 100%;
}

.breadcrumb ul {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
  overflow-y: hidden;
}

@media (min-width: 1020px) {
  .breadcrumb ul {
    padding: 10px 0;
  }
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  padding: 0 1vw 0 4vw;
  font-size: clamp(12px, 3.2vw, 14px);
}

@media (min-width: 768px) {
  .breadcrumb ul li {
    padding: 0 1em 0 1.5em;
  }
}

@media (max-width: 360px) {
  .breadcrumb ul li {
    padding: 0 1em 0 2em;
  }
}

.breadcrumb ul li:first-child {
  padding: 0 1vw 0 0;
}

.breadcrumb ul li:first-child:before {
  content: none;
}

@media (min-width: 768px) {
  .breadcrumb ul li:first-child {
    padding: 0 1em 0 0;
  }
}

@media (max-width: 360px) {
  .breadcrumb ul li:first-child {
    padding: 0 1em 0 0;
  }
}

.breadcrumb ul li:before {
  content: "";
  background: url(../img/common/breadcrumb.svg) no-repeat;
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.breadcrumb ul li a {
  text-decoration: underline;
}

.footer-link {
  width: 100%;
  border-top: 1px solid #D6D6D6;
  padding: 4em .5em;
  text-align: center;
  background: #fff;
}

.footer-link a {
  color: #221815;
  font-size: clamp(13px, 3.467vw, 14px);
  padding: 0 5vw .8vw 2vw;
  position: relative;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.footer-link a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .footer-link a {
    padding: 0 3em 0 .8em;
  }
}

.footer-link a:before {
  content: "";
  background: url(../img/common/in-link.svg) no-repeat;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
}

.footer-link li {
  display: inline-block;
}

h1.page-title {
  font-size: clamp(20px, 5.333vw, 22px);
  text-align: center;
  margin: 0 10px .5em;
  padding: 1.5em 0 .5em;
  background-image: linear-gradient(to right, #BEA794, #BEA794 2px, transparent 2px, transparent 4px);
  background-size: 7px 2px;
  background-position: bottom;
  background-repeat: repeat-x;
}

@media (min-width: 1020px) {
  h1.page-title {
    margin: 0 0 .5em;
  }
}

h2 {
  margin: 0 0 0 10px;
  border-left: 3px solid #A0D232;
  padding-left: .4em;
  font-size: clamp(20px, 5.333vw, 22px);
}

@media (min-width: 1020px) {
  h2 {
    margin: 0;
  }
}

h4 {
  font-weight: normal;
  font-size: clamp(13px, 3.467vw, 14px);
}

a {
  color: #4EBF2C;
}

.mt05em {
  margin-top: .5em;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

ol {
  list-style-type: decimal;
  padding-left: 1.8em;
  font-size: clamp(13px, 3.467vw, 14px);
}

ol li {
  padding-left: .5em;
  margin-bottom: 1em;
}

.pc {
  display: none;
}

@media (min-width: 1020px) {
  .pc {
    display: block;
  }
}

.pc-tab {
  display: none;
}

@media (min-width: 768px) {
  .pc-tab {
    display: block;
  }
}

.tablet {
  display: none;
}

@media (min-width: 768px) {
  .tablet {
    display: block;
  }
}

@media (min-width: 1020px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: block;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
