@font-face {
  font-family: 'Futura';
  src: url(../fonts/Futura-T-OT-Book_19064.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
html, body {
  background-color: #fff;
  font-size: 14px;
  color: #3E3A39;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-family: 'Futura',arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
body.index {
  padding-top: 120px;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
  color:#e74c3c;
}
a, button, a span {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
h2 {
   text-transform: uppercase;
}
p {
  margin: 0 0 15px;
  line-height: 1.8;
  font-size: 14px;
}
p:last-child {
  margin-bottom: 0px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
hr {
  margin: 0;
}
.clear {
  clear: both;
}
.heading {
  margin-bottom: 4rem;
}
.overlay {
  background-color: rgba(41, 39, 34, 0.4);
  width: 100%;
  height: 100%;
  text-align: center;
  min-height: 265px;
}
.culmn {
  width: 100%;
  overflow: hidden;
}

/*** tablet ***/
@media (max-width: 991px) {
html {
  font-size: 90%;
}
body.index {
  padding-top: 60px;
}
.container {
  margin: 0 auto;
}
.row {
  margin-right: -30px;
}
.container-fluid .row {
  margin-right: -15px;
}
}
@media (max-width: 768px) {
html {
  font-size: 80%;
}
}

/*** SP ***/
@media (max-width: 479px) {
html {
  font-size: 65%;
}
.row {
  margin-right: -15px;
}
}

@media (max-width: 320px) {
html {
  font-size: 60.5%;
}
}

/*==================================================================
            Nav
====================================================================*/
img.logo_pc {
  margin-top: 40px;
  width: 178px;
  height: 45px;
}
img.logo_sp {
  display: none;
}
.menu-scroll {
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  height: 120px;
}
.main_menu_bg {
  margin-top: 0px;
  background-color: transparent;
  height: 120px;
  background-color: #fff;
  border-bottom: 1px solid #3E3A39;
}
.main_menu_bg .navbar-default {
  /* background-color: transparent; */
  /* border-color: transparent; */
  transition: all .6s;
  margin: 0 auto;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.navbar-default {
  padding-top: 45px;
  background-color: #fff;
  border: none;
  font-family: 'Futura';
  font-weight: bold;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #e74c3c;
  background: transparent;
}
.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #e74c3c;
  /* padding-bottom: 22px; */
  background: transparent;
}
.main_menu_bg .navbar-nav>li>a {
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #3E3A39;
}
.navbar-brand {
  padding: 0px 15px;
  margin-top: -50px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #e74c3c;
}
#head_side {
  float: right;
  padding: 5px 0 0 20px;
  color: #3E3A39;
  font-size:14px!important;
}
#head_side a {
  color: #fff!important;
}
#head_side ul {
  float:left;
  margin-top: 10px;
}
#head_side li {
  display: inline-block;
  width: 30px;
  height:30px;
  border: 1px solid #302D2C;
  text-align: center;
  padding-top: 5px;
  background: #fff;
  color: #302D2C;
}
#head_side li.active {
  background: #302D2C;
  color: #fff;
}
#head_side li.jp {
  /* border-left:none!important; */
  margin-left: 1px;
}
#head_side li.fb {
   /* border-left:none!important; */
}
#head_side p.terrada_logo {
  float: left;
  margin-left:15px;
}
img.terrada_logo_sp {
  display: none;
}
.terrada_logo a:before,.terrada_logo a:after {
	position: absolute;
	transition: .4s ease-in-out;
	opacity: 0;
	pointer-events: none;
}
.terrada_logo a:hover:before,
.terrada_logo a:hover:after {
	opacity: 1;
	pointer-events: none;
}
.terrada_logo a:before {
	top: 52px;
	right: 40px;
	content: '';
	border: 7px solid transparent;
	border-right: 7px;
	border-bottom-color: rgba(219, 220, 220, .8);
}
.terrada_logo a:after {
	content: attr(data-text);
	display: inline-block;
	color: #322926;
	font-size: 0.9rem;
	top: 66px;
	right: 40px;
	padding: 8px;
	border-radius: 6px 0px 6px 6px;
	background-color: rgba(219, 220, 220, .8);
}

