/* ---------- Global Styles ---------- */
html {
    min-width: 1040px;
}

body .minato {
    color: #333;
    min-width: 1000px;
    line-height: 1.6 !important;
    font-family: hiragino kaku gothic pro, meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}

main {
    background: #FFF;
    display: block;
    min-width: 1000px;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.sp {
    display: none !important;
}

.minato {
    color: #333;
    padding: 0;
}

.minato .inner {
    width: 1000px;
    margin: 0 auto;
}

.minato p {
    line-height: 1.8;
}

.minato a {
    color: #2C4398;
    text-decoration: underline;
}

.minato a:hover {
    color: #ff6600;
}

/* ---------- Main Visual (#main_visual) ---------- */
.minato #main_visual {
    background: url(../images/main_bg.jpg) no-repeat center center;
    height: 470px;
    background-size: 1280px auto;
    margin: 0 auto;
}

.minato #main_visual h1 {
    text-align: center;
    padding: 59px 0 0 0;
}

.minato #main_visual img {
    width: 480px;
    margin: 0;
}


/* ---------- Navigation (#nav) ---------- */
.minato #nav {
    background: #002e58;
}

.minato #nav ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 8px 0;
}

.minato #nav li {
    width: 25%;
    text-align: center;
    padding: 8px 0;
}

.minato #nav a {
    display: block;
    padding: 4px;
    text-decoration: none;
    border-right: 1px solid #2b567d;
    color: #fff;
}

.minato #nav li:hover {
    opacity: 0.8;
}

.minato #nav li:nth-child(1) a {
    border-left: 1px solid #2b567d;
}

.minato #nav span { /* Text inside nav links */
    display: block;
    padding: 54px 0 0 0;
    font-weight: 700;
    color: #fff;
}

/* Nav Icons */
.minato #nav li:nth-child(1) {
    background: url(../images/menu_icon1.png) no-repeat center 14px;
    background-size: 40px 40px;
}
.minato #nav li:nth-child(2) {
    background: url(../images/menu_icon2.png) no-repeat center 14px;
    background-size: 40px 40px;
}
.minato #nav li:nth-child(3) {
    background: url(../images/menu_icon3.png) no-repeat center 14px;
    background-size: 40px 40px;
}
.minato #nav li:nth-child(4) {
    background: url(../images/menu_icon4.png) no-repeat center 14px;
    background-size: 40px 40px;
}


/* ---------- Lead Section (#lead) ---------- */
.minato #lead {
    margin: 0 0;
    padding: 40px 0 64px 0;
}
.minato #lead .text {
}

.minato #lead h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 24px 0;
    padding: 0;
}

.minato #lead h2 .lead-title {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin: 0 0 0 0px;
    padding: 0;
}

.minato #lead p {
    font-size: 16px;
    line-height: 1.8;
    margin: 24px 0 0 0;
    color: #333333;
}

.minato #lead .note {
    margin: 24px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: #333333;
}


/* ---------- Parking Section (#parking) ---------- */
.minato #parking {
    background: #E5EAEE;
    padding: 64px 0 ;
}


.minato #parking h2,
.minato #prepaid-card h2,
.minato #service h2,
.minato #spots h2 {
    background: #FFFAD6;
    height: 64px;
    position: relative;
    width:982px;
}
.minato #parking h2 span,
.minato #prepaid-card h2 span,
.minato #service h2 span,
.minato #spots h2 span {
    background: #002E58;
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 24px;
    position: absolute;
    left:58px;
    width:942px;
    top:-8px;
}


.minato #parking h2 {
    background: #FFFAD6 url(../images/title_icon1.png) no-repeat left 10px top 8px;
    background-size: 40px 40px;
}
.minato #prepaid-card h2 {
    background: #FFFAD6 url(../images/title_icon2.png) no-repeat left 10px top 8px;
    background-size: 40px 40px;
}
.minato #service h2 {
    background: #FFFAD6 url(../images/title_icon3.png) no-repeat left 10px top 8px;
    background-size: 40px 40px;
}
.minato #spots h2 {
    background: #FFFAD6 url(../images/title_icon4.png) no-repeat left 10px top 8px;
    background-size: 40px 40px;
}




/* Anchor Menu */
.minato .anchor-menu {
    margin: 24px 0;
}

.minato .anchor-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 24px;
}

.minato .anchor-menu li {
    flex: 0 1 auto;
}

