﻿/*********************
    ページ設定
**********************/
/* 全体 */
body {
    margin: 0;
    font-size: 0.95em;
}
/* 最大幅指定 */
.max_width {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

/*********************
    基本
**********************/
/* 見出し */
h2 {
    background-color: #767676;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    font-size: 1.8em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

h3 {
    margin-top: 0.8em;
    margin-bottom: 0.4em;
    font-weight: normal;
    font-size: 1.5em;
    padding: 0;
}

    h3:before {
        content: "◆ ";
    }

h4 {
    font-size: 1.2em;
    font-weight: normal;
    padding: 0;
    margin: calc(1em / 1.2) 0;
}
/* 段落 */
p {
    margin: 0 1em 0.5em 1em;
}
/* イメージ */
img {
    max-width: 100%;
}
/* リンク */
a {
    text-decoration: none;
    color: #337ab7;
}

    a:hover {
        text-decoration: underline;
    }

    a img:hover {
        opacity: 0.7;
    }

ol, ul {
    margin-top: 0;
    padding-right:1em;
}
/*********************
    クラス
**********************/
/* 幅分け */
.width_1_1,
.width_1_1_1,
.width_1_1_1_1,
.width_1_2,
.width_2_1,
.width_1_3,
.width_3_1,
.width_1_5,
.width_5_1,
.width_7_5 {
    letter-spacing: -.4em;
}

    .width_1_1 > div,
    .width_1_1_1 > div,
    .width_1_1_1_1 > div,
    .width_1_2 > div,
    .width_2_1 > div,
    .width_1_3 > div,
    .width_3_1 > div,
    .width_1_5 > div,
    .width_5_1 > div,
    .width_7_5 > div {
        display: inline-block;
        letter-spacing: normal;
    }

    .width_1_1 > div,
    .width_1_1_1 > div,
    .width_1_1_1_1 > div,
    .width_1_2 > div,
    .width_2_1 > div,
    .width_1_3 > div,
    .width_3_1 > div,
    .width_1_5 > div,
    .width_5_1 > div,
    .width_7_5 > div {
        margin-right: 1em;
    }

        .width_1_1 > div:last-child,
        .width_1_1_1 > div:last-child,
        .width_1_1_1_1 > div:last-child,
        .width_1_2 > div:last-child,
        .width_2_1 > div:last-child,
        .width_1_3 > div:last-child,
        .width_3_1 > div:last-child,
        .width_1_5 > div:last-child,
        .width_5_1 > div:last-child,
        .width_7_5 > div:last-child {
            margin-right: 0;
        }

    .width_1_1 > div {
        width: calc((100% - 1em) / 2);
    }

    .width_1_1_1 > div {
        width: calc((100% - 2em) / 3);
    }

    .width_1_1_1_1 > div {
        width: calc((100% - 3em) / 4);
    }

    .width_1_2 > div:first-child,
    .width_2_1 > div:last-child {
        width: calc((100% - 1em) / 3);
    }

    .width_1_2 > div:last-child,
    .width_2_1 > div:first-child {
        width: calc((100% - 1em) * 2 / 3);
    }

    .width_1_3 > div:first-child,
    .width_3_1 > div:last-child {
        width: calc((100% - 1em) / 4);
    }

    .width_1_3 > div:last-child,
    .width_3_1 > div:first-child {
        width: calc((100% - 1em) * 3 / 4);
    }

    .width_1_5 > div:first-child,
    .width_5_1 > div:last-child {
        width: calc((100% - 1em) / 6);
    }

    .width_1_5 > div:last-child,
    .width_5_1 > div:first-child {
        width: calc((100% - 1em) * 5 / 6);
    }

    .width_7_5 > div:first-child {
        width: calc((100% - 1em) * 7 / 12);
    }

    .width_7_5 > div:last-child {
        width: calc((100% - 1em) * 5 / 12);
    }


/* 文字よせ */
.t_right {
    text-align: right;
}

.t_left {
    text-align: left;
}

.t_center {
    text-align: center;
}

div.v_center_all div, .v_center {
    vertical-align: middle;
}

div.v_top_all div, .v_top {
    vertical-align: top;
}

/* クリア */
.clear {
    clear: both;
}

/* h3先頭揃え */
.top_0 {
    margin-top: 0;
}

strong{
    font-weight:normal;
    font-size:1.5em;
}

/******************************
    ヘッダー、メニュー固定
******************************/
#fix_frame {
    width: 100%;
    position: fixed;
    background-color: #ffffff;
}
/******************************
    ヘッダー
******************************/
header {
    padding-top: 1em;
    position: relative;
}

    header h1 {
        float: left;
        max-width: 400px;
        margin: 0;
    }
    header #no {
        position:absolute;
        top:1em;
        right:0;
    }
    header #language_list {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    header #language_list img {
        width:1.2em;
        vertical-align:text-top;
    }

    header #language {
        width: 8em;
    }

/******************************
    トップ
******************************/
p.notice1 {
    font-size: 2.5em;
    margin: 0;
    padding-top: 0.5em
}

p.notice2 {
    font-size: 1.5em;
    margin: 0;
    padding-bottom: 1em;
}

/******************************
    メニュー
******************************/
nav {
    background-color: #222222;
    color: #9d9d9d;
}

    nav ul {
        display: table;
        margin: 0 0 0 auto;
        padding: 0;
    }

        nav ul li {
            display: table-cell;
        }

            nav ul li a {
                display: block;
                padding: 1em;
                color: #9d9d9d;
                text-decoration: none;
            }

                nav ul li a:hover {
                    color: #ffffff;
                    text-decoration: none;
                }