/*** tablet and SP ***/
@media (max-width: 991px) {
  img.logo_pc {
    margin-top: 45px;
  }
  .main_menu_bg {
    height: 60px;
  }
  .navbar-toggle {
    float:left;
    border: none;
    margin:3px 0 0 5px;
    padding: 3px 0 3px 5px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #3E3A39;
    height: 5px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 7px;
  }
  .navbar-toggle .icon-bar {
    width: 30px;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
  }
  .navbar-default {
    padding-top: 4px;
  }
  .navbar-brand {
    margin-top: -40px;
  }
  #head_side {
    padding-top: 5px;
  }
  #head_side ul {
    padding-top: 0px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .logo_pc {
  margin-top:20px;
  }
}

/*** tablet ***/
@media (min-width: 768px) and (max-width: 991px) {
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  position:absolute;
  top:60px;
  left:0px;
  /* padding: 15px 0 10px 35px; */
  background: rgba(0,0,0,.7);
  width:100vw;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}
.navbar-nav>li {
  float: none;
}
.main_menu_bg .navbar-nav > li > a {
 /* padding-top: 10px; */
 /* font-size: 1.3rem; */
 color: #fff;
 padding: 0px 20px;
 font-size: 30px;
 line-height: 60px;
}
.navbar-text {
  float: none;
  margin: 15px 0;
}
.navbar-collapse.collapse.in {
  display: block!important;
}
.collapsing {
  overflow: hidden!important;
  float:left;
}
}

/*** SP ***/
@media (max-width: 767px) {
  header {
    background: rgba(0,0,0,.2);
  }

  .menu-scroll {
     background: rgba(0,0,0,.7);
  }
  #main_menu .row {
    margin-left:-20px;
    margin-right: -20px;
  }
  .main_menu_bg .navbar {
    margin: 0 0 5px;
  }
    .navbar-header {
    float: left;
  }
  .navbar-brand {
    padding: 10px 0 0 15px;
    margin-top: 0px;
  }
  .navbar-default {
    padding-top: 5px;
  }
  .navbar-default .navbar-collapse {
    position: absolute;
    top:60px;
    left:0px;
    width: 100vh;
    margin: 0;
    background: rgba(0,0,0,.8);
    border:none;
    max-height: calc(100vh - 60px);
  }
  .navbar-nav {
    width:100vw;
    height: calc(100vh - 85px);
  }
  .main_menu_bg .navbar-nav > li > a {
    color: #fff;
  }
  .main_menu_bg .navbar-nav>li>a,.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    /* padding: 10px 20px 15px;
    font-size: 14px; */
    padding: 0px 20px;
    font-size: 30px;
    line-height: 60px;
  }
  img.logo_pc {
  display: none;
}
  img.logo_sp {
    display: inline;
    width: 134px;
    height: 34px;
  }
  #head_side {
    padding-left: 0;
  }
  #head_side p.terrada_logo {
    margin-left: 12px;
  }
   img.terrada_logo_pc {
  display: none;
}
  img.terrada_logo_sp {
    width: 50px;
    display: block;
  }
 }
@media (max-width: 320px) {
img.logo_sp {
    width: 100px;
  }
#head_side li {
  width: 26px;
  height:26px;
  padding-top: 3px;
}
img.terrada_logo_sp {
    width: 45px;
  }
}


