@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #3D3A39;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	--main-content: 1280px;
	--ease-out: all 0.3s ease-out;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
p {
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}
@media all and (min-width: 901px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 900px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	p {
		line-height: 1.6875;
	}
	body.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: 52%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#main {
	padding-top: 80px;
}
#gHeader {
	padding: 14px 6px 12px;
	width: 100%;
	min-height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
	background-color: #fff;
}
#gHeader .inner {
	margin: 0 auto;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
}
#gHeader .logo {
	margin-top: 3px;
}
#gHeader .logo a {
	display: block;
	width: 155px;
	height: 46px;
	background: url(../img/common/logo02.svg) no-repeat center top / 100%;
}
#gHeader .logo img {
	display: none;
}
#gNavi {
	display: flex;
	align-items: center;
}
#gNavi .linkList {
	width: 736px;
	margin-right: 82px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gNavi .linkList li a {
	width: 121px;
	height: 15px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 15px;
}
#gNavi .linkList li a::after {
	padding-top: 22px;
	width: 80px;
	position: absolute;
	left: 50%;
	bottom: -22px;
	transform: translateX(-50%);
	border-bottom: 4px solid #D5C7AE;
	transition: var(--ease-out);
	content: "";
	opacity: 0;
}
#gNavi .linkList li.on a::after {
	opacity: 1;
}
#gNavi .linkList li:nth-child(1) a {
	background-image: url(../img/common/g_navi_txt01.png);
}
#gNavi .linkList li:nth-child(2) a {
	background-image: url(../img/common/g_navi_txt02.png);
}
#gNavi .linkList li:nth-child(3) a {
	background-image: url(../img/common/g_navi_txt03.png);
}
#gNavi .linkList li:nth-child(4) a {
	background-image: url(../img/common/g_navi_txt04.png);
}
#gNavi .linkList li:nth-child(5) a {
	background-image: url(../img/common/g_navi_txt05.png);
}
#gNavi .linkList li.on:nth-child(1) a,
#gNavi .linkList li:nth-child(1) a:hover {
	background-image: url(../img/common/g_navi_txt01_on.png);
}
#gNavi .linkList li.on:nth-child(2) a,
#gNavi .linkList li:nth-child(2) a:hover {
	background-image: url(../img/common/g_navi_txt02_on.png);
}
#gNavi .linkList li.on:nth-child(3) a,
#gNavi .linkList li:nth-child(3) a:hover {
	background-image: url(../img/common/g_navi_txt03_on.png);
}
#gNavi .linkList li.on:nth-child(4) a,
#gNavi .linkList li:nth-child(4) a:hover {
	background-image: url(../img/common/g_navi_txt04_on.png);
}
#gNavi .linkList li.on:nth-child(5) a,
#gNavi .linkList li:nth-child(5) a:hover {
	background-image: url(../img/common/g_navi_txt05_on.png);
}
#gNavi .contactLink a {
	width: 218px;
	height: 54px;
	display: block;
	/* transition: var(--ease-out);
	background: url(../img/common/g_navi_txt_06.png) no-repeat center / 100%; */
}
@media all and (min-width: 901px) {
	#gNavi .contactLink a:hover {
		background-image: url(../img/common/g_navi_txt_06_on.png);
	}
	#gNavi .linkList li a:hover::after {
		opacity: 1;
	}
}
@media all and (max-width: 1499px) and (min-width: 901px) {
	#gHeader .logo {
		margin-right: 20px !important;
		margin-left: 0 !important;
	}
}
@media all and (max-width: 1499px) and (min-width: 1281px) {
	#gNavi .linkList {
		margin-right: 30px;
	}
}
@media all and (min-width: 1281px) {
	#gHeader .menuBox,
	#gHeader .menu {
		display: none !important;
	}
}
@media all and (max-width: 1280px) {
	#gNavi {
		display: none;
	}
	#gHeader .menu {
		width: 32px;
		height: 21px;
		display: block;
		position: absolute;
		right: 30px;
		top: 30px;
		z-index: 1001;
		transition: var(--ease-out);
	}
	#gHeader .menu div {
		width: 100%;
		height: 2px;
		position: absolute;
		left: 0;
		top: 0;
		transition: var(--ease-out);
		background-color: #838383;
	}
	#gHeader .menu div:nth-child(2) {
		margin-top: 10px;
	}
	#gHeader .menu div:nth-child(3) {
		margin-top: 20px;
	}
	#gHeader .menu.on {
		width: 38px;
		right: 27px;
		top: 30px;
	}
	#gHeader .menu.on div:nth-child(1) {
		margin-top: 9px;
		transform: rotate(34deg);
	}
	#gHeader .menu.on div:nth-child(2) {
		opacity: 0;
	}
	#gHeader .menu.on div:nth-child(3) {
		margin-top: 9px;
		transform: rotate(-34deg);
	}
	#gHeader .menuBox {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #000;
		z-index: 1000;
		display: none;
	}
	#gHeader .menuBox .inner {
		display: block;
		padding: 83px 58px 0;
	}
	#gHeader .menuBox .img {
		margin: 0 -1px 61px;
		width: 261px;
	}
	#gHeader .menuBox ul {
		margin-bottom: 54px;
	}
	#gHeader .menuBox ul li:not(:last-child) {
		margin-bottom: 31px;
	}
	#gHeader .menuBox ul a {
		padding-left: 15px;
		display: block;
		position: relative;
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	#gHeader .menuBox ul a::before {
		height: calc(100% - 11px);
		width: 2px;
		background-color: #838383;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		content: "";
	}
	#gHeader .menuBox .address {
		margin-bottom: 10px;
		color: #fff;
		line-height: 1.5;
	}
	#gHeader .menuBox .tel {
		width: 257px;
	}
}
@media all and (max-width: 900px) {
	#gHeader {
		padding: 9px 0 2px;
		min-height: inherit;
	}
	#gHeader .inner {
		display: block;
		padding: 0 31px 0;
		max-width: inherit;
		position: relative;
	}
	#gHeader .logo a {
		width: 122px;
	}
	#gNavi {
		display: none;
	}
	#main {
		padding-top: 60px;
	}
	#gHeader .menu {
		top: 10px;
	}
	#gHeader .menu.on {
		top: 11px;
	}
}
@media all and (max-width: 374px) {
	#gHeader .menuBox .img {
		width: auto;
	}
	#gHeader .menuBox .address {
		font-size: 1.5rem;
	}
	#gHeader .menuBox .tel {
		width: auto;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 40px 0 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}
