@charset "UTF-8";
@font-face {
  font-family: "MBCorpoA-Regular1";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular2";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular2.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoA-Regular3";
  src: url(/fonts/MBCorpoA/MBCorpoA-Regular3.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-BRegular1";
  src: url(/fonts/MBCorpoS/MBCorpoS-BRegular1.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "MBCorpoS-Regular2";
  src: url(/fonts/MBCorpoS/MBCorpoS-Regular2.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*===========*/
/* showroom */
/*===========*/
.showroom {
  margin-bottom: 240px;
}
@media (max-width: 767px) {
  .showroom {
    margin-bottom: 120px;
  }
}
.showroom .contents {
  max-width: 1280px;
}
.showroom .com-wrap {
  margin: 0;
}
.showroom .sec01 {
  margin-bottom: 112px;
}
@media (max-width: 767px) {
  .showroom .sec01 {
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .showroom .sec01 .com-wrap {
    display: block;
  }
}
@media (max-width: 1024px) {
  .showroom .sec01 .com-wrap .txt {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .showroom .sec01 .com-wrap .txt {
    margin-bottom: 20px;
  }
}
.showroom .sec01 .com-wrap .txt .heading01 {
  line-height: 1.6;
}
.showroom .sec01 .com-wrap .img {
  text-align: right;
}
@media (max-width: 1024px) {
  .showroom .sec01 .com-wrap .img {
    width: 100%;
  }
}
.showroom .sec02 {
  margin-bottom: 234px;
}
@media (max-width: 767px) {
  .showroom .sec02 {
    margin-bottom: 120px;
  }
}
.showroom .sec02 .com-wrap {
  position: relative;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .showroom .sec02 .com-wrap {
    padding-bottom: 42.011%;
  }
}
@media (max-width: 767px) {
  .showroom .sec02 .com-wrap .list-col2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.showroom .sec02 .com-wrap .list-col2 li {
  width: 100%;
}
@media (max-width: 767px) {
  .showroom .sec02 .com-wrap .img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.showroom .sec03-1 .table02 {
  max-width: 742px;
  margin: 0 auto;
}
.showroom .sec03-1 .table02 th {
  width: 220px;
}
@media (max-width: 767px) {
  .showroom .sec03-1 .table02 th {
    width: 90px;
  }
}
.showroom .sec03-1 .table02 td {
  width: calc(100% - 220px);
}
@media (max-width: 767px) {
  .showroom .sec03-1 .table02 td {
    width: calc(100% - 90px);
  }
}
.showroom .sec03-2 .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .showroom .sec03-2 .wrap {
    flex-direction: column-reverse;
  }
}
.showroom .sec03-2 .wrap .img {
  width: 53.061%;
  margin-right: 5.102%;
}
@media (max-width: 767px) {
  .showroom .sec03-2 .wrap .img {
    width: 100%;
    margin-right: 0;
  }
}
.showroom .sec03-2 .wrap .img .map-link {
  display: inline-block;
  margin-top: 10px;
}
.showroom .sec03-2 .wrap .img .map-link a {
  color: #FFF;
}
.showroom .sec03-2 .wrap .txt {
  flex: 1;
}
@media (max-width: 767px) {
  .showroom .sec03-2 .wrap .txt {
    margin-bottom: 20px;
  }
}
.showroom .sec03-2 .wrap.course .txt dl dt {
  margin-top: 70px;
  margin-bottom: 24px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .showroom .sec03-2 .wrap.course .txt dl dt {
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.showroom .sec03-2 .wrap.course .txt dl dt:first-of-type {
  margin-top: 0;
}
.showroom .sec03 .heading03 {
  margin: 160px 0 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .showroom .sec03 .heading03 {
    margin: 80px 0 20px;
  }
}

/*=======*/
/* order */
/*=======*/
.order .contents {
  max-width: 1280px;
}
.order .heading01 {
  line-height: 1.6;
}
.order .sec01 {
  padding: 64px 0 160px;
  background: url(/images/order/sec01_bg01.png) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 767px) {
  .order .sec01 {
    padding: 32px 0 72px;
  }
}
.order .sec01 .heading01 {
  margin: 0 0 72px;
}
@media (max-width: 767px) {
  .order .sec01 .heading01 {
    margin: 0 0 32px;
  }
}
.order .sec01 p {
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .order .sec01 p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.order .sec01 p:last-child {
  margin-bottom: 0;
}
.order .sec02 {
  padding: 160px 0 340px;
  background: url(/images/order/sec02_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 1279px) {
  .order .sec02 {
    padding: 80px 0 30%;
    background-size: 100% auto;
    background-position: bottom right;
  }
}
.order .sec02 .heading01 {
  margin: 0 0 72px;
  text-align: left;
}
@media (max-width: 767px) {
  .order .sec02 .heading01 {
    margin: 0 0 32px;
  }
}
.order .sec02 p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .order .sec02 p {
    font-size: 16px;
  }
}
.order .sec03 {
  padding: 160px 0 340px;
  background: url(/images/order/sec03_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: bottom left;
}
@media (max-width: 1279px) {
  .order .sec03 {
    padding: 80px 0 30%;
    background-size: 70% auto;
    background-position: bottom right;
  }
}
.order .sec03 p {
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .order .sec03 p {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.order .sec03 p:last-child {
  margin-bottom: 0;
}
.order .sec04 {
  margin-bottom: 128px;
}
@media (max-width: 767px) {
  .order .sec04 {
    margin-bottom: 64px;
  }
}
.order .sec04 .h-area {
  margin-bottom: 24px;
}
.order .sec04 .h-area + p {
  margin-bottom: 40px;
  text-align: center;
}
.order .sec04 .list-car {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .order .sec04 .list-car {
    width: 90%;
    margin: 0 auto;
  }
}
.order .sec04 .list-car > .slick-list > .slick-track > li {
  display: flex;
  align-items: stretch;
  margin: 16px 12px;
  background-color: #353530;
  cursor: pointer;
  transition: 0.3s all;
}
.order .sec04 .list-car > .slick-list > .slick-track > li:hover {
  background-color: #333;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
}
@media (max-width: 1279px) {
  .order .sec04 .list-car > .slick-list > .slick-track > li {
    margin: 8px;
  }
}
.order .sec04 .list-car .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.order .sec04 .list-car .slick-arrow::before {
  content: none;
}
.order .sec04 .list-car .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.order .sec04 .pop-area .pop-cts {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 11;
}
.order .sec04 .pop-area .pop-cts .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.order .sec04 .pop-area .pop-cts .slider {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px;
  background-color: #353530;
  transform: translateY(-50%);
  color: #FFF;
}
@media (max-width: 767px) {
  .order .sec04 .pop-area .pop-cts .slider {
    padding: 24px;
  }
}
.order .sec04 .pop-area .pop-cts .slider .list-img li {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0;
  background-color: #353530;
  margin: 0 12px;
}
@media (max-width: 1279px) {
  .order .sec04 .pop-area .pop-cts .slider .list-img li {
    margin: 0 8px;
  }
}
.order .sec04 .pop-area .pop-cts .slider .list-img .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
.order .sec04 .pop-area .pop-cts .slider .list-img .slick-arrow::before {
  content: none;
}
.order .sec04 .pop-area .pop-cts .slider .list-img .slick-arrow.slick-prev {
  transform: rotate(180deg);
}

/*=============*/
/* information */
/*=============*/
@media (max-width: 767px) {
  .information .list-news li {
    margin-bottom: 32px;
  }
}

.information.entry-detail .contents {
  max-width: 1000px;
}
.information.entry-detail .simple-title .heading-title {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .information.entry-detail .simple-title .heading-title {
    font-size: 20px;
  }
}
.information.entry-detail .btn-area .bt-list li.bt {
  width: 230px;
}
@media (max-width: 767px) {
  .information.entry-detail .btn-area .bt-list li.bt {
    width: 190px;
  }
}
.information.entry-detail .btn-area .bt-list li.bt a {
  justify-content: center;
}

/*========*/
/* column */
/*========*/
.column .list-nv {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .column .list-nv {
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .column .list-column li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .column .list-column {
    display: block;
  }
  .column .list-column li {
    width: 100%;
  }
}
.column .list-column a {
  display: block;
  color: #FFF;
  transition: 0.5s all;
}
.column .list-column a figure {
  text-align: center;
}
.column .list-column a .txt {
  padding: 16px;
  background-color: #353530;
}
@media (max-width: 767px) {
  .column .list-column a .txt {
    padding: 8px;
  }
}
.column .list-column a .txt .title {
  margin-bottom: 8px;
  font-family: "MBCorpoS-Regular2", "MFW-GothicMB101Pro-DeBold";
  font-weight: bold;
}
@media (max-width: 767px) {
  .column .list-column a .txt .title {
    margin-top: 8px;
  }
}
.column .list-column a .txt .note {
  position: relative;
  display: -webkit-box;
  max-height: 3.2em;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .column .list-column a .txt .note {
    font-size: 12px;
  }
}
.column .list-column a:hover {
  background-color: #333;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.column .list-column a:hover img {
  opacity: 1 !important;
}

.column-detail .contents {
  max-width: 1000px;
}
.column-detail .column-content {
  line-height: 1.8;
}
.column-detail .column-content p {
  letter-spacing: 0.08em;
}
.column-detail .simple-title .heading-title {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .column-detail .simple-title .heading-title {
    font-size: 20px;
  }
}
.column-detail h1.heading04 {
  margin: 48px 0;
}
@media (max-width: 767px) {
  .column-detail h1.heading04 {
    margin: 24px 0;
  }
}
.column-detail .main-area {
  margin: 48px 0 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .column-detail .main-area {
    margin: 24px 0 16px;
  }
}
.column-detail .info-area {
  margin-bottom: 48px;
}
.column-detail .mokuji-list {
  max-width: 520px;
  margin-bottom: 54px;
  padding: 32px 24px;
  background: #333;
}
@media (max-width: 767px) {
  .column-detail .mokuji-list {
    margin-bottom: 32px;
    padding: 24px 16px;
  }
}
.column-detail .mokuji-list li {
  position: relative;
  margin-bottom: 28px;
  padding-left: 18px;
  list-style: none;
}
@media (max-width: 767px) {
  .column-detail .mokuji-list li {
    margin-bottom: 14px;
    padding-left: 10px;
  }
}
.column-detail .mokuji-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.6px;
  height: 3.6px;
  background: #FFF;
}
@media (max-width: 767px) {
  .column-detail .mokuji-list li::before {
    width: 3px;
    height: 3px;
  }
}
.column-detail .mokuji-list li a {
  display: inline-block;
  color: #FFF;
  line-height: 1.3;
}
.column-detail .mokuji-list li:last-child {
  margin-bottom: 0;
}
.column-detail .cts-h01 {
  margin: 80px 0 40px;
  font-size: 32px;
  line-height: 1.3;
  font-family: "MBCorpoS-Regular2", "MFW-GothicMB101Pro-DeBold";
  font-weight: bold;
  letter-spacing: 0.028em;
}
@media (max-width: 767px) {
  .column-detail .cts-h01 {
    margin: 40px 0 24px;
    font-size: 20px;
  }
}
.column-detail .cts-h02 {
  margin: 40px 0 32px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "MBCorpoS-Regular2", "MFW-GothicMB101Pro-DeBold";
  font-weight: bold;
  letter-spacing: 0.028em;
}
@media (max-width: 767px) {
  .column-detail .cts-h02 {
    margin: 24px 0 16px;
    font-family: "MBCorpoS-Regular2", "MFW-GothicMB101Pro-DeBold";
    font-size: 18px;
  }
}
.column-detail .img-max {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.column-detail .img-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .column-detail .img-list {
    display: block;
    margin-bottom: 32px;
  }
}
.column-detail .img-list li {
  width: 48.437%;
  list-style: none;
}
@media (max-width: 767px) {
  .column-detail .img-list li {
    width: 100%;
    margin-bottom: 32px;
  }
}
.column-detail .img-list li .img {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .column-detail .img-list li .img {
    margin-bottom: 12px;
  }
}
.column-detail .img-list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-detail .img-list li .txt {
  color: #999;
}
.column-detail .img-list li .txt p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .column-detail .img-list li:last-child {
    margin-bottom: 0;
  }
}
.column-detail .movie {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .column-detail .movie {
    margin-bottom: 32px;
  }
}
.column-detail .movie .movie-inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.column-detail .movie .movie-inner iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100% !important;
  height: 100% !important;
}
.column-detail .row-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .column-detail .row-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.column-detail .row-wrap .txt-area {
  width: 48.437%;
}
@media (max-width: 767px) {
  .column-detail .row-wrap .txt-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.column-detail .row-wrap .txt-area .cts-h01,
.column-detail .row-wrap .txt-area .cts-h02 {
  margin-top: 0;
}
.column-detail .row-wrap .txt-area .txt p {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .column-detail .row-wrap .txt-area .txt p {
    margin: 0 0 16px;
  }
}
.column-detail .row-wrap .txt-area .txt p:last-of-type {
  margin-bottom: 0;
}
.column-detail .row-wrap .img {
  width: 48.437%;
}
@media (max-width: 767px) {
  .column-detail .row-wrap .img {
    width: 100%;
  }
}
.column-detail .row-wrap b, .column-detail .row-wrap strong {
  font-family: "MFW-GothicMB101Pro-DeBold";
}
.column-detail .row-wrap.reverse {
  flex-direction: row-reverse;
}
.column-detail .btn-area .bt-list li.bt {
  width: 230px;
}
@media (max-width: 767px) {
  .column-detail .btn-area .bt-list li.bt {
    width: 190px;
  }
}
.column-detail .btn-area .bt-list li.bt a {
  justify-content: center;
}

/*================*/
/* exhibition_car */
/*================*/
.exhibition_car .contents {
  max-width: 1280px;
}
.exhibition_car .list-car {
  display: flex;
  flex-wrap: wrap;
}
.exhibition_car .list-car li {
  display: flex;
  align-items: stretch;
  margin-bottom: 32px;
  background-color: #353530;
}
@media (max-width: 767px) {
  .exhibition_car .list-car li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 24px;
  }
  .exhibition_car .list-car li:nth-child(3n) {
    margin-right: 4%;
  }
  .exhibition_car .list-car li:nth-child(2n) {
    margin-right: 0;
  }
}
.exhibition_car .list-car a {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  transition: 0.5s all;
}
.exhibition_car .list-car a .new {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 2px 16px;
  z-index: 1;
}
.exhibition_car .list-car a figure {
  position: relative;
  height: 0;
  padding-bottom: 75%; /*3/4*/
  overflow: hidden;
  background: #1F1F1F;
}
.exhibition_car .list-car a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.exhibition_car .list-car a .txt {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px;
}
@media (max-width: 767px) {
  .exhibition_car .list-car a .txt {
    padding: 12px 8px;
  }
}
.exhibition_car .list-car a .txt .car-name {
  width: 90%;
  margin-bottom: 8px;
  font-family: "MBCorpoS-Regular2", "MFW-GothicMB101Pro-Medium";
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.exhibition_car .list-car a .txt .type {
  width: 90%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .exhibition_car .list-car a .txt .type {
    font-size: 12px;
  }
}
.exhibition_car .list-car a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.exhibition_car .list-car a:hover img {
  opacity: 1 !important;
}

.exhibition_detail .entry-header {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .exhibition_detail .entry-header {
    padding: 32px 0;
  }
}
.exhibition_detail .entry-header .entry-title {
  font-size: 48px;
}
@media (max-width: 767px) {
  .exhibition_detail .entry-header .entry-title {
    font-size: 24px;
  }
}
.exhibition_detail .entry-header .entry-title span {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .exhibition_detail .entry-header .entry-title span {
    margin-top: 20px;
    font-size: 14px;
  }
}
.exhibition_detail .row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1480px;
  margin: 112px 0;
}
@media (max-width: 1024px) {
  .exhibition_detail .row-wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .exhibition_detail .row-wrap {
    margin: 52px 0;
  }
}
.exhibition_detail .row-wrap .img {
  width: 55.27%;
}
@media (max-width: 1024px) {
  .exhibition_detail .row-wrap .img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto 64px;
  }
}
@media (max-width: 767px) {
  .exhibition_detail .row-wrap .img {
    margin: 0 auto 32px;
  }
}
.exhibition_detail .row-wrap .tb {
  width: 37.027%;
}
@media (max-width: 1024px) {
  .exhibition_detail .row-wrap .tb {
    width: 100%;
    max-width: 868px;
    margin: 0 auto;
  }
}
.exhibition_detail .row-wrap .tb .ttl {
  margin-bottom: 80px;
  font-size: 32px;
  font-family: "MBCorpoS-Regular2", "MBCorpoS-Regular2";
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .exhibition_detail .row-wrap .tb .ttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
.exhibition_detail .row-wrap .tb .table02 {
  margin-bottom: 0;
}
.exhibition_detail .row-wrap .tb .table02 th {
  width: 190px;
}
@media (max-width: 767px) {
  .exhibition_detail .row-wrap .tb .table02 th {
    width: 130px;
  }
}
.exhibition_detail .row-wrap .tb .table02 td {
  width: calc(100% - 190px);
}
@media (max-width: 767px) {
  .exhibition_detail .row-wrap .tb .table02 td {
    width: calc(100% - 130px);
  }
}
.exhibition_detail .list-img {
  max-width: 720px;
  margin: 0 auto 112px !important;
}
@media (max-width: 767px) {
  .exhibition_detail .list-img {
    width: calc(100% + 16px);
    margin: 0 auto 72px !important;
    margin-left: -8px !important;
  }
}
.exhibition_detail .list-img li {
  margin: 0 16px;
}
@media (max-width: 767px) {
  .exhibition_detail .list-img li {
    margin: 0 8px;
  }
}
.exhibition_detail .list-img li .img img {
  margin: 0 auto;
}
.exhibition_detail .list-img .slick-list {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .exhibition_detail .list-img .slick-list {
    overflow: hidden !important;
  }
}
.exhibition_detail .list-img .slick-dots {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  right: 0;
  bottom: -40px;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .exhibition_detail .list-img .slick-dots {
    bottom: -32px;
  }
}
.exhibition_detail .list-img .slick-dots li {
  overflow: hidden;
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 500px;
}
.exhibition_detail .list-img .slick-dots li button {
  width: 100%;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
}
.exhibition_detail .list-img .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 100%;
  height: 8px;
}
.exhibition_detail .list-img .slick-dots li.slick-active button::before {
  background: rgba(255, 255, 255, 0.8);
}

/*=========*/
/* contact */
/*=========*/
.contact {
  /* ContactForm用 */
}
.contact .contents {
  max-width: 1000px;
}
.contact .simple-title .heading-title {
  font-size: 40px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contact .simple-title .heading-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contact .table02 {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
  .contact .table02 tbody, .contact .table02 tr {
    display: block;
    width: 100%;
  }
  .contact .table02 td {
    display: block;
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
}
.contact .table02 th {
  width: 280px;
  text-align: left;
}
.contact .table02 th span {
  margin-left: 16px;
  color: #F00;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact .table02 th {
    display: block;
    width: 100%;
  }
}
.contact .table02 .error {
  display: block;
  color: #F00;
}
.contact .table02 .txtw1 {
  width: 5em;
}
@media (max-width: 767px) {
  .contact .table02 .txtw1 {
    width: 4em;
  }
}
.contact .table02 .txtw2 {
  width: 8em;
}
@media (max-width: 767px) {
  .contact .table02 .txtw2 {
    width: 6em;
  }
}
.contact .table02 .txtw3 {
  max-width: 130px;
}
@media (max-width: 767px) {
  .contact .table02 .txtw3 {
    max-width: initial;
    width: calc(100% - 5em);
    margin-bottom: 8px;
  }
}
.contact .table02 .txtw4 {
  max-width: 500px;
}
.contact .end-msg {
  margin: 64px 0;
  font-size: 18px;
  text-align: center;
}
.contact .list-bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 88px auto;
}
@media (max-width: 767px) {
  .contact .list-bt {
    display: block;
    margin: 64px 0;
  }
}
.contact .list-bt li {
  margin: 0 8px;
}
@media (max-width: 767px) {
  .contact .list-bt li + li {
    margin-top: 16px;
  }
}
.contact .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7-list-item label input + span {
  margin-left: 0.5em;
}
.contact .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 1em;
}

/*=======*/
/* error */
/*=======*/
.error .error-msg {
  margin-bottom: 20%;
}
.error .error-msg .btn {
  margin-top: 10%;
  text-align: center;
}
/*# sourceMappingURL=contents.css.map */