/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
    border: 2px solid #e57777;
    display: inline-block;
    position: relative;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
}
.mod-btn a {
    display: block;
    padding: 8px 60px 8px 60px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #e57777;
}
.mod-btn:hover {
    background: #e57777;
}
.mod-btn:hover a {
    color: #FFF;
}
.black-btn {
    background: #000000;
    display: inline-block;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
}
.black-btn a {
    color: #FFF;
}
.black-btn:hover {
    background: #e57777;
}
a img {
    transition: all 0.3s ease 0s;
}
a:hover img {
    opacity: 0.7;
}
.mod-link {
    background: url("../img/common/right-arrow.png") no-repeat 0 50%;
    transition: all 0.3s ease 0s;
}
.mod-link a {
    color: #000000;
    font-weight: bold;
    padding-left: 25px;
}
.mod-link:hover {
    opacity: 0.7;
}
.contents-ttl {
    text-align: center;
    margin-bottom: 30px;
}
.exhibition-img {
    text-align: right;
    margin-bottom: 20px;
}
.exhibition-img span {
    text-align: right;
    padding-top: 5px;
    font-size: 11px;
}
.exhibition-img img {
    border: 1px solid #f3f3f3;
}
.ex-img {
    margin-bottom: 30px;
}
/***************************************************************************************************************************
product list
**************************************************************************************************************************/
.product-list::after {
    content: "";
    display: block;
    clear: both;
}
.product-list img {
    width: 100%;
    height: auto;
}
.product-list li {
    width: 230px;
    float: left;
    margin: 0 26px 40px 0px;
}
.product-list li a {
    color: #000000;
}
.product-list li a .img {
    margin-bottom: 15px;
}
.product-list li a .img img {
    width: 100%;
    height: auto;
}
.product-list li a dt {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-align: left;
}
.product-list li a dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    text-align: left;
}
.product-list li a dd .price {
    text-align: right;
    display: block;
    padding-top: 5px;
}
.product-list li:nth-child(4n) {
    margin-right: 0px;
}
.card-list li {
    background: #FFF;
    display: table;
    margin-bottom: 30px;
    padding-right: 20px;
}
.card-list li .img {
    display: table-cell;
    padding-right: 30px;
}
.card-list li dl {
    display: table-cell;
    vertical-align: middle;
}
.card-list li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.card-list li:last-child {
    margin-bottom: 0px;
}
.card-list li .img {
    width: 353px;
}
.card-list li .img img {
    width: 100%;
    height: auto;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
/***************************************************************************************************************************
  module
  **************************************************************************************************************************/
.mod-btn a {
    padding: 5px 25px 5px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
}
.mod-btn {
    text-align: center;
    width: 100%;
}
.mod-btn a {
    padding: 10px 0px;
}
.black-btn {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center;
}
/***************************************************************************************************************************
  product list
  **************************************************************************************************************************/
.product-list li {
    width: 48%;
    margin: 0 4% 25px 0px;
}
.product-list li a .img {
    margin-bottom: 15px;
}
.product-list li a .img img {
    width: 100%;
    height: auto;
}
.product-list li a dt {
    font-size: 13px;
    font-size: 1.3rem;
}
.product-list li a dd {
    font-size: 12px;
    font-size: 1.2rem;
}
.product-list li:nth-child(2n) {
    margin-right: 0px;
}
.product-list li:nth-child(4n) {
    margin-right: 0px;
}
.card-list {
    box-sizing: border-box;
}
.card-list li {
    display: block;
    margin-bottom: 30px;
}
.card-list li .img {
    display: block;
    width: 100%;
    padding-right: 0px;
}
.card-list li .img img {
    width: 100%;
}
.card-list li dl {
    display: block;
    vertical-align: middle;
}
.card-list li dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px;
    margin-bottom: 0px;
}
.card-list li dl dd {
    padding: 0px 10px 20px 10px;
    font-size: 12px;
    font-size: 1.2rem;
}
.card-list li dl dd .mod-link {
    margin-top: 10px;
}
.card-list li:last-child {
    margin-bottom: 0px;
}
}
.ttl-area {
    height: 389px;
    background: url("../img/exhibition/main-vis.jpg") no-repeat center;
    background-size: cover;
}
.ttl-area .inner {
    height: 389px;
}
.ttl-area h1 {
    width: 220px;
    height: 68px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -34px;
    background: url("../img/exhibition/exhibition-ttl.png") no-repeat center;
}
.contents {
    margin-bottom: 70px;
    padding: 0px;
    width: initial;
}
.campaign {
    margin-bottom: 20px;
}
.campaign dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.campaign dd .red {
    color: #ff0000;
    font-weight: bold;
}
.about-block {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    width: 1000px;
    margin: 0 auto 70px;
}
.about-block .text {
    margin-bottom: 20px;
}
.card-list {
    width: 1000px;
    margin: 0 auto;
}
.schedule-block {
    width: 1000px;
    margin: 0 auto;
}
.schedule-block dl {
    border: 3px solid #e57777;
    margin-bottom: 30px;
}
.schedule-block dl::after {
    content: "";
    display: block;
    clear: both;
}
.schedule-block dl dt {
    background: #e57777;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 0px;
}
.schedule-block dl dd {
    padding: 30px;
}
.schedule-block dl .left-block {
    width: 40%;
    box-sizing: border-box;
    float: left;
}
.schedule-block dl .left-block span {
    color: #e57777;
    font-weight: bold;
    margin-bottom: 10px;
}
.schedule-block dl .left-block p {
    font-weight: bold;
}
.schedule-block dl .right-block {
    width: 60%;
    box-sizing: border-box;
    float: left;
}
.schedule-block dl .right-block li {
    font-size: 13px;
    font-size: 1.3rem;
}
.schedule-block dl .right-block li span {
    color: #e57777;
    font-weight: bold;
    width: 90px;
    display: inline-block;
}
.ex-right-img {
    display: table;
    margin: 0 auto 30px;
}
.ex-right-img h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.ex-right-img dl {
    display: table;
    margin-bottom: 10px;
}
.ex-right-img dl dt {
    display: table-cell;
    color: #e57777;
    width: 80px;
    font-weight: bold;
}
.ex-right-img dl dd {
    display: table-cell;
    line-height: 1.6em;
}
.ex-right-img .text-area {
    display: table-cell;
    width: 480px;
    text-align: left;
}
.ex-right-img .text-area dd p {
    font-weight: bold;
}
.ex-right-img .text-area dd p span {
    font-size: 20px;
}
.ex-right-img .text-area .small {
    display: block;
    font-size: 12px;
}
.ex-right-img .right-img {
    display: table-cell;
}

