@charset "utf-8";
/*------------------------------------------------------------*/
/* ヘッダー 　　                                              */
/*------------------------------------------------------------*/

@media screen and (min-width:1301px) {
	.smallpc {
		display: none !important;
	}

}

@media screen and (min-width:821px) {
	.pad {
		display: none !important;
	}
}

@media screen and (min-width:481px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width:1300px) {
	.gmenu.pc {
		display: none !important;
	}

}

/* 新ヘッダー */
header.renew {
	margin: 0 auto;
	transition: all .2s;
	position: fixed;
	width: 100%;
	z-index: 9998;
	background: white;

}

/* header.renew.nospace {
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10000;
	top: 0;
	transition: all .2s;
}
 */

header.renew #gmenu {
	background: white;
	display: flex;
	justify-content: space-between;
	/* margin: 20px auto; */
	/* width: calc(100% - 40px); */
	/* border-radius: 100px; */
	padding: 12px 45px;
	transition: all .5s;
	min-height: 66px;

	/* box-shadow: 0px 5px 15px rgba(0, 0, 0, .03); */
	@media screen and (max-width: 1330px) {
		padding: 0 30px;
	}
}

/* header.renew.nospace.shadow #gmenu {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .16);
} */


/* header.renew.nospace #gmenu {
	box-shadow: none;
	width: 100%;
	margin: 0;
	border-radius: 0;
} */

/* header.renew .logo {
	padding: 15px 0;
} */

header.renew .logo a {
	display: flex;
	align-items: center;
	width: 300px;
	height: 100%;

	@media screen and (max-width: 1330px) {
		width:200px;
		height: auto;
		/* aspect-ratio: 2/1; */
	}

	img {
		width: 100%;
		height: auto;
	}
}

header.renew #gmenu .gmenu>li {
	border: none;

}

header.renew #gmenu .gmenu>li a {
	font-weight: 500;
	/* font-size: 15px; */

}

header.renew #gmenu .gmenu>li.estimate {
	margin-left: 15px;

	@media screen and (max-width: 1330px) {
		margin-left: 5px;
	}
}

header.renew #gmenu .gmenu>li.request,
header.renew #gmenu .gmenu>li.estimate {
	&.contact {
		a {
			text-align: center;
			padding: 0 10px 0;
			font-size: 1.3rem;
			display: flex;
			flex-direction: column;
			justify-content: center;

			@media screen and (max-width: 1600px) {
				padding: 0 5px;
				font-size: 1.2rem;
			}

			@media screen and (max-width: 1330px) {
				font-size: 1.1rem;
				padding: 0 3px;
			}

			img {
				height: 27px;
				width: auto;
				margin: 0;
				transition: all .1s;
			}

			span {
				display: inline-block;
				font-size: 1.2rem;
				margin-top: 4px;
			}

			&:hover {
				img {
					transform: scale(1.1);
					transform-origin: center bottom;
				}
			}
		}
	}
}

/* header.renew #gmenu .gmenu>li.request a,
header.renew #gmenu .gmenu>li.estimate a, */
header.renew #gmenu .gmenu>li.inquiry a {
	/* border: #ea9900 1px solid; */
	border: #ea9900 1px solid;
	background: white;
	padding: 10px 30px;
	border-radius: 50px;
	margin-left: 20px;
	/* color: #ea9900; */
	color: #ea9900;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.06em;

	@media screen and (max-width: 1600px) {
		font-size: 1.5rem;
		margin-left: 10px;
		padding: 8px 15px;
	}
}

/* header.renew #gmenu .gmenu>li.request a:hover,
header.renew #gmenu .gmenu>li.estimate a:hover, */
header.renew #gmenu .gmenu>li.inquiry a:hover {
	color: white;
	background: #ea9900;
	border: #ea9900 1px solid;
}


