@charset "UTF-8";


main {
 font-family: 'Noto Serif JP', serif;
}

/*-----------------------------------------
	Title Area (Senior)
-----------------------------------------*/
.title_area {
    padding-top: 0;
}
.title_area h2 span {
    color: #fff;
    padding: 0;
}
.senior_title {
    position: relative;
    width: 100%;
    background: #f3efe4;
}
.senior_title_bg {
    position: relative;
    width: 100%;
    line-height: 0;
}
.senior_title_bg img {
    width: 100%;
    height: auto;
    display: block;
}
.senior_title_bg .image_caption {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    font-size: 11px;
    padding: 2px 0;
    line-height: 1;
}

.senior_title_box {
    position: relative;
    width: 90%;
    max-width: 680px;
    margin: -140px auto -40px;
    padding: 40px 60px;
    color: #fff;
    text-align: center;
}
.senior_title_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30,105,145, 1) 0%, rgba(133,28,93, 1) 100%);
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
    mix-blend-mode: multiply;
    z-index: 1;
}

.senior_title_box h2,
.senior_title_box p,
.senior_title_divider {
    position: relative;
    z-index: 10;
}

.senior_title_box h2 {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 54px;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 4px 3px 3px rgba(0, 0, 0, 0.4);
}
.senior_title_box h2 .small {
    font-size: 28px;
}
.senior_title_box h2 span.underline {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.senior_title_divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
    margin: 0 auto 30px;
    padding: 0;
}

.senior_title_box p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    padding: 0;
}

@media (max-width: 768px) {
    .title_area {
			padding: 0 0 43px;
		}
		.senior_title_bg {
			margin-bottom: 30px;
		}
    .senior_title_box {
        margin: 0 auto;
        padding: 30px 20px;
    }
    .senior_title_box::before {
        clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    }
    .senior_title_box h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .senior_title_box h2 .small {
        font-size: 16px;
    }
    .senior_title_box p {
        padding-top: 0;
        font-size: 12px;
    }
    .senior_title_bg .image_caption {
        left: 5px;
				bottom: 5px;
    }
}

/*-----------------------------------------
	Schedule Area
-----------------------------------------*/
.schedule_area {
    color: #333;
    background-color: #f3efe4;
}

.schedule_wrap {
    max-width: 1152px;
    margin: 0 auto;
    position: relative;
    padding: 2rem;
}
@media (max-width: 767px) {
    .schedule_wrap {
        padding: 0;
        width: 95%;
    }
}

.schedule_inner {
    position: relative;
    padding-bottom: 1rem;
}
.schedule_inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #9ca3af;
    z-index: 1;
}

.schedule_content {
    display: flex;
    flex-direction: row; /* Always 2 columns as per user request */
    position: relative;
}
.schedule_content.sch02 .box_body {
	margin-bottom: 0;
}
.schedule_content.sch02 .btn_image_wrapper {
	margin: 0 0 0 auto;
}
.schedule_content.sch02 .holiday_box .btn_image_wrapper {
	margin: 0 auto 0 0;
}

.schedule_box {
    flex: 1;
}
.schedule_content > :first-child {
    /* border-right: 1px solid #9ca3af; */
}

.schedule_box {
    padding: 3rem;
    display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
    .schedule_box {
        padding: 10px 0.5rem;
    }
		.schedule_content.sch02 .box_body {
		margin-bottom: 2rem;
	}
}

.box_header {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
}
.holiday_box .box_header {
    flex-direction: row;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .box_header {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 2rem;
    }
    .holiday_box .box_header {
        flex-direction: column-reverse;
    }
}

.header_icon {
    display: flex;
    align-items: flex-end;
    height: 6rem;
		width: 46%;
}

.header_title {
    text-align: center;
}

.header_title .en {
	position: relative;
    letter-spacing: 0.1em;
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
}
.weekday_box .header_title .en,
.weekday_box .header_title .ja {
    color: #2478a6;
}
.holiday_box .header_title .en,
.holiday_box .header_title .ja {
    color: #8e3e7a;
}
.weekday_box .header_title .en::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	bottom: -5px;
	background-color: #2478a6;
}
.holiday_box .header_title .en::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 1px;
	bottom: -5px;
	background-color: #8e3e7a;
}

.header_title .ja {
    font-size: 1.875rem;
    padding-bottom: 0.25rem;
}

