@charset "utf-8";
/* CSS Document */
/* header setting
   ========================================================================== */
header {
	/* min-height: 100%; */
	/* pointer-events: none; */
}


	header#hd {
    position: fixed;
    top: 0;
    left: 0;
    /* width: calc(50% - 187.5px); */
    height: 120px;
    background: #fff;
    z-index: 1;
    color: #fff;
    text-align: left;
    /* padding: 100px 3.5% 0 0; */
    display: flex;
    align-items: center;
}
	header#hd p{
    max-width: 91px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #333;
    width: 150px;
    margin: 0;
}
	/*============================
#gnav_pc
============================*/
	#gnav {
		/* position: fixed; */
		/* top: 0; */
		/* right: 0; */
		/* width: calc(50% - 187.5px); */
		/* height: 100vh; */
		/* background: rgba(0, 0, 0, 0.65); */
		z-index: 1;
		color: #333;
		text-align: left;
		/* padding: 100px 2% 0 3.5%; */
		margin: 0 0 0 auto;
	}
#gnav .other-nav {display: flex;align-items: center;}
#gnav .other-nav div.related {display: flex;margin: 0;}
#gnav .other-nav div.related div.related-detail {margin-right: 20px;}
#gnav .other-nav div.related div.related-detail a {font-size: 1.4rem;}
#gnav .other-nav div.lang {
    margin: 0;
}
#gnav .other-nav div.lang ul.lang-list {display: flex;}
#gnav .other-nav div.lang ul.lang-list li.lang-switch.selected {
}
#gnav .other-nav div.lang ul.lang-list li.lang-switch.selected a {
}
#gnav .other-nav div.lang ul.lang-list li.lang-switch {padding-right: 1em;}
#gnav .other-nav div.lang ul.lang-list li.lang-switch a {font-size: 1.2rem;}
#gnav .other-nav div.bk-btn.document {margin: 0;}
#gnav .other-nav div.bk-btn.document a {
}
#gnav .other-nav div.bl-btn.faq {margin: 0;}
#gnav .other-nav div.bl-btn.faq a {
}

	#gnav .nav {
		font-size: 1.6rem;
		text-align: left;
		display: flex;
	}
#gnav .nav li{}
#gnav .nav li a{}
#gnav .nav li.mega{}
#gnav .nav li.mega .nav-child{}
#gnav .nav li.mega .nav-child-box{
    display: none;
}
#gnav .nav li.mega .nav-child-box .nav-child-detail{}
#gnav .nav li.mega .nav-child-box .nav-child-detail a{}	
	


