/* Basic Color List */
/* $pc : pc;
$tablet : tablet;
$mobile : mobile; */
/* Basic Tool List */
.flex__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex__box > * {
  flex-shrink: 1;
  flex-grow: 0;
}

@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
}
/* Basic FONT List */
#main__visual {
  position: relative;
}
#main__visual .text__box {
  position: absolute;
  left: 50%;
  top: calc(50% + 55px);
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  width: 100%;
}
#main__visual .text__box h2 {
  font-family: "BIZ UDPMincho", serif;
  font-size: min(6.2rem, 6vw);
  line-height: 2;
  letter-spacing: 0.1em;
  color: white;
  font-weight: 400;
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 {
    line-height: 1.8;
    font-size: 8.2051282051vw;
  }
}
#main__visual .text__box h2 + p {
  font-family: "Dancing Script", serif;
  letter-spacing: 0;
  color: white;
  font-weight: 400;
  display: block;
  text-align: center;
  font-size: 4.2rem;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 + p {
    font-size: 5.3846153846vw;
  }
}
#main__visual .text__box h2 + p:before {
  content: "";
  display: inline-block;
  width: 13rem;
  vertical-align: middle;
  margin: 0 3.2rem 0 0;
  height: 1px;
  background: white;
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 + p:before {
    width: 10.2564102564vw;
    margin: 0 2.5641025641vw 0 0;
  }
}
#main__visual .text__box h2 + p:after {
  content: "";
  display: inline-block;
  width: 13rem;
  vertical-align: middle;
  margin: 0 0 0 3.2rem;
  height: 1px;
  background: white;
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 + p:after {
    width: 10.2564102564vw;
    margin: 0 0 0 2.5641025641vw;
  }
}
#main__visual .text__box h2 .sub {
  font-family: "BIZ UDPGothic", serif;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  display: block;
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 .sub {
    font-size: 4.358974359vw;
  }
}
#main__visual .text__box h2 .name {
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #main__visual .text__box h2 .name {
    margin: 2rem auto;
  }
}
#main__visual .text__box h2 .name .ib {
  margin: 0 0.5em;
}
#main__visual img {
  width: 100%;
  height: auto;
}

.float__bnr {
  position: fixed;
  right: 0;
  top: 22.4vw;
  transform: translateY(-50%);
  width: 86px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .float__bnr {
    top: auto;
    bottom: 16.01vw;
    transform: translateY(-20px);
    width: 15.3846153846vw;
  }
}
.float__bnr a {
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
  border: rgba(255, 255, 255, 0) solid 2px;
  border-right: none;
}
.float__bnr a:hover {
  border: #4d4d4d solid 2px;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .float__bnr a {
    border-bottom-left-radius: 2.5641025641vw;
    border-top-left-radius: 2.5641025641vw;
  }
}

.front__bnr {
  width: 100%;
  padding: 80px 20px 0 20px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .front__bnr {
    padding: 10.2564102564vw 5.1282051282vw 0 5.1282051282vw;
  }
}
.front__bnr ul {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  padding: 0;
}
.front__bnr ul li {
  margin: 0;
}
.front__bnr ul li a {
  display: block;
  filter: drop-shadow(0 0 20px rgba(37, 93, 64, 0.2));
  border-radius: 10px;
  box-sizing: border-box;
  border: rgba(255, 255, 255, 0) solid 2px;
}
.front__bnr ul li a:hover {
  border: #4d4d4d solid 2px;
}
@media screen and (max-width: 767px) {
  .front__bnr ul li a {
    border-radius: 2.5641025641vw;
  }
}

#information {
  padding: 8rem 5rem 8rem 5rem;
}
@media screen and (max-width: 767px) {
  #information {
    padding: 10.2564102564vw 5.1282051282vw 10.2564102564vw 5.1282051282vw;
  }
}
#information .content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 0 auto;
}
#information .content h3 {
  color: #4d4d4d;
}
@media screen and (max-width: 767px) {
  #information .content h3 {
    margin: 0 0 3.8461538462vw 0;
  }
}
#information .content h3 .small__title_02 {
  border-left: #255d40 solid 1px;
  padding: 0 0 0 2rem;
  margin: 0 0 0 2rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "BIZ UDPGothic", serif;
}
@media screen and (max-width: 767px) {
  #information .content h3 .small__title_02 {
    font-size: 4.1025641026vw;
  }
}
#information .content ul {
  overflow: auto;
  overflow-x: hidden;
  height: 26rem;
  font-feature-settings: "palt";
  margin: 0 0 6rem 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #information .content ul {
    padding: 0 2.5641025641vw;
    height: 76.9230769231vw;
    margin: 0 auto 5.1282051282vw auto;
  }
}
#information .content ul li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 3.5rem 0;
  justify-content: flex-start;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #information .content ul li {
    padding: 3.8461538462vw 0;
  }
}
#information .content ul li time {
  color: #4d4d4d;
  display: block;
  flex-basis: 14rem;
}
@media screen and (max-width: 767px) {
  #information .content ul li time {
    font-size: 3.0769230769vw;
    flex-basis: 100%;
    margin: 0 0 2.5641025641vw 0;
  }
}
#information .content ul li a {
  color: #2665cf;
  display: block;
  flex-basis: calc(100% - 14rem);
  padding: 0 0 0 4rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #information .content ul li a {
    flex-basis: 100%;
    padding: 0 0 0 6.1538461538vw;
    font-size: 3.8461538462vw;
  }
}
#information .content ul li a:hover {
  text-decoration: underline;
}
#information .content ul li a .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 1.8rem;
}
#information .content ul li a .icon:not(.leaf__03) {
  background: url(../img/common/icon_arrow_white.svg) center center/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  #information .content ul li a .icon {
    width: 4.1025641026vw;
    height: 3.7179487179vw;
    top: 0;
    transform: translateY(25%);
  }
}
#information .content ul li a .material-icons {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #information .content ul li a .material-icons {
    font-size: 150%;
  }
}
#information .content ul li + li {
  border-top: #a7a7a7 dashed 1px;
}
#information .content .link__box {
  width: 27rem;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  #information .content .link__box {
    width: 61.5384615385vw;
    max-width: 80%;
  }
  #information .content .link__box .basic__btn_02 {
    width: 100%;
  }
}

