/****************************************/
/********** ArtLab-Tokyo [CSS] **********/
/****************************************/


/****************************** Common ******************************/

/* サイト全体の中央寄せ,フォント指定,背景色指定 */
body {
	position: relative;
	overflow-y: scroll;
	margin: auto;
	margin-top: 50px;
	color: #333333;
	/* ナビゲーションバーを[position :fixed;]にした場合には[margin-top :~px;]要 */
	background-color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, 'Segoe UI', '游ゴシック体', YuGothic, 'Yu Gothic M', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1rem;
	/* 高さが足りないページでも常時スクロールバーを表示(デザイン崩れ防止) */
}

@media screen and (min-width: 48em) {
	body {
		margin-top: 0;
	}
}

/* aタグのスタイル */
a {
	text-decoration: none !important;
	color: #333333;
	/* hover,focus時の下線削除 */
}

/* a[img]タグのエフェクト */
@media screen and (min-width: 48em) {
	a,
	a img {
		transition: all 0.3s ease;

		-webkit-transition: all 0.3s ease;
	}

	a:hover {
		color: red;
	}

	a:focus {
		color: #333333;
	}

	a:hover u {
		color: red !important;
	}
}

/* aタグのエフェクト無効化 */
/*
a {
	-webkit-transition-property: none;
	transition-property: none;
}
*/

/* iframeタグのwidth指定 */
iframe {
	width: 100%;
}

/* Chromeバグ対策(bodyに下記classを付加してLoad時のtransitionを無効化) */
.preload {
	transition: none !important;

	-webkit-transition: none !important;
}

.section {
	margin-bottom: 2rem;
	padding: 0.5em 0.5em 0.25em;
	text-align: center;
}

.section[data-emergence=hidden] {
	opacity: 0;
}

.section[data-emergence=visible] {
	-webkit-animation: slideFadeIn-bottom-fast 0.5s;
	animation: slideFadeIn-bottom-fast 0.5s;
}

.section h2 {
	display: inline;
	letter-spacing: 0.1rem;
	font-size: 2rem;
	font-weight: 400;
}

.content-title {
	position: relative;
	height: 15vh;
	background-image: url(../img/header-img-001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* 下層ページタイトル部分の背景画像 */
	background-size: cover;
}

.content-title h2 {
	display: inline;
	letter-spacing: 0.1rem;
	color: #0f2350;
	font-size: 1.2rem;
	font-weight: 500;
}

.content-title:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0);
}

.content-title .container {
	height: 100%;
}

.content-title .title-text {
	z-index: 1;
	margin: 0;
	color: #0f2350;
}

.content-title .title-text[data-emergence=hidden] {
	opacity: 0;
}

.content-title .title-text[data-emergence=visible] {
	-webkit-animation: slideFadeIn-bottom-fast 1s;
	animation: slideFadeIn-bottom-fast 1s;
}

.content-title1 {
	position: relative;
	height: 40vh;
	background-image: url(../img/header-img001.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* 下層ページタイトル部分の背景画像 */
	background-size: cover;
}

.content-title1:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
}

.content-title1 .container {
	height: 100%;
}

.content-title1 .title-text {
	z-index: 1;
	color: #ffffff;
}

.content-title1 .title-text[data-emergence=hidden] {
	opacity: 0;
}

.content-title1 .title-text[data-emergence=visible] {
	-webkit-animation: slideFadeIn-bottom-fast 1s;
	animation: slideFadeIn-bottom-fast 1s;
}

.content-title2 {
	position: relative;
	height: 40vh;
	background-image: url(../img/header-img002.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/* 下層ページタイトル部分の背景画像 */
	background-size: cover;
}

.content-title2:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
}

.content-title2 .container {
	height: 100%;
}

.content-title2 .title-text {
	z-index: 1;
	color: #ffffff;
}

.content-title2 .title-text[data-emergence=hidden] {
	opacity: 0;
}

.content-title2 .title-text[data-emergence=visible] {
	-webkit-animation: slideFadeIn-bottom-fast 1s;
	animation: slideFadeIn-bottom-fast 1s;
}

p {
	margin-top: 0;
	margin-bottom: 0.2rem;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	color: #333333;
}

h1 {
	letter-spacing: 0rem;
	text-shadow: 0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000;
	font-family: HGS明朝E,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro',メイリオ,Meiryo,serif;
	font-size: 1.2rem;
	font-weight: 600;
}

@media screen and (min-width: 48em) {
	h1 {
		letter-spacing: 0rem;
		text-shadow: 0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000,0 0 3px #000000;
		font-family: HGS明朝E,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro',メイリオ,Meiryo,serif;
		font-size: 1.6rem;
		font-weight: 600;
	}
}

h2 {
	letter-spacing: 0.1rem;
	font-size: 2rem;
}

h3 {
	letter-spacing: 0.1rem;
	font-size: 1.4rem;
}

h4 {
	letter-spacing: 0.05rem;
	font-size: 1.3rem;
}

