@charset "UTF-8";
/**
 * APP FORM
 */
#contents .appform-header {
  margin-bottom: 10px;
}

#contents .appform-header p {
  margin: 0;
}

#contents .appform-header .orange {
  color: #ff7200;
  font-size: .93em;
  font-style: normal;
  font-weight: normal;
  font-weight: 450;
}

#contents .appform-header .title {
  position: relative;
}

#contents .appform-header h3 {
  margin-top: 40px;
  margin-bottom: 0;
}

#contents .appform-header h4 {
  font-size: .93em;
  margin-top: 20px;
  margin-bottom: 8px;
}

#contents .appform-header dl {
  margin-bottom: 0;
}

#contents .appform-header .required {
  position: absolute;
  top: 5px;
  right: 0;
  color: #e63200;
  font-size: .85em;
}

@media screen and (max-width: 767px) {
  #contents .appform-header .required {
    position: relative;
  }
}

#contents .appform-header .banner {
  margin-bottom: 30px;
}

#contents .appform-header .banner img {
  width: 100%;
  height: auto;
}

#contents .appform-header .text {
  color: #ff7200;
  margin-top: 10px !important;
}

#contents .appform-section {
  width: 600px;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  #contents .appform-section {
    margin-top: 5px;
    width: auto;
  }
}

#subscription-page #contents .appform-section {
  width: 720px;
}

@media screen and (max-width: 767px) {
  #subscription-page #contents .appform-section {
    width: auto;
  }
}

#contents .appform-section dl {
  display: flex;
  align-items: center;
  padding: 8px 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #a7d687;
  overflow: visible;
}

@media screen and (max-width: 767px) {
  #contents .appform-section dl {
    display: block;
    width: 86vw;
    margin: 0 auto;
    padding: 10px 0;
    background-image: none;
  }
}

#contents .appform-section dl::after {
  display: block;
  content: '';
  clear: both;
}

#contents .appform-section dl dt {
  width: 180px;
  margin: 0 10px 0 0 !important;
}

@media screen and (max-width: 767px) {
  #contents .appform-section dl dt {
    float: none;
    width: auto;
    border-left: 5px solid #a0a0a0;
    padding-left: 5px;
    margin-bottom: 7px !important;
  }
}

#contents .appform-section dl dt .normal {
  font-weight: 450;
}

#subscription-page #contents .appform-section dl dt {
  width: 215px;
}

@media screen and (max-width: 767px) {
  #subscription-page #contents .appform-section dl dt {
    width: auto;
    margin-right: 0 !important;
  }
}

#contents .appform-section dl dd {
  position: relative;
  flex: 1;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #contents .appform-section dl dd {
    width: auto;
  }
}

#contents .appform-section .required dt::after {
  content: '※';
  color: #e63200;
  font-size: .85em;
  vertical-align: .2em;
  margin-left: .2em;
}

#contents .appform-section .error {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 4px 8px;
  background-color: rgba(255, 160, 160, 0.4);
  border: 1px solid rgba(255, 160, 160, 0.4);
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#contents .appform-section .error-hidden {
  opacity: 0;
  visibility: hidden;
}

#contents .appform-section .error + .error {
  display: none;
}

#contents .appform-section .group {
  position: relative;
  margin: 5px 0;
}

@media screen and (max-width: 767px) {
  #contents .appform-section .group {
    margin: 3px 0;
  }
}

#contents .appform-section .group-custom .mwform-radio-field:nth-of-type(2) {
  display: inline-block;
}

/*
#contents .appform-section .group-transportation .mwform-radio-field:nth-of-type(2)::after {
  color: #ff7200;
  content: '（JR本庄駅南口 14時集合）';
}
*/

#contents .appform-section .submit-btn {
  text-align: center;
  margin: 30px auto;
}

#contents .appform-section .submit-btn input[type="submit"] {
  display: inline-block;
  color: #736b57;
  font-size: 1.8rem;
  font-weight: bold;
  width: 220px;
  height: 44px;
  background-color: #fff;
  border: 2px solid #c5bc9b;
  border-radius: 50px;
  cursor: pointer;
  transition: all .2s;
}

