html{
  height:100%;
  overflow-y: scroll;
}
body {
  font: 14px/1.231 Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
  *font-size: small;
  *font: x-small;
  letter-spacing: 0;
  color:#333;
  line-height:1.8;
  background: #f0f7fc;
  background: url(../images/bg_suibokuga.jpg) center fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,ol {list-style: none;}

img {  vertical-align: bottom;}
small {font-size: 79%;}

.fltList {  overflow: hidden;}
.fltList li {float: left;}

.tCtr { text-align:center;}

.mgnBtm10 {  margin-bottom: 10px;}
.mgnBtm20 {  margin-bottom: 20px;}
.mgnBtm30 {  margin-bottom: 30px;}
.mgnBtm40 {  margin-bottom: 40px;}
.mgnBtm50 {  margin-bottom: 50px;}
.mgnBtm60 {  margin-bottom: 60px;}

.tCtr {
  text-align: center;
}
.tRgt {
  text-align: right;
}
.fRed {
  color: #E7362E;
  background: none;
}
.btn-img {
  background-color: #f0c92d;
  padding: 16px 3em 12px;
  display: inline-block;
  text-decoration: none;
  border-radius: 80px;
}
.btn-img:hover {
  background-color: #f0852d;
}
.font-mincho {
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .btn-img {
    margin-top: 24px;
  }
  .btn-img {
    padding: 15px 1em 12px;
  }
  .btn-img img {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------
    common
---------------------------------------------------------------------- */

/* ログイン時
---------------------------------------------------------------------- */
.menu {
  padding: 40px 20px 0;
  text-align: right;
  /*background: #FFFFFF url('../images/flag.png') repeat-x;*/
  background-color: #252525;
  background:
  url('../images/kamon_east.png') right -63px center / 46%  no-repeat,
  url('../images/kamon_west.png') left -40px center / 46%  no-repeat,
  #252525;
}
.menuInner {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
.menuInner .logo {
  float: left;
  position: relative;
  z-index: 10;
}
.menuInner .logo img {
  width: 220px;
}
.menuInner ul {
  margin: 72px 0 0;
}
.menuInner li {
  display: inline-block;
}
.logo a {
  display: block;
}
.menu ul a {
  display: block;
  padding: 5px 15px;
  background: #736e56;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-decoration: none;
}

.menu-sub {
  position: absolute;
  left: 0;
  right: 0;
}
.menuInner-sub {
  width: 1000px;
  margin: 35px auto 0;
  text-align: right;
}
.menu-sub li {
  display: inline-block;
}
.menu-sub a {
  color: #ccc;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 85%;
  text-decoration: none;
  border: 1px solid #ccc
}
.menu-sub a:hover {
  background: rgba(255,255,255,.1);
}
.sp-menu { display: none;}

.link_like_cancel_button {
  font: inherit;
  border: none;
  background: none;
  padding: 0;
  text-decoration: underline;
  color: #D04C13;
  cursor: pointer;
}
.now-reserve-ttl{
  margin: 0 0 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px;
  background: #E7F3EB;
  font-size: 120%;
  color: #01561F;
}

@media only screen and (max-width: 480px) {
  .pc-menu { display: none;}
  .sp-menu { display: block;}
  .sp-menu h1 { text-align: left;}
  .sp-menu h1 img { width: 95px; height: auto;}
  .sp-menu .menu {
    padding: 14px 20px 14px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px #676767;
    z-index: 1010;
    box-sizing: border-box;
    background-size: auto 15px;
  }
  .menu-trigger {
    position: fixed;
    width: 20px;
    height: 15px;
    top: 24px;
    right: 23px;
    z-index: 105;
  }
  .menu-trigger::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 11px 10px;
    top: -11px;
    right: -10px;
    box-shadow: 0 0 4px #888;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #E7C000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) { top: 0;}
  .menu-trigger span:nth-of-type(2) { top: 6px;}
  .menu-trigger span:nth-of-type(3) { bottom: 0;}
  .menu-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .menu-trigger.open span:nth-of-type(2) { opacity: 0;}
  .menu-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #sp-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 95px 0 0;
    opacity: 0.9;
    display: none;
  }
  #sp-nav li {
    width: 85%;
    margin: 0 auto 15px;
    text-align: center;
  }
  #sp-nav li a { padding: 10px 0; border-radius: 4px;}
  #sp-nav li:nth-child(5) a, #sp-nav li:nth-child(6) a { background: #aaa;}
}

#wrap {
  width: 1000px;
  margin: 40px auto;
}
.steps {
  margin-bottom: 20px;
}
#step2 {
  background: #fff;
  padding: 20px;
}
#step3 {
  display: none;
}

