@charset "utf8";

.main{
    background-size: cover;
}

.page-child-banner{
    background-image: url(../../img/about/castle-img-2.png);
    /*height: 523px;*/
}

.item-banner:first-child{
    background-image: url(../../img/about/castle-img-3.png);
}

.item-banner:last-child {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
}

.title-page-banner{
    top: 50%;
    transform: translateY(-50%) ;
    -webkit-transform: translateY(-50%) ;
    -moz-transform: translateY(-50%) ;
    -ms-transform: translateY(-50%) ;
    -o-transform: translateY(-50%) ;
}

/*.banner-position{
    bottom: 149px;
}*/


/* 1 */
.row-castle-one{
    width: 100%;
    padding-top: 59px;
    position: relative;
}

.tt-castle-one{
    font-size: 60px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 175%;
    position: relative;
    text-align: center;
}

.wrap-castle-one {
    overflow: hidden;
    width: 100%;
    padding-top: 64px;
    position: relative;
}

.wrap-castle-one img{
    float: left;
}

.info-txt-castle-one{
    margin-top: -3px;
    float: right;
    font-size: 21px;
    color: #000000;
    letter-spacing: 0.5px;
    padding-left: 55px;
    width: calc( 100% - 560px ) ;

}

.info-txt-castle-one p{
    line-height: 175%;
    margin-bottom: 36px;
}

.info-txt-castle-one p:last-child{
    margin-bottom: 0;
}

/* 2 */
.row-castle-two{
    width: 100%;
    padding-top: 89px;
    position: relative;
}

.pc-castle-img{
    width: 100%;
    padding-top: 36px;
    position: relative;
}

.pc-castle-img img{
    display: block;
    margin: 0 auto;
}


.sp-castle-img{
    display: none;
}

.cont-1510{
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    position: relative;
}


/* 3 */

.row-castle-three{
    width: 100%;
    padding-bottom: 37px;
    position: relative;
}

.wrap__castle_3{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.info__castle_bg{
    width: 100%;
    padding-right: 55px;
    max-width: 868px;
    padding-top: 26px;
    min-height: 500px;
    margin-bottom: 30px;
    float: right;
    background: linear-gradient(55deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,1) 100%);
}

.info__castle_bg p{
    width: 100%;
    max-width: 499px;
    float: right;
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 175%;
    position: relative;
    z-index: 20;
    color: #000000;
}

.row-castle-three img{
    position: relative;
    z-index: 15;
}
/* 2019 10 16 */
.breadcrumb-page {
    max-width: 1058px;
}

.breadcrumb-page-item {
    width: calc( 100% / 6);
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: -ms-calc( 100% / 6);
}
.breadcrumb-page-item:last-child {
    border-right: none;
}
@media screen and (max-width:850px){
    .breadcrumb-page-item a{
        font-size: 13px;
    }
}
@media screen and (max-width:767px){
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item:nth-child(2n) {
        border-right: 1px solid #fff;
    }

    .breadcrumb-page-item, .breadcrumb-page-item:last-child  {
        width: calc( 100% / 3);
        width: -webkit-calc( 100% / 3);
        width: -moz-calc( 100% / 3);
        width: -ms-calc( 100% / 3);
    }
    .breadcrumb-page-item:nth-child(2n){
        border-right:1px solid #fff;
    }
}

@media screen and (max-width:480px) {
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }

    .breadcrumb-page-item, .breadcrumb-page-item:last-child {
        width: calc( 100% / 2);
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: -ms-calc( 100% / 2);
    }
    
    .breadcrumb-page-item:last-child{
        width: 100%;
    }

    .breadcrumb-page-item:nth-last-child(2){
        border-right: none;

        border-bottom: 1px solid #fff !important;
    }

}
/* end  */
@media screen and (max-width:1200px){
    .grid-1085{
        padding-left: 10px;
        padding-right: 10px;
    }

    .info__castle_bg{
        padding-right: 30px;
    }
}

@media screen and (max-width:1148px){
    .info-txt-castle-one p br{
        display: none;
    }

    .info-txt-castle-one{
        padding-left: 34px;
    }

    .info-txt-castle-one p{
        margin-bottom: 15px;
    }

    .info-txt-castle-one{
        font-size: 18px;
    }
}

@media screen and (max-width:1100px){
    .row-castle-three img{
        display: block; 
        margin: 0 auto;
        margin-top: 15px;
    }
    .wrap__castle_3{
        position: relative;
        overflow: hidden;
    }
    .row-castle-three{
        padding-bottom: 0;
    }

    .info__castle_bg{
        min-height: auto;
        max-width: 100%;
        padding: 30px;
        margin-bottom: 0;
    }

    .info__castle_bg p {
        max-width: 100%;
    }

    .info__castle_bg p br.sp{
        display: none;
    }
}


@media screen and (max-width:1010px){
    .wrap-castle-one img{
        width: 450px;
    }

    .info-txt-castle-one{
        width: calc( 100% - 450px );
        width: -webkit-calc( 100% - 450px );
        width: -moz-calc( 100% - 450px );
        width: -ms-calc( 100% - 450px );
    }

}


@media screen and (max-width:900px) {
    .row-castle-one{
        padding-top: 30px;
    }

    .wrap-castle-one img{
        width: auto;
    }

    .tt-castle-one{
        font-size: 40px;
    }

    .wrap-castle-one{
        padding-top: 30px;
    }

    .row-castle-two{
        padding-top: 40px;
    }

    
    .info-txt-castle-one{
        font-size: 18px;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        padding-top: 15px;
    }

 
    .info-txt-castle-one p{
        margin-bottom: 15px;
    }

    .wrap-castle-one img{
        float: inherit;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:767px){
    .page-child-banner{
        height: 400px;
    }

    .item-banner:first-child{
        background-image: inherit;
    }

    .banner-position{
        bottom: 105px;
    }

    .tt-castle-one{
        text-align: left;
    }

}


@media screen and (max-width:480px){
    .tt-castle-one{
        font-size: 30px;
        line-height: 160%;
    }

    .row-castle-one{
        padding-top: 20px;
    }

    .wrap-castle-one{
        padding-top: 30px;
    }

    .info__castle_bg p{
        font-size: 17px;
    }

    .info__castle_bg{
        padding: 15px;
    }
   
    .row-castle-two{
        padding-top: 40px;
    }

    .pc-castle-img{
        display: none;
    }

    .sp-castle-img{
        display: block;
        padding-top: 30px;
    }

}

@media screen and (max-width:375px){
    .wrap-castle-one{
        padding-top: 15px;
    }

    .tt-castle-one{
        font-size: 26px;
    }

    .info__castle_bg{
        padding: 5px;
    }
}