@charset "UTF-8";
body {
  font-size: 16px;
}

.wrapper {
  max-width: 1720px;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}
.wrapper__main {
  max-width: 1080px;
  margin: auto;
}

[class*="column-"] {
  display: flex;
}

.ff-mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.ff-MingLiU {
  font-family: "MingLiU", sans-serif;
}

.ff-SimSun {
  font-family: "SimSun", sans-serif;
}

.ff-NBGB {
  font-family: "NanumBarunGothicBold", sans-serif;
}

.ff-Tahome {
  font-family: "Tahoma", sans-serif;
}

body.fixed .header {
  border-bottom: 1px solid #f8f8f8;
}
body.fixed .header-nav__01 {
  border-bottom: none;
}
body.fixed .header-nav__02 {
  display: none;
}
body.fixed .header-logo img {
  max-width: 240px;
}

/*==========================================
= header
===========================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  min-height: 40px;
  z-index: 1000;
}
.header a:hover {
  text-decoration: none;
}
.header .column-2 {
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  margin: 0;
  padding: 0;
}
.header-logo a {
  display: block;
}
.header-logo img {
  vertical-align: middle;
  max-width: 240px;
  transition: 0.4s;
}
@media (min-width: 1369px) {
  .header-logo img {
    max-width: 320px;
  }
}
.header-nav {
  position: relative;
}
.header-nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  line-height: 1;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-nav__01 {
  border-bottom: 1px dashed #ccc;
  box-sizing: content-box;
  padding-right: 40px !important;
}
.header-nav__01 .feature a::before {
  background-image: url(/images/theme2020/common/ico-feature.png);
}
.header-nav__01 .course a::before {
  background-image: url(/images/theme2020/common/ico-course.png);
}
.header-nav__01 .spot a::before {
  background-image: url(/images/theme2020/common/ico-spot.png);
}
.header-nav__01 .gourmet a::before {
  background-image: url(/images/theme2020/common/ico-gourmet.png);
}
.header-nav__01 .event a::before {
  background-image: url(/images/theme2020/common/ico-event.png);
}
.header-nav__01 .traffic a::before {
  background-image: url(/images/theme2020/common/ico-traffic.png);
}
.header-nav__01 .reserve a::before {
  background-image: url(/images/theme2020/common/ico-reserve.png);
}
.header-nav__01 li {
  transition: 0.4s;
}
.header-nav__01 li:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 1368px) {
  .header-nav__01 li:not(:last-child) {
    margin-right: 8px;
  }
}
.header-nav__01 li a {
  position: relative;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  padding-left: 24px;
  color: #000;
  font-weight: bold;
}
.header-nav__01 li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((100% - 16px) / 2);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-nav__01 li a:hover {
  color: #009946;
}
.header-nav__02 li:not(:last-child) {
  margin-right: 56px;
}
@media (max-width: 1368px) {
  .header-nav__02 li:not(:last-child) {
    margin-right: 40px;
  }
}
.header-nav__02 li a {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 20px;
  color: #009946;
  font-weight: bold;
}
.header-nav__02 li a:hover {
  color: #000;
}
.header-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search-check {
  display: none;
}
.header-search-check:checked ~ .header-search__cont {
  pointer-events: auto;
  width: 100%;
  transition: 0.2s;
}
.header-search-check:checked ~ .header-search__cont .header-search-form {
  width: 100%;
}
.header-search-check:checked ~ .header-search__cont .header-search-btn {
  background-image: none;
  background-color: #fff;
}
.header-search-check:checked ~ .header-search__cont .header-search-btn::before, .header-search-check:checked ~ .header-search__cont .header-search-btn::after {
  opacity: 1;
  transition: 0.4s;
}
.header-search-btn {
  width: 32px;
  height: 32px;
  background-color: #009946;
  margin: 0;
  padding: 4px;
  border-radius: 4px;
  pointer-events: auto;
  background-image: url("/images/theme2020/common/ico-search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
}
.header-search-btn::before, .header-search-btn::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 4px;
  width: 24px;
  height: 2px;
  background-color: #009946;
  opacity: 0;
  transition: 0.4s;
}
.header-search-btn::before {
  transform: rotate(45deg);
}
.header-search-btn::after {
  transform: rotate(-45deg);
}
.header-search-sendBtn {
  width: 32px;
  height: 32px;
  background-color: #009946;
  margin: 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-image: url("/images/theme2020/common/ico-search.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.header-search-sendBtn img {
  width: 100%;
}
.header-search__cont {
  position: relative;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  border-radius: 4px;
  border: 1px solid #009946;
  overflow: hidden;
  transition: 0.2s;
}
.header-search-form {
  position: relative;
  width: 0;
}
.header-search-form input[type="text"] {
  width: 100% !important;
  height: 32px !important;
  border: none !important;
  padding: 2px 40px 2px 8px !important;
}

/*==========================================
= footer
===========================================*/
.footer {
  margin-top: 80px;
}
.footer a:hover {
  text-decoration: none;
}
.footer__bg {
  background-color: #80BA4E;
  padding: 40px 0 20px;
}
.footer .column-2 {
  justify-content: center;
  align-items: center;
}
.footer__img {
  margin-right: 32px;
  line-height: 1;
}
.footer__img a {
  display: block;
}
.footer__img img {
  vertical-align: bottom;
}
.footer__info {
  color: #fff;
  font-size: 12px;
  line-height: 2;
}
.footer__info-ttl {
  font-weight: bold;
  line-height: 2;
  font-size: unset;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.footer__info p {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin: 0;
  padding: 0;
}
.footer__copyright {
  margin: 0;
  font-size: 14px;
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.go-top {
  position: absolute;
  padding-bottom: 15px;
  bottom: 100%;
  right: 30px;
  color: #009946;
}
.go-top.fixed {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
.go-top a {
  color: inherit;
  text-decoration: none;
}
.go-top i {
  display: block;
  margin: 0 0 3px;
  text-align: center;
  font-size: 16px;
}
.go-top span {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: normal;
}

.footer-nav {
  line-height: 1;
}
.footer-nav .wrapper {
  position: relative;
}
.footer-nav__bg {
  background-color: #EEF5E4;
  padding: 80px 0;
}
.footer-nav .column-4 > li {
  width: calc((100% - 60px) / 4);
}
.footer-nav .column-4 > li:not(:last-child) {
  margin-right: 20px;
}
.footer-nav ul,
.footer-nav ol {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-nav .wrapper__main {
  margin: auto;
}
.footer-nav__ttl {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #009946;
  padding-bottom: 8px;
  border-bottom: 1px dashed #009946;
  margin-bottom: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.footer-nav__link {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
.footer-nav__link li {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #356629;
  font-size: 14px;
}
.footer-nav__link li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-nav__link li a {
  color: inherit;
}
.footer-nav__link li a:hover {
  text-decoration: underline;
}
.footer-nav__link:not(:last-of-type) {
  margin-bottom: 32px;
}

/*==========================================
= title
===========================================*/
.ttl-h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #009946;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.ttl-h2 span {
  font-size: 24px;
  font-family: inherit;
  font-weight: inherit;
  margin-right: 1em;
}
.ttl-h2::before, .ttl-h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #009946;
}
.ttl-h2::before {
  margin-right: 1.6rem;
}
.ttl-h2::after {
  margin-left: 1.6rem;
}
.ttl-h2-link {
  position: absolute;
  right: 0;
  width: 200px;
  z-index: 2;
}
.ttl-h2-link.btn-feature::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-feature.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-feature::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-feature:hover::after {
  background-image: url(/images/theme2020/common/ico-feature_wh.png);
}
.ttl-h2-link.btn-course::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-course.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-course::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-course:hover::after {
  background-image: url(/images/theme2020/common/ico-course_wh.png);
}
.ttl-h2-link.btn-spot::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-spot.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-spot::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-spot:hover::after {
  background-image: url(/images/theme2020/common/ico-spot_wh.png);
}
.ttl-h2-link.btn-gourmet::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-gourmet.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-gourmet::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-gourmet:hover::after {
  background-image: url(/images/theme2020/common/ico-gourmet_wh.png);
}
.ttl-h2-link.btn-event::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-event.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-event::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-event:hover::after {
  background-image: url(/images/theme2020/common/ico-event_wh.png);
}
.ttl-h2-link.btn-traffic::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-traffic.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-traffic::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-traffic:hover::after {
  background-image: url(/images/theme2020/common/ico-traffic_wh.png);
}
.ttl-h2-link.btn-reserve::after {
  content: "";
  background-image: url(/images/theme2020/common/ico-reserve.png);
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.ttl-h2-link.btn-reserve::before {
  content: "";
  display: none;
}
.ttl-h2-link.btn-reserve:hover::after {
  background-image: url(/images/theme2020/common/ico-reserve_wh.png);
}
.ttl-h2.fs-24 {
  font-size: 24px;
}

/*# sourceMappingURL=styles.css.map */