#contents .appform-section .submit-btn input[type="submit"]:hover {
  color: #af975a;
  background-color: rgba(175, 151, 90, 0.2);
}

@media screen and (max-width: 767px) {
  #contents .appform-section .submit-btn input[type="submit"] {
    width: 200px;
  }
}

#contents .appform-section .submit-btn button[name="submitBack"] {
  color: #a0a0a0;
  font-size: 1.5rem;
  min-width: initial;
  height: 20px;
  margin-right: 20px;
  margin-top: 12px;
  padding: 0 !important;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all .2s;
}

#contents .appform-section .submit-btn button[name="submitBack"]:focus {
  border: 0 !important;
  box-shadow: none;
}

#contents .appform-section .submit-btn button[name="submitBack"]:hover {
  color: #707070;
}

#contents .appform-section .head {
  margin-right: .5em;
}

#contents .appform-section .checkin-out .head {
  display: inline-block;
  width: 8em;
  margin-bottom: 3px;
}

#contents .appform-section .bullet {
  position: relative;
  line-height: 1.7;
  margin: 8px 0 !important;
  padding-left: 1em;
}

#contents .appform-section .bullet li {
  list-style: none !important;
  margin: 0 !important;
}

#contents .appform-section .bullet li::before {
  position: absolute;
  left: 0;
  content: "※";
}

#contents .appform-section .bullet .color {
  color: #ff7200;
  font-size: .93em;
  font-weight: normal;
  font-weight: 450;
}

#contents .appform-section .bullet .no-bullet {
  margin-left: -1em !important;
}

#contents .appform-section .bullet .no-bullet::before {
  display: none;
}

#contents .appform-section .notes {
  display: block;
  margin: 5px !important;
}

#contents .appform-section .link {
  font-size: .93em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #contents .appform-section .link {
    text-align: center;
  }
}

#contents .appform-section .link a {
  color: #808080;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  border-radius: 50px;
  transition: all .2s;
}

@media screen and (max-width: 767px) {
  #contents .appform-section .link a {
    font-size: 0.8em;
  }
}

#contents .appform-section .link a:hover {
  color: #606060;
  font-weight: bold;
  background-color: #e8e8e8;
}

#contents .appform-section .visited-year {
  display: inline-block;
}

#contents .appform-section input[name="name"], #contents .appform-section input[name="kana"] {
  width: 20em;
}

@media screen and (max-width: 767px) {
  #contents .appform-section input[name="name"], #contents .appform-section input[name="kana"] {
    width: 100% !important;
  }
}

#contents .appform-section input[name="zip[data][0]"] {
  width: 4em !important;
}

#contents .appform-section input[name="zip[data][1]"] {
  width: 5em !important;
}

#contents .appform-section input[name="checkin"], #contents .appform-section input[name="checkout"], #contents .appform-section input[name="visit-date"] {
  width: 200px !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiAgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IiNjMGMwYzAiIGQ9Ik05LDEwVjEySDdWMTBIOU0xMywxMFYxMkgxMVYxMEgxM00xNywxMFYxMkgxNVYxMEgxN00xOSwzQTIsMiAwIDAsMSAyMSw1VjE5QTIsMiAwIDAsMSAxOSwyMUg1QzMuODksMjEgMywyMC4xIDMsMTlWNUEyLDIgMCAwLDEgNSwzSDZWMUg4VjNIMTZWMUgxOFYzSDE5TTE5LDE5VjhINVYxOUgxOU05LDE0VjE2SDdWMTRIOU0xMywxNFYxNkgxMVYxNEgxM00xNywxNFYxNkgxNVYxNEgxN1oiIC8+PC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: calc(100% - 4px) 63%;
}

#contents .appform-section input[name="checkin"]:focus, #contents .appform-section input[name="checkout"]:focus, #contents .appform-section input[name="visit-date"]:focus {
  background-image: none;
}

