/* CSS Document */
/*************************************************************/

body{
    -webkit-text-size-adjust: 100%;/* iPhoneフォントサイズ回避 */
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP",Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-weight: normal;
}

img{
    border: none;
    vertical-align:top;
}

h1,h2,p,span{
    color: #333;
}

a{
    color: #333;
    text-decoration: none;
}

a:hover{
    opacity: 0.7;
    text-decoration: none;
    filter: alpha(opacity=70);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
a:hover img{
    filter: alpha(opacity=70);        /* ie 6 7 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

/*-- 768px以上 --*/
@media all and (min-width: 769px){

section#first{
    margin: 125px 0 0;
}

}

ul{
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

p{
    margin: 0 auto;
    text-align: left;
    line-height: 1.9;
    font-weight: normal;
    word-wrap: break-word;
}

@media only all and (min-width: 769px) {
    p{font-size: 0.9em;}
}

/*------------------
ヘッダ
--------------------*/

header{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,1);
    z-index: 999;
    /* box-shadow */
    box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -webkit-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
    -moz-box-shadow:rgba(138, 138, 138, 0.2) 1px 1px 4px 0px;
}

header:after {
    content: '';
    display: table;
    clear: both;
}

header .button {
    display: none;
}


/*--ロゴ--*/
header .logo {
    margin: 0 auto;
    width: 140px;
    height: auto;
}

header .logo img{
    width: 100%;
    height: 100%;
    padding: 10px 0;
}


/*-- 768px以上 --*/
@media only all and (min-width: 769px) {

/*__ヘッダーエリア__*/
header {
    width: 100%;
    min-width: 960px;
    height: 90px;
    margin: 0 0 40px 0;
    text-align: center;
    background-color: rgba(255,255,255,1);
}

header #header-area {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


header .logo {
    position: relative;
    top:2px;
    margin: 0 auto;
    text-align: center;
    width: 180px;
    height: auto;
}

header .logo img{
    height: 100%;
}

nav{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}


/*-- ヘッダ-バナー --*/

ul#header_bnr{
    position: absolute;
    display: block;
    top: 7px;
    left: 136px;
}

ul#header_bnr li{
    display: inline;
}

ul#header_bnr li:nth-child(2){
    margin-left: 2px;
}

#bnr_bri_sp img{
    width: 37px;
    height: auto;
}

#bnr_bri_pc a{
    display: none;
}

/*-- 320pxまで --*/
@media only all and (max-width: 320px) {

ul#header_bnr{
    top: 10px;
}

#header_bnr li.tel_bnr_sp img{
    width: 100px;
    height: auto;
}

#bnr_bri_sp img{
    width: 30px;
    height: auto;
}
}

/*-- 600px以上 --*/
@media screen and (min-width:601px) {

ul#header_bnr{
    top: 8px;
    left: 144px;
}

ul#header_bnr li:nth-child(2){
    margin-left: 5px;
}


#bnr_bri_sp img{
    width: 37px;
    height: auto;
}
}

/*-- 768px未満 --*/
@media screen and (max-width:768px) {
    #header_bnr li.tel_bnr_sp img{
        width: 130px;
        height: auto;
    }
    #header_bnr li.tel_bnr_pc img{
        display: none;
    }
}
/*-- 768px以上 --*/
@media only all and (min-width: 769px) {

ul#header_bnr{
    position: absolute;
    top: 10px;
    left: 67%;
}

#header_bnr li.tel_bnr_pc img{
    width: 192px;
    height: auto;
}
#header_bnr li.tel_bnr_sp img{
    display: none;
}

#bnr_bri_sp a{
    display: none;
}

#bnr_bri_pc a{
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 13px;
    color: #937e3f;
    line-height: 1.4;
    padding-top: 5px;
}
}

/*-- 960px以上 --*/
@media screen and (min-width:960px) {

ul#header_bnr{
    position: absolute;
    top: 10px;
    left: 68%;
}

#header_bnr li.tel_bnr_pc img{
    width: 192px;
    height: auto;
}
#header_bnr li.tel_bnr_sp img{
    display: none;
}
}

@media screen and (min-width:1024px) {
ul#header_bnr{
    left: 69%;
}
}

@media screen and (min-width:1280px) {
ul#header_bnr{
    left: 72%;
}
}

@media screen and (min-width:1366px) {
ul#header_bnr{
    left: 70%;
}
}

@media screen and (min-width:1440px) {
ul#header_bnr{
    left: 66%;
}
}


@media screen and (min-width:1920px) {
ul#header_bnr{
    left: 65%;
}
}

@media screen and (min-width:2560px) {
ul#header_bnr{
    left: 62%;
}
}


/*------------------
フッター
--------------------*/

footer.-form{
    background-color: #eef3f6;
    width: 100%;
    margin: 30px 0 auto;
    padding: 0 0 70px 0;
    box-sizing: border-box;
    text-align: center;
}

footer.-form .logo {
    margin: 0 auto;
    width: 140px;
    height: auto;
}

footer.-form .logo img{
    height: 100%;
}

footer.-form p{
    text-align: center;
    font-size: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
}

footer.-form p.info{
    font-size: 1em;
}

footer.-form img{
    padding: 10px 0 20px;
}

footer.-form span.newline{
    display: block;
}

footer.-form ul.menu{
    margin: 20px 0 0;
}

footer.-form ul.menu li{
    display: inline-block;
    margin: 3px 0 0;
}

footer.-form ul.menu li a{
    font-size: 0.8em;
    padding: 5px 5px 5px 3px;
    box-sizing: border-box;
    display: inline;
    line-height: 1.2;
}

footer.-form ul.menu li:first-child::before{
    content: '| ';
    font-size: 0.8em;
}

footer.-form ul.menu li::after{
    content: ' | ';
    font-size: 0.8em;
}

footer.-form .copy{
    font-size: 1em;
    text-align: center;
    margin: 15px 0 0;
    padding: 0 0 5px;
}

footer.-form p.bnr_mid{
    display: block;
    text-align: center;
    margin: 5px 0 0;
    padding: 0;
}

footer.-form p.bnr_mid_pc{
    display: none;
}

/*-- 960px以上 --*/
@media all and (min-width: 769px){

footer.-form p {font-size: 0.9em;}

footer.-form p.info{
    font-size: 1em;
}

footer.-form span.newline{
    display: inline;
}

footer.-form span.newline::after{
    content: '　';
}

footer.-form ul.menu li a{
    font-size: 1em;
    padding: 10px 5px 10px 3px;
    letter-spacing: 1px;
}

footer.-form .copy{
    font-size: 1em;
}

footer.-form p.bnr_mid{
    display: none;
}

footer.-form p.bnr_mid_pc{
    display: block;
    text-align: center;
    margin: 5px 0 0;
    padding: 0;
}

}


/*-- 1280px以上 --*/
@media all and (min-width: 1281px){

    footer.-form .logo {
        width: 170px;
        height: auto;
    }

    footer.-form p{
        font-size: 1em;
        margin-bottom: 0;
    }

    footer.-form ul.menu li a{
        font-size: 1em;
        padding: 10px 5px 10px 3px;
    }

    footer.-form .copy{font-size: 1em;}

}

/*------------------
グーグルフォント
--------------------*/
/* notofont */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* M+ 1p */
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
/* こころ明朝 */
@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
/* さわらび明朝 */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* さわらびゴシック */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);

.wf-mplus1p { font-family: "Mplus 1p"; }
.wf-kokoro { font-family: "Kokoro"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }
.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }