@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    /*outline: 1px solid blue;*/
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    color: #0F0F0F;
    background-color: #fcfcfa;
    /*padding: 0 7vw;*/
}

/*imgが親要素の幅！縦横比を保って高さが決まる*/
img {
    max-width: 100%;
    height: auto;
}


/*リンク文字色とホバー*/
a:link {
    color: #0F0F0F;
}

a:visited {
    color: #0F0F0F;
    text-decoration: none;
}

a:hover {
    color: #C1643C;
    text-decoration: none;
    transition: 0.5s all;
}


/*ここからbodyの内容*/


/*パンくずリスト*/
.breadcrumb li {
    display: inline-block;
    font-weight: bold;
    padding: 5px;
}

/* >を表示*/
.breadcrumb li:after {
    content: url(images/icon右.png);
    vertical-align: middle;
}

.breadcrumb li:last-child:after {
    content: '';
}
.breadcrumb li:first-child a:before {
    content: url(images/icon家.png);
    vertical-align: middle;

}
.breadcrumb li a {
    text-decoration: none;
}
.breadcrumb  {
    background-color: #F1E9DC;
    padding: 10px 0 10px 20px;
}
.tomo{
    text-align: center;
    background-color: #F3CD7A;
    padding:  10px;
}
.tomo img {
    width: 30vh;
    height: auto;
}


/*メイン画像*/
.mainpic {
    margin: 0 auto;
    max-width: 550px;
    max-height: 550px;
}

.kairowarap {
    display: flex;
    padding: 0 7vw;

}

/*クライアント*/
.kairowarap .name {
    width: 30%;
}

h1 {
    font-size: 2.7rem;
    font-weight: bold;
}

.name p {
    font-size: 2rem;
    margin-top: 20px;
}


/*スマホ用スタイル（ブラウザ幅が559px以下の時）*/

@media (max-width:559px) {

    .service .product img {
        width: 400px;
    }

    .service .product {
        padding-top: 100px;
    }

    .concept p {
        text-align: center;
    }

    .product p {
        text-align: center;
    }

    .kairowarap {
        display: block;
        margin: 0 auto;
    }

    .kairowarap .service {
        width: 100%;
    }
    
    h1 {
        font-size: 2.2rem;
    }

    .service {
        margin: 0 auto;
        padding-top: 70px;
    }

    .caption li {
        padding-left: 15px;
    }

    .caption {
        margin: 0 auto;
    }

    .text{
        margin-top: 50px;
    }

    .text h3 {
        font-size: 1.6rem;
    }

    .text h3 {
        margin-top: 30px;
    }
    
}/*SP*/



/*タブレット用スタイル ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {

    .kairowarap .name {
        width: 100%;
    }

     .tomo img {
        width: 25vh;
        height: auto;
    }


    

}/*PD*/


/*ご依頼*/
.service {
    padding-top: 100px;
    width: 70%;

}

.service .about {
    margin-bottom: 100px;
    padding: 20px 10px 25px 20px;
    border: solid 2px #AFD392;
}

h2 {
    font-size: 2rem;
}

.service p {
    margin-top: 10px;
}

/*ガイコツくんモチーフのところ*/
.concept span {
    background-color: #AFD392;
}

.concept img {
    padding-top: 20px;

}

.concept p {
    line-height: 1.7;
}


/*（ブラウザ幅が730px以上のとき、治療のガイコツくん〜改行なし）*/

@media (min-width:730px) {
    .concept .concepttext {
        display: none;
    }
}
/**/


/*商品例*/
.product {
    padding-top: 150px;
}

.product img {
    width: 60%;
    padding-top: 20px;

}

.product p {
    font-size: 2rem;
}

.product span {
    font-size: 1.6rem;
}


/*カイロプラクティックのもうひとつのロゴと治療院写真*/
.caption {
    max-width: 1000px;
    padding-top: 100px;
    margin: 0 auto;
}

.caption ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.caption li {
    width: 50%;
    padding-left: 30px;
}



/*一番下の説明 */

.text h3 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}
.text{
    padding: 0 7vw;
}

.home {
    font-size: 2rem;
    margin-top: 60px;
    padding-bottom: 30px;
    padding: 40px 7vw;
    background-color: #F3CD7A;
}