@charset "utf-8";

/* ---------- Misc Utilities ---------- */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    font-family: hiragino kaku gothic pro, meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    min-width: 320px; /* Reset PC min-width */
}

.clear { zoom: 1; }
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.pc { display: none !important; }
.sp { display: block !important; }

/* ---------- Reset & Base ---------- */
html {
    min-width: 320px; /* Reset PC min-width */
}

main {
    background: #fff;
    display: block;
    width: 100%;
    min-width: 320px; /* Reset PC min-width */
    overflow-x: hidden;
}

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

.atsugi {
    color: #333;
    padding: 0;
    width: 100%;
    min-width: 320px;
}

.atsugi .inner {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
}

.atsugi p {
    line-height: 1.8;
    font-size: 14px;
}

.atsugi a {
    color: #3166b6;
    text-decoration: underline;
}

/* ---------- Main Visual ---------- */
.atsugi #main_visual {
    background: url(../images/main_bg.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 16px 0;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.atsugi #main_visual h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    box-sizing: border-box;
}

.atsugi #main_visual img {
    width: 100%;
    margin: 0 auto;
    content: url(../images/main_sp.png);
    padding: 0;
}


/* ---------- Navigation (#nav) ---------- */
.atsugi #nav {
    background: #f8edf4;
    padding: 0;
}

.atsugi #nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border: none;
    background: transparent;
    gap: 0;
    box-sizing: border-box;
}

.atsugi #nav li {
    flex: 0 0 50%;
    text-align: left;
    padding: 12px 16px;
    border: none;
    background: transparent;
    border-right: 1px solid #bba5cf;
    border-bottom: 1px solid #bba5cf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

/* 2x2 Grid Borders */
.atsugi #nav li:nth-child(2n) {
    border-right: none;
}
.atsugi #nav li:nth-child(n+3) {
    border-bottom: none;
}

.atsugi #nav a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    text-decoration: none;
    border: none;
    color: #703da3;
    gap: 8px;
    width: 100%;
    height: 100%;
}

.atsugi #nav img {
    width: 32px;
    height: auto;
    display: block;
    margin: 0;
}

.atsugi #nav span {
    display: block;
    font-weight: 700;
    color: #703da3;
    font-size: 14px;
    line-height: 1.3;
    width: auto;
    text-align: left;
}


/* ---------- Lead Section (#lead) ---------- */
.atsugi #lead {
    margin: 0;
    padding: 24px 0 32px 0;
}

.atsugi .lead-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 0 24px 0;
}

.atsugi .lead-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.atsugi .text-content {
    width: 100%;
}

.atsugi .lead-map {
    width: 100%;
    height: 0;
    padding-top: 60%; /* Aspect ratio */
    position: relative;
    background-color: #d9d9d9;
}

.atsugi .lead-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.atsugi #lead h2 {
    color: #333333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 16px 0;
    padding: 0;
    width: 100%;
}

.atsugi #lead p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    color: #333333;
}

.atsugi #lead .note {
    margin: 16px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    color: #333333;
}


/* ---------- Sections Wrapper ---------- */
.atsugi .sections-wrapper {
    background-color: #f8edf4;
    padding: 24px 0;
}

/* ---------- Panels Common ---------- */
.atsugi .parking-panel,
.atsugi .service-panel,
.atsugi .pass-panel,
.atsugi .spots-panel {
    width: auto;
    padding: 16px 16px 32px 16px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

/* Headers */
.atsugi .parking-panel-header,
.atsugi .service-panel-header,
.atsugi .pass-panel-header,
.atsugi .spots-panel-header {
    background: #f8edf4;
    border-radius: 16px;
    padding: 8px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
}

.atsugi .parking-panel-title,
.atsugi .service-panel-title,
.atsugi .pass-panel-title,
.atsugi .spots-panel-title {
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 1;
}

.atsugi .title-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.atsugi .parking-panel-title h2,
.atsugi .service-panel-title h2,
.atsugi .pass-panel-title h2,
.atsugi .spots-panel-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    background: none;
}

.atsugi .title-bg {
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px; /* Reduced for SP */
    width: auto;
    opacity: 0.8;
}


/* ---------- Parking Section (#parking) ---------- */
.atsugi .parking-description-map {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 0;
}

/* Spec Table */
.atsugi .spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.atsugi .spec tr {
    border: none;
    display: block;
}
.atsugi .spec tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.atsugi .spec th {
    display: block;
    width: 100%;
    padding: 0 0 0 0;
    border: none;
}

.atsugi .spec th span {
    background: #F1F1F1;
    display: flex;
    align-items: center;
    color: #333333;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 4px;
    box-sizing: border-box;
}

.atsugi .spec td {
    display: block;
    width: 100%;
    padding: 4px 4px;
    font-size: 14px;
    color: #333333;
    border: none;
}

/* Access Map & Route */
.atsugi .access-info-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
}

.atsugi .access-map-image,
.atsugi .access-text {
    flex: none;
    width: 100%;
}

.atsugi .route-box {
    margin-bottom: 24px;
}

.atsugi .route-box h4 {
    font-size: 16px;
    margin-bottom: 8px;
    border:none;
}

.atsugi .route-title-west {
    color: #1f7ead;
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 8px;
    background: none;
    padding: 0;
}

.atsugi .route-title-east {
    color: #a76900;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 8px;
    background: none;
    padding: 0;
}

/* Status Button */
.atsugi .parking-status-button {
    margin: 0 0 0 0;
    width: 100%;
}

.atsugi a.btn-status {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    background-color: #653891;
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
    min-width: auto;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}

.atsugi a.btn-status:hover {
    color: #fff;
    opacity: 0.9;
}

.atsugi .btn-status .btn-icon,
.atsugi .btn-status .btn-arrow {
    flex-shrink: 0;
}

.atsugi .btn-status .btn-icon img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    flex-shrink: 0;
}

.atsugi .btn-status::before { content: none; }
.atsugi .btn-status::after { content: none; }

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

.atsugi .btn-status .btn-text-main {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.atsugi .btn-status .btn-text-sub {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.atsugi .btn-status .btn-arrow img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}


/* ---------- Service Section ---------- */
.atsugi #service {
    margin: 24px 0 0 0;
}

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

.atsugi .service-anchor-menu ul {
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid #e78fb2;
}

.atsugi .service-anchor-menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #e78fb2; /* Add separator for items */
}

.atsugi .service-anchor-menu li:last-child {
    border-bottom: none;
}

.atsugi .service-anchor-menu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 40px 8px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    gap: 8px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    min-width: 0;
}

.atsugi .service-anchor-menu a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/circle_icon_arrow_down.png) no-repeat center center / contain;
    position: absolute;
    right: 16px;
}

.atsugi .service-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.atsugi .service-item,
.atsugi .pass-item {
    padding: 0 0 24px 0;
}

.atsugi .service-item h3,
.atsugi .pass-item h3 {
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 3px solid #8e64b7;
}

.atsugi .service-content-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.atsugi .service-image {
    width: 100%;
}

.atsugi .service-description p {
    font-size: 14px;
    margin-bottom: 16px;
}

.atsugi .service-link {
    margin-top: 20px;
}

.atsugi .service-link a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 40px 16px 16px;
    background-color: #f0b0c8;
    color: #51001e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.atsugi .service-link a:hover {
    opacity: 0.8;
}

.atsugi .service-link .external-link-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/external_link_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
}

/* EV Box */
.atsugi .ev-price-box {
    flex-direction: column;
    padding: 24px 16px;
}

.atsugi .ev-icon-wrapper {
    width: 100px;
    height: 100px;
}
.atsugi .ev-icon-wrapper img {
    width: 60px;
}

.atsugi .ev-label {
    font-size: 24px;
}
.atsugi .ev-price {
    font-size: 48px;
}


/* ---------- Pass Section (#pass) ---------- */
.atsugi #pass {
    margin: 24px 0 0 0;
}

.atsugi .pass-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Coupon Table Stacked */
.atsugi .coupon-table-container {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    background: #fff;
    gap: 0;
}

.atsugi .coupon-header {
    width: 100%;
    padding: 4px 8px;
    border: none;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    justify-content: center;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 0;
}

.atsugi .coupon-body {
    border: none;
    border-radius: 0;
}

.atsugi .coupon-row {
    padding:4px 8px;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #ccc;
}

.atsugi .coupon-row:last-child {
    border-bottom: none;
}