.ex-img.pc{
    padding-bottom: 70px;
    border: 1px solid #efefef;
}

.ex-img.sp{
    border: 1px solid #efefef;
    padding-bottom: 20px;
}

.ex-img.pc .copy{
    margin-top: 20px;
    margin-left: 130px;
    text-align: left;
}

.ex-img.pc a img{
    padding-bottom: 20px;
}

.text-box-wrap{
    display: table;
}

.text-box-left{
    display: table-cell;
    padding-right: 30px;
}

.text-box-left dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.text-box-right{
    display: table-cell;
}

.text-box-right dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 750px) {
.ttl-area {
    width: 100%;
    height: 225px;
    background: url("../img/exhibition/main-vis-ex-sp.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
}
.ttl-area .inner {
    height: initial;
    background: #FFF;
    position: absolute;
    width: 200px;
    height: 40px;
    left: 20px;
    bottom: 0px;
}
.ttl-area h1 {
    width: 136px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: 0px;
    background: url("../img/exhibition/ex-ttl-sp.png") no-repeat center;
    background-size: contain;
}
.campaign {
    margin-bottom: 20px;
}
.campaign dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.campaign dd img {
    width: 100%;
    height: auto;
}
.exhibition-img img {
    width: 100%;
    height: auto;
}
.about-block {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 6%;
    box-sizing: border-box;
}
.about-block .text {
    margin-bottom: 20px;
    text-align: left;
}
.card-list {
    width: 100%;
    padding: 0 6%;
}
.card-list li {
    padding-right: 0px;
}
.schedule-block {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 6%;
}
.schedule-block dl {
    border: 3px solid #e57777;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.schedule-block dl::after {
    content: "";
    display: block;
    clear: both;
}
.schedule-block dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 5px 0px;
}
.schedule-block dl dd {
    padding: 15px 15px 0px 15px;
}
.schedule-block dl .left-block {
    width: 100%;
    box-sizing: border-box;
    float: none;
}
.schedule-block dl .right-block {
    width: 100%;
    box-sizing: border-box;
    float: none;
}
.schedule-block dl .right-block li {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.schedule-block dl .right-block li span {
    color: #e57777;
    font-weight: bold;
    width: 90px;
    display: block;
}
.ex-right-img {
    display: block;
    margin: 0 auto 20px;
}
.ex-right-img h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ex-right-img dl {
    display: block;
    margin-bottom: 10px;
}
.ex-right-img dl dt {
    display: block;
    width: 80px;
    font-weight: bold;
}
.ex-right-img dl dd {
    display: block;
    line-height: 1.6em;
}
.ex-right-img .text-area {
    display: block;
    width: 100%;
    text-align: left;
}
.ex-right-img .text-area dd p {
    font-weight: bold;
}
.ex-right-img .text-area dd p span {
    font-size: 20px;
}
.ex-right-img .text-area .small {
    display: block;
    font-size: 12px;
}
.ex-right-img .right-img {
    display: block;
}
.ex-right-img .right-img img {
    width: 100%;
    height: auto;
}
.ex-img {
    margin-bottom: 20px;
    padding-top: 60px;
    margin-top: -60px;
}
.ex-img img {
    width: 100%;
    height: auto;
}
}
/*calendar*/
.cal {
    background: #FFF;
	overflow: hidden;
}

.cal_st {
    font-size: 138.5%;
    font-weight: bold;
    color: #B36372;
}
.cal table {
    width: 100%;
    background: #EEE;
	 border: #B36372 solid 2px;
	max-width: 330px;

}
.cal th, .cal td {
    text-align: center;
    border: #FFF solid 1px;
    font-weight: bold;
    color: #999;
}
.cal th {
    background: #B36372;
    color: #FFF;
}
.osaka {
    background: #7ebbdf;
    color: #FFF!important;
}
.kyoto {
    background: #bbc75f;
    color: #FFF!important;
}
.teikyubi {
    background: #999;
    color: #FFF!important;
}
.jyunbi {
    background: #D8D8D8;
    color: #666!important;
}
.nagoya {
    background: #f6aa41;
    color: #FFF!important;
}
.open {
    background: #CCCFFF;
    color: #69F!important;
}
.omitate #osaka, .omitate #osaka h3 {
    border-color: #FCC!important;
}
.omitate #kyoto, .omitate #kyoto h3 {
    border-color: #A8C687!important;
}
.omitate #nagoya, .omitate #nagoya h3 {
    border-color: #93CEDD!important;
}
.ex {
    clear: both;
}
.ex li {
    float: left;
    margin-right: 5px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	line-height: 1;
}