.sectionTtl {
  text-align: center;
  font-weight: normal;
  font-size: 130%;
  color: #555;
  padding: 5px 30px;
  margin: 0 0 10px;
  border-top: solid 2px #777;
  border-bottom: solid 2px #777;
}
.sectionSubTtl {
  padding: 5px 10px;
  background: #E7362E;
  margin: 0 0 20px;
}

.whiteBox {
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1);
}
.whiteBox p.mgnBtm20 a {
  word-break: break-all;
}

/* ステップ */
.step-list {
  margin: 0 0 10px;
}
.step-list li {
  float: left;
  background: #fff;
  text-align: center;
  width: 24.15%;
  padding: 10px 0;
  margin: 5px .25%;
  position: relative;
  font-size: 93%;
}
.step-list .current {
  background: url(../images/current_bg.png);
  color: #fff;
  width: 25.5%;
  font-size: 120%;
  font-weight: bold;
  margin-top: 0;
}
.step-list .current span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 0 0;
  background: #fff;
  color: #9D8200;
  border-radius: 50px;
  text-indent: 0;
}
.step-list .current:before {
  content: "";
  position: absolute;
  top: 45px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 11px solid #aa8d16;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align:bottom;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  margin: 0;
  padding: 3px 10px;
  border: 1px solid #ccc;
  font: inherit;
  font-size:100%;
  border-radius: 0;
}
select {
  height: 40px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #F8F8F8;
  background-image: none;
  border-radius: 0;
  border: 0;
  outline: 1px solid #ccc;
  outline-offset: -1px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0 8px;
  min-width: 60px;
  font-size: 130%;
}
#step3 select {
  margin: 0;
}
#deck_rest,
#plaza_rest {
  color: #F99;
}
#member_select_msg,
#item_select_msg {
  color: #D04C13;
  text-align: center;
  padding: 0px;
  font-size: 126%;
  margin: 20px 0 0;
}
#reserve_plan_section td {
  font-size: 126%;
}


hr {
  border: none;
  height: 1px;
  background: #F2ECE7;
  margin: 30px 0;
}

.total {
  padding: 10px 20px 0;
  font-size: 120%;
}

.button-area {
  text-align: center;
  margin: 15px 0;
}
#num_section .button-area { margin: 25px 0 5px;}
#step2 .button-area {
  margin: 0px 0 30px;
  font-size: 130%;
}


.button {
  font-size: inherit;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 15px 25px;
  position: relative;
  background: #b19100;
  box-shadow: 0 3px 0 #7b6606;
  border-radius: 0;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  cursor: pointer;
  text-decoration: none;
  line-height: 20px;
  -webkit-appearance: none;
}
.button:hover {
  top: -4px;
  box-shadow: 0 6px 0 #7b6606;
}
.button:active {
  top: 3px;
  box-shadow: none;
}
.button:disabled {
  box-shadow: none;
  cursor: inherit;
}
.button:disabled:hover {
  top: 0;
}
.button-submit {
  background: #b19100;
  box-shadow: 0 3px 0 #7b6606;
  color: #fff;
}
.button-submit:hover {
  top: -4px;
  box-shadow: 0 6px 0 #7b6606;
}
.button-back {
  background: #F2ECE7;
  box-shadow: 0 3px 0 #CFB8A5;
  color: #000;
  text-shadow: none;
}
.button-back:hover {
  top: -4px;
  box-shadow: 0 6px 0 #CFB8A5;
}

.required-icon {
    background: #e88f3e;
    color: #fff;
    margin: 0 0 0 1em;
    font-size: 70%;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 1px;
    float: right;
}

