@charset "utf-8";

/*-----------------------------------------------------------
spヘッダー
-----------------------------------------------------------*/

.sp-header {
    width: 100%;
    height: 8rem;
    display: none;
    /* padding: 0 8rem 0 0; */
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    border-top: 1px solid var(--white);
}

.sp-header-block {
    width: 100%;
    height: 100%;
    flex: 1;
    border-right: solid 1px;
}

.sp-header-block-color {
    background: var(--primary);
    border-color: #fff;
    color: #fff;
}

.sp-header-link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sp-header-link > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.sp-header-link > a:before {
    content: "";
    display: inline-block;
    max-width: 3rem;
    width: 100%;
    height: 3rem;
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
}

.sp-header-link-pagetop > a:before {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
}

.sp-header-link-tel > a:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
}

.sp-header-link-contact > a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
}

.sp-header-link-text {
    font-size: 1.4rem;
    margin: 0.7rem 0 0;
    line-height: 1em;
}

.sp-header-link .fa-phone,
.sp-header-link .fa-map-pin,
.sp-header-link .fa-instagram {
    font-size: 2.8rem;
}

/* ---------- ハンバーガーボタン ---------- */

.js-hamburger-btn {
    padding: 1rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    top: auto;
    top: 1rem;
    right: 1rem;
    z-index: 99999;
    display: none;
    border: 1px solid var(--white);
}

.sp-nav-btn-color {
    background: var(--secondary);
    color: #fff;
}

.sp-nav-btn-bar-box {
    max-width: 4rem;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.sp-nav-btn-bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transition: .3s;
}

.sp-nav-btn-bar-top {
    top: 0;
}

.sp-nav-btn-bar-center {
    top: 50%;
    transform: translateY(-50%);
}

.sp-nav-btn-bar-bottom {
    top: 100%;
    transform: translateY(-100%);
}

.sp-nav-btn-text {
    font-size: 1.2rem;
    margin: .7rem 0 0;
    line-height: 1em;
}

.js-open .sp-nav-btn-bar-top {
    top: 50%;
    transform: rotate(35deg) translateY(-50%);
}

.js-open .sp-nav-btn-bar-center {
    opacity: 0;
}

.js-open .sp-nav-btn-bar-bottom {
    top: 50%;
    transform: rotate(-35deg) translateY(-50%);
}

/* ---------- ハンバーガーメニュー ---------- */

.js-sp-nav {
    max-width: 192rem;
    width: 100%;
    margin: auto;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    transition: ease .5s;
    z-index: 9999;
}

.js-sp-nav.js-open {
	right: 0;
}

.sp-nav-bg {
    background: var(--secondary);
}

.sp-nav-area {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 10rem 1.5rem;
}

.sp-nav-list {
	padding: 10rem 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-nav-list::-webkit-scrollbar {
	display:none;
}

.sp-nav-list-item {
	width: 100%;
	padding: 1.5rem 0;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: solid 1px var(--white);
    text-align: center;
}

.sp-nav-list-item a {
	color: var(--white);
    transition: all .3s;
}

.sp-nav-list-item a:hover {
	color: var(--white);
    opacity: 0.7;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	.sp-header {
		display: flex;
	}

	.js-hamburger-btn {
		display: flex;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {



}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */