@charset "UTF-8"; 


.exhibi-top-box {
    background: #58aaee center;
    width: 100%;
    padding: 0;
}

.exhibi1-top-box {
    background: #646af0 center;
    width: 100%;
    padding: 0;
}

.exhibi2-top-box {
    background: #1bbc97 center;
    width: 100%;
    padding: 0;
}

.exhibi3-top-box {
    background: #66c7b8 center;
    width: 100%;
    padding: 0;
}

.exhibi4-top-box {
    background: #e3794a center;
    width: 100%;
    padding: 0;
}

.exhibi5-top-box {
    background: #66A6B9 center;
    width: 100%;
    padding: 0;
}

.exhibi6-top-box {
    background: #f66f92 center;
    width: 100%;
    padding: 0;
}

.exhibi7-top-box {
    background: #25408b center;
    width: 100%;
    padding: 0;
}

.exhibi8-top-box {
    background: #3da144 center;
    width: 100%;
    padding: 0;
}

.exhibi10-top-box {
    background: #eba731 center;
    width: 100%;
    padding: 0;
}

.entrance-area-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.entrance-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    margin-bottom: 20px;
}

.entrance-area img {
    border-radius: 7px;
    vertical-align: middle;
}

section.bk-f5e {
    background-color: #f5edce;
}

section.bk-cdd {
    background-color: #cdd3e5;
}

.exhibition{
	width: 1100px;
    margin: 0 auto;
    text-align: center;
    /* padding: 4em 0; */
    padding: 2.5em 0;
}

.exhibi-dot{
	width: 1066px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px dotted #999999;
}

h2.exhibi-title {
    border-bottom: 1px dotted #2C2C2C;
    padding-bottom: 1em;
    margin-bottom: 1.5em !important;
}

h2.exhibi-title2 {
    border-bottom: 1px dotted #2C2C2C;
    padding-bottom: 1em;
    padding-top: 3em;
    margin-bottom: 1.5em !important;
    border-top: 1px dotted #ffffff;
}

