@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
.d_main_img {
  max-width: 1068px;
  margin: 0 auto 0;
  height: auto;
  padding-top: 70px;
}
.disney_main{
  font-size: 14px;
  line-height: 1.75;
  vertical-align: baseline;
  color: #010101;
}
.header.disney__section__header .disney__section__header__img{
  background: #897a6a !important;
}
.disney__section {
    padding-top: 0 !important;
}
/* BCTのスタイルに合わせる */
nav .nav_area li p{
    font-weight: bold;
}


/* ===== Images 設定 ===== */

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

.img_banner{
    height: 300px;
    max-width: 100%;
}

/* ======== section header ========= */


.header.disney__section__header{
    text-align: center;
    font-family: 'Prata', serif;
}

.header.disney__section__header .disney__section__header__img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 90vh;
    max-height: 900px;
    background-image: url(../images/main_bg3_7thimg.jpg);
    background-position:  bottom;
    position: relative;
}

.header.disney__section__header .disney__section__header__img > p{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #333;
}


.header.disney__section__header h2{
    max-width: 600px;
    padding-top: 60px;
    margin: 0 auto;
}

.header.disney__section__header h2 .img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.disney__section__header__text{
    padding: 0 15px;
    text-align: center;
    line-height: 2.5em;
    margin-bottom: 5%;
    font-size: 12px;
}

.disney__section__header__text > h3 {
    font-weight: bold;
    font-size: 13px;
    color: #7e7470;
}


/* ===== container 設定 ===== */

.disney__section{
    padding: 0 10px 120px;
  /*
    border-bottom: 4px #BA804B solid;
  */
    background-color: #897a6a;
    background-image: url(images/tree_img_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
@media screen and (max-width: 768px) {
  .disney__section{
    padding-bottom:60px;
  }
  .d_main_img {
    padding-top: 0;
  }  
}
.disney__container{
    width: 95%;
    max-width: 1000px;
    margin: 70px auto 0;
    padding: 5% 2.5% 0;
    background-color: #FFF;
    border-bottom: 4px #c0ab59 solid;
    background-image: url(images/line_bg.gif);
    background-repeat: repeat-x;
    border-radius: 4px;

}

.disney__container:last-child{
    margin-top: 0;
}

/* ======== section container ========= */

.disney__contents{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4%;
    justify-content: center;
}

.disney__contents > div{
    /* width: 33.333%; バナー3つの場合 */
    width: 36%;
    text-align: center;
    padding: 40px 10px;
}


.disney__contents > div span{
    display: block;
    text-decoration: underline;
    font-size: .8em;
    color: #837947;
}

.disney__contents.flex_re{
      -webkit-flex-wrap:wrap-reverse;
      -moz-flex-wrap:wrap-reverse;
      -ms-flex-wrap:wrap-reverse;
    flex-wrap: wrap-reverse;
}

.disney__container__title{
    font-size: 25px;
    position: relative;
    text-align: center;
}

.disney__container__title > span{
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}

.disney__container__subtext{
    font-size: .8em;
    padding: 20px;
    line-height: 3em;
}

/* =================================================
   Only PC Style
================================================== */

@media (min-width:1025px) {

    .disney__section__header__text > h3 {
        font-size: 15px;
    }

    .disney__section__header__text{
        font-size: 12px;
    }

}

@media (min-width:769px) {

    .sp{
        display: none;
    }

}

/* =================================================
   Only SP/MD Style
================================================== */
@media (max-width:1025px) {
    .header.disney__section__header .disney__section__header__img{
        max-height: 700px;
        background-attachment: initial;
        background-image: url(../images/main_bg3_7thimg.jpg);
    }

}
@media (max-width:768px) {

    .header.disney__section__header .disney__section__header__img{
        background-attachment: initial;
        max-height: 600px;
    }

    .pc{
        display: none;
    }

    .header.disney__section__header > h2{
        font-size: 2em;
    }

    .disney__contents.disney__container__nav{
        display: block;
    }

    .disney__container__title > span{
        font-size: 12px;
    }

    .disney__container{
        padding-top: 50px;
    }

    /* ======== #VENUE ========= */
    .dress__img,
    .dress__text{
        width: 100%;
    }

    .disney__contents > div{
        width: 100%;
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 20px;
        border-bottom: 3px double #c1ac53;
    }

    .disney__contents > div > img{
        padding: 0 10px;
    }
}

@media (max-width:425px) {
    .header.disney__section__header{
        padding-top: 60px;
    }

    .header.disney__section__header .disney__section__header__img{
        background-attachment: initial;
        max-height: 45vh;
    }


    .disney__container{
        font-size: 90%;
    }

    .disney__container__title{
        text-align: center;
        font-size: 15px;
    }

    .disney__container__subtitle{
            font-size: 12px;
    }
}

.line{
    text-align: center;
    padding:0 4% 4%;
}

.line img{
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


section.d_footer{
    padding: 40px 20px 0;
    background-color: #f4f6e7;
    background-image: url(images/tree_img_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
 }

section.d_footer >div{
    background-color: unset;
    background-color: rgba(0,0,0,0);
 }

.disney__container .line a{
    display: initial;
}

/* =================================================
   Only PC Style
================================================== */
@media (min-width:1026px) {

    .disney__navi .d_flex .d_col{
        opacity: .7;
        transition: all .5s;
    }
    .disney__navi .d_flex .d_col:hover{
        opacity: 1;
    }

    .disney__navi .d_flex .d_col:hover p:after{
        bottom: 6px;
    }

    .disney__container a:hover{
        opacity: .7;
    }

}
/* =================================================
   Only SP/MD Style
================================================== */
@media (max-width:1025px) {


}
@media (max-width:768px) {

    .disney__section__header__text{
        font-size: 11px;
    }

    .disney__navi .d_flex .d_col p{
        font-size: 10px;
    }

    .disney__anime .disney__container__text{
        position: initial;
    }

}




