footer .text-center.text-center.padding-bottom-20 img {
    padding-left: 30px;
}
    .description header{z-index: 99998; }
    
body {
    background: url(../images/bg_desc.jpg) no-repeat center / auto;
    background-size: cover;
    background-position: 0px;
    height: inherit;
}
h2 span {
    font-size: 18px;
}
h4 {
    font-size: 36px;
}    
h4 span {
    font-size: 18px;
}
.intro-small p {text-align: left;}
    
header {
    background: #fff;
    border-bottom: solid 1px #000;
}
#content {
    background: inherit;
}
section {
    background: inherit;
}

.swiper-wrapper {
    /* wrapperのサイズを調整 */
    width: 100%;
    height: 600px;
}
.swiper-slide, .swiper-slide2 {
    /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
    color: #ffffff;
    width: 200px;
    height: 100%;
    text-align: center;
    line-height: 300px;
}
.swiper, .swipter2 {
    width: 1100px;
    margin-top: 50px;
}
/*.swiper-slide:nth-child(3n + 1) {
  background: url("images/slide3.png") no-repeat top / 100% 100%;
}

.swiper-slide:nth-child(3n + 2) {
  background: url("images/slide2.png") no-repeat top / 100% 100%;
}

.swiper-slide:nth-child(3n + 3) {
  background: url("images/slide1.png") no-repeat top / 100% 100%;
}*/

    
.swiper-button-next2, .swiper-button-prev2 {
    right: 10px;
    left: auto;
    font-size: 40px;
    /*top: 290px !important;*/
}
    .swiper-button-prev2 {left: 10px;}

.swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
    
.swiper-button-next::after,
.swiper-button-prev::after,.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #676767;
  opacity: 0.7;
}
.swiper-button-next2::after,
.swiper-button-prev2::after {
    color: #fff !important;}
  .swiper-button-next::after,.swiper-button-next2::after {
    content: "\f0a9";
  }
    .swiper-button-prev::after,.swiper-button-prev2::after {
    content: "\f0a8";
  }

.swiper-button-next2::after,
.swiper-button-prev2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #676767;
  opacity: 0.7;
}
  .swiper-button-next2::after {
    content: "\f0a9";
  }
    .swiper-button-prev2::after {
    content: "\f0a8";
  }
    
.swiper_frame {
    height: 600px;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}
.swiper-button-prev{
    left: 60px;
    right: auto;}
.swiper-button-next {
    right: 60px;
    }





/*.swiper.modal__slider:after {
    content: "";
    background: url(../images/spot_light.png) no-repeat top center;
    width: 650px;
    height: 650px;
    display: block;
    position: absolute;
    background-size: cover;
    opacity: 0.5;
    right: 0;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}*/


.modal__slider .slide img {
    width: auto;
    height: 620px;
    max-height: 620px;
    max-width: inherit;
}



/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 99999;
    background-color: #424141;
    overflow-y: scroll;
}
    
.modal .container.desc{
    background:inherit;
    border: inherit;
    }
    
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal p {
    color: #fff;
}
/* モーダルがactiveの時 */
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}
/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
    
    
    
.modal__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    z-index: 10;
    line-height: 8px;
    font-size: 30px;
}
    
.modal__slider .swiper-wrapper:not(.swiper-slide-active) img {
    /*transform: scale(0);*/
}    
    
    
    
.Pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Pagination > * + * {
    margin-left: 50px;
}
li.Pagination-Item {
    list-style: none;
}
.Pagination-Item-Link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 35px;
    height: 35px;
    /*background: #fff;*/
    font-size: 20px;
    font-weight: bold;
    transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
    width: 20px;
}
/*.Pagination-Item-Link.isActive {
    pointer-events: none;
    background: #111;
    color: #fff;
}
.Pagination-Item-Link:not(.isActive):hover {
    background: #111;
    color: #fff;
}*/
.museum .slides ul {
    overflow: hidden;
    margin: 0;
    padding: 0
}
.museum .slides ul li {
    list-style: none;
    float: left;
    width: 300px
}

@media screen and (max-width:1100px) {
.swiper, .swipter2 {
    width: 100%;
    }  
}

@media screen and (max-width:768px) {
.museum .slides ul li {
    width: 250px
}
.swiper-button-next2, .swiper-button-prev2{
    /*top: 220px !important;*/
}
    
    
 .slide img, .modal__slider .slide img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: auto;
}

}
.museum .slides ul li > a {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
    transition: all .3s ease;
    overflow: hidden
}
.museum .slides ul li > a:hover {
    filter: grayscale(0%)
}
.museum .slides ul li > a:hover .inner p {
    bottom: 0;
    opacity: 1
}
.museum .slides ul li > a:hover:after {
    background: rgba(255, 255, 255, 0)
}
.museum .slides ul li > a:before {
    content: "";
    display: block;
padding-top: calc(2 / 3 * 100%)
}
.museum .slides ul li > a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: all .3s ease
}
.museum .slides ul li > a .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}
.museum .slides ul li > a .inner p {
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 100%;
    margin: 0;
    padding: .5em;
    box-sizing: border-box;
    color: white;
    font: 400 13px/160% "Noto Sans Japanese", sans-serif;
    font: 400 1.3rem/160% "Noto Sans Japanese", sans-serif;
    text-align: center;
    background: black;
    opacity: 0;
    transition: all .3s ease
}
.museum .slides .simply-scroll-container {
    position: relative
}
.museum .slides .simply-scroll-clip {
    position: relative;
    overflow: hidden
}
.museum .btn-more {
    margin: 45px 0;
    text-align: center
}
footer {
    background-color: #000000;
    padding: 30px 0;
    font-size: 1.2rem;
    color: #ffffff
}
footer ul.copyright {
    list-style: none;
    margin-bottom: 0
}
footer ul.copyright li {
    display: inline-block;
    margin-right: 2em
}
footer ul.copyright li:last-child {
    margin-right: 0
}
footer a {
    color: #ffffff;
    text-decoration: none
}
footer a:hover {
    color: #ffffff;
    text-decoration: none
}
footer .sns {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px
}
footer .sns a img {
    height: 20px
}
    
    
    
.container.desc {
    border: solid 1px;
    padding: 0px 10px;
    text-align: left;
    background: #fff;
    max-width: 1000px;
}

@media screen and (max-width:414px) {
.swiper-button-prev{
    left: 10px;
    }
.swiper-button-next {
    right: 10px;
    }

.swiper.modal__slider:after{
    display: none;
    }
}

