﻿.bg_color1 {background-color: #eaa5b2;}
.bg_color2 {background-color: #fee7eb;}
.bg_color3 {background-color: #eaa5b2;}
.border_color1 {border-color: #eaa5b2;}
.border_color3 {border-color: #eaa5b2;}
.border_color4 {border-color: #eaa5b2;}
.txt_color1 {color: #f0889c;}
.txt_color3 {color: #f0889c;}
.hvr_bg_color2:hover {background-color: #ffe3e8;}
.hvr_txt_color1:hover {color: #ffc1d0;}
/* ----------　all　---------- */
.linkStyle{
	color:#f0889c;
}
.linkStyle:hover{
	color:#f0889c;
	opacity: 0.7;
	transition: all 0.5s;
}
#logo {
    max-width: 150px;
}
header.scr_header #logo {
    max-width: 100px;
}
#top_pc_nav li a{
    color: #eaa5b2;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-weight: bold;
    font-size: 15px;
}
footer #logo2 a{
    max-width: 250px;
}
#footer .tel_bt{
    display: none;
}
.nav_menu_more:first-of-type a .icon:before {
    content: "\f086";
}
.overlay-menu .nav_menu_more:last-child{
    display: none;
}
/* ----------　TOP　---------- */
#main_img:before {
    background-color: transparent!important;
}
#intro:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 380px;
    background-repeat: no-repeat;
    background-image: url(Dup/img/dec1.png);
    background-size: contain;
    z-index: 2;
    right: 0;
    bottom: -250px;
}

#contents2_wrap:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-image: url(Dup/img/dec2.png);
    background-size: contain;
    z-index: 2;
    left: 0;
    bottom: -250px;
}

/* ----------　下層ページ　---------- */
#page7 .cate_box {
    border-color: #eaa5b2;
}
#page8 .contact_tel {
        background-color: #fff3f5;
}




/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#intro{
    margin-bottom: 180px;       
}
#intro:before {
    width: 200px;
    height: 200px;
    right: -10px;
    bottom: -180px;
}    
  #contents2_wrap:before {
    width: 180px;
    height: 180px;
    bottom: -130px;
} 
#contents2_wrap:before {
    left: 20px;
}
#page_title .page_title_box {
    width: 50%;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header.scr_header #logo {
    max-width: 80px;
}
#logo {
    max-width: 100px;
    
}    
#intro:before {
    width: 120px;
    height: 130px;
    right: 10px;
    bottom: -150px;
} 
#contents2_wrap:before {
    width: 110px;
    height: 130px;
    bottom: -150px;
        left: 10px;
}
footer #logo2 a {
    max-width: 200px;
}
#page_title .page_title_box{
        top: 65%;
}
#page8 .con_box{
        padding: 5% 2%;
}
#page8 .contact_tel {
    padding: 30px 5px 20px;
}
#page8 .contact_tel.tel2 a{
        font-size: -webkit-calc(1rem + 2px)!important;
    font-size: calc(1rem + 2px)!important;
}
#page8 .contact_tel.tel1 a span{
        font-size: -webkit-calc(1rem - 2px)!important;
    font-size: calc(1rem - 2px)!important;
    letter-spacing: 1px;
}
}