@charset "utf-8";

/* ==========================================

========================================== */

.header {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 1.1rem 1.8rem 1.1rem 2.4rem;
	position: relative;
	z-index: 9999;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-link {
    margin: 0 2% 0 0;
    display: block;
    max-width: 16.6rem;
    width: 100%;
}

.header-link-area {
    margin: 0 0 0 2%;
    max-width: 156.2rem;
    width: 100%;
    display: flex;
    position: relative;
}

.header-nav-area {
    max-width: 104rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-nav-link {
    width: auto;
    margin: 0 0 0 6.3%;
}

.header-nav-link a {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    color: var(---base-font-color);
}

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

.header-nav-link a:hover {
    color: var(--base-font-color);
    text-decoration: underline;
}

.header-contact-container {
    max-width: 47.7rem;
    width: 100%;
	position: absolute;
	top: -2rem;
	right: 0;
	margin: auto;
}

.header-contact-text-box {
    padding: 1rem 2%;
    border: 0.3rem solid var(--white);
    border-radius: 3rem;
    background: var(--bg-tertiary);
    text-align: center;
    background-clip: padding-box;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 16%);
	position: relative;
	z-index: 1;
}

.header-contact-text-box::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    margin: auto;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 2rem solid var(--white);
}

.header-contact-text-box::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.3rem;
    margin: auto;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.9rem solid var(--bg-tertiary);
    z-index: 1;
}

.header-contact-text {
	font-size: clamp(1.1rem, calc(1.1rem + ((1vw - 1.024rem) * 0.7813)), 1.8rem);
	/* font-size: 1.8rem; */
	font-weight: 700;
	letter-spacing: 0;
	color: var(--white);
	text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 16%);
}

.header-contact-link-frame {
    max-width: 44.1rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
	background: url(../../../../uploads/header_link_bg.png)center center / cover no-repeat;
}

.header-contact-area {
	padding: 0 0 0.9rem;
	display: flex;
	align-items: center;
    background: var(--primary);
	position: relative;
}

.header-contact-area::before {
	content: "";
	display: block;
	width: 0.1rem;
	height: 60%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: var(--white);
}

.header-contact-link01 {
    width: 50%;
}

.header-contact-link01 a {
	width: 100%;
    display: block;
    text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	line-height: 1.3em;
	color: var(--white);
	position: relative;
}

.header-contact-link01 a:hover {
	text-decoration: underline;
}

.header-contact-link01-span01 {
	font-size: 1.4rem;
	font-family: var(--font-family01);
	line-height: 1em;
}

.header-contact-link01-span03 {
    position: absolute;
    top: 1.1rem;
    right: 0;
    left: 0;
    margin: auto;
	color: rgba(0, 0, 0, 16%);
	z-index: 1;
}

.header-contact-link01-span04 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	color: rgba(0, 0, 0, 16%);
}

.header-contact-link02 {
    width: 50%;
}

.header-contact-link02 a {
	width: 100%;
    display: block;
    text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	color: var(--white);
	position: relative;
}

.header-contact-link02 a:hover {
	text-decoration: underline;
}

.header-contact-link02-span02 {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: rgba(0, 0, 0, 16%);
	z-index: 1;
}

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


.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 {
	font-family: var(--font-family02);
	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: var(--secondary);
}

.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; */
	text-decoration: underline;
}

.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: var(--primary);
	z-index: 99999999;
	transition: all .3s;
	/*
	position: fixed;
	right: 15px;
	top: 2.6%;
	*/
}

.js-hamburger-btn:hover {
	background: var(--ninth);
}

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

/* .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;
	background: var(--white); 
	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;
}

.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: 100%;
	display: block;
}

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

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

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



}

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

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

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

	
	.header-nav-link {
		margin: 0 0 0 4.3%;
	}

	.header-nav-link a {
		font-size: 1.6rem;
	}

}

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

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

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

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

	.header-link-area {
		margin: 0;
	}

	.header-nav-link {
		margin: 0 0 0 1.5%;
	}

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

	.header-contact-container {
		max-width: 29rem;
	}

	/* .header-contact-text {
		font-size: 1.1rem;
	} */

	.header-contact-link01 a {
		font-size: 1.8rem;
	}

	.header-contact-link01-span01 {
		font-size: 1.2rem;
	}

	.header-contact-link01-span03 {
		top: 0.9rem;
	}

	
	.header-contact-link02 a {
		font-size: 1.8rem;
	}

}

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

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

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


	.header-logo-link {
		margin: 0 auto 0 0;
	}

	.header-link-area {
		display: none;
	}
	
	/*-----------------------------------------------------------
	クローンヘッダー
	-----------------------------------------------------------*/
	
	.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;
	} */

	
	/*-----------------------------------------------------------
	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;
	}

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


	.sp-header{
		display: flex;
		height: 70px;
		background: var(--primary);
		max-width: 100%;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		border-top: 1px solid #FFF;
		z-index: 99999999;
	}

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

	.spContactText {
		font-size: 18px;
	}
	

}

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

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

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



}

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

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

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


}

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