@charset "UTF-8";

/* ---------------------------------------------
Base style 
--------------------------------------------- */

html {
  font-size: 62.5%;
  font-family: YuGothic, 'Yu Gothic Medium', 'Yu Gothic', -apple-system,
    BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue,
    Verdana, Meiryo, sans-serif;
}
body {
  min-height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

main {
  display: block;
  min-height: 1px;
  height: auto;
}
a {
  opacity: 1;
  transition: all 0.3s;
}
a:hover,
a:focus {
  opacity: 0.6;
  transition: all 0.3s;
  cursor: pointer;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-feature-settings: 'palt';
}

.lg {
  display: block;
}
.sm {
  display: none;
}

@media all and (max-width: 899px) {
  body {
    font-size: 18px;
  }
  .lg {
    display: none;
  }
  .sm {
    display: block;
  }
}

@media all and (max-width: 479px) {
  body {
    font-size: 14px;
  }
}

/* ---------------------------------------------
カラー 
--------------------------------------------- */
.bg_gray {
  background-color: #333333;
}

.bg_lightGray {
  background-color: #f5f5f5;
}

.bg_red {
  background-color: #fd4a4b;
}

.txt_red {
  color: #fd4a4b;
}

/* ---------------------------------------------
改行 
--------------------------------------------- */
.lg_visible {
  display: inline-block;
}

.lg_hidden {
  display: none;
}

.sm_visible {
  display: none;
}

@media all and (max-width: 899px) {
  .lg_visible {
    display: none;
  }

  .lg_hidden {
    display: inline-block;
  }
}

@media all and (max-width: 479px) {
  .sm_visible {
    display: inline-block;
  }
}

/* ---------------------------------------------
サイト幅
--------------------------------------------- */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.content_inner {
  width: 100%;
  max-width: 900px;
  padding: 60px 30px;
  margin: auto;
}

.content_inner.midokoro,
.content_inner.present {
  padding: 0 30px 0;
}

@media all and (max-width: 899px) {
  .content_inner {
    padding: 40px 15px;
  }

  .content_inner.midokoro,
  .content_inner.present {
    padding: 0 15px 0;
  }
}

@media all and (max-width: 479px) {
  .content_inner {
    padding: 30px 15px;
  }

  .content_inner.midokoro,
  .content_inner.present {
    padding: 0 15px 0;
  }
}

/* ---------------------------------------------
ヘッダー
--------------------------------------------- */
.movie_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*justify-content: flex-end;*/
  height: 80px;
  position: relative;
  top: 0;
  padding: 0 30px;
  width: 100%;
  z-index: 2;
}

.exhibition_header_txt {
  position: relative;
  display: inline-block;
}

.exhibition_header_txt img {
  max-width: 278px;
}

.movie_header h2 {
  line-height: 0;
}

.movie_header h2::before,
.movie_header h2::after {
  margin: 0;
}

.movie_header_logo {
  position: relative;
}

.movie_header_logo img {
  width: 186px;
}

@media all and (max-width: 899px) {
  .exhibition_header_txt img {
    width: 90%;
  }
}

@media all and (max-width: 479px) {
  .movie_header {
    height: 60px;
    padding: 0 15px;
  }

  .exhibition_header_txt {
    display: inline-flex;
  }

  .exhibition_header_txt img {
    width: 70%;
    margin: 0;
  }

  .movie_header_logo {
    width: 35.777778%;
    margin-left: 0;
    line-height: 0;
  }
}

/* ---------------------------------------------
コンテンツ
--------------------------------------------- */

/* MAIN IMAGE */

.main_img {
  position: relative;
  top: 0;
  margin-bottom: 30px;
}

.main_img_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1366px;
  padding: 60px 30px;
}

@media all and (max-width: 899px) {
  /* MAIN IMAGE */

  .main_img_txt {
    width: 90%;
    padding: 30px;
  }
}

@media all and (max-width: 479px) {
  /* MAIN IMAGE */

  .main_img_txt {
    width: 94%;
    padding: 30px 15px;
  }
}

/* SECTION TITLE */

.bl_colUnit__col1:first-child .movie_contents {
  margin-top: 30px;
  margin-bottom: 60px;
}
/*
.bl_colUnit__col1:first-child .movie_contents p {
  text-align: center;
  font-size:120%;
  width:100%;
  background-color:#fd4a4b;
  padding:20px;
  color:#ffffff;
  margin-top:0
}
*/

.bl_colUnit__col1:nth-child(2) .movie_contents:first-child {
  margin-top: 0;
}
.bl_colUnit__col1 .movie_contents {
  margin-top: 60px;
}

