@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');/*フォント*/

.p-page__wrap {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', 'Meiryo', sans-serif;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.6;
}
a {
    color: #48a9a6;
}

/* ショップタイトル */
.p-page__wrap .p-shop__header {
    width: auto;
    text-align: center;
    padding: 20px 0;
}
.p-shop__logo {
    width: 35%;
}

/* 戻るボタン */
.c-button__group--sub {
    margin: 10px 0 20px;
    text-align: right;
}
.c-button {
    background: #776A5B;
    color: #fff;
    font-size: 14px;
    padding: .75em 1.5em;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: none;
}
.c-button, .c-button:link, .c-button:hover, .c-button:active, .c-button:visited {
    margin: 0 7px;
    color: #fff;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
}
.c-button:hover {
     background: #9F8E7A;
}

/* 説明部分 */
.c-alert {
    color: #666;
    background: #F9F7F4;
    padding: 20px 35px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}
.c-alert p {
    margin: 0 0 0.5em;
}
.c-alert ul {
	padding: 0 0 0 1em;
    margin: 0.5em 0 0.5em 1em;
}
.c-alert ul li {
    margin: 0.2em 0;
}

/* フォーム部分 */
.c-form__title {
	font-size: 14px;
	padding: 15px 15px 15px 0;
}
.c-form__title--must {
	color: #d1111c;
	font-size: 12px;
}

/* ************ *
 *	スマホ用 CSS *
 * ************ */

h1 {
  width: auto;
  text-align: center;
  margin: 0;
  padding: 20px 10px;
}

/* タイトル下のコンテナ部 */
.base01.p-page__container {
  margin: 0 auto;
  width: auto;
  padding: 20px;
}

/* タイトル下のコンテナ部のインナー */
.p-page__body {
  color: #222;
}

/* ショップへ戻るリンク */
.back_shop_link {
  margin: 20px 0 30px;
  text-align: right;
}

.back_shop_link a {
  background: #776A5B;
  line-height: 1;
  font-size: 13px;
  padding: .75em 1.5em;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: none;
}

.back_shop_link a,
.back_shop_link a:link,
.back_shop_link a:hover,
.back_shop_link a:active,
.back_shop_link a:visited {
  margin: 0 7px;
  color: #fff;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}

/* エラーBOX */
.errorbox {
  background: #feedeb;
  padding: 20px;
  color: #d1111c;
  font-weight: bold;
  text-align: left;
  margin: 30px 0;
  line-height: 1.6;
}

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

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

/* 見出し */
.tit_contact {
  color: #222;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 10px 0 30px;
  line-height: 1.5;
}


/* お問い合わせフォーム説明 */
.txt_contact_desc {
  color: #666;
  background: #F9F7F4;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}


/* フォームコンテンツ */
.group_form {}

/* フォームコンテンツラベル */
.group_form dt {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding: .5em 0 0;
}

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

/* フォームコンテンツ 入力フォーム */
.group_form dd input {
  width: 100%;
  border: 2px solid #d7dee2;
  margin-top: 0;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em .5em;
  font-size: 16px;
  -webkit-appearance: none;
}

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

/* フォームコンテンツ テキストフォーム */
.group_form dd textarea {
  font-size: 16px;
  line-height: 1.4;
  width: 99%;
  height: 200px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: #d7dee2 solid 2px;
  margin-right: 10px;
  -webkit-appearance: none;
}

/* 必須項目マーク */
.note {
  color: transparent;
}

.note:before {
  color: #d1111c;
  font-size: 12px;
  content: '（必須）';
}

.note.mail_confirm {
  color: #d1111c;
  font-size: 12px;
  margin: .3em 0;
  display: block;
}


/* 送信ボタン */
.btn_contact_send {
  margin: 20px 0;
}

.btn_contact_send input {
  background-color: #2196f3;
  padding: 1em 0;
  margin: 20px 0;
  color: #fff;
  border: none;
  font-size: 14px;
  text-decoration: 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;
  text-align: center;
  width: 100%;
}

.btn_contact_send input[disabled] {
  background: #d0d8dc;
  color: #eff2f4;
  cursor: default;
  box-shadow: none;
}

/* 戻るボタン */
.btn_back_shop {
  margin: 20px 0;
  text-align: center;
}

.btn_back_shop input {
  background: #eff2f4;
  line-height: 1;
  font-size: 16px;
  padding: 1em 3.6em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.1);
  margin: 0 7px;
  color: #35454c;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}

/* ページの先頭へ */
.btn_pagetop {
  text-align: right;
  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 {
  color: #4caf50;
  background: #edf7ee;
  font-weight: bold;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}

/* フッターエリア */
.footer_secure {
  margin: 20px 0;
}

.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;
}