@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* 

BASE color:$main-color;
RED : $key-color1;

*/
body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background: #fbf9ea;
  color: #3d2f28;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

a img {
  border: none;
}

a {
  color: #3d2f28;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #3d2f28;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
li {
  list-style: none;
}

i {
  padding: 0 5px;
}

.tablet {
  display: none;
}

.sp {
  display: none;
}

.ssp {
  display: none;
}

/*PC改行加える*/
.br-pc {
  display: inherit;
}

/*PC改行無効*/
.br_sp {
  display: none;
}

.br_ssp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 90%;
  }

  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .tablet {
    display: block;
  }

  .sp {
    display: block;
  }

  .ssp {
    display: none;
  }

  /*SP改行無効*/
  .br-pc {
    display: none;
  }

  /*SP改行加える*/
  .br_sp {
    display: block;
  }

  .br_ssp {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }

  .ssp {
    display: block;
  }

  /*SP改行無効*/
  .br-pc {
    display: none;
  }

  /*SP改行加える*/
  .br_sp {
    display: block;
  }

  .br_ssp {
    display: block;
  }
}
section:after, article:after, dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

main {
  display: block;
}

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

header

************************************/
header {
  height: 0;
  width: 100%;
  padding-top: 34%;
  background-image: url("../../delivery_season/images/xmas_mainimage2025.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 0 50px;
}

@media only screen and (max-width: 600px) {
  header {
    padding-top: 85%;
    /*background-image: url(images/xmas_mainimage-sp.jpg) ;*/
    margin: 0 0 30px;
  }
}
header .text1 {
  position: absolute;
  /*right:8%;
  bottom:5%;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45vw;
  height: 12vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  header .text1 {
    width: 80vw;
    height: 33vw;
  }
}
header .text1 h1 {
  width: 100%;
  max-width: 640px;
}
header .text1 img {
  width: 100%;
  display: block;
}

header .text2 {
  position: absolute;
  /*right:8%;
  bottom:5%;*/
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 36vw;
  height: 25vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  header .text2 {
    width: 70vw;
    height: 52.5vw;
  }
}
header .text2 h1 {
  width: 100%;
  max-width: 500px;
}
header .text2 img {
  width: 100%;
  display: block;
}

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

footer

************************************/
footer {
  background: #97120c;
  color: #fff;
  padding: 50px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  opacity: 0.7;
}

footer h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url(../../delivery_season/images/foot_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 80px;
  width: 270px;
  margin: 0 auto 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  footer h2 a {
    background-image: url(../../delivery_season/images/foot_logo@2x.png);
  }
}
footer h3 strong {
  font-size: 140%;
  padding-left: 15px;
}

footer p {
  font-size: 90%;
  line-height: 2;
  margin: 20px 0 0;
}

footer p small {
  letter-spacing: 0.1em;
  font-size: 70%;
}

@media only screen and (max-width: 1024px) {
  footer h3 {
    font-size: 100%;
  }

  footer h3 strong {
    display: block;
    font-size: 130%;
    padding-left: 0px;
  }
}
/************************************

main common

************************************/
main section {
  margin: 0 auto 80px;
}

main#top section {
  max-width: 1130px;
}

main#cart section {
  max-width: 960px;
}

@media only screen and (max-width: 1024px) {
  main section {
    margin: 0 auto 50px;
  }

  main#top section {
    width: 90%;
  }

  main#cart section {
    width: 90%;
  }
}
main section h2 {
  font-size: 150%;
  letter-spacing: 0.1em;
  background: url(../../delivery_season/images/sen.png) no-repeat center bottom;
  padding: 0 10px 15px;
  display: inline-block;
  margin: 0 0 30px;
}

main section p {
  line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  main section p {
    text-align: left;
  }
}
main section .bt a {
  background: #97120c;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  position: relative;
  font-size: 90%;
  font-weight: bold;
  margin: 10px;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

main section .bt.to_cart a {
  padding: 10px 40px;
  position: relative;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0 30px;
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
}

main section .list {
  display: block;
  /* before Android4.3 iOS6:Safari */
  display: -ms-flexbox;
  /*IE10*/
  /* Safari */
  display: -webkit-box;
  display: flex;
  /* Safari */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main section .list article {
  width: auto;
}

/*IE8▼*/
main section .list article {
  float: left\9 ;
}

/*IE9▼*/
main section .list article:not(:target) {
  float: left¥9;
}

/*IE10▼*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main section .list article {
    float: left !important;
  }
}
/************************************

TOP : copy

************************************/
#copy .chui {
  background: #fff;
  padding: 30px;
  max-width: 700px;
  margin: 30px auto;
}

#copy .chui ul {
  max-width: 700px;
  display: inline-block;
  text-align: left;
  padding-left: 0px;
  line-height: 1.8;
}

