@charset "UTF-8";
@font-face {
  font-family: 'edison';
  src: url("/assets/reserve/images/fonts/edison.eot?wg1yiw");
  src: url("/assets/reserve/images/fonts/edison.eot?wg1yiw#iefix") format("embedded-opentype"), url("/assets/reserve/images/fonts/edison.ttf?wg1yiw") format("truetype"), url("/assets/reserve/images/fonts/edison.woff?wg1yiw") format("woff"), url("/assets/reserve/images/fonts/edison.svg?wg1yiw#edison") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'edison' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_dropdown:before {
  content: "\e900";
}

.icon-circle:before {
  content: "\e901";
  color: #000;
}

.icon-close:before {
  content: "\e902";
}

.icon-expand_more:before {
  content: "\e903";
}

.icon-ic_check:before {
  content: "\e904";
}

.icon-navigate_before:before {
  content: "\e905";
}

.icon-navigate_next:before {
  content: "\e906";
}

.icon-password:before {
  content: "\e907";
}

.icon-triangle:before {
  content: "\e908";
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main,
header,
footer,
nav,
section,
article,
address {
  display: block;
}

img,
picture {
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text],input[type=email],input[type=url],input[type=number],
input[type="button"],
input[type="submit"],
textarea,
select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

html {
  height: 100%;
  font-size: 62.5%;
  /*10px*/
}

body {
  height: 100%;
  font-family: "Avenir LT W01 45 Book", Avenir, Helvetica, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", Meiryo, sans-serif;
  color: #333333;
  background-color: #fff;
  font-size: 1.6em;
  line-height: 1.4446;
}

a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
}

a:active, a:focus {
  outline: none;
}

a:visited {
  color: #333333;
}

a:active, a:hover {
  color: #7FC52D;
}

h1,
h2,
h3,
h4 {
  line-height: 1.4;
}

p,
li,
span {
  font-weight: 400;
}

p {
  line-height: 1.75;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.Main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.Step {
  width: 100%;
  position: relative;
}

.Step__Item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Step__Cont {
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.step--current {
  position: static;
  display: block;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.step--slideout {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.step--Label {
  padding: 1em 16px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
}

.Button {
  display: inline-block;
  width: auto;
  height: 44px;
  padding: 0 1em;
  text-align: center;
  line-height: 42px;
  border-radius: 22px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #7FC52D !important;
  border: 2px solid #7FC52D;
  cursor: pointer;
}

.btn--Fb {
  color: #4867aa !important;
  border-color: #4867aa;
}

.btn--KeyColor {
  color: #fff !important;
  background-color: #7FC52D;
}
.btn--Cancel {
  color: #fff !important;
  background-color: #F39C12;
  border-color: #F39C12;
}

.without--logging {
  height: 30px;
  line-height: 32px;
  border: none;
  font-size: 1.2rem;
}

.nav-Button {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 50px;
  margin: 0 auto;
  padding: 0 16px;
  line-height: 52px;
  background-color: #f4f4f4;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
}

.arrow--left {
  padding-left: 40px;
}

.arrow--left:before {
  font-family: edison;
  content: '\e906';
  position: absolute;
  top: 0;
  left: 16px;
}

.arrow--right {
  padding-right: 40px;
}

.arrow--right:before {
  font-family: edison;
  content: '\e906';
  position: absolute;
  top: 0;
  right: 16px;
}

.key-color {
  color: #7FC52D !important;
}

.StepNav {
  width: 100%;
  padding: 0 16px;
  position: fixed;
  bottom: -50px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}

.StepNav__1c {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: #7FC52D;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.StepNav__2c {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.StepNav__2c .StepNav__Back,
.StepNav__2c .StepNav__Next {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.StepNav__2c .StepNav__Back {
  background-color: #333;
  border-top-left-radius: 3px;
}

.StepNav__2c .StepNav__Next {
  background-color: #ccc;
  border-top-right-radius: 3px;
}

@media screen and (min-width: 1024px) {
  .StepNav__1c, .StepNav__2c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
  }
}

.StepNav__Btn {
  width: 100%;
  padding-top: 1.25em;
  text-align: center;
}

.StepNav__Btn .StepNav__Next,
.StepNav__Btn .StepNav__Back {
  display: inline-block;
  width: 275px;
  height: 44px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 42px;
  font-weight: 700;
  border: 2px solid #666;
  border-radius: 22px;
  cursor: pointer;
}

.StepNav__Btn .StepNav__Next {
  color: #7FC52D;
  border-color: #7FC52D;
  margin-top: 0.75em;
}

.StepNav__Btn .StepNav__Back {
  margin-top: 0.75em;
}

.StepNav--Selectable {
  background-color: #7FC52D !important;
}

.step--current .StepNav {
  opacity: 1;
  bottom: 0;
}

.step--current .StepNav--First {
  bottom: -50px !important;
  opacity: 0 !important;
}

.step--current .StepNav--First.StepNav--Selectable {
  bottom: 0 !important;
  opacity: 1 !important;
  background-color: transparent !important;
}

.Pulldown {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Pulldown__Head {
  margin-right: 20px;
  padding-top: 0.2em;
  font-size: 1.4rem;
  font-weight: 700;
}

.Pulldown select {
  padding: 0 22px 0 8px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ccc;
  background-color: #fff;
}

.Pulldown__Label {
  display: block;
  position: relative;
}

.Pulldown__Label:before {
  content: '';
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.Pulldown__Label:after {
  font-family: edison;
  content: '\e900';
  font-size: 1.2rem;
  position: absolute;
  top: 3px;
  right: 0;
  pointer-events: none;
}

.Checkbox {
  border-bottom: 1px solid #DDDDDD;
}

.Checkbox input[type=checkbox] {
  display: none;
}

.Checkbox input[type=radio] {
  display: none;
}

.Checkbox__Body {
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Checkbox__Item:nth-child(even) .Checkbox__Body {
  background-color: #fff;
}

.Checkbox__Head {
  position: relative;
  padding-right: 55px;
}

.Checkbox__Label, .Checkbox__Description {
  display: block;
  line-height: 1.75;
  font-weight: 700;
}

.Checkbox__Label {
  width: 100%;
  padding: 1.25em 60px 1.25em 40px;
  font-size: 1.4rem;
  position: relative;
  cursor: pointer;
  word-break: break-all;
}

.Checkbox__Label:before {
  font-family: edison;
  content: '\e904';
  color: #ccc;
  font-size: 2.0rem;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Checkbox__Meta {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Checkbox__Meta li {
  margin: 4px 4px 0 0;
}

.Checkbox__Meta span {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.Checkbox__Meta__Gry {
  color: #666;
  border: 1px solid #666;
}

.Checkbox__Meta__Blue {
  color: #0099dd;
  border: 1px solid #0099dd;
}

.Checkbox__Meta__Orange {
  color: #ffaa44;
  border: 1px solid #ffaa44;
}

.Checkbox__Description {
  padding: 0 60px 1.25em 30px;
  font-size: 1.2rem;
  color: #666;
  display: none;
}

.Checkbox__Expand {
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.Checkbox__Expand i {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Checkbox__Expand.is--Open i {
  -webkit-transform: rotate(180deg) translate(0, calc(-50% + 12px));
  transform: rotate(180deg) translate(0, calc(-50% + 12px));
}

.Checkbox input[type=radio]:checked + .Checkbox__Body,
.Checkbox input[type=checkbox]:checked + .Checkbox__Body {
  background-color: #f1f8e8;
}

.Checkbox input[type=radio].dark + .Checkbox__Body,
.Checkbox input[type=checkbox].dark+ .Checkbox__Body {
  background-color: #666;
}


.Checkbox input[type=radio]:checked + .Checkbox__Body .Checkbox__Label:before,
.Checkbox input[type=checkbox]:checked + .Checkbox__Body .Checkbox__Label:before {
  color: #7FC52D;
}

.Category__Body {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Category__Head {
  position: relative;
  padding-right: 60px;
}

.Category__Description {
  padding: 0 60px 1.25em;
  font-size: 1.2rem;
  color: #666;
  display: none;
}

.Category__Expand {
  width: 60px;
  height: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.Category__Expand i {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Category__Expand.is--Open i {
  -webkit-transform: rotate(180deg) translate(0, calc(-50% + 12px));
  transform: rotate(180deg) translate(0, calc(-50% + 12px));
}

.nextStep--btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  color: #fff;
  background-color: #333333;
  opacity: 0;
}

.nextStep--btn.visible {
  opacity: 1;
}

.Calender__Nav {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Calender__Nav__Current {
  width: calc(100% - 160px);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.Calender__Nav__Current span {
  font-weight: 700;
}

.Calender__Nav__Prev, .Calender__Nav__Next {
  width: 80px;
  height: 100%;
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
}

.Calender__Nav__Prev i, .Calender__Nav__Next i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.Calender__Nav__Prev i {
  right: 24px;
}

.Calender__Nav__Next i {
  left: 24px;
}

.Calender__Nav__End {
  color: #ccc;
  pointer-events: none;
}

.Calender {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.Calender__Item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}

.Calender__Item.calender--current {
  position: static;
  display: block;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.Calender__Item.calender--slideout {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.Calender__Item:first-child .Calender__Nav__Prev {
/*  color: #ccc;*/
/*  pointer-events: none;*/
}

.Calender__Item:last-child .Calender__Nav__Next {
/*  color: #ccc;*/
/*  pointer-events: none;*/
}

.Calender__Table {
  width: 100%;
  table-layout: fixed;
}

.Calender__Table th,
.Calender__Table td {
  padding: 0.75em 0;
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
}

.Calender__Table td {
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}

.td:after {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: 100%;
  border: 5px solid #7FC52D;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.t--Today:after {
  border-color: #999;
  opacity: 1;
}

.t--Past {
  color: #ccc;
}

.t--Sun {
  color: #ee0055;
}

.t--Sat {
  color: #0088cc;
}

.t--Close {
  color: #ccc;
  background-color: #eee;
}

.t--Select {
  color: #7FC52D;
}

.t--Select:after {
  opacity: 1;
  border-color: #7FC52D;
}

.TimeTable {
  width: 100%;
}

.TimeTable input[type=checkbox] {
  display: none;
}

.TimeTable input[type=radio] {
  display: none;
}

.TimeTable__Item {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.TimeTable__Head {
  width: 85px;
  border-right: 1px solid #DDDDDD;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
}

.TimeTable__Body {
  width: calc(100% - 85px);
}

.TimeTable__Head, .TimeTable__Body {
  padding: 8px 16px;
}

.TimeTable .checkbox--btn {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  margin-top: 0.5em;
  text-align: center;
  border: 1px solid #7FC52D;
  color: #7FC52D;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.TimeTable .checkbox--btn:first-child {
  margin-top: 0;
}

.TimeTable .checkbox--btn span {
  display: inline-block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
}

.TimeTable .checkbox--btn span:before {
  margin-right: 8px;
  font-family: edison;
  content: '\e901';
  font-size: 1.8rem;
  vertical-align: -3px;
}

.TimeTable .soldout {
  border-color: #ee4466;
  color: #ee4466;
}

.TimeTable .soldout span:before {
  content: '\e902';
  font-size: 1.6rem;
  vertical-align: -2px;
}

.TimeTable .little {
  border-color: #ffbb33;
  color: #ffbb33;
}

.TimeTable .little span:before {
  content: '\e908';
  font-size: 2.0rem;
  vertical-align: -4px;
}

.TimeTable input[type=radio]:checked + .checkbox--btn,
.TimeTable input[type=checkbox]:checked + .checkbox--btn {
  color: #fff;
  border-color: #7FC52D;
  background-color: #7FC52D;
}
.TimeTable input[type=radio]:checked + .checkbox--btn.soldout,
.TimeTable input[type=checkbox]:checked + .checkbox--btn.soldout {
  color: #fff;
  border-color: #666;
  background-color: #666;
}

.Accordion {
  width: 100%;
  background-color: #f2f2f2;
  border-bottom: 1px solid #DDDDDD;
}

.Accordion__Head {
  position: relative;
  padding: 1.25em 0 1.25em 16px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #666;
  position: relative;
  cursor: pointer;
}

.Accordion__Head:after {
  font-family: edison;
  content: '\e903';
  color: #999;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Accordion__Head.is--Open:after {
  -webkit-transform: rotate(180deg) translate(0, calc(-50% + 18px));
  transform: rotate(180deg) translate(0, calc(-50% + 18px));
}

.Accordion__Body {
  display: none;
  padding: 0 16px 1.25em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
  color: #666;
}

.CompleteHead {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2em 0;
  background-color: #72BF17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CompleteHead__Label {
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}

.CompleteHead__Image {
  padding-right: 20px;
}

.CompleteHead__Image img {
  width: 52px;
}

.CompleteMessage,
.CompleteDescription {
  padding: 1em 16px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
}

.CompleteMessage {
  color: #666;
}

.CompleteDescription {
  color: #999;
  padding-top: 4px;
}

.CompleteDate {
  width: 100%;
  padding: 0 16px 1.5em;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.3rem;
}

.CompleteDate__Item {
  width: 100%;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.CompleteDate__Label {
  margin-right: 16px;
  font-weight: 700;
  color: #999;
}

.CompleteDate__Body {
  margin-left: auto;
  font-weight: 700;
}

.CompleteDate__Body span {
  font-weight: 700;
}

.CompleteNav__Item {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  line-height: 41px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #666 !important;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}

.CompleteNav__Item:after {
  font-family: edison;
  content: '\e906';
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #999;
  font-size: 1.3rem;
}

.completeNav--blue {
  color: #0099dd !important;
  background-color: #f2f2f2;
}

input.input--Text, textarea.input--Text {
  width: 100%;
  padding: 0.5em 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #333;
}

input.input--Text--error {
  border-color: #dd0000;
}
.input--Text--error {
    border-bottom: 1px solid #dd0000;
}

input.input--Text:placeholder-shown, input.input--Text::-webkit-input-placeholder {
  color: #ccc;
}

input.input--Text:-ms-input-placeholder {
  color: #ccc;
}

.form--Check {
  display: block;
  margin-top: 1em;
}

.form--Check__Input {
  display: none;
}

.form--Check__Label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #666;
  padding-left: 26px;
  position: relative;
  margin-right: 20px;
}

.form--Check__Label:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form--Check .form--Check__Input:checked + .form--Check__Label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 13px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
}

.input--Label--Pass {
  display: block;
  position: relative;
}

.input--Label--Pass input[type="text"] {
  padding-right: 1.75em;
}

.input--Label--Pass i {
  font-size: 2.4rem;
  color: #ddd;
  position: absolute;
  right: 0;
  bottom: 4px;
}

.input--Label--Pass input[type="text"]:focus + .icon-password {
  color: #333333;
}

.form--error--txt {
  display: inline-block;
  margin-top: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #dd0000;
}

.Account__Login, .Default_Modal {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 100ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Account__Login__Body, .Default_Modal__Body {
  width: 280px;
  padding: 26px 24px;
  color: #333333;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 1px 2px 40px 1px rgba(0, 0, 0, 0.9);
  box-shadow: 1px 2px 40px 1px rgba(0, 0, 0, 0.9);
  height: 90%;
}
.Default_Modal__Body.large {
    width: 90%;
    max-width: 800px;
}
.Default_Modal__Body.middle {
    width: 90%;
    max-width: 600px;
}
.Default_Modal__Body.small {
    width: 90%;
    max-width: 400px;
}
.Default_Modal__Body.hauto {
    height: auto;
}
.Default_Modal__Contents {
    padding: 10px;
    max-height: 60%;
    overflow-y: auto;
}
.Default_Modal__Contents.auto {
    padding: 10px;
    height: auto;
    overflow: visible;
}


.Account__Login .Button, .Default_Modal .Button {
  width: 100%;
}

.Account__Login__Head , .Default_Modal__Head {
  position: relative;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ddd;
}

.Account__Login__Label, .Default_Modal__Label {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}

.Account__Login__CloseBtn, .Default_Modal__CloseBtn {
  font-size: 1.6rem;
  color: #999;
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
}

.Account__Login__Form .input--Text {
  margin-top: 0.75em;
}

.Account__Login__LostPass {
  display: inline-block;
  margin-top: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #7FC52D !important;
}

.Account__Login__Foot, .Default_Modal__Foot {
  margin-top: 1em;
}

.Account__Login__Foot .btn--KeyColor {
  margin-top: 0.75em;
}

.Account__Login__Foot .without--logging {
  margin-top: 1.5em;
}

.Account__Login.is--Open, .Default_Modal.is--Open {
  width: 100%;
  height: 100%;
  overflow: visible;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
}

.Quantity {
  width: 100%;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Quantity__Body {
  width: 85px;
  padding: 0 10px;
}

.Quantity input[type="text"].Quantity__Body__Input {
  width: 65px;
  height: 23px;
  margin: 0;
  padding: 0 0 0.25em;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #000;
}

.Quantity__Up__Icon, .Quantity__Down__Icon {
  width: 24px;
  height: 24px;
  border: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Quantity__Up__Icon {
  background-image: url("/assets/reserve/images/icon/icon-count-up.svg");
}

.Quantity__Down__Icon {
  background-image: url("/assets/reserve/images/icon/icon-count-down.svg");
}

.Account {
  width: 100%;
  height: 50px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 8px;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Account.footer {
    background: none;
}

.Account a {
  color: #fff;
}
.Account.footer a {
  color: #666;
}

.Account__Name {
  margin: 0 8px;
  font-size: 1.2rem;
}

.Account__Name--Login {
  color: #fff;
  cursor: pointer;
}

.Account__Name--Name {
  color: #7FC52D !important;
}

.footer .Account__Name--Name a {
  color: #7FC52D !important;
}

.Shop {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.Shop__Cont {
  width: 100%;
  padding: 1em 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.Shop__Icon {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #95989A;
  border-radius: 50%;
  overflow: hidden;
}

.Shop__Body {
  padding-left: 10px;
}

.Shop__Label {
  font-size: 2.0rem;
  font-weight: 700;
}

.Shop__Name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #999;
}

.Nav {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0.75em 8px 0.5em;
  background-color: #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.Nav__Item {
  width: 33.3333%;
  text-align: center;
  color: #ccc;
  font-size: 1.2rem;
  font-weight: 700;
}

.Nav__Count {
  display: block;
  margin: 0 auto 0.5em;
  padding: 0 8px;
  color: #fff;
  font-weight: 700;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #ccc;
  border: 2px solid #ccc;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1) 300ms;
}

.Nav__Count:before, .Nav__Count:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 26px;
  z-index: -1;
  width: calc(((100vw - 16px) / 3) - 28px);
  max-width: 233px;
  height: 2px;
  background-color: #ccc;
}

.Nav__Count:after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-color: #7FC52D;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Nav .current {
  color: #7FC52D;
}

.Nav .current .Nav__Count {
  color: #fff;
  background-color: #7FC52D;
  border: 2px solid #7FC52D;
}

.Nav .current .Nav__Count:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background-color: #7FC52D;
}

.Nav .visited {
  color: #ccc;
}

.Nav .visited .Nav__Count {
  color: #7FC52D;
  border: 2px solid #7FC52D;
  background-color: transparent;
}

.Nav__Item:first-child .Nav__Count:before,
.Nav__Item:first-child .Nav__Count:after {
  display: none;
}

.Nav.is--Fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.Calender__Nav.is--Fixed {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 9999;
  max-width: 800px;
  background: #fff;
}
@media(min-width:800px) {
    .Nav.is--Fixed {
      left: calc(50% - 400px);
    }
    .Calender__Nav.is--Fixed {
      left: calc(50% - 400px);
    }
}

.Confirm {
  width: 100%;
  padding: 0.75em 16px;
  border-bottom: 1px solid #DDDDDD;
}

.Confirm__Label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #444;
}

.Confirm__Icon {
  width: 36px;
  margin-right: 2px;
  vertical-align: -12px;
}

.Confirm__Body {
  margin-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.confirm--Sun {
  color: #ee0055;
  font-weight: 700;
}

.confirm--Sat {
  color: #0088cc;
  font-weight: 700;
}

.confirm--Pay {
  display: inline-block;
  height: 22px;
  margin-left: 8px;
  padding: 0 0.75em;
  font-size: 1.2rem;
  line-height: 22px;
  font-weight: 700;
  color: #7FC52D;
  border: 1px solid #7FC52D;
  border-radius: 3px;
}

.page--Login--fb .Account__Login,
.page--Login .Account__Login {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: static;
  opacity: 1;
  background-color: transparent;
}

.page--Login--fb .Account__Login__Body,
.page--Login .Account__Login__Body {
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.page--Login .Account__Login__Head {
  padding-bottom: 0.25em;
  border: none;
}

.page--Login .Account__Login__Label {
  margin: 0;
}

.NewAccount {
  max-width: 480px;
  margin: 0 auto;
  padding: 1.75em 0 2em;
}

.NewAccount__Label {
  font-size: 2.0rem;
  font-weight: 700;
}

.NewAccount__Description {
  margin-top: 0.5em;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 700;
  color: #ff7755;
}

.NewAccount__2c {
  width: auto;
  margin: 0 -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.NewAccount__2c input.input--Text {
  margin: 0 8px;
  width: calc(50% - 16px);
}

.NewAccount__PostNumBtn {
  display: block;
  margin: 0 8px;
  width: calc(50% - 16px);
  text-align: center;
  color: #7FC52D !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
}

.NewAccount__PostNumBtn span {
  display: inline-block;
  padding-top: 2px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.NewAccount .Pulldown {
  height: auto;
  padding: 4px 0;
  border-bottom: none;
  display: block;
}

.NewAccount .Pulldown select {
  width: 100%;
  padding: 0 22px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
}

.NewAccount .Pulldown__Label:after {
  top: 5px;
}

.NewAccount .form--Check {
  padding-top: 0.5em;
}

.NewAccount__BtnWrap {
  width: 100%;
}

.NewAccount__BtnWrap .Button {
  width: 100%;
  margin-top: 1.25em;
}

.NewAccount__BtnWrap .without--logging {
  margin-top: 1em;
}

.NewAccount__1c, .NewAccount__2c,
.NewAccount .Pulldown {
  margin-top: 1em;
}

.NewAccount__Foot {
  width: 100%;
  padding: 2em 0 2.75em;
  border-top: 1px solid #DDDDDD;
}

.NewAccount__Foot__Description, .NewAccount__Foot__Mail {
  width: 275px;
  margin: 0 auto;
  font-weight: 700;
}

.NewAccount__Foot__Description {
  font-size: 1.2rem;
  color: #666;
}

.NewAccount__Foot__Mail {
  margin-top: 0.75em;
  height: 40px;
  line-height: 41px;
  text-align: center;
  font-size: 1.4rem;
  color: #7FC52D;
  border: 1px solid #7FC52D;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px 0px #7fc52d;
  box-shadow: 0px 0px 3px 0px #7fc52d;
}

.Loading {
  width: 100%;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #7FC52D;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

.txt--Sun {
  color: #ee0055;
}

.txt--Sat {
  color: #0088cc;
}

.txt--Past {
  color: #ccc;
}

.txt--Key {
  color: #7FC52D;
}

.page--NewCustomer .NewAccount {
  padding: 3em 0 2em;
}

.page--NewCustomer .NewAccount__Foot {
  width: 100%;
  padding: 2em 0 3.75em;
}

.page--Confirm {
  width: 100%;
  padding-bottom: 2em;
}
.t-center {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}
.t-right {
    text-align: right !important;
}
.red {
    color: #f00;
}
.bold {
    font-weight: 700;
}
.f-large {
    font-size: 130%;
}
.Account.info {
    height: auto;
    padding-top: 20px;
    background: none;
}
.Account.info a {
    color: #666;
}
.show_caution_wrap {
	display: block;
    color: #fff;
    padding: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #fafad2;
    cursor: pointer;
}
.caution_body {
	line-height: 170%;
	padding: 20px;
}

.top-bar__head-wrapper {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.top-bar__head, .top-bar__nav, .top-bar, .site-wrapper, .site-footer, .top-bar__head-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
/* ==========================================================================

Barger Icon

========================================================================== */
.burger-menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.burger-menu:after, .burger-menu:before {
  content: "";
}
.burger-menu span, .burger-menu::after, .burger-menu::before {
  backface-visibility: hidden;
  position: absolute;
  left: 8px;
  right: 8px;
  border-top: 4px solid #FFFFFF;
  transition: .2s;
  border-radius: 7px;
}
.burger-menu::before {
  top: 12px;
}
.burger-menu span {
  top: 22px;
}
.burger-menu::after {
  top: 32px;
}
.burger-menu.active::before, .burger-menu.active::after {
  top: 22px;
  backface-visibility: hidden;
  transition: .3s;
}
.burger-menu.active::before {
  transform: rotate(45deg);
}
.burger-menu.active span {
  opacity: 0;
}
.burger-menu.active::after {
  transform: rotate(-45deg);
}
/* ==========================================================================

Top Bar

========================================================================== */
.top-bar {
  background-color: #73C117;
}

.top-bar__nav-wrapper {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #8FCD45;
  border-top: 1px solid #FFFFFF;
  display: none;
  z-index: 10000;
}
.top-bar__nav-wrapper {
  position: static;
  background-color: #fafafa;
  border-top: none;
  display: none;
}
.top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list {
    margin-left: -20px;
}
@media (max-width: 991px) {
  .top-bar__nav-wrapper .top-bar__nav {
  }
  .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list, .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-accout {
      display: block;
      width: 50%;
      margin: 0;
  }
  .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-list li, .top-bar__nav-wrapper .top-bar__nav .top-bar__nav-accout li {
      width: 100%;
  }
}

.top-bar__head,
.top-bar__nav,
.top-bar,
.site-wrapper,
.site-footer,
.top-bar__head-wrapper
{
  max-width: 800px;
  margin: 0 auto;
}
.top-bar__head-wrapper {
    position: relative;
}


.top-bar__head-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media (min-width: 1201px) {
  .top-bar__head-wrapper {
/*    height: 160px;
    background-image: url("../images/bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1201px) {
  .site-name {
    padding: 24px 0;
  }
  .site-name img {
    width: 170px;
  }
}
.site-name {
  padding: 0 0 0 10px !important;
}
.site-name a {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}
@media (min-width: 1201px) {
  .site-name {
    padding: 0 !important;
  }
  .site-name a {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
  }
}

.burger {
  position: absolute;
  top: 6px;
  right: 10px;
}
@media (min-width: 1201px) {

}

.top-bar__nav {
  padding: 0 10px 26px;
}

.top-bar__nav {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top-bar__nav .top-bar__nav-accout {
  margin-left: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .top-bar__nav-list li a {
    vertical-align: -5px;
  }

  /* IE11 */
}
.top-bar__nav-list,
.top-bar__nav-accout {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar__nav-list li,
.top-bar__nav-accout li {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
  font-size: 0.9375rem;
}
.top-bar__nav-list a,
.top-bar__nav-accout a {
  color: #FFFFFF;
}
@media (min-width: 1201px) {
  .top-bar__nav-list,
  .top-bar__nav-accout {
    margin: 0 0 0 -40px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .top-bar__nav-list li,
  .top-bar__nav-accout li {
    width: auto;
    margin-top: 0;
    margin-left: 40px;
    padding: 0;
  }
  .top-bar__nav-list a,
  .top-bar__nav-accout a {
    color: #000000;
  }
  .top-bar__nav-list a:hover,
  .top-bar__nav-accout a:hover {
    color: #000000;
  }
}

.top-bar__nav-accout li {
  font-size: 0.8125rem;
  font-weight: 700;
}
.top-bar__nav-accout li a {
  width: 100%;
  padding: 6px 0 4px;
  display: block;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (min-width: 1201px) {
  .top-bar__nav-accout li {
    margin-left: 20px;
  }
  .top-bar__nav-accout li a {
    width: 160px;
  }
}

/* トップバー ===================================================================================*/
.top-bar {
  background-color: #333;
}

.site-name {
/*  padding: 18px 10px;*/
}
.site-name a {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
}
.top-bar__nav ul {
    width: 100%;
    border-bottom: 1px solid #999;
}
.top-bar__nav ul li {
    display: block;
    border-top: 1px solid #999;
    
}
.top-bar__nav ul li a {
    display: block;
    padding: 14px;
    text-decoration: none;
    cursor: pointer;
}
.top-bar__nav ul li a:hover {
    background: #eee;
}
#language_modal_body {
	
}
#language_modal_body ul {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#language_modal_body ul li , #language_modal  ul li {
	display: inline-block;
    min-width: calc(20% - 12px);
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 3px;
	margin-top: 10px;
}
#language_modal_body ul li:last-child, #language_modal  ul li:last-child {
}
#language_modal_body ul li a, #language_modal  ul li a {
	display: inline-block;
	min-height: 100px;
	min-width: 130px;
	width: 100%;
	line-height: 20px;
	padding: 30px 0;
}
#language_modal_body ul li a:hover, #language_modal  ul li a:hover {
	background: rgba(255,214,38,0.8);
	color: #333;
}
#language_modal .Default_Modal__Body.large {
	height: auto !important;
	padding-bottom: 30px;
}
.language_jp {
	background: url(/images/jp_72-48.png) no-repeat;
	background-position: 80px 50px;
}
.language_en {
	background: url(/images/us_72-48.png) no-repeat;
	background-position: 80px 50px;
}
.language_zht {
	background: url(/images/tw_72-48.png) no-repeat;
	background-position: 80px 50px;
}
.language_zhc {
	background: url(/images/cn_72-48.png) no-repeat;
	background-position: 80px 50px;
}
.language_ko {
	background: url(/images/kr_72-48.png) no-repeat;
	background-position: 80px 50px;
}
.language_exec {
	background: rgba(255,255,255,0.8);
	font-weight: bold;
}
.Event .checkbox--btn {
    margin: 0;
    height: auto;
    line-height: 1.3;
    padding: .75em .75em .75em 40px;
    text-align: left;
    display: block;
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
}
.Event .checkbox--btn:before {
    font-family: edison;
    content: '\e901';
    font-size: 1.8rem;
    position: absolute;
    top: 8px;
    left: .75em;
}
.Event__Meta__Date, .Event__Meta__Place {
    margin-top: .5em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #999;
    padding-left: 20px;
    position: relative;
}
.Event__Meta__Date:before {
    content: '\e900';
    left: 0;
}
.Event__Meta__Date:before, .Event__Meta__Place:before {
    font-family: icons;
    position: absolute;
}
.Event input[type=checkbox]:checked+.checkbox--btn .Event__Meta__Date, .Event input[type=checkbox]:checked+.checkbox--btn .Event__Meta__Place, .Event input[type=radio]:checked+.checkbox--btn .Event__Meta__Date, .Event input[type=radio]:checked+.checkbox--btn .Event__Meta__Place {
    color: #fff;
}
.EventMenu__Head {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
    font-weight: 700;
    color: #666;
}
.EventMenu__Item {
    padding: 1.25em 0 1.25em 16px;
    background-color: #f2f2f2;
}
input[type=text], input[type=email], input[type=url], input[type=number], input[type="button"], input[type="submit"], textarea, select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
}
.EventMenu__Item input[type=number].Quantity__Body__Input {
    background-color: #f2f2f2;
}
.Quantity input[type=number].Quantity__Body__Input {
    width: 65px;
    height: 23px;
    margin: 0;
    padding: 0 0 .25em;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.border-t {
	border-top: 1px solid #ddd;
}

.No-Customer {
	display: flex;
}
.w-auto {
	width: auto !important;
}
.w90 {
    width: 90% !important;
}
.w80 {
    width: 80% !important;
}
.w70 {
    width: 70% !important;
}
.w50 {
    width: 50% !important;
}
.w40 {
    width: 40% !important;
}
.w30 {
    width: 30% !important;
}

.iconLabel {
    display: inline-block;
    background: #fc6356;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 2px;
    vertical-align: middle;
    margin: 0 6px;
    position: relative;
    top: -1px;
}
.h-auto {
	height: auto !important;
}
.no-wrap {
	white-space: nowrap;
}
.error_bg {
	background: rgba(255,0,0,0.2);
}

.entry_title {
	padding: 1.8rem !important;
}