.exhibition h2{
	font-size: 32px;
	font-weight: bold;
	/*margin-bottom: 1.4em;*/
	margin-bottom: 1.2em;
	line-height: 1.3em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.bk-cdd .exhibition h2{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 0.4em;
	line-height: 1.3em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


.exhibition h2+p{
	/*margin-bottom: 3em;*/
	margin-bottom: 2em;
}
.exhibition p.exhibi_text{
	font-size: 16px;
    line-height: 24px;
}

.exhibition p.exhibi_text_20{
	font-size: 20px;
    line-height: 32px;
}

.exhibition p.exhibi_text_20.left {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 3em;
}

.exhibition p.exhibi_text_20.mtb_3em{
	margin: 3em 0;
}

.exhibition p.exhibi_text.left{
	text-align: left;
}

.thumbnails-area-box .exhibi_contact, .thumbnails-area-box .exhibi_contact2{
    margin: 4em auto 0 auto;
}

a.exhibi_contact, a.exhibi_contact2{
	display: inline-block;
	padding: 1em 10em;
	text-decoration: none;
	color: #ffffff;
	background-color: #e43c00;
	border-radius: 7px;
	transition: .4s;
	font-size: 16px;
}

a.exhibi_contact::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 15px;
    background-repeat: repeat;
    background-image: url(/img/open/link_icon_w_l.png);
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
}

.exhibi-thumbnails-area{
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 7px;
    background: #ffffff;
    width: 256px;
    height: auto;
    margin-right: 14px;
    margin-bottom: 20px;
}

.exhibi-thumbnails-area .thumbnails-area_text {
    display: inline-block;
    width: 92%;
    height: auto;
    text-align: left;
    vertical-align: middle;
    color: #222222 !important;
    margin: 8px;
    line-height: 20px;
    font-size: 13px;
}

.thumbnails-area .thumbnails-area_text{
	display: inline-block;
	width: 92%;
	height: 76px;
	text-align: left;
	vertical-align: middle;
	color: #222222 !important;
	margin: 8px;
	line-height: 16px;
	font-size: 13px;
}

.mt_20_c {
    margin-top: 20px !important;
    text-align: center !important;
}

.thumbnails-area-box.cont-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.exhibi_text span.small {
    font-size: 90%;
}

ul.exhibi_movie {
    max-width: 800px;
    margin: 2em auto 0 auto;
    text-align: left;
    border-top: 1px dotted #999999;
    padding-top: 2em;
}

ul.exhibi_movie li {
    list-style: none;
    margin-bottom: 0.3em;
}

ul.exhibi_movie li span {
    margin-right: 15px;
    font-weight: bold;
    display: inline-block;
}

.exhibi_movie p {
    display: inline-block;
}

/*------------------ 下層 ------------------*/
.thumbnails-area-box.between{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thumbnails-area-box.between_re{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.thumbnails-area-box.start{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.thumbnails-area_1col {
    width: 100%;
    height: auto;
}

.thumbnails-area_2col {
    width: 48%;
    height: auto;
}

.thumbnails-area_3col {
    width: 32%;
    height: auto;
}

.thumbnails-area_4col {
    /* width: 15%; */
    height: auto;
    /* margin: 0 5% 4% 5%; */
    
    width: 25%;
    margin: 0 0% 4% 0%;
}

.thumbnails-area_4col img {
    max-width: 60%;
}

.thumbnails-area_3col.w30 {
    width: 30%;
}

.thumbnails-area_3col_2 {
    height: auto;
}
.thumbnails-area_3col_2 img{
	height: 300px;
    max-width: inherit;
}

p.thumbnails-area_text_1col {
    width: auto;
    height: auto;
    text-align: left;
    margin: 8px auto;
    font-size: 14px;
}

.thumbnails-area_2col .thumbnails-area_text_2col,
.thumbnails-area_3col .thumbnails-area_text_2col, 
.thumbnails-area_3col_2 .thumbnails-area_text_2col, 
.thumbnails-area_2col_h325 .thumbnails-area_text_2col,
.thumbnails-area_2col_h350 .thumbnails-area_text_2col{
    width: auto;
    height: auto;
    text-align: left;
    margin: 8px 0;
    font-size: 16px;
}

.exhibi10_desc-area {
    background-color: #cbcbcb;
    border-radius: 7px;
    padding: 1.5em;
    margin: 3em 0 1em 0;
}

.exhibi10_img-area {
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

.exhibi10_text-area {
    width: 60%;
    display: inline-block;
    margin: 1em;
}

.exhibi10_text-area .strong{
	margin: 3em 0 1em 0;
	font-size: 16px;
}

a.exhibi10_btn {
    text-align: center;
    width: 60%;
    background-color: #e43c00;
    display: inline-block;
    padding: 1em 0.5em;
    margin: 2em 20%;
    border-radius: 7px;
    color: #ffffff;
}

.thumbnails-area_2col .thumbnails-area_text_2col .strong,
 .thumbnails-area_3col_2 .thumbnails-area_text_2col .strong{
    font-size: 20px;
}

.thumbnails-area_text_2col.center{
	text-align: center;
}

.exhibi6_film_img-area {
    width: 20%;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    border-radius: 7px;
    position: relative;
    padding: 20px 3%;
}

.exhibi6_film_img-area img {
	width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.exhibi6_film_text-area {
    width: 65%;
    height: 270px;
    display: inline-block;
    margin-left: 2%;
    background-color: #ffffff;
    border-radius: 7px;
    text-align: left;
    padding: 0 3%;
    position: relative;
}

.exhibi6_film_text-area .exhibi6_film_text{
    height: 180px;
    width: 92%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 15px;
    line-height: 22px;
}

.exhibi6_film_text .strong {
    line-height: 40px;
    font-size: 18px;
}

.exhibi6_film_text-area p {
    margin-bottom: 20px;
}


.exhibi8_machine_img-area {
    width: 46%;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi8_machin_img-area img {
    width: 100%;
    /* height: 200px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

.exhibi8_machin_text-area {
    width: 45%;
    height: 199px;
    display: inline-block;
    margin-left: 2%;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 0 3%;
    position: relative;
}

.exhibi8_machin_text-area .exhibi8_machin_text {
    height: 90px;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.exhibi8_machin_text-area .exhibi8_machin_text p {
    font-size: 16px;
    line-height: 24px;
}

h4.exhibi8_machine {
    text-align: left;
    background-color: #717071;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 0.3em 0.8em;
    margin: 2em 0 1em 0;
}


.thumbnails-area_2col_h325 img {
    max-height: 325px;
}

.thumbnails-area_2col_h350 img {
    max-height: 350px;
}

.thumbnails-area_2col_h430 img {
    max-height: 430px;
}



/*.exhibi8_building{
	border-radius: 7px;
	background: #ffffff;
	padding: 1em 0;
	margin-bottom: 1.5em;
}*/

.exhibi8_building {
    margin-bottom: 3em;
}

/*.exhibi8_building_text{
width: 66%;
    display: inline-block;
    margin: 1em;
    text-align: left;
}*/

.exhibi8_building_text {
    width: 70%;
    display: inline-block;
    margin: 0 1% 0 0;
    text-align: left;
}

/*.exhibi8_building_text p{
	line-height: 30px;
    font-size: 20px;
    margin-bottom: 0.5em;
}*/

.exhibi8_building_text p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0.5em !important;
}
.exhibi8_building_text p.small{
	font-size: 90%;
    line-height: 19px;
}


.exhibi8_building_img{
	width: 28%;
    display: inline-block;
    vertical-align: top;
}

.exhibi3_task_img-area {
    width: 46%;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi3_task_text-area {
    width: 38%;
    /* height: 199px; */
    display: inline-block;
    margin-left: 4%;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 0;
    /* position: relative; */
}
.exhibi3_task_text-area p.strong{
    font-size: 24px;
    line-height: 34px;
}

.exhibi3_task_text-area p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1.2em;
}

.exhibi3_method_img-area {
    width: 32%;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi3_method_text-area {
    width: 64%;
    /* height: 199px; */
    display: inline-block;
    margin-left: 3%;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 0;
    /* position: relative; */
}

.exhibi3_method_text-area li {
    background-color: #7c7c7c;
    color: #ffffff;
    padding: 0.6em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 20px;
}

.exhibi3_method_text-area li:last-child{
    margin-bottom: 0em;
}

.thumbnails-area-box.between_re img.arrow {
    z-index: 1000;
    position: absolute;
    top: 107px;
    left: 330px;
}

.thumbnails-area-box.between_re img.exhibi2-arrow1 {
    z-index: 1000;
    position: absolute;
    top: 108px;
    left: 326px;
}

.thumbnails-area-box.between_re img.exhibi2-arrow2 {
    z-index: 1000;
    position: absolute;
    top: 108px;
    left: 700px;
}

.exhibi2_converter-l {
    width: 51%;
    display: inline-block;
    vertical-align: top;
}

.exhibi2_converter-r {
    width: 40%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.exhibi2_converter-r p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0.5em;
}
.exhibi2_converter-r p.strong {
    font-size: 30px;
}

a.exhibi2_btn {
    display: inline-block;
    padding: 0.5em 5%;
    width: 90%;
    text-decoration: none;
    color: #ffffff;
    background-color: #e43c00;
    border-radius: 7px;
    transition: .4s;
    font-size: 16px;
    text-align: center;
}

.balloon2-top {
    position: relative;
    display: inline-block;
    margin: 1.5em auto;
    padding: 0 10px;
    /* min-width: 120px; */
    /* max-width: 100%; */
    color: #EC5500;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #EC5500;
    box-sizing: border-box;
    width: 97%;
    height: 70px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 27%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 27%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EC5500;
    z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

p.thumbnails-area_text_4col.strong {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0.5em;
}

table.lineup {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

.lineup-title{
	width: 18%;
	padding: 1.2% 2%;
	border: 1px solid #333333;
	background-color: #C8C9CA;
}

td.lineup-text.strong {
    font-size: 17px;
}

.lineup-text {
    width: 20%;
    padding: 1.2% 1%;
    border: 1px solid #333333;
    background-color: #ffffff;
}

.lineup-text img{
	max-width: 155px;
}

.lineup-text span {
    font-size: 11px;
}

.standard-list {
    margin: 40px 0 0 42px;
}

td.list-l {
    width: 140px;
    padding-bottom: 10px;
    text-align: left;
}

td.list-r {
    width: 200px;
    padding-bottom: 10px;
    text-align: left;
}

.standard-list .list-l img,
.standard-list .list-r img {
    vertical-align: middle;
    margin-right: 10px;
}

.thumbnails-area_1col .scrollbar:first-child {
    margin-bottom: 50px;
}

ul.exhibi1_ul {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 2em;
}

li.li_title {
    float: left;
    background-color: #8590B8;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
}

li.li_text {
    float: left;
    text-align: left;
    padding: 0 15px;
}

li.li_text:nth-of-type(3) {
    border-left: 1px solid #333333;
}

.exhibi-navi .navitopicpath_ {
    width: 1100px;
    margin: 0 auto 2em auto;
    padding: 1em 0 1em 0;
    border-bottom: 1px dotted #999999;
}

.exhibi-navi .navitopicpath_ a{
	color: #003780;
	cursor: pointer;
}

.exhibi1_building {
    margin-bottom: 1em;
    background-color: #8998c2;
    color: #ffffff;
    padding: 4em;
}

.exhibi1_building.bk-dcd{
    background-color: #dcd5b9 !important;
    color: #222222 !important;
}

.exhibi1_building_text {
    width: 72%;
    display: inline-block;
    margin: 0 3% 0 0;
    text-align: left;
}

.exhibi1_building_text p {
    line-height: 28px;
    font-size: 16px;
}

.exhibi1_building_img {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

/*--------------------------------------------------------------------------
         　　　　スマホ
--------------------------------------------------------------------------*/

@media screen and (max-width: 768px){


.exhibi-top-box, .exhibi1-top-box, .exhibi2-top-box,
.exhibi3-top-box, .exhibi4-top-box, .exhibi5-top-box,
.exhibi6-top-box, .exhibi7-top-box, .exhibi8-top-box,
.exhibi10-top-box{
    margin-top: 58px;
}

.exhibition {
    padding: 1em;
}


p.exhibi_time {
    font-size: 16px;
}
.exhibition h2 {
    font-size: 20px;
    margin-bottom: 0.6em;
}

.bk-cdd .exhibition h2{
	font-size: 20px;
    margin-bottom: 0.6em;

}

.exhibition h2+p {
    margin-bottom: 1.5em;
}

.exhibition p.exhibi_text, .exhibition p.exhibi_text_20,
.exhibition p.exhibi_text_20.left{
    font-size: 14px;
    line-height: 20px;
}

.thumbnails-area-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.thumbnails-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    border-radius: 7px;
    background: #ffffff;
    width: 48%;
    margin: 0 1% 3% 1% !important;
    height: auto;
}

.thumbnails-area .thumbnails-area_text{
	font-size: 12px;
}

.exhibi-dot {
    width: auto;
    margin: 0 1em;
}

.thumbnails-area-box.cont-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/*------------------ 下層 ------------------*/
.thumbnails-area_2col .thumbnails-area_text_2col {
    font-size: 12px;
}

a.exhibi_contact, a.exhibi_contact2{
    padding: 1em 3em;
}


.exhibi10_img-area {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.exhibi10_desc-area {
    background-color: #cbcbcb;
    border-radius: 7px;
    padding: 1.5em;
    margin: 2em 0 1em 0;
}

.exhibi10_text-area {
    width: auto;
    display: inline-block;
    margin: 1em;
}

a.exhibi10_btn {
    text-align: center;
    width: 100%;
    background-color: #e43c00;
    display: inline-block;
    padding: 1em 0.5em;
    margin: 1em 0 0 0;
    border-radius: 7px;
    color: #ffffff;
}

.exhibi10_text-area .strong {
    margin: 0;
}

.exhibi6_film_img-area {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    border-radius: 7px;
    position: relative;
    padding: 20px 0;
}

.exhibi6_film_img-area img {
    width: 40%;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.exhibi6_film_text-area {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
    margin-left: 0;
    background-color: #ffffff;
    border-radius: 7px;
    text-align: left;
    padding: 3%;
    position: relative;
}

.exhibi6_film_text-area .exhibi6_film_text {
    height: auto;
    width: 100%;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.thumbnails-area_3col_2 img {
    height: 100px;
    max-width: inherit;
}

.exhibi8_building_text {
    width: 90%;
    display: inline-block;
    margin: 0;
    text-align: left;
}

.exhibi8_building_text p {
    line-height: inherit;
    font-size: 14px;
    margin-bottom: 0.5em;
}

.exhibi8_building_img {
    width: 68%;
    display: inline-block;
    vertical-align: top;
    margin: 0.5em;
}

.thumbnails-area_2col_h325 img {
    max-height: inherit;
}

.thumbnails-area_2col_h325, .thumbnails-area_2col_h350, .thumbnails-area_2col_h430 {
    margin-bottom: 20px;
}

h4.exhibi8_machine {
    text-align: left;
    background-color: #717071;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 0.3em 0.8em;
    margin: 0.6em 0 1em 0;
}

.exhibi8_machine_img-area {
    width: 98%;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi8_machin_text-area {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-left: 0;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 3% 0 0 0;
    /* position: relative; */
}

.exhibi8_machin_text-area .exhibi8_machin_text {
    /* height: 90px; */
    width: 98%;
    /* font-size: 12px !important; */
     position: inherit;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
}

.exhibi8_machin_text-area .exhibi8_machin_text p {
    font-size: 13px;
    line-height: inherit;
}

.exhibi3_task_img-area {
    width: 70%;
    margin-bottom: 20px;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi3_task_text-area {
    width: 100%;
    /* height: 199px; */
    display: inline-block;
    margin-left: 0;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 0;
    /* position: relative; */
}

.exhibi3_task_text-area p {
    font-size: 14px;
    line-height: inherit;
    margin-bottom: 0.5em;
}


.thumbnails-area-box.between_re img.arrow, 
.thumbnails-area-box.between_re img.exhibi2-arrow1, 
.thumbnails-area-box.between_re img.exhibi2-arrow2{
	display: none;
}

.exhibi3_task_text-area p.strong {
    font-size: 18px;
    line-height: inherit;
}

.exhibi3_method_img-area {
    width: 70%;
    margin-bottom: 20px;
    /* height: 230px; */
    display: inline-block;
    vertical-align: top;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    /* position: relative; */
    /* padding: 20px 3%; */
}

.exhibi3_method_text-area {
    width: 100%;
    /* height: 199px; */
    display: inline-block;
    margin-left: 0;
    /* background-color: #ffffff; */
    /* border-radius: 7px; */
    text-align: left;
    padding: 0;
    /* position: relative; */
}

.exhibi3_method_text-area li {
    background-color: #7c7c7c;
    color: #ffffff;
    padding: 0.6em;
    margin-bottom: 0.6em;
    text-align: center;
    font-size: 13px;
}

.thumbnails-area_3col.w30 {
    width: 90%;
    margin: 0 auto 20px auto;
}

.thumbnails-area_text_2col.center {
    text-align: left;
    font-size: 14px;
}

.exhibi2_converter-l {
    width: 90%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.exhibi2_converter-r {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.exhibi2_converter-r p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0.5em;
}

.exhibi2_converter-r p.strong {
    font-size: 20px;
}

a.exhibi2_btn {
    display: inline-block;
    padding: 0.5em 5%;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    background-color: #e43c00;
    border-radius: 7px;
    transition: .4s;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.balloon2-top {
    position: relative;
    display: inline-block;
    margin: 1em auto;
    padding: 8px;
    /* min-width: 120px; */
    /* max-width: 100%; */
    color: #EC5500;
    font-size: 11px;
    background: #FFF;
    border: solid 3px #EC5500;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

.balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #EC5500;
    z-index: 1;
}


.thumbnails-area_4col {
    width: 23%;
    height: auto;
    margin: 0 1% 4% 1%;
}

.thumbnails-area_4col img {
    max-width: 90%;
}

p.thumbnails-area_text_4col.strong {
    font-size: 13px;
    font-weight: bold;
    margin-top: 0.5em;
}

table.lineup {
    margin: 0 auto;
    /* max-width: 980px; */
    width: 100%;
    table-layout: fixed;
    width: 600px;
}

.lineup-title {
    border: 1px solid #333333;
    background-color: #C8C9CA;
    font-size: 11px;
}

td.lineup-text.strong {
    font-size: 14px;
}

.lineup-text {
    border: 1px solid #333333;
    background-color: #ffffff;
    font-size: 11px;
}

.lineup-text img {
    max-width: 80px;
}


.standard-list {
    margin: 0;
}

.thumbnails-area_1col .scrollbar:first-child {
    margin-bottom: 20px;
}

li.li_title {
    float: none;
    background-color: #8590B8;
    color: #ffffff;
    padding: 10px;
    margin-right: 0px;
}

li.li_text {
    float: none;
    text-align: left;
    padding: 10px 15px 0 15px;
}

li.li_text:nth-of-type(3) {
    border: none;
}

ul.exhibi1_ul {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 2em;
}

.thumbnails-area-box .exhibi_contact, .thumbnails-area-box .exhibi_contact2 {
    margin: 2em auto 0 auto;
}

.exhibi-navi .navitopicpath_ {
    width: auto;
    margin: 0 auto 1em auto;
    padding: 0.5em 0 0.5em 0;
    border-bottom: 1px dotted #999999;
    overflow-x: auto;
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
}

.exhibi1_building {
    margin-bottom: 1em;
    background-color: #8998c2;
    color: #ffffff;
    padding: 1.5em;
}

.exhibi1_building_text {
    width: 100%;
    display: inline-block;
    margin: 0 0 4% 0;
    text-align: left;
}

.exhibi1_building_img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.exhibi1_building_text p {
    line-height: inherit;
    font-size: 14px;
}

}

/*-------------------------------------
         　　　　スマホ(タブレット除く)
-------------------------------------*/
@media screen and (max-width: 480px){

.thumbnails-area_1col .scrollbar {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
}


ul.exhibi_movie li span {
    margin-right: 15px;
    font-weight: bold;
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

.exhibi_movie p {
    display: inline-block;
    width: 81%;
}

}