/* header */
#nav-area-fullwidth {
    align-items: center;
}

#nav-area-fullwidth .logo img {
    height: auto;
    width: 50%;
    margin-left: 0;
    max-width: 240px;
}

/* loading logo */
.loading-screen {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    max-width: 454px;
    width: 80%;
}

.loading-logo {
    width: 100%;
    height: auto;
    animation: fadeIn 1.5s ease-in-out forwards;
    animation-delay: 0.5s;
}

/* --- スライドショー --- */
.slideshow-section {
    padding: 0 0 60px 0;
    box-sizing: border-box;
}

.slideshow-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.slide-item.is-active {
    opacity: 1;
    z-index: 2;
}

.slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.concept-section, .price-section {
    padding: 60px 0;
}

/* title */
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}

.section-title h2 {
    color: #333;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}

.section-title h2::before {
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    font-size: 60px;
    z-index: -1;
    color: rgba(186, 186, 234, 0.1);
}

.section-title span {
    color: #0000cc;
}

.section-title div {
    border-bottom: 3px solid;
    padding: 0 6em .75em 6em;
    font-weight: 500;
}


/* concept section */
.concept-section {
    color: #333;
    margin-bottom: 0;
}

.section-text-container {
    text-align: center;
    font-size: 1.5em;

    background: url(http://bransic.net/wp-content/uploads/2025/10/bransic_logo_透過.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}

.concept-section::before,
.concept-section::after {
    content: "";
    display: block;
    height: 50px;
    width: 0;
    transition: width 1s ease-out;
}

.concept-section.is-visible::before,
.concept-section.is-visible::after {
    width: 85%;
}

.concept-section::before {
    border-top: 2px solid #a4a4a4;
    margin-left: 15px;
}

.concept-section::after {
    border-bottom: 2px solid #a4a4a4;
    margin: auto 15px 0 auto;
}

/* studioセクション※既存エリア */
#studio-area .section-title h2::before {
    content: "Studio";
}

/* 既存要素を上書き */
.page-tab-child ul li.active a {
    font-weight: 500 !important;
}

/* contact section */
.contact-section .section-title h2::before {
    content: "Contact";
}

.contact-section__text {
    text-align: center;
    padding-bottom: 0.5em;
    width: 95%;
    margin: 0 auto;
}

.contact-btn {
    margin: 25px 0;
}

.contact-btn a {
    text-align: center;
    width: 150px;
    background-color: #0000cc;
    color: #fff;
    padding: 20px;
    font-size: 1.25em;
    font-weight: 500;
    margin: 0 auto;
}

.contact-btn a:hover {
    opacity: 0.65;
}

/* access section */
.access-section .section-title h2::before {
    content: "Access";
}

.nearest-station, .studio-address {
    margin-bottom: 32px;
}

.nearest-station__title, .studio-address__title, .google-map__title {
    text-align: center;
    padding-bottom: 0.5em;
    width: 95%;
    margin: 0 auto 25px auto;
    font-size: 1.2em;
    font-weight: 500;
}

.nearest-station__title span, .studio-address__title span, .google-map__title span {
    font-size: .85em;
}

.nearest-station__content, .studio-address__content {
    display: flex;
    justify-content: center;
    line-height: 1.25em;
}

.station-jr, .station-subway, .address-main, .address-note {
    /* width: 50%; */
    min-width: 310px;
}

.station-jr p, .station-subway p, .address-main p, .address-note p {
    font-weight: 500;
    font-size: 1.1em;
}

.station-jr, .address-main {
    border-right: 1px solid;
    padding-right: 25px;
}

.station-subway, .address-note {
    padding-left: 25px;
}

.google-map {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.address-note__pdf a {
    display: inline;
    color: #0000cc;
}

/* --- Information --- */
.information-section {
    padding: 60px 0;
}

.information-section .section-title h2::before {
    content: "Information";
}

.information-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.information-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0;
    border-bottom: 1px solid #e0e0e0;
}

.information-item:last-child {
    border-bottom: 0;
}

.item-thumbnail a {
    display: block;
}

.item-thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.item-content {
    flex: 1;
}

.item-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
}

.item-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item-categories a {
    background-color: #0000cc;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.item-categories a:hover {
    opacity: 0.65;
}

.item-date {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.item-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.5;
}

.item-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

.item-title a:hover {
    opacity: 0.65;
}

.more-btn {
    margin: 25px 0;
}

.more-btn a {
    text-align: center;
    width: 150px;
    background-color: #0000cc;
    color: #fff;
    padding: 20px;
    font-size: 1.5em;
    font-weight: 500;
    margin: 0 auto;
}

.more-btn a:hover {
    opacity: 0.65;
}

.tab-content-child table {
	font-size: 12px;
}

#price-area {
	display: flex;
	justify-content: center;
}
#price-area table {
	display: table;
	color: #666;
    width: 100%;
}
#price-area table .cat {
	text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #0000cc;
    padding: 20px 0 10px 0;
    border-bottom: solid 1px #ccc;
}

#price-area table .equip {
    border-top: solid 1px #ccc;
    white-space: nowrap;
	vertical-align: top;
    width: 33%;
    padding: 14px 20px 0;
    text-align: right;
}

#price-area table tr:last-child .equip {
	border-bottom: solid 1px #ccc;
}

#price-area table tr td {
	vertical-align: top;
	padding: 5px;
	line-height: 1.8;
	border-bottom: 1px solid #ccc;
}

.price-block {
    flex-grow: 1;
}


@media screen and (max-width: 1279.98px) {
    .information-item {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023.98px) {
    #nav-area-fullwidth .logo img {
        max-width: 160px;
    }
    .menu-trigger {
        top: 32px !important;
    }

	#price-area table {
		width: 100%;
	}
	.price-block {
		width: 100%;
		margin: 10px;
	}

	#price-area table tr {
		display: grid;
	}
	#price-area table .cat {
		width: 100%;
		margin-top: 20px;
	}

	#price-area table .equip {
		width: 100%;
        border-top: none;
        padding: 25px 0 0 0;
        text-align: left;
	}

	#price-area table tr td {
		padding: 0;
	}
	#price-area table ul li {
		white-space: wrap;
        padding: 8px 0 20px;
	}

	#price-area table tr:last-child .equip {
    	border-bottom: none;
	}
}

@media screen and (max-width: 700px) {
    .nearest-station__content, .studio-address__content {
        width: 95%;
        margin: 0 auto;
    }

    .station-jr, .station-subway, .address-main, .address-note {
        width: 50%;
        min-width: unset;
    }

    .station-jr, .address-main {
        padding-right: 10px;
    }

    .station-subway, .address-note {
        padding-left: 10px;
    }

    .station-jr p, .station-subway p, .address-main p, .address-note p {
        text-align: center;
    }

    .section-text-container {
        width: 95%;
        margin: 0 auto;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
