@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#fancybox-loading div {
  background-image: url("../img/fancybox.png");
}

#fancybox-close {
  top: 18px;
  right: 18px;
  width: 20px;
  height: 21px;
  background: transparent url("../img/ico_close.png") no-repeat;
}

#fancybox-left, #fancybox-right {
  background: transparent url("../img/blank.gif");
}

#fancybox-left {
  left: -75px;
}

#fancybox-right {
  right: -75px;
}

#fancybox-left-ico, #fancybox-right-ico {
  top: 50%;
  width: 28px;
  height: 52px;
  margin-top: -14px;
  cursor: pointer;
}

#fancybox-left-ico,
#fancybox-left:hover span {
  left: 0;
}

#fancybox-right-ico,
#fancybox-right:hover span {
  left: auto;
  right: 0;
}

#fancybox-left-ico {
  background: url("../img/ico_float_left.png") no-repeat center;
}

#fancybox-right-ico {
  background: url("../img/ico_float_right.png") no-repeat center;
}

#fancybox-bg-n {
  background-image: url("../img/fancybox-x.png");
}

#fancybox-bg-ne {
  background-image: url("../img/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  background-image: url("../img/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  background-image: url("../img/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  background-image: url("../img/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  background-image: url("../img/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  background-image: url("../img/fancybox-y.png");
}

#fancybox-bg-nw {
  background-image: url("../img/fancybox.png");
}

#fancybox-title-over {
  padding: 5px 0;
  background: none;
  font-size: 123.07692%;
  font-weight: bold;
  text-align: center;
}

#fancybox-title-float-left {
  background: url("../img/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  background: url("../img/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  background: url("../img/fancybox.png") -55px -90px no-repeat;
}

#fancybox-wrap,
#fancybox-content {
  box-sizing: content-box;
}

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

h1 {
  margin: 0;
}

body {
  min-width: 1100px;
  font-size: 13px;
  line-height: 1.69;
  color: #343434;
}

body,
input,
button,
select,
textarea {
  font-family: "iconfont", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
}

a {
  color: #343434;
  outline: none;
  transition: opacity 0.3s;
}
a:visited, a:active {
  text-decoration: underline;
}
a:hover, a:focus {
  opacity: 0.6;
  outline: 0;
  text-decoration: none;
}

#wrapper {
  position: relative;
  padding-top: 58px;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 1.14em 1.2em 1.14em;
  border: 1px solid #c4c6cb;
  background: #fff;
  font-size: 107.69231%;
  line-height: 1.2em;
}
input[type="text"].is-empty {
  background-color: #fdeaea;
}

label > input[type="radio"],
label > input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.6em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 1.14em 2.2em 1.14em 1.2em;
  border: 0;
  border-radius: 0;
  width: 180%;
  background: #fff;
  font-size: 107.69231%;
  line-height: 1.2em;
}
select.is-empty {
  color: #a09f9f;
  background-color: #fdeaea;
}

.form-select {
  position: relative;
  display: inline-block;
  border: 1px solid #c4c6cb;
  overflow: hidden;
}
.form-select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  margin-top: -3px;
  width: 7px;
  height: 5px;
  background: url("../img/ico_delta_bottom_black.png") no-repeat center;
  background-size: 7px 5px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 999;
}
#header::after {
  clear: both;
  content: "";
  display: table;
}
#header .logo {
  float: left;
  margin: 7px 20px;
}
#header .logo img {
  display: block;
}
#header .nav {
  float: right;
  margin: 11px 20px;
}
#header .nav::after {
  clear: both;
  content: "";
  display: table;
}
#header .gnav,
#header .orderNav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: table;
}
#header .gnav li,
#header .orderNav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#header .gnav li,
#header .orderNav li {
  display: table-cell;
}
#header .gnav li {
  height: 36px;
  line-height: 36px;
}
#header .gnav a {
  padding: 0 1.1em;
  border-left: 1px solid #656667;
  line-height: 1.2em;
}
#header .orderNav .order {
  padding-right: 12px;
}
#header .orderNav .order a {
  display: block;
  padding: 0 13px 0 23px;
  height: 36px;
  line-height: 36px;
  background: url("../img/ico_delta_left_white.png") no-repeat #c91616;
  background-position: left 11px center;
  background-size: 4px auto;
  text-decoration: none;
  color: #fff;
}
#header .orderNav .orderNav-item {
  padding-left: 10px;
}
#header .orderNav .orderNav-item a {
  padding-left: 8px;
  background: url("../img/ico_delta_left_black.png") no-repeat left center;
  background-size: 4px auto;
  font-size: 84.61538%;
  color: #5d5c5c;
}

