@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Noto Sans TC';
    src: url('NotoSansTC-Regular.otf');
}


.navbar-brand {
  font-size: 14px;
}
#mv-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(//www.mcart.jp/data/news/img/news.jpg);
}
#contents-mv h1 {
	font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif !important;
}
#contents-body {
	font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif !important;
}
/*見出し関連*/
#contents-body h2 {
	font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif !important;
}
#contents-body h3 {
	font-family: "Noto Sans TC", "PingFang TC", "Hiragino Sans CNS", "Microsoft JhengHei", sans-serif !important;
	line-height: 110%;
}
/*language部分書き換え*/
#header-sub-menu li {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color: #444;
    line-height: 120%;
}
#header-sub-menu li:nth-child(5) {
    padding-right: 10px;
}

@media all and (min-width : 768px) {
#header-sub-menu li:nth-child(5):hover {
    cursor: pointer;
    color: #FFF;
    background-color: #B4B4B4;
}
#header-sub-menu > li:nth-child(5):before {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    content: url(//www.mcart.jp/data/basic-img/icon-05.png);
    padding: 10px;
    position: relative;
}
}
.bt-langage ul {
    background-color: #B4B4B4;
    z-index: 99;
    width: 100%;
    padding-left: 0px;
}
.bt-langage ul li {
    display: list-item!important;
    list-style: none;
    border-bottom: 1px solid #666;
}

@media all and (min-width : 768px) {
.bt-langage ul {
    display: none;
}
.bt-langage:hover ul {
    display: block;
    position: absolute;
}
.bt-langage ul li a:before {
    display: none!important;
}
}

@media all and (max-width : 767px) {
#header-sub-menu li a:before {
    display: none!important;
}
#header-sub-menu li.bt-langage {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    line-height: 20px;
}
#header-sub-menu li.bt-langage li {
    margin-right: -10px;
    background-color: #FFF;
}
#header-sub-menu li.bt-langage li a {
    padding: 10px;
    display: block;
}
}
/*----------------------------------------------*/
/*グローバルナビ                                */
/*----------------------------------------------*/
#globale-nav {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#globale-nav ul {
    width: 100%;
    display: table;
    margin-bottom: 0px;
}
#globale-nav ul li a {
    color: #000;
}
#globale-nav ul li a:hover {
    color: #F85A62;
}

@media all and (min-width : 768px) {
#globale-nav ul li {
    display: table-cell;
    border-left: 1px solid #DDD!important;
    float: none;
}
#globale-nav ul {
    border-right: 1px solid #DDD;
}
#globale-nav ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
	text-align: center;
}
#globale-nav .active {
    background-color: #EFEFE9;
}
}

@media all and (max-width : 767px) {
#globale-nav ul {
    border-top: 1px solid #DDD;
}
#globale-nav ul li {
    display: inline-block;
    border-bottom: 1px solid #DDD;
    float: left;
    width: 50%;
}
#globale-nav ul li:nth-child(odd) {
/*border-right: 1px solid #DDD;*/
}
#globale-nav ul li:first-child {
    display: block;
}
#globale-nav ul li a {
    display: block;
    height: 100% !important;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
}
/*---------------------------------------------*/
/* english add                                 */
/*---------------------------------------------*/
#bg-anime {
    position: relative;
    overflow: hidden;
    height: 300px;
}
#bg-anime a {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.80);
}
#bg-anime:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("../../global-img/bg-about.jpg");
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    display: block;
    background-position: 0% 0%;
    -webkit-background-size: 1100px;
    background-size: 1100px;
    -webkit-animation: stripeBg1 25s linear infinite;
    animation: stripeBg 25s linear infinite;
}
@-webkit-keyframes stripeBg {
 0% {
background-position: 0 0;
}
 100% {
background-position: -1100px 0;
}
}
@keyframes stripeBg {
 0% {
background-position: 0 0;
}
 100% {
background-position: -1100px 0;
}
}
/* 窯----------------------------------------------------*/
#bg-kama {
    color: #FFF;
    background-color: #000000;
    position: relative;
    padding-bottom: 40px;
}

@media all and (min-width : 992px) {
	#bg-kama {
		background-image: url("../../global-img/tanba1.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding-top: 40px;
	}
	#bg-kama .shadowtext {
		text-shadow: 2px 2px 2px #000000;
	}
}

