@charset "utf-8";

/* スマホ・タブレット・PCに適用されるレイアウト */

div#content {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
}

/* タイトル */
div#title_name {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px;
}

div#title_01 {
    font-size: 5.5vw;
    margin: 0 10px;
}

div#title_02 {
    font-size: 12px;
    margin: 0 10px;
}

/* 写真 */

div#work_image01 {
    width: 100%;
    text-align: left;
    margin: 0 10px;
}

div#work_image01 > img {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    height: auto;
}

div#work_image01 > form > input {
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    height: auto;
}

div#work_image02 {
    width: 100%;
    text-align: left;
    margin: 0 10px;
}

div#work_image02 > img {
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    height: auto;
}

/* スペーサー設定 */
div#spacer_01 > img {
    width: 100%;
    height: 75px;
}

div#spacer_02 > img {
    width: 100%;
    height: 10px;
}

/* 区切り線 */
hr#address_divider_left {
    margin: 10px 0;
}

/* ライン */
hr#address_divider {
    margin: 10px 0;
}

/* 各種タイトル設定 */
div#item_title {
    font-size: 15px;
    line-height: 2em;
    margin: 0 10px;
}

/*　左側　*/
/* description */
div#description {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
}

div#description_1 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}


/* OFFICE */
div#address {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

div#status_1 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#status_2 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#address_jpn-1 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#address_jpn-2 {
    font-size: 14px;
    line-height: 2em;
    margin: 0 10px;
}

div#address_eng-1 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#address_eng-2 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

/*　PROFILE　*/
div#profile {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

div#profile_data01 {
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 10px 5px 10px;
}

div#profile_data02 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data03 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data04 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data05 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data06 {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0 10px 10px 10px;
}

div#profile_data07 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data08 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data09 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data10 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data11 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#profile_data12 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

/*　CONTACT */
div#inquiry-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 20px 20px 20px;
}

div#inquiry-form_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 10px;
}

div.form-item {
    width: 100%;
}

div.form-item_title {
    width: 100%;
    text-align: left;
    padding: 0 10px;
}

div.form-item_title > span.eng-title {
    font-size: 10px;
}

div.form-item_input {
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 2px 10px 5px 10px;
}

div.form-item_input > input {
    width: 100%;
    max-width: 400px;
    height: 30px;
    font-size: 20px;
    border: 1px solid #E2E2E2;
}

div.form-item_input > textarea {
    width: 100%;
    max-width: 400px;
    height: 100px;
    font-size: 20px;
    border: 1px solid #E2E2E2;
}

div.form-required-hint {
    font-size: 12px;
    text-align: left;
    padding: 2px 10px;
}

div.form-submit-buttons {
    max-width: 400px;
    margin-top: 10px;
    text-align: center;
}

div.form-submit-buttons > button {
    width: 100px;
    height: 50px;
    outline: 0;
    font-size: 10px;
    color: #888;
    font-family: 'TP国立公園明朝L';
    background-color: #FFF;
    border: 1px solid  #888;
}

/*　右側　*/
/* WORKS */
div#work_01 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}


div#work_01_title {
    font-size: 16px;
    line-height: 2em;
    margin: 0 10px;
}

div#work_01_details01 {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#work_01_details02 {
    font-size: 11px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#work_01_details03 {
    font-size: 10px;
    line-height: 1.8em;
    margin: 0 10px;
}

div#work_01_details04 {
    font-size: 11px;
    line-height: 1.8em;
    margin: 0 10px;
    text-align: right;
}

/* *********************************************************************************** */

/* タブレット・PCに適用されるレイアウト */

@media screen and (min-width: 481px) {

    div#title_01 {
        font-size: 30px;
        margin: 0 10px;
        letter-spacing: 10px;
    }
    
    div#title_02 {
        font-size: 12px;
        margin: 0 10px;
    }

    hr#address_divider_left {
        margin: 10px 0;
    }

}

/* PCに適用されるレイアウト */

@media screen and (min-width: 769px) {

    div#content-title {
        width: 100%;
    }

    div#content-left {
        width: 62%;
        float: left;
    }

    div#content-right {
        width: 38%;
        float: right;
    }

    div.partition{
        clear:both;
        height: 20px;
    }

    hr#address_divider_left {
        margin: 10px 200px 10px 0;
    }

}
