@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: 'Noto Sans JP', sans-serif;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
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: #262626;
	text-decoration: none;
}
a:visited {
	color: #262626;
}
a:hover {
	color: #262626;
}
a:active {
	color: #262626;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #262626;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
	font-feature-settings: "palt";
	overflow: hidden;
}
#main {
	margin-bottom: 121px;
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 91px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.logo {
	position: fixed;
	top: 39px;
	left: 34px;
	width: 98px;
	z-index: 500;
	text-align: center;
}
#gHeader h1 {
	position: fixed;
	top: 152px;
	left: 34px;
	width: 98px;
	z-index: 500;
	text-align: center;
	mix-blend-mode: exclusion;
}
.hInner .logo {
	margin-bottom:17px;
}
#gHeader .menu {
	position: fixed;
	top: 44px;
	right: 52px;
	height: 56px;
	width: 56px;
	cursor: pointer;
	z-index: 1000;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #E51218;
	border-radius: 100%;
}
#gHeader .menu:hover {
	opacity: 0.7;
}
#gHeader .menu.on .top {
	transform: translateX(1px) translateY(-50%);
}
#gHeader .menu.on .middle {
	transform: translateY(-3px);
}
#gHeader .menu.on .bottom {
	transform: translateX(-1px) translateY(-50%);
}
#gHeader .menu span {
	background: url(../img/common/menu1.png) no-repeat;
	background-size: 100% 100%;
	border: none;
	height: 30px;
	width: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 12px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader .menu span:nth-of-type(2) {
	left: 23px;
	background-image: url(../img/common/menu2.png);
	height: 40px;
}
#gHeader .menu.on span:nth-of-type(2) {
	height: 34px;
}
#gHeader .menu span:nth-of-type(3) {
	left: 35px;
}
.menuBox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-color: rgba(51, 51, 51, 0.95);
}
.menuBox .menuSub {
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menuBox .content {
	max-width: 1180px;
	width: 100%;
	height: 100%;
	display: table;
	box-sizing: border-box;
}
.menuBox .ulBox {
	padding: 70px 0;
	height: 292px;
	display: table-cell;
	vertical-align: middle;
}
.menuBox .naviUl {
	width: 291px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-left: auto;
}
.menuBox .naviUl li {
	margin-bottom: 3px;
	padding-bottom: 25px;
	background: url(../img/common/line.png) no-repeat left bottom;
	background-size: 31px auto;
}
.menuBox .naviUl li:last-child {
	margin-bottom: 0;
	background: none;
	padding-bottom: 0 ;
}
.menuBox a {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.12em;
	color: #fff;
}
.menuBox a:hover {
	opacity: 0.7;
}
.menuBox a .en {
	margin-bottom: -2px;
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.hInner {
		width: 75px;
		top: 25px;
		left: 29px;
	}
	.logo {
		width: 75px;
		top: 25px;
		left: 29px;
	}
	#gHeader h1 {
		width: 75px;
		left: 29px;
		top: 105px;
	}
	#gHeader .menu:hover {
		opacity: 1;
	}
	#gHeader .menu {
		width: 39px;
		height: 39px;
		right: 20px;
		top: 27px;
	}
	#gHeader .menu span {
		width: 8px;
		height: 22px;
		left: 8px;
	}
	#gHeader .menu span:nth-of-type(2) {
		height: 27px;
		left: 16px;
	}
	#gHeader .menu span:nth-of-type(3) {
		left: 24px;
	}
	.menuBox .naviUl {
		width: 190px;
	}
	#gHeader .menu.on span:nth-of-type(2) {
		height: 26px;
	}
	#gHeader .menu.on .middle {
		transform: translateY(-5px);
	}
	#gHeader .menu.on .top { 
		transform: translateX(0) translateY(-50%);
	}
	#gHeader .menu.on .bottom {
		transform: translateX(0) translateY(-50%);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fInner {
	padding: 80px 0;
	background-color: #E3DDD2;
}
#gFooter .fInner .content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}
#gFooter .fInner .headLine01 {
	position: absolute;
	top: -12px;
	left: 18px;
}
.pageTop {
	position: absolute;
	bottom: 3px;
	right: -77px;
}
.pageTop a:hover img {
	opacity: 0.7;
}
#gFooter .fInner .photoBox {
	order: 2;
	width: 50%;
	margin-left: 20px;
}
#gFooter .fInner .photoBox img {
	width: 100%;
}
#gFooter .fInner .textBox {
	padding-top: 120px;
	flex: 1;
}
#gFooter .fInner .fLogo {
	margin-bottom: 34px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0;
	font-feature-settings: normal;
}
#gFooter .fInner .fLogo span {
	margin-top: 4px;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
#gFooter .fDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gFooter .fDl dt {
	word-break: break-all;
	width: 120px;
	padding-right: 10px;
	box-sizing: border-box;
	font-weight: 700;
}
#gFooter .fDl dd {
	margin-bottom: 12px;
	width: calc(100% - 120px);
}
#gFooter .fDl dd:last-child {
	margin-bottom: 0;
}
#gFooter .fDl dd a {
	display: inline-block;
	border-bottom: 1px solid #262626;
}
#gFooter .fDl dd .link {
	position: relative;
	top: -4px;
	font-size: 1.1rem;
}
@media all and (min-width: 897px) {
	#gFooter .fDl dd a:hover {
		border-color: transparent;
	}
}

@media all and (max-width: 896px) {
	#gFooter .fInner {
		padding: 46px 0 65px;
	}
	#gFooter .fInner .headLine01 {
		position: static;
	}
	#gFooter .fInner .content {
		display: block;
	}
	#gFooter .fInner .photoBox {
		width: auto;
		margin: 0 -20px;
	}
	#gFooter .fInner .textBox {
		padding: 22px 2px 0;
	}
	#gFooter .fInner .fLogo {
		margin-bottom: 21px;
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	#gFooter .fDl dt {
		width: 110px;
		font-size: 1.3rem;
	}
	#gFooter .fDl dd {
		margin: -2px -10px 13px 0;
		width: calc(100% - 100px);
		font-size: 1.3rem;
		line-height: 1.73;
		letter-spacing: 0.04em;
	}
	#gFooter .fDl dd .link {
		top: -2px;
	}
	.pageTop {
		width: 34px;
		right: 18px;
		bottom: -33px;
	}
}

@media all and (max-width: 374px) {
	#gFooter .fDl dt {
		width: 90px;
		font-size: 1.1rem;
	}
	#gFooter .fDl dd {
		font-size: 1.1rem;
		width: calc(100% - 80px);
	}
}