/* スマホ表示 */
@media (max-width:1010px) {
    nav {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* メニューボタン */
    #burger {
        width: 40px;
        height: 30px;
        border: solid 1px#9d9d9d;
        border-radius: 3px;
        text-align: center;
        position: relative;
        margin: 0 0 0 auto;
    }

        #burger:hover {
            cursor: pointer;
        }

        #burger span {
            width: 26px;
            height: 2px;
            background-color: #ffffff;
            border-radius: 10px;
            position: absolute;
            right: 7px
        }

            #burger span:nth-child(1) {
                top: 6px;
            }

            #burger span:nth-child(2) {
                top: 14px;
            }

            #burger span:nth-child(3) {
                top: 22px;
            }
    /* メニューリスト */
    nav ul {
        display: initial;
    }

        nav ul li {
            display: initial;
        }

            nav ul li a {
                padding: 0.5em;
            }
}
/******************************
    営業案内
******************************/
/* 特別企画 */
.special_plane {
    border: solid 3px #000000;
    padding: 1em 0.5em;
}

    .special_plane h3 {
        margin: 0 1.2em;
        font-size: 2.2em;
    }

        .special_plane h3:before {
            content: none;
        }

        .special_plane h3 span {
            background: linear-gradient(transparent 60%, #ffadad 0%);
        }

    .special_plane h4 {
        font-size: 2em;
        margin-top: 1em;
        margin-bottom: 0;
    }

    .special_plane p {
        margin: 1em;
        font-size: 1.8em;
        color: blue;
        line-height: 99%;
        margin-top: 0;
    }

    .special_plane a.pnf {
        display: block;
        margin: auto;
        max-width: 40%;
        padding: 0.25em 0;
        text-decoration: none;
        color: #FFF;
        background: #fd9535;
        border-bottom: solid 2px #d27d00;
        border-radius: 4px;
        box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
        font-weight: bold;
        font-size: 1.5em;
    }

        .special_plane a.pnf:active {
            border-bottom: solid 2px #fd9535;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
        }
/* 営業案内 */
dl.sale_dl {
    margin: 1em;
}

    dl.sale_dl dt {
        font-weight: bold;
        margin-top: 1em;
    }

        dl.sale_dl dt:before {
            content: "■"
        }

    dl.sale_dl dd {
        margin-left: 1.5em;
    }

/******************************
    インスタグラム
******************************/
#insta {
    border: solid 1px #767676;
    border-radius: 0.5em;
    padding: 1em;
}
    #insta p {
        font-weight: bold;
        margin: 0 0.1em;
        color: #000000;
    }
    #insta a:hover {
        text-decoration: none;
    }

/******************************
    料金予約
******************************/
.tel {
    display: table;
    text-align: center;
    width: 100%;
}

    .tel div {
        display: table-cell;
    }

    .tel img {
        width: 60px;
        height: 60px;
        vertical-align: middle;
    }

    .tel span {
        font-size: 1.2em;
        vertical-align: middle;
    }

/******************************
    安全への取り組み
*******************************/
/* テーブル */
table.safe_table {
    width: calc(100% - 1.5em);
    border-collapse: collapse;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right:0.5em;
}

    table.safe_table caption {
        text-align: left;
        font-size: 1.2em;
        margin: 0.5em 0;
    }

    table.safe_table tr {
        border-top: 1px solid #D3D3D3;
    }

    table.safe_table td {
        font-weight: normal;
        padding: 0.5em 0 0.5em 1em;
        word-break: break-all;
        padding-left: 1em;
        padding-right: 0;
    }


/******************************
    会社概要
*******************************/
/* 会社概要 */
dl.company_dl {
    margin: 1em;
}

    dl.company_dl dt {
        margin-top: 1em;
    }

        dl.company_dl dt:after {
            content: "：";
        }

    dl.company_dl dd {
        margin-left: 1em;
    }
/* 沿革 */
table.company_table {
    width: calc(100% - 1em);
    border-collapse: collapse;
    margin-top: 1em;
    margin-left: 1em;
}

    table.company_table td {
        font-weight: normal;
        padding: 0 0 0 1em;
        vertical-align: top;
    }

        table.company_table td:first-child {
            white-space: nowrap;
        }

/******************************
    フォーム
*******************************/

form {
}

    form label {
        display: block;
        font-weight: bold;
    }

    form input, textarea {
        padding-right: 0.5em;
        padding-left: 0.5em;
    }

        form input[type="text"], form textarea {
            display: block;
            width: 100%;
            box-sizing: border-box;
            border: solid 1px#cccccc;
            margin-bottom: 1em;
        }

        form input[type="text"] {
            height: 2.5em;
        }

    form textarea {
        height: 5em;
    }

    form input[type="submit"] {
        background-color: #337ab7;
        border: solid 1px #2e6da4;
        height: 2.5em;
        color: #ffffff;
        width: 50%;
        font-size: 1.1em;
    }
/***********************
    従業員募集
************************/
div.box {
    display: inline-block;
    border: solid 1.5px #000000;
    padding: 1em;
    margin: 1em;
}

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

footer {
    text-align: center;
    margin: 3em 0;
}

/***********************
    トップボタン
************************/

#jamp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #767676;
    border-radius: 3px;
    display: block;
}

    #jamp div {
        position: fixed;
        bottom: 30px;
        right: 33px;
        content: "";
        width: 10px;
        height: 10px;
        border-top: 3px solid #ffffff;
        border-left: 3px solid #ffffff;
        transform: rotate(45deg);
    }

