@charset "UTF-8";


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#ct_fairycourt {
    background-color: #f9ead8;
}
#inner_mainVis {
    height: 796px;
    margin-bottom: 0;
    background: url(../images/fairycourt/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
#inner_mainVis .ct_pankuzu {
    position: absolute;
    top: 90px;
    left: 30px;
}
#inner_mainVis h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 40px;
    letter-spacing: 0.4em;
}
#inner_mainVis .ttl {
    width: 520px;
    height: 100%;
    margin: 0 auto;
}
#inner_mainVis .ttl .tt_bg01 {
    padding: 230px 0 200px;
    background-color: rgba(255, 255, 255, 0.6);
}
#inner_mainVis .ttl .tt_bg02 {
    height: 100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6));
}
#inner_mainVis .ttl h2 {
    font-size: 60px;
    color: #d7b58b;
    text-shadow: 0 0 5px #FFFFFF,0 0 10px #FFFFFF,0 0 15px #FFFFFF,0 0 20px #FFFFFF,0 0 30px #FFFFFF;
}
#inner_mainVis .ttl01 {
    font-size: 14px;
    color: #000;
    margin: 10px auto 20px;
    text-shadow: 0 0 5px #FFFFFF,0 0 10px #FFFFFF,0 0 15px #FFFFFF,0 0 20px #FFFFFF,0 0 30px #FFFFFF;
}
#inner_mainVis .ttl02 {
    width: 200px;
    height: 34px;
    margin: 0 auto;
    padding-top: 6px;
    font-size: 14px;
    color: #000;
    background: url(../images/fairycourt/ttl_bg.png) no-repeat;
    text-shadow: 0 0 5px #FFFFFF,0 0 10px #FFFFFF,0 0 15px #FFFFFF,0 0 20px #FFFFFF,0 0 30px #FFFFFF;
}



@media only screen and (max-width: 999px) {
    .wrapper{
        padding: 0;/*common.css打消し用*/
    }
    #inner_mainVis h2{
        padding-top: 0;/*common.css打消し用*/
    }

    #inner_mainVis {
        height: 450px;
        background: url(../images/fairycourt/sp/main_img.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #inner_mainVis .ct_pankuzu {
        top: 60px;
        left: 10px;
        font-size: 12px;
    }
    #inner_mainVis h3 {
        bottom: -30px;
        font-size: 19px;
        letter-spacing: 0.1em;
    }
    #inner_mainVis .ttl {
        width: 240px;
    }
    #inner_mainVis .ttl .tt_bg01 {
        padding: 140px 0 100px;
    }
    #inner_mainVis .ttl .tt_bg02 {
        height: 30px;
    }
    #inner_mainVis .ttl h2 {
        font-size: 50px;
        line-height: 1.0em;
    }
    #inner_mainVis .ttl02 {
        width: 149px;
        height: 22px;
        padding-top: 4px;
        font-size: 12px;
        background: url(../images/fairycourt/sp/ttl_bg.png) no-repeat;
        background-size: 149px 22px;
    }

    
    
}




#fairycourt {
    overflow: hidden;
    text-align: left;
}

#fairycourt .sub_txt {
    text-align: center;
    padding: 60px 0 120px;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}

#fairycourt .slide_box {
    width: 100%;
    display: flex;
}
#fairycourt .slide_box .box_right {
    margin-left: 45px;
}
#fairycourt .slide_box .box_right h4 {
    font-size: 30px;
    margin-bottom: 55px;
    position: relative;
    z-index: 3;
}
#fairycourt .slide_box .box_right h4::before {
    position: absolute;
    content: "";
    background: url(../images/fairycourt/01_bg.png) no-repeat;
    top: -50px;
    left: -30px;
    width: 250px;
    height: 254px;
    z-index:-1;
}
#fairycourt .slide_box .box_right p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}


#fairycourt .slide_box.box01 {
    margin-bottom: 100px;
}


#fairycourt .slide_box.box02 {
    justify-content: flex-end;
}
#fairycourt .slide_box.box02 .box_right {
    margin-right: 45px;
}
#fairycourt .slide_box.box02 .box_right h4::before {
    background: url(../images/fairycourt/02_bg.png) no-repeat;
    top: -60px;
    left: -30px;
}


