@charset "utf=8";

/* ==========================================
ヘッダー
========================================== */

.header {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
	padding: 1.6rem 1.5rem 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 9999;
}

.header-frame {
    max-width: 188rem;
    width: 100%;
    margin: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.header-logo-box {
	margin: 0.6rem 0 0 0;
	max-width: 15.1rem;
	width: 20%;
}

.header-contact-area {
    max-width: 58rem;
    width: 100%;
}

.header-contact-text-box {
    text-align: center;
}

.header-btn-area {
	margin: 0.7rem auto 0;
    max-width: 58rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 2rem;
}

/* ==========================================
下層ヘッダー
========================================== */

.in-header-nav-area {
    max-width: 61.2rem;
    width: 100%;
    margin: 0.5rem 4rem 0 auto;
    display: flex;
    align-items: center;
}

.in-header-nav-link {
	margin: 0 0 0 2.5rem;
    display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--white);
	position: relative;
}

.in-header-nav-link:hover:before {
    content: "";
    display: inline-block;
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    margin: auto;
    border-bottom: 1px solid #FFF;
}

.in-header-nav-link:first-child {
	margin: 0;
}

.in-header-nav-link-text01 {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 0.05em;
	line-height: 1.4em;
}

.in-header-nav-link-text02 {
    font-size: 1.4rem;
    font-weight: 900;
}

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


.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #FFF;
}

.spNavLinkTxt {
	font-size: 12px;
	color: #FFF;
	margin: 5px 0 0;
}


.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #FFF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .3s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 11px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.js-open .spNavBtnBarItem {
	transition: ease .5s;
}

.js-open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}

.js-open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.js-open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}

.spHeader {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #FFF;
	z-index: 999;
}

.spNav {
	max-width: calc(100% - 70px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #ffe2e2;
}


.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #FFF;
}

.spNavLink {
	width: 100%;
	height: 100%;
}

.spNavLink > a {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.js-sp-nav {
	margin: auto;
	padding: 0 15px;
	max-width: 360px;
	width: 100%;
	position: fixed;
	top: auto;
	bottom: -100%;
    right: 0;
	z-index: 9999999;
	transition: ease .5s;
	background: url(../../../../uploads/footer_bg01.png);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.spMenuLink {
	padding: 0 5px;
	text-align: center;
	display: block;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.1578em;;
	color: #FFF;
	transition: all .3s;
}

.spMenuLink:last-child {
	border-right: none;
}

.spMenuLink:hover {
	opacity: 0.7;
}

.spMenuLink > a {
	padding: 10px;
	width: 100%;
	display: inline-block;
}


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

.spMenuArea {
	width: 100%;
	height: 100%;
}

.spMenuConte {
	padding: 120px 0 80px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}


.spMenuBx {
	margin-top: 30px;
}

/* spヘッダー */

.sp-header {
	display: none;
	padding: 0;
}

.js-hamburger-btn {
	padding: 10px 5px 5px;
	width: 52px;
	height: 52px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px solid #FFF;
	background: #2D343D;
	z-index: 99999999;
	transition: all .3s;
	/*
	position: fixed;
	right: 15px;
	top: 2.6%;
	*/
}

.js-hamburger-btn:hover {
	background: #B7BABE;
}

/*-----------------------------------------------------------
クローンヘッダー
-----------------------------------------------------------*/

/* .header.clone {
	display: none;
} */

.header.clone.is-animation {
	top: 0;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}

.header.clone {
	display: block;
	position: fixed;
	top: -96px;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	border-bottom: 0px solid #ccc;
	/* background: rgba(255, 255, 255, 90%);  */
	padding: 1rem 1.5rem;
	z-index: 999;
}

.header.clone .js-hamburger-btn {
	display: none;
	margin: auto 0 auto auto;
}

.header.clone .js-hamburger-btn {
	margin: auto 0 auto auto;
}

.header.clone .header-contact-area {
	display: none;
}

.spNavBtnBar {
	max-width: 30px;
	height: 20px;
	width: 100%;
	position: relative;
}


.spNavBtnTxt {
	margin: 0 auto 0;
	font-size: 12px;
	color: #FFF;
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #FFF;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 7px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.js-open .spNavBtnBarItem {
	transition: ease .5s;
}

.js-open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}

.js-open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.js-open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}