.top__content .content__box {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  .top__content .content__box {
    padding: 0 7.6923076923vw;
  }
}
.top__content .content__box:nth-of-type(even) .flex__box {
  flex-direction: row-reverse;
}
.top__content .content__box:nth-of-type(even) .text__box {
  position: relative;
  left: auto;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .top__content .content__box:nth-of-type(even) .text__box {
    right: 0;
  }
}
.top__content .content__box:nth-of-type(even) .img__box {
  position: relative;
  right: auto;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .top__content .content__box:nth-of-type(even) .img__box {
    left: -7.6923076923vw;
    top: 0;
    margin: -12.8205128205vw 0 0 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.top__content .content__box:nth-of-type(even) .img__box figure figcaption {
  right: auto;
  left: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__content .content__box:nth-of-type(even) .img__box figure figcaption {
    left: 2.5641025641vw;
  }
}
.top__content .content__box .text__box {
  position: relative;
  left: 5%;
  flex-basis: 42.31%;
  z-index: 2;
  background: white;
  padding: 8rem 5rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #4d4d4d;
  box-shadow: hsla(149, 43%, 25%, 0.2) 0 0 1.5rem;
  transition: all 0.3s ease-in 0s;
}
.top__content .content__box .text__box:hover {
  background-color: #f4fcda;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box {
    flex-basis: 100%;
    left: 0;
    padding: 7.6923076923vw;
    filter: drop-shadow(0 3px 20px rgba(37, 93, 64, 0.2));
  }
}
.top__content .content__box .text__box h3 {
  text-align: center;
  margin: 0 auto 4.5rem auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box h3 {
    font-size: 5.641025641vw;
    margin: 0 auto 2.5641025641vw auto;
  }
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box h3:before {
    width: 7.4358974359vw;
    height: 6.6666666667vw;
  }
}
.top__content .content__box .text__box h4 {
  text-align: center;
  margin: 0 auto 3.5rem auto;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box h4 {
    font-size: 4.6153846154vw;
    margin: 0 auto 2.5641025641vw auto;
  }
}
.top__content .content__box .text__box p {
  font-size: 1.8rem;
  font-family: "BIZ UDPMincho", serif;
  margin: 0 auto 6rem auto;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box p {
    font-size: 3.8461538462vw;
    margin: 0 auto 3.8461538462vw auto;
  }
}
.top__content .content__box .text__box .link__box {
  text-align: center;
}
.top__content .content__box .text__box .link__box .basic__btn_03 {
  font-size: 2rem;
  font-family: "BIZ UDPGothic", serif;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box .link__box .basic__btn_03 {
    width: 100%;
    height: 12.8205128205vw;
    background: #8f6800;
    color: white;
    text-decoration: none;
    font-size: 4.6153846154vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 1.1;
    border-radius: 2.5641025641vw;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box .link__box .basic__btn_03 .icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top__content .content__box .text__box .link__box .basic__btn_03:after {
    content: "";
    display: inline-block;
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    background: url(../img/common/icon_arrow_white.svg) center center/100% 100% no-repeat;
    margin: 0 0 0 1.2820512821vw;
  }
}
.top__content .content__box .text__box:hover .basic__btn_03 .icon {
  transform: translateX(2rem);
}
.top__content .content__box .img__box {
  position: relative;
  right: 5%;
  flex-basis: 57.69%;
  overflow: hidden;
  top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .img__box {
    flex-basis: 100%;
    right: -7.6923076923vw;
    top: 0;
    margin: -12.8205128205vw 0 0 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.top__content .content__box .img__box figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.top__content .content__box .img__box figure figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1.1;
  text-align: right;
  font-size: 12px;
  color: white;
}
@media screen and (max-width: 767px) {
  .top__content .content__box .img__box figure figcaption {
    right: 2.5641025641vw;
    bottom: 2.5641025641pxvw;
    font-size: 3.0769230769vw;
  }
}
.top__content .content__box .img__box figure figcaption.black {
  color: #4d4d4d;
}
.top__content .content__box + .content__box {
  margin: 13rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .top__content .content__box + .content__box {
    margin: 6.4102564103vw auto 0 auto;
  }
}

#map {
  width: 100%;
  margin: 0 auto 0 auto;
  background: #eaede8;
  padding: 15rem 0 0 0;
}
#map h3 {
  max-width: 1400px;
  width: calc(100% - 100px);
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 767px) {
  #map h3 {
    width: calc(100% - 7.6923076923vw);
    margin: 0 auto 5.1282051282vw;
  }
}
@media screen and (max-width: 767px) {
  #map {
    padding: 7.6923076923vw 0 0 0;
  }
}
#map .content {
  max-width: 100%;
  width: 100%;
  background: #f0f4f5;
}
#map .content .map__box {
  flex-basis: 50%;
  position: relative;
  /* iframe {
  	width: 100%; height: 100%;
  } */
}
@media screen and (max-width: 767px) {
  #map .content .map__box {
    flex-basis: 100%;
    height: 76.9230769231vw;
  }
}
#map .content .map__box .map__img {
  width: 100%;
  height: 100%;
  background-image: url(../img/top/img_top_map.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #map .content .map__box .map__img {
    background-position: center 40%;
  }
}
#map .content .map__box .btn__box {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #map .content .map__box .btn__box {
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 1024px) {
  #map .content .map__box .btn__box a {
    margin: 0 auto 0 auto;
  }
}
#map .content .map__list {
  flex-basis: 50%;
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #map .content .map__list {
    flex-basis: 100%;
    padding: 7.6923076923vw 0;
  }
}
#map .content .map__list h3 {
  font-size: 2.6rem;
  padding: 0 0 1em 0;
  margin: 0 auto;
  max-width: 800px;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 1024px) {
  #map .content .map__list h3 {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #map .content .map__list h3 {
    font-size: 5.1282051282vw;
    margin: 0 auto 5.1282051282vw auto;
    width: calc(100% - 6rem);
  }
}
#map .content .map__list .btn__box {
  position: absolute;
  top: 5rem;
  right: 5rem;
}
@media screen and (max-width: 1024px) {
  #map .content .map__list .btn__box {
    position: static;
    /* padding: 0 0 tools.vw(20px,390px) 0;  */
    width: calc(100% - 6rem);
    margin: 2rem auto 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #map .content .map__list .btn__box a {
    margin: 0 auto 0 auto;
  }
}
#map .content .map__list dl {
  align-items: flex-end;
  gap: 0 0.5rem;
  max-width: 800px;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #map .content .map__list dl {
    border-bottom: #4d4d4d dashed 1px;
    flex-wrap: nowrap;
    align-items: center;
    width: calc(100% - 6rem);
  }
}
#map .content .map__list dl:first-of-type {
  border-top: #4d4d4d solid 3px;
  padding-top: 2em;
}
#map .content .map__list dl dt {
  flex-basis: 20rem;
  padding: 2rem 0 2rem 0;
  font-family: "BIZ UDPGothic", serif;
  font-size: 1.6rem;
  border-bottom: #4d4d4d solid 1px;
}
@media screen and (max-width: 767px) {
  #map .content .map__list dl dt {
    border-bottom: none;
    flex-basis: auto;
    font-size: 3.8461538462vw;
    font-weight: 700;
  }
}
#map .content .map__list dl dd {
  flex-basis: calc(100% - 20rem - 0.5rem);
  text-align: right;
  padding: 2rem 0 2rem 0;
  font-family: "BIZ UDPGothic", serif;
  font-size: 1.8rem;
  border-bottom: #4d4d4d dashed 1px;
}
@media screen and (max-width: 767px) {
  #map .content .map__list dl dd {
    border-bottom: none;
    flex-basis: auto;
    font-size: 3.8461538462vw;
    font-weight: 400;
  }
}/*# sourceMappingURL=top.css.map */