/*==================================================================
            Home
====================================================================*/
#home {
  background: url(../images/home_bg.jpg) no-repeat center center;
  background-size: cover;
  height: 80vh;
  min-height: 360px;
}
.home_skew_border {
  position: relative;
}
.main_home {
  /* padding-top: 20vh; */
  /* padding-bottom: 20vh; */
  height: 100%;
  display: block;
  margin: calc(35vh - 120px) auto 0;
}
.main_home h1 {
  /* height: 40vh; */
  /* transform: translateY(50%); */
  font-size: 80px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.main_home h1 span.copy_common {
  display: block;
  padding-top: 10px;
}
.main_home h3 {
  color: #fff;
  margin-top: 5px;
}

/*** tablet ***/
@media (min-width: 768px) and (max-width: 991px) {
.main_home p img {
    width:90%;
  }
}

.single_history_content p{
	text-align: justify;
text-justify: inter-ideograph;
padding-right:5px;
}

.container-fluid p{
	text-align: justify;
text-justify: inter-ideograph;
}

/*** SP ***/
@media (max-width: 667px) {
  #home {
    height: 50vh;
    min-height: 265px;
  }
  .main_home {
  /* padding-top: 170px;
    padding-bottom: 120px;
    margin: 0px; */
    margin: calc(25vh - 60px) auto 0;
  }

  .main_home h1 {
  font-size: 30px;
  font-weight: bold;
  }
  .main_home h1 span.copy_sp {
  display: block;
  padding-top: 5px;
  }
}

@media (max-height: 530px) and (max-width: 667px) {
  .main_home {
    margin-top: 73px;
  }
}

/*=================================================================
                        News
===================================================================*/
#news {
  padding:160px 0 50px;
  margin-top: -120px;
}
#news a {
  color:#797979;
}
#news a:hover {
  color:#e74c3c;
}
.news h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.news dt {
  font-weight:500;
  clear: both;
  float:left;
  width:70px;
}
.news .more {
  text-align: right
}

/*** tablet ***/
@media (max-width: 991px) {
  #news {
    padding-top: 100px;
    margin-top: -60px;
  }
}

/*** SP ***/
@media (max-width: 667px) {
  /* #news {
    padding:180px 0 15px;
  } */
  .news dt {
  float: none;
  }
}

/*==================================================================
            News List
====================================================================*/
/* #news-list .main_menu_bg {
  background: rgba(0,0,0,.7);
	height: 62px;
} */
#news-list #news {
  margin: 40px 0 10px;
  min-height: 400px;
}
#news-list h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#news-list ol {
  padding: 0 0 30px;
}
#news-list ol li {
  list-style: none;
  display: inline;
  padding-right: 20px;
}
#news-list ol li a.active {
  font-weight: bold;
  font-size: 110%;
}



/*==================================================================
            About us
====================================================================*/
#about {
  padding-top:180px;
  padding-bottom: 50px;
  margin-top: -120px;
}
.single_history_content h2 {
  margin-top: 0;
  padding-bottom: 10px;
}
.main_feature {
  padding-top: 5px;
}
.single_feature {
  padding-bottom: 5px;
}
.main_feature h4 {
  padding: 5px;
  background: #f4f5f9;
}
.single_feature p {
  font-size: 12px;
  padding-left: 5px;
}

@media (max-width: 991px) {
  #about {
    padding-top: 120px;
    margin-top: -60px;
  }
}

/*** tablet ***/
@media (max-width: 768px) {
.main_feature .single_feature {
  margin-bottom: 20px;
}
.main_history {
  text-align: center;
}
.main_history .single_history_content .head_title h2 {
  border-left: 6px solid #e74c3c;
}
.main_history .single_history_content .head_title {
  margin-bottom: 30px;
}
}

/*** SP ***/
@media (max-width: 667px) {
/* #about {
  padding:200px 0 30px;
} */
  .single_history_content h2 {
  margin-top:20px;
}
}


/*=====================================================================
                    floor guide
=======================================================================*/
#floor {
  padding:170px 0 50px;
  margin-top: -120px;
}
#floor h2 {
  margin-bottom: 0;
}
.main_floor_area {
  overflow: hidden;
}
.floor {
  clear: both;
  padding-top: 40px;
}
.single_floor {
  text-align: center;
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.single_floor:hover {
  box-shadow: 0px 1px 10px 1px #ccc;
}
.single_floor_new {
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
/* .single_floor_new:hover {
  box-shadow: 0px 1px 10px 1px #ccc;
} */
.floor_head {
   position: relative;
}
.logo_line {
  border: 1px solid #eee;
	border-bottom: none;
}
.floor_body {
 background: #999999;
  padding: 10px 0px;
	color: #fff;
}
.floor_body_block {
  background: #999999;
  padding: 10px 0px;
	color: #fff;
  min-height: 15em;
}
.floor_body_none {
  background: #fff;
  padding: 10px 0px;
	color: #fff;
  min-height: 15em;
}
.floor_body h5.dline {
	margin:0;
}
.floor_body h5 span {
	display: block;
	font-size: 13px;
	padding-top: 5px;
}
.floor_body h5 span.en {
	font-size: 14px;
}
.floor_body_block h3 {
	padding-left: 5%;
}
.floor_body_block h3 span {
	font-size: 16px;
}
.floor_body_block p {
	padding-left: 15%;
  margin: 0;
}
.single_floor a {
  color:#fff;
}
.floor_logo {
  max-width: 50%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
img.tac_logo_pc {
  display: inline;
}
img.tac_logo_sp {
  display: none;
}
.cafe_modal {
  width: 75%;
}

@media (max-width: 991px) {
  #floor {
    padding-top: 110px;
    margin-top: -60px;
  }
}

/* SP */
@media (max-width: 667px) {
  /* #floor {
    padding: 160px 0 60px;
  } */
  .head_title {
    margin-bottom: 0;
  }
  .floor {
    padding-top: 20px;
  }
  #floor h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .floor_body_none {
    display: none;
  }
  img.tac_logo_pc {
    display: none;
  }
  img.tac_logo_sp {
    display: inline;
  }
  .cafe_modal {
    width: auto;
  }
}

/*=====================================================================
                    exhibition guide
=======================================================================*/
#exhibition {
  padding: 50px 0 60px;
}
#exhibition h2 {
  margin-bottom: 0;
}
.main_exhibition_area {
  overflow: hidden;
  width: 100%;
  padding: 0px 15px 0px;
}
.exhibition {
  clear: both;
  padding-top: 40px;
  font-size:0;
}
.inline-ex {
  float: none;
  display:inline-block;
  vertical-align:top;
}
.inline-ex:nth-of-type(2n) {
  padding-left: 4px;
  padding-right: 8px;
}
.inline-ex:nth-of-type(4n+3) {
  padding-left: 8px;
  padding-right: 4px;
}
.inline-ex:nth-of-type(4n+4) {
  padding-left: 12px;
  padding-right: 0px;
}
.inline-ex:nth-of-type(4n+1) {
  padding-left: 0px;
  padding-right: 12px;
}
.single_exhibition {
  margin-top: 20px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  display:inline-block;
  vertical-align:top;
  width: 100%;
}
.exhibition_head {
   position: relative;
}
.logo_line {
  border: 1px solid #eee;
  border-bottom: none;
}
.exhibition_body {
 background: #999999;
  padding: 10px 0px;
  color: #fff;
}
.exhibition_body h5.dline {
  margin:0;
}
.exhibition_body h5 span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
.exhibition_body h5 span.en {
  font-size: 14px;
}
.single_exhibition a {
  color:#fff;
}

/*** tablet ***/
@media (max-width: 768px) {
  #exhibition {
    margin-top: -60px;
  }
}

/* SP */
@media (max-width: 667px) {
  #exhibition {
    padding: 30px 0 60px;
  }
  .head_title {
    margin-bottom: 0;
  }
  .exhibition {
    padding-top: 20px;
  }
  #exhibition h2 {
    margin-bottom: 0;
  }
  /* .inline-ex:nth-of-type(3n) {
    padding-left: 0px;
    padding-right: 8px;
  } */
  .inline-ex:nth-of-type(2n) {
    padding-left: 8px;
    padding-right: 0px;
  }
  .inline-ex:nth-of-type(2n+1) {
    padding-left: 0px;
    padding-right: 8px;
  }
  /* .inline-ex:nth-of-type(4n+4) {
    padding-left: 8px;
    padding-right: 0px;
  }
  .inline-ex:nth-of-type(4n+1) {
    padding-left: 0px;
    padding-right: 8px;
  } */
}