#contents .appform-section input[name="visit-date"] {
  width: 150px !important;
}

#contents .appform-section input[type='radio'] + span {
  margin-bottom: 0;
}

#contents .appform-section input:disabled + span {
  color: #c8c8c8;
}

#contents .appform-section input:disabled + span::before {
  border-color: #e8e8e8;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  #contents .appform-section .vertical-item {
    margin: 5px 0 !important;
  }
  #contents .appform-section .vertical-item:first-of-type {
    margin-top: 10px !important;
  }
  #contents .appform-section .vertical-item:last-of-type {
    margin-bottom: 10px !important;
  }
}

#contents .appform-section .mwform-tel-field input {
  width: 16%;
}

@media screen and (max-width: 767px) {
  #contents .appform-section .mwform-tel-field input {
    width: 29%;
  }
}

#ui-datepicker-div {
  font-size: 1.5rem !important;
}

@media screen and (max-width: 767px) {
  #ui-datepicker-div {
    font-size: 1.6rem !important;
  }
}

#ui-datepicker-div .ui-datepicker-title select {
  vertical-align: bottom;
}

#ui-datepicker-div th, #ui-datepicker-div td {
  line-height: 1.7;
}

.month-picker-year-table,
.month-picker-month-table {
  margin: 2px auto;
}

.month-picker-year-table .ui-button,
.month-picker-month-table .ui-button {
  font-size: 1.4rem !important;
}

@media screen and (max-width: 767px) {
  .month-picker-year-table .ui-button,
  .month-picker-month-table .ui-button {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .month-picker-header {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
}

@media screen and (max-width: 767px) {
  .month-picker,
  .ui-datepicker {
    position: fixed !important;
    top: auto !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    font-size: .9em !important;
    width: 100% !important;
    padding: 10px 30px 10px !important;
    margin: 0 auto !important;
    background-image: none !important;
    background-color: #f4f4f4 !important;
    border: 0 !important;
    border-top: 1px solid #909090 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
  }
  .ui-datepicker-calendar thead {
    line-height: 1;
  }
  .ui-datepicker-calendar thead th {
    padding: 8px 0 !important;
  }
  .ui-datepicker-calendar thead th span {
    font-size: .8em;
  }
}

#subscription-confirm-page #contents p {
  margin: 0;
}

#subscription-confirm-page #contents .appform-section {
  width: 720px;
}

@media screen and (max-width: 767px) {
  #subscription-confirm-page #contents .appform-section {
    width: auto;
  }
}

#contents .mw_wp_form_confirm dl dt {
  font-weight: normal;
  font-weight: 450;
  width: 215px;
}

#contents .mw_wp_form_confirm dl dd {
  color: #333;
  font-size: 1.1em;
  font-weight: bold;
}

#contents .mw_wp_form_confirm .group {
  min-height: 1.4em;
  line-height: 1.4;
}

#contents .mw_wp_form_confirm .confirm {
  display: none;
}

#contents .mw_wp_form_confirm .required dt::after {
  display: none;
}

#contents .mw_wp_form_confirm .bullet {
  display: none;
}

#contents .mw_wp_form_confirm .notes {
  display: none;
}

#contents .mw_wp_form_confirm .link {
  display: none;
}

#contents .appform-header .thanks-message {
  margin: 60px 0 80px;
  text-align: center;
}

#contents .appform-header .thanks-message p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.8rem;
}

#contents .appform-header .gohome {
  margin-bottom: 50px;
  text-align: center;
}

#contents .appform-header .gohome a {
  display: inline-block;
  color: #736b57;
  font-size: 1.6rem;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 180px;
  height: 36px;
  background-color: #fff;
  border: 2px solid #c5bc9b;
  border-radius: 50px;
  cursor: pointer;
  transition: all .2s;
}

#contents .appform-header .gohome a:hover {
  color: #af975a;
  background-color: rgba(175, 151, 90, 0.2);
}

#contents .appform-complete {
  display: none;
}

/*# sourceMappingURL=../map/css/style-appform.css.map */
