body {
  -webkit-text-size-adjust: 100%;
}

.mailform .info {
  margin-bottom: 5rem;
}

.mailform .pfr_reserve_q {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 8px;
}

.mailform .pfr_reserve_a {
  font-size: 1.6rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
}

#reserve #flow ul {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

#reserve #flow ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;

  width: 40px;
  height: 40px;
  background-color: #ccc8c6;
  border-radius: 50%;
}

#reserve #flow ul li.current {
  background-color: #2F1812;
  color: #fff;
}

#reserve #flow ul li:nth-child(-n+3)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55px;
  width: 50px;
  height: 1px;
  background-color: #ccc8c6;
}

#reserve .form-wrap {
  padding-bottom: 10rem;
}

#reserve .form-wrap .isError {
  background-color: #ffefef !important;
  border: 1px solid #A9A9A9 !important;
}

#reserve .form-wrap .formErrorContent {
  display: none;
  color: #c00;
  font-weight: bold;
  margin: 10px 0 0;
}

#reserve .form-wrap .next,
#reserve .form-wrap .prev {
  position: relative;
  display: inline-block;
  background-color: #ddd;
  line-height: 100%;
  border: none;
  padding: 24px 30px;
  margin: 30px 10px;
  color: #3C1E00;
  font-weight: bold;
  text-decoration: none;
  width: 200px;
}

#reserve .form-wrap .prev:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 9px solid #3C1E00;
  border-left: 9px solid transparent;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}

#reserve .form-wrap .next:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-left: 9px solid #3C1E00;
  border-right: 9px solid transparent;
  border-bottom: 5px solid transparent;
  cursor: pointer;
}

#reserve .form-wrap .label-block label {
  display: block;
}

#reserve .form-wrap .rsv-select {
  margin: 0;
}

#reserve .form-wrap .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

#reserve .form-wrap .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  width: 480px;
  height: 40px;
  margin-top: 0;
}

#reserve .form-wrap .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #351b16;
  color: #351b16;
  margin: 0;
  padding: 0 15px 0 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#reserve .form-wrap .select-styled:after {

  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -6px;
  right: 6px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);

}

#reserve .form-wrap .select-styled:hover {
  background-color: #fff;
}

#reserve .form-wrap .select-styled:active,
.select-styled.active {
  color: #fff;
  background-color: #351b16;
}

#reserve .form-wrap .select-styled:active:after,
.select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

#reserve .form-wrap .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #351b16;
  border-bottom: 1px solid #351b16;
  z-index: 10010;
}

#reserve .form-wrap .select-options.rev {
  top: auto;
  bottom: calc(100% - 22px);
}

#reserve .form-wrap .select-options::-webkit-scrollbar {
  width: 5px;
  background: #eee;
}

#reserve .form-wrap .select-options::-webkit-scrollbar-track {
  background-color: #eee;
}

#reserve .form-wrap .select-options::-webkit-scrollbar-thumb {
  background-color: #333;
}

#reserve .form-wrap .select-options li {
  display: none;
  margin: 0;
  padding: 6px 0;
  text-indent: 15px;
  border-top: 1px solid #351b16;
  border-right: 1px solid #351b16;
  border-left: 1px solid #351b16;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  align-items: center;
  justify-content: space-between;
}

#reserve .form-wrap .select-options li:first-child {
  border-top: none;
}

#reserve .form-wrap .select-options li:hover,
#reserve .form-wrap .select-options li.is-selected {
  color: #fff;
  background: #351b16;
}

#reserve .form-wrap .select-options li[rel="hide"] {
  display: none;
}

#reserve .form-wrap .select-options li.active {
  display: flex;
}

.select-styled .gwrap,
.select-options .gwrap {
  padding-right: 20px;
  text-align: right;
}

#near span.name,
.select-styled .name,
.select-options .name {
  text-indent: 0;
  padding-left: 13px;
}

.select-styled .gwrap span,
.select-options .gwrap span {
  display: inline-block;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  padding: 4px 3px;
  text-indent: 0;
  margin-left: 5px;
  vertical-align: 2px;
}

#near {
  margin-top: 2rem !important;
}

#near span.g1,
.select-styled .gwrap span.g1,
.select-options .gwrap span.g1 {
  background-color: #001E41;
}

