@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.hira {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gothic {
    font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "メイリオ", sans-serif;
}

.mincho {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #1A1311;
    font-family: "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "メイリオ", sans-serif;
}

body.fixed {
    overflow: hidden;
}

.inner {
    width: 1246px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}


/* HEADER */
#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 18px 0;
    background: #fff;
    transition: box-shadow 250ms linear;
    z-index: 9999;
}
#header.scroll {
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
#header .logo {
    width: 362px;
}

/* CONTENT */
#content {
    width: 100%;
}

/*cont-pageTop*/
.cont-pageTop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 999;
}
.cont-pageTop .pagetotop {
    display: none;
    float: right;
    width: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.cont-pageTop .contact {
    width: 375px;
}

.areaTitle{
    background: #38ADEC;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 15px 0 18px;
}

/* FOOTER */
#footer {
    width: 100%;
    background: rgba(51,51,51,0.95);
    padding: 37px 0 93px;
}
#footer .footLogo {
    width: 184px;
    margin: 0 auto 31.5px;
}
#footer .copyright {
    font-size: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5px;
}

.sp {
    display: none;
}

/* FIX TABLET */
@media (max-width: 1230px) and (min-width: 769px) {
    body {
        width: 1349px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header.scrollX{
        width: 1349px;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 4%;
    }
    #header {
        padding: 10px 0;
    }
    #header .logo {
        width: 250px;
    }
    #header .headerBar .inner{
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    #header .mainMenu{
        display: none;
        height: 100vh;
        background: pink;
    }  
    .hamburger{

    }
}

@media (max-width: 480px) {
    .cont-pageTop .contact {
        width: 100%;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    
}

/*IP5*/
@media(max-width: 320px) {
    
}