@charset "euc-jp";

/* ************************************************
* ------------------------------------------------
*   お問い合わせ CSS
* ------------------------------------------------
* ************************************************ */
#logo_img {
	text-align: center;
}

/* ショップへ戻るリンク */
.back_shop_link {
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 20px 0 30px;
    padding: 0 20px;
}

.back_shop_link a {
    display: inline-block;
    font-size: 11px;
    padding: 10px 20px;
    background: #ddd;
    color: #333;
    text-decoration: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}


/* エラーBOX */
.errorbox{
    background:#FFF url(https://secure.shop-pro.jp/img2/ic_alart.png) no-repeat 10px 7px;
    border:3px solid #FF0000;
    padding:8px 5px 8px 40px;
    color:#FF0000;
    font-weight:bold;
    text-align:left;
    margin:10px 10px 0;
}

/* エラーメッセージ */
.errormsg{
    color:#FF0000;
}


/* お問い合わせコンテンツ セクション */
.contact_wrap {
    margin:10px 0 45px;
    padding: 0 20px;
}


/* 見出し */
.tit_contact {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: serif;
    color: #666;
   	text-align: center;
}

/* お問い合わせフォーム説明 */
.txt_contact_desc {
    margin-bottom: 40px;
    color: #666;
    font-size:14px;
}


/* フォームコンテンツ */
.group_form {
    margin: 0;
}


/* フォームコンテンツラベル */
.group_form dt {
    color: #333;
    font-size:14px;
    font-weight:bold;
    margin-bottom:9px;
}

/* フォームコンテンツ 入力部分 */
.group_form dd {
    margin: 0;
    padding-bottom:25px;
}


/* フォームコンテンツ 入力フォーム */
.group_form dd input {
    font-size:16px;
    width:100%;
    padding:5px 0;
    border: 1px solid #ddd;
}


/* フォームコンテンツ テキストフォームサイズ調整 */
.group_form_comment {
    padding-right:5px;
}


/* フォームコンテンツ テキストフォーム */
.group_form dd textarea {
    font-size:16px;
    width:100%;
    height:200px;
    border: 1px solid #ddd;
}


/* 必須項目マーク */
.note {
    color:#e66b6b;
    font-weight:bold;
    font-size: 0;
}

.note:after {
    content: "(必須)";
    display: inline;
    color: #CB1B45;
    font-size: 12px;
}

.mail_confirm {
    font-size:12px;
    margin:10px 0 5px;
    color:#e66b6b;
    font-weight:bold;
    display:block;
}


/* 送信ボタン */
.btn_contact_send input{
    background-color:#2196f3;
    padding:6px;
    margin:0 auto;
    background: #cb1b45;
    color:#fff;
    border: none;
    font-size:16px;
    text-decoration:none;
    -webkit-transition:0.1s linear all;
    -moz-transition:0.1s linear all;
    -ms-transition:0.1s linear all;
    -o-transition:0.1s linear all;
    transition:0.1s linear all;
    display:block;
    width:212px;
    text-align:center;
}

/* 戻るボタン */
.btn_back_shop input{
    background-color:#FFCC00;
    padding:3px;
    margin:0 auto;
    color:#FFF;
    font-weight:bold;
    font-size:16px;
    text-decoration:none;
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-transition:0.1s linear all;
    -moz-transition:0.1s linear all;
    -ms-transition:0.1s linear all;
    -o-transition:0.1s linear all;
    transition:0.1s linear all;
    display:block;
    width:100px;
    text-align:center;
}


/* ページの先頭へ */
.btn_pagetop {
    text-align:right;
    padding:0 10px;
    background-color:#9b9b9b;
    padding:8px 10px;
}

.btn_pagetop a{
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    background-color:#ffffff;
    text-align:center;
    text-decoration:none;
    padding:5px 8px;
    color:#555555;
    display:block;
    float:right;
    font-weight:bold;
    font-size:12px;
    -moz-box-shadow: 0px 1px 2px #787878;
    -webkit-box-shadow: 0px 1px 2px #787878;
}

/* メッセージ送信済み */
.txt_confirm_msg {
    margin:10px 10px 45px;
}


/* フッターエリア */
.footer_secure {
    margin:0 10px;
    padding-top:15px;
}

.footer_secure address {
    font-style: normal;
    font-size:11px;
    text-align:center;
    font-family:Verdana;
}


/* SSL セキュリティシール */
.secure_seal {
    margin-top:10px;
}

.secure_seal dt {
    float:left;
    width:120px;
    display:block;
    text-align: left;
}

.secure_seal dd {
    display:block;
    margin-left:130px;
    line-height:1.2em;
    color:#999999;
    font-size:10px;
    padding-top:16px;
}

.p-shop__title {
    color: #222 !important;
    font-size: 36px;
    line-height: 1.5;
    font-weight: normal;
}

.page_title {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
}


#logo > a {
    text-decoration: none;
}

span.shop_title {
    display: block;
    text-align: center;
    color: #222;
    font-size: 36px;
    line-height: 1.5;
    font-weight: normal;
}