@charset "UTF-8";
/*----------------------------------------------------------
 Reset
------------------------------------------------------------*/
@import url("https://use.typekit.net/yki0rzv.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
body, div, section, article, aside, nav,
h1, h2, h3, h4, h5, h6,
span, time, figure, figcaption,
p, blockquote, pre, address, code,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, button,
table, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  word-break: break-all;
}

header, main, aside, footer, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, th, td, small {
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input,
select {
  vertical-align: middle;
}

em {
  font-style: normal;
}

button {
  background: none;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*----------------------------------------------------
	setting
----------------------------------------------------*/
/*
  mixin
*/
/*----------------------------------------------------
	basic
----------------------------------------------------*/
body {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }
}

* {
  box-sizing: border-box;
}

a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
}
a:hover {
  color: #333;
}
a:active {
  color: #333;
}

*[data-show="sp"] {
  display: none;
}
@media screen and (max-width: 768px) {
  *[data-show="sp"] {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  *[data-show="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header__logo {
  width: 100px;
  margin: 0 auto 50px;
  display: none;
}
.header.active:before {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.header .nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.header .nav-title {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #00AB57;
  font-weight: bold;
  font-family: "gotham", sans-serif;
  text-align: center;
  z-index: 1000;
}
.header .nav-title:hover {
  cursor: pointer;
}
.header .nav-title span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #00AB57;
  border-radius: 2px;
  transition: .3s;
}
.header .nav-title span:nth-of-type(1) {
  top: 0px;
}
.header .nav-title span:nth-of-type(2) {
  top: 12px;
}
.header .nav-title span:nth-of-type(3) {
  top: 24px;
}
.header .nav-title.active span:nth-of-type(1) {
  top: 16px;
  transform: rotate(30deg);
}
.header .nav-title.active span:nth-of-type(2) {
  opacity: 0;
}
.header .nav-title.active span:nth-of-type(3) {
  top: 16px;
  transform: rotate(-30deg);
}
.header .nav-contents {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  width: 375px;
  height: 100%;
  padding: 50px;
  background: #fff;
  z-index: 100;
}
.header .nav-contents .header__logo {
  display: block;
}
.header .nav-list li {
  margin-bottom: 40px;
  text-align: center;
}
.header .nav-list li a {
  color: #463327;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .header .nav-title {
    right: 15px;
    top: 15px;
  }
  .header .nav-contents {
    width: 100%;
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .main {
    padding-bottom: 80px;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  background: #F2F2F2;
}
.footer .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
  font-size: 0.875rem;
}
.footer-info {
  display: flex;
  align-items: center;
}
.footer__logo {
  flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
.footer-address {
  font-weight: 400;
}
.footer-address b {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-nav {
  display: flex;
  margin-left: auto;
}
.footer-nav li {
  margin-left: 60px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
}
.footer-nav li a {
  color: #463327;
}
.footer .copyright {
  padding: 10px 0;
  background: #E5E5E5;
  color: #666;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "gotham", sans-serif;
  font-weight: 500;
}
.footer .copyright small {
  display: block;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .contents {
    display: block;
    padding: 20px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .footer-info {
    margin-bottom: 20px;
  }
  .footer__logo {
    width: 80px;
    margin-right: 10px;
  }
  .footer-address b {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .footer-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    border-right: 1px solid #ddd;
  }
  .footer-nav li:last-child {
    border-right: 0;
  }
  .footer-nav li a {
    display: block;
    padding: 0 10px;
  }
  .footer .copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .footer .copyright small {
    display: block;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.mainvisual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: url(../img/bg_mainvisual_pc.jpg) no-repeat;
  background-size: cover;
}
.mainvisual__logo {
  margin: auto;
}
.mainvisual .news {
  position: absolute;
  bottom: 36px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.mainvisual .news li {
  padding: 15px 40px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.101);
  font-size: 16px;
  font-size: 1rem;
}
.mainvisual .news li span {
  margin-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  font-family: "gotham", sans-serif;
  font-weight: 500;
}
.mainvisual .floating-info {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 280px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.101);
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.mainvisual .floating-info .img {
  margin-bottom: 10px;
}
.mainvisual .floating-info .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.mainvisual .floating-info .title a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../img/icon_pdf.svg) no-repeat;
  background-size: contain;
}
.mainvisual .floating-info .close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #00AB57 url(../img/icon_close.svg) center no-repeat;
  background-size: 10px;
  border: 2px solid #fff;
  font-size: 0;
  border-radius: 100%;
}
.mainvisual .floating-info .close:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    background-image: url(../img/bg_mainvisual_sp.jpg);
  }
  .mainvisual__logo {
    width: 200px;
  }
  .mainvisual .news {
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .mainvisual .news li {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .mainvisual .news li span {
    display: block;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .mainvisual .floating {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
  }
  .mainvisual .floating-info {
    right: unset;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89.33%;
  }
}

.contents {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 120px 0 0;
}
.section__title {
  margin-bottom: calc(50px - (((50px * 1.5) - 50px) / 2));
  font-family: "gotham", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  text-align: center;
  color: #463327;
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 50px;
  }
  .section__title {
    margin-bottom: calc(40px - (((30px * 1.5) - 30px) / 2));
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.title-l3 {
  margin-bottom: calc(25px - (((30px * 1.5) - 30px) / 2));
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: bold;
  color: #463327;
}
@media screen and (max-width: 768px) {
  .title-l3 {
    margin-bottom: calc(20px - (((24px * 1.5) - 24px) / 2));
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.about-lead {
  margin-bottom: 80px;
  text-align: center;
}
.about-lead .section__title {
  margin-bottom: calc(40px - (((34px * 1.5) - 34px) / 2));
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
.about-lead p {
  margin-bottom: 2em;
}
.about-lead .img {
  position: relative;
  max-width: 1580px;
  margin: 50px auto 0;
  text-align: center;
}
.about-lead .img .text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-shadow: 0px 0px 3px #000;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  color: #fff;
}
.about-lead .img .slick-slide img[data-show="sp"] {
  display: none;
}
.about .place {
  text-align: center;
}
.about .place-type {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.about .place-item {
  width: calc(100% / 3 - 30px);
}
.about .place-item__title {
  margin-bottom: calc(27px - (((30px * 1.5) - 30px) / 2));
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "gotham", sans-serif;
  font-weight: 400;
}
.about .place-item .slider {
  position: relative;
  margin-bottom: 20px;
}
.about .place-item .slick-dots {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.about .place-item .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.about .place-item .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border-radius: 100%;
  background: #fff;
}
.about .place-item .slick-dots li.slick-active button {
  background: #00AB57;
}
@media screen and (max-width: 768px) {
  .about-lead {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
  }
  .about-lead .section__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .about-lead p {
    margin-bottom: 1em;
  }
  .about-lead .img {
    max-width: calc(100% + 40px);
    margin: 30px -20px 0;
  }
  .about-lead .img .text {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .about-lead .img .slick-slide img[data-show="pc"] {
    display: none;
  }
  .about-lead .img .slick-slide img[data-show="sp"] {
    display: block;
  }
  .about .place {
    text-align: left;
  }
  .about .place-type {
    display: block;
    margin-top: 30px;
  }
  .about .place-item {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .about .place-item__title {
    margin-bottom: calc(10px - (((24px * 1.5) - 24px) / 2));
    font-size: 24px;
    font-size: 1.5rem;
  }
  .about .place-item .slider {
    margin-bottom: 10px;
  }
  .about .place-item .slick-dots {
    bottom: 10px;
  }
  .about .place-item .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .about .place-item .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}

.shop .map {
  position: relative;
  margin-bottom: 50px;
}
.shop .map-switch {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 24.05%;
  aspect-ratio: 380 / 84;
}
.shop .map-switch li {
  width: 50%;
}
.shop .map-switch li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid #463327;
  background: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
.shop .map-switch li a.active {
  background: #463327;
  color: #fff;
}
.shop .map__img {
  position: relative;
  aspect-ratio: 1500 / 833;
}
.shop .map__img img {
  position: absolute;
  transition: .3s;
}
.shop .map__img img:nth-of-type(2) {
  opacity: 0;
}
.shop .filter {
  display: flex;
  justify-content: center;
  margin-bottom: 95px;
}
.shop .filter li {
  border-right: 1px solid #ddd;
}
.shop .filter li:last-child {
  border-right: 0;
}
.shop .filter li span {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.shop .filter li span:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.shop .filter li span.active, .shop .filter li span.mixitup-control-active {
  color: #007F41;
  font-weight: bold;
}
.shop .filter li span.active:before, .shop .filter li span.mixitup-control-active:before {
  filter: invert(24%) sepia(84%) saturate(4406%) hue-rotate(150deg) brightness(89%) contrast(103%);
}
.shop .filter li span:hover {
  cursor: pointer;
}
.shop .filter li.all span:before {
  display: none;
}
.shop .filter li.food span:before {
  background-image: url(../img/icon_food.svg);
}
.shop .filter li.fashion span:before {
  background-image: url(../img/icon_fashion.svg);
}
.shop .filter li.lifestyle span:before {
  background-image: url(../img/icon_book.svg);
}
.shop .filter li.school span:before {
  background-image: url(../img/icon_school.svg);
}
.shop .filter li.health span:before {
  background-image: url(../img/icon_health.svg);
}
.shop .filter li.house span:before {
  background-image: url(../img/icon_house.svg);
}
.shop .shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.shop .shop-list li {
  width: calc(100% / 5 - 30px);
  margin: 0 15px 30px;
  font-size: 12px;
  font-size: 0.75rem;
}
.shop .shop-list li .img {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.shop .shop-list li .name {
  display: flex;
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.shop .shop-list li .name span {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: calc(1lh / 2 - 10px);
  background: #463327;
  color: #fff;
  border-radius: 100%;
  font-family: "gotham", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.shop .shop-list li .category {
  margin-bottom: 7px;
}
.shop .shop-list li dl {
  display: grid;
  grid-template-columns: 5em auto;
  grid-gap: 4px 0;
  align-items: center;
}
.shop .shop-list li dl dt {
  font-weight: 400;
  align-self: flex-start;
  padding-top: .1em;
}
.shop .shop-list li dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.shop .shop-list li dl dd a {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  color: #00AB57;
  font-weight: bold;
}
.shop .shop-list li dl dd a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 5px;
  background: url(../img/icon_map.svg) no-repeat;
  background-size: contain;
}
.shop .shop-list li dl dd span {
  margin-left: .5em;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  .shop .map {
    display: none;
  }
  .shop .filter {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .shop .filter li {
    width: calc(100% / 2 - 5px);
    margin: 0 0 10px;
    border: 0;
  }
  .shop .filter li:last-child {
    border: 0;
  }
  .shop .filter li:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .shop .filter li:nth-of-type(1) span {
    padding: 14px;
    justify-content: center;
  }
  .shop .filter li span {
    height: 100%;
    padding: 7px 5px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .shop .filter li span:before {
    width: 20px;
    height: 20px;
    margin-right: 3px;
  }
  .shop .filter li span.active, .shop .filter li span.mixitup-control-active {
    color: #007F41;
    font-weight: 400;
    background: #EBF5ED;
    border-color: #007F41;
  }
  .shop .shop-list {
    justify-content: space-between;
    margin: 0;
  }
  .shop .shop-list li {
    width: calc(100% / 2 - 10px);
    margin: 0 0 20px;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .shop .shop-list li .img {
    margin-bottom: 5px;
  }
  .shop .shop-list li .name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .shop .shop-list li .name span {
    width: 20px;
    height: 20px;
    margin-top: calc(1lh / 2 - 8px);
    font-size: 12px;
    font-size: 0.75rem;
  }
  .shop .shop-list li .category {
    margin-bottom: 3px;
  }
  .shop .shop-list li dl {
    display: grid;
    grid-template-columns: 5em auto;
    grid-gap: 4px 0;
    align-items: center;
  }
  .shop .shop-list li dl dt {
    font-weight: 400;
  }
  .shop .shop-list li dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .shop .shop-list li dl dd a:before {
    width: 10px;
    height: 12px;
    margin-right: 5px;
  }
  .shop .shop-list li dl dd span {
    display: block;
    margin-left: 0;
  }
}

.lightboxOverlay {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.access {
  text-align: center;
}
.access .section__title {
  margin-bottom: calc(30px - (((50px * 1.5) - 50px) / 2));
}
.access .googlemap {
  aspect-ratio: 1500 / 400;
  margin-top: 50px;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 768px) {
  .access .section__title {
    margin-bottom: calc(20px - (((30px * 1.5) - 30px) / 2));
  }
  .access .googlemap {
    aspect-ratio: 335 / 515;
    margin-top: 30px;
  }
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
}
.modal-layer {
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1400px);
  max-height: calc(100% - 40px);
}
.modal-close {
  position: absolute;
  top: -34px;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_close.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: opacity .6s;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: #00AB57 url(../img/icon_close.svg) center no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .modal-contents {
    overflow-x: auto;
  }
  .modal-contents > div {
    width: 600px;
  }
  .modal-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
