
#index-cms-wrap .location table {
    margin: 4px 0 0;
    z-index: 8;
}

#index-cms-wrap .location table .toggleMenuIco {
    padding: 0 8px;
}

#index-cms-wrap .info_list {
    padding: 15px;
    box-sizing: border-box;
}

#index-cms-wrap .info_list li {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}

#index-cms-wrap .info_list li a:hover {
    text-decoration: underline;
}

#index-cms-wrap .plan_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px 0;
}

#index-cms-wrap .plan_detail {
    margin: 30px 0;
    color: #5F5D5D;
}

#index-cms-wrap .plan_detail h1 {
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 1px #707070;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px
}

#index-cms-wrap .plan_detail h1 span {
    padding-left: 25px;
}

#index-cms-wrap .plan_detail h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px
}

#index-cms-wrap .plan_detail h2 span {
    font-size: 10px;
    padding-right: 10px;
}

#index-cms-wrap .plan_detail img {
    min-width: 260px;
    max-width: 400px;
    max-height: 465px;
    width: 100%;
    object-fit: cover;
}

#index-cms-wrap .plan_detail .plan_detailtext {
    text-align: left;
    color: #52B3D3;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px
}

#index-cms-wrap .plan_detail .btn-group {
    text-align: center;
    margin-top: 50px
}

#index-cms-wrap .plan_detail .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

#index-cms-wrap .plan_detail .btn-group .btn a {
    background: #52B3D3;
    min-width: 145px;
    font-size: 10px;
    padding: 8px;
    box-sizing: border-box;
    font-weight: bold;
}

#index-cms-wrap .plan_detail .btn-group .close-btn a {
    border: solid 1px #52B3D3;
    background: #fff;
    color: #52B3D3
}

@media screen and (max-width: 768px) {
    #index-cms-wrap .colorSearch ul li .large {
        min-width: 500px;
    }

    #index-cms-wrap .plan_list {
        display: block;
        margin: 20px auto;
        width: 90%;
        box-sizing: border-box;
    }

    #index-cms-wrap .plan_listBox {
        margin: 15px auto;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #index-cms-wrap .colorSearch ul li .large {
        min-width: 280px;
    }

    #index-cms-wrap .plan_detail .btn-group .btn a {
        min-width: 140px;
    }
}

#index-cms-wrap .location .toggleMenu {
    display: none;
    position: absolute;
    top: 36px;
    right: -29px;
    width: 100px;
    text-align: center;
    z-index: 9;
}

#index-cms-wrap .location .toggleMenu:after {
    position: absolute;
    top: -4px;
    left: 50%;
    height: 0;
    margin: 0 0 0 -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #fff;
    content: "";
}

#index-cms-wrap .location .toggleMenu p {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
}

#index-cms-wrap .location .toggleMenu p a {
    display: block;
    padding: 8px 0 8px 0;
    color: #444;
    text-decoration: none;
}

#index-cms-wrap .location .tabNav {
    margin-bottom: -1px;
    padding: 22px 0 0;
}

#index-cms-wrap .location .tabNav ul {
    text-align: left;
    margin-left: 3px;
}

#index-cms-wrap .location .tabNav ul li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 1px;
    vertical-align: top;
    text-align: center;
    width: 220px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    font-size: 1.35rem;
}

#index-cms-wrap .location .tabNav ul li a {
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    color: #999;
}

#index-cms-wrap .location .tabNav ul li a:hover,
#index-cms-wrap .location .tabNav ul li.active a {
    background: #fff;
    color: #1BAEBA;
}

#index-cms-wrap .location strong {
    font-size: 113%;
}

#index-cms-wrap .location span {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    #index-cms-wrap .location {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #index-cms-wrap .location h2 {
        font-size: 1.7rem;
    }

    #index-cms-wrap .location table {
        position: static;
        margin-top: 4vw;
    }
}

@media screen and (max-width: 480px) {
    #index-cms-wrap .location h2 {
        font-size: 1.3rem;
    }
}

#index-cms-wrap .plan_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px 0;
}

#index-cms-wrap .plan_listBox {
    border: solid 2px #52B3D3;
    box-sizing: border-box;
    padding: 25px 20px 70px;
    width: 290px;
    margin: 10px;
    position: relative;
}

#index-cms-wrap .plan_listBox h2, .plan_listBox h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #5F5D5D
}

#index-cms-wrap .plan_listBox h3 {
    margin-bottom: 10px;
}

#index-cms-wrap .plan_listBox h2 span {
    font-size: 12px;
    padding-left: 3px
}

#index-cms-wrap .plan_listBox h3 span {
    font-size: 10px;
    padding-right: 3px;
}

#index-cms-wrap .plan_listBox img {
    /*min-width: 135px;*/
    /*max-width: 200px;*/
    /*max-height: 135px;*/
    width:100%;
}

#index-cms-wrap .plan_listBox .btn {
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -50px;
}

#index-cms-wrap .plan_listBox .btn a {
    font-size: 10px;
    background: #52B3D3;
}

#index-cms-wrap .title_plan {
    max-width: 500px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: 260px;
}

#index-cms-wrap .info_list li {
    display: flex;
}

#index-cms-wrap .info_list li span {
    margin-right: 10px;
    margin-top: 1px;
}

#index-cms-wrap .info_list li p.script-custom {
    margin: 0px;
}

@media screen and (max-width: 768px) {
    #index-cms-wrap .plan_list {
        display: block;
        margin: 20px auto;
        width: 90%;
        box-sizing: border-box;
    }

    #index-cms-wrap .plan_listBox {
        margin: 15px auto;
        width: 100%;
    }
}

#index-cms-wrap .btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: none;
    border-radius: 2px;
    vertical-align: middle;
    text-decoration: none;
}

#index-cms-wrap .btn a {
    padding: 6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

#index-cms-wrap .btn a {
    background: #1c9fdd;
    font-size: 14px;
    min-width: 100px;
}

#index-cms-wrap .btn a.f12 {
    font-size: 12px
}

#index-cms-wrap .td-preview {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    max-width: 1000px;
    text-align: left;
}

#index-cms-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#index-cms-wrap ul li a {
    text-decoration: none;
}

#js-gallery-popup .popup-subtitle {
    margin-top: 10px;
}

#index-cms-gallery-wrap .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#index-cms-gallery-wrap .swiper-slide {
    background-size: cover;
    background-position: center;
}

#index-cms-gallery-wrap .gallery-top {
    height: 80%;
    width: 100%;
}

#index-cms-gallery-wrap .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    display: flex;
}

#index-cms-gallery-wrap .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    width: 100px !important;
}

#index-cms-gallery-wrap .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

#index-cms-gallery-wrap .swiper-wrapper{
    float: left;
    margin: auto;
    width: auto;
    max-width: 100%;
}

.index-cms-gallery-wrap-set-figcaption {
    opacity: 1 !important;
    transform: rotateX(0deg) !important;
    z-index: 1 !important;
    margin-bottom: 5px;
}

#index-cms-gallery-wrap .gallery-top .swiper-slide img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#index-cms-gallery-wrap .gallery-thumbs .swiper-slide img{
    box-shadow: none;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    height: 75px;
    object-fit: cover;
}

#index-cms-gallery-wrap .gallery-top figcaption {
    position: absolute;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    bottom: 0;
    left: 0% !important;
    margin-left: 0px !important;;
    z-index: -1;
    width: 100%;
    height: 100px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    font-size: 14px;
}

#index-cms-gallery-wrap .swiper-content{
    background-color: #F44336;
    border-color: #9C27B0;
    padding-left: 100px;
    padding-right: 100px;
    width: auto;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#index-cms-gallery-wrap .swiper-button-next{
    right: 30px !important;
    left: auto !important;
}

#index-cms-gallery-wrap .swiper-button-prev{
    left: 30px !important;
    right: auto !important;
}

#index-cms-gallery-wrap  {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#index-cms-gallery-wrap .swiper-slide.swiper-slide-active:hover figcaption {
    z-index: 2;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    margin-bottom: 5px;
}

#index-cms-wrap .link-preview{
    display: inline-flex;
}

#index-cms-gallery-wrap .swiper-slide.swiper-slide-active{
    /*opacity: 1;*/
}

@media screen and (max-width: 768px) {
    #index-cms-gallery-wrap .gallery-top .swiper-slide img {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {

    #index-cms-gallery-wrap .slider-media-pc{
        display: none;
    }

    #index-cms-gallery-wrap .gallery-top .swiper-slide img {
        height: 220px;
    }

    #index-cms-gallery-wrap .swiper-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    #index-cms-gallery-wrap .gallery-thumbs .swiper-slide{
        width: 70px !important;
    }

    #index-cms-gallery-wrap .gallery-thumbs .swiper-slide img{
        height: 50px;
    }

    #index-cms-gallery-wrap .gallery-top figcaption{
        height: auto;
        min-height: 60px;
    }

    #index-cms-gallery-wrap .swiper-button-next:after, #index-cms-gallery-wrap .swiper-button-prev:after {
        font-size: 1.5rem !important;
    }

    #index-cms-gallery-wrap .swiper-button-next{
        display: none;
    }

    #index-cms-gallery-wrap .swiper-button-prev{
        display: none;
    }
}

@media screen and (max-width: 320px) {

    #index-cms-gallery-wrap .gallery-top .swiper-slide img {
        height: 200px;
    }

    #index-cms-gallery-wrap .slider-media-375 {
        display: none;
    }
}


@media screen and (max-width: 425px) {
    #index-cms-gallery-wrap .slider-media-480 {
        display: none;
    }
}

@media only screen and (min-width: 200px) and (max-width: 768px) {

    #index-cms-gallery-wrap .slider-media-pc {
        display: none;
    }
}

.update-time {
    font-family: "Gothic MB101 Medium", "Noto Sans JP", sans-serif;
    margin: 0 0 15px 10px;width: 97%;
    font-size: 0.875rem;
    line-height: 1.4;
}

.update-date {
    justify-content: end;
    display: flex;
}

.preview .info_list li.info-list-group {
    margin: 20px 20px 10px 0;
}

.preview-img-thumbnail {
    width: 150px;
}

.preview-img-thumbnail img {
    width: 100%;
}

div.preview-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview .info_list li span.preview-img-thumbnail {
    margin-right: 20px;
}

div.preview-info {
    display: flex;
    justify-content: center;
    align-items: center;
}