@charset "utf-8";

.drawer-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drawer-menu {
	width: 100%;
	height: 7.0rem;
	height: 7.0rem;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-bottom: 5px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.drawer-menu > li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.urushidou-top-image {
	position: relative;
	width: 100%;
	background-image: url(../img/urushidou_01.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.urushidou-top-image:before {
	content: "";
	display: block;
	padding-top: 29%;
	padding-top: -webkit-calc(577 / 1995 * 100%);
	padding-top: calc(577 / 1995 * 100%);
}

.urushidou-top-image > .inner-urushidou-top-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.urushidou-top-image > .inner-urushidou-top-image > h3 {
	font-size: 3.0rem;
	color: #fff;
	letter-spacing: 0.2rem;
}

.inner-urushidou-cont {
	width: 1000px;
	margin: 0 auto;
	padding: 5.0rem 0;
	position: relative;
}

.about-urushi::after,

.syosyanuri::after {
	content: "";
	display: inline-block;
	width: 120.0rem;
	height: 70.0rem;
	background-image: url(../img/urushidou_bg_01.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: -75%;
	z-index: -1;
}

.honurushi::after {
	content: "";
	display: inline-block;
	width: 120.0rem;
	height: 70.0rem;
	background-image: url(../img/urushidou_bg_02.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: -75%;
	z-index: -1;
}

.inner-urushidou-cont > h4 {
	font-size: 3.0rem;
	margin: 3.0rem 0;
	text-align: center;
}

.inner-urushidou-cont > span,
.inner-urushidou-cont > p {
	width: 100%;
	text-align: center;
}

.inner-urushidou-cont > span {
	display: inline-block;
	margin: 3.0rem 0;
	font-size: 1.4rem;
	text-align: center;
}

.inner-urushidou-cont > p {
	color: #3f3f3f;
	line-height: 2.5rem;
	letter-spacing: 0.1rem;
	margin-bottom: 5.0rem;
}

.inner-urushidou-cont h5 {
	font-size: 2.5rem;
	letter-spacing: 0.3rem;
	text-align: center;
}

.inner-urushidou-cont h5::before {
	content: "";
	display: block;
	width: 8.8rem;
	height: 8.8rem;
	background-image: url(../img/urushidou-mark_01.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}
.nigabyakudo h5::before {
    display: none;
}
.syosyanuri h5::before {
	background-image: url(../img/urushidou-mark_02.png);
}

.inner-urushidou-cont h5::after {
	content: "";
	display: block;
	width: 10.0rem;
	height: 1px;
	border-top: 1px solid #3f3f3f;
	margin: 3.0rem  auto;
}

.nigabyakudo,
.honurushi,
.syosyanuri {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.honurushi > div {
	margin-left: 1.5rem;
    width: 100%;
}

.nigabyakudo > div,
.syosyanuri > div{
	order: 1;
    margin-right: 1.5rem;
    width: 100%;
}

.nigabyakudo > .inner-nigabyakudo,
.syosyanuri > .inner-syosyanuri {
	order: 2;
}

.urushidou-cont > p {
	text-align: center;
	margin: 5.0rem 0;
}

.urushidou-cont > a > img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}