
/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 * 01 幅 768px 未満
 *    - フォントサイズと行送り
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 基本パーツ
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * どのサイズでも共通で適用されるスタイル
 */

/*基本レイアウト*/
.css-br {
    display: block;
}

.css-time{
    display: block;
}

.ta-c{
    text-align: center;

}

.ta-c .text{
    text-align: left;
    display: inline-block;
}

.ta-c h3 {
    margin-top: 2em;
    text-align: center;
}


/*ビルボード*/
.site-main #mainImg {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}
#mainImg > div {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
#mainImg div h1,
#mainImg div p {
    color: #333;
}

/*会社情報の背景*/
.outer.bg {
    background: url(../img/contents/company-bg.png) no-repeat center top 20%;
    padding-bottom: 0 !important;
}

/*会社情報テーブル*/
.outer-table {
    background: rgba(255, 255, 255, 0.8);
    padding: 3% 3% 5%;
}
table th {
    border-bottom: 1px solid #d4ab3c;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP明朝B, serif;
}
table td {
    border-bottom: 1px solid #ccc;
}
table td ul {
    margin-bottom: 0;
}
table td ul li {
    font-size: 14px;
    font-size: .875rem;
    list-style: none;
    margin-top: 0.5em;
}

/*地図ボタン*/
.map {
    display: inline-block;
    padding: 0 1.5em 0 0.5em;
    margin-left: 1em;
    color: #d4ab3c;
    background: #433315;
    background: -webkit-linear-gradient(top, rgba(67,51,21,1) 0%,rgba(36,26,8,1) 100%);
    background: linear-gradient(to bottom, rgba(67,51,21,1) 0%,rgba(36,26,8,1) 100%);
    border-radius: 3px;
    position: relative;
    font-size: 0.8em;
}
.map:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    margin-right: 5px;
}
.map:after {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    content: "\f3c5";
    display: inline-block;
    position: absolute;
    right: 0.4em;
    top: 0;
}

/*googleMap*/
.map-area {
    margin-right: calc( ( 50vw - 50% ) * -1 ) !important;
    margin-left: calc( ( 50vw - 50% ) * -1 ) !important;
    width: 100vw;
    padding: 0;
}
.gmap {
    height: 0;
    overflow: hidden;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*詰め*/
.outer.nagoya {
  padding-bottom: 0 !important;
}

/* 採用情報バナー */
.recruit-banner {
    text-align: center;
}



/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {

    /*基本レイアウト*/
    .ta-c .text {
        margin: 0px 20px;
    }

    /*ビルボード*/
    .site-main #mainImg {
        background-color: #FFF;
        background-size: contain;
        background-position: left bottom;
    }
    .site-main #mainImg h1 {
        padding-top: 3vw;
    }
    .site-main #mainImg h1 + div {
        background: url(../img/contents/company-bil.jpg) center top no-repeat;
        background-size: 100% auto;
        padding-top: 61.7vw;
    }
    .site-main #mainImg h1 + div p img {
        width: 70%;
    }
    
    /*店舗写真*/
    .col-1-2 > div {
        width: 100%;
    }
    .col-1-2 > div:first-child img {
        width: 100%;
    }
    .col-1-2 > div:last-child img {
        width: 49%;
    }
    .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /*googleMap*/
    .gmap {
        padding-bottom: 400px;
    }

}/* End max767px */



/* --------------------------------------------------------------------------------------------------------
   02
 *
 * 幅 480px 以上
 */
@media screen and (min-width: 30em) {

    /*基本レイアウト*/
    .css-br {
        display: inline;
    }

    

    


}/* End 620px Mobile Large */



/* --------------------------------------------------------------------------------------------------------
   03
 *
 * 幅 768px 以上
 */
@media screen and (min-width: 48em) {

    /*ビルボード*/
    .site-main #mainImg {
        background-color: #e9e4d4;
        text-align: left;
        position: relative;
    }
    #mainImg:before {
        background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/company-bil.jpg);
        background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233,228,212,1) 0%,rgba(233,228,212,1) 60%,rgba(233,228,212,0) 70%,rgba(233,228,212,0) 100%), url(../img/contents/company-bil.jpg);
        background-position: left top, center, right center;
        background-repeat: no-repeat;
        background-size: auto 100%, auto, auto 100%;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    #mainImg > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 500px;
        position: relative;
        z-index: 1;
    }

    /*IE11対応*/
    _:-ms-lang(x)::-ms-backdrop, #mainImg > div {
        min-height: auto;
        height: 500px;
    }

    /*会社情報テーブル*/
    .outer-table {
        padding: 3% 10% 5%;
    }
    table td ul li {
        font-size: 18px;
    }

    /*店舗写真*/
    .col-1-2 > div:first-child{
        width: 66.6%;
        height: 100%
    }
    .col-1-2 > div:last-child {
        width: 32%;
        margin-left: auto;
        height: 100%;
    }
    .col-1-2 > div:last-child img:first-child {
        margin-bottom: 4%;
    }

    /*googleMap*/
    .gmap {
        padding-bottom: 700px;
    }


}/* End 740px Tablet Small */



/* --------------------------------------------------------------------------------------------------------
   04
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 55em) {

    /* ここにスタイル */

}/* End 880px Tablet Large */



/* --------------------------------------------------------------------------------------------------------
   05
 *
 * 幅 1072px 以上
 */
@media screen and (min-width: 67em) {

    /* ここにスタイル */

}/* End 955px Desktop Small */



/* --------------------------------------------------------------------------------------------------------
   06
 *
 * 幅 1264px 以上
 */
@media screen and (min-width: 79em) {

    .outer.bg {
        background-size: contain;
    }

}/* End 1100px Desktop Medium */