#near span.g2,
.select-styled .gwrap span.g2,
.select-options .gwrap span.g2 {
  background-color: #BC9C8F
}

#near span.g3,
.select-styled .gwrap span.g3,
.select-options .gwrap span.g3 {
  background-color: #97BBD6
}

#near .gwrap span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 4px 5px;
  text-indent: 0;
  margin-left: 5px;
  vertical-align: 2px;
}

#near span.name {
  color: #3c1e00;
  padding-left: 0;
  font-size: 1.3rem;
  cursor: pointer;
}

#near span.name:hover {
  text-decoration: underline;
}

#formwrap {
  display: block;
}

#formwrap .form-wrap {
  display: block;
  width: 100%;
  border-top: 1px dotted #aab1bd;
}

#formwrap .form-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#formwrap .form-content .th {
  display: block;
  /* white-space: nowrap; */
  width: 245px;
}

#formwrap.confirm .form-content .th {
  width: 250px;
}

#formwrap .form-content .td {
  display: block;
  flex: 1
}

#formwrap .form-content .hide {
  display: none;
}

#formwrap .form-content #input-more {
  text-align: center;
  background-color: #E7E7E7;
  line-height: 1;
  padding: 8px;
  cursor: pointer;
  margin-bottom: 1rem;
  width: 90%;
}

#formwrap .form-content #input-more span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #3c1e00;
  border-bottom: 1px solid #3c1e00;
  transform: rotate(45deg);
  position: relative;
  left: 8px;
  top: -4px;
}

#formwrap .form-content #input-more.open span {
  transform: rotate(-135deg);
  top: 2px;
}

.lang-en .mailform .form-content .nw{
  width: auto;
}

#reserve .btns {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #header {
    transition: all .2s ease;
  }

  #header.hide {
    top: -140px;
  }

  .mailform p {
    padding: 0 10px;
  }

  .mailform .info {
    padding: 0 10px;
  }

  .mailform .pfr_reserve_q {
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 8px;
  }

  .mailform .pfr_reserve_a {
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
  }


  #reserve #flow {
    margin: 10px 0 1em;
  }

  #reserve #flow ul li {
    margin: 0 25px;
    width: 30px;
    height: 30px;
  }

  #reserve #flow ul li:nth-child(-n+3)::after {
    width: 20px;
    left: 44px;
  }

  .mailform #formwrap .form-content .td {
    width: 100%;
  }

  .mailform #formwrap.select {
    transform: none !important;
  }

  .mailform #formwrap .form-content {
    display: block;
    width: 100%;
  }

  .mailform #formwrap .form-content .th {
    width: 100%;
    font-size: 1.4rem;
    white-space: unset;
  }

  .mailform #formwrap.confirm .form-content .th {
    width: 100%;
    white-space: unset;
    font-size: 1.4rem;
  }

  .form-content p.annotation {
    padding: 0;
    font-size: 1.2rem !important;
  }

  #reserve .form-wrap .select {
    width: 100%;
  }

  #reserve .form-wrap .select-options li {
    padding: 10px 0;
    min-height: 40px;
    line-height: 1.5;
  }

  #reserve .form-wrap .select-options {
    position: fixed;
    top: 50% !important;
    bottom: auto !important;
    left: 3vw;
    width: 94vw;
    z-index: 10010;
    transform: translateY(-50%);
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    display: none;
  }

  #overlay.show {
    display: block;
  }

  .select-styled .name,
  .select-options .name {
    font-size: 1.4rem;
    padding-left: 10px;
  }

  .select-styled .name,
  .select-options .name {
    flex: 1;
  }

  .select-options .close {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 12px;
    transform: rotate(45deg);
  }

  .select-options .close::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 50%;
  }

  .select-options .close::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #000;
    left: 50%;
  }


  .form-content .hi {
    font-size: 1.2rem;
    display: inline-block;
  }
}

