@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */
/* ------------------------------------
	header
------------------------------------ */
header {
	height: 100px;
	position: relative;
	background: #FFF;
	overflow: hidden;
	z-index: 2;
}
header h1 {
	position: absolute;
	top: 30px;
	left: 60px;
}
header h1 img {
	display:  block;
}
header .global {
	margin: 0 45px 0 0;
	float: right;
}
header .global li {
	width: 130px;
	float: left;
	text-align: center;
	position: relative;
}
header .global .koma {
	width: 150px;
	margin: 0 0 0 20px;
	top: 0;
	right: 0;
}
header .global li a {
	width: 100%;
	margin: 20px 0;
	padding: 15px 0;
	letter-spacing: 1px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	background: #FFF;
}
header .global li a:before {
	content: "";
	width: 1px;
	height: 50%;
	display: block;
	background: #000;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: -1;
	transition: all 0.3s ease-out;
}
header .global li a:hover:before {
	height: 100%;
}
header .global .koma a:before {
	content: none;
}

@media only screen and (max-width: 768px) {
	header {
		visibility: hidden;
		opacity: 0;
		height: 50px;
	}
	header:before {
		content: none !important;
	}
	header h1 {
		width: 215px;
		top: 15px;
		left: 5%;
	}
	header h1 img {
		width: 100%;
	}
	header .global li a {
		margin: 0;
		padding: 0;
	}
	header .global .koma {
		width: 25px;
		position: absolute;
		top: 11px;
		right: 60px;
	}
	header .global .koma img {
		width: 100%;
	}
	header .global li:not(.koma) {
		display: none;
	}
}

