@charset "utf-8";
@import "reset.css";
:root{
    --header-height: 80px;
    --feature-height: 90px;
}
@media (min-width: 769px) {
	.sp_view{
		display: none !important
	}	
}
@media (max-width: 768px) {
	.pc_view{
		display: none !important
	}
}
/* ==========================================================================
   1. 日本語サイトの設定 (lang="ja")
   ========================================================================== */

/* 本文・全体（サンセリフ / Noto Sans JP） */
html[lang="ja"] body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; /* 文字を滑らかに */
}

/* 見出し（セリフ / Noto Serif JP） */
html[lang="ja"] h1, 
html[lang="ja"] h2, 
html[lang="ja"] h3, 
html[lang="ja"] h4, 
html[lang="ja"] h5, 
html[lang="ja"] h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; /* しっかりとした太さに */
}
html[lang="ja"] h1{
	font-weight: 100;
}


/* ==========================================================================
   2. 英語サイトの設定 (lang="en")
   ========================================================================== */

/* 本文・全体（サンセリフ / Inter） */
html[lang="en"] body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em; /* 英文の読みやすさをあげる微調整 */
}

/* 見出し（セリフ / Playfair Display） */
html[lang="en"] h1, 
html[lang="en"] h2, 
html[lang="en"] h3, 
html[lang="en"] h4, 
html[lang="en"] h5, 
html[lang="en"] h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
html[lang="en"] h1{
	font-weight: 100;
}
body{
	font-size: 17px;
	width: 100%;
}
.hero-wrapper{
    height:100vh;
    display:flex;
    flex-direction:column;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
  height: var(--header-height);
}

.header-inner {
  width: 98%;
/*   max-width: 1280px; */
  margin: 0 auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
	width: 160px;
/*   display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none; */
}
.site-logo img{
	width: 100%;	
}

.logo-mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
}

.logo-text strong {
  display: block;
  font-size: 28px;
  letter-spacing: .12em;
  font-weight: 500;
  line-height: 1;
}

.logo-text small {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: .16em;
}

.global-nav ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .03em;
  transition: opacity .25s;
  text-shadow: 0 3px 5px rgba(0,0,0,.35);
}

.global-nav a:hover {
  opacity: .7;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-link,
.search-btn {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: none;
  border: none;
  cursor: pointer;
}
.lang-switch{
	gap: 12px;
}
.lang-switch a{
	background: #000;
	padding: 10px 12px;
	border-radius: 5px;
}

.search-btn {
  font-size: 24px;
  line-height: 1;
}
/* =========================================
   Area Guide Mega Menu
========================================= */

.global-nav {
    position: relative;
    z-index: 1000;
}

.global-nav > ul {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.global-nav > ul > li {
    position: static;
}

.global-nav > ul > li > a {
    display: block;
    padding: 22px 0;
    color: #fff;
    text-decoration: none;
}

/* メガメニュー本体 */
.has-mega-menu .area-guide-menu {
    position: fixed;

    /* ヘッダー全体の高さに合わせて調整 */
    top: 76px;

    left: 0;
    right: 0;
    width: 100vw;

    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);

    padding: 38px 5vw 42px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.25s ease, visibility 0.25s ease;

    z-index: 9999;
}

/* hover時 */
.has-mega-menu:hover .area-guide-menu {
    opacity: 1;
    visibility: visible;
}

/* 5エリア横並び */
.area-guide-menu {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 36px;
}

/* 各エリア */
.area-column {
    border-left: 1px solid rgba(120, 90, 50, 0.18);
    padding-left: 28px;
}

.area-column:first-child {
    border-left: none;
    padding-left: 0;
}

.area-column h3 {
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(138, 90, 31, 0.25);

    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8a5a1f;
}

/* 中身を縦並びにする */
.area-column ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.area-column li {
    display: block;
    margin: 0 0 12px;
}

.area-column a {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #222;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;
	text-shadow: none !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.area-column a::before {
    content: "›";
    color: #8a5a1f;
    font-size: 1.2rem;
    line-height: 1;
    transform: translateY(-1px);
}

.area-column a:hover {
    color: #8a5a1f;
    transform: translateX(4px);
}

/**hero*********************************/
.hero {
  position: relative;
  /* height: 100vh; */
  /* min-height: 680px; */
  background-image: url("../img/hero-kyoto.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
  min-height: calc(
    100vh - var(--header-height) - var(--feature-height)
  );
  flex:1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.22) 0%,
      rgba(0,0,0,.15) 42%,
      rgba(0,0,0,.0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0,0,0,.18) 0%,
      rgba(0,0,0,0) 40%
    );
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 190px 32px 120px;
}

.hero-sub {
  margin: 0 0 18px;
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
/*   font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif; */
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: .02em;
}

.hero-lead {
  margin: 24px 0 34px;
  font-size: 18px;
  line-height: 1.8;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 16px 26px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(6px);
  transition: background .25s, transform .25s;
}

.hero-btn:hover {
  background: rgba(120,32,28,.85);
  transform: translateY(-2px);
}

.hero-btn span {
  font-size: 20px;
}
.hero-feature-bar {
  background: linear-gradient(90deg, #080b0f, #15191f);
  color: #fff;
  height: var(--feature-height);
}


.hero-feature-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-feature-icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex-shrink: 0;
  background: rgba(255,255,255,.05);
}

.hero-feature-item h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .03em;
}