#copy .chui ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
}

#copy .chui ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  color: #97120c;
  font-family: "FontAwesome";
  content: "\f14a";
}

#copy .chui ul li strong {
  color: #97120c;
}

@media only screen and (max-width: 1024px) {
  #copy .chui {
    padding: 5%;
  }
}
/************************************

TOP : form

************************************/
/*** season ***/
main#top #form {
  width: 94%;
  max-width: 1200px;
}

#form .waku {
  margin: 60px 0 0;
}

.red {
  color: #97120c;
}

@media only screen and (max-width: 1024px) {
  main#top #form {
    width: 90%;
  }

  #form .waku h2 {
    font-size: 130%;
  }

  #form .waku h2::before,
#form .waku h2::after {
    width: 40px;
    height: 40px;
    top: -5px;
  }

  #form .waku h2::before {
    left: -50px;
  }

  #form .waku h2::after {
    right: -50px;
  }
}
#form .lead h3 {
  font-size: 110%;
  margin: 1em;
}

#form .lead p {
  font-size: 90%;
  margin: 1em;
}

#form .list {
  margin: 20px auto 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#form article {
  width: 31.3%;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0px;
  margin: 0 1% 2%;
  text-align: left;
  line-height: 1.8;
}

#form #etc article {
  width: 31%;
  background: #fff;
  border-radius: none;
  padding: 7px;
  margin: 0 1%;
  text-align: left;
  line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  #form .lead h3 {
    font-size: 100%;
    text-align: left;
  }

  #form article {
    width: 32.3%;
    margin: 0 0.5% 2%;
  }
}
@media only screen and (max-width: 600px) {
  #form article {
    width: 100%;
    margin: 0 0 2%;
  }

  #form #etc article {
    width: 100%;
    padding: 7px;
    margin: 0 0 10px;
  }
}
#form article .image img {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
}

#form #etc article .image img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#form article .text {
  padding: 5%;
}

#form article h3 {
  margin: 0px 0 0px;
  font-size: 110%;
}

#form article h3 span.gentei {
  background: #3d2f28;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  display: inline-block;
  margin: 0 5px 0 0;
}

#form article .price {
  color: #97120c;
  font-weight: bold;
}

#form article p {
  font-size: 85%;
}

#form article .cart {
  margin: 10px 0 0;
}

#form article .cart li {
  margin: 0 0 5px;
}

#form article .cart li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#form article .cart h4 {
  font-size: 100%;
  float: left;
  width: 25%;
}

#form article .cart .select {
  font-size: 100%;
  float: left;
  width: 30%;
}

#form article .cart .select input[type=number] {
  padding: 5px;
  font-size: 100%;
  width: 90%;
}

#form article .cart .button {
  font-size: 100%;
  float: left;
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  #form article .cart .select {
    width: 25%;
  }

  #form article .cart .button {
    float: left;
    width: auto;
  }
}
#form article .cart form.mfpcart .button button {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}

#form article .cart form.mfpcart .button button span {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  /*windows対策*/
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 3px 12px;
  border-radius: 2em;
  /* CSS3草案 */
  -webkit-border-radius: 2em;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2em;
  /* Firefox用 */
  border: none;
  background-color: #97120c;
  text-shadow: inherit;
}

#form article .cart form.mfpcart .button button.disabled span {
  background-color: #b1a295;
  color: #e5dbcf;
}

a.gocart {
  display: block;
  border: none;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
  text-align: center;
  padding: 15px 0;
  clear: both;
}

a.gocart:hover {
  background-color: transparent;
}

a.gocart span {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 5px;
  background-color: #97120c;
  color: #fff;
  border-top: none;
  text-shadow: inherit;
  font-size: 13px;
  font-weight: bold;
  border-radius: 2em;
  /* CSS3草案 */
  -webkit-border-radius: 2em;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2em;
  /* Firefox用 */
}

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

TOP : contact

************************************/
#contact h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
  background-image: url("../../delivery_season/images/logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
  height: 55px;
  width: 205px;
  margin: 0 auto 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #contact h3 {
    background-image: url("../../delivery_season/images/logo@2x.png");
  }
}
#contact h4 {
  font-size: 110%;
  margin: 0 0 10px;
}

#contact p {
  font-size: 90%;
  text-align: center;
}

#contact .law a {
  border: 1px solid #333;
  border-radius: 2em;
  display: inline-block;
  padding: 6px 20px;
  margin: 0 0 15px;
  font-weight: bold;
}

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

CART : cartform

************************************/
form#mailformpro {
  padding: 10px 0px;
}

form#mailformpro .chui {
  margin: 30px 0;
}