/* ------------------------------------
	ttl_area
------------------------------------ */
.ttl_area {
	height: 450px;
	background: #000 url(/shugetsukan/img/gallery/head_bg.jpg) no-repeat center 17%;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.ttl_area .breadcrumbs {
	position: absolute;
	top: 20px;
	right: 20px;
}
.ttl_area .breadcrumbs ul {
	line-height: 1;
}
.ttl_area .breadcrumbs li {
	display: inline-block;
	color: #FFF;
	font-size: 0.9em;
	line-height: 1;
}
.ttl_area .breadcrumbs li a {
	text-decoration: none;
	color: #FFF;
}
.ttl_area .inner {
	width: 1030px;
	margin: 0 auto;
	padding: 80px 0;
}
.ttl_area .inner h2 {
	font-size: 2.5em;
	color: #FFF;
	font-weight: bold;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.ttl_area .inner h2 span {
	display: block;
	font-size: 0.4em;
	font-weight: normal;
}
.ttl_area .btn_back {
	padding: 0 0 0 1em;
	color: #FFF;
	line-height: 1;
	text-decoration: none;
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.ttl_area .btn_back:before {
	content: "\e900";
	font-family: 'shugetsukan';
	color: #FFF;
	font-size: 0.6em;
	position: absolute;
	top: 50%;
	left: -1em;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
	transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1180px) {
	.ttl_area .inner {
		width: 70%;
	}
}

@media only screen and (max-width: 980px) {
	.ttl_area {
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 768px) {
	.ttl_area {
		height: 260px;
	}
	.ttl_area .breadcrumbs {
		display: none;
	}
	.ttl_area .inner {
		width: 100%;
	}
	.ttl_area .inner h2 {
		text-align: center;
		font-size: 1.5em;
		line-height: 1.5;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.ttl_area .inner h2 span {
		font-size: 0.6em;
	}
	.ttl_area .btn_back {
		display: none;
	}
}

/* ------------------------------------
	lead
------------------------------------ */
#wrapper {
	position: relative;
	background: #FFF;
}
.lead {
	width: 67%;
	position: absolute;
	right: 0;
	top: -150px;
	background: #FFF;
}
.lead .inner {
	width: 780px;
	padding: 80px 0 0 100px;
	float: left;
}
.lead .inner h3 {
	margin: 0 0 30px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3;
}

@media only screen and (max-width: 1180px) {
	.lead .inner {
		width: 90%;
	}
}

@media only screen and (max-width: 768px) {
	.lead {
		width: 90%;
		margin: -70px auto 0;
		position: static;
	}
	.lead .inner {
		width: 100%;
		padding: 25px 5% 50px;
		float: none;
	}
	.lead .inner h3 {
		font-size: 1.3em;
		text-align: center;
	}
}

/* ------------------------------------
	gallery
------------------------------------ */
.gallery {
	padding: 340px 0 0 0;
}
.gallery section {
	margin: 0 auto 55px;
	padding: 0 0 215px;
	position: relative;
}
.gallery section:before {
	content: url(/shugetsukan/img/top/section_bg.png);
	position: absolute;
	right: -150px;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gallery .inner {
	width: 980px;
	margin: 0 auto;
}
.gallery .inner h3 {
	width: 980px;
	margin: 0 auto 10px;
	padding: 0 0 0 140px;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
.gallery .inner h3 span {
	font-size: 5em;
	font-weight: normal;
	position: absolute;
	top: -65px;
	left: 0;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.gallery .inner h3 small {
	font-size: 0.5em;
}
.gallery .inner p {
	padding: 0 0 50px 140px;
}
.gallery .flexslider dl {
	padding: 20px 0 0 0;
	font-size: 0.9em;
	line-height: 1.8;
	background: #FFF;
}
.gallery .flexslider dl dt {
	font-weight: bold;
}
.gallery .flex-direction-nav li {
	text-decoration: none;
	display: block;
	width: 45px;
	height: 45px;
	margin: -20px 0 0;
	position: absolute;
	top: 255px;
	z-index: 10;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: #000;
	text-shadow: none;
	border: 1px solid #492e65;
	background: #FFF;
	transition: all 0.2s ease-out;
}
.gallery .flex-direction-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.gallery .flex-direction-nav a:before {
	content: "" !important;
	width: 0;
	height: 100%;
	background: #492e65 ;
	transition: all 0.2s ease-out;
}
.gallery .flex-direction-nav a:after {
	content: "\e900" !important;
	font-family: 'shugetsukan';
	color: #492e65;
	font-size: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.2s ease-out;
	text-shadow: none !important;
}
.gallery .flex-direction-nav .flex-nav-prev {
	left: -65px !important;
}
.gallery .flex-direction-nav .flex-nav-prev .flex-prev:after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
.gallery .flex-direction-nav .flex-nav-next {
  right: -65px !important;
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .gallery .flex-direction-nav a:hover:before {
		width: 100%;
	}
	body:not(.tab_view) .gallery .flex-direction-nav a:hover:after {
		color: #FFF !important;
	}
}

.gallery .flex-control-nav {
	width: auto;
	position: absolute;
	top: -20px;
	right: 0;
}
.gallery .flex-control-nav li {
	margin: 0 0 0 6px;
}
.gallery .flex-control-nav li a {
	background: #FFF;
	border: 1px solid #000;
	box-shadow: none;
	transition: all 0.3s ease-out;
}
.gallery .btn_area {
	padding: 40px 0 100px;
}

@media only screen and (max-width: 1180px) {
	.gallery .flex-direction-nav {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	.gallery .flexslider {
		height: 510px;
		background: #e2e2e2;
	}
}

@media only screen and (max-width: 768px) {
	.gallery {
		padding: 0;
	}
	.gallery section {
		margin: 0 auto 20px;
		padding: 0 0 50px;
	}
	.gallery section:before {
		right: -250px;
		bottom: 0;
		-webkit-transform: rotate(180deg) scale(0.5);
		transform: rotate(180deg) scale(0.5);
	}
	.gallery .inner {
		width: 90%;
		margin: 0 auto;
	}
	.gallery .inner h3 {
		width: 100%;
		padding: 0;
		text-align: center;
		line-height: 1.4;
		font-size: 1.3em;
	}
	.gallery .inner h3 span {
		position: static;
		display: block;
		font-size: 3em;
	}
	.gallery .inner p {
		padding: 0 0 40px;
		text-align: center;
	}
	.gallery .btn_area,
	.experience .btn_area {
		padding: 0 0 50px;
	}
	.gallery .btn_area a,
	.experience .btn_area a {
		width: 260px;
		height: 50px;
		line-height: 50px;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
header .koma,
.breadcrumbs a,
.ttl_area .btn_back {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) header .koma:hover,
	body:not(.tab_view) .breadcrumbs a:hover,
	body:not(.tab_view) .ttl_area .btn_back:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}

