.minato .anchor-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px 16px 60px;
    border-radius: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    text-decoration: none;
    color: #002e58;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    min-height: 51px;
    box-sizing: border-box;
}

.minato .anchor-menu a::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(../images/arrow_down.png) no-repeat center center / 16px 15px;
}

.minato .anchor-menu a:hover {

    color: #002e58;
}


/* Parking Detail Section */
.minato .parking-detail-section {
    width: 1000px;
    margin: 40px auto 0 auto;
    padding: 0 0 40px 0;
    background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.minato .section-title {
    padding: 12px 32px;
    background: #007BCC;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}
.minato .parking-detail-section h4 {
    padding: 12px 16px;
    background: #E5EAEE;
    line-height: 1;
    color: #002E58;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.minato .parking-detail-anchors {
    display: flex;
    gap: 24px;
    padding: 24px 0;
    margin: 0 0 0 32px;
}

.minato .parking-detail-anchors .anchor-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 8px 8px 24px;
    color: #002e58;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-sizing: border-box;
    flex: 0 1 auto;
    background: url(../images/arrow_down.png) no-repeat left 0 center / 16px 15px;
}

.minato .parking-detail-anchors .anchor-link:hover {
    color: #002e58;
}

.minato .parking-detail-content {
    padding: 0 32px;
}

.minato .parking-description-map {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

.minato .parking-description {
    flex: 1;
    max-width: 452px;
}

.minato .parking-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .parking-map {
    flex: 1;
    max-width: 452px;
}

.minato .parking-map img {
    width: 100%;
    height: auto;
    display: block;
}

.minato .parking-map iframe {
    width: 452px;
    height: 275px;
    border: 0;
    display: block;
}

.minato .spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #ECF4F4;
    border-bottom: 1px solid #ECF4F4;
    margin: 24px 0 0 0;
}

.minato .spec th {
    padding: 8px 0;
    vertical-align: middle;
    width: 112px;
}

.minato .spec th span {
    background: #F1F1F1;
    display: inline-block;
    color: #333333;
    width: 124px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
}

.minato .spec td {
    padding: 8px 16px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
}

.minato .spec tr {
    border-bottom: 1px solid #ECF4F4;
}

.minato .spec tr:last-child {
    border-bottom: none;
}


.minato .parking-status-button {
    margin: 48px 0 0 0;
    text-align: center;
}

.minato a.btn-status {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    background-color: #FFEA62;
    color: #002E58;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    min-width: 492px;
    position: relative;
    gap: 16px;
}

.minato a.btn-status:hover {
    color: #002e58;
}

.minato .btn-status::before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url(../images/icon_p.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
}

.minato .btn-status .btn-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.minato .btn-status .btn-text-main {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.minato .btn-status .btn-text-sub {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.minato .btn-status::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right.png) no-repeat center center;
    background-size: 20px auto;
    flex-shrink: 0;
}

.minato .parking-detail-link {
    text-align: center;
    margin: 16px 0 0 0;

}

.minato .parking-detail-link a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}


.minato .parking-service-section {
    margin-top: 48px;
}

.minato .parking-service-section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #d7d7d7;
}

.minato .parking-service-section h4 {
    padding: 12px 16px;
    background: #E5EAEE;
    line-height: 1;
    color: #002E58;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 24px;
}

.minato .service-content {
    display: flex;
    gap: 40px;
    margin-top: 24px;
}

.minato .service-description {
    flex: 1;
}

.minato .service-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .service-price-box {
    flex: 1;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minato .service-price-box img {
    width: 100%;
    height: auto;
    display: block;
}

.minato .price-label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.minato .price-time {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
}

.minato .price-amount {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.minato .price-unit {
    font-size: 24px;
    font-weight: 400;
    margin-left: 4px;
}

.minato .price-period {
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}

.minato .service-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.minato .service-info-table th {
    background-color: #f8f8f8;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    border-right: 1px solid #d7d7d7;
    width: 124px;
}

.minato .service-info-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    border-right: 1px solid #d7d7d7;
}

.minato .service-info-table tr {
    border-bottom: 1px solid #d7d7d7;
}

.minato .service-info-table tr:last-child {
    border-bottom: none;
}

.minato .service-info-table th:last-child,
.minato .service-info-table td:last-child {
    border-right: none;
}

.minato .service-buttons {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    justify-content: center;
}

.minato .btn-service {
    display: flex;
    width: 320px;
    padding: 16px 12px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background-color: #007BCC;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
    position: relative;
}

.minato .btn-service .btn-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow_right_wh.png) no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.minato .btn-service:hover {
    color: #ffffff;
}


