@charset "UTF-8";

#yasaigahaitta {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #491e14;
	background: url("../img/bg.jpg") left top repeat;
	}

#yasaigahaitta img {
	vertical-align: bottom;
	}

#yh-mainimg {
	width: 100%;
	text-align: center;
	background:  url("../img/title_bg.jpg") center top no-repeat,
	url("../img/main_bg.gif") center top repeat-y;
	}

#yasaigahaitta nav {
	width: 1082px;
	margin: 0 auto;
	padding-top: 30px;
	}

#yasaigahaitta nav a { color: #491e14; }
#yasaigahaitta nav a:hover { color: #491e14; }

#yasaigahaitta nav li {
	float: left;
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	}

#yasaigahaitta nav li::before{
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	content: "";
	}

#yasaigahaitta nav li::before {
	width: 9px;
	height: 9px;
	border-top: 2px solid #491e14;
	border-right: 2px solid #491e14;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	}

#yasaigahaitta nav a {
	width: 268px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 2px solid #491e14;
	}

#yasaigahaitta nav a:hover {
	background: url("../img/nav_bg.gif") center 3px no-repeat;
	}

#yasaigahaitta nav .active {
	background: url("../img/nav_bg.gif") center 3px no-repeat;
	}

#yasaigahaitta nav a.first {
	border-left: 2px solid #491e14;
	}

#yasaigahaitta span.yellow {
	display: inline-block;
	background: url("../img/h2_bg.gif") left 32px repeat-x;
	padding-left: 1rem;
	}

#yasaigahaitta span.yellow-indent {
	display: inline-block;
	background: url("../img/h2_bg.gif") left 30px repeat-x;
	margin-left: 1rem;
	}

#yasaigahaitta span.yellow-center {
	display: inline-block;
	background: url("../img/h2_bg.gif") left 35px repeat-x;
	padding: 0 29px;
	}

/*------------ SP ------------*/
#yasaigahaitta .sp {
	display: none;
	}

@media screen and (max-width: 640px) {
	#yasaigahaitta .sp {
		display: block;
		}

	#yasaigahaitta .pc {
		display: none;
		}

	#yh-wrap {
		display: none;
		}

	#yasaigahaitta span.yellow {
		background: url("../img/h2_bg.gif") left 35px repeat-x;
		background-size: contain;
		}

	#yasaigahaitta span.yellow-indent {
		background: url("../img/h2_bg.gif") left 35px repeat-x;
		background-size: contain;
		}

	#yasaigahaitta span.yellow-center {
		background-size: contain;
		padding: 0 10px;
		}

	#yh-mainimg {
		position: relative;
		width: auto;
		text-align: center;
		background:  none;
		}

	#yh-mainimg img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		}

	#yasaigahaitta nav {
		width: auto;
		margin: 1.6vw auto 0;
		padding-top: 1.6vw;
		}

	#yasaigahaitta nav ul {
		margin-left: 6.1vw;
		}

	#yasaigahaitta nav li {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 3vw;
		}

	#yasaigahaitta nav a {
		width: 28.93vw;
		}

	#yasaigahaitta nav a:hover {
		background: none;
		}

	#yasaigahaitta nav .active {
		background: url("../img/nav_bg.gif") center top no-repeat;
		background-size: 92% 70%;
		}

	#yasaigahaitta nav a.sp-first {
		border-left: 2px solid #491e14;
		}

}
