/* ==========================================
   せき写真場 お問い合わせフォーム
   style.css
========================================== */

/* =========================
   ページ全体
========================= */

body{
    margin:0;
    padding:0;
    background:#fbfeeb;
    font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}

/* =========================
   コンテナ
========================= */

.container{
    width:92%;
    max-width:700px;
    margin:20px auto;
    background:#ffffff;
    border-radius:10px;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    padding:20px;
    box-sizing:border-box;
}

/* =========================
   タイトル
========================= */

h1{
    text-align:center;
    color:#444;
    margin-bottom:15px;
    font-size:2rem;
}

/* =========================
   必須案内
========================= */

.notice{
    text-align:center;
    color:#cc0000;
    font-size:15px;
    margin-bottom:25px;
    font-weight:bold;
}

/* =========================
   テーブル
========================= */

table{
    width:100%;
    border-collapse:collapse;
}

/* =========================
   左側（項目）
========================= */

th{
    width:170px;
    background:#f2f2f2;
    padding:15px;
    text-align:left;
    border:1px solid #ddd;
}

/* =========================
   右側
========================= */

td{
    padding:15px;
    border:1px solid #ddd;
}

/* =========================
   入力欄
========================= */

input[type=text],
input[type=email],
input[type=tel],
select,
textarea{

    width:100%;
    padding:12px;
    font-size:20px;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;

}

textarea{

    height:220px;
    resize:vertical;

}

/* =========================
   必須マーク
========================= */

.required{

    color:#cc0000;
    font-weight:bold;

}

/* =========================
   ボタン
========================= */

.button{

    text-align:center;
    margin-top:40px;

}

.button input{

    background:#333;
    color:#fff;
    border:none;
    padding:18px 50px;
    font-size:20px;
    cursor:pointer;
    border-radius:5px;
    width:100%;
    margin:15px 0;

}

.button input:hover{

    background:#555;

}

/* =========================
   スマホ
========================= */

@media screen and (max-width:700px){

.container{

    width:94%;
    padding:15px;

}

th,
td{

    display:block;
    width:100%;
    box-sizing:border-box;

}

h1{

    font-size:40px;

}

.button input{

    width:100%;

}

}

.hp{
    display:none !important;
}