.js-sp-nav {
	max-width: 520px;
	display: block;
}

/* .header.clone .in-header-nav-area {
	display: none;
} */

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

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

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



}

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

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

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

	/* ==========================================
	下層ヘッダー
	========================================== */

	.in-header-nav-area {
		max-width: 51.2rem;
		width: 100%;
		margin: 0.5rem 2rem 0 auto;
	}

	.in-header-nav-link-text01 {
		font-size: 1.4rem;
	}

	.header-contact-area {
		max-width: 28rem;
		width: 100%;
	}

	.header-btn-area {
		max-width: 28rem;
		justify-content: center;
		flex-direction: column;
		gap: 1rem;
	}

	/* ==========================================
	ここまで
	========================================== */


	.header-navigation-area {
		justify-content: flex-start;
	}

	.header-navigatio-link {
		font-size: 1.7rem;
	}

	.header-contact-link {
		max-width: 18rem;
		font-size: 1.6rem;
		margin: 0 0 0 auto;
	}

	.header-tel-area {
		max-width: 22rem;
		margin: 0 4rem;
	}

	.header-tel {
		font-size: 3rem;
	}

	.header-navigation-box {
		display: none;
	}

	.spHeader {
		display: block;
	}

	
	.js-sp-nav {
		max-width: 1920px;
		display: block;
	}


}

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

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

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



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

	.header-contact-area {
		display: none;
	}

	.header-logo-box {
		max-width: 8rem;
		width: 100%;
	}

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

	/*-----------------------------------------------------------
	クローンヘッダー
	-----------------------------------------------------------*/

	/* .header.clone.is-animation {
		top: 0;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}

	.header.clone {
		display: block;
		position: fixed;
		top: -96px;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		border-bottom: 0px solid #ccc;
		background: rgba(255, 255, 255, 90%); 
		padding: 1rem 1.5rem;
		z-index: 999;
	} */

	/* ==========================================
	下層ヘッダー
	========================================== */

	.in-header-nav-area {
		display: none;
	}
	
	/*-----------------------------------------------------------
	spヘッダー
	-----------------------------------------------------------*/

	.js-hamburger-btn {
		display: flex;
	}
	
	.js-hamburger-btn {
		margin: auto 0 auto auto;
	}

	.spFa.spFa-pageTop {
		font-size: 40px;
	}

	.spNavLink {
		padding: 5px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.spNavLinkTxt {
		font-size: 12px;
		color: #FFF;
		margin: 5px 0 0;
	}

	.spNavLinkTxt:before {
		content: "";
		width: 20px;
		height: 20px;
		display: block;
		margin: 0 auto 14px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-align: center;
		font-size: 24px;
	}

	.spNavLinkTxt.spNavLinkTxt--top:before {
		content: "\f106";
	}

	.spNavLinkTxt.spNavLinkTxt--tel:before {
		content: "\f095";
	}

	.spNavLinkTxt.spNavLinkTxt--map:before {
		content: "\f041";
	}

	.spNavLinkTxt.spNavLinkTxt--contact:before {
		content: "\f0e0";
	}

	.spNavLinkTxt.spNavLinkTxt--calendar:before {
		content: "\f073";
	}

	.spNavLinkTxt.spNavLinkTxt--instagram:before {
		background: url(../../../../uploads/instagram_white.svg)no-repeat;
        background-size: 30px 30px;
		width: 30px;
		height: 30px;
        margin: 0 auto;
	}


	.sp-header{
		display: flex;
		height: 70px;
		background: #2D343D;
		max-width: 100%;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: 1px solid #FFF;
	}

	.spNavLink:not(:last-of-type) {
		border-right: 1px solid #FFF;
	}

	.spContactText {
		font-size: 18px;
	}
	

}

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

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

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

	.header-logo-link {
		max-width: 10.6rem;
	}

}

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

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

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


}

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

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

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



}

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

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

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


}

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