/* Parking Area Sections (.wangan-area-section) */
.minato .wangan-area-section { /* Applies to wangan, tobu, hokubu-seibu, nanbu */
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 32px;
}

.minato .wangan-area-inner {
    width: auto;
    margin: 0;
}

.minato .wangan-area-header {
    margin-bottom: 32px;
}

.minato .wangan-area-header .wangan-area-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1;
    padding-bottom: 16px;
    border-bottom: 4px solid #3166B6;
    margin-bottom: 24px;
}

.minato .wangan-area-description {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
}

.minato .wangan-area-map-list {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
}

.minato .wangan-map-placeholder {
    width: 640px;
    height: auto;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.minato .wangan-map-placeholder img {
    width: 100%;
    height: auto;
}

.minato .wangan-parking-list {
    width: 264px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.minato .wangan-parking-list li {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.minato .wangan-parking-list li:last-child {
    margin-bottom: 0;
}

.minato .wangan-parking-list a {
    font-size: 16px;
    font-weight: 300;
    color: #2C4398;
    text-decoration: none;
    line-height: 1.4;
}

.minato .wangan-parking-list a .parking-name {
    color: #2C4398;
    text-decoration: underline;
}

.minato .wangan-parking-list a:hover .parking-name {
    color: #ff6600;
    text-decoration: underline;
}

.minato .wangan-parking-list .map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    background-color: #2C4398;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    border-radius: 50%;
    text-decoration: none;
    flex-shrink: 0;
}

.minato .wangan-parking-cards-row {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
}

.minato .wangan-parking-cards-row:last-child {
    margin-bottom: 0;
}

.minato .parking-card {
    display: flex;
    gap: 16px;
    width: 452px;
}

.minato .parking-card-image-tags {
    width: 160px;
    flex-shrink: 0;
}

.minato .parking-card-image-placeholder {
    width: 160px;
    background-color: #d9d9d9;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
}

.minato .parking-card-image-placeholder img {
    width: 100%;
}

.minato .parking-card-tags {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.minato .parking-card-tags .tag {
    display: inline-block;
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
}

.minato .parking-card-tags .tag-pricing {
    background-color: #FFF2F2;
    color: #E92525;
}

.minato .parking-card-tags .tag-capacity {
    background-color: #F1F8FF;
    color: #0048CE;
}

.minato .parking-card-details {
    width: 276px;
    padding: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.minato .parking-card-details h3 {
    margin: 0;
    padding: 0;
}

.minato .parking-card-details h3 a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #2C4398;
    text-decoration: none;
    line-height: 1.2;
}

.minato .parking-card-details h3 a:hover {
    color: #ff6600;
    text-decoration: none;
}

.minato .parking-card-details h3 .map-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: #2C4398;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    flex-shrink: 0;
}

.minato .parking-card-buttons {
    display: flex;
    gap: 8px;
}

.minato .parking-card-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    width: 134px;
    text-align: center;
}

.minato .parking-card-buttons .btn-movie {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    cursor: default;
    opacity: 0.7;
}

.minato .parking-card-buttons .btn-movie::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_movie.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(100%);
}

.minato .parking-card-buttons .btn-cam {
    background-color: #ffffff;
    color: #2C4398;
    border: 1px solid transparent;
    text-decoration: underline;
}

.minato .parking-card-buttons .btn-cam::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_cam.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.minato .parking-card-details p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}


/* ---------- Camera Parking Section (#camera-parking) ---------- */
.minato #camera-parking {
    background-color: #cdecff;
    padding: 64px 0;
}


.minato #camera-parking .section-header {
    margin-bottom: 24px;
}

.minato #camera-parking .section-header h2 {
    margin-bottom: 24px;
}

.minato #camera-parking .section-header p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

.minato #camera-parking .panel-camera {
    padding: 24px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

/* Subsection Title */
.minato .section-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    padding-bottom: 16px;
    border-bottom: 4px solid #3166B6;
    margin-bottom: 32px;
}

/* Camera Steps */

.minato .camera-steps-container {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.minato .camera-step {
    width: 292px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.minato .camera-step-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.minato .camera-step-header .step-number {
    display: inline-block;
    background-color: #3166B6;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 8px 6px 8px;
    border-radius: 4px;
    line-height: 1;
}

.minato .camera-step-header .step-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.minato .camera-step-image {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minato .camera-step-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.minato .camera-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* カメラステップ内のリンクスタイル統一 */
.minato .camera-step p a,
.minato .camera-step p a.internal-link {
    color: #2C4398;
    text-decoration: underline;
    font-weight: bold;
}

.minato .camera-step p a.internal-link { /* アイコン付きリンク固有のスタイル */
    display: inline-flex;
    align-items: center;
    gap: 0;
    line-height: 1;
    margin-top: 8px;
}

.minato .camera-step p a:hover,
.minato .camera-step p a.internal-link:hover {
    text-decoration: underline;
    color: #ff6600;
}

.minato .camera-step p a.internal-link::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2C4398;
    margin-right: 6px;
    line-height: 0;
}

.minato .camera-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

.minato .camera-step-arrow img {
    width: 13px;
    height: auto;
    flex-shrink: 0;
}

/* Camera Discount */

.minato .camera-discount-box {
    border: 2px solid #dddddd;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Discount Info Text + Image */
.minato .discount-info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.minato .discount-info-text {
    flex-grow: 1;
}

.minato .discount-info-text h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.minato .discount-info-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin: 16px 0 0 0;
}

.minato .discount-info-image {
    width: 180px;
    flex-shrink: 0;
}

.minato .discount-info-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Discount Parking Table */
.minato .discount-parking-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px;
    border: 1px solid #ddddddcc;
}

.minato .discount-parking-table tbody tr:last-child td {
    border-bottom: none;
}

.minato .discount-parking-table td {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 16px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}

.minato .discount-parking-table td.area-name {
    width: 160px;
    background-color: #f8f8f8;
    font-weight: normal;
    text-align: left;
    border-left: none;
    vertical-align: middle;
}

.minato .discount-parking-table td.parking-list-cell {
    padding: 8px 16px;
}

.minato .parking-sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
}

.minato .parking-sublist li {
    margin: 0;
    padding: 2px 0;
}

.minato .parking-sublist a {
    color: #2C4398;
    text-decoration: underline;
    font-size: 14px;
}

.minato .parking-sublist a:hover {
    text-decoration: none;
    color: #ff6600;
}

/* Camera Video */

.minato .camera-video-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.minato .camera-video-placeholder {
    width: 100%;
    height: 526px;
    background-color: #d9d9d9;
    color: #555;
    position: relative;
}

.minato .camera-video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.minato .camera-video-placeholder img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.minato .camera-video-container p {
    text-align: left;
    margin: 0;
}

.minato .camera-video-container .external-link {
    font-size: 16px;
    font-weight: bold;
    color: #2C4398;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.minato .camera-video-container .external-link:hover {
    color: #ff6600;
}

/* Add bullet icon before the link */
.minato .camera-video-container .external-link::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.minato .camera-video-container .external-link::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    /* margin-left: 5px; Replaced by gap */
    background: url('../images/icon_external_dark.png') no-repeat;
    background-size: contain;
    /* vertical-align: middle; Flex handles alignment */
    flex-shrink: 0;
}

/* Moved Camera Video External Link */
.minato .camera-video-external-link-bottom {
    text-align: center;
    /* margin-top: 32px; */
    font-size: 16px;
}

/* Inherit .external-link styles from .camera-video-container for the moved link */
.minato .camera-video-external-link-bottom .external-link {
    font-size: 16px;
    font-weight: bold;
    color: #2C4398;
    text-decoration: underline;
    display: inline;
    line-height: 1.6;
}

.minato .camera-video-external-link-bottom .external-link .link-icon-before {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/bullet.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 4px;
    vertical-align: middle;
}

.minato .camera-video-external-link-bottom .external-link .link-icon-after {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/icon_external_dark.png') no-repeat center center;
    background-size: 14px 14px;
    margin-left: 4px;
    vertical-align: middle;
}

.minato .camera-video-external-link-bottom .external-link:hover {
    color: #ff6600;
}

/* Remove old ::before and ::after styles */
.minato .camera-video-external-link-bottom .external-link::before,
.minato .camera-video-external-link-bottom .external-link::after {
    content: none;
    display: none;
}


/* ---------- Dining Spots Section (#spots) ---------- */
.minato #spots {
    background-color: #ffffff;
    padding: 64px 0;
}



.minato #spots .panel-spot {
    margin-top: 40px;
}

