@charset "utf-8";

/* CSS Document */
/*ctr chift /*/
html {
    font-size: 62.5%;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans CJK JP"),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansCJKjp-Regular.otf) format('opentype');
}

body {
    background-image: url("../img/category/cover.png");

    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

    /*font-family: 'Noto Sans JP', 'Open Sans',sans-serif;*/
    color: #bea568;
    font-size: 1.6rem;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

ul {
    list-style: none;

}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #bea568;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
}

a.anchor {
    display: block;
    padding-top: 75px;
    margin-top: -75px;
}

section {
    margin-bottom: 180px;
}

.b-font {
    font-size: 2.4rem;
}

.h-space {
    padding-bottom: 18px;
}

.text-center {
    text-align: center;
}


.wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    padding-top: 10px;
    padding-left: 45px;
    padding-bottom: 10px;
    padding-right: 45px;
    background-color: #bea568;
    color: #FFF;
    border-radius: 10px;

    spacing: 0.1;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
}

.subtitle {
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 20px;
    /* aboutで修正 */
}


/*---------------------

header

----------------------*/
.header {
    margin-top: 90px;
    margin-bottom: 40px;
}

.header-inner {
    display: flex;
    justify-content: space-around;
}

.header-info {
    display: flex;
}

.nav-list {
    display: flex;
}

.btn-trigger {
    display: none;
}

.header-information {
    /*width: 257px;*/
    /*letter-spacing:0.05;*/
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.0;
}

.nav-list {
    margin-left: 56px;
    /*width:515px;  */
    /* nav-listの幅を決めないとどこにアイコンが来るかが決まらないので決める. */
    display: flex;
    justify-content: center;
}

.nav-img {
    height: 70px;
    /* heightを設定しないと文字の位置がそろわない。原因はアイコンのサイズがバラバラだから。文字とセットにするならアイコンのサイズはもちろん、文字が何px使うかも考えて画像化しないと上手くいかないne */
    margin-left: 12px;
    /* 1個１個のアイコンの右側マージンを設定することで一定の間隔で並んでいるように見せる。ただし現状はお知らせの右側にもマージン入れちゃった */
    margin-top: 60px;
}

/*---------------------

works (worksで追加)

----------------------*/
#works-title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 40px;
}

#milk-title {
    margin-bottom: 30px;
}

#milk_left {
    width: 55%;
}

#milk_right_frame {
    width: 30%;
}

#milk_left h2 {
    font-size: 2rem;
}

#milk_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 56px;
}

.milk_message1 p {
    line-height: 3rem;
}

.milk_message1 {
    margin-bottom: 20px;
}

.msg-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.milk_message2 {
    width: 60%;
    margin-top: 0px;
    margin-bottom: 50px;
    margin-left: 40px;
    border: solid 1px #bea568;
    border-radius: 10px;
}

.milk_message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;
}

.milk_img_sp {
    display: none;
}


#s-care-title {
    margin-bottom: 30px;
}

#s-care_wrapper h2 {
    font-size: 2rem;
}

#s-care_left {
    width: 30%;
}

#s-care_right {
    width: 55%;
}

#s-care_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 56px;
}

.s-care_message1 p {
    line-height: 3rem;
}

.s-care_message1 {
    margin-bottom: 20px;
}

.s-care_message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;
}

.s-care_message2 {
    margin-top: -50px;
    margin-bottom: 100px;
    margin-left: 412px;
    border: solid 1px #bea568;
    border-radius: 10px;
}

.s-care_img_sp {
    display: none;
}

#r-care_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 56px;
    margin-bottom: 30px;
}

#r-care_wrapper h2 {
    font-size: 2rem;
}

#r-care_title {
    margin-bottom: 15px;
}

#r-care_title p {
    line-height: 1.5rem;
}

#r-care_left {
    width: 55%;
    line-height: 3;
}

#r-care_right {
    width: 30%;
}

.r-care_img_sp {
    display: none;
}

#r-care_message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;

}

#r-care_message2 {
    width: 60%;
    margin-top: -200px;
    margin-bottom: 100px;
    margin-left: 40px;
    border: solid 1px #bea568;
    border-radius: 10px;
}


#gairai-wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 30px;
}

#gairai-left {
    width: 55%;
    line-height: 3rem;
}

#gairai-right {
    width: 30%;
}

#garirai-wrapper h2 {
    font-size: 3rem;
}

#gairai-title {
    margin-bottom: 15px;
    font-size: 2rem;
}

#gairai-message1 {
    line-height: 3rem;
    margin-bottom: 15px;
}

#gairai-message2 {
    width: 60%;
    margin-top: -200px;
    margin-bottom: 150px;
    margin-left: 40px;
    border: solid 1px #bea568;
    border-radius: 10px;

}

#gairai-message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;

}

.gairai-img-sp {
    display: none;
}

#i-care-wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 56px;
    margin-bottom: 30px;
}

#i-care-left {
    width: 30%;
}

#i-care-right {
    width: 55%;
    line-height: 3rem;
}

#i-care-wrapper h2 {
    font-size: 2rem;
}

#i-care-title {
    margin-bottom: 15px;
}

#i-care-message1 {
    line-height: 3rem;
    margin-bottom: 15px;
}

#i-care-message2 {
    margin-top: -150px;
    margin-bottom: 100px;
    margin-left: 412px;
    border: solid 1px #bea568;
    border-radius: 10px;
}