form#mailformpro dl dt {
  float: left;
  width: 200px;
  clear: both;
  font-size: 100%;
  padding: 20px 30px 20px 0;
  text-align: left;
  border-top: solid 1px #998675;
  margin: 0px;
  position: relative;
  font-weight: bold;
}

form#mailformpro dl dd {
  border-top: solid 1px #998675;
  margin: 0px;
  padding: 20px 5px 20px 220px;
  font-size: 100%;
  line-height: 1.8;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  form#mailformpro .chui {
    text-align: left;
  }

  form#mailformpro dl dt {
    float: none;
    width: 100%;
    clear: both;
    font-size: 100%;
    padding: 20px 30px 0px 0;
    text-align: left;
    border-top: solid 1px #998675;
    margin: 0px;
    position: relative;
    font-weight: bold;
  }

  form#mailformpro dl dd {
    border-top: none;
    margin: 0px;
    padding: 10px 0 20px 0px;
    font-size: 100%;
    line-height: 1.8;
    text-align: left;
  }
}
.must {
  position: absolute;
  top: 22px;
  right: 0;
  display: block;
  border: none;
  padding: 2px 0px;
  width: 30px;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  float: none;
  margin: 0px 5px;
  border-radius: 4px;
  background: #97120c;
}

form#mailformpro dl dd input[type=text],
form#mailformpro dl dd input[type=number],
form#mailformpro dl dd input[type=email],
form#mailformpro dl dd input[type=tel] {
  padding: 10px;
  font-size: 100%;
}

.input_l {
  width: 95%;
}

.input_m {
  width: 70%;
}

.input_s {
  width: 30%;
}

textarea {
  width: 95%;
  padding: 10px;
  font-size: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

form#mailformpro label.mfp_not_checked {
  border: none;
}

form#mailformpro dl dd table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

form#mailformpro dl dd table th,
form#mailformpro dl dd table td {
  font-weight: normal;
  vertical-align: top;
  padding: 5px;
}

form#mailformpro dl dd table th {
  width: 120px;
}

@media only screen and (max-width: 1024px) {
  .input_m {
    width: 95%;
  }

  .input_s {
    width: 46%;
  }

  form#mailformpro dl dd table th,
form#mailformpro dl dd table td {
    font-weight: normal;
    vertical-align: top;
    padding: 5px;
    display: block;
  }

  form#mailformpro dl dd table th {
    width: 100%;
    font-weight: bold;
  }
}
.form_button button {
  -webkit-appearance: none;
  border: none;
  text-shadow: inherit;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  padding: 15px 30px;
  border-radius: 2em;
  /* CSS3草案 */
  -webkit-border-radius: 2em;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2em;
  /* Firefox用 */
  background: #97120c;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background: #97120c;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  opacity: 0.7;
}

.form_button button.back {
  background: #b99f80;
}

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

.end

************************************/
.end {
  color: #97120c;
  font-weight: bold;
  border: 1px solid #97120c;
  padding: 10px;
  display: inline-block;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1024px) {
  .end {
    display: block;
    margin: 20px 0;
  }
}
div#mfp_shopping_cart {
  border: solid 1px #998675;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #eae2d9;
  border-bottom: solid 1px #998675;
  text-align: center;
  font-size: 100%;
  padding: 10px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 100%;
  padding: 5px 10px;
  border-bottom: solid 1px #998675;
  background: #fff;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th {
  text-align: left;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 10px;
  font-size: 110%;
  font-weight: bolder;
  color: #97120c;
  background: #fff;
}

div#mfp_price {
  color: #97120c;
  font-size: 150%;
  padding: 0px;
  font-weight: bolder;
}

form#mailformpro label.mfp_checked {
  padding: 3px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form#mailformpro label {
  border-radius: none;
  margin: 0;
  display: inline-block;
  white-space: inherit;
}

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: solid 1px #CCC;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px;
  margin: 2px;
  vertical-align: middle;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #998675;
  margin: 0 0 20px;
}

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fff;
}

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 100%;
  border-top: solid 1px #998675;
  padding: 15px;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 200px;
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}

div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  font-size: 130%;
  padding: 10px 0px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  table#mfp_confirm_table tr th {
    white-space: normal;
    width: 100%;
    display: block;
    background: #fbf9ea;
    border-bottom: none;
  }

  table#mfp_confirm_table tr td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner .mfp_buttons .mfp_element_button {
  -webkit-appearance: none;
  border: none;
  text-shadow: inherit;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  padding: 15px 30px;
  border-radius: 2em;
  /* CSS3草案 */
  -webkit-border-radius: 2em;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2em;
  /* Firefox用 */
  background: #97120c;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner .mfp_buttons .mfp_element_button#mfp_button_cancel {
  background: #b99f80;
}
/*# sourceMappingURL=style2025.css.map */