.bl_area_block_title h3 {
  padding-bottom: 20px;
  border-bottom: 2px solid #000000;
  font-size: 24px;
}

.bl_area_block_title.mt60 {
  margin-top: 60px;
}

/* SCHEDULE */

.bl_colUnit__col3__schedule {
  margin-top: 60px;
}

.bl_colUnit__col3__schedule > .bl_colInner {
  width: calc((100% - (30px * 2)) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}

.bl_colUnit__col3__schedule > .bl_colInner:nth-child(3n) {
  margin-right: 0;
}

.schedule_note {
  font-size: 14px;
  text-align: right;
  margin-bottom: 60px;
}

.bl_colBorder {
  margin-bottom: 0;
}

.anchr_btn {
  display: block;
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  border: 2px solid #333333;
  position: relative;
  padding: 20px;
  line-height: 1;
}

@media all and (max-width: 899px) {
  .bl_area_block_title h3 {
    font-size: 26px;
    line-height: 1.5;
  }

  .bl_area_block_title.mt60 {
    margin-top: 40px;
  }

  .bl_colUnit__col3__schedule {
    margin-top: 40px;
  }

  .bl_colUnit__col3__schedule > .bl_colInner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .schedule_note {
    font-size: 16px;
    text-align: right;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 479px) {
  .bl_colUnit__col1:first-child .movie_contents {
    margin-bottom: 30px;
  }

  .bl_colUnit__col1:first-child .movie_contents p {
    padding: 10px;
    line-height: 1.4;
  }

  .bl_colUnit__col1 .movie_contents {
    margin-top: auto;
  }

  .bl_area_block_title h3 {
    font-size: 20px;
  }

  .bl_colUnit__col4__schedule {
    margin-top: 30px;
  }

  .schedule_note {
    font-size: 14px;
  }
}

/* DETAIL */

.exhibition_detail {
  margin-top: 0px;
  margin-bottom: 30px;
}

.exhibition_detail dl {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #c9c9c9;
}

.exhibition_detail dl:first-child {
  border-top: 1px solid #c9c9c9;
}

.exhibition_detail dl dt {
  padding: 5px;
  margin: 0;
  background-color: #f5f5f5;
  width: 120px;
  text-align: center;
  font-size: 16px;
  min-width: 140px;
}

.exhibition_detail dl dd {
  padding: 5px;
  margin-left: 20px;
  font-size: 16px;
}

.exhibition_detail .txt_red {
  margin-top: 30px;
}

.exhibition_note {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.exhibition_note a {
  color: #fd4a4b;
  position: relative;
  text-decoration: underline #222222;
}

.exhibition_detail_applyBtn {
  margin-top: 60px;
  margin-bottom: 60px;
}

.exhibition_title {
  padding: 15px;
  background-color: #cccccc;
  margin-top: 60px;
  text-align: center;
}
.exhibition_title h4 {
  font-size: 2rem;
}

.exhibition_detail .link_btn {
  margin-top: 60px;
}

.link_bottom_btn {
  margin-top: 15px;
}

@media all and (max-width: 899px) {
  .exhibition_detail {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .exhibition_detail dl dt {
    padding: 5px;
    width: 20%;
    font-size: 16px;
  }

  .exhibition_note {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 479px) {
  .exhibition_detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .exhibition_detail dl {
    flex-direction: column;
  }
  /*
  .exhibition_detail dl:last-child {
    border-bottom:none;
  }
    */

  .exhibition_detail dl dt {
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #c9c9c9;
  }

  .exhibition_detail dl dd {
    margin-left: 0;
    padding: 20px 0;
    font-size: 14px;
  }

  .exhibition_note {
    font-size: 16px;
    margin-top: 30px;
  }
}

/* midokoro */

.midokoro .exhibition_detail dl {
  border-top: 2px dotted #c9c9c9;
  border-bottom: none;
  padding: 10px 0;
}

.midokoro .exhibition_detail dl:first-of-type {
  border-top: none;
}

.midokoro .exhibition_detail dl:last-of-type {
  border-bottom: 2px dotted #c9c9c9;
}

.midokoro .exhibition_detail dl dt {
  background-color: transparent;
  padding: 5px;
}

.midokoro .exhibition_detail dl dt img {
  max-width: 120px;
}

.midokoro .exhibition_detail dl dd {
  font-weight: bold;
  padding: 5px;
}

@media all and (max-width: 899px) {
  .midokoro .exhibition_detail dl {
    flex-direction: column;
    text-align: center;
    padding: 15px 0;
  }

  .midokoro .exhibition_detail dl dt {
    width: 100%;
    padding: 5px 0;
    border-bottom: none;
  }

  .midokoro .exhibition_detail dl dd {
    text-align: left;
    padding: 5px 0;
  }
}

/* present */
.present .exhibition_detail {
  text-align: center;
}

.present .exhibition_detail p .txt_lg {
  font-size: 2rem;
  font-weight: bold;
}

.present .exhibition_detail .present_img {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.present .exhibition_detail .present_img .present_img_set {
  display: inline-block;
  padding-top: 30px;
  max-width: 400px;
  text-align: left;
}

.present .exhibition_detail .present_img .present_img_set figure {
  font-size: 1.2rem;
  padding-top: 10px;
  margin-bottom: 30px;
}

@media all and (max-width: 899px) {
  .present .exhibition_detail {
    text-align: left;
  }

  .present .exhibition_detail p .txt_lg {
    font-size: 1.8rem;
  }

  .present .exhibition_detail .present_img {
    display: block;
    text-align: center;
    margin: auto !important;
  }
}

@media all and (max-width: 479px) {
  .present .exhibition_detail p .txt_lg {
    font-size: 1.6rem;
  }
}

/* JITSUEN*/
.jitsuen .exhibition_detail {
  text-align: center;
}

.jitsuen .exhibition_detail p .txt_lg {
  font-size: 2rem;
  font-weight: bold;
}

@media all and (max-width: 899px) {
  .jitsuen .exhibition_detail {
    text-align: left;
  }

  .jitsuen .exhibition_detail p .txt_lg {
    font-size: 1.8rem;
    display: block;
    text-align: center;
  }
}

@media all and (max-width: 479px) {
  .jitsuen .exhibition_detail p .txt_lg {
    font-size: 1.6rem;
  }
}

/* MOVIE AREA */

.movie_wrapper {
  display: block;
  position: relative;
  margin: auto;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.movie_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.remodal {
  /*max-width: 95%;*/
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  border-top: none;
  position: relative;
  border-bottom: none;
}

.bl_colUnit__col2.movie_contents_wrapper {
  margin-top: 40px;
}

.movie_contents_wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}
.movie_contents {
  margin-bottom: 30px;
}

.movie_contents_wrapper:last-child {
  margin-bottom: 0px;
}
/*
.movie_contents:last-child,
.movie_contents:nth-last-child(2){
  margin-bottom:0;
}
*/

.movie_contents p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.movie_contents p.new::after {
  display: inline-block;
  content: 'NEW';
  padding: 5px;
  background-color: #fd4a4b;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}

.movie_contents span {
  display: block;
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}

@media all and (max-width: 899px) {
  .movie_contents_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .movie_contents:nth-last-child(2) {
    margin-bottom: 40px;
  }

  .movie_contents:last-child {
    margin-bottom: 0;
  }

  .movie_contents p {
    font-size: 18px;
    margin-bottom: 0;
  }

  .movie_contents p.new::after {
    padding: 4px;
    font-size: 11px;
  }

  .movie_contents span {
    font-size: 15px;
  }
}

@media all and (max-width: 479px) {
  .remodal {
    max-width: 100%;
  }

  .movie_contents_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .movie_contents {
    margin-bottom: 30px;
  }
  .movie_contents:nth-last-child(2) {
    margin-bottom: 30px;
  }

  .movie_contents p {
    font-size: 14px;
  }

  .movie_contents p.new::after {
    font-size: 8px;
    margin-left: 5px;
  }

  .movie_contents span {
    font-size: 12px;
  }
}

/* ---------------------------------------------
Footer 
--------------------------------------------- */
.footer {
  width: 100%;
  margin-top: auto;
  min-height: 1px;
  color: #ffffff;
}

.footer_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.footer_left {
  width: 22.142857%;
  padding-right: 1rem;
}

.footer_left img {
  max-width: 186px;
}

.footer_right {
  width: 77.857143%;
  text-align: right;
}

.footer_right .copylight {
  font-size: 1.2rem;
  line-height: 0;
}

@media all and (max-width: 899px) {
  .footer_inner {
    flex-direction: column;
    padding: 30px;
  }

  .footer_left {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .footer_right {
    width: 100%;
    text-align: center;
  }

  .footer_right .copylight {
    line-height: inherit;
  }
}

.gallery_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.gallery_area div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
.gallery_area div:nth-child(3n) {
  margin-right: 0;
}

.gallery_anchor {
  display: flex;
  justify-content: space-between;
}

.gallery_anchor a {
  padding: 10px 20px;
  background-color: #515151;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
}

@media all and (max-width: 899px) {
  .gallery_anchor {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .gallery_anchor a {
    margin-bottom: 10px;
    text-align: center;
  }
}