.hero-feature-item p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,.72);
}
/* スマホ */
@media (max-width: 900px) {
  .header-inner {
    padding: 10px 10px;
  }

  .global-nav {
    display: none;
  }

  .logo-text strong {
    font-size: 22px;
  }

  .hero {
    min-height: 500px;
    background-position: center;
    overflow: visible;
/* 	flex: none; */
  }

  .hero-content {
    padding: 170px 24px 80px;
  }

  .hero-lead {
    font-size: 16px;
  }
  .hero-feature-bar {
	height: auto;
  }
/*   .hero-feature-item div:last-child{
	display: none;	
  } */
  .lang-switch{
	position: fixed;
	top: 15px;
	right: 70px;
  }
}



/* タブレット */
@media (max-width: 900px) {
  .hero-feature-inner {
    grid-template-columns: repeat(2, 1fr);
	padding: 12px 10px;
  }
	.hero-feature-item{
		gap: 10px;
	}
  .hero-feature-item h3 {
	font-size: 13px;
	font-weight: 100;
  }
  .hero-feature-item p {
	display: none;
  }
}

/* スマホ */
/* @media (max-width: 520px) {
  .hero-feature-inner {
    grid-template-columns: 1fr;
    padding: 22px 24px;
  }
} */

/* ==============================
   Category 
=============================== */
.category-page {
    background: #f8f5ef;
}

.category-hero {
    min-height: 480px;
    background:
        linear-gradient(rgba(20, 30, 35, 0.35), rgba(20, 30, 35, 0.35)),
        url("../img/category_bg.webp") center center / cover no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.category-hero__inner,
.category-list-inner {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.category-hero__label {
    font-size: 0.9rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.category-hero h1 {
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin: 0 0 18px;
	text-align: center;
}

.category-hero p {
/*     max-width: 680px; */
    font-size: 1.05rem;
    line-height: 1.9;
	text-align: center;
}

.category-list-section {
    padding: 70px 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.category-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.category-card__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.category-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.category-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .category-card__image img {
    transform: scale(1.06);
}

.category-card__body {
    padding: 24px;
}

.category-card h2 {
    margin: 0 0 14px;
    font-size: 1.35rem;
    line-height: 1.45;
}

.category-card__text {
    font-size: 0.92rem;
    line-height: 1.8;
    color: #555;
    margin: 0 0 16px;
}

.category-card__address {
    font-size: 0.82rem;
    color: #777;
    margin: 0 0 20px;
}

.category-card__button {
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    font-weight: 600;
    color: #8a5a1f;
}

.category-card__button::after {
    content: "→";
    margin-left: 8px;
}

.category-pagination {
    margin-top: 50px;
    text-align: center;
}

.no-posts {
    text-align: center;
    padding: 60px 0;
}

@media (max-width: 900px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .category-hero {
        min-height: 300px;
    }

    .category-list-section {
        padding: 45px 0;
    }

    .category-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .category-card__body {
        padding: 20px;
    }
}

/* ==============================
   Spot Single
============================== */

.spot-hero {
    position: relative;
    min-height: 480px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.spot-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.15) 0%,
            rgba(0,0,0,.25) 100%
        );
}

.spot-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1280px, 94%);
    height: 480px;
    margin: 0 auto;
    padding: 0 40px 42px;
    display: flex;
    align-items: flex-end;
	justify-content: center;
}


