@charset "UTF-8";
/*リセット用CSS*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 100%;
}
img{
    vertical-align: bottom;
}
body {
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
   
    line-height: 1.5rem;
    }

/*ページトップボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*トップ*/
#top {
    background-image: url("../images/feature/top_feature.jpg");
    background-repeat: none;
    background-size: cover;
}
#top h1 {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumbs {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.breadcrumbs ul .nolink {
    color: #545454;
}
.catchcopy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.catchcopy p em {
    font-style: normal;
    font-size: 1.5rem;
    padding-bottom: 3em;
    font-weight: bold;
    line-height: 1.7em;
    color: #e41c71;
}
.catchcopy #section1 {
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 1em;
    padding-bottom: 1em;
}
#section2 p em {
    font-size: 0.9rem;
    color: red;
    font-weight: bold;
}

.catchcopy #section2 {
    font-size: 0.9rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*お問い合わせ*/
#contact h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    border: none;
    background-color: #F0F0F0;
}
#contact h2 .sub {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}
#contact .contact_form {
    width: 45%;
    
    float: left;
}
.otoiawase{
    width: 100%;
    margin: 0 auto;
   
}
#contact .contact_form p {
    background-color: #DC6597;
    padding: 0.7em 0.2em;
    border-radius: 15px;
    width: 90%;
    color: #FFFFFF;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
}

#contact .contact_form p:hover{
    opacity: 50%;
}
#contact {
   width: 100%;
    margin-top: 3em;
    background-color: #F0F0F0;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.contact1 .tel .teltime {
    font-size: 0.3rem;
}
#contact .sub3 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
}



#contact .tel {
    width: 45%;
    float: left;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 0.4em;
    margin-right: 1em;
    text-align: left;    
}
#contact .contact1 {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

/*特長*/
#feature p img {
    width: 100%;
    padding-top: 2em;
    margin-bottom: 1em;
}
#feature3 ul {
    list-style-type: none;
    font-size: 0.8rem;
    font-weight: bolder;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#feature3 .detail1 h3 {
    position: absolute;
    top: -5%;
}
#feature {
    padding-top: 2.5em;
    width: 90%;
    margin: 0 auto;
}
#feature h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    border: none;
}
#feature h2 span {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}

 h3 {
    font-size: 2.2rem;
     font-weight: bold;
    color: #e41c71;
    position: absolute;
     top: -10%
   
}

 h3 span {
    display: none;
}


#feature p{
    font-size: 0.9rem;
}
#feature p strong{
    font-size: 1rem;
}
.detail1{
    padding: 1em;
    border: 0.5em solid #f2e9ed;
    position: relative;
    margin-top: 1em;
    margin-bottom: 3em;
}
.detail2{
     padding: 1em;
    background-color: #f2e9ed;
    position: relative;
    margin-top: 1em;
    margin-bottom: 3em;
}

@media screen and (min-width:480px){

    body{
min-width:1248px;
}
    
#top h1 {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 3rem;
}
 
    /*ページトップボタン*/

#page-top a {
    width: 100px;
    padding: 30px 0;
        }
    
    
.breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}
 
    
/*お問い合わせ*/
#contact h2   {
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.2rem;
}
#contact h2 .sub {
    font-size: 1.8rem;
}
#contact .contact1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#contact .sub3 {
    font-size: 1.5rem;
    padding-bottom: 2em;
}
.contact1 .tel p {
    line-height: 1.5em;
}
#contact .contact1 .tel {
    width: 45%;
    margin-left: 2.5em;
    margin-right: 0;
}
#contact .contact_form {
    width: 45%;
 
}  
    .otoiawase{
        width: 90%;
    }
#contact .contact_form p {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6em;
    padding: 1.2em 0em;
    
    
}
    
.contact1 .tel .teltime {
    font-size: 1rem;
}
.phone_number {
    margin: 0;
    padding-right: 1.3em;
    padding-left: 1.3em;
    padding-bottom: 1.3em;
    font-size: 2rem;
    background-image: url(../images/phone-32.png);
    background-repeat: no-repeat;
    background-position: 2% 13%;
    background-size: 1em;
}      
    
.catchcopy {
    width: 80%;
    
}
.catchcopy p em {
    font-size: 2.2rem;
    line-height: 2em;
}
.catchcopy #section1 {
    font-size: 1.6rem;
   line-height: 1.8em;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
}
.catchcopy #section2 {
    font-size: 1.5rem;
    line-height: 1.8em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
#section2 p em {
    font-size: 1.5rem;
}

    
/*特長 */
#feature {
    padding-top: 5em;
    width: 80%;
}
#feature h2 {
    font-size: 2.2rem;
}
#feature h2 span {
    font-size: 1.8rem;
}    
 h3 {
    font-size: 3rem;
    position: absolute;
     top: -10%
}
 h3 {
    font-size: 3rem;
    position: absolute;
     top: -10%
}


#feature p{
    font-size: 1.1rem;
    line-height: 1.6em;
}
#feature p strong{
    font-size: 1.5rem;
    line-height: 3em;
}
.detail1{
    padding: 1.5em;
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 10em;
    padding-left: 3em;
    width: 70%;
}
    #feature1 .detail1 p{
        width: 70%;
    }
    .detail2 p{
        width: 70%;
    }
    .detail2{
        padding: 1.5em;
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 10em;
         padding-left: 3em;
    width: 70%;
    }
#feature p img {
    width: 40%;
}
 #feature3 ul {
    font-size: 1.1rem;
     line-height: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}  
    #feature1 .detail1 h3 {
         position: absolute;
    top: -5%;
    }
    
    
    #feature2 .detail2 h3 {
    position: absolute;
    top: -5%;
}
     #feature4 .detail2 h3 {
    position: absolute;
    top: -5%;
}
    #feature1{
        position: relative;
        margin-top: 8em;
    }
    #feature1 .detail1{
        padding-bottom: 6em;
    }
    #feature1 img{
        position: absolute;
        z-index: 100;
        top: -30%;
        left: 60%;
    }
        #feature2{
        position: relative;
        margin-top: 8em;
    }
    #feature2 .detail2{
        padding-bottom: 6em;
    }
    #feature2 img{
        position: absolute;
        z-index: 100;
        top: -30%;
        left: 60%;
    }
      #feature3{
        position: relative;
        margin-top: 8em;
    }
    #feature3 .detail1{
        padding-bottom: 6em;
    }
    #feature3 img{
        position: absolute;
        z-index: 100;
        top: -15%;
        left: 60%;
    }
    #feature4{
        position: relative;
        margin-top: 8em;
    }
    #feature4 .detail2{
        padding-bottom: 6em;
    }
    #feature4 img{
        position: absolute;
        z-index: 100;
        top: -30%;
        left: 60%;
    }
}