#footer {
  padding: 59px 0 13px;
  text-align: center;
}
#footer .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
#footer .pagetop {
  margin-bottom: 15px;
}
#footer .pagetop img {
  vertical-align: top;
  cursor: pointer;
}
#footer .info {
  margin-bottom: 23px;
  padding: 42px 0 27px 0;
  background: #343434;
  color: #fff;
}
#footer .info .lead {
  margin-bottom: 17px;
  font-size: 130.76923%;
  line-height: 1.2em;
  font-weight: normal;
}
#footer .info-tel {
  position: relative;
  margin: 0 auto 29px;
  border-bottom: 1px solid #fff;
  width: 609px;
}
#footer .info-tel .area-img {
  position: absolute;
  bottom: 0;
  left: 30px;
}
#footer .info-tel .area-img img {
  vertical-align: bottom;
}
#footer .info-tel .area-txt {
  padding: 31px 0 22px;
  min-height: 96px;
}
#footer .info-tel .area-txt .number {
  margin-bottom: 16px;
  font-size: 192.30769%;
  line-height: 1.1em;
  font-weight: bold;
}
#footer .info-tel .area-txt .time {
  font-size: 115.38462%;
}
#footer rt {
  font-size: 10px;
  font-weight: normal;
}
#footer .company .logo {
  margin-bottom: 5px;
}
#footer .company .donate {
  font-size: 84.61538%;
  line-height: 1.36em;
  color: #ccc;
}
#footer .copy-nav {
  margin-bottom: 22px;
}
#footer .copy-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -.4em;
}
#footer .copy-nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#footer .copy-nav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  padding: 0 19px;
  border-right: 1px solid #343434;
  font-size: 100%;
  line-height: 1.1em;
}
#footer .copy-nav li:first-child {
  border-left: 1px solid #343434;
}
#footer .copy-nav a {
  text-decoration: none;
}
#footer address {
  font-size: 84.61538%;
  font-style: normal;
}

.visual {
  background: url("../img/visual_pic.jpg") no-repeat top center #141517;
  background-size: contain;
}

.visual-head {
	position: relative;
	height: 700px;
}
.visual-head .title {
 width: 800px;
  margin: 0 0 0 30px;
  padding-top: 90px;
}
.visual-head .bnr-items {
	width: 800px;
	position: absolute;
	left: 0;
  right: 0;
  margin:0 auto;
	margin: 0 0 0 50px;
}
.visual-head .bnr-items li {
	float: left;
	margin-left: 20px;
}
.visual-head .bnr-item {
	margin-top: 15px;
}
.visual-head .bnr-item a {
  display: block;
}
.visual-head .bnr-item img {
  vertical-align: bottom;
}

.visual-reason {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 110px;
	background: rgba(52, 52, 52, 0.85);
	margin-top: 10px;
	padding-top: 5px;
}
.visual-reason > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 984px;
}
.visual-reason .lead {
  margin-bottom: 51px;
}
.visual-reason .lead img {
  margin: 0 auto;
  display: block;
}
.visual-reason .img-items {
  margin-bottom: 11px;
  letter-spacing: -.4em;
}
.visual-reason .img-items img {
  box-sizing: content-box;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-left: 7px;
  border: 1px solid #d1a587;
}
.visual-reason .img-items img:first-child {
  margin-left: 0;
}
.visual-reason .note {
  font-size: 84.61538%;
  color: #d1a587;
}

.reason-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin-bottom: 35px;
}

.reason-item {
  width: 31.1%;
}
.reason-item .title {
  margin-bottom: 27px;
}
.reason-item .title img {
  display: block;
  margin: 0 auto;
}
.reason-item p {
  color: #d1a587;
}

.buyer {
  position: relative;
  padding-bottom: 56px;
  background: #f3f3f4;
}
.buyer:before {
  content: '';
  position: absolute;
  top: -51px;
  left: 0;
  display: block;
  width: 100%;
  height: 51px;
  background: url("../img/buyer_bg.png") repeat-x top center;
}
.buyer > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 984px;
}

.buyer-profile {
  margin: -12px 0 19px 0;
  letter-spacing: -.4em;
}
.buyer-profile .area-img,
.buyer-profile .area-txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.buyer-profile .area-img {
  margin-left: -25px;
}
.buyer-profile .area-txt {
  margin-left: 21px;
}
.buyer-profile .area-txt h1 {
  margin-bottom: 18px;
}
.buyer-profile .area-txt img {
  vertical-align: top;
}
.buyer-profile .area-txt .name {
  font-size: 76.92308%;
}

.buyer-comment .comment {
  margin-bottom: 23px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.2em;
  -moz-column-gap: 2.2em;
  column-gap: 2.2em;
}
.buyer-comment .comment p {
  text-indent: 1em;
}

.buyer-award {
  display: table;
  padding: 33px 40px 32px;
  background-color: #fff;
  width: 100%;
}
.buyer-award .area-img,
.buyer-award .area-txt {
  display: table-cell;
  vertical-align: top;
}
.buyer-award .area-txt {
  padding: 13px 0 0 48px;
}
.buyer-award .title {
  margin-bottom: 19px;
  line-height: 1;
}
.buyer-award .title img {
  vertical-align: top;
}
.buyer-award .txt {
  margin-bottom: 28px;
}

.award-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.award-items li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.award-items::after {
  clear: both;
  content: "";
  display: table;
}

.award-item {
  float: left;
  display: table;
  margin-right: 34px;
}
.award-item img,
.award-item .caption {
  display: table-cell;
  vertical-align: middle;
}
.award-item .caption {
  padding-left: 8px;
  font-size: 84.61538%;
  line-height: 1.5em;
}
.award-item .name {
  font-weight: bold;
}

.lineup {
  padding: 60px 0 58px 0;
}
.lineup > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}
.lineup .title {
  margin-bottom: 75px;
}
.lineup .title img {
  display: block;
  margin: 0 auto;
}

.wine-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  box-flex: 3;
  -webkit-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  margin: 0 auto;
  padding-bottom: 168px;
  width: 984px;
  background: url("../img/month_sign.jpg") no-repeat;
  background-position: bottom 35px center;
}

.wine-item {
  position: relative;
  margin-bottom: 66px;
}
.wine-item:nth-child(n+10) {
  margin-bottom: 0;
}
.wine-item .month {
  position: absolute;
  top: -35px;
  left: -29px;
  z-index: 100;
}
.wine-item .image {
  position: relative;
  box-sizing: content-box;
  margin-bottom: 15px;
  padding: 0 10px 11px 0;
  border: 1px solid #CCCCCC;
}
.wine-item .image a {
  display: block;
}
.wine-item .image a:after {
  content: '';
  position: absolute;
  top: -11px;
  left: -10px;
  display: block;
  border: 1px solid #CCCCCC;
  width: 100%;
  height: 100%;
}
.wine-item .image img {
  display: block;
}
.wine-item .catch {
  margin: 0 10px 13px 0;
  height: 46px;
  text-align: center;
}
.wine-item .catch img {
  display: inline-block;
  vertical-align: middle;
}
.wine-item .price {
  margin-bottom: 11px;
  font-size: 123.07692%;
  line-height: 1.2em;
  text-align: center;
  color: #878787;
}
.wine-item .btn {
  text-align: center;
}
.wine-item .btn a {
 	width: 200px;
	margin: 0 auto;
  display: inline-block;
  padding: 0 41px 0 46px;
  border-radius: 14px;
  background: url("../img/ico_delta_left_white.png") no-repeat #296e31;
  background-position: left 20px center;
  background-size: 4px auto;
  font-size: 92.30769%;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
}

.wine-bnr .bnr-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -9px;
}
.wine-bnr .bnr-items li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.wine-bnr .bnr-items::after {
  clear: both;
  content: "";
  display: table;
}
.wine-bnr .bnr-item {
  float: left;
}
.wine-bnr .bnr-item:first-child {
  margin-right: 29px;
}
.wine-bnr .ttl {
  margin-bottom: 31px;
  line-height: 1;
  text-align: center;
}
.wine-bnr .ttl img {
  vertical-align: top;
}