@media all and (max-width : 991px) {
	#bg-kama:before {
		content: "";
		background-image: url("../../global-img/tanba1.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		padding-top: 50%;
		display: block;
	}
}
#sato, #fes {
    position: relative;
    overflow: hidden;
}
#sato img, #fes img {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn-center {
    position: absolute;
    z-index: 2;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 120%;
    /*color: #FFF;*/
    background-color: rgba(255,255,255,0.60);
    border: 1px solid #B93039;
    /*border: 1px solid #FFF;*/
    padding: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ratio-8_3:before {
    content: "";
    display: block;
    padding-top: 38.462%;
}
.card-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}
.card-link:hover:after {
    background-color: rgba(255,255,255,0.40);
}
/* gmap---------------------------------------------------*/
#gmap {
    margin-bottom: -50px;
}
/* exhibition---------------------------------------------*/
#exhibition {
    background-color: #dcdada;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../../global-img/bg-ex.svg);
    background-repeat: no-repeat;
    background-position: -200px top;
    background-size: contain;
}
.exhibitions-info-block {
	padding: 10px 10px 0px 10px;
	display: block;
	color: #FFF;
}
.spe {
	background-color: #E93A38;
	border: 2px solid #F85A62;
}
.the {
	background-color: #8F98AD;
	border: 2px solid #8F98AD;
}
.exhibitions-info-block h4 {
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
}
.exhibitions-info-block:hover.spe {
	background-color: #FFF;
	color: #F85A62;
}
.exhibitions-info-block:hover.the {
	background-color: #FFF;
	color: #8F98AD;
}
.photo-div {
	position: relative;
	overflow: hidden;
}
.ratio-px:before {
    content: "";
    display: block;
    padding-top: 80px;
}
.photo-div img {
	width: 130%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*美術館について*/
#sisetu h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #666666;
}

/*展示一覧*/
.past-exhibitions-block {
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}
.past-exhibitions-block > div > div {
    padding-bottom: 0px !important;
}
.past-exhibitions-block > div > div img {
    margin-left: auto;
    margin-right: auto;
}
.past-exhibitions-block h3 {
    background-color: transparent !important;
    border-left-style: none !important;
    border-left-width: 0px !important;
    padding: 0px !important;
}
.past-exhibitions-block h6 {
    background-color: #EFEFE9;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.cate-sp {
    background-color: #E93A38;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.cate-tm {
    background-color: #8F98AD;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media all and (min-width : 768px) {
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media all and (max-width : 767px) {
.past-exhibitions-block > div > div img {
    margin-bottom: 10px;
}
}


/*---------------------------------------------------*/
/* Exhibit Information                               */
/*---------------------------------------------------*/
.theme2-div {
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.theme2-div time {
    padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
	text-align: right;
	display: block;
}
figcaption {
	margin-top: 5px;
	line-height: 130%;
}


/*---------------------------------------------------*/
/* access                                            */
/*---------------------------------------------------*/
.timetable-title {
	border: 1px solid #666;
	border-collapse: collapse;
	margin-bottom: 20px;
	background-color: #FFF;
}
.timetable-title h4 {
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #666;
}
.timetable-title time {
	width: 49%;
	padding: 10px;
	display: inline-block;
}
.timetable-title time:last-child {
	border-left: 1px solid #666;
}
.time-table {
	border: 1px solid #666;
	border-collapse: collapse;
	width: 100%;
	line-height: 120%;
	background-color: #FFF;
}
.time-table small {
	display: block;
	font-size: 10px;
	line-height: 110%;
}
.time-table tbody th {
	background-color: #DDD;
}
.destination {
	border-bottom: 3px solid #68292C;
}
.destination th {
	background-color: #BB8F8F;
}
.time-table th,
.time-table td {
	padding: 5px;
	text-align: center;
	border: 1px solid #666;
}
.moreinfo-area {
	padding: 10px;
	background-color: #F3F1EA;
}
.moreinfo-area h5 {
	background-color: #000;
    color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}
.moreinfo-area h5:before {
	display: none;
}
.theader-jr {
	background-color: #7CA9F7;
}
.theader-bus {
	background-color: #9CC597;
}
.jr {
    background-color: #BED4FB;
}
.bus {
    background-color: #D4E6D2;
}
.more-target {
	display: none;
}
.btn-more {
	position: relative;
}
.btn-more:after {
	margin-left: 10px;
	content: "+";
	color: #B93039;
	font-size: 20px;
	display: inline-block;
}
.btn-more.active:after {
	transform: rotate(-45deg);
}
@media all and (max-width : 767px) {
	.time-table th,
	.time-table td {
		padding: 3px;
	}
	.table-responsive {
		padding-bottom: 5px;
		border: none;
	}
	/*iOSスクロールバー表示処理*/
	.table-responsive tbody {
		position: relative;
	}
	.destination th,
	.table-responsive tbody th {
		position: sticky;
		left: -1px;
	}
	.table-responsive::-webkit-scrollbar {
    height: 10px;
  }
  .table-responsive::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 5px;
  }
  .table-responsive::-webkit-scrollbar-track-piece {
    background: #CCC;
  }
}