.spot-hero-inner h1 {
    margin: 0 0 18px;
    font-size: clamp(1.8rem, 5vw, 3.5rem);
    line-height: 1.15;
    letter-spacing: .05em;
    text-shadow: 0 3px 12px rgba(0,0,0,.35);
	color: #fff;
}
/* Breadcrumb
-------------------------- */

.breadcrumb {
  padding: 12px 0;
  border-bottom: 1px solid #e7e2da;
  background: #f7f5f0;
}

.breadcrumb .breadcrumb-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  color: #777;
  font-size: 11px;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
/* バッジ */
.spot-badges {
    display: flex;
    flex-wrap: wrap;
	justify-content: end;
    gap: 8px;
	margin: 0 0 30px;
}

.spot-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 13px;
/*     border: 1px solid rgba(255,255,255,.7); */
    background: rgba(0,0,0,1);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .04em;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}
.spot-badge-world_heritage{
    background:#c8a24c;
    border-color:#c8a24c;
    color:#fff;
}
.spot-badge-temple{
    background:#6b4d35;
}
.spot-badge-shrine{
    background:#c0392b;
}
.spot-badge-stone_monument{
    background:#666;
}

/* 本文 */
.spot-detail {
    background: #f8f5ef;
    padding: 50px 0 80px;
}

.spot-detail-inner {
    width: min(1280px, 94%);
    margin: 0 auto;
}

.spot-content {
    background: #fff;
    padding: 48px;
    border: 1px solid #e2d8c8;
}

.spot-section + .spot-section {
    margin-top: 48px;
    padding-top: 42px;
    border-top: 1px solid #e8dfd2;
}

.spot-section h2,
.spot-info h2,
.nearby-shop h2,
.jalan-hotel h2,
.nearby-spots h2,
.spot-section-title {
    margin: 0 0 24px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.35;
    letter-spacing: .06em;
    color: #3a2b1f;
}

.spot-section h2::after,
.spot-info h2::after,
.nearby-shop h2::after,
.jalan-hotel h2::after,
.nearby-spots h2::after,
.spot-section-title::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 14px;
    background: #b9985a;
}

.spot-section h3 {
    margin: 32px 0 12px;
    font-size: 21px;
    line-height: 1.5;
    color: #4a3728;
}

.spot-section p {
    margin: 0 0 1.2em;
    line-height: 2;
    color: #333;
}

.spot-section p:last-child {
    margin-bottom: 0;
}

.spot-section ul {
    margin: 0 0 1.5em 1.2em;
    padding: 0;
}

.spot-section li {
    margin-bottom: .5em;
    line-height: 1.8;
}

/* 基本情報 */
.spot-info {
    margin-top: 56px;
    background: #fff;
    padding: 44px 48px;
    border: 1px solid #e2d8c8;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem !important;
}

.info-table tr {
    border-bottom: 1px solid #e8dfd2;
}

.info-table tr:first-child {
    border-top: 1px solid #e8dfd2;
}

