body{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 16px;
	color: #ffffff;
}
body,
header,
main,
nav{
	min-width: 960px;
}
a{
	color: #ffffff;
}
body nav,
body .more{
	font-family: 'Open Sans', sans-serif;
}
.type_pc main{
	min-width: 1000px;
}
/* NAV */
#glovalnav.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	z-index: 10;
}
nav{
/*	background: #454643;*/
	color: #ffffff;
	height: 78px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 1.125rem;
}
a{
	color: #ffffff;
	transition: 0.4s;
}
nav a:hover,
nav a:active{
	color: #ffffff;
	opacity: 0.75;
	text-decoration: underline;
}
.nav-items {
	display: flex;
	flex-direction: row;
	height: 78px;
	position: absolute;
	right: 1em;
}
.nav-item a{
	height: 78px;
	display: block;
	line-height: 78px;
	padding: 0 0.5em;
}
#logo{
	position: absolute;
	left: 54px;
	bottom: 14px;
	width: 105px;
	height: 47px;
	z-index: 100;
	opacity: 0;
}
/* footer ================= */
footer{
	position: relative;
	font-weight: 300;
	background: #000000;
	line-height: 1.3;
	font-family: 'EB Garamond', "YakuHanMP_Noto", 'Noto Serif JP', serif;
	font-size: 0.93333rem;
	padding: 70px 5%;
	letter-spacing: 0.15em;
	z-index: 1;
}
footer .row2 .tel{
	width: calc( 100% - 162px );
}
.telBox{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
@media screen and (max-width: 920px) {
/*　画面サイズが920px以下　*/
	.telBox{
		flex-direction: column;
		align-items: flex-start;
	}
	footer .row2 .tel{
		width: 65%;
		min-width: 260px;
	}
}
.telBox li {
	margin-right: 10px;
}
.telBox li a{
	font-size: 2rem;
}
address{
	text-align: right;
	vertical-align: middle;
}
.row2 address img{
	width: 162px;
}