@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');

/* =======================================

	CommonElements

======================================= */
body{
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 2;
	text-align: left;
	color: #000;
	font-family: 'Roboto', "游ゴシック", "Yu Gothic", YuGothic, "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	overflow: hidden;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}
a:link { text-decoration:underline; color: #2baed5;}
a:visited { text-decoration:underline; color: #2baed5;}
a:active { text-decoration:underline; color: #2baed5;}
a:hover { text-decoration:none; color: #2baed5;}
@font-face {
  font-family: 'shugetsukan';
  src:  url('/shugetsukan/fonts/shugetsukan.eot?vnpcip');
  src:  url('/shugetsukan/fonts/shugetsukan.eot?vnpcip') format('embedded-opentype'),
    url('/shugetsukan/fonts/shugetsukan.ttf?vnpcip') format('truetype'),
    url('/shugetsukan/fonts/shugetsukan.woff?vnpcip') format('woff'),
    url('/shugetsukan/fonts/shugetsukan.svg?vnpcip') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*.icon_arrow:before {
  content: "\e900";
}*/

img { -ms-interpolation-mode: bicubic; }

@media only screen and (max-width: 1100px) {
	body {
		min-width: 1100px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		min-width: initial;
		min-width: auto;
		min-width: none;
	}
}
@media only screen and (max-width: 320px) {
	body {
		min-width: 320px;
	}
}

/* ------------------------------------
	common parts
------------------------------------ */
.br_pc {display: block;}
.br_sp {display: none;}
#container .align_r {text-align: right;}
#container .align_c {text-align: center;}
#container .v_align_t {vertical-align: top;}
#container .v_align_m {vertical-align: middle;}
#container .v_align_b {vertical-align: bottom;}
.font_s {font-size: 0.8em;}
.font_l {font-size: 1.3em;}
.attention {color: #D70C2A;}
p {
	text-align: justify;
	text-justify: inter-ideograph;
}
sub,sup {
	position: relative;
	font-size: 70%;
	line-height: 2;
}
sup {
	vertical-align: top;
	top: -0.1em;
}
sub {
	vertical-align: bottom;
	top: 0.1em;
}

@media only screen and (max-width: 768px) {
	.br_pc {display: none;}
	.br_sp {display: block;}
	p {text-align: left;}
}

/* ------------------------------------
	btn
------------------------------------ */
a.btn {
	text-decoration: none;
	text-align: center;
	color: #492e65;
	background: #FFF;
	transition: all 0.3s ease-out;
}
a.btn:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
a.btn:after {
	content: '';
	width: 0%;
	height: 100%;
	background: #492e65;
	transition: all 0.3s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
a.btn span {
	width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
a.btn span:before {
	content: "\e900";
	font-family: 'shugetsukan';
	color: #492e65;
	font-size: 0.6em;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: all 0.3s ease-out;
}
.key_visual a.btn {
	width: 30%;
	height: 100px;
	line-height: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 -1px 0 0;
}
.gallery a.btn,
.experience a.btn {
	width: 400px;
	height: 75px;
	margin: 0 auto;
	display: block;
	line-height: 75px;
	border: 1px solid #492e65;
	position: relative;
	z-index: 0;
}
.gallery a.btn:after,
.experience a.btn:after {
	left: auto;
	right: 0
}
.gallery a.btn span:before,
.experience a.btn span:before {
	right: auto;
	left: 20px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg);
}

/*PC Hover*/
@media only screen and (min-width: 768px) {
	body:not(.tab_view) a.btn:hover,
	body:not(.tab_view) a.btn:hover span:before {
		color: #FFF;
	}
	body:not(.tab_view) a.btn:hover:after {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.key_visual a.btn {
		width: 250px;
		height: 50px;
		line-height: 50px;
		right: 50%;
		bottom: -20px;
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
	a.btn span {
		width: 100%;
		color: #FFF;
		font-size: 0.8em;
		background: #492e65;
	}
	a.btn span:before {
		color: #FFF;
	}
}

/* ------------------------------
   SP MENU
------------------------------ */
@media only screen and (max-width: 768px) {
	#rwd_ｍenu_wrap {
		top: 0;
		right: 0;
		width: 60px;
		position: absolute;
		z-index: 3;
	}

	#rwd_ｍenu_wrap #switch_btn_area {
		width: 100%;
		height: 50px;
		position: relative;
		z-index: 5;
	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn {
		top: 15px;
		right: 20px;
		width: 25px;
		height: 18px;
		display: block;
		position: absolute;
	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn span {
		left: 0;
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		background-color: #000;
		transition: all 0.2s linear;
	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn.btn_close {
		position: fixed;

	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn.btn_close span {
		background-color: #fff;
	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn span:nth-of-type(1) {
		top: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwd_ｍenu_wrap #switch_btn_area #switch_btn span:nth-of-type(2) {
		top: 8px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#rwd_ｍenu_wrap #switch_btn_area #switch_btn span:nth-of-type(3) {
		bottom: 0;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#rwd_ｍenu_wrap #switch_btn_area #switch_btn.btn_close span:nth-of-type(1) {
		top: 8px;
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}
	#rwd_ｍenu_wrap #switch_btn_area #switch_btn.btn_close span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#rwd_ｍenu_wrap #switch_btn_area #switch_btn.btn_close span:nth-of-type(3) {
		bottom: 8px;
		-webkit-transform: rotate(405deg);
		transform: rotate(405deg);
	}

	#rwd_ｍenu_wrap #menu_fixed {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		display: none;
		background-color: rgba(0, 0, 0, 0.8);
		z-index: 4;
	}

	#rwd_ｍenu_wrap #menu_flex {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transform: translateY(-5%);
		transition: all 0.3s linear;
	}

	#rwd_ｍenu_wrap #menu_flex.flex_show {
		opacity: 1;
		transform: translateY(0);
	}

	#rwd_ｍenu_wrap #menu_flex.flex_show.flex_hide {
		opacity: 0;
		transform: translateY(5%);
	}

	#rwd_ｍenu_wrap #menu_flex ul {
		width: 100%;
		display: block;
	}

	#rwd_ｍenu_wrap #menu_flex ul li {
		width: 100%;
		transform: rotateX(60deg);
		transition: all 0.3s linear;
	}

	#rwd_ｍenu_wrap #menu_flex.flex_show ul li {
		transform: rotateX(0deg);
	}

	#rwd_ｍenu_wrap #menu_flex.flex_show.flex_hide ul li {
		transform: rotateX(-60deg);
	}

	#rwd_ｍenu_wrap ul li a {
		padding: 20px 0;
		color: #fff;
		font-size: 1.6em;
		text-align: center;
		display: block;
		position: relative;
		text-decoration: none;
	}
}

/* ------------------------------------
	footer
------------------------------------ */
footer {
	background: #492e65;
	text-align: center;
}
footer .banner {
	padding: 40px 0;
	letter-spacing: -0.4em;
	background: #f1f1f1;
}
footer .banner li {
	margin: 0 10px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: bottom;
	background: #FFF;
	border-radius: 5px;
}
footer .banner li img {
	display: block;
	border-radius: 5px;
}
footer .inner {
	padding: 90px 5%;
}
footer .inner figure {
	margin: 0 0 45px;
}
footer .inner small {
	color: #FFF;
	font-size: 0.75em;
	letter-spacing: 4px;
}

@media only screen and (max-width: 768px) {
	footer .banner {
		padding: 30px 0;
	}
	footer .banner li {
		margin: 5px;
	}
	footer .inner {
		padding: 45px 5%;
	}
	footer .inner figure {
		margin: 0 0 20px;
	}
	footer .inner figure img {
		width: 288px;
	}
	footer .inner small {
		letter-spacing: -0.1px;
	}
}

/* ------------------------------------
	pageTop
------------------------------------ */
#pagetop {
	width: 90px;
	height: 65px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	background: url(/shugetsukan/img/common/pagetop.png) no-repeat right bottom;
}

@media only screen and (max-width: 768px) {
	#pagetop {
		width: 45px;
		height: 32px;
		right: 10px;
		bottom: 10px;
		background-size: 100% auto;
	}
}

/* ------------------------------------
	Opacity Hover
------------------------------------ */
header .global .koma a,
footer .banner li img,
#pagetop {
	transition: all 0.3s ease-out;
}

@media only screen and (min-width: 768px) {
	body:not(.tab_view) header .global .koma a:hover,
	body:not(.tab_view) footer .banner li img:hover,
	body:not(.tab_view) #pagetop:hover {
		opacity: 0.6;
	}
}

/* ------------------------------------
	ClearFixElements
------------------------------------ */
.cf:before,
.cf:after,
header:before,
header:after,
#wrapper:before,
#wrapper:after {
	content: " ";
	display: table;
}
.cf:after,
header:after,
#wrapper:after {
	clear: both;
}