#fairycourt .slide_box.gl01 {
    position: relative;
}
#fairycourt .slide_box.gl01::before {
    position: absolute;
    content: "";
    bottom: -400px;
    left: -50px;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-right: 300px solid #e9ccaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


#fairycourt .slide_box.gl02 {
    position: relative;
}
#fairycourt .slide_box.gl02::before {
    position: absolute;
    content: "";
    top: -400px;
    right: -50px;
    border-top: 300px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 300px solid #e9ccaa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}


#fairycourt .fairy_btn {
    margin: 80px 0 50px;
    text-align: center;
}






/* +++++++++++++++++++
スライドショー
++++++++++++++++++++++*/

.fairy_box .gallery button {
    display: none;
}
#fairycourt .slide_box .box_left {
    width: 737px;
    height: 566px;
    overflow: hidden;
}
#fairycourt .gallery li img {
    width: 100%;
    height: 566px;
    object-fit: cover;
}


/*選択するサムネイル画像の設定*/

.glsum {
  width: 430px;
  margin: 0;
}

/*サムネイル画像の位置固定*/

.glsum .slick-track {
  transform: unset !important;
}
.glsum li {
  height: 78px;
  cursor: pointer;
  outline: none;
}
.glsum li img{
  width: 78px;
  height: auto;
  opacity: 0.6;/*選択されていないものは透過40%*/
}
.glsum li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
}









 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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


 /* +++++++++
fairycourt
++++++++++++ */


    #fairycourt .sub_txt {
        font-size: 12px;
        padding: 60px 0;
        letter-spacing: 0.1em;
    }

    #fairycourt .slide_box {
        flex-direction: column;
    }
      
    
    #fairycourt .slide_box .box_right {
        margin: 8px 10px 0;
    }
    #fairycourt .slide_box .box_right h4 {
        font-size: 18px;
        margin: 70px 30px 30px;
    }
    #fairycourt .slide_box .box_right h4::before {
        background: url(../images/fairycourt/sp/01_bg.png) no-repeat;
        background-size: 160px 175px;
        width: 160px;
        height: 175px;
    }
    #fairycourt .slide_box .box_right p {
        font-size: 12px;
        margin: 0 20px 10px 30px;
    }
    

    #fairycourt .slide_box.box01 {
        margin-bottom: 60px;
    }

    #fairycourt .slide_box.box02 .box_right {
        margin: 8px 10px 0;
    }
    #fairycourt .slide_box.box02 .box_right h4::before {
        background: url(../images/fairycourt/sp/02_bg.png) no-repeat;
        background-size: 160px 176px;
    }


    #fairycourt .slide_box.gl01::before {
        display: none;
    }

    #fairycourt .slide_box.gl02::before {
        border-top: 180px solid transparent;
        border-bottom: 180px solid transparent;
        border-left: 180px solid #e9ccaa;
        top: -240px;
    }
    
    
    #fairycourt .slide_box.box02 .box_right {
        position: relative;
    }
    #fairycourt .slide_box.box02 .box_right::before {
        position: absolute;
        content: "";
        top: -130px;
        left: -40px;
        border-top: 180px solid transparent;
        border-bottom: 180px solid transparent;
        border-right: 180px solid #e9ccaa;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    
    
    #fairycourt .fairy_btn {
        width: 256px;
        margin: 40px auto 50px;
    }
    #fairycourt .fairy_btn img {
        width: 256px;
    }
    
    
    
    
    
    
        
    /* +++++++++++++++++++
    スライドショー
    ++++++++++++++++++++++*/

    #fairycourt .slide_box .box_left {
        width: 100%;
        height: auto;
    }
    #fairycourt .gallery .slick-track,
    #fairycourt .gallery li,
    #fairycourt .gallery li img {
        height: auto;
    }
    #fairycourt .gallery li img {
        width: 120vw;
        margin: 0 -10vw;
        max-width: none;
    }
    


    /*選択するサムネイル画像の設定*/
    .glsum {
        width: 100%;
    }
    .glsum li {
        width: calc(20% - 8px)!important;
        height: auto;
        margin-left: 8px;
    }
    .glsum li:first-child {
        margin-left: 0;
    }
    .glsum li img {
        width: 100%;
        height: auto;
    }
    
    
    
    
    


    
    .flexbox {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .flexbox .order1 {
        order: 1;
    }
    .flexbox .order2 {
        order: 2;
    }
    .flexbox .order3 {
        order: 3;
    }
    
    
    .odflex {
        display: flex;
    }
    .odflex .od01 {
        order: 1;
    }
    .odflex .od02 {
        order: 2;
    }
    
    

    
}