#i-care-message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;
}

.i-care-img-sp {
    display: none;
}

#w-health-wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 56px;
    margin-bottom: 30px;
}

#w-health-left {
    width: 30%;
}

#w-health-right {
    width: 55%;
}

#w-health-wrapper h2 {
    font-size: 2rem;
}

#w-health-title {
    margin-bottom: 15px;
}

#w-health-message1 {
    line-height: 3rem;
    margin-bottom: 15px;
}

#w-health-message2 {
    margin-top: -150px;
    margin-bottom: 100px;
    margin-left: 412px;
    border: solid 1px #bea568;
    border-radius: 10px;

}

#w-health-message2 p {
    line-height: 1.5rem;
    padding: 5px 0 5px 10px;
}

.w-health-img-sp {
    display: none;
}

/*---------------------

footer

----------------------*/
.footer {
    position: relative;
}

.footer-navlist {
    margin-top: 90px;
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.guide {
    display: none;
}

.guide p {
    padding-bottom: 16px;
}

footer p {
    padding-top: 56px;
    padding-bottom: 16px;
}

.map-sp {
    display: none;
}

.btn-pageTop {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 30px;
    width: 44px;
    height: 70px;
    transition: all 0.2s;
}


@media screen and (max-width:750px) {

    /* From common */
    body {
        font-size: 1.6rem;
    }

    .wrapper {
        max-width: 100%;
    }

    .btn {
        padding-top: 15px;
        padding-left: 0;
        padding-bottom: 15px;
        padding-right: 0;
    }

    .b-font {
        font-size: 1.6rem;
    }

    /*---------------------

    header
    ----------------------*/
    .header {
        margin-top: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        box-sizing: border-box;
        width: 100%;
        height: 72px;
        padding: 20px 20px 16px;
        background-color: #fff;
    }

    .rogo {
        max-width: 50px;
        text-align: center;
    }

    .header-information {
        display: none;
        /*visibility:hidden;*/
    }

    /*---------------------

    navigation
    ----------------------*/

    .btn-trigger {
        display: block;
        -webkit-appearance: none;
        /*iphone用*/
        overflow: hidden;
        appearance: none;
        position: fixed;
        top: 24px;
        right: 18px;
        z-index: 110;
        width: 40px;
        height: 20px;
        border: none;
        background-color: #fff;
    }

    .btn-trigger span {
        position: absolute;
        display: block;
        width: 28px;
        height: 1px;
        background-color: #bea568;
        transition: all 0.5s;
    }

    .btn-trigger span:first-of-type {
        top: 0;
    }

    .btn-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .btn-trigger span:last-of-type {
        bottom: 0;
    }

    .btn-trigger.active span:first-of-type {
        transform: rotate(45deg);
        top: 10px;
    }

    .btn-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .btn-trigger.active span:last-of-type {
        transform: rotate(-45deg);
        bottom: 10px;
    }

    .navigation {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 120%;
        /*ｽﾏﾎの特性で下が見えてしまう。慣性スクロールの方式で奥のページが見えないように*/
        z-index: 100;
        /*z-indexの罠　Hｔｍｌで一番前にくるとは限らないposition:fixedのときは必須*/
        background-color: rgba(255, 255, 255, 0.97);

    }

    .nav-list {
        width: 70%;
        margin: 40px auto;
        /*flex-wrap: wrap;
        justify-content: space-between; */
        display: block;
    }

    .nav-img {
        margin-left: 0px;
        margin-top: 20px;
    }

    /* header end */
    #works-title {
        margin-top: 100px;
    }

    #milk_wrapper {
        width: 100%;
        margin-top: 30px;
        flex-direction: row-reverse;
    }

    .milk_img_pc {
        display: none;
    }

    .milk_img_sp {
        display: block;
        text-align: center;
    }

    .msg-wrapper {
        width: 100%;
    }

    .milk_message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    #s-care_wrapper {
        width: 100%;
    }

    .s-care_img_pc {
        display: none;
    }

    .s-care_img_sp {
        display: block;
    }

    .s-care_message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    #r-care_wrapper {
        width: 100%;
        flex-direction: row-reverse;
    }

    .r-care_img_pc {
        display: none;
    }

    .r-care_img_sp {
        display: block;
    }

    #r-care_message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    #gairai-wrapper {
        margin-top: 56px;
        width: 100%;
        flex-direction: row-reverse;
    }

    .gairai-img-pc {
        display: none;
    }

    .gairai-img-sp {
        display: block;
    }

    #gairai-message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    #i-care-wrapper {
        width: 100%;
    }

    .i-care-img-pc {
        display: none;
    }

    .i-care-img-sp {
        display: block;
    }

    #i-care-message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    #w-health-wrapper {
        width: 100%;
    }

    .w-health-img-pc {
        display: none;
    }

    .w-health-img-sp {
        display: block;
    }

    #w-health-message2 {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 5px 10px 5px 10px;
        margin-bottom: 30px;
    }

    /* From Common */
    /*---------------------

    footer

    ----------------------*/
    .footer {
        position: relative;
    }

    .footer-navlist {
        display: none;
    }

    .guide {
        display: block;
        text-align: center;
    }

    .btn-pageTop {
        display: none;
    }

    .pc-hero-img {
        display: none;
    }

    /* From Common end */

}