/* ----------------------------------------------------------------------
    1. 日時を決めよう
---------------------------------------------------------------------- */
.table-style {
  margin: -1px 0 0;
  width: 100%;
}
#step3 .table-style {
  margin: auto;
}
.table-style tr {
  border-bottom: 1px dashed #C7BCB4;
}
.table-style tr:first-child {
  border-top: 1px dashed #C7BCB4;
}
.table-style th,
.table-style td {
  vertical-align: middle;
  padding: 15px;
}
.table-style th {
  background: #f0ecd9;
  color: #000;
  text-align: left;
  font-weight: normal;
  padding: 10px;
}
#num_section td {
  font-size: 130%;
  padding-top: 30px;
  padding-bottom: 30px;
}
#step3 .table-style .itemstyle td.sp-none {
  display: table-cell;
}
.area_section-list li {
  float: left;
  text-align: center;
  line-height: 1.3;
  width: 405px;
  padding: 10px;
  border-radius: 4px;
}
.area_section-list li strong {
  font-size: 126%;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #F8F8F8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
  box-sizing: content-box !important;  basicModalCSS打ち消し
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

i.checkbox, i.radio {  padding: 12px 2px 12px 22px;}
i.checkbox {  margin-top: -7px;}
i.radio {  margin-top: -3px;}
i.checkbox:before {  left: 8px;}
i.radio:before {  left: 7px;}
i.checkbox:after, i.radio:after {  left: 2px;}

@media only screen and (max-width: 480px) {
  #step3 .table-style:nth-child(2) th {
    display: none;
  }
  #step3 .table-style:nth-child(2) td {
    display: block;
    padding: 0 0 15px;
    width: -webkit-calc(100% - 120px);
    float: right;
  }
  #step3 .table-style td:nth-child(1) {
    float: left;
    width: 100px !important;
    padding: 15px 20px 0 0;
  }
  #step3 .table-style .itemstyle td:nth-child(1) {
    float: none;
    width: 100% !important;
    padding: 15px 0;
  }
  #step3 .table-style .itemstyle td:nth-child(2) {
    float: left;
    width: 200px !important;
    padding: 0 20px 20px 0;
  }
  #step3 .table-style .itemstyle td:nth-child(4),
  #step3 .table-style .itemstyle td:nth-child(5) {
    width: auto;
    text-align: right;
    float: none;
  }
  #step3 .table-style .itemstyle td.sp-none {
    display: none;
  }
  #step3 .table-style .itemstyle td select { margin-right: 0 !important; }
  #step3 .table-style td:nth-child(2) {
    padding: 15px 0 10px;
  }
  #step3 .table-style td:nth-child(4) select {
    margin: 0;
  }
  #step3 .table-style:nth-child(3) td { padding: 15px 15px;}
  #step3 .table-style:nth-child(3) td select { margin: 0;}
}
@media only screen and (max-width: 320px) {
  #step3 .table-style:nth-child(2) td { width: 58%;}
}

.area_section-list li:first-child {
  margin-right: 10px;
}
.area_section-list img {
  width: 100%;
  margin-bottom: 10px;
}
.area_section-list .area_1 {
  background: #E7C000;
}
.area_section-list .area_3 {
  background: #78B7AC;
}
.area_section-list .checkbox {
  display: none;
}

.notice {
  padding: 10px;
  background: #FEF9F7;
}
#item_section .notice {
  margin-bottom: 20px;
}