h5 {
	margin-top: 0rem;
	margin-bottom: 20px;
	padding: 1.5%;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	background-color: #ffa500;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
}

h6 {
	margin-top: 0rem;
	margin-bottom: 20px;
	padding: 1.5%;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	background-color: #65ab31;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
}

h7 {
	margin-top: 0rem;
	margin-bottom: 20px;
	padding: 1.5%;
	text-align: center;
	color: #ffffff;
	border-radius: 30px;
	background-color: #32cd32;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
}

/****************************** Common End ******************************/


/****************************** Bootstrap Overwrite ******************************/

/* ボタンスタイル */
.btn {
	transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;
}

/* ボタンhover時のテキスト色を変更しない */
.btn:hover {
	color: inherit;
}

/* パンくずリストスタイル */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.8rem 0rem;
	list-style: none;
	background-color: transparent;

	-ms-flex-wrap: wrap;
}

/* パンくずリストの矢印 */
.breadcrumb-item + .breadcrumb-item:before {
	content: '\f0da' !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

/* パンくずリストのフォントサイズとエフェクト無効化 */
.breadcrumb .breadcrumb-item {
	font-size: 0.875rem;
}

.breadcrumb .breadcrumb-item a {
	transition-property: none;

	-webkit-transition-property: none;
}

/* カードスタイル */
.card {
	margin-bottom: 1.25rem;
}

/****************************** Bootstrap Overwrite End ******************************/


/****************************** Animation ******************************/

@-webkit-keyframes fadeIn {
	0%,
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0%,
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes slideFadeIn-left {
	0%,
	25% {
		transform: translateX(-50px);
		opacity: 0;

		-webkit-transform: translateX(-50px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;

		-webkit-transform: translateX(0px);
	}
}

@keyframes slideFadeIn-left {
	0%,
	25% {
		transform: translateX(-50px);
		opacity: 0;

		-webkit-transform: translateX(-50px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;

		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes slideFadeIn-right {
	0%,
	25% {
		transform: translateX(50px);
		opacity: 0;

		-webkit-transform: translateX(50px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;

		-webkit-transform: translateX(0px);
	}
}

@keyframes slideFadeIn-right {
	0%,
	25% {
		transform: translateX(50px);
		opacity: 0;

		-webkit-transform: translateX(50px);
	}

	100% {
		transform: translateX(0px);
		opacity: 1;

		-webkit-transform: translateX(0px);
	}
}

@-webkit-keyframes slideFadeIn-top {
	0%,
	50% {
		transform: translateY(-50px);
		opacity: 0;

		-webkit-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

@keyframes slideFadeIn-top {
	0%,
	50% {
		transform: translateY(-50px);
		opacity: 0;

		-webkit-transform: translateY(-50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes slideFadeIn-bottom {
	0%,
	50% {
		transform: translateY(50px);
		opacity: 0;

		-webkit-transform: translateY(50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

@keyframes slideFadeIn-bottom {
	0%,
	50% {
		transform: translateY(50px);
		opacity: 0;

		-webkit-transform: translateY(50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes slideFadeIn-bottom-fast {
	0% {
		transform: translateY(50px);
		opacity: 0;

		-webkit-transform: translateY(50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

@keyframes slideFadeIn-bottom-fast {
	0% {
		transform: translateY(50px);
		opacity: 0;

		-webkit-transform: translateY(50px);
	}

	100% {
		transform: translateY(0px);
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
}

/****************************** Animation End ******************************/


/****************************** Header ******************************/
header .container-fluid {
	max-width: 1140px;
}

.header-text-row {
	background-color: #65ab31;
}

.header-text-row > div {
	height: 10px;
}

.header-text-row a {
	padding-left: 1em;
	transition-property: none;
	color: #dddddd;
	font-size: 0.75rem;
	line-height: 2;

	-webkit-transition-property: none;
}

@media screen and (min-width: 48em) {
	.header-text-row a:hover {
		color: #ffffff;
	}
}

.header-img-row > div {
	height: 90px;
}

.header-img-row .header-logo-img {
	width: 100%;
}

@media screen and (min-width: 48em) {
	.header-img-row .header-logo-img {
		width: 250px;
	}
}

.header-img-row .header-banner-img {
	width: 260px;
	padding-left: 1em;
}

.header-img-row .header-contact-img {
	width: 250px;
	padding-left: 1em;
}

@media screen and (min-width: 48em) {
	.header-img-row .header-banner-img:hover {
		opacity: 0.5;
	}
}

/****************************** Header End ******************************/


/********** Global Navigation **********/

/* ナビゲーションバーのスタイル(PC) */
nav {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
}

@media screen and (min-width: 48em) {
	nav {
		position: relative;
	}

	nav.nav-initial,
	nav.nav-onmouse {
		background-color: #ffffff;
	}
}

nav .container-fluid {
	max-width: 1140px;
	padding: 0;
}

@media screen and (min-width: 48em) {
	nav .container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.navbar-logo {
	flex: none;

	-webkit-box-flex: 0;
	-ms-flex: none;
}

@media screen and (min-width: 48em) {
	.navbar-logo:hover {
		color: inherit;
	}
}

.navbar-logo img {
	width: auto;
	height: 50px;
	padding-left: 20px;
}

@media screen and (min-width: 48em) {
	.navbar-logo img {
		display: none;
		padding-left: 20px;
	}
}

/* ナビゲーションメニューの横方向ポジショニングおよび隙間詰め */
.stellarnav ul {
	position: relative;
	z-index: 10000;
	padding-bottom: 10px;
	text-align: center;
	font-size: 0;
}

/* ナビゲーションメニュー(1階層目)のスタイル */
.stellarnav:not(.mobile) ul li {
	flex-grow: 2;
	border-left: 1px solid #cccccc;

	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
}

.stellarnav:not(.mobile) ul li:last-child {
	border-right: 1px solid #cccccc;
}

/*
.stellarnav:not(.mobile) ul li::before {
	display: block;
	position: absolute;
	top: 50%;
	left: -1px;
	width: 2px;
	height: 20px;
	background-color: #ccc;
	content: "";
	transform: translateY(-50%);
}
*/

.stellarnav:not(.mobile) ul li a {
	padding: 5px;
	transition: background 0.3s ease-out;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;

	-webkit-transition: background 0.3s ease-out;
}

.stellarnav:not(.mobile) ul li a::before {
	padding-right: 0.5em;
	content: '\f105';
	color: #0f2350;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.stellarnav:not(.mobile) ul li:first-of-type a::before {
	padding-right: 0.5em;
	content: '\f015';
	color: #0f2350;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

nav.nav-initial .stellarnav:not(.mobile) ul li a,
nav.nav-onmouse .stellarnav:not(.mobile) ul li a {
	color: #333333;
}

nav.nav-initial .stellarnav:not(.mobile) ul li a:hover,
nav.nav-onmouse .stellarnav:not(.mobile) ul li a:hover {
	color: #1c68b7;
	background-color: #d3ddf1;
}

.stellarnav:not(.mobile) li.has-sub > a:after {
	border-top-color: #333333;
}

nav.nav-initial .stellarnav:not(.mobile) li.has-sub > a:after,
nav.nav-onmouse .stellarnav:not(.mobile) li.has-sub > a:after {
	border-top-color: #333333;
}

/* ナビゲーションバーのスタイル(モバイル ~768px) */

/* トグルボタン配置 */
.stellarnav .menu-toggle {
	float: right;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

/* トグルボタンのスタイル */
.stellarnav .menu-toggle span.bars {
	top: 4px;
	margin: 0;
}

.stellarnav .menu-toggle span.bars span {
	width: 20px;
	background-color: #333333;
}

/* トグルクローズボタンのスタイル */
.stellarnav .close-menu {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background-color: #19448e;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.stellarnav .icon-close:before,
.stellarnav .icon-close:after {
	border-bottom: 2px solid #ffffff;
}

/* ドロップダウンボタンのスタイル */
.stellarnav .dd-toggle {
	width: 50px;
	height: 50px;
}

.stellarnav a.dd-toggle .icon-plus:before,
.stellarnav a.dd-toggle .icon-plus:after {
	border-bottom: 2px solid #ffffff;
}

/* メニュー(1階層目)のスタイル */
.stellarnav.mobile ul {
	background-color: #19448e;
}

.stellarnav.mobile ul li a {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

/****************************** Global Navigation End ******************************/


/****************************** Footer ******************************/

footer {
	background-color: #f0fff0;
}

/* フッターリンクエリアのスタイル */
.footer-link .row {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

@media screen and (min-width: 48em) {
	.footer-link .row {
		text-align: left;
	}
}

.footer-link .logo {
	width: 65%;
	margin: 0 auto;
	color: #8b0000;
	font-family: 'Helvetica Neue';
	font-size: 2rem;
	line-height: 2;
}

.footer-link a {
	transition-property: none;
	font-size: 0.75rem;
	font-weight: 400;

	-webkit-transition-property: none;
}

.footer-link ul {
	margin-bottom: 0;
	padding-left: 0;
}

.footer-link li {
	display: none;
	list-style: none;
}

@media screen and (min-width: 48em) {
	.footer-link li {
		display: block;
	}
}

.footer-link li > a {
	font-size: 0.75rem;
	font-weight: 100;
}

/* コピーライト表示 */
footer .copyright {
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #ffffff;
	background-color: #65ab31;
	font-size: 12px;
}

/* ページトップボタン */
#pagetop {
	position: fixed;
	z-index: 10000;
	right: 5%;
	bottom: 5%;
}

#pagetop a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #ffffff;
	border-radius: 50%;
	background-color: rgba(255, 165, 0, 0.7);
	font-size: 24px;

	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

@media screen and (min-width: 48em) {
	#pagetop a:hover {
		background-color: orange;
	}
}

/****************************** Footer End ******************************/
