@charset "UTF-8";
@import url(https://db.onlinewebfonts.com/c/62931dace4ca868d8da22d42b54eb489?family=SeoulNamsan+CEB);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,400;1,600&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* ==========================================================================
   トップページ汎用レイアウト 初期セット
   - 特定案件名やブランド名は書かない
   - 必要に応じてクラス名・カラーは各案件ごとに上書きする前提
   ========================================================================== */
/* --------------------------------------
   ご挨拶
   -------------------------------------- */
.concept {
  padding: 60px 0;
}
.concept__in {
  background: #f9f8f7;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.concept__ttl {
  margin: 0;
}
.concept__about {
  width: 50%;
}
.concept__txt {
  margin: 0;
  padding-top: 20px;
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}
.concept__btn {
  text-align: right;
  margin-bottom: 0;
}
.concept__img {
  width: 38%;
  margin: 0;
}

/* --------------------------------------
   長崎旅ログ
   -------------------------------------- */
.blog {
  padding: 60px 0;
}
.blog__in {
  background: #f9f8f7;
  border-radius: 18px;
  padding: 40px 20px;
}
.blog__ttl {
  margin: 0;
}
.blog__w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog__list {
  width: 88%;
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
}
.blog__list li a {
  display: grid;
  position: relative;
  grid-template-columns: auto 20px;
  align-items: center;
  padding: 20px 16px 20px 30px;
  border-bottom: 1px solid #64748b;
}
.blog__list li a::after {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: right center;
  scale: 0 1.5;
  opacity: 0;
  background-color: #175350;
  content: "";
  pointer-events: none;
  transition: scale 0.65s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.65s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog__list li a:hover {
  text-decoration: none;
}
.blog__list li a:hover .blog__content {
  translate: 9px 0;
}
.blog__list li a:hover::after {
  transform-origin: left center;
  scale: 1 1.5;
  opacity: 1;
}
.blog__list li a:hover .blog__arrow svg path {
  stroke: #175350;
}
.blog__list li:last-child a {
  border: 0;
}
.blog__null {
  width: calc(100% - 76px);
  text-align: center;
  color: #175350;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog__content {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 120px 1fr;
  align-items: center;
  margin-right: 20px;
  transition: translate 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.blog__date {
  margin: 0;
  font-family: "Inter";
  font-size: 14px;
  font-size: 1.4rem;
  color: #64748b;
}
.blog__title {
  margin: 0;
  font-family: "Inter";
  font-size: 15px;
  font-size: 1.5rem;
  color: #1E293B;
}
.blog__arrow {
  transition: 0.5s;
}
.blog__btn {
  text-align: right;
}

/* --------------------------------------
   お店を探す
   -------------------------------------- */
.search {
  padding: 60px 0;
}
.search__in {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.0313726);
}
.search__w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.search__box {
  width: 88%;
}
.search__map {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.search__map--base {
  display: block;
  width: 783px;
  height: auto;
}
.search__map .hl-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.search__map .hl-layer.show {
  opacity: 1;
}
.search__map--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.search__map .area-path {
  fill: transparent;
  stroke: none;
}
.search__sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Inter";
  color: #175350;
}
.search__sub img {
  margin-right: 8px;
}
.search__btn {
  display: flex;
  flex-wrap: wrap;
}
.search__btn .area-btn {
  margin-bottom: 10px;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Inter";
  color: #64748b;
  background: #fffcf8;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  margin-right: 10px;
}
.search__btn .area-btn.is-active {
  color: #fff;
  border-color: transparent;
}/*# sourceMappingURL=index.css.map */