﻿

.linkStyle{
    color:#df56bb;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}




/*--all page---------------------------
-------------------------------------*/
#body{
    background-color: #fbf7fb;
}
#fakeloader{
    background-image:url(./Dup/img/bg2.jpg);
    background-size:cover;
}
#fakeloader::before{
    background-color:rgba(255,255,255,0.05);
}
#fakeloader .fl{
    max-width:350px;
}
.scr_header #header{
    background: rgb(219,197,230);
    background: linear-gradient(45deg, rgba(219,197,230,0.5) 25%, rgba(247,214,233,0.5) 75%);    
}
#pc_nav li, #top_pc_nav li, #footer_nav li{
    max-width:none;
}
.back1:before,
.back2::before{
    background: rgb(219,197,230);
    background: linear-gradient(0deg, rgba(219,197,230,0.3) 10%, rgba(247,214,233,0.3) 35%);
    display:none;
}

footer{
    background: rgb(219,197,230);
    background: linear-gradient(45deg, rgba(219,197,230,1) 10%, rgba(255,255,255,1) 35%,rgba(247,214,233,1)100%);
}

#footer{
    background-color:transparent;
}
#footer_con h2{
    display:none;
}

#footer_con .tel_bt{
    display:none;
}

#return_top a{
    color:#333;
}

#overlay .right .mg_b-50px .nav_menu_more:last-of-type{
    display:none;
}


/*--top page---------------------------
-------------------------------------*/

/* じわっと出現 */
.load-blurTrigger{
    opacity: 0;
}
.load-blur{
  animation-name:load-blurAnime;
  animation-duration:3s;
  animation-fill-mode:forwards;
}

@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}
#main_img .square_box a{
    max-width:350px;
}
.bg_box{
    background-image:url(./Dup/img/bg_grade.png),url(./Dup/img/bg_grade2.png);
    background-repeat:no-repeat,no-repeat;
    background-position:top,bottom;
    background-size:100% auto,100% auto;
}
#intro_wrap,
#contents3 .con_box{
    box-shadow:0 0 5px 5px rgba(255,255,255,0.7);
    background-color:rgba(255,255,255,0.7);
}
#info_contact .con_img:before{
    background-color:rgba(179,157,176,0.7);
}
.line:before {
    background-color: rgba(240,217,255,0.9)!important;
}

/*--under page---------------------------
-------------------------------------*/
#page_title .page_title_box{
    background: rgb(219,197,230);
    background: linear-gradient(45deg, rgba(212,189,223,1) 25%, rgba(241,189,208,1) 100%);    
}
.page .bg_box .con_box{
    box-shadow:0 0 5px 5px rgba(255,255,255,0.7);
    background-color:rgba(255,255,255,0.7);    
}
#page7 #map{
    display:none;
}
#page8 #line-contact a,
#page8 #mail_bnr a{
    border-radius: 5px;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1280px){
#header #logo{
    opacity:0;
}
.scr_header #header #logo{
    opacity:1;
}
#overlay .left li{
    max-width:initial;
}
.nav_menu_more:first-of-type a .icon:before{
    display:none;
}
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#fakeloader .fl{
    padding-left:50px;
}
#main_img .square_box{
    max-width:350px;
}
#main_img .square_box a{
    max-width:350px;
}
#main_img .square_box a img{
    padding-left:30px;
}
#info_contact{
    margin-bottom:0;
    padding-bottom:50px;
}
footer{
    background: rgb(219,197,230);
    background: linear-gradient(45deg, rgba(219,197,230,1) 5%, rgba(255,255,255,1) 35%,rgba(247,214,233,1)100%);
}
#page_title h2{
    letter-spacing:0;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#fakeloader .fl{
    padding-left:30px;
}
#main_img{
    height:37vh;
}
#main_img .square_box{
    max-width:200px;
}
#main_img .square_box a{
    max-width:200px;
}
#main_img .square_box a img{
    padding-left:20px;
}
.intro_title h3{
    font-size:22px;
    letter-spacing:-1px;
}
.page_title_box {
    width: 64%;
}
#footer_con #logo2 img{
    padding-left:20px;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){

}