.info-table th {
    width: 180px;
    padding: 20px 18px;
    background: #fbf8f2;
    color: #4a3728;
    font-weight: 600;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.info-table td {
    padding: 20px 22px;
    line-height: 1.8;
    color: #333;
    vertical-align: top;
}

.info-table ul {
    margin: 0;
    padding-left: 1.2em;
}

.info-table li {
    margin-bottom: .35em;
	list-style-type: disc !important;
	text-indent: -4px;
}

.info-table li:last-child {
    margin-bottom: 0;
}

.info-table a {
    color: #8a641f;
    text-decoration: underline;
    word-break: break-all;
}

/* ギャラリー */
.spot-gallery {
    margin-top: 72px;
}

.spot-gallery .swiper {
    position: relative;
    padding: 0 0 54px;
}

.spot-gallery .swiper-slide {
    height: auto;
}

.gallery-item {
    display: block;
    background: #fff;
    border: 1px solid #e2d8c8;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

/* .spot-gallery .swiper-button-next,
.spot-gallery .swiper-button-prev,
.nearby-shop .swiper-button-next,
.nearby-shop .swiper-button-prev,
.jalan-hotel .swiper-button-next,
.jalan-hotel .swiper-button-prev{
    color: #5b432c;
}

.spot-gallery .swiper-pagination-bullet-active,
.nearby-shop .swiper-pagination-bullet-active,
.jalan-hotel .swiper-pagination-bullet-active{
    background: #5b432c;
} */

/* スマホ */
@media (max-width: 768px) {

    .spot-hero {
        min-height: 42vh;
    }

    .spot-hero-inner {
        padding-bottom: 42px;
    }

    .spot-detail {
        padding: 48px 0;
    }

    .spot-content,
    .spot-info {
        padding: 20px 15px;
    }

    .spot-section + .spot-section {
        margin-top: 36px;
        padding-top: 32px;
    }

    .info-table,
    .info-table tbody,
    .info-table tr,
    .info-table th,
    .info-table td {
        display: block;
        width: 100%;
    }

    .info-table th {
        padding: 14px 5px 8px;
        border-bottom: none;
    }

    .info-table td {
        padding: 8px 5px 16px;
    }

    .spot-gallery {
        margin-top: 52px;
    }
}


/**追加***********************/
/* --- Swiperのデフォルト矢印と背景を完全にリセットして上書き --- */
.swiper-button-prev,
.swiper-button-next {
  /* 1. Swiperが背景にSVG画像を使っている場合、それを消す */
  background-image: none !important;
  color: rgba(255,255,255,0) !important;
  
  /* ボタンの基本サイズと形状 */
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  
  /* 白背景と薄いシャドー */
  background-color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  
  /* 位置の微調整 */
  margin-top: -25px; 
  transition: all 0.3s ease;
}

/* 2. Swiperがフォントアイコン（::after）を使っている場合、それを完全に消す */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;         /* デフォルトの文字（矢印）を消去 */
  font-family: inherit !important; /* Swiper専用フォントの指定を解除 */
  
  /* ここから自作の矢印（不等号）を描画 */
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

/* 左ボタン（Prev）の矢印向きと位置 */
.swiper-button-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* 右ボタン（Next）の矢印向きと位置 */
.swiper-button-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* --- ホバー（マウスを乗せた時）のエフェクト --- */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #f7f7f7 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}



/**Googlemap*****************************************************/
.spot-map {
    margin-top: 56px;
    background: #fff;
    padding: 44px 48px;
    border: 1px solid #e2d8c8;
}

.spot-map h2 {
    margin: 0 0 24px;
    font-size: clamp(24px, 3vw, 34px);
    color: #3a2b1f;
}

.spot-map h2::after {
    content: "";
    display: block;
    width: 54px;
    height: 2px;
    margin-top: 14px;
    background: #b9985a;
}

.spot-map iframe {
    display: block;
}

.map-link {
    margin: 18px 0 0;
    text-align: right;
}

.map-link a {
    color: #8a641f;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .spot-map {
        padding: 28px 22px;
    }

    .spot-map iframe {
        height: 320px;
    }
}
/*********************************************/
.nearby-spots{
    margin-top:80px;
}

.nearby-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.nearby-card{
    display:block;
    background:#fff;
    border:1px solid #ddd3c5;
    text-decoration:none;
    color:inherit;
    overflow:hidden;
    transition:.3s;
}

.nearby-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.nearby-card img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
}

