@charset "UTF-8";
/* import CSS
------------------------------------------*/
@import "reset.css";
html {
  width: 100%;
  height: 100%;
}

body {
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 50px;
}

/* webフォント定義
# 絶対パスで指定して下さい。
------------------------------------------*/
.FontAwesome {
  font-family: "FontAwesome";
}

/* ヘッダー
------------------------------------------*/
header {
  width: 100%;
  top: 0;
  left: 0;
  background-color: black;
}

span.h-note {
  border: 1px solid #360;
  background-color: #E2F1D6;
  color: #360;
  font-size: 11px;
  padding: 5px 10px;
  font-weight: normal;
}

span.ank-multi {
  background-color: #069;
  color: white;
  font-size: 11px;
  padding: 5px 10px;
  font-weight: normal;
  border-radius: 7px;
}

/* コンテンツ
------------------------------------------*/
section.contents h2 {
  word-break: break-all;
}

section.contents h3 {
  word-break: break-all;
  font-weight: normal;
}

section.contents p {
  color: black;
  word-break: break-all;
}

/* 注意書き */
p.sub-desc {
  font-size: 0.95em !important;
  margin: 10px 0;
}

.sp-note {
  background-color: #E6B422;
  color: black;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
}
.sp-note p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* のし */
#item_noshi_etc {
  margin-top: 10px;
  display: none;
}

/* 必須表示 */
h3.required:after {
  content: "必須";
  background-color: #F90;
  color: black;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 7px;
  margin-left: 10px;
  font-weight: normal !important;
}

/* ギフトの制御 */
#gift-check {
  border: 1px solid #d1ce6d;
  background-color: #f7f5bf;
  padding: 10px;
}

/* 確認 */
div.confirm-check {
  border: 1px solid #d1ce6d;
  background-color: #f7f5bf;
  padding: 10px;
  margin-bottom: 30px;
  font-size: 100%;
}
div.confirm-check a {
  color: darkred;
}

#confirm-button {
  font-size: 120%;
  padding: 10px 20px;
}

.confirm-button-container {
  text-align: center;
}

/* 注文者と同じ */
.gift-same {
  font-weight: bold;
  color: darkred !important;
}

/* お支払い料金 */
.total-charge {
  border: 1px solid #CCC;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.total-charge h4 {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px dashed #CCC;
}
.total-charge .item-charge,
.total-charge .post-charge,
.total-charge .daibiki-charge {
  margin-bottom: 20px;
  border: 1px solid #CCC;
  padding: 20px;
}
.total-charge .item-charge .item-charge-name {
  color: darkred;
  font-weight: bold;
  margin-bottom: 10px;
}
.total-charge .price span.uchiwake {
  font-size: 0.8rem;
  margin-left: 10px;
}
.total-charge .grand-total {
  padding: 0 20px;
}
.total-charge .grand-total .grand-total-price {
  font-size: 1.2rem !important;
  color: darkred !important;
  font-weight: bold;
}

/* 送信前の注意書き
------------------------------------------*/
p.note-red {
  background-color: darkred;
  color: white !important;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

p.ank-note {
  border-radius: 10px;
  text-shadow: none !important;
  padding: 1em;
  text-align: center;
  font-size: 0.9em !important;
  position: relative;
  margin-bottom: 10px;
}

p.ank-note:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 10px 0 10px;
}

/* ボタン */
div.btn-commondiv.btn-finish {
  text-align: center;
}

div.btn-common,
div.btn-commonnput[type=button],
div.btn-commonnput[type=submit] {
  text-decoration: none;
  border-radius: 7px !important;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto;
  border: 0;
}

/* 投稿完了 */
div.btn-common a,
div.btn-common input[type=button],
div.btn-common input[type=submit] {
  -webkit-appearance: none;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 0 black;
  text-decoration: none;
  font-size: 1.4em;
  border-radius: 7px !important;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  margin: 0 auto;
  border: 0;
  cursor: pointer;
}

/* 送信前のチェック */
label[for=submit-check] {
  font-size: 1.4em;
  margin-top: 10px;
}

