@charset "utf-8";

/* ==========================================
profile
========================================== */

.profile-container {
    max-width: 122rem;
    margin: 5rem auto 0;
}

.profile-item {
    display: flex;
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: solid 1px var(--primary-light);
}

.profile-dt {
    max-width: 21rem;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.5em;
}

.profile-dd {
    flex: 1;
    font-weight: normal;
    margin: 0 0 0 2rem;
}

.profile-note-text {
    font-size: 1.6rem;
    margin: 0.5rem 0 0;
}

.profile-map {
    max-width: 122rem;
    width: 100%;
    height: 40rem;
    margin: 6rem auto 0;
}

.profile-map > iframe {
    width: 100%;
    height: 100%;
}

/* ==========================================
History
========================================== */

.history-frame {
    max-width: 122rem;
    width: 100%;
    padding: 10rem 1.5rem;
    margin: auto;
}

.history-container {
    max-width: 102rem;
    margin: 5rem auto 0;
}

.history-list {
    letter-spacing: 0.03em;
    line-height: 1.5em;
    overflow: hidden;
}

.history-item {
    display: flex;
    justify-content: space-between;
    padding: 3rem 1rem;
    border-bottom: solid 1px var(--primary-light);
}

.history-dt {
    max-width: 10rem;
    width: 100%;
	font-size: 2rem;
    padding: 0 3rem 0 0;
    position: relative;
}

.history-dt:before {
    content: "";
    display: block;
    width: 1px;
    height: 300%;
    background: var(--secondary);
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
}

.history-dt:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 1rem;
    right: 0;
}

.history-dd {
    flex: 1;
    margin: 0 0 0 3rem;
}

.history-note-text {
    font-size: 1.6rem;
    margin: 0.5rem 0 0;
}

/* ==========================================
Contact
========================================== */

.contact-container {
    margin: 4rem 0 0;
}

.contact-tel-area {
    max-width: 64.5rem;
    width: 100%;
	padding: 3rem 1.5rem 2rem;
	border-radius: 0.3rem;
    margin: 6rem auto 0;
}

.contact-tel-title {
	font-size: 2rem;
	letter-spacing: 0.03em;
	line-height: 1.45em;
	text-align: center;
}

.contact-tel-text {
	text-align: center;
	margin: 1rem 0 0;
}

.contact-tel-box {
	font-size: 3rem;
	font-family: var(--font-family04);
	line-height: 1.2em;
	padding: 2.1rem 1.5rem;
    margin: 1.5rem auto 0;
}

.contact-tel-box:before {
	content: "";
	display: block;
	max-width: 1.56rem;
	width: 100%;
	height: 1.56rem;
	background: url(../../../../uploads/tel_icon_secondary.svg) no-repeat center / contain;
	margin: 0 1rem 0 0;
}

.contact-tel-box:hover {
	background: var(--primary);
	color: var(--secondary);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

    /* ==========================================
    Profile
    ========================================== */

    .profile-note-text {
        font-size: 1.4rem;
    }

    /* ==========================================
    History
    ========================================== */

    .history-note-text {
        font-size: 1.4rem;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

    /* ==========================================
    Profile
    ========================================== */

    .profile-frame {
        padding: 6rem 1.5rem;
    }
    
    .profile-container {
        margin: 2.5rem auto 0;
    }

    .profile-item {
        padding: 1.5rem 1rem;
    }
    
    .profile-dt {
        font-size: 1.8rem;
    }

    .profile-note-text {
        font-size: 1.2rem;
    }

    .profile-map {
        height: 35rem;
        margin: 4rem auto 0;
    }

    /* ==========================================
    History
    ========================================== */

    .history-frame {
        padding: 5rem 1.5rem;
    }
    
    .history-container {
        margin: 2.5rem auto 0;
    }

    .history-dt {
        font-size: 1.8rem;
    }

    .history-item {
        padding: 1.5rem 1rem;
    }

    .history-note-text {
        font-size: 1.2rem;
    }

    /* ==========================================
    Contact
    ========================================== */

    .contact-container {
        margin: 3rem 0 0;
    }

	.contact-tel-area {
		padding: 1.5rem 1.5rem 1rem;
		margin: 3rem auto 0;
	}
	
	.contact-tel-title {
		font-size: 1.8rem;
	}
	
	.contact-tel-box {
		font-size: 2.6rem;
	}
	
	.contact-tel-text {
		margin: 0.5rem 0 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

    /* ==========================================
    Profile
    ========================================== */
    
    .profile-dt {
        font-size: 1.6rem;
    }

    /* ==========================================
    History
    ========================================== */
    
    .history-dt {
        font-size: 1.6rem;
    }

    /* ==========================================
    Contact
    ========================================== */
	
	.contact-tel-title {
		font-size: 1.6rem;
	}
	
	.contact-tel-box {
		font-size: 2.2rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

    /* ==========================================
    Profile
    ========================================== */

    .profile-item {
        flex-direction: column;
    }
    
    .profile-dt {
        width: 100%;
    }
    
    .profile-dd {
        margin: 0.5rem 0 0;
    }

	/* ==========================================
	Contact
	========================================== */

	.contact-tel-box {
		font-size: 2rem;
		padding: 1.16rem 1.5rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */