@charset "UTF-8";
/*----------------------------------------------------------------------------*/

/* TOP */
#item_detail{
    font-size:18px;
    background-color: #c5e9ff;
    color: #000;
    padding-bottom: 0;
}

/* sec1 */

#item_detail #sec1 .inner {
    background-color: #c5e9ff;
    padding: 50px 0;
}

#item_detail #sec1 .sec1_bg {
    background-image: url(_image/bg_sec1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#item_detail #sec1 .sec1_bg .about {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#item_detail #sec1 .sec1_bg .about img {
width: 43%;
}

#item_detail #sec1 .sec1_bg .about div {
    width: 55%;
}

#item_detail #sec1 .sec1_bg .about .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}

/* sec2 */
#sec2 {
    width: 80%;
    margin: 50px auto;
}

#sec2 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec2 .flex .img {
    width: 42%;
}

#sec2 .flex .text {
    width: 53%;
}

#sec2 .flex .text img {
    margin-bottom: 20px;
}

.bg_area {
    background-image: url(_image/bg_img.png);
    background-size: cover;
    background-attachment: fixed;

}


#sec4 {
    margin: 0 auto;
    padding: 70px 0 0;
}

#sec4 .about {
    width: 70%;
    margin: 0 auto 100px;
}

/* gallery */
#gallery .content {
    width: 80%;
    border: 1px solid #fff;
    margin: 100px auto 50px;
    padding: 30px 0;
}

#gallery p {
    text-align: center;
    color: #fff;
}

.gallery_title {
    width: 35%;
    margin: 0 auto 30px;
}

.slider {
  margin: 30px auto 0;
  width: 80%;
}

.slick-img img {
  height: auto;
  width: 100%;
}

.slick-dotted.slick-slider {
    width: 85%!important;
}

.slide-arrow {
  background-color: none;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.prev-arrow {
    width: 50px;
    height: 50px;
    background-image: url(_image/arrow_left.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -55px;
}

.next-arrow {
  width: 50px;
    height: 50px;
    background-image: url(_image/arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
  right: -65px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.dots-class li {
    width: 15px;
    height: 15px;
    background-color: #ffffff00;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #fff;
}
.dots-class li:hover {
    background-color: #fff;
}
.dots-class li:last-child {
    margin-right: 0;
}

/* sec3 */
#sec3 {
    width: 100%;
    margin: 100px 0;
}

#sec3 .sec3_title {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-image: linear-gradient(90deg, rgba(25, 235, 255, 1), rgba(227, 95, 255, 1));
    text-align: center;
    margin-bottom: 70px;
}

#sec3 .sec3_title img {
    height: 70px;
}

#sec3 .flex {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

#sec3 .flex .img {
    width: 43%;
}

#sec3 .flex .text {
    width: 50%;
}

#sec3 .flex .text p {
   color: #fff;
   margin: 30px 0 20px;
}

 #sec3 .buy_btn {
    width: 80%;
}


/* INFO*/
#info {
    width: 80%;
    margin: 150px auto;
}
#info .info-box{
    position: relative;
    padding: 30px 30px 30px 500px;
    text-align: center;
    border: 1px solid #fff;
    text-align: left;
}

#info .info-box .img1 {
    position: absolute;
    width: 490px;
    top: -70px;
    left: -40px;
}

#info .info-box img.logo {
    width: 40%;
    margin-bottom: 15px;
}

#info .info-box p.title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
    padding: 0;
}

#info .info-box p.sub_title {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

#info .info-box .schedule {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

#info .info-box .schedule:last-of-type {
    margin-bottom: 0;
}

#info .info-box .schedule p {
    width: 60%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#info .info-box .schedule p.whitebox {
    width: 30%;
    margin-right: 15px;
    background-color: #fff;
    color: #C9A5E5;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

 #info .buy_btn {
    width: 50%;
    margin: 150px auto 100px;
}

#info .flex {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

#info .flex .img {
    width: 40%;
}

#info .flex .text {
    width: 55%;
}

#info .flex .text p.title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#info .flex .text p.detail {
    margin: 10px 0 30px 0;
}

#info .flex .text a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 0;
    display: block;
    text-align: center;
    width: 100%;
}

p.pr_caption {
    color: #fff;
    text-align: center;
    margin: 100px 0 50px;
}

#copyright1 {
    width: auto;
    margin: 30px auto 140px;
    color: #fff;
}
#copyright1 p {
    font-size: 12px;
    text-align: center
}

@media screen and (max-width: 768px) {

    /* TOP */
    #item_detail{
        font-size:3.5vw;
    }

    #item_detail #top{
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* sec1 */
    #item_detail #sec1 .inner {
        padding: 0;
    }

    #item_detail #sec1 .sec1_bg {
        background-position-x: -340px;
    }

    #item_detail #sec1 .sec1_bg .about {
        flex-direction: column;
        padding: 30px 0;
    }

    #item_detail #sec1 .sec1_bg .about img {
        width: 100%;
    }

    #item_detail #sec1 .sec1_bg .about div {
        width: 100%;
    }

    /* sec2 */
    #sec2 .flex {
        flex-direction: column;
    }

    #sec2 .flex .img {
        width: 100%;
        margin-bottom: 30px;
    }

    #sec2 .flex .text {
        width: 100%;
    }

    /* sec4 */
    #sec4 .about {
        width: 90%;
        margin: 0 auto 50px;
    }

    /* gallery */
    #gallery .content {
        margin: 50px auto 50px;
        padding: 30px 0 10px;
    }

    .gallery_title {
        width: 60%;
    }

    .prev-arrow {
        width: 35px;
        height: 35px;
    }

    .next-arrow {
        width: 35px;
        height: 35px;  
    }

    .dots-class li {
        width: 10px;
        height: 10px;
    }

    /* sec3 */
    #sec3 {
        margin: 50px auto;
    }

    #sec3 .flex {
        flex-direction: column;
    }

    #sec3 .flex .img {
        width: 100%;
        margin-bottom: 30px;
    }

    #sec3 .flex .text {
        width: 100%;
        margin-bottom: 30px;
    }

    #sec3 .buy_btn {
        width: 100%;
    }

    /* info */
    #info {
        margin: 50px auto 0;
    }
    
    #info .info-box {
        padding: 15px;
    }

    #info .info-box .img1 {
        position: static;
        margin-bottom: 30px;
    }

    #info .info-box .schedule {
        flex-direction: column;
    }

    #info .info-box .schedule p.whitebox {
        width: 100%;
        margin: 0 auto 10px;
    }

    #info .info-box .schedule p {
        width: 100%;
        text-align: center;
    }

    #info .info-box img.logo {
        width: 100%;
    }

    #info .info-box p.title {
        font-size: 22px;
    }

    #info .info-box p.sub_title {
        font-size: 20px;
    }

    #copyright1 {
        width: 96%;
        margin: 5vw auto 0;
        padding-bottom: 100px;
    }

    #copyright1 p {
        font-size: 2.5vw;
        text-align: center;
    }

    #info .buy_btn {
        width: 100%;
        margin: 50px auto;
    }

    #info .flex {
        flex-direction: column;
        width: 100%;
    }

    #info .flex .img {
        width: 100%;
        margin-bottom: 30px;
    }

    #info .flex .text {
        width: 100%;
    }

    .w-100-sp {
        width: 100%;
    }

    p.pr_caption {
        margin: 50px auto;
    }
}
