@charset "utf-8";

/* =============================================================
	Base
* ============================================================= */

body {
	font-family: Arial, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 81.25%; /* 13px base */
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: justify; /* for ff, webkit */
	text-justify: inter-ideograph; /* for IE */
	color: #043491;
	font-weight: bold;
	background-color: #e3e4e5;
	/* safari5.1系で一部文字が（transform 3Dの影響で）かすれるのを防ぐため　*/
	/* -webkit-font-smoothing: subpixel-antialiased;*/
	/* モバイルでタッチ時のハイライトカラーを消す */
	-webkit-tap-highlight-color: transparent;
}

.IE8 body {
	min-width: 960px;
}

a,
.link {
	color: #043491;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 2px dotted #043491;
}

::-moz-selection {
	background: #ccc;
}

::selection {
	background: #ccc;
}

img {
	vertical-align: middle;
}

/* Micro clearfix */

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.maru {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.text-left {
	text-align: left;
}


/* =============================================================
	page-nav
* ============================================================= */

#page-nav {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 300;
}

#page-nav > h2 {
	text-indent: -9999px;
	width: 60px;
	height: 54px;
	background: url(../images/page_nav.svg) no-repeat 12px 15px;
	cursor: pointer;
}

#page-nav > ul {
	width: 12em;
	padding: 5px 20px;
	background-color: #043491;
	position: absolute;
	right: 0;
	top: 60px;
	display: none;
	border-radius: 5px;
	box-shadow: 0 0s 3px #ccc;
	border: 1px solid #052461;
	transition: top .3s;
}

#page-nav ul:before {
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-width: 10px 8px;
	border-bottom-color: #043491;
	position: absolute;
	top: -20px;
	right: 22px;
}

#page-nav a {
	color: #fff;
	text-align: center;
	display: block;
	padding: 1em .5em;
	border: none;
	border-top: 1px solid #455f91;
	cursor: pointer;
}

#page-nav li:first-child a {
	border-top: none;
}


/* =============================================================
	cover
* ============================================================= */

#cover {
	height: 180px;
  margin: 40px 0 0 40px;
	position: relative;
}

/* cover-title */

#cover-title {
	width: 600px;
	position: absolute;
	left: 50%;
	margin: -10px 0 0 -215px;
	-webkit-transition: all .4s;
}

.IE8 #cover-title {
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

#cover-title > span {
	text-indent: -9999px;
	display: block;
}

/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#cover:after {
		content: "";
		width: 90%;
		height: 0;
		position: absolute;
		bottom: -3px;
		left: 5%;
		border-bottom: 1px solid #ccc;
	}

}

/* ---------------------------------------
	max-width: 599px;
--------------------------------------- */

@media screen and (max-width: 599px) {

	#cover {
		height: 320px;
    margin: 40px 0 0 40px;
	}

	#cover-title {
		top: 0px;
		width: 280px;
		margin-left: -140px;
	}

}

/* =============================================================
	body
* ============================================================= */

#body {
	position: relative;
	padding-top: 180px;
}

.title {
	font-size: 2em;
	line-height: 1.6;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 50px;
}

.container {
	max-width: 700px;
	padding: 0 170px 0 350px;
	margin: 0 auto 150px;
}

/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#body {
		padding-top: 70px;
	}

	.container {
		padding: 0 8%;
		margin-bottom: 70px;
	}

	.title {
		text-align: center;
	}

}


/* ---------------------------------------
	max-width: 599px;
--------------------------------------- */

@media screen and (max-width: 599px) {

	#body {
		padding-top: 50px;
	}

	.title {
		font-size: 1.692em;
		margin-bottom: 30px;
	}

}

/* ---------------------------------------
	max-width: 479px;
--------------------------------------- */

@media screen and (max-width: 479px) {

	.title .br:before {
		content : "\A";
		white-space: pre;
	}

}

/* =============================================================
	activities
* ============================================================= */

#activities li {
	margin-bottom: 60px;
	left: 0;
	position: relative;
}

#activities li span {
	display: inline-block;
	vertical-align: middle;
}

#activities li .chapter {
	position: relative;
	left: 0;
	top: 5%;
	margin-top: -1em;
	padding-bottom: 10px;
	border-bottom: 1px solid #043491;
}

#activities i {
	position: absolute;
	top: 5%;
	left: 80px;
}

#activities .p1 {
	width: 68px;
	height: 81px;
	margin: -40px 0 0 36px;
	background-position: 0 -200px;
}

#activities strong {
	font-size: 1.308em;
	letter-spacing: 2px;
	margin-bottom: 3px;
	display: block;
}

#activities .link {
	font-size: 0.923em;
	line-height: 1;
	margin-top: 3px;
}


/* ---------------------------------------
	mix-width: 1079px;
--------------------------------------- */

@media screen and (min-width: 1079px) {

	#activities li {
		padding-left: 100px;
	}

	#activities i {
		left: 100px;
	}

}

/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#activities ul {
		width: 40em;
		margin: 0 auto;
	}

	#activities li {
		padding-left: 100px;
	}

	#activities i {
		left: 100px;
	}

}