/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eternalhouse
#inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#ct_eternalhouse {
    background-color: #f4f8de;
}
#ct_eternalhouse #inner_mainVis {
    background: url(../images/eternalhouse/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#ct_eternalhouse #inner_mainVis .ttl h2 {
    color: #b9c965;
}




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

    #ct_eternalhouse #inner_mainVis {
        background: url(../images/eternalhouse/sp/main_img.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }

}





 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eternalhouse
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#ct_eternalhouse #fairycourt .slide_box .box_right h4::before {
    background: url(../images/eternalhouse/01_bg.png) no-repeat;
    top: -70px;
}
#ct_eternalhouse #fairycourt .slide_box.box02 .box_right h4::before {
    background: url(../images/eternalhouse/02_bg.png) no-repeat;
    top: -70px;
}

#ct_eternalhouse #fairycourt .slide_box.gl01::before {
    border-right: 300px solid #cbd789;
}
#ct_eternalhouse #fairycourt .slide_box.gl02::before {
    border-left: 300px solid #cbd789;
}




 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
eternalhouse
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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


    #ct_eternalhouse #fairycourt .slide_box .box_right h4::before {
        background: url(../images/eternalhouse/sp/01_bg.png) no-repeat;
        background-size: 160px 175px;
        top: -40px;
    }
    #ct_eternalhouse #fairycourt .slide_box.box02 .box_right h4::before {
        background: url(../images/eternalhouse/sp/02_bg.png) no-repeat;
        background-size: 160px 176px;
        top: -40px;
    }
    
    
    
    #ct_eternalhouse #fairycourt .slide_box.gl01::before {
        border-right: 180px solid #cbd789;
    }
    #ct_eternalhouse #fairycourt .slide_box.gl02::before {
    border-left: 180px solid #cbd789;
    }

    #ct_eternalhouse #fairycourt .slide_box.box02 .box_right::before {
        border-right: 180px solid #cbd789;
    }
    

    
}





/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
breezegarden
#inner_mainVis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#ct_breezegarden {
    background-color: #fcf4f8;
}
#ct_breezegarden #inner_mainVis {
    background: url(../images/breezegarden/main_img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#ct_breezegarden #inner_mainVis .ttl h2 {
    color: #b14a7f;
}


@media (min-width: 1000px){
    #ct_breezegarden #inner_mainVis h3 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 40px;
        letter-spacing: 0.3em;
    }    
}

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

    #ct_breezegarden #inner_mainVis {
        background: url(../images/breezegarden/sp/main_img.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }

}





 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
breezegarden
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#ct_breezegarden #fairycourt .slide_box .box_right h4::before {
    background: url(../images/breezegarden/01_bg.png) no-repeat;
    top: -70px;
}
#ct_breezegarden #fairycourt .slide_box.box02 .box_right h4::before {
    background: url(../images/breezegarden/02_bg.png) no-repeat;
    top: -70px;
}

#ct_breezegarden #fairycourt .slide_box.gl01::before {
    /* border-right: 300px solid #c77da3; */
    content: none;
}
#ct_breezegarden #fairycourt .slide_box.gl02::before {
    border-left: 300px solid #c77da3;
}




 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
breezegarden
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

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


    #ct_breezegarden #fairycourt .slide_box .box_right h4::before {
        background: url(../images/breezegarden/sp/01_bg.png) no-repeat;
        background-size: 160px 175px;
        top: -40px;
    }
    #ct_breezegarden #fairycourt .slide_box.box02 .box_right h4::before {
        background: url(../images/breezegarden/sp/02_bg.png) no-repeat;
        background-size: 160px 176px;
        top: -40px;
    }
    
    
    
    #ct_breezegarden #fairycourt .slide_box.gl01::before {
        /* border-right: 180px solid #c77da3; */
        content: none;
    }
    #ct_breezegarden #fairycourt .slide_box.gl02::before {
    border-left: 180px solid #c77da3;
    }

    #ct_breezegarden #fairycourt .slide_box.box02 .box_right::before {
        border-right: 180px solid #c77da3;
    }
    

    
}




