@charset "utf-8";
/* CSS Document */

/* ==========================================
    common
========================================== */
.sp {
    display: none;
}

.sans {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
ul.flex {
    display: flex;
}
ul.flex li {
    box-sizing: border-box;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}

a.linkb {
    display: block;
    width: 20em;
    text-align: center;
    color: #705253;
    border: solid 1px #705253;
    border-radius: 5px;
    background-color: transparent;
    transition: all ease .5s;
    line-height: 2.5em;
}
a.linkb:hover {
    background: #705253;
    color: #fff;
}


@media screen and (max-width: 1279px) {
    html {
        font-size: 16px;
    }
    .wrap {
        width: 100%;
        padding: 0 40px;
    }
    h2 {

    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .wrap {
        padding: 0 20px;
    }
    html {
        font-size: 14px;
    }
    h2 {

    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .wrap {
        padding: 0 10px;
    }
    html {
        font-size: 12px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    
}

/* ==========================================
    header
========================================== */


/* ==========================================
    footer
========================================== */


/* ==========================================
    下層ページ共通
========================================== */


.toppic {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: center center / cover no-repeat url(../img/toppic-common.jpg);
}

@media screen and (max-width: 1279px) {
    
    .toppic {
        height: 30vw;
    }
    
}