.voice {
  position: relative;
  padding: 67px 0 186px 0;
  background: #f3f3f4;
}
.voice:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 143px;
  background: url("../img/voice_bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.voice > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
}

.voice-praise .title {
  margin-bottom: 12px;
  text-align: center;
}
.voice-praise .title img {
  vertical-align: top;
}

.praise-items {
  display: table;
  width: 100%;
  margin-bottom: 66px;
}

.praise-item {
  margin-bottom: 40px;
  width: 953px;
}
.praise-item:nth-child(even) {
  margin-left: 147px;
}
.praise-item:last-child {
  margin-bottom: 0;
}
.praise-item .area-img,
.praise-item .area-txt {
  display: table-cell;
  vertical-align: middle;
}
.praise-item .area-txt {
  padding-left: 31px;
  width: 701px;
}
.praise-item .catch {
  margin-bottom: 19px;
}
.praise-item .catch img {
  display: block;
}
.praise-item .comment {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #296e31;
}
.praise-item .name {
  font-size: 92.30769%;
  font-weight: bold;
}
.praise-item .profile {
  font-size: 84.61538%;
}

.voice-customer .title {
  margin-bottom: 50px;
  text-align: center;
}
.voice-customer .title img {
  vertical-align: top;
}

.customer-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}

.customer-item {
  margin-bottom: 48px;
  border: 1px solid #296e31;
  background: #fff;
  box-shadow: 9px 9px 0 #296e31;
}
.customer-item p {
  margin: 0 20px 9px 0;
  font-size: 84.61538%;
  line-height: 1.2em;
  text-align: right;
}

.order > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 1100px;
  margin-top: 32px;
  padding: 25px 57px 40px;
  border: 1px solid #d7d6d6;
}
.order .head {
  position: relative;
  padding: 39px 0 29px;
}
.order .head .title {
  text-align: center;
}
.order .head .title img {
  vertical-align: top;
}
.order .head .badge {
  position: absolute;
  top: 0;
  right: -16px;
}

.order-form .alert,
.order-form .note {
  position: relative;
  margin-top: 5px;
  padding-left: 1.1em;
  font-size: 92.30769%;
  line-height: 1.4em;
}
.order-form .alert:before,
.order-form .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.order-form .alert + .alert,
.order-form .alert + .note,
.order-form .note + .alert,
.order-form .note + .note {
  margin-top: 0;
}
.order-form .alert {
  color: #ea0100;
}
.order-form .ex {
  margin-top: 5px;
  line-height: 1.4em;
  color: #888888;
}
.order-form .input-l {
  width: 558px;
}
.order-form .input-m {
  width: 488px;
}
.order-form .input-s {
  width: 461px;
}
.order-form .input-ss {
  width: 453px;
}

.form-main {
  width: 100%;
}
.form-main th,
.form-main td {
  vertical-align: middle;
}
.form-main th {
  padding-right: 20px;
  padding-left: 20px;
  border-top: 2px solid #fff;
  width: 284px;
  background-color: #fcf9f8;
  font-size: 115.38462%;
  text-align: left;
  font-weight: normal;
}
.form-main th .required {
  display: inline-block;
  margin-left: 1em;
  font-size: 92.30769%;
  color: #ea0100;
}
.form-main td {
  border-top: 1px dashed #222;
  padding: 21px 0 22px 23px;
}
.form-main tr:first-child th {
  border-top: 0;
}
.form-main tr:first-child td {
  border-top: 1px solid #c3c3c3;
}
.form-main tr:last-child th {
  border-bottom: 1px solid #fcf9f8;
}
.form-main tr:last-child td {
  border-bottom: 1px solid #c3c3c3;
}

.form-address .form-item {
  margin-bottom: 22px;
  letter-spacing: -.4em;
}
.form-address .form-item:last-child {
  margin-bottom: 0;
}
.form-address .label,
.form-address .form-parts {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.form-address .label {
  margin-right: 0.7em;
  padding-top: 1.14em;
  font-size: 107.69231%;
}
.form-address .alert {
  margin-left: 66px;
  letter-spacing: normal;
}

.form-sex {
  letter-spacing: -.4em;
}
.form-sex .form-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 1em;
}