#gFooter .fLogo {
	margin-bottom: 38px;
}
#gFooter .address {
	margin-bottom: 17px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
#gFooter .tel {
	margin-bottom: 34px;
}
#gFooter .linkList {
	padding-bottom: 25px;
	display: flex;
	justify-content: center;
}
#gFooter .linkList li {
	position: relative;
}
#gFooter .linkList li:not(:last-child)::after {
	content: "　｜　";
}
#gFooter .linkList a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
#gFooter .copyright {
	padding: 7px 0;
	font-style: normal;
	color: #000;
	background-color: #fff;
	font-size: 1.4rem;
}
@media all and (min-width: 901px) {
	#gFooter .linkList a:hover,
	#gFooter .copyright a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 900px) {
	#gFooter {
		position: relative;
		padding: 42px 25px 0;
	}
	#gFooter .fLogo {
		margin: 0 auto 37px;
		width: 231px;
	}
	#gFooter .address {
		margin-bottom: 37px;
	}
	#gFooter .tel {
		margin-bottom: 40px;
	}
	#gFooter .tel img {
		width: 308px;
	}
	#gFooter .linkList {
		padding-bottom: 15px;
		flex-wrap: wrap;
		text-align: left;
		justify-content: flex-start;
	}
	#gFooter .linkList li {
		margin-bottom: 20px;
		width: 50%;
		box-sizing: border-box;
	}
	#gFooter .linkList li:not(:last-child)::after {
		display: none;
	}
	#gFooter .linkList li::before {
		content: "｜";
	}
	#gFooter .linkList a {
		padding-left: 7px;
		font-size: 1.6rem;
	}
	#gFooter .copyright {
		margin: 0 -25px;
		padding: 18px 0 16px;
	}
	#gFooter .copyright a {
		margin-bottom: 14px;
		display: inline-block;
		text-decoration: underline;
	}
	#gFooter .pagetop {
		display: none;
		position: fixed;
		right: 12px;
		bottom: 12px;
		z-index: 998;
	}
	#gFooter .pagetop.abs {
		position: absolute;
		bottom: 100%;
	}
}