header.renew #gmenu .gmenu>li.inquiry a {
	/* background: var(--orange); */
	/* background: #ea9900; */
	background: #FF8500;
	color: white;
	/* border: var(--orange) 1px solid; */
	/* border: #ea9900 1px solid; */
	border: #FF8500 1px solid;
	display: flex;
	align-items: center;

	span,
	i {
		line-height: 2.4rem;
	}

	i {
		margin-left: 0;
		font-size: 105%;
		margin-right: 10px;

		@media screen and (max-width: 1600px) {
			margin-right: 5px;
			font-size: 96%
		}
	}
}

header.renew #gmenu .gmenu>li.inquiry a:hover {
	/* color: var(--orange); */
	/* color: #ea9900;
	border: #ea9900 1px solid; */
	color: #FF8500;
	border: #FF8500 1px solid;

	background: white;
}

header.renew #gmenu .gmenu>li p {
	margin-left: 20px;
			color:#FF8500;
	font-size: 2.4rem;
	line-height: 1.4rem;
	font-weight: 700;
	font-family: var(--montserrat);
	text-align: center;

	@media screen and (max-width: 1600px) {
		font-size: 2rem;
		margin-left: 10px;
	}
}

header.renew #gmenu .gmenu>li p i {
	font-size: 1.8rem;

	@media screen and (max-width: 1600px) {
		font-size: 70%;
	}
}

header.renew #gmenu .gmenu>li p small {
	font-weight: 500;
	color: #333;
	font-family: var(--noto);
	font-size: 1.4rem;

	@media screen and (max-width: 1600px) {
		font-size: 1.2rem;
		font-weight: 500;
	}
}

@media screen and (max-width: 1200px) {

	header.renew #gmenu {
		margin: 0 auto;
		width: calc(100% - 40px);
		border-radius: 0;
		padding: 0 ;
	}

	header.renew.shadow #gmenu {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	}

}



/*-- メニュー --*/
#gmenu .gmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;

	@media screen and (max-width: 1330px) {
		justify-content: flex-end;
	}
}

#gmenu .gmenu>li {
	font-weight: bold;
	position: relative;
	border-right: 2px solid #eee;
}

#gmenu .gmenu>li:first-child {
	border-left: 2px solid #eee;
}

#gmenu .gmenu>li img {
	width: 18px;
	margin-top: -2px;
	margin-right: 3px;
}

#gmenu .gmenu>li a {
	padding: 1.5em 15px;
	font-size: 1.6rem;
	text-align: center;
	color: #252424;
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all .1s;

	@media screen and (max-width: 1600px) {
		font-size: 1.6rem;
		padding: 1.5em 12px;
	}
}

#gmenu .gmenu li a:hover {
	color: #FF8500;
	text-decoration: none;
}

/* #gmenu .gmenu li i {
	color: #ea9900;
	font-size: 22px;
} */



@media screen and (max-width: 1550px) {
	header.renew #gmenu .gmenu>li a {
		font-size: 1.3rem;
		padding: 1.5rem 8px;
	}

	/* header.renew #gmenu .gmenu>li.request a,
	header.renew #gmenu .gmenu>li.estimate a, */
	header.renew #gmenu .gmenu>li.inquiry a {
		padding: 5px 15px;
		border-radius: 50px;
		margin-left: 10px;
	}
}


