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


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

/* サイト全体の中央寄せ,フォント指定,背景色指定 */
body {
	position: relative;
	margin: auto;
	margin-top: 100px;
	/* ナビゲーションバーを[position :fixed;]にした場合には[margin-top :~px;]要 */
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	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;
	overflow-y: scroll;
	/* 高さが足りないページでも常時スクロールバーを表示(デザイン崩れ防止) */
}

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

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

/* a[img]タグのエフェクト */
@media screen and (min-width: 48em) {

	a,
	a img {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	a:hover {
		color: red;
	}

	a:focus {
		color: #333;
	}
}

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

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

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

.section {
	margin-bottom: 3rem;
	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;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	
}

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



@media screen and (min-width: 62em) {
	.content-title {
		height: 30vh;
	}
}


.content-title h2 {
	display: inline;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	color: #fff;
	
}

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

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

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

.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-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

.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-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

.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 {
	color: #333;
    margin-top: 0;
    margin-bottom: 1rem;
}


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


h1 {
  letter-spacing: 0rem;
}

h2 {
	 
font-size: 1.3rem;
  letter-spacing: 0.0rem;
	
}

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

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

h5 {
  letter-spacing: 0.05rem;
}


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


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

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

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

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

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

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

.breadcrumb .breadcrumb-item a {
	-webkit-transition-property: none;
	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% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}

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

@keyframes slideFadeIn-left {

	0%,
	25% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
		opacity: 0;
	}

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

@-webkit-keyframes slideFadeIn-right {

	0%,
	25% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}

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

@keyframes slideFadeIn-right {

	0%,
	25% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}

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

@-webkit-keyframes slideFadeIn-top {

	0%,
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

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

@keyframes slideFadeIn-top {

	0%,
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		opacity: 0;
	}

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

@-webkit-keyframes slideFadeIn-bottom {

	0%,
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

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

@keyframes slideFadeIn-bottom {

	0%,
	50% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

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

@-webkit-keyframes slideFadeIn-bottom-fast {

	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

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

@keyframes slideFadeIn-bottom-fast {

	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
		opacity: 0;
	}

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

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


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

/* ナビゲーションバーのスタイル(PC) */
nav {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
	height: 100px;
background-color: rgba(255, 255, 255, 1.0);
}
/* テキストリンクエリアのスタイル */
.text-frame {
	width: 100%;
	background-color: #8b0000;
}

.text-frame ul {
	height: 30px;
	margin-bottom: 0;
	line-height: 30px
}

.text-frame a {
	color: #fff;
	font-size: 0.75rem;
	-webkit-transition-property: none;
	transition-property: none;
}

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

.text-frame .list-inline-item {
	margin-right: 1rem;
}

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

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 {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
}

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

.navbar-logo img {
width: auto;
height: 25px;
padding-left: 15px;
margin-top: 35px;	

}

@media screen and (min-width: 48em) {
.navbar-logo img {
height: 30px;
margin-top: 35px;	
}
}

.navbar-logo span {
padding-left: 15px;
font-size: 1.4rem;
font-family: "Helvetica Neue";
}


@media screen and (min-width: 48em) {
.navbar-logo span {
padding-left: 0;
color: #8b0000;
font-size: 1.75rem;
font-family: "Helvetica Neue";
}
	

nav.nav-initial .navbar-logo span,
nav.nav-onmouse .navbar-logo span {
color: #8b0000;
}
}

/* ナビゲーションメニューの横方向ポジショニングおよび隙間詰め */

.stellarnav ul {
position: relative;
z-index: 10000;
font-size: 0;
text-align: right;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);

}

/* ナビゲーションメニュー(1階層目)のスタイル */
.stellarnav ul li a {
padding: 40px 20px;
color: #333;
font-size: 14px;
font-weight: 500;
line-height: 20px;
-webkit-transition: background 0.5s ease-out;
transition: background 0.5s ease-out;
}

.stellarnav ul li.info a {
    color: #fff;
    background: #8b0000;
    padding: 7px 22px;
    border-radius: 50px;
    border: 2px solid #8b0000;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

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

nav.nav-initial .stellarnav:not(.mobile) ul li.info a:hover,
nav.nav-onmouse .stellarnav:not(.mobile) ul li.info a:hover {
	color: #fff;
	opacity: 0.6;
}

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

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

.stellarnav li.has-sub > a:after {
border-top-color: #333;
}

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: #333;
}

/* サブメニュー(2階層目以降)のスタイル */
.stellarnav ul ul {
top: 70px;
width: 250px;
background-color: rgba(255, 255, 255, 1);
}

.stellarnav ul ul li a {
padding: 8px 30px;
color: #333;
font-size: 13px;
font-weight: normal;
line-height: 20px;
}

.stellarnav ul ul li a:hover {}

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

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

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

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

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

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

/* ドロップダウンボタンのスタイル */
.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 #fff;
}

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

.stellarnav.mobile ul li a {
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
color: #fff;
}

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

.stellarnav.mobile ul li a:hover,
.stellarnav.mobile ul ul li a:hover {
background-color: transparent;
}

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

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

footer {
	background-color: #fff;
}

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

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

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

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

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

.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;
	background-color: #000000;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
}

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

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

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

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