/* カレンダー
=================================== */
.calendar-content .cal_move {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calendar-content .cal_move .move-btn {
  width: 20px;
  position: relative;
  cursor: pointer;
}

.calendar-content .cal_move .cal_next i {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #3c1e00;
  border-right: 2px solid #3c1e00;
  transform: rotate(45deg);
}

.calendar-content .cal_move .cal_prev i {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #3c1e00;
  border-left: 2px solid #3c1e00;
  transform: rotate(-45deg);
}

.calendar-content .cal_move .move-btn.disabled {
  cursor: default;
}

.calendar-content .cal_move .cal_next.disabled i,
.calendar-content .cal_move .cal_prev.disabled i {
  border-color: #ccc;
}

.calendar-content .cal_move .nowdate {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 25px;
  width: 250px;
}

.calendar-content .cal_move .nowdate .year {
  font-size: 1.5rem;
  display: block;
}

.calendar-content .cal_move .nowdate .md {
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
}

.calendar-content .calendar {
  /* min-height: 430px; */
}

.calendar-content .calendar-wrap {
  position: relative;
}

.calendar-content .calendar p {
  padding: 10rem 0;
  text-align: center;
}

.calendar-content .calendar table {
  width: 100%;
}

.calendar-content .calendar table thead td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px;
  vertical-align: middle;
}

.calendar-content .calendar table tbody td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 6px;
  vertical-align: middle;
}

.calendar-content .calendar table thead td i {
  display: block;
}

.calendar-content .calendar table thead td.sun i {
  color: #ff5f5f;
}

.calendar-content .calendar table thead td.sat i {
  color: #1298ff;
}

.rev {
  line-height: 0;
  display: block;
}

.hanrei .rev {
  display: inline-block;
}

td.selected {
  background-color: #ffa;
}

td.selected-cal1 {
  background-color: #ffe8f7;
  line-height: 1;
  font-size: 1.4rem;
}


.rev i {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: auto;
  border: 2px solid #66f;
  cursor: pointer;
}

.rev i:hover {
  font-weight: bold;
  border-color: #f66;
}

td.selected-cal1 i {
  width: auto;
  height: auto;
  border: none;
  cursor: default;
  position: relative;
}

td.selected-cal1 i::after {
  content: "第一\A希望";
  white-space: pre;
  line-height: 1;
}

.tel {
  text-decoration: none;
}


#telmodal {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background-color: #003a64;
  color: #d5c2a4;
  text-align: center;
}

#telmodal .olo-tel-head {
  font-size: 1.6rem;
  display: block;
}

#telmodal .olo-tel-head br {
  display: none;
}

#telmodal .olo-tel-number {
  font-size: 3rem;
  display: block;
}

#telmodal .olo-tel-time {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}

#telmodal .olo-tel-time span {
  margin-left: 1em;
}

#telmodal .olo-tel-call-btn {
  padding: 20px 0 0;
}

#telmodal .olo-tel-call-btn a {
  display: inline-block;
  background-color: #d5c2a4;
  color: #003a64;
  font-weight: bold;
  width: 210px;
  padding: 14px 32px;
  text-decoration: none;
}

#telmodal .olo-tel-call-btn a:hover {
  background-color: #efe3d0;
}

#telmodal .olo-tel-form-btn {
  padding: 20px 0 0;
}

#telmodal .olo-tel-form-btn a {
  display: inline-block;
  background-color: #d5c2a4;
  color: #003a64;
  font-weight: bold;
  width: 210px;
  padding: 8px 30px;
  text-decoration: none;
}

#telmodal .olo-tel-form-btn a:hover {
  background-color: #efe3d0;
}

#telmodal .mfp-close {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .hanrei {
    font-size: 1.4rem;
  }

  .calendar-content .calendar table {
    font-size: 1.2rem;
  }

  .calendar-content .calendar table thead td {
    padding: 6px 3px;
    font-size: 1.1rem;
  }

  .calendar-content .calendar table tbody td {
    padding: 6px 3px;
  }

  #telmodal .olo-tel-head {
    font-size: 4vw;
  }

  #telmodal .olo-tel-call-btn a {
    padding: 8px 40px;
  }

  #telmodal {
    padding: 40px 20px;
  }
}


.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10rem 0;
}

.loading.hide {
  display: none;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
}

.loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(148, 148, 148, 0.2);
  border-right: 1.1em solid rgba(148, 148, 148, 0.2);
  border-bottom: 1.1em solid rgba(148, 148, 148, 0.2);
  border-left: 1.1em solid #949494;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.attention-box .title{
  color: #c00;
  font-weight: bold;
}

.attention-box p{
  margin-bottom: 1rem;
}

.enshow{
  display: none;
}

.lang-en .enshow{
  display: block;
}
.lang-en .ennote{
  margin-bottom: 2rem;
}