@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/voice/top_voice.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 br{
    display: none;
}
.catchcopy{
    font-size: 1rem;
    width: 90%;
    margin:1em auto;
}.button a {
    text-decoration: none;
    color: #FFF;
}
.otoiawase p a {
    color: #FFF;
}
#voice {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#voice p img {
    width: 100%;
}
#section1 {
    margin-top: 1em;
    margin-bottom: 1em;
}
#section2 {
    margin-top: 1em;
    margin-bottom: 1em;
}
#section3 {
    margin-top: 1em;
    margin-bottom: 1em;
}
#voice.button {
    width: 30%;
}
#voice h2 {
    font-size: 1.2rem;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
#voice p {
    font-size: 1rem;
    line-height: 1.7em;
}

.button   {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #D94A8C;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    color: #FFFFFF;
    font-size: 0.9rem;
    margin-top: 1.5em;
    font-weight: bold;
    border-radius: 10px;
    -webkit-box-shadow: inset 5px 5px 20px 5px #E8A0BF;
    box-shadow: inset 5px 5px 20px 5px #E8A0BF;
    width: 100px;
    display: block;
}
    .button:hover{
        opacity: 50%;
    }

/*お問い合わせ*/
#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;
}
.catchcopy hr {
    margin-top: 1em;
}

@media screen and (min-width:480px){
    
    body{
min-width:1248px;
}
    
    /*ページトップボタン*/

#page-top a {
    width: 100px;
    padding: 30px 0;
        }
    
    #top h1 {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 3rem;
}
    
.breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}
    
/*キャッチコピー*/    
 .catchcopy p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
     line-height: 2em;
}

.catchcopy br{
        display: block;
    }    
#voice {
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}
#section1 {
    overflow: hidden;
    margin-top: 2em;
    margin-bottom: 4em;
}
#voice p img {
    width: 30%;
    float: left;
}
.voice_detail {
    width: 60%;
    float: left;
    padding-left: 3em;
}
#voice h2 {
    font-size: 1.8rem;
    padding-top: 0.3em;
}
    #voice p{
        font-size: 1.2rem;
    }
    #voice .button{
        width: 150px;
        font-size: 1rem;
        margin-top: 5em;
        margin-left: 30em;
    }

    #section2 {
    overflow: hidden;
         margin-top: 2em;
    margin-bottom: 4em;
}
    #section3 {
    overflow: hidden;
         margin-top: 2em;
    margin-bottom: 4em;
}
    /*お問い合わせ*/
    
    #contact {
    clear: both;
}
#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%;
}
}