.box_body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    text-align: left;
}
.holiday_box .box_body {
    flex-direction: row-reverse;
}
@media (max-width: 767px) {
    .box_body {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 15px;
				margin-bottom: 4rem;
    }
    .holiday_box .box_body {
        flex-direction: column;
        gap: 15px;
    }
    .header_icon {
        width: 60%;
    }
}

.vertical_text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
@media (max-width: 767px) {
    .vertical_text {
        writing-mode: horizontal-tb;
    }
}
.tcy {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
}

.vertical_text.title {
    font-size: 30px;
    line-height: 1.625;
    letter-spacing: -0.05em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
@media (max-width: 767px) {
    .vertical_text.title {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0;
    }
}

.vertical_text.desc {
    font-size: 15px;
    line-height: 2;
    height: 23rem;
}
@media (max-width: 767px) {
    .vertical_text.desc {
        font-size: 12px;
        line-height: 1.8;
        height: auto;
    }
}

.image_box {
    display: flex;
    flex-direction: column;
}
.image_box .time {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    text-align: center;
}
.weekday_box .image_box .time {
    color: #2478a6;
}
.holiday_box .image_box .time {
    color: #8e3e7a;
}

.image_wrap {
    position: relative;
    max-width: 300px;
}
.image_wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.image_caption {
    position: absolute;
    bottom: 3px;
    left: 0.5rem;
    color: #ffffff;
    font-size: 10px;
    text-align: left;
}

.box_divider {
    width: 100%;
    border-bottom: 1px dashed #6b7280;
    margin-top: auto;
}

.btn_wrap {
    width: 100%;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.toggle_btn {
    background: linear-gradient(to right, #2478a6, #8e3e7a);
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    transition: opacity 0.3s;
    border: none;
    cursor: pointer;
}
.toggle_btn:hover {
    opacity: 0.9;
}
.toggle_btn span {
    letter-spacing: 0.1em;
    font-size: 1rem;
}
@media (max-width: 767px) {
    .btn_wrap {
        width: 70%;
        bottom: 3rem;
    }
    .toggle_btn {
        padding: 0.5rem 2rem;
    }
    .toggle_btn span {
        font-size: 0.875rem;
    }
    .image_box .time {
        font-size: 20px;
        margin-bottom: 1rem;
        text-align: center;
    }
}
.toggle_btn svg {
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    width: 100%;
}
#accordion_location .accordion_inner {
	background: #fff;
}
#accordion_plan_2 .accordion_inner header{
	background: #f3efe4;
}
.accordion_content.open {
    /* JS sets max-height dynamically */
}

.accordion_inner {
    padding: 0 3rem 3rem;
}
@media (max-width: 767px) {
    .accordion_inner {
        padding: 0 1rem 2rem;
    }
}

.accordion_box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    backdrop-filter: blur(4px);
}
.accordion_box h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    color: #374151;
}

.accordion_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    color: #4b5563;
    line-height: 1.625;
}
@media (max-width: 767px) {
    .accordion_flex {
        grid-template-columns: 1fr;
    }
}

.col_title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.col_title.weekday {
    color: #2478a6;
}
.col_title.holiday {
    color: #8e3e7a;
}

.col_desc {
    font-size: 0.875rem;
}


/*-----------------------------------------
	Plan Details (Accordion Content)
-----------------------------------------*/
.plan_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 20px;
}

.plan_head {
    margin-bottom: 40px;
    background: #f3efe4;
}
.plan_badge {
    display: inline-block;
    background: linear-gradient(90deg, #31698a 0%, #851c5d 100%);
    color: white;
    padding: 2px 45px;
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}

.main_title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
}

.sub_title {
    font-size: 48px;
    color: #851c5d;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.intro_text {
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 2.2;
    color: #333;
}

.spec_banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.type_frame {
    display: flex;
    background: transparent;
    height: 64px;
    align-items: center;
}

.type_main {
    padding: 0 20px 5px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    border: 2px solid #006a8f;
}

.type_a {
    font-size: 38px;
    color: #006888;
    font-weight: normal;
}

.type_text {
    font-size: 18px;
    color: #006888;
    font-weight: bold;
}
.type_ldk {
    font-size: 30px;
    color: #006888;
    font-weight: bold;
}

.type_separator {
    width: 1.5px;
    height: 70%;
    background-color: #006888;
}

