@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* --------------------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------------------- */
.font-inter {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}


/* --------------------------------------------------------------------------------
	ヘッダー
-------------------------------------------------------------------------------- */
#header-nyb {
	background: #eeebe1;
}

#header-nyb .header-inner {
	display: flex;
	flex-wrap: wrap;

	max-width: 1248px;
	padding: 0 38px 0 12px;
	margin: 0 auto;
}

#header-nyb .header-inner a {
	color: #000000;
}

#header-nyb .header-inner a:visited {
	color: #000000;
}

/********** ロゴ **********/
#header-nyb .h-logo {
	max-width: 277px;
	padding: 58px 0 50px;
}
#header-nyb .h-logo h1 {
	margin: 0;
}
#header-nyb .h-logo a {
	display: block;
}
#header-nyb .h-logo img {
	display: block;
	width: 100%;
	height: auto;
}

/********** ヘッダーナビ **********/
#header-nyb .h-nav {
	max-width: calc(100% - 290px);
	margin: 0 0 0 auto;
	padding: 65px 0 0;
}
#header-nyb .h-nav nav {
	display: flex;
	flex-wrap: wrap;

	width: 100%;
	font-size: 16px;
}
#header-nyb .h-nav nav .font-inter {
	font-weight: 300;
}
#header-nyb .h-nav nav .h-nav-box {
	margin: 0 0 5px;
	padding: 0 0 0 16px;
}
#header-nyb .h-nav nav ul li {
	display: flex;
}
#header-nyb .h-nav nav a {
	display: block;
}
#header-nyb .h-nav nav ul li a {
	font-size: 14px;
}
#header-nyb .h-nav nav ul li a.font-inter {
	padding: 2px 0 0;
}
#header-nyb .h-nav nav ul li .mark-1 {
	display: block;
	margin: 0 1em 0 0;
}


/*ナビ ホバー*/
#header-nyb .h-nav .gnavi__lists {
	display: flex;
}
#header-nyb .h-nav .gnavi__list {
	padding: 0 1rem;
	position: relative;
	transition: all .3s;
}
#header-nyb .h-nav .gnavi__list:first-child{
	padding: 0 6rem 0 0;
}
#header-nyb .h-nav .gnavi__list:hover {	
}
#header-nyb .h-nav .gnavi__list:hover::before {	
}
#header-nyb .h-nav .gnavi__list a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 1.2;
	font-size: 16px;
	transition: all .3s;
	font-weight: 300;
}
#header-nyb .h-nav .gnavi__list:hover a {	
}
#header-nyb .h-nav .dropdown__lists {
	z-index: 100;
	display: none;/*デフォルトでは非表示の状態にしておく*/
	width: 100%;
	position: absolute;
	top: 22px;
	left: 0;		
}
#header-nyb .h-nav .gnavi__list:hover .dropdown__lists {
	display: block;/*Gナビメニューにホバーしたら表示*/
}
#header-nyb .h-nav  .dropdown__list {
	height: 24px;
	transition: all .3s;
	position: relative;
}
#header-nyb .h-nav .f14 .dropdown__list a {		
}
#header-nyb .h-nav .dropdown__list:hover {	
}
#header-nyb .h-nav .dropdown__list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
	text-decoration: none;
	position: relative;
	font-size: 14px!important;
}






/* --------------------------------------------------------------------------------
	フッター
-------------------------------------------------------------------------------- */
#ym-footer .footer-contents-list {
	background: #fff;
}
