@charset "utf-8";

/* ##################################### home.css ##################################### */
/* ============= 色変更箇所 ============= */
.home .main__top__copy { color: #214043; }



.news__list::after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* ============= font-awesome ============= */
.a::before {
	font-family: 'FontAwesome';
	display: inline-block;
	width: 1.2em;
    text-align: center;
}



/* ============= メインビジュアル ============= */
.home #mainvisual {
    /*top: 10px;*/
    /*padding-top:138px;*/
	position: relative;
    height: 350px;
    /*height: 530px;*/
    /*height: 440px;*/
    background: #f18c00;
	/*background: url(/img/home/mainvisual_bg.jpg) center right / cover;*/
	box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0 6px 4px -3px rgba(0,0,0,0.3);
}

#mainvisual .mainvisual__inner {
	position: absolute;
	width: 100%;
	top: 50%;
    padding: 0;
    /*padding: 0 15px;*/
	transform: translateY(-50%);
	text-align: center;
}

@media print, screen and (min-width: 768px) {
.home #mainvisual {
    top: 0;
    height: 550px;
}
/*.home #mainvisual { height: 580px; }*/
}



@media print, screen and (min-width: 768px) {
.content { margin-top:0; }
}




/* ============= 最上段コピー ============= */
.home .main__top { margin: 70px auto 60px auto; }
/*.home .main__top__copy {
    margin-bottom:50px;
    font-size:24px;
    font-weight: bold;
    line-height:1.4em;
    
}
@media print, screen and (min-width:1200px) {
.home .main__top__copy {
    font-size:32px;
    text-align: center;
}
}*/


/* ============= about内画像 ============= */
.fig-about { width: 90%; }
@media print, screen and (min-width:900px) {
.fig-about { width: 70%; }
}


/* ============= 構成展バナー ============= */
.exhibition-banner li {
    margin-bottom: 15px;
    text-align: center;
}

@media print, screen and (min-width:900px) {
.exhibition-banner {
    width:100%;
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.exhibition-banner .left-item,
.exhibition-banner .right-item { width: 49%; }
.exhibition-banner .left-item {
    margin-right:2%;
    margin-bottom: 0;
}
    
.exhibition-banner .left-item,
.exhibition-banner .right-item { padding: 20px; }

.exhibition-banner .left-item { background:#fdf5e9; }
.exhibition-banner .right-item { background:#e9fded; }

.exhibition-banner li:last-child { margin:30px 0 0 0; }
}



/* ---- タブ開閉パネル ---- */
/*.tab-area {
  display: flex;
  border-bottom: 3px solid;
  cursor: pointer;
    margin-bottom: 10px;
}
.tab {
  width:50%;
  padding:10px 10px 5px 10px;
    font-size:20px;
    /*font-weight:bold;*/
  text-align: center;
    line-height: 1.2em;
}
.tab:nth-child(n+2) {
  border-left: 2px solid;
}
.tab.active {
  background-color: #1B3656;
  color: #fff;
}

.panel-area { margin-top: 20px; }

.panel {
  display: none;
  /*text-align: center;*/
}
.panel.active {
  display: block;
}

@media screen and (min-width:768px) {
.tab {
    width: calc(100%/3);
   font-size:28px;
}*/



/* ---- Waht's New ---- */
.news { }

.news__list{
    width: 80%;
    height:300px;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-bottom:1px dotted #afafaf;
}
.news__list dt{
	border-top:1px dotted #afafaf;
	/*font-size:1.2rem;
	line-height:20px;*/
	padding:10px 0 0;
}
.news__list dd {
	/*font-size:1.4rem;
	line-height:1.6em;*/
	margin:-20px 0 0 120px;
	padding:0 0 10px;
}

@media screen and (max-width:767px) {
.news__list {
    width:auto;
}
.news__list dt{
    /*font-size:1rem;*/
    margin:0 0 5px;
    padding:10px 0 0;
}
.news__list dd{
    /*font-size:1.2rem;*/
    margin:0;
    padding:0 0 10px;
}
/*.news__list dd a {
    background-size:8px 12px;display:block;
    padding:0 20px 0 0;
    text-decoration:none;
}*/
}





