/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    background-color: #f0f0f0;
}

.main {
    background-color: #FFF9F2;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 7px;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.header-area {
    width: 100%;
    max-width: 100%;
}

.header-top {
    display: flex;
    text-align: center;
}

.logo {
    width: 140px;
}

/* キャッチコピーエリア */
.catchphrase {
    padding: 4px;
    color: #009245;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-style: normal;
    height: 36px;
}

.sub-catchphrase {
    font-size: 14px;
    color: #009245;
    padding-left: 0.4em;
    font-weight: bold;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-style: normal;
    letter-spacing: -0.04em;

    .ruby {
        font-size: 0.9em;
        letter-spacing: -0.15em;
    }
}

.live-status {
    font-size: 10px;
    padding-left: 0.6em;
}

.live-image {
    display: block;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
}

.img-placeholder {
    background-color: #ccc;
}

/* ハンバーガーアイコン */
.menu-item {
    display: flex;
    justify-content: center;
}

.drawer-menu {
    margin: 2em;
}

.drawer-menu-item-wrapper {
    display: flex;
    align-items: center;
    padding: 10px;
}

.drawer-hamburger {
    margin-left: auto;
    position: static;
    padding: 0px;
    height: 20px;
    width: 27px;
}

.drawer-menu-item {
    padding: 0px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #009245;
}

.open-in-new{
    font-size: 16px;
    display: flex;
    align-items: center;
}

.container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

.facility-logo,
.market-icon {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.map-container iframe {
    width: 100% !important;
    height: 200px;
}

/* ②施設概要紹介エリア */
.facility-intro {
    padding: 6px 6px;
    border-bottom: 1px solid #B3B3B3;
}

.facility-logo {
    width: 260px;
    height: 37px;
}

.facility-logo-image {
    height: 37px;
}

.facility-image {
    width: 120px;
    height: 80px;
}

.facility-description {
    padding: 8px 8px 4px 8px;
    font-size: 12px;
    display: flex;
    gap: 12px;
    height: 92px;
    overflow: hidden;
    transition: height .3s ease;
    cursor: pointer;
  }

  /* 親コンテナ拡張時 */
  .facility-description.expanded {
    height: auto;
  }

.facility-text-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    cursor: pointer;
    transition: max-height .3s ease;
}

.facility-text-clamp.expanded {
    line-clamp: unset;
    -webkit-line-clamp: unset;
}

.facility-text {
    flex: 1;
    color: #333;
    line-height: 1.3rem;
    font-size: 1em;
    /* line-clamp: 4;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

/* ③カメラ設置場所紹介エリア */
.camera-location {
    padding: 6px 6px;
}

.market-logo {
    display: flex;
    align-items: center;
}

.market-icon {
    width: 170px;
    height: 37px;
}

.market-name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    font-family:
        "Noto Sans JP"
}

/* ④カメラ画像表示エリア */
.camera-display {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9のアスペクト比 */
    overflow: hidden;
}

.camera-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-wrapper{
    position: relative;
}

img.live-image {
    max-width: 100%;
}


.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
} */

.zoom-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.full-screen-icon-wrapper {
    position: absolute;
    z-index: 10;
    color: white;
    text-align: right;
    right: 5px;
    bottom: 0px;
    pointer-events: none;
}

.full-screen-icon {
    font-size: 30px;
}

/* ⑤カメラ画像注意書き表示エリア */
.camera-notice {
    font-size: 10px;
    padding: 4px 8px;
    font-family: "Noto Sans JP";
}

/* ⑥グーグルマップ表示エリア */
.map-area {
    padding: 0.2rem 0.5rem;
}

.map-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

/* ⑦施設情報表示エリア */
.facility-info {
    padding: 0.2rem 0.5rem;
    font-size: 9px;
}

.facility-name {
    font-size: 1.2em;
    margin-left: auto;
    font-weight: bold;
}

.facility-address {
    margin-left: auto;
    text-align: right;
}

.facility-info-item {
    margin-left: 0.6rem;
    font-size: 0.5rem;
}


.facility-info-bottom {
    display: flex;
    justify-content: flex-end;
}

.facility-info-item-sub {
    margin-right: 0.1em;
}

.facility-info-item-content {
    white-space: nowrap;
}

/* ⑧フッターエリア */
.footer-area {
    text-align: center;
    font-size: 8px;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 3px;
}