/* TABLE OF CONTENTS:
 *
 * 00 どのサイズでも共通で適用されるスタイル
 * 01 幅 768px 未満
 *    - フォントサイズと行送り
 * 02 幅 480px 以上
 * 03 幅 768px 以上
 *    - フォントサイズと行送り
 *    - 見出しデザイン
 *    - 基本パーツ
 * 04 幅 880px 以上
 * 05 幅 1072px 以上
 * 06 幅 1264px 以上
 */

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * どのサイズでも共通で適用されるスタイル
 */

/*基本レイアウト*/
.css-br {
    display: block;
}

.ta-c {
    text-align: center;
}

#main .outer {
    padding-bottom: 0;
    padding-top: 0;
}

/*レイアウトリセット*/
.box > *:not(:first-child),
.box p {
    margin: 0 0 0;
}

/*ビルボード*/
.site-main #mainImg {
    background-color: #e9e4d4;
    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/other-bil.png);
    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/other-bil.png);
    background-position: left top, center, 130% center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto, auto 100%;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}

.site-main #mainImg h1 {
    color: #333;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}


/*会社情報テーブル*/
.box .catch {
    margin: 30px 0;
    text-align: center;
    font-size: 0.925rem;
    font-weight: 700;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

table th {
    border-bottom: 1px solid #d4ab3c;
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGP明朝B, serif;
    width: 24%;
}

table td {
    border-bottom: 1px solid #ccc;
}

/*地図ボタン*/
.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;
}

/* --------------------------------------------------------------------------------------------------------
   01
 *
 * 幅 768px 未満
 */
@media screen and (max-width: 767px) {}

/* 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;
        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/other-bil.png);
        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/other-bil.png);
        background-position: left top, center, right center;
        background-repeat: no-repeat;
        background-size: auto 100%, auto, auto 100%;
    }

    .site-main #mainImg h1 {
        font-size: 48px;
        height: 200px;
    }

    .box .catch {
        margin: 60px 0;
        text-align: center;
        font-size: 1.375rem;
        font-weight: 700;
        font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    }
}

/* 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) {}

/* End 1100px Desktop Medium */