.holiday {
    background: #999;
    color: #FFF;
}

.normal {
    background: #EEE;
    color: #999;
}

.close {
    padding: 6px 0;
    background: #D8D8D8;
    border: #666 solid 1px;
    color: #666;
}
.omitate .box {
    padding-top: 40px;
    background: #FFF url(../omitate/images/back.gif) right 0 no-repeat;
}
.omitate .box h3,  .campaign .box h3 {
    margin-bottom: 30px;
    border-bottom: #BA6575 dotted 1px;
    font-size: 197%;
    font-weight: bold;
    line-height: 1.3;
    color: #BA6575;
}
.omitate #osaka dt {
    color: #BA6575;
}
.omitate #kyoto h3, .omitate #kyoto dt {
    color: #79A24D!important;
}
.omitate #nagoya h3, .omitate #nagoya dt {
    color: #40AEC8!important;
}
.omitate .box h4 {
    margin-bottom: 10px;
    padding: 0 0 0 10px!important;
    border-left: #A4A09D solid 10px;
    font-weight: bold;
}
.omitate .box dl {
    margin-bottom: 20px;
}
.map {
    float: right;
    width: 250px;
    margin-left: 30px;
}
.abs {
    position: absolute;
    top: 20px;
    right: 20px;
}
.list_show li {
    float: left;
    overflow: hidden;
    margin-left: 10px;
    vertical-align: bottom;
}

.atenLi{
    font-weight: bold;
}

/*---------------2020/4/3 add---------------*/
.notes{
    margin-top: 60px;
}
.notes .contents-ttl{
    line-height: 1.6;
}
.notes p{
    margin-bottom: 50px;
    text-align: left;
}

/*---------------2020/5/30 add---------------*/
.banner-block {
  margin-bottom: 50px;
}

.banner-block li {
  width: 490px;
  display: inline-block;
}

.banner-block ul li:first-child {
  margin-right: 13px;
}

.banner-block li img {
  width: 100%;
  height: auto;
}

.movie-block{
    margin-bottom: 120px;
}


@media only screen and (max-width: 750px) {
  .banner-block ul li {
     width: 100%;
  }

  .banner-block ul li:first-child{
    margin-bottom: 20px;
  }

  .banner-block ul li img{
    width: 100%;
    height: auto;
  }

.ex-img.sp{
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.ex-img.sp .copy{
    text-align: left;
    padding: 0 20px;
    margin-top: 10px;
}

.ex-img.sp p a img{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.ex-img.sp .banner{
    margin-bottom: 30px;
}

.text-box-wrap{
    display: block;
}

.text-box-left{
    display: block;
    padding-right: 0px;
    padding-bottom: 30px;
}

.text-box-left dt{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.text-box-right{
    display: block;
    padding-bottom: 30px;
}

.text-box-right dt{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.about-block .mod-btn{
    width: 90%;
    margin-left: 0%;
    margin-top: 30px;
}

.movie-block {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.movie-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

}


.ex-banner-list{
    margin-bottom: 40px;
}

.ex-banner-list li{
    margin-bottom: 20px;
}