.minato .spot-cards-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.minato #spots .spot-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.minato .spot-card {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: 1px solid #D1D1D1;
}

.minato .spot-section .spot-card:last-child {
    border-bottom: none;
}

.minato .spot-card-image {
    width: 280px;
    flex-shrink: 0;
    margin-bottom: 0;
}

.minato .spot-card-image img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.minato .spot-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.minato .spot-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.minato .spot-card-title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/title_icon4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.minato .spot-card-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.4;
    margin: 0;
}

.minato .spot-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.minato .spot-card-details p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

.minato .spot-card-link {
    margin-top: 16px;
}

.minato .spot-card-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    text-decoration: underline;
    transition: color 0.3s;
}


.minato .spot-card-link .external-link-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/external_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.minato .spot-card-link a:hover .external-link-icon {
    background-image: url("../images/external_link.png");
}

.minato #spots .service-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
    padding: 0 32px;
}

.minato #spots .service-buttons .btn-status {
    flex: 1;
    max-width: 488px;
}

/* ---------- Description Text (Bottom) ---------- */
.minato .discription_text_wrap {
    background: #f3f1e4;
    padding-top: 32px;
}

.minato .discription_text {
    border: solid 1px #c0c1af;
    font-size: 13px;
    margin: auto;
    padding: 20px;
    line-height: 2;
    width: 1000px;
}

/* ---------- Trigger for SP omitted text (Keep if JS uses it) ---------- */
.minato .trigger {
    display: none;
}

/* ---------- Prepaid Card Section ---------- */
.minato #prepaid-card {
    padding: 64px 0;
    background-color: #ffffff;
}

.minato .prepaid-card-content {
    display: flex;
    gap: 40px;
    margin: 32px 0;
    padding: 0 0;
}

.minato .prepaid-card-description {
    flex: 1;
    max-width: 480px;
}

.minato .prepaid-card-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

.minato .prepaid-card-table-wrapper {
    flex: 1;
    max-width: 480px;
}

.minato .prepaid-card-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}

.minato .prepaid-card-table th {
    background-color: #f8f8f8;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: left;
    border-right: 1px solid #d7d7d7;
    width: 124px;
    vertical-align: middle;
}

.minato .prepaid-card-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    vertical-align: middle;
}

.minato .prepaid-card-table tr {
    border-bottom: 1px solid #d7d7d7;
}

.minato .prepaid-card-table tr:last-child {
    border-bottom: none;
}

.minato .prepaid-card-table .price-highlight {
    color: #FF6600;
    font-weight: 600;
    font-size: 20px;
}
.minato .prepaid-card-table .price-highlight .unit {
    font-size: 14px;
}

.minato .two-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
    padding: 0 32px;
}

.minato .two-buttons .btn-status {
    flex: 1;
    max-width: 488px;
}

/* ---------- Service Section (優待・駐車サービス) ---------- */
.minato #service {
    padding: 64px 0;
    background-color: #E5EAEE;
}

.minato .service-anchor-menu {
    margin: 32px 0;
    padding: 0 32px;
}

.minato .service-anchor-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.minato .service-anchor-menu li {
    width: 316px;
}

.minato .service-anchor-menu a {
    display: inline-block;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    color: #002e58;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.minato .service-anchor-menu a:hover {
    color: #ff6600;
    border-color: #ff6600;
}

.minato .service-content-section {
    width: 1000px;
    margin: 40px auto 0 auto;
    padding: 0 0 0 0;
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}

.minato .service-content-section h3 {
    padding: 10px 32px;
    background: #007BCC;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.minato .service-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding:  32px;
}

.minato .service-description-wrapper {
    flex: 1;
    max-width: 480px;
}

.minato .service-description p {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 24px 0;
}

.minato .service-link {
    margin-top: 24px;
}

.minato .service-link a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    background-color: #585657;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.minato .service-link a:hover {
}

.minato .service-link .external-link-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M14 2v4h-2V4.414L8.414 8 7 6.586 10.586 3H9V1h5v5h-2V2h2zM2 4v10h10V8h2v8H0V2h8v2H2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.minato .service-image {
    flex: 1;
    max-width: 424px;
}

.minato .service-image img {
    width: 100%;
    height: auto;
    display: block;
}

.minato #service .service-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-top: 32px;
    padding: 0 32px;
}

.minato #service .service-buttons .btn-status {
    flex: 1;
    max-width: 488px;
}