@media screen and (max-width: 750px) {
/*============================
#gnav
============================*/
	#gnav {}
	#gnav .gnav-fixed {
		position: fixed;
		bottom: 0;
		background: #804A17;
		height: 60px;
		z-index: 1001;
		width: 100%;
		display: flex;
	}
	#gnav .nav-tel {
		border-right: 1px solid rgb(255 255 255 / 50%);
		margin: 0;
		flex: 1;
	}
	#gnav .nav-tel a {
		font-size: 1.2rem;
		display: block;
		padding-bottom: 5px;
		text-align: center;
		line-height: 1;
		background: url(../../img/phone-hd-sp.png) no-repeat top 10px center / 24px auto;
		color: #fff;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	#gnav .nav-tel a::before {}
	#gnav .nav-line {
		border-right: 1px solid rgb(255 255 255 / 50%);
		margin: 0;
		flex: 1;
	}
	#gnav .nav-line a {
		font-size: 1.2rem;
		display: block;
		padding-bottom: 5px;
		text-align: center;
		line-height: 1;
		background: url(../../img/icon_line_hd.png) no-repeat top 8px center / 28px auto;
		color: #fff;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	gnav_sp .nav-line a::before {}
	#gnav .gnav_hamburger {
		margin: 0;
		flex: 1;
		position: relative;
	}
	#gnav .gnav_hamburger span {
		color: #fff;
		font-size: 1.2rem;
	}
	#gnav .gnav_hamburger span:nth-child(1) {
		position: absolute;
		width: 32px;
		height: 1px;
		top: 20%;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
	}
	#gnav .gnav_hamburger span:nth-child(2) {
		position: absolute;
		width: 32px;
		height: 1px;
		top: 35%;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
	}
	#gnav .gnav_hamburger span:nth-child(3) {
		position: absolute;
		width: 32px;
		height: 1px;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		background: #fff;
	}
	#gnav.open .gnav_hamburger span:nth-child(1) {
		transform: rotate(45deg);
		top: 36%;
	}
	#gnav.open .gnav_hamburger span:nth-child(2) {
		opacity: 0;
	}
	#gnav.open .gnav_hamburger span:nth-child(3) {
		transform: rotate(-45deg);
		top: 37%;
	}
	#gnav .gnav_hamburger span:nth-child(4) {
		position: absolute;
		width: 50px;
		bottom: 2px;
		left: 0;
		right: 0;
		margin: auto;
	}
	#gnav .gnav_inner {
		background: #804A17;
		z-index: 1000;
		position: relative;
		padding: 20px 5.5% 105px;
		height: 100%;
		min-height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		opacity: 0;
		transition: opacity 0.2s ease;
		pointer-events: none;
	}
	#gnav.open .gnav_inner {
		opacity: 1;
		pointer-events: auto;
	}
	#gnav .gnav_inner .gnav_hd {
		display: flex;
		margin-bottom: 45px;
		justify-content: space-between;
	}
	#gnav .gnav_inner .gnav_hd .logo {
		width: 36.8%;
		margin: 0;
	}
	#gnav .gnav_inner .gnav_hd .sns {
		display: flex;
		justify-content: flex-start;
		color: #fff;
		margin: 0;
	}
	#gnav .gnav_inner .gnav_hd .sns li {
		margin: 0;
		width: 40px;
	}
	#gnav .gnav_inner .gnav_hd .sns li:nth-child(1) {
		width: 34px;
		margin-right: 12px;
	}
	#gnav .gnav_inner .gnav_hd .sns li:nth-child(2) {
		width: 54px;
		margin-right: 12px;
	}
	#gnav .gnav_inner .gnav_hd .snsli:nth-child(3) {
		width: 40px;
	}
	#gnav .gnav_inner .gnav_hd .sns li a {
		font-size: 1.2rem;
		display: block;
		padding-top: 45px;
		text-align: center;
		line-height: 1;
		transition: 0.2s ease;
	}
	#gnav .gnav_inner .gnav_hd .sns li a:hover {
		opacity: 0.6;
	}
	#gnav .gnav_inner .gnav_hd .sns li:nth-child(1) a {
		background: url(../../img/icon_line_hd.png) no-repeat top center / 34px auto;
	}
	#gnav .gnav_inner .gnav_hd .sns li:nth-child(2) a {
		background: url(../../img/icon_instagram.png) no-repeat top center / 34px auto;
	}
	#gnav .gnav_inner .gnav_hd .sns li:nth-child(3) a {
		background: url(../../img/icon_map.png) no-repeat top center / 34px auto;
	}
	#gnav .gnav_inner .nav {
		font-size: 1.6rem;
		text-align: left;
		color: #fff;
		margin-bottom: 50px;
	}
	#gnav .gnav_inner .nav a {
		position: relative;
		text-align: left;
		display: block;
		transition: 0.2s ease;
		margin-bottom: 15px;
	}
	#gnav .gnav_inner .nav p {
		font-size: 1.4rem;
		margin-bottom: 15px;
		border-bottom: 1px solid #fff;
		display: inline-block;
	}
	#gnav .gnav_inner .nav ul {
		display: flex;
		flex-wrap: wrap;
	}
	#gnav .gnav_inner .nav ul.etc {
		position: relative;
		padding-top: 20px;
	}
	#gnav .gnav_inner .nav ul.etc::before {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		height: 1px;
		top: 0;
		left: -50%;
		right: -50%;
		margin: auto;
		background: #fff;
	}
	#gnav .gnav_inner .nav ul li {
		margin: 0;
		width: 50%;
	}
	#gnav .gnav_inner .nav ul li a {}
	#gnav .gnav_inner .nav {}
	#gnav .gnav_inner .order {
		color: #fff;
	}
	#gnav .gnav_inner .order .ttl {
		font-size: 2rem;
		font-weight: 600;
		margin-bottom: 10px;
	}
	#gnav .gnav_inner .order .time {
		font-size: 1.4rem;
		font-weight: 600;
		margin-top: 5px;
		display: block;
	}
	#gnav .gnav_inner .order .tel {
		width: 100%;
		height: 60px;
		margin: 0 auto 10px;
	}
	#gnav .gnav_inner .order .tel a {
		border: 1px solid #fff;
		border-radius: 30px;
		font-size: 2.2rem;
		font-weight: 600;
		padding: 0 0 3px;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		letter-spacing: 0.05em;
		background: url(../../img/icon_tel_hd-sp.png) no-repeat center left 13px / 40px auto;
		background-color: #fff;
		color: #804A17;
	}
	#gnav .gnav_inner .order .line {
		width: 100%;
		height: 60px;
		margin: 0 auto;
	}
	#gnav .gnav_inner .order .line a {
		border: 1px solid #fff;
		border-radius: 30px;
		font-size: 1.6rem;
		font-weight: 600;
		padding: 15px 0;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: url(../../img/icon_sns_line-sp.png) no-repeat center left 16px / 34px auto;
		background-color: #fff;
		color: #804A17;
	}
	#gnav .gnav_inner .order .line a::before {}
	#gnav .gnav_inner .order {}
	#gnav .gnav_inner .order .ttl {}
	#gnav .gnav_inner .order .time {}
	#gnav .gnav_inner .order .tel {}
	#gnav .gnav_inner .order .line {}
}