.type_direction {
    padding: 16px 15px;
    border-top: 2px solid #006a8f;
    border-bottom: 2px solid #006a8f;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 17px;
}

.area_stats {
    text-align: left;
    line-height: 1.2;
}

.main_area_row {
    display: flex;
    align-items: baseline;
    margin-bottom: 2px;
}

.label_small {
    font-size: 10px;
    font-weight: bold;
    margin-right: 5px;
    transform: scale(0.9);
    position: relative;
    bottom: 8px;
}

.number_large {
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.unit_medium {
    font-size: 18px;
    font-weight: bold;
    margin-right: 8px;
}

.tsubo_text {
    font-size: 12px;
    font-weight: bold;
}

.sub_stats {
    font-size: 11px;
    font-weight: bold;
    list-style: none;
    padding-left: 0;
}

.sub_stats li::before {
    content: "●";
    margin-right: 3px;
    color: #006888;
}

.main_visual_unit {
    max-width: 900px;
    margin: 0 auto;
}

.composite_image {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.06));
}

@media (max-width: 850px) {
    .plan_head {
        margin-bottom: 20px;
    }
    .spec_banner {flex-direction: column;align-items: center;gap: 20px;padding-left: 0;margin-bottom: 20px;}
    .main_title {font-size: 24px;}
    .sub_title {font-size: 29px;}
    .type_frame {height: auto;padding: 10px 0;flex-direction: column;gap: 10px;}
    .intro_text {
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 20px;
    }
.type_a {
    font-size: 30px;
}

.type_text {
    font-size: 14px;
}
.type_ldk {
    font-size: 22px;
}

.type_direction {
    margin-left: 0;
}
.plan_container {
    padding: 0;
}

}

/*-----------------------------------------
	Sub Accordion Area (8:00 / 11:30)
-----------------------------------------*/
.btn_image_wrapper {
    width: 100%;
    max-width: 340px;
    cursor: pointer;
    transition: opacity 0.2s;
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    display: block;
}
.btn_image_wrapper:hover {
    opacity: 0.8;
}
.dummy_btn_img {
    width: 100%;
    height: auto;
    display: block;
}

.sub_accordion_container {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}
.sub_accordion_container.open {
    /* JS sets max-height dynamically */
}

.sub_content_inner {
    padding: 60px 40px;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.3s;
}
.sub_accordion_container.open .sub_content_inner {
    opacity: 1;
    transform: translateY(0);
}
#sub_content_inner_2 {
    background: #f3efe4;
}

@media (max-width: 768px) {
    .sub_accordion_container.open .sub_content_inner {
        padding-bottom: 30px;
    }
}

/*-----------------------------------------
	Quality Area
-----------------------------------------*/
.quality_area {
    padding: 100px 20px;
    background-color: #fff;
    color: #1a1a1a;
}
.quality_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.quality_header {
    text-align: center;
    margin-bottom: 60px;
}
.quality_badge {
    display: inline-block;
    background: linear-gradient(90deg, #31698a 0%, #851c5d 100%);
    color: #f5e37e;
    padding: 6px 50px;
    font-size: 14px;
    margin-bottom: 30px;
}
.quality_main_title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/* フルフラット / 手摺 */
.quality_features_row {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}
.feature_col.flat_floor {
    flex: 5.5;
}
.feature_col.handrail {
	flex: 4.5;
	display: flex;
	gap: 20px;
}
.feature_col.handrail .ttl_area {
	width: 40%;
}
.feature_col.handrail .feature_flex {
	width: calc(60% - 20px);
}
.feature_flex {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.feature_flex .feature_desc {
    flex: 1;
}
.feature_flex .feature_img {
    flex: 1.2;
}
.img_cap {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.4;
    color: #333;
    text-align: center;
}
.img_cap.right {
    text-align: right;
}
.feature_title {
    background-color: #beb290;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    letter-spacing: 0.1em;
}
.feature_desc {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
}
.feature_img img {
    width: 100%;
    height: auto;
    display: block;
}

/* セキュリティ */
.quality_security_wrap {
    margin-top: 60px;
}
.security_intro {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 40px;
}

.security_diagram_area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}

.sec_diagram_img {
    width: 100%;
    max-width: 380px;
    height: auto;
}

/* Tebraキー部 */
.sec_item_tebra {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 100px;
}
.tebra_text {
    flex: 1;
    border-top: 1px solid #333;
    padding-top: 40px;
}
.tebra_text h4 {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin-bottom: 20px;
}
.tebra_text p {
    font-size: 15px;
    line-height: 1.8;
}
.tebra_notes {
    display: block;
    margin-top: 15px !important;
    font-size: 12px !important;
    color: #333;
}
.tebra_img {
    flex-shrink: 0;
    margin-top: -37px; /* 横線をまたぐように上にずらす */
    z-index: 2;
}
.tebra_img img {
    width: 176px;
    height: auto;
}

@media (max-width: 850px) {
    .quality_area {
        padding: 60px 5%;
    }
    .quality_main_title {
        font-size: 22px;
    }
    .quality_header {
        margin-bottom: 20px;
    }
    .quality_features_row {
        gap: 20px;
        flex-direction: column;
    }
		.feature_col.handrail {
			flex-direction: column;
		}
		.feature_col.handrail .ttl_area {
			width: 100%;
		}
		.feature_col.handrail .feature_flex {
			width: 100%;
		}
    .feature_title {
        font-size: 16px;
    }
    .feature_desc {
        font-size: 14px;
    }
    .sec_center_col { order: -1; margin-bottom: 20px; }
    .sec_item.inline_img { flex-direction: column; }
    .sec_item_tebra {flex-direction: column;gap: 25px;margin-top: 30px;align-items: center;}
    .tebra_img { margin-top: 0; }
    .tebra_img img { width: 100%; max-width: 240px; }
    .feature_flex {
        flex-direction: column;
    }
    .feature_flex .feature_desc,
    .feature_flex .feature_img {
        width: 100%;
    }
}

/*-----------------------------------------
	Support Service Area
-----------------------------------------*/
.support_service_area {
    padding: 80px 20px;
    background-color: #f7f7f7;
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
}
.support_inner {
    max-width: 1000px;
    margin: 0 auto;
}
.support_main_title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

.support_columns {
    display: flex;
    gap: 60px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
}
.support_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sup_logo_wrap {
    text-align: center;
    margin-bottom: 25px;
}
.sup_small_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sup_small_title.blue {
    color: #1b5296;
    letter-spacing: 0.6em;
    margin-right: -0.6em;
}
.sup_small_title.red {
    color: #c92f2b;
    letter-spacing: 0.1em;
}

.sup_logo_img {
    height: auto;
    width: 200px;
    margin-bottom: 10px;
    mix-blend-mode: multiply;
}
.hotline .sup_logo_img {
    width: 457px;
}

.sup_duration {
    font-size: 14px;
    font-weight: bold;
}

.sup_features {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
}
.sup_bullet_blue {
    color: #1b5296;
    margin: 0 4px 0 10px;
}
.sup_bullet_red {
    color: #c92f2b;
    margin: 0 4px 0 10px;
}
.sup_features span:first-child {
    margin-left: 0;
}

.sup_notes {
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
}
.sup_notes.center {
    text-align: center;
}

@media (max-width: 850px) {
    .support_columns {
        /* Maintain 2 columns */
        flex-direction: column;
        gap: 30px;
        padding-top: 30px;
    }
    .sup_logo_img {
        width: 100%;
        max-width: 220px; /* Smaller for 2-col mobile */
    }
}

/*-----------------------------------------
	STATION FRONT (Accordion Content)
-----------------------------------------*/
.sf_container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.sf_header_wrap {
    margin-bottom: 50px;
}
.sf_badge {
    display: inline-block;
    background: linear-gradient(90deg, #31698a 0%, #851c5d 100%);
    color: #f5e37e;
    padding: 6px 45px;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
}
.sf_compass {
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 60px;
    height: auto;
    z-index: 2;
}
.sf_main_title {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 30px;
    color: #333;
}
.sf_intro_text {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333;
}
.sf_feature_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    margin: 0 auto 50px;
}
.sf_feature_item img {
    width: 100%;
    height: auto;
    display: block;
}
.sf_visual_pers {
    position: relative;
    margin: 0 auto 40px;
}
.sf_visual_pers .sf_main_img {
    width: 100%;
    height: auto;
    display: block;
}
.sf_visual_badge {
    position: absolute;
    top: 57%;
    right: 0%;
    transform: translateY(-50%);
    width: 25%;
    max-width: 220px;
    height: auto;
    z-index: 2;
}
.sf_visual_map {
    margin: 0 auto;
}
.sf_visual_map .sf_map_img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 850px) {
    .sf_main_title {
        font-size: 22px;
    }
    .sf_feature_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .sf_visual_badge {
        width: 33%;
        right: -10px;
        top: 56%;
    }
    .sf_header_wrap {
        margin-bottom: 20px;
    }
    .sf_compass {
        width: 30px;
    }
}