@media screen and (max-width: 1300px) {
	header {
		position: fixed;
		width: 100%;
		/* height: 12vw; */
		top: 0;
		left: 0;
		z-index: 100;
	}

	.header {
		display: none;
		content: none;
	}

	#gmenu {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		z-index: 101;
		position: relative;
		overflow: hidden;
	}

	.header.renew .logo {
		margin: 2vw auto 2vw 2vw;
		padding: 0;
	}

	.header.renew .logo a {
		width: 21vw;
		height: 8vw;
	}

	nav.globalMenuSp {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		overflow-y: auto;
		z-index: 102;
	}

	nav.globalMenuSp ul {
		/* background: #666; */
		background: #fafafa;
		margin: 0 auto;
		padding: 12vw 0 0;
		width: 100%;
		height: 100%;
	}

	nav.globalMenuSp ul li {
		/* background: #666; */
		background: #fafafa;
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px dotted #666;
		text-align: left;
	}

	nav.globalMenuSp ul li:first-child {
		padding-top: 0;
		border-top: 1px dotted #fff;
	}

	/* 最後はラインを描かない */
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}

	nav.globalMenuSp ul li a {
		display: block;
		color: #333;
		padding: 1em 0 1em 3vw;
		font-weight: 500;
		text-decoration: none;
	}

	nav.globalMenuSp ul li.tel {
		text-align: center;
		margin: 20px 0;

		a {
			padding: 0;
		}

		p {
			color:#FF8500;
			font-weight: 700;
			font-size: 3rem;
			font-family: var(--montserrat);
			line-height: 2.6rem;
			margin-top: 5px;

			small {
				font-family: var(--noto);
				color: #333;
				font-weight: 400;
				font-size: 1.6rem;
			}
		}

	}


	.setback {
		padding-left: 2.5em !important;
	}

	.setback4em {
		padding-left: 4em !important;
	}

	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}

	.smallpc_inquiry {
		right: 7vw;
		bottom: 0;
		top: 0;
		margin: auto;
		position: absolute !important;
		height: 100%;
		padding: 1vw;
		display: grid;
		place-content: center;
		display: flex;
		align-items: center;
	}

	.smallpc_inquiry>p {
		font-weight: 500;
		font-size: 12px;
		margin-right: 20px;
	}

	.smallpc_inquiry a {
		/* background: #ea9900; */
		background: #FF8500;
		color: white;
		font-weight: 500;
		padding: 7px 20px 8px;
		font-size: 1.4rem;
		border-radius: 100px;
		text-decoration: none;
		position: relative;
	}

	.smallpc_inquiry a::before {
		font-family: FontAwesome;
		content: "\f0e0";
		font-size: 1.4rem;
		margin-right: 5px;
	}

	.navToggle {
		box-sizing: border-box;
		display: block;
		position: absolute !important;
		/* bodyに対しての絶対位置指定 */
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		/* background: #666; */
		width: 8vw;
		height: 100%;
		padding: 1vw;
		cursor: pointer;
		z-index: 103;
		text-align: center;
	}

	.navToggle span {
		box-sizing: border-box;
		display: block;
		position: absolute;
		/* .navToggleに対して */
		width: 1.5vw;
		min-width: 40px;
		/* border-bottom: solid 3px #fff; */
		border-bottom: solid 3px #FF8500;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 2vw;
		border-radius: 3px;
	}

	.navToggle span:nth-child(1) {
		top: 39%;
	}

	.navToggle span:nth-child(2) {
		top: 61%;
	}

	/* .navToggle span:nth-child(3) {
		top: 7vw;
	}

	.navToggle span:nth-child(4) {
		border: none;
		font-size: 2vw;
		font-weight: bold;
		top: 8vw;
		display: none;
	} */

	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 4vw;
		left: 2vw;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-color: #333;

	}

	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 4vw;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		/* border-color: white; */
		border-color: #333;
	}

}

@media screen and (max-width: 820px) {
	.smallpc_inquiry {
		right: 11.5vw;
	}

	.smallpc_inquiry a {
		font-weight: 500;
		font-size: 1.2rem;
	}

	.smallpc_inquiry a::before {
		font-size: 1.2rem;
	}



	.navToggle {
		width: 12vw;
	}

}


/* @media screen and (max-width: 600px) {
	header.renew #gmenu {
		background: none;
		box-shadow: none;
	}
	header.renew.nospace #gmenu {
		background: white;
		box-shadow: none;
	}
	
} */



@media screen and (max-width: 480px) {
	header.renew .logo a {
		width: 135px;
		/* height: 40px; */
	}

	.smallpc_inquiry {
		right: 10.5vw;
	}

	.smallpc_inquiry>p {
		font-weight: 500;
		font-size: 10px;
		margin-right: 15px;
	}


	.smallpc_inquiry a {
		padding: 6px 12px 7px;
		font-size: 1rem;
	}



	.navToggle {
		width: 10vw;
	}

	.navToggle span {
		width: 2.5vw;
		min-width: 30px;
	}

	.navToggle span:nth-child(1) {
		top: 40%;
	}

	.navToggle span:nth-child(2) {
		top: 60%;
	}

}