<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.display-none {
  display: none;
}

@media screen and (max-width: 399px) {
  .display-none-sm {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .display-none-md {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .display-none-lg {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .display-none-xl {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .dnl {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    min-width: initial;
    overflow: hidden;
  }
}

main {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  letter-spacing: 1.5px;
  color: #333;
}
@media screen and (min-width: 1000px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #topicpath {
    width: 100%;
  }
}

#page_main {
  margin: 0 auto;
}
#page_main h1 {
  width: 50%;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 5vh;
}
@media screen and (max-width: 767px) {
  #page_main h1 {
    width: 100%;
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
}
#page_main .head_container {
  width: 100%;
  background: url(../autumn/images/img_back.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page_main .head_container {
    background-size: unset;
  }
}

.koyo_cont_head {
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #c27d2f 80%);
}
@media screen and (max-width: 767px) {
  .koyo_cont_head {
    width: 100%;
  }
}

.nav_sub {
  background: #fff;
  border-radius: 10px 10px 0 0;
  width: 960px;
  margin: 0 auto;
}
.nav_sub ul {
  display: flex;
  justify-content: space-around;
  padding: 30px 20px;
}
.nav_sub li {
  font-size: 16px;
  display: inline-block;
  border-right: 1px solid #ddd;
}
.nav_sub li:last-child {
  border-right: none;
}
.nav_sub li span {
  font-size: 12px;
}
.nav_sub li a {
  text-decoration: none;
  display: block;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .nav_sub {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .nav_sub ul {
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }
  .nav_sub li {
    width: calc(33% - 20px);
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .nav_sub li:nth-child(3n) {
    border: none;
  }
  .nav_sub li a {
    padding-right: 0;
    font-size: 13px;
  }
}

.koyo_map {
  background: #c27d2f;
  padding-bottom: 20px;
}
.koyo_map a:link {
  text-decoration: none;
}

.koyo_map_cont {
  width: 960px;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .koyo_map_cont {
    width: calc(100% - 20px);
    padding-top: 30px;
  }
}

#mapContainer {
  width: 90%;
  height: 550px;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mapContainer {
    height: 400px;
  }
}

.koyo_box {
  padding: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .koyo_box {
    padding: 10px;
  }
}
.koyo_box__1 {
  background: url(../autumn/images/back_img_1.jpg) center;
  background-size: cover;
}
.koyo_box__2 {
  background: url(../autumn/images/back_img_2.jpg) center;
  background-size: cover;
}
.koyo_box__3 {
  background: url(../autumn/images/back_img_3.jpg) center;
  background-size: cover;
}
.koyo_box__4 {
  background: url(../autumn/images/back_img_4.jpg) center;
  background-size: cover;
}
.koyo_box__5 {
  background: url(../autumn/images/back_img_5.jpg) center;
  background-size: cover;
}
.koyo_box__6 {
  background: url(../autumn/images/back_img_6.jpg) center;
  background-size: cover;
}
.koyo_box__7 {
  background: url(../autumn/images/back_img_7.jpg) center;
  background-size: cover;
}
.koyo_box__8 {
  background: url(../autumn/images/back_img_8.jpg) center;
  background-size: cover;
}
.koyo_box__9 {
  background: url(../autumn/images/back_img_9.jpg) center;
  background-size: cover;
}
.koyo_box::before {
  position: absolute;
  background: inherit;
  content: "";
  z-index: -1;
  top: -5px;
  bottom: -5px;
  right: -5px;
  left: -5px;
}

.koyo_box_cont {
  width: 960px;
  margin: 0 auto;
  background: white;
}
.koyo_box_cont .koyo_box_cont_flex {
  display: flex;
  justify-content: space-around;
}
.koyo_box_cont .koyo_box_txt {
  width: 50%;
  padding: 0 55px;
}
.koyo_box_cont .koyo_box_cont_head {
  padding: 30px 0px 0px 25px;
}
.koyo_box_cont .koyo_box_cont_head h2 {
  font-size: 2.5rem;
  color: #652d0c;
  line-height: normal;
}
.koyo_box_cont .koyo_box_cont_head h3 {
  font-size: 30px;
  color: #652d0c;
  margin-bottom: 10px;
}
.koyo_box_cont .koyo_box_cont_head .yomi {
  font-size: 16px;
}
.koyo_box_cont .koyo_box_cont_txt {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.koyo_box_cont .koyo_box_cont_txt p {
  margin: 20px 0;
}
.koyo_box_cont .koyo_box_cont_txt table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.koyo_box_cont .koyo_box_cont_txt table th {
  background-color: #f5f5f5;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
  border: 1px solid #ddd;
}
.koyo_box_cont .koyo_box_cont_txt table td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ddd;
}
.koyo_box_cont .koyo_box_cont_img {
  padding: 50px 25px 60px 25px;
}
@media screen and (max-width: 767px) {
  .koyo_box_cont {
    width: 100%;
  }
  .koyo_box_cont .koyo_box_cont_flex {
    flex-direction: column-reverse;
  }
  .koyo_box_cont .koyo_box_txt {
    width: 100%;
    font-size: 16px;
    font-feature-settings: "palt";
    font-weight: 600;
    padding: 0;
  }
  .koyo_box_cont .koyo_box_cont_head {
    padding: 30px 20px 10px;
  }
  .koyo_box_cont .koyo_box_cont_head h2 {
    font-size: 2.4rem;
  }
  .koyo_box_cont .koyo_box_cont_head .yomi {
    font-size: 12px;
  }
  .koyo_box_cont .koyo_box_cont_head .koyo_box_cont_txt {
    letter-spacing: 0.1em;
  }
  .koyo_box_cont .koyo_box_cont_img {
    padding: 10px 10px 30px;
  }
}

a.btn--orange {
  margin-top: 50px;
  display: inline-block;
  padding: 1.1rem 2rem;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #eb6100;
  box-shadow: 0 5px 0 0 #023850;
  text-decoration: none !important;
  transition: all 0.3s;
}

a.btn--orange:hover {
  background-color: #b84c00;
  box-shadow: none;
  transform: translateY(5px);
  transition: all 0.3s;
}

a.btn--orange:active {
  background-color: #b84c00;
}

.footer_sp {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  background-color: #0a2327;
  color: #fff;
  padding: 20px 0;
}/*# sourceMappingURL=koyo.css.map */</pre></body></html>