/*=================================================================
                       access
===================================================================*/
#access {
  /* padding: 40px 0 40px; */
  padding:160px 0 40px;
  margin-top: -120px;
}
#access h2 {
  padding-bottom: 20px;
}

/* Map */
.map-wrapper {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
.map-wrapper #map {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  #access {
    padding-top: 100px;
    margin-top: -60px;
  }
}


/*=================================================================
                        contact
===================================================================*/
#contact {
  /* padding: 30px 0 70px; */
  padding:150px 0 70px;
  margin-top: -120px;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h4 span {
  font-size: 90%;
}
.email {
  font-size: 16px;
	margin-bottom: 0;
}
#contact .caution {
	font-size: 12px;
}
#contact .caution a {
	color:#797979;
}
#contact .caution a:hover {
	text-decoration: underline;
}

@media (max-width: 991px) {
  #contact {
    padding-top: 90px;
    margin-top: -60px;
  }
}


/*=================================================================
                        footer
===================================================================*/
#footer {
  background-color: #333333;
  padding: 10px 0;
  text-align: center;
}
#footer nav {
  margin: 10px;
  padding: 0;
}
#footer nav a {
  color: #b6b6b6;
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
  border-right: 1px solid #b6b6b6;
  padding-right: 10px;
}
#footer nav a:last-child {
  border: none;
}
#footer nav a:hover {
  text-decoration: none;
  color: #e74c3c;
}
.foot_logo {
  padding: 45px 0  35px;
  margin-bottom: 0;
}
.foot_logo img {
  height: 60px;
  margin: auto;
}
#footer .copy {
  padding: 0;
  margin: 0;
  color: #b6b6b6;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
}

/*** SP ***/
@media (max-width: 667px) {
  #footer nav a {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .foot_logo {
  padding: 20px 0 35px;
}
.foot_logo img {
  height: 40px;
}
}


/*=================================================================
                        scrollup
===================================================================*/
.scrollup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: .3;
  position: fixed;
  bottom: 20px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  z-index: 1000;
  transition: opacity .5s, background-color .5s;
  -moz-transition: opacity .5s, background-color .5s;
  -webkit-transition: opacity .5s, background-color .5s;
}
.scrollup:hover {
  background: #e74c3c;
  opacity: 1;
}
.scrollup i {
  font-size: 13px;
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;
}

/*** tablet ***/
@media (max-width: 991px) {
  .scrooldown {
  bottom: 2%;
  }
}

/*** SP ***/
@media (max-width: 667px) {
.scrooldown {
  bottom: 4%;
  left: 46%;
}

}

#exhibition_frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  padding: 120px 0px 50px;
  margin-top: -120px;
}

@media (max-width: 991px) {
  #exhibition_frame {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.flexslider {
  margin: 0;
}

.flexslider img{
  max-width: 100%;
}

.flexslider .slides img{
  max-width: 100%;
}

.flex-control-thumbs img{
  padding: 0 5px 0 0;
}

.modal-header {
  border-bottom: none;
  padding: 15px 15px 0;
}

.modal-body {
  padding: 0 35px;
}

.modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 35px;
  padding-top: 0px;
}

.modal-content {
  border-radius: 0;
  overflow-x: hidden;
  max-height: 90vh;
}

.modal-backdrop {
  z-index: 0;
}

a.modal-open {
  color: inherit;
}

.btn-current {
  color: #fff;
  background-color: #B53899;
  border-color: #B53899;
  border-radius: 0;
  padding: 1em;
  font-size: 18px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.btn-current:hover, .btn-current:focus {
  color: #B53899;
  background-color: #fff;
  border-color: #B53899;
}

.btn-upcoming {
  color: #fff;
  background-color: #00A297;
  border-color: #00A297;
  border-radius: 0;
  padding: 1em;
  font-size: 18px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.btn-upcoming:hover, .btn-upcoming:focus {
  color: #00A297;
  background-color: #fff;
  border-color: #00A297;
}

.btn-closed {
  color: #fff;
  background-color: #5D66C5;
  border-color: #5D66C5;
  border-radius: 0;
  padding: 1em;
  font-size: 18px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.btn-closed:hover, .btn-closed:focus {
  color: #5D66C5;
  background-color: #fff;
  border-color: #5D66C5;
}

.table-current>tbody>tr>th,
.table-current>tbody>tr>td {
  border-top: 1px solid #B53899;
  border-bottom: 1px solid #B53899;
  line-height: 1.7;
}

.table-current {
  margin-bottom: 32px;
  margin-top: 70px;
}

.table-upcoming>tbody>tr>th,
.table-upcoming>tbody>tr>td {
  border-top: 1px solid #00A297;
  border-bottom: 1px solid #00A297;
  line-height: 1.7;
}

.table-upcoming {
  margin-bottom: 32px;
  margin-top: 70px;
}

.table-closed>tbody>tr>th,
.table-closed>tbody>tr>td {
  border-top: 1px solid #5D66C5;
  border-bottom: 1px solid #5D66C5;
  line-height: 1.7;
}

.table-closed {
  margin-bottom: 32px;
  margin-top: 70px;
}

.table>tbody>tr>th {
  width: 25%;
  padding-left: 0px;
}

.table>tbody>tr>td {
  width: 75%;
}

td.gallery {
  font-size: 20px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
}

hr.current{
  border-top: 1px solid #B53899;
}

hr.upcoming {
  border-top: 1px solid #00A297;
}

hr.closed {
  border-top: 1px solid #5D66C5;
}

h2.current{
  color: #B53899;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
}

h2.upcoming {
  color: #00A297;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
}

h2.closed {
  color: #5D66C5;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
}

.thumb-current {
  border-top: 4px solid #B53899;
  padding-bottom: 9px;
}

.thumb-upcoming {
  border-top: 4px solid #00A297;
  padding-bottom: 9px;
}

.thumb-closed {
  border-top: 4px solid #5D66C5;
  padding-bottom: 9px;
}

p {
  word-wrap:break-word;
}

p.current {
  color: #B53899;
  font-size: 16px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

p.upcoming {
  color: #00A297;
  font-size: 16px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

p.closed {
  color: #5D66C5;
  font-size: 16px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0px;
}

p.clamp {
  overflow: hidden;
  font-size: 14px;
  height: 39.2px;
  line-height: 1.4;
  position: relative;
}

p.clamp:before, p.clamp:after {
  position: absolute;
  background: #fff;
}

p.clamp:before {
  content: "...";
  top: 19.6px;
  right: 0;
}

p.clamp:after {
  content: "";
  height: 100%;
  width: 100%;
}

.note1 {
  font-size: 20px;
  line-height: 1.4;
}

p.note1 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0.7em;
}

.pt {
  padding-top: 40px;
}

.gallery span {
  font-size: 14px;
}

/*** SP ***/
@media (max-width: 667px) {
  h2.current{
    font-size: 22px;
  }
  h2.upcoming {
    font-size: 22px;
  }
  h2.closed {
    font-size: 22px;
  }
  p.current {
    font-size: 12px;
  }
  p.upcoming {
    font-size: 12px;
  }
  p.closed {
    font-size: 12px;
  }
  p.note1 {
    font-size: 14px;
  }
  .single_exhibition > p:nth-of-type(3) {
    font-size: 12px;
  }
  .table>tbody>tr>th {
    width: 30%;
    font-size: 12px;
    padding-right: 0px;
  }

  .table>tbody>tr>td {
    width: 70%;
    font-size: 12px;
  }

  .table>tbody>tr>td.gallery {
    font-size: 14px;
  }

  .gallery span {
    font-size: 12px;
  }
}
