@charset "utf-8";

/* ##### トップページのヘッダー ##### */
.top-header {
	width: 100%;
	height: 62vh;
	height: -webkit-calc(100vh - 38vh);
	height: calc(100vh - 38vh);
	background-image: url(../img/top/header_01.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	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;
}

.inner-header {
	width: 33.333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	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;
}

.inner-header > h1 > a {
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2.0rem 1.0rem;
}

.inner-header > h1 > a > img {
	width: auto;
}

.inner-header > span {
	display: block;
	margin-top: 1.5rem;
	color: #fff;
	font-size: 2.0rem;
}
/* ##### トップページのヘッダーここまで ##### */



/* ##### ナビ ##### */
.outer-nav {
	box-sizing: border-box;
	height: 38vh;
	background-image: url(../img/common/bg_01.jpg);
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.outer-nav::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #dcdcdc;
	margin-left: -999rem;
	margin-right: -999rem;
	padding-left: 999rem;
	padding-right: 999rem;
	margin-top: 0.5rem;
	float: left;
}

.drawer-nav {
	background-color: inherit;
}

.drawer-menu {
	width: 64.0%;
	width: -webkit-calc(60% + 14.0rem);
	width: calc(60% + 14.0rem);
	height: 100%;
	box-sizing: border-box;
	padding: 3.0rem 0 3.0rem 10.0rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.drawer-menu::after {
	content: "";
	display: block;
	width: 140.0rem;
	height: 10.0rem;
	margin-left: 5.0rem;
	background-image: url(../img/common/logo_02.png);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

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

.drawer-menu > li > a {
	font-size: 2.0rem;
	width: 2.0rem;
	letter-spacing: 0.2rem;
	line-height: 2.0rem;
	padding-top: 1.5rem;
	border-top: 2px solid #a90f2a;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.drawer-menu > li > a:hover {
	border-top: 2px solid #6e7955;
}

.drawer-menu > li > a > span {
	height: 1.8rem;
	line-height: 1.8rem;
	margin-top: 1.5rem;
	color: #979797;
}
/* ##### ナビここまで ##### */



/* ##### コンテンツ ##### */
.activities,
.urushidou {
	background-image: url(../img/common/bg_02.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

section > .inner-section {
	color: #3f3f3f;
	text-align: center;
}

section > .inner-section > h3 {
	font-size: 2.0rem;
	margin: 3.0rem 0;
}

section > .inner-section >  span:nth-of-type(1) {
	display: block;
}

section > .inner-section >  span:nth-of-type(2) {
	display: inline-block;
	margin-bottom: 3.0rem;
	border-bottom: 1px solid #3f3f3f;
}

.history,
.profile {
	width: 50%;
	float: left;
}

.history > .inner-section,
.profile > .inner-section {
	width: 100%;
}

.history > .inner-section > img,
.profile > .inner-section > img {
	display: block;
	box-sizing: border-box;
	padding: 1.5rem;
}

.history > h2 {
	margin-left: -999rem;
	margin-right: -999rem;
	padding-left: 999rem;
	padding-right: 999rem;
}

.bottom-link {
	overflow: hidden;
	clear: left;
	padding: 5.0rem 0;
	background-image: url(../img/common/bg_04.jpg);
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
}

.bottom-link > .inner-section > ul > li {
	width: 50%;
	float: left;
}

.bottom-link > .inner-section > ul > li figure {
	position: relative;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	margin: 1.5rem;
	width: width: 94.0%;
	width: -webkit-calc(100% - 3.0rem);
	width: calc(100% - 3.0rem);
	height: 32.0rem;
}

.bottom-link > .inner-section > ul > li figure > a {
	display: block;
	width: 100%;
}

.bottom-link > .inner-section > ul > li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(141, 141, 141, 1.0);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0.65;
	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;
}

.bottom-link > .inner-section > ul > li figcaption > h4 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.2rem;
}

.bottom-link > .inner-section > ul > li figure:hover figcaption {
	opacity: 0;
	cursor: pointer;
}

.top-texts>p {
    height: 45px;
}
/* ##### コンテンツここまで ##### */