/*  reset fullcalendar */
.fc-center h2 { font-size: 156%;}
.fc-basic-view td.fc-week-number span, .fc-basic-view td.fc-day-number {
  padding: 0 5px;
}
.fc-toolbar {
  position: relative;
  z-index: 1000;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  overflow: hidden;
}
.fc-center {
  margin-bottom: 8px;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.fc-right {
  margin-bottom: 8px;
}
.fc-center h2 {
  position: relative;
}
.fc-center h2::before, .fc-center h2::after {
    content: "";
    position: absolute;
    top: 45%;
    width: 400%;
    height: 5px;
    /*background-image: url(../images/common/menu_w_line.png);*/
    /*background-color: #eee;*/
    border-top: 1px solid #9D8200;
    border-bottom: 1px solid #9D8200;
}
.fc-center h2::before {
    left: 120%;
}
.fc-center h2::after {
    right: 120%;
}
.fc th.fc-widget-header, .fc td.fc-widget-header {
  position: relative;
  z-index: 10;
  border: none;
}
.fc-sat { color: #9DCDED;}
.fc-sun { color: #DE926B;}
.fc-day-grid-event {
  border: none;
}
.fc-other-month {
  background: #eee;
}
.fc-basic-view .fc-body .fc-row {
/*
  max-height: 189px !important;
*/
}

#calendar {
  font-size: 126%;
  padding: 20px;
}
#calendar_dummy {
  background: #fff;
  padding: 20px;
  font-size: 93%;
}
.fc-view-container {
  padding-left: 220px;
}
.fc-month-button,
.fc-basicWeek-button {
  display: none;
}
.fc-content {
  text-align: center;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fc-row .fc-content-skeleton {
  padding: 0;
  height: 30px;
  border-bottom: 1px solid #ccc;
  z-index: 3;
}
.fc-day-grid-event {
  border: 1px solid #ccc;
}
.reservation, .ask {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  cursor: pointer;
  line-height: 19px;
}
.reservation:hover, .ask:hover {  background: #e6e6e6;}
.ask {  opacity: .4;}
.fc-event-container  .fc-event{
  color: #b98712;
}
.fc-event-container .holiday,
.fc-event-container .holiday:hover,
.fc-event-container .occupied {
  background: #ccc;
  color: #666;
}
.fc-event-container .occupied:hover {
  background: #bbb;
}
.fc-event-container a {
  height: 30px;
}
.area-header, .calendar-area {
  position: absolute;
  margin-left: -221px;
  width: 220px;
  font-size: 85%;
  z-index: 4;
}
.area-header {
  font-weight: bold;
  text-align: center;
  height: 30px;
}
.calendar-area {
  padding-top: 29px;
  border-left: 1px solid #ccc;
}
.fc-row:first-child .calendar-area {
  border-top: 1px solid #ccc;
  margin-top: -1px;
}
.calendar-area li {
  position: relative;
  padding: 0 0 0 50px;
  height: 40.25px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-top: 1px solid #ccc;
}
.calendar-area li:last-child {
  border-bottom: 1px solid #ccc;
}
.fc-row .calendar-area li:not(:last-child):before {
  content: '';
  display: block;
  width: 320%;
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 100%;
  border-bottom: 1px dashed #ccc;
}
.calendar-area-day-fes {
  color: #fff;
  background: #737373  url(../images/time.png) left 10px center  /   25px 25px no-repeat;
}
.calendar-area-day-park {
  color: #fff;
  background: #737373  url(../images/time.png) left 10px  center / 25px 25px no-repeat;
}
.calendar-area-night-fes {
  color: #fff;
  background: #8a8a8a url(../images/time.png) left 10px  center / 25px 25px no-repeat;
}
.calendar-area-night-park {
  color: #fff;
  background: #8a8a8a url(../images/time.png) left 10px  center / 25px 25px no-repeat;
}


@media only screen and (max-width: 480px) {
  #step2 {
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fc-view {
    width: 680px;
  }
  .fc-view > table {
    width: 650px;
  }
  .fc-head {
    float: left;
    width: 80px;
  }
  .fc-body {
    float: left;
    width: 570px;
  }
  .fc-widget-header {

  }
  .fc-widget-header, .fc-widget-content, .fc-event-container {
    display: block;
    height: 50px;
    position: relative;
  }
  .fc-widget-header::before, .fc-widget-content::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
  }
  .fc-widget-header:last-child::before, .fc-widget-content:last-child::before {
    display: none;
  }
  .fc-row {
    position: static;
  }
  .fc-row .fc-content-skeleton {
    border-bottom: none;
    height: 310px;
    font-size: 125%;
  }
  .fc-basic-view .fc-body .fc-row {
    height: 310px !important;
  }
  .fc-content-skeleton tr {
    float: left;
    width: 80.5px;
  }
  .calendar-area-sp {
    padding-left: 81px;
    font-size: 85%;
    line-height: 1.5;
  }
  .calendar-area-sp:not(:first-child) {
    display: none;
  }
  .fc-event-container a {
    height: 40px;
  }
  .calendar-area-sp li {
    text-align: center;
    float: left;
    width: 80.5px;
    padding: 5px 0;
    background-image: none;
    border-right: 1px solid #fff;
  }
  .calendar-area-sp li:last-child {
    border-right: none;
  }
  .fc th.fc-widget-header {
    border: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
}

/* error-box */
/*.error-box-wrap,
.error-box {
  -webkit-animation: basicModal__moveUpFade .3s cubic-bezier(.51,.92,.24,1.15);
  animation: basicModal__moveUpFade .3s cubic-bezier(.51,.92,.24,1.15);
}
.error-box-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 1000;
}
.error-box {
  width: 600px;
  margin: 30px auto;
  padding: 30px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: rgba(231,54,46,0.9);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.error-box-close {
  background: #fff;
  margin: 20px 0 0;
  line-height: 40px;
  border-radius: 30px;
  color: #EE716C;
  cursor: pointer;
}
.error-box-wrap-success .error-box {
  background: rgba(62,192,69,0.9);
}
.error-box-wrap-success .error-box-close {
  color: #3EC045;
}*/

/* ----------------------------------------------------------------------
    2.
---------------------------------------------------------------------- */
.itemplan img {
  width: 100px;
  height: 70px;
}
@media screen and (max-width: 480px) {
  .itemstyle img {
    width: auto;
    height: auto;
  }
}

/* ----------------------------------------------------------------------
    3. 最終確認
---------------------------------------------------------------------- */
.confirm.whiteBox {
  margin-bottom: 16px;
}
.confirm .button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirm .button-area .button-submit {
  width: 300px;
  margin-bottom: 8px;
}
.modal {
  display: none;
}
.basicModalContainer {
  background-color:rgba(0, 158, 157, 0.24);
}
.basicModal-register {
  top: 80px;
  width: 800px;
  left: 0;
  right: 0;
  margin: auto;
}
.basicModal-register .basicModal__content {
  padding: 40px;
  max-height: 80vh;
}
.basicModal-register .basicModal__xclose {
  display: none;
}
.basicModalContainer a {
  color: #D04C13;
}

@media screen and (max-width: 480px) {
  .basicModal,
  .basicModal-register {
    width: 95%;
    top: 100px;
  }
  .basicModal-register .basicModal__content {
    padding: 20px;
  }
}

/*
parsley
*/
.parsley-errors-list {
  color: #B94A48;
  font-size: 93%;
}
/*
basicModal
*/
.basicModal-action {
  display: none;
}

@media screen and (max-width: 480px) {
  #wrap {
      width: 100%;
      margin: 95px auto 40px;
  }
  .whiteBox {
    padding: 15px;
  }
  .step-list {
    font-size: 70%;
    display: flex;
  }
  .step-list li {
    float: none;
    line-height: 1.5;
    vertical-align: middle;
    width: calc(25% - 4px);
    margin: 0 2px 0;
  }
  .step-list .current {
    font-size: inherit;
  }
  .step-list li span {
    display: block;
  }
  .step-list .current span {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    color: inherit;
    line-height: inherit;
    background-color: transparent;
  }

  #num_section td {
    text-align: right;
    line-height: 1;
    padding: 15px;
  }
  #num_section span {
    display: block;
  }
  .area_section-list li {
    width: 100%;
  }
  .area_section-list .area_3 {
    margin-top: 10px;
  }

  #calendar {
    padding: 5px;
    font-size: 100%;
  }
  .fc-view-container {
    padding: 0;
    overflow: auto;
    height: 394px;
   }
  .fc-view-container::before, .fc-view-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -60px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    animation: 1.5s darker ease-in-out 1.75s infinite;
    -webkit-animation: 1.5s darker ease-in-out 1.75s infinite;
  }
  .fc-view-container::before {
    right: 16px;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
  }
  .fc-view-container::after {
    right: 10px;
  }
  @keyframes darker {
    0% {
      border-top: 2px solid #aaa;
      border-right: 2px solid #aaa;
    }
    100% {
      border-top: 2px solid #eee;
      border-right: 2px solid #eee;
    }
  }
  .fc-grdt {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1));
    z-index: 2;
    width: 32px;
    height: 394px;
  }
  .fc-unthemed .fc-today {
    background: #fcf8e3;
    border: none;
    border-color: #E7C000;
  }
  .table-style-inner th, .table-style-inner td {
    display: block;
  }
  .table-style-inner td {
    padding: 5px;
    text-align: right;
  }

  .button {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }


  /* ログイン時
  ---------------------------------------------------------------------- */
  .menuInner, .menuInner-sub {
    width: 100%;
  }

}

.sp-none {
  display: inline-block;
}
.pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: inline-block;
  }
  img.pc-none {
    max-width: 100%;
    height: auto;
  }
}