/* ---------------------------------------
	max-width: 799px;
--------------------------------------- */

@media screen and (max-width: 799px) {

	#activities ul {
		width: auto;
	}

}

/* ---------------------------------------
	max-width: 599px;
--------------------------------------- */

@media screen and (max-width: 599px) {

	#activities li {
		text-align: center;
		padding-left: 0;
	}

	#activities i,
	#activities li span {
		display: block;
		position: static !important;
	}

	#activities li .chapter {
		margin: 0 0 25px;
		padding-bottom: 5px;
		display: inline-block;
	}

	#activities i {
		margin: 0 auto 20px !important;
	}

}


/* =============================================================
	services
* ============================================================= */

#services {
	margin-bottom: 100px
}

/*
#services-title-sub {
	text-indent: -9999px;
	width: 44px;
	height: 160px;
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 100;
}
*/

/* services-tab */

#services-tab {
	font-size: 1.077em;
	line-height: 1;
	border-bottom: 2px solid #043491;
	margin-bottom: 50px;
}

#services-tab > li {
	float: left;
	margin: 0 5px -2px 0;
	padding: 15px 20px;
	border: 2px solid #043491;
	border-bottom: none;
	background-color: #e3e4e5;
	cursor: pointer;
}
#services-tab > li.active {
	background-color: #f7f7f7;
}
#services-tab > li:hover {
	background-color: #f7f7f7;
}


/* services-header */

#services-header {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 280px;
	z-index: 100;
}

/*
#services-title {
	text-indent: -9999px;
	width: 35px;
	height: 155px;
	position: relative;
	margin-left: 3px;
}
*/
#services-title {
	position: relative;
	margin-left: 3px;
}
}

#services-title > span {
	text-indent: 0;
	font-size: 0;
	width: 7px;
	height: 7px;
	position: absolute;
	opacity: 0;
}
.IE8 #services-title > span {
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}
#services-title > .active {
	opacity: 1;
}
.IE8 #services-title > .active {
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

#services-info {
	position: relative;
}

#services-info > div {
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#services-info .area {
	font-size: 1.154em;
	display: inline-block;
	border-top: 1px solid #043491;
	padding-top: 10px;
	margin: 20px 0 30px;
}

#services-info dt {
	position: absolute;
	padding-top: .2em;
}

#services-info dd {
	padding-left: 3.8em;
	margin-bottom: .8em;
}

#services-info .large {
	font-size: 1.308em;
}

#services-info .space {
	padding: 0 2px;
}
#services-info .space-r {
	padding-right: 2px;
}

#services-info .date {
	line-height: 1.4;
	padding-top: .2em;
}

#services-info .address {
	font-size: 0.923em;
	display: block;
	margin-top: .5em;
}


/* services-body */

#services-body {
	position: relative;
}

#services-body > div {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#services-body .area {
	position: absolute;
	right: -50px;
	top: -30px;
	z-index: 1;
	width: 330px;
}

#services-body .area img {
	width: 100%;
}

#services-body .map {
	max-width: 520px;
	width: 100%;
	height: 300px;
	background-color: #ccc;
	margin-bottom: 20px;
}

#services-body .access {
	max-width: 520px;
	font-size: 0.923em;
}


/* services-body-bar */

.services-body-bar {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

.services-body-bar > h2 {
	font-size: 1.308em;
	font-weight: bold;
	margin-bottom: 1em;
}

.services-body-bar > h2 .small {
	font-size: 0.824em;
}

.services-body-bar dl {
	margin-top: 2em;
}

.services-body-bar dt {
	position: absolute;
}
.services-body-bar dt:before {
	content: "・";
}

.services-body-bar dd {
	padding: 0 0 .3em 10em;
}


/* services-credit */

#services-credit {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}

#services-credit dl {
	font-size: 0.923em;
	line-height: 1.6;
}

#services-credit dt {
	float: left;
}

#services-credit dd {
	margin-bottom: .5em;
	overflow: hidden;
}

#services-credit .facebook {
	text-indent: -9999px;
	display: block;
	width: 28px;
	height: 28px;
	padding: 10px;
	margin: 10px 0 -10px -10px;
	border: none;
}


/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#detail {
		padding-top: 10px;
		margin-bottom: 70px;
	}

	#services-tab {
		margin: 0 -10px 50px;
		padding: 0 10px;
	}

	/*#services-title-sub {
		display: none;
	}*/

	#services-header {
		width: 100%;
		position: static !important;
		margin-bottom: 0;
	}

	#services-title {
		float: left;
		margin-left: 20px;
		margin-right: -60px;
	}

	#services-title > span {
		opacity: 1 !important;
	}

	#services-info {
		width: 82%;
		float: left;
		margin-left: 18%;
	}

	#services-info .area {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	#services-info dd br {
		display: none !important;
	}

	#services-body {
		clear: both;
		margin-left: 18%;
	}

	#services-body > div {
		padding-top: 30px !important;
	}

	#services-body .area {
		display: none;
	}

	#services-credit {
		width: 82%;
		margin-left: 18%;
	}

}


/* ---------------------------------------
	max-width: 599px;
--------------------------------------- */

@media screen and (max-width: 599px) {

	#detail {
		margin-bottom: 50px;
	}

	#services-tab {
		margin: 0 -10px 30px;
	}

	#services-tab > li {
		margin: 0 5px -2px 0;
		padding: 15px 10px;
		border: 2px solid #043491;
		border-bottom: none;
		background-color: #e3e4e5;
		cursor: pointer;
	}

	#services-title {
		display: none;
	}

	#services-info {
		width: 100%;
		margin-left: 0;
		float: none;
	}

	#services-info .area {
		margin-bottom: 20px;
	}
	#services-info .area:before {
		font-size: 1.385em;
	}

	#services-body {
		margin-left: 0;
	}

	#services-body > div {
		padding-top: 10px !important;
	}

	#services-body .map {
		height: 200px;
	}

	.services-body-bar {
		margin-top: 30px;
		padding-top: 30px;
	}

	#services-credit {
		width: 100%;
		margin: 30px 0 0 0;
		padding-top: 30px;
	}

}

/* ---------------------------------------
	max-width: 479px;
--------------------------------------- */

@media screen and (max-width: 479px) {

	#services-info dd br {
		display: block !important;
	}

}


/* =============================================================
	aside
* ============================================================= */

#aside {
	background-color: #fff;
	padding-top: 100px;
	position: relative;
	z-index: 200;
	-webkit-transform: translate3d(0,0,0); /* safariでz-indexが効かない対策 */
}

#aside > .inner {
	max-width: 860px;
	margin: 0 auto;
	padding: 0 8%;
}

#aside section {
	position: relative;
	padding: 0 0 70px 180px;
}

#aside h2 {
	text-indent: -9999px;
	position: absolute;
	top: .5em;
	left: 20px;
}

#aside .s0 {
	font-size: 1.154em;
	letter-spacing: 3px;
	width: 127px;
	text-indent: 0;
	text-align: center;
	background: none;
	top: 0;
	left: 0;
}

#aside .s1 {
	width: 127px;
	height: 91px;
	left: 0;
	background-position: -300px 0;
}

#aside .s2 {
	width: 72px;
	height: 102px;
	background-position: -450px 0;
}

#aside .s3 {
	width: 90px;
	height: 90px;
	background-position: -550px 0;
}


#aside section p {
	line-height: 2;
}

#aside section p b {
	font-size: 1.077em;
}

#aside section dl {
	margin-right: -1em;
	text-align: left;
	padding-left: 1em;
}

#aside section dt {
	font-size: 1.077em;
	margin: 1em 0 0 -1em;
}
#aside section dt:first-child {
	margin-top: 0;
}
#aside section dt:before {
	content: "・";
}

#aside section dd {
	display: inline-block;
	margin: 0 1em .5em 0;
}

/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#aside {
		padding-top: 70px;
		margin-bottom: -50px;
		-webkit-transform: none; /* androidでぼやけるのを防ぐ */
		z-index: auto; /* androidでぼやけるのを防ぐ */
	}

	#aside section {
		padding-bottom: 70px;
	}

}

/* ---------------------------------------
	max-width: 719px;
--------------------------------------- */

@media screen and (max-width: 719px) {

	#aside {
		padding-top: 50px;
	}

	#aside section {
		position: relative;
		padding: 0 0 50px 0;
	}

	#aside h2 {
		position: static;
		margin: 0 auto 20px;
	}

	#aside section p {
		line-height: 1.8;
	}

}

/* =============================================================
	footer
* ============================================================= */

footer {
	padding: 50px 0 30px;
	background-color: #fff;
	position: relative;
	z-index: 200;
}

footer > .copy {
	font-size: 0.846em;
	letter-spacing: 3px;
	text-align: center;
}

#btBtn {
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	padding: 2px;
	border: 2px dotted #043491;

	position: fixed;
	right: 20px;
	bottom: 0;
	opacity: 0;

	-webkit-transition: all .2s;
	transition: all .2s;

	z-index: 300;
}
.IE8 #btBtn {
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
}

#btBtn:after {
	content: "↑";
	text-indent: 0;
	text-align: center;
	line-height: 1;
	font-size: 1.4em;
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}


/* ---------------------------------------
	max-width: 959px;
--------------------------------------- */

@media screen and (max-width: 959px) {

	#btBtn {
		background-color: #e3e4e5;
	}

}


/* ---------------------------------------
	max-width: 599px;
--------------------------------------- */

@media screen and (max-width: 599px) {

	footer > .copy {
		text-align: left;
		letter-spacing: 2px;
		margin-left: 8%;
	}

	#btBtn {
		right: 15px;
		bottom: 15px !important;
	}

}

/* =============================================================
	high resolution
* ============================================================= */

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

	#cover-title > span,
	#cover-logo > .copy,
	#services i,
	#services-title-sub,
	#services-title,
	#services-credit .facebook,
	#aside h2 {
		background-size: 700px 400px !important;
	}

}