/*-----------------------------------------
	ACCESS (Accordion Content)
-----------------------------------------*/
.acc_container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.acc_diagram_wrap {
    margin: 0 auto 50px;
}
.acc_diagram_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.acc_photo_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
}
.acc_photo_item {
    text-align: center;
}
.acc_photo_img_wrap {
    position: relative;
    margin-bottom: 20px;
}
.acc_photo_img_wrap img {
    width: 100%;
    height: auto;
    display: block;
}
.acc_caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 13px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    font-family: inherit;
}
.acc_photo_title {
    font-size: 24px;
    font-weight: normal;
    color: #333;
}
@media (max-width: 850px) {
    .acc_photo_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .acc_photo_title {
        font-size: 16px;
    }
}

/*-----------------------------------------
	LOCATION (Accordion Content)
-----------------------------------------*/
.loca_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}
.loca_header {
    margin-bottom: 60px;
    /* background: #f3efe4; */
    z-index: 1;
}
.loca_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}
.loca_item {
    text-align: center;
}
.loca_title {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
}
.loca_img_wrap {
    position: relative;
    padding-left: 10px; /* バッジがはみ出る分の余白 */
    padding-bottom: 10px;
}
.loca_img_wrap > img:first-child {
    width: 100%;
    height: auto;
    display: block;
}
.loca_circle_badge {
    position: absolute;
    bottom: -5px;
    left: -15px;
    width: 35%;
    max-width: 110px;
    height: auto;
    z-index: 2;
}
.loca_caption {
    position: absolute;
    bottom: 15px;
    right: 5px;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
@media (max-width: 850px) {
    .loca_container {
        padding: 40px 0;
    }
    .loca_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
    .loca_img_wrap {
        padding-left: 0;
    }
    .loca_circle_badge {
        width: 30%;
        bottom: 0px;
        left: -10px;
    }
    .loca_title {
        font-size: 14px;
    }
}

/*-----------------------------------------
	Utility Classes (Extracted from HTML inline styles)
-----------------------------------------*/
.schedule_inner.pb_0 {
    padding-bottom: 0;
}
.schedule_box.pt_2rem {
    padding-top: 2rem;
}
.vertical_text.desc.h_16rem {
    height: 21rem;
}
.weekday_box .image_box .time.c_blue_dark {
    color: #1a5e7a;
}
.holiday_box .image_box .time.c_purple_dark {
    color: #702a54;
}
.box_divider.mt_2rem {
    margin-top: 2rem;
}
.image_caption.caption_custom {
    bottom: 10px;
    width: auto;
    padding: 2px 0;
}
.sub_content_inner.d_none {
    display: none;
}
.security_diagram_single {
    text-align: center;
    margin: 40px 0;
}
.sec_diagram_single_img {
    width: 100%;
    max-width: 900px;
    height: auto;
}
@media (max-width: 768px) {
    .vertical_text.desc.h_16rem {
        height: 7rem;
        line-height: 1.6;
    }
}

/* 最後のセクションのみ点線の位置で止める */
.schedule_inner.last_section::before {
    bottom: 4rem; /* PCではボックスのパディング分 */
}
@media (max-width: 767px) {
    .schedule_inner.last_section::before {
        bottom: 1.5rem; /* ボタンエリア分を考慮して調整 */
    }
    .security_diagram_area { 
        margin-bottom: 0;
    }
    .tebra_text h4 {
        font-size: 16px;
    }
    .tebra_text p {
        font-size: 14px;
        line-height: 1.8;
    }
    .sup_small_title.blue {
        letter-spacing: 0;
    }
    .sup_features {
        font-size: 13px;
    }
    .support_service_area {
        padding: 40px 5%;
    }
    .support_main_title  {
        font-size: 22px;
    }
}

.model_txt {
    width: 90%;
    max-width: 800px;
    margin: 80px auto;
}
@media (max-width: 768px) { 
.model_txt {
    margin: 40px auto;
}
}