@charset "utf-8";
/* CSS Document */

/*　header
─────────────────────────────────────────*/
h1 {
	position: fixed;
	top: 200px;
	transform: rotateZ( 90deg );
	z-index: 100;
}

/*　main
─────────────────────────────────────────*/


/*　navi
─────────────────────────────────────────*/
#gnav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/*　animation
─────────────────────────────────────────*/
#access h3:before {
	border-style: solid;
	border-color: rgba(202, 178, 163, 0.5) transparent transparent transparent;
	border-width: 18px 12px 0 12px;
	top: 12px;
	content: "";
	height: 0px;
	left: 0;
	margin: auto;
	position: absolute;
	transform: rotate(0deg);
	width: 0px;
}
.rotate-anime:before {
	animation: rotate-anime 5s linear infinite;
}
@keyframes rotate-anime {
	0%  {transform: rotateY(0);}
	100%  {transform: rotateY(360deg);}
}

/*　member
─────────────────────────────────────────*/
#access {
	line-height: 2;
	padding: 80px 0;
}
#access h2 {
	margin: 40px 0 20px;
	text-align: center;
}
#access h3 {
	border-bottom: 2px solid #9a804f;
	font-size: 140%;
	letter-spacing: 0.1em;
	margin: 40px 0 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	position: relative;
}
#access dt {
	margin-bottom: 20px;
}
#access dt span {
	display: block;
}
#access p {
	background-image: url(../img/icon/link.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 20px;
}
/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1367px) {
	h1 {
		right: -15px;
	}
	#main iframe {
		padding: 124px 60px 0;
	}
	#access {
		max-width: 830px;
		margin: 0 auto;
		padding: 80px 0;
	}
}

/*──────────────────────────────────────────────────────────────────────

  laptop｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1280px) and (max-width: 1366px) {
	h1 {
		right: -15px;
	}
	#main iframe {
		padding: 124px 60px 0;
	}
	#access {
		max-width: 830px;
		margin: 0 auto;
		padding: 40px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 835px) and (max-width: 1279px) {
	h1 {
		right: -25px;
	}
	#main iframe {
		margin-top: 124px;
	}
	#access {
		max-width: 830px;
		margin: 0 auto;
		padding: 40px;
	}
}
@media screen and (min-width: 569px) and (max-width: 834px) {
	h1 {
		right: -30px;
	}
	#main iframe {
		margin-top: 92px;
	}
	#access {
		padding: 40px 80px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  smartphone｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 568px) {
	h1 {
		right: -35px;
	}
	#main iframe {
		margin-top: 94px;
	}
	#access {
		padding: 20px 40px;
	}
}

@media screen and (min-width: 320px) and (max-width: 359px) {
}