.atsugi .coupon-top {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.atsugi .coupon-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.atsugi .coupon-price-val {
    text-align: center;
    width: 100%;
    display: block;
}

.atsugi .coupon-price-val .price-val {
    font-size: 32px;
    color: #fd2e8a;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.atsugi .coupon-price-val .price-unit {
    font-size: 16px;
    font-weight: 600;
    color: #fd2e8a;
    margin-left: 4px;
}

.atsugi .coupon-note {
    text-align: center;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
    color: #333;
}

/* Monthly */
.atsugi .monthly-wrapper {
    padding: 0;
    flex-direction: column;
}

.atsugi .monthly-top-section {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
}

.atsugi .monthly-price-image img {
    width: 100%;/* Limit width on SP */
    margin:16px auto  0 auto;
}

.atsugi .monthly-spec {
    display: block;
    margin-bottom: 24px;
}
.atsugi .monthly-spec tbody,
.atsugi .monthly-spec tr,
.atsugi .monthly-spec th,
.atsugi .monthly-spec td {
    display: block;
    width: 100%;
    border: none;
}
.atsugi .monthly-spec tr {
    margin-bottom: 12px;
    border-bottom: 1px solid #ECF4F4;
    padding-bottom: 12px;
}
.atsugi .monthly-spec tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Matches .spec style above */
.atsugi .monthly-spec th {
    padding-bottom: 8px;
}
.atsugi .monthly-spec th span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    height: 32px;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}
.atsugi .monthly-spec td {
    padding: 0 4px;
    font-size: 13px;
}

/* Contact Box */
.atsugi .monthly-contact-box {
    background: #f4f4f4;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
}

.atsugi .monthly-contact-box .contact-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.atsugi .monthly-contact-box .contact-number {
    display: flex;
    align-items: center;
    gap: 8px;
}

.atsugi .monthly-contact-box .freedial-icon {
    height: 19px;
    width: auto;
}

.atsugi .monthly-contact-box .tel {
    font-size: 24px;
    font-weight: 600;
    color: #3166b6;
    text-decoration: underline;
    line-height: 1;
}

.atsugi .monthly-contact-box .contact-note {
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    width: 100%;
}


/* ---------- Spots Section (#spots) ---------- */
.atsugi #spots {
    margin: 24px 0 0 0;
}

.atsugi .intro-text {
    margin-bottom: 24px;
}

.atsugi .spot-cards-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.atsugi .spot-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}
.atsugi .spot-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.atsugi .spot-card-image {
    width: 100%;
    height: auto;
    order: 2;
}
.atsugi .spot-card-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
}

.atsugi .spot-card-content {
    display: contents;
}

.atsugi .spot-card-title {
    display: flex;
    margin-top: 0;
    border-bottom: 1px solid #653891;
    padding-bottom: 4px;
    width: 100%;
    order: 1;
}

.atsugi .spot-card-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.8;
    margin: 0;
}

.atsugi .spot-card-details {
    order: 3;
}

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

.atsugi .spot-card-link {
    order: 4;
}

.atsugi .spot-card-link a {
    display: inline;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.3s;
    font-weight: 600;
    color: #3166b6;
    line-height: 1.6;
}

.atsugi .spot-card-link .external-link-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/external_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    position: relative;
    top: 0;
    vertical-align: middle;
}

.atsugi .more-info {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #8e64b7;
}

.atsugi .more-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.atsugi .more-info .link-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

.atsugi .more-info .link-item:last-child {
    margin-bottom: 24px;
}

.atsugi .more-info .link-item img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
}

.atsugi .more-info .link-item a {
    font-weight: 600;
    text-decoration: underline;
    display: inline;
    color: #3166b6;
    font-size: 14px;
    line-height: 1.6;
}

.atsugi .more-info .link-item .external-link-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("../images/external_link.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 4px;
    vertical-align: middle;
}


/* ---------- Bottom Description ---------- */
.atsugi .discription_text_wrap {
    padding: 24px 16px;
    background: #f3f1e4;
}

.atsugi .discription_text {
    width: 100%;
    font-size: 12px;
    padding: 16px;
    background: transparent;
    border: 1px solid #c0c1af;
    box-sizing: border-box;
}
