@charset "utf-8";

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

body .atsugi {
    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;
}

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

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

.atsugi p {
    line-height: 1.8;
}

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

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

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

.atsugi #main_visual h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.atsugi #main_visual img {
    width: 1024px;
    margin: 0 auto;
}


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

.atsugi #nav ul {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 32px 0;
    justify-content: center;
    border: none;
    background: transparent;
    gap: 0;
    border-radius: 0;
}

.atsugi #nav li {
    flex: 1;
    text-align: center;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #bba5cf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.atsugi #nav li:first-child {
    border-left: 1px solid #bba5cf;
}

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

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

.atsugi #nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #703da3;
    font-size: 16px;
    line-height: 1.25;
    height: auto;
    width: 100%;
    text-align: center;
}

.atsugi #nav a:hover {
    opacity: 0.7;
    background-color: transparent;
}


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

.atsugi .lead-container {
    display: flex;
    flex-direction: column;
}

.atsugi .lead-content {
    display: flex;
    flex-direction: column;
}

.atsugi .lead-body {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.atsugi .text-content {
    flex: 1;
}

.atsugi .lead-map {
    width: 436px;
    height: 368px;
    background-color: #d9d9d9;
    flex-shrink: 0;
}

.atsugi .lead-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.atsugi #lead h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.17; /* Figma value */
    margin: 0 0 24px 0;
    padding: 0;
    width: 100%;
}

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

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


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

/* ---------- Parking Section (#parking) ---------- */


.atsugi .parking-panel {
    width: 1000px;
    margin: 0 auto;
    padding: 24px 32px 40px 32px;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}

.atsugi .parking-panel-header {
    background: #f8edf4;
    border-radius: 24px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.atsugi .parking-panel-title {
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}

.atsugi .parking-panel-title .title-icon {
    width: 64px;
    height: 64px;
}

.atsugi .parking-panel-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.atsugi .parking-panel-header .title-bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90%;
    width: auto;
    opacity: 0.8;
}

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

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

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

.atsugi .access-info-section {
    display: flex;
    gap: 32px;
    margin-top: 32px;
}

.atsugi .access-map-image {
    flex: 0 0 504px;
}

.atsugi .access-text {
    flex: 1;
}

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


.atsugi .spec {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.6;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

.atsugi .spec th {
    padding: 8px 0 8px 0;
    vertical-align: middle;
    width: 124px;
    border: none;
    border-bottom: 1px solid #ECF4F4;
}

.atsugi .spec th span {
    background: #F1F1F1; /* Dark purple background */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333; /* White text */
    width: 124px;
    height: 32px; /* Adjusted height */
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

.atsugi .spec td {
    padding: 8px 0 8px 16px;
    font-size: 14px;
    width: 344px;
    color: #333333;
    vertical-align: middle;
    white-space: normal;
    border-bottom: 1px solid #ECF4F4;
    text-align: left;
}




.atsugi .spec tr {
    border: none;
}


.atsugi .parking-status-button {
    margin: 48px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.atsugi .parking-status-button-top {
    display: flex;
    justify-content: center;
}

.atsugi a.btn-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 24px 40px;
    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: 26px;
    transition: opacity 0.3s;
}

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

.atsugi .btn-status .btn-icon img {
    width: 80px;
    height: 80px;
    display: block;
}
.atsugi .btn-status::before { content: none; }
.atsugi .btn-status::after { content: none; }


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

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

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

.atsugi .btn-status .btn-arrow img {
    width: 32px;
    height: 32px;
    display: block;
}


/* ---------- Service Section (優待・駐車サービス) ---------- */
.atsugi #service {
    margin: 40px 0 0 0;
}

.atsugi .service-panel {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 24px 32px 40px 32px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.atsugi .service-panel-header {
    background: #f8edf4;
    border-radius: 24px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.atsugi .service-panel-title {
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}

.atsugi .service-panel-title .title-icon {
    width: 64px;
    height: 64px;
}

.atsugi .service-panel-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.atsugi .service-panel-header .title-bg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: auto;
    opacity: 0.8;
}

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

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

.atsugi .service-anchor-menu li {

    border-right: 1px solid #e78fb2; /* Pinkish separator */
    text-align: center;
    margin: 0 24px 0 0;
    padding: 0 24px 0 0;
}

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

.atsugi .service-anchor-menu a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    transition: opacity 0.3s;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    gap: 16px;
}

.atsugi .service-anchor-menu a:hover {
    color: #333;
    opacity: 0.7;
    border-color: transparent;
}

.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: static;
}

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

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

.atsugi .service-item h3 {
    padding: 0 0 16px 0;
    margin: 0 0 32px 0;
    background: #fff;
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 4px solid #8e64b7;
}

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

.atsugi .service-description-wrapper {
    flex: 1;
}

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

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

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

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

.atsugi .service-link .external-link-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/external_link_btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.atsugi .service-image {
    width: 390px;
    flex-shrink: 0;
}

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

.atsugi .ev-price-box {
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 20px;
    box-sizing: border-box;
    height: auto;
    min-height: 200px;
}

.atsugi .ev-icon-wrapper {
    background: #0073e6;
    border-radius: 50%;
    width: 136px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.atsugi .ev-icon-wrapper img {
    width: 83px;
    height: auto;
    display: block;
}

.atsugi .ev-text-wrapper {
    text-align: center;
}

.atsugi .ev-label {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 4px;
}

.atsugi .ev-price {
    font-size: 63px;
    font-weight: 700;
    color: red;
    line-height: 1;
    margin: 0;
}

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

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

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

.atsugi .pass-panel {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 24px 32px 40px 32px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.atsugi .pass-panel-header {
    background: #f8edf4;
    border-radius: 24px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.atsugi .pass-panel-title {
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}

.atsugi .pass-panel-title .title-icon {
    width: 64px;
    height: 64px;
}

.atsugi .pass-panel-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.atsugi .pass-panel-header .title-bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 120%;
    width: auto;
    opacity: 0.8;
}

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

.atsugi .pass-item {
    width: 100%;
}

.atsugi .pass-item h3 {
    padding: 0 0 16px 0;
    margin: 0 0 32px 0;
    background: #fff;
    color: #333;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    border-bottom: 4px solid #8e64b7;
}


/* Coupon Table */
.atsugi .coupon-table-container {
    display: flex;
    border: 1px solid #ccc;
    background: #fff;
    flex: 1;
    max-width: 480px;
}

.atsugi .coupon-header {
    background: #fbfbfb;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    font-weight: 600;
    width: 100px;
    box-sizing: border-box;
    font-size: 16px;
}

.atsugi .coupon-body {
    flex: 1;
}

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

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

.atsugi .coupon-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 32px;
}

.atsugi .coupon-name {
    font-weight: 600;
    font-size: 16px;
}

.atsugi .coupon-price-val {
    text-align: right;
}

.atsugi .coupon-price-val .price-val {
    color: #fd2e8a;
    font-weight: 600;
    font-size: 40px;
    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 {
    font-size: 13px;
    line-height: 1.4;
    color: #333;
    text-align: center;
}

/* Monthly Section */
.atsugi .monthly-wrapper {
    display: block;
}

.atsugi .monthly-top-section {
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.atsugi .monthly-price-image img {
    width: 420px;
    height: auto;
    display: block;
}

.atsugi .monthly-spec {
    margin-bottom: 32px;
}

.atsugi .monthly-contact-box {
    background: #f4f4f4;
    margin-top: 24px;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.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: 14px;
    margin: 0;
    line-height: 1.4;
}


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

.atsugi .spots-panel {
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    padding: 24px 32px 40px 32px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.atsugi .spots-panel-header {
    background: #f8edf4;
    border-radius: 24px;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.atsugi .spots-panel-title {
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}

.atsugi .spots-panel-title .title-icon {
    width: 64px;
    height: 64px;
}

.atsugi .spots-panel-title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.atsugi .spots-panel-header .title-bg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: auto;
    opacity: 0.8;
}

.atsugi #spots .intro-text {
    margin-bottom: 32px;
}
.atsugi #spots .intro-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.atsugi .spot-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.atsugi .spot-card {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: calc(50% - 16px);
    align-items: flex-start;
    padding-bottom: 0;
    border-bottom: none;
    box-sizing: border-box;
}

.atsugi .spot-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.atsugi .spot-card-image {
    width: 160px;
    height: 120px;
    flex-shrink: 0;
    margin-bottom: 0;
}

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

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

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

.atsugi .spot-card-title::before {
    content: none;
}

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

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

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

.atsugi .spot-card-link {
    margin-top: 0;
}

.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 .spot-card-link a:hover .external-link-icon {
    background-image: url("../images/external_link.png");
}

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

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

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

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

.atsugi .more-info .link-item a {
    font-weight: 600;
    text-decoration: underline;
    display: inline;
    color: #3166b6;
    font-size: 16px;
    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;
}

.atsugi #spots .parking-status-button {
    margin: 48px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

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

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