.nearby-body{
    padding:18px;
}

.nearby-body h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.5;
}

.distance{
    color:#8a641f;
    font-size:14px;
    margin:0;
}
@media (max-width: 768px) {
	.nearby-grid{
		display:grid;
		grid-template-columns:repeat(2,1fr);
		gap: 12px;
}	
}
/*******************************************************/
.spot-gallery .swiper-area {
    position: relative;
    padding: 0 60px;
}

.spot-gallery .swiper-area .swiper {
    overflow: hidden;
}

.spot-gallery .swiper-button-prev,
.spot-gallery .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.spot-gallery .swiper-button-prev {
    left: 0;
}

.spot-gallery .swiper-button-next {
    right: 0;
}
/* ==========================
 HotPepper 
========================== */ 
.nearby-shop {
    margin-top: 80px;
}
.nearby-shop h2 {
    margin-bottom: 30px;
}
.shop-card {
    background: #fff;
    border: 1px solid #ddd3c5;
    transition: .3s;
    overflow: hidden;
}

.shop-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
.shop-box{
	display: grid;
	grid-template-columns: 3fr 7fr;
}
.shop-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.shop-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.shop-body {
    padding: 18px;
}
.shop-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}
.shop-genre {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 10px;
    background: #8b2f28;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}
.shop-catch {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}
.shop-info {
    margin: 12px 0;
    padding: 0;
    list-style: none;
}
.shop-info li {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}
.shop-address {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}
/* 詳細を見る */

.shop-link{
    margin-top:15px;
    color:#8b2f28;
    font-size:13px;
    font-weight:600;
}

/* ==========================
   Responsive
========================== */

@media (max-width:768px){
	.shop-card img {
		width: 60%;
		margin: 18px auto 0;
		aspect-ratio: 4/3;
    	object-fit: cover;
	}
    .shop-box{
        grid-template-columns:1fr;
        gap:18px;
    }

    .shop-body{
        padding:15px;
    }

    .shop-body h3{
        font-size:16px;
    }

}

/* ==========================
Jalan
========================== */ 
.jalan-hotel {
    margin-top: 80px;
}
.hotel-card {
    background: #fff;
    border: 1px solid #ddd3c5;
    transition: .3s;
    overflow: hidden;
}

.hotel-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
.hotel-box{
	display: grid;
	grid-template-columns: 3fr 7fr;
}
.hotel-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.hotel-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}

.jalan-body {
    padding: 18px;
}
.jalan-body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #222;
}

.jalan-catch,
.jalan-caption{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

/* ==========================
   Responsive
========================== */

@media (max-width:768px){
	.hotel-card img {
		width: 60%;
		margin: 18px auto 0;
		aspect-ratio: 4/3;
    	object-fit: cover;
	}
    .hotel-box{
        grid-template-columns:1fr;
        gap:18px;
    }

    .jalan-body{
        padding:15px;
    }

    .jalan-body h3{
        font-size:16px;
    }

}
















.site-footer {
    color: #fff;
    background: url(../img/footer-bg.webp) center bottom / cover no-repeat;
}

.footer-overlay {
    background: rgba(0,0,0,.0);
}

.footer-inner {
	width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
}

.footer-column h3 {
    margin: 0 0 24px;
    font-size: 20px;
/*     font-family:
        "Times New Roman",
        "Yu Mincho",
        serif; */
    font-weight: normal;
}

.footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display: grid;
    grid-template-columns: repeat(2,1fr);
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: rgba(255,255,255,.85);
    text-decoration: none;
    transition: .3s;
}

.footer-column a:hover {
    color: #fff;
}

.footer-sns {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-sns a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,.7);
}

.footer-copy {
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,.85);
    font-size: 13px;
    letter-spacing: .05em;
}
@media (max-width:768px){
	.footer-inner {
	    grid-template-columns: repeat(2,1fr);
    	gap: 30px;
	}
}