.form-birthday {
  letter-spacing: -.4em;
}
.form-birthday .form-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.form-birthday .form-select,
.form-birthday .label {
  display: inline-block;
  vertical-align: middle;
}
.form-birthday .label {
  padding: 0 9px;
}
.form-birthday .note {
  letter-spacing: normal;
}

.recerivers {
  margin: 22px 0;
  padding: 0 22px 0 30px;
  border: 4px solid #e3e2e2;
}
.recerivers .trg {
  padding: 22px 0;
  font-size: 115.38462%;
  background: url("../img/ico_plus.jpg") no-repeat right center;
  cursor: pointer;
}
.recerivers .recerivers-more {
  display: none;
}
.recerivers table {
  margin-bottom: 32px;
}
.recerivers table th {
  background-color: #eee;
}
.recerivers.is-open .trg {
  background-image: url("../img/ico_minus.jpg");
}

.form-day {
  font-size: 92.30769%;
  line-height: 1.5em;
}

.form-time .form-select {
  vertical-align: middle;
}
.form-time .note {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.form-time .note:before {
  content: none;
}

.form-card-radio {
  margin-bottom: 13px;
}
.form-card-radio label {
  font-size: 107.69231%;
}

.payment-detail {
  padding: 7px 20px;
  background: #fef9f0;
}
.payment-detail th,
.payment-detail td {
  vertical-align: top;
  border: 0 !important;
}
.payment-detail th {
  padding: 26px 0 0 0;
  width: 105px;
  background: none;
  text-align: left;
}
.payment-detail td {
  padding: 11px 0;
  width: 554px;
}

.form-limit .form-item {
  letter-spacing: -.4em;
}
.form-limit .form-select,
.form-limit .label-month,
.form-limit .label-year {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.form-limit .label-month {
  padding: 0 20px 0 9px;
  line-height: 18px;
}
.form-limit .label-month:after {
  content: '/';
  display: inline-block;
  margin-left: 13px;
  font-size: 130.76923%;
}
.form-limit .label-year {
  padding: 0 9px;
}

.form-main .form-policy-th .required {
  display: block;
  margin-left: 0;
}

.form-consent .attention {
  margin-bottom: 10px;
  padding: 6px 8px;
  border: 1px solid #ea0100;
  font-size: 138.46154%;
  line-height: 1.1em;
  color: #ea0100;
  font-weight: bold;
}
.form-consent .attention:before {
  content: '!';
  display: inline-block;
  margin-right: 7px;
  font-size: 153.84615%;
  vertical-align: middle;
}
.form-consent .agreement {
  padding: 0.2em 0;
  font-size: 107.69231%;
  text-align: center;
}
.form-consent .agreement.is-false {
  background-color: #fdeaea;
}

.consent-area {
  margin-bottom: 6px;
  padding: 15px;
  border: 1px solid #adabab;
}
.consent-area .inner {
  height: 129px;
  overflow: scroll;
}
.consent-area p,
.consent-area ol,
.consent-area ul {
  margin-bottom: 1em;
}
.consent-area ul,
.consent-area ol {
  padding-left: 1.8em;
}
.consent-area .label {
  margin: 0 0 17px 2px;
  padding-left: 5px;
  border-left: 3px solid #ec0606;
  line-height: 1.1em;
}
.consent-area .label:after {
  content: '';
  display: block;
  margin-left: -10px;
  padding-right: 10px;
  border-top: 5px solid #fff;
  width: 100%;
  height: 1px;
  background-color: #4e4d4d;
}

.order-submit {
  margin-top: 60px;
}
.order-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  padding: 36px 0;
  border: 0;
  width: 681px;
  background: url("../img/ico_delta_left_white.png") no-repeat #296e31;
  background-position: left 27px center;
  transition: opacity 0.3s;
}
.order-submit button:hover {
  opacity: 0.8;
}
.order-submit img {
  display: block;
  margin: 0 auto;
}
.order-submit .note {
  margin-right: auto;
  margin-left: auto;
  width: 681px;
}
.campaign {
	margin-bottom: 60px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
}
#oajimi_top {
	padding-top: 250px;
	padding-left: 50px;
	width: 590px;
}
#cam_txt {
	width: 600px;
	margin-left: 50px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
}
