@charset "utf-8";
/* =======================================

	IndexElements

======================================= */
/* ------------------------------------
	header
------------------------------------ */
header {
	position: relative;
	z-index: 2;
	background: #FFF;
}
header:before {
	content: "";
	width: 33%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #f1f1f1;
}
header h1 {
	visibility: hidden;
	opacity: 0;
}
header h1 .hlogo {
	position: absolute;
	top: 105px;
	left: 8%;
	z-index: 10;
}
header h1 .hlogo_sub {
	position: absolute;
	top: 145px;
	left: 20%;
	z-index: 10;
}
header h1 .hlogo_sub:before {
	content: "";
	width: 70px;
	height: 3px;
	display: block;
	position: absolute;
	top: -35px;
	left: 0;
	background: #492e65;
}
header h1 .hlogo_sub img {
	width: 100%;
}
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;
}
header .global li a {
	width: 100%;
	margin: 35px 0 30px;
	padding: 30px 0 20px;
	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: 1180px) {
	header:before {
		width: 25%;
		height: 30px;
	}
	header h1 .hlogo {
		width: 6%;
	}
	header h1 .hlogo_sub {
		width: 23%;
	}
	header .global li {
		width: 120px;
	}
	header .global .koma {
		width: 135px;
	}
}

@media only screen and (max-width: 768px) {
	header {
		visibility: hidden;
		opacity: 0;
		height: 50px;
	}
	header:before {
		content: none !important;
	}
	header h1 .hlogo {
		width: 215px;
		top: 15px;
		left: 5%;
	}
	header h1 .hlogo_sub {
		display: none;
	}
	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;
	}
}

/* ------------------------------------
	slider
------------------------------------ */
.key_visual {
	height: 740px;
	opacity: 0;
	visibility: hidden;
	margin: 0 0 60px;
	position: relative;
}
.key_visual:before {
	content: "";
	width: 53%;
	height: 110px;
	display: block;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.key_visual:before {
		content: none;
	}
}

/* ------------------------------------
	intro
------------------------------------ */
.cont_intro {
	width: 1180px;
	margin: 100px auto 80px;
	padding: 0 0 0 590px;
	position: relative;
}
.cont_intro h2 {
	position: absolute;
	top: 0;
	right: calc( 25% - 1.5em);
	font-weight: bold;
	font-size: 2.3em;
	line-height: 1.5;
	letter-spacing: 9px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: translate(50% , 0);
	transform: translate(50% , 0);
	z-index: 1;
}
.cont_intro h2 span {
	margin: 2.5em 0 0 0;
}
.cont_intro p {
	width: 500px;
	margin: 0 auto;
	padding: 350px 0 0 0;
	line-height: 2.1;
}
.cont_intro .intro_img {
	position: absolute;
	top: -160px;
	left: -70px;
}