.btn-common.btn-back input {
  background-color: #999;
}
.btn-common.btn-finish input {
  background-color: darkred;
}

.btn-set {
  text-align: center;
  margin-top: 30px;
}

/* エラー
------------------------------------------*/
.false,
.over-limit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 900px;
  margin: 30px auto 20px auto;
  padding: 20px;
  background-color: darkred;
}
.false p,
.over-limit p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.false p:not(:last-child),
.over-limit p:not(:last-child) {
  margin-bottom: 20px;
}

.false {
  text-align: center;
}

/* 終了 */
#ank-img {
  text-align: center;
  margin: 150px 0;
  width: 100%;
}

#ank-img:before {
  font-family: "FontAwesome";
  content: "\aTHANK YOU!!";
  font-size: 100px;
  color: white;
  white-space: pre;
  line-height: 1.5;
  text-shadow: 2px 2px 0 black;
}

/* index.php
------------------------------------------*/
.event-notice {
  background-color: darkred;
  width: 600px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 20px;
}
.event-notice p {
  text-align: center;
  color: white !important;
  font-size: 1.2rem;
}

.flyer {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.flyer img {
  max-width: 100%;
  height: auto;
}

.wip {
  width: 600px;
  max-width: 100%;
  margin: 20px auto 0;
  padding: 20px;
  border: 5px solid #360;
  background-color: antiquewhite;
}
.wip p {
  font-size: 1rem !important;
  line-height: 2rem !important;
}

.note-list {
  width: 600px;
  max-width: 100%;
  margin: 20px auto 30px;
  padding-left: 25px;
}
.note-list li {
  list-style: disc;
  font-size: 1rem !important;
  line-height: 1.8rem !important;
}

.btn {
  text-align: center;
}
.btn button {
  font-size: 1.2rem;
  padding: 10px 20px;
  cursor: pointer;
}

/* font
------------------------------------------*/
.bold {
  font-weight: bold;
}

/* margin
------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* display
------------------------------------------*/
.block {
  display: block;
}

.inline {
  display: inline;
}

/* fontsize */
.font-l {
  font-size: 1.4rem;
}

/* clearfix */
.clearfix,
header {
  *zoom: 1;
}

.clearfix:after,
header:after {
  content: "";
  display: table;
  clear: both;
}

/* ########### 767px以下【スマートフォン+タブレット】 ########### */
@media (max-width: 767px) {
  /* コンテンツ
  ------------------------------------------*/
  section.contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px 20px 20px 20px;
  }

  /* 本文文字サイズ */
  section.contents h2 {
    font-size: 1.7em;
    line-height: 1.6;
  }

  section.contents h3 {
    font-size: 1.4em;
    line-height: 1.6;
  }

  section.contents p {
    font-size: 1.5em;
    line-height: 1.8;
  }

  /* ヘッダ
  ------------------------------------------*/
  header {
    text-align: center;
  }

  header h1 {
    padding: 10px;
    text-align: center;
  }
  header h1 img {
    max-width: 100%;
    height: auto;
  }

  .page-title__inner {
    max-width: 900px;
    margin: 30px auto;
  }
  .page-title__inner ol {
    font-size: 0;
    text-align: center;
  }
  .page-title__inner ol li {
    font-size: 0.7rem;
    display: inline-block;
    padding: 10px;
    margin-left: -1px;
    background-color: #EEE;
    border: 1px solid #CCC;
    color: #666;
    counter-increment: num;
  }
  .page-title__inner ol li.pass {
    background-color: #333;
    border: 1px solid black;
    color: white;
  }
  .page-title__inner ol li::before {
    content: counter(num) ".";
    margin-right: 5px;
  }

  /* テキスト入力欄
  ------------------------------------------*/
  input[type=text], input[type=tel], input[type=email], input[type=number] {
    font-size: 1.1em;
    height: 50px;
  }

  .text-1 {
    width: 100px;
  }

  .text-2 {
    width: 100%;
  }

  .text-3 {
    width: 100%;
  }

  /* 見出し
  ------------------------------------------*/
  section.contents h2 {
    font-weight: bold;
    margin: 1em 0;
    padding: 10px;
    background-color: #333;
    color: white;
  }

  section.contents h3 {
    font-weight: bold;
    margin: 1em 0;
    padding: 10px 5px;
    background-color: #EEE;
  }

  /* セレクトメニュー
  ------------------------------------------*/
  select {
    width: 100%;
    font-size: 1.1em;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
  }

  /* ラジオボタン + チェックボックス
  ------------------------------------------*/
  fieldset[data-role=controlgroup] {
    font-size: 1.1em;
    margin-bottom: 40px;
  }
  fieldset[data-role=controlgroup] .item-price {
    font-size: 1.1em;
    color: darkred;
  }

  fieldset[data-role=controlgroup] label {
    background-color: white !important;
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #CCC;
  }
  fieldset[data-role=controlgroup] label:not(:first-child) {
    margin-top: -1px;
  }
  fieldset[data-role=controlgroup] label p {
    font-size: 0.8em;
  }

  fieldset[data-role=controlgroup] input[type=radio]:checked + label,
fieldset[data-role=controlgroup] input[type=checkbox]:checked + label {
    background-color: darkred !important;
    color: white;
    text-shadow: 1px 1px 0 black;
  }
  fieldset[data-role=controlgroup] input[type=radio]:checked + label p,
fieldset[data-role=controlgroup] input[type=checkbox]:checked + label p {
    color: white;
  }
  .item-sake fieldset[data-role=controlgroup] input[type=radio]:checked + label,
.item-sake fieldset[data-role=controlgroup] input[type=checkbox]:checked + label {
    background-color: #26628e !important;
  }
  .item-meat fieldset[data-role=controlgroup] input[type=radio]:checked + label,
.item-meat fieldset[data-role=controlgroup] input[type=checkbox]:checked + label {
    background-color: #9b1919 !important;
  }

  fieldset[data-role=controlgroup] input {
    display: none;
  }

  /* 酒類 */
  .radio__inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .radio__inner .item-cat-title {
    border: none;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: black;
  }
  .radio__inner .item-cat-title.cat-liquor {
    background-color: #EEE;
  }
  .radio__inner .item-cat-title.cat-sake {
    background-color: #EEE;
  }

  /* ボタン */
  div.btn-next a,
div.btn-next input[type=button],
div.btn-next input[type=submit] {
    font-size: 1.2em;
    width: 100%;
  }

  /* テキストエリア
  ------------------------------------------*/
  textarea {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.2em;
    height: 150px;
  }

  /* 商品の情報
  ------------------------------------------*/
  .item-sake h3 {
    background-color: #26628e !important;
    color: white;
  }

  .item-meat h3 {
    background-color: #9b1919 !important;
    color: white;
  }

  /* 注意書き
  ------------------------------------------*/
  p.note-red {
    font-size: 1em !important;
  }

  /* 応募完了画面
  ------------------------------------------*/
  .finished {
    padding: 30px 0;
  }
  .finished p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .finished p:first-child {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .finished p:not(:last-child) {
    margin-bottom: 20px;
  }
  .finished ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .finished ul li {
    font-size: 1rem;
    line-height: 1.6rem;
    list-style-type: disc;
  }
  .finished ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/* ########### 768px以上【PC】 ########### */
@media (min-width: 768px) {
  /* ヘッダ
  ------------------------------------------*/
  header h1 {
    text-align: center;
    padding: 20px 0;
  }

  .page-title {
    width: 100%;
  }
  .page-title__inner {
    max-width: 900px;
    margin: 30px auto;
  }
  .page-title__inner ol {
    font-size: 0;
    text-align: center;
  }
  .page-title__inner ol li {
    font-size: 0.9rem;
    display: inline-block;
    padding: 10px;
    margin-left: -1px;
    background-color: #EEE;
    border: 1px solid #CCC;
    color: #666;
    counter-increment: num;
  }
  .page-title__inner ol li.pass {
    background-color: #333;
    border: 1px solid black;
    color: white;
  }
  .page-title__inner ol li::before {
    content: counter(num) ".";
    margin-right: 5px;
  }

  /* コンテンツ
  ------------------------------------------*/
  section.contents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 900px;
    margin: 30px auto 20px auto;
    padding: 0 20px 20px;
    border: 1px solid #CCC;
  }

  /* 本文文字サイズ */
  section.contents h2 {
    font-size: 1.6em;
    line-height: 1.6;
  }

  section.contents h3 {
    font-size: 1.2em;
    line-height: 1.6;
  }

  section.contents p {
    font-size: 1em;
    line-height: 1.2;
  }

  /* テキスト入力欄
  ------------------------------------------*/
  input[type=text], input[type=tel], input[type=email], input[type=number] {
    font-size: 1em;
    height: 30px;
  }

  .text-1 {
    width: 80px;
  }

  .text-2 {
    width: 250px;
  }

  .text-3 {
    width: 500px;
  }

  /* 見出し
  ------------------------------------------*/
  section.contents h2 {
    font-weight: bold;
    margin: 1em 0;
    padding: 10px;
    border-radius: 7px;
    color: white;
    background-color: #333;
  }

  section.contents h3 {
    font-weight: bold;
    margin: 1em 0;
    padding: 10px;
    border-radius: 7px;
    background-color: #CCC;
  }

  /* セレクトメニュー
  ------------------------------------------*/
  select {
    width: 250px;
    height: 30px;
    font-size: 1em;
    background-color: white;
  }

  /* ラジオボタン + チェックボックス
  ------------------------------------------*/
  /* ラジオボタン */
  .radio-group .radio__inner .item-cat-title {
    border: none;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: bold;
    color: black;
  }
  .radio-group .radio__inner .item-cat-title.cat-liquor {
    background-color: #EEE;
  }
  .radio-group .radio__inner .item-cat-title.cat-sake {
    background-color: #EEE;
  }
  .radio-group input[type=radio] {
    display: none;
  }
  .radio-group input[type=radio] + label {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #CCC;
    background-color: white;
    display: inline-block;
  }
  .radio-group input[type=radio]:checked + label {
    background-color: darkred;
    color: white;
  }
  .radio-group input[type=radio]:checked + label h4 {
    color: white;
  }
  .radio-group input[type=radio]:checked + label p {
    color: white;
  }
  .item-sake .radio-group input[type=radio]:checked + label {
    background-color: #26628e !important;
  }
  .item-meat .radio-group input[type=radio]:checked + label {
    background-color: #9b1919 !important;
  }
  .radio-group .check-group input[type=checkbox] {
    display: none;
  }
  .radio-group .check-group input[type=checkbox] + label {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #CCC;
    background-color: white;
    display: inline-block;
  }
  .radio-group .check-group input[type=checkbox] + label p {
    color: darkred;
  }
  .radio-group .check-group input[type=checkbox]:checked + label {
    background-color: darkred;
    color: white;
  }
  .radio-group .check-group input[type=checkbox]:checked + label h4 {
    color: white;
  }
  .radio-group .check-group input[type=checkbox]:checked + label p {
    color: white;
  }
  .radio-group .check-group p.note {
    margin-bottom: 20px;
  }

  /* テキストエリア
  ------------------------------------------*/
  textarea {
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 10px;
    height: 100px;
  }

  /* ボタン */
  div.btn-next a,
div.btn-next input[type=button],
div.btn-next input[type=submit] {
    font-size: 1.2em;
  }

  /* 改行させる(afterでbr追加) */
  .br:after {
    content: "\a";
    word-break: break-all;
    white-space: pre;
  }

  /* 商品の情報
  ------------------------------------------*/
  .item-sake h3 {
    background-color: #26628e !important;
    color: white;
  }

  .item-meat h3 {
    background-color: #9b1919 !important;
    color: white;
  }

  /* 応募完了画面
  ------------------------------------------*/
  .finished {
    padding: 30px 0;
  }
  .finished p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .finished p:first-child {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
  }
  .finished p:not(:last-child) {
    margin-bottom: 20px;
  }
  .finished ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .finished ul li {
    font-size: 1rem;
    line-height: 1.6rem;
    list-style-type: disc;
  }
  .finished ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}