@media only screen and (max-width: 1180px) {
	.cont_intro {
		width: 100%;
		margin: 50px auto 80px;
		padding: 0 0 0 50%;
	}
	.cont_intro p {
		width: 90%;
	}
	.cont_intro .intro_img {
		top: -60px;
		left: 0;
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.cont_intro {
		width: 100%;
		margin: 0 auto 50px;
		padding: 0;
	}
	.cont_intro h2 {
		text-align: center;
		height: auto;
		position: static;
		font-weight: bold;
		font-size: 1.3em;
		line-height: 1.5;
		letter-spacing: 0;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-transform: translate(0 , 0);
		transform: translate(0 , 0);
	}
	.cont_intro h2 span {
		margin: 0;
	}
	.cont_intro .intro_img {
		width: 156%;
		margin: -30px 0 0 0;
		position: static;
	}
	.cont_intro p {
		width: auto;
		margin: 0 5%;
		padding: 0 0 0 0;
	}
}

/* ------------------------------------
	concept
------------------------------------ */
.concept_wrap {
	width: 98%;
	width: calc(100% - 40px);
	margin: 0 auto 100px;
	border: 1px solid #e2e2e2;
}
.concept {
	width: 100%;
	display: table;
	overflow: hidden;
}
.concept .txt_area {
	width: 44%;
	display: table;
}
.concept .txt_area .inner {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.concept .txt_area .inner span {
	font-size: 0.9em;
}
.concept .txt_area .inner h2 {
	padding: 0 35px 0 0;
	line-height: 1.5;
	font-size: 6.3em;
	font-style: italic;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.concept .txt_area .inner p {
	text-align: center;
	line-height: 1.6;
}
.concept .flexslider {
	width: 56%;
}
.concept_wrap .concept.type_r .txt_area {float: right;}
.concept_wrap .concept.type_r .flexslider {float: left;}
.concept_wrap .concept.type_l .flexslider {float: right;}
.concept_wrap .concept.type_l .txt_area {float: left;}


@media only screen and (max-width: 768px) {
	.concept_wrap {
		width: 90%;
		margin: 0 auto 50px;
		border: none;
	}
	.concept_wrap .concept {
		margin: 0 0 30px;
	}
	.concept_wrap .concept.type_r .txt_area,
	.concept_wrap .concept.type_r .flexslider,
	.concept_wrap .concept.type_l .flexslider,
	.concept_wrap .concept.type_l .txt_area {
		width: 100%;
		float: none;
	}
	.concept_wrap .concept .txt_area {
		margin: 0 0 20px;
	}
	.concept .txt_area .inner h2 {
		padding: 0 25px 10px 0;
		line-height: 1;
		font-size: 4em;
	}
}

/* ------------------------------------
	origin
------------------------------------ */
.cont_origin {
	margin: 0 auto 100px;
	padding: 0 0 150px;
	position: relative;
}
.cont_origin:before {
	content: url(/shugetsukan/img/top/section_bg.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.cont_origin .inner {
	width: 980px;
	margin: 0 auto;
	display: table;
}
.cont_origin .txt_area {
	padding: 0 0 0 60px;
	position: relative;
	display: table-cell;
	height: 373px;
	vertical-align: bottom;
}
.cont_origin .txt_area h2 {
	margin: 0 0 25px;
	line-height: 1.7;
	font-size: 1.25em;
	font-weight: bold;
}
.cont_origin .txt_area p {
	width: 620px;
	line-height: 2.2;
}
.cont_origin figure {
	position: absolute;
	right: 60px;
	bottom: 0;
}
.cont_origin figure img {
	display: block;
}
@media only screen and (max-width: 768px) {
	.cont_origin {
		margin: 0 auto 40px;
		padding: 0 0 50px;
	}
	.cont_origin:before {
		left: -50px;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.cont_origin .inner {
		width: 100%;
		display: block;
	}
	.cont_origin .txt_area {
		width: 100%;
		height: auto;
		padding: 0;
		display: block;
		text-align: center;
	}
	.cont_origin .txt_area h2 {
		margin: 0 0 30px;
	}
	.cont_origin .txt_area p {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
	.cont_origin figure {
		width: 25%;
		margin: 0 auto 30px;
		position: static;
	}
	.cont_origin figure img {
		width: 100%;
	}
}

/* ------------------------------------
	facility
------------------------------------ */
.cont_facility {
	margin: 0 auto 55px;
	padding: 0 0 150px;
	position: relative;
}
.cont_facility:before {
	content: url(/shugetsukan/img/top/section_bg.png);
	position: absolute;
	right: -150px;
	bottom: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.cont_facility .inner {
	width: 780px;
	margin: 0 auto;
}
.cont_facility h2 {
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.7;
	font-size: 1.4em;
	font-weight: bold;
}
.cont_facility figure {
	margin: 0 0 30px;
	position: relative;
}
.cont_facility figure img {
	max-width: 100%;
}
.cont_facility figure .img_point {
	position: absolute;
	top: -40px;
	right: -60px;
}
.cont_facility p {
	font-size: 0.9em;
	line-height: 2;
}

@media only screen and (max-width: 768px) {
	.cont_facility {
		margin: 0 0 30px;
		padding: 0 0 50px;
	}
	.cont_facility:before {
			right: -250px;
		-webkit-transform: rotate(180deg) scale(0.5);
		transform: rotate(180deg) scale(0.5);
	}
	.cont_facility .inner {
		width: 90%;
	}
	.cont_facility h2 {
		line-height: 1.3;
	}
	.cont_facility figure {
		margin: 0 0 20px;
	}
	.cont_facility figure .img_point {
		width: 20%;
		top: -10%;
		right: -3%;
	}
}

/* ------------------------------------
	space
------------------------------------ */
.cont_space {
	margin: 0 auto;
	padding: 0 0 140px;
	position: relative;
}
.cont_space .inner {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 0 50px;
	background: url(/shugetsukan/img/top/icon_circle.png) no-repeat left top;
}
.cont_space .txt_area {
	width: 390px;
	float: left;
}
.cont_space .txt_area h2 {
	margin: 0 0 20px;
	font-size: 2em;
	font-weight: bold;
}
.cont_space figure {
	width: 540px;
	margin: 0 60px 0 0;
	float: right;
	position: relative;
}
.cont_space figure:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #f1f1f1;
	z-index: -1;
}
.cont_space figure img {
	display: block;
}
.cont_space figure figcaption {
	position: absolute;
	right: -50px;
	bottom: -38px;
	z-index: 0;
}
.cont_space figure figcaption a {
	width: 400px;
	height: 75px;
	display: block;
	line-height: 75px;
	border: 1px solid #492e65;
	z-index: 0;
}

@media only screen and (max-width: 1180px) {
	.cont_space .inner {
		width: 96%;
		width: calc(100% - 40px);
		padding: 50px 0 0 20px;
	}
	.cont_space .txt_area {
		width: 40%;
	}
	.cont_space figure {
		width: 50%;
		margin: 0 5% 0 0;
	}
	.cont_space figure img {
		width: 100%;
	}
	.cont_space figure figcaption {
		right: -40px;
	}
}

@media only screen and (max-width: 768px) {
	.cont_space {
		padding: 0 0 50px;
	}
	.cont_space .inner {
		padding: 0;
		background: none;
	}
	.cont_space .txt_area {
		width: 100%;
		margin: 0 0 30px;
	}
	.cont_space figure {
		width: 100%;
		margin: 0;
	}
	.cont_space figure:before {
		content: none;
	}
	.cont_space .txt_area h2 {
		line-height: 1.7;
		font-size: 1.4em;
		text-align: center;
	}
	.cont_space figure figcaption {
		position: static;
		margin: 30px 0 0 0;
	}
	.cont_space figure figcaption a {
		width: 260px;
		height: 50px;
		line-height: 50px;
		margin: 0 auto;
	}
}

/* ------------------------------------
	cont_movie
------------------------------------ */
.cont_movie {
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	text-align: center;
	background: #fafafa;
}
.cont_movie .inner {
	width: 1080px;
	margin: 0 auto;
}
.cont_movie h2 {
	margin-bottom: 40px;
	font-size: 1.4em;
	line-height: 1.6;
}
.cont_movie h2 span {
	display: block;
	font-size: 200%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.cont_movie p {
	margin-bottom: 20px;
	text-align: center;
}
.cont_movie .youtube_field {
	width: 100%;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
}
.cont_movie .youtube_field iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 1180px) {
	.cont_movie .inner {
		width: 96%;
		width: calc(100% - 40px);
		padding: 50px 0 0 20px;
	}
}
@media only screen and (max-width: 768px) {
	.cont_movie {
		padding: 40px 0;
	}
	.cont_movie .inner {
		padding: 0;
		background: none;
	}
	.cont_movie h2 {
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.6;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
header .global .koma a {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) header .global .koma a:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after,
header:before,
header:after,
#wrapper:before,
#wrapper:after,
.cont_space .inner:before,
.cont_space .inner:after {
	content: ' ';
	display: table;
}
.cf:after,
header:after,
#wrapper:after,
.cont_space .inner:after {
	clear: both;
}