@charset "UTF-8";
/*$red : #B51515;*/
#form-page {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  #form-page {
    margin-bottom: 120px;
  }
}

.form-page-container,.form-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.form-page-container .reserve-attention {
  margin: 30px 0;
  border: 5px solid #141414;
  padding: 30px 15px;
}

@media (min-width: 768px) {
  .form-page-container .reserve-attention {
    padding: 50px;
  }
}

.form-page-container .reserve-attention h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .form-page-container .reserve-attention h2 {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
}

.form-page-container .reserve-attention ul li {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .form-page-container .reserve-attention ul li {
    font-size: 1.6rem;
  }
}

.form-page-container .reserve-attention ul li:not(:last-child) {
  margin-bottom: 8px;
}

.form-page-container .reserve-attention ul .red {
  color: #D13A2B;
  font-weight: 700;
}

form .page-dokode td {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .page-dokode td span {
  width: 48%;
  margin-left: 0 !important;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  form .page-dokode td span {
    width: 24%;
  }
}

form .page-dokode td span input {
  height: auto;
}

.form-page-container .tel-area {
  margin-top: 20px;
  border-top: 1px dotted;
  padding-top: 20px;
}

.form-page-container .tel-area h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .form-page-container .tel-area h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

.form-page-container .tel-area .tap {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-page-container .tel-area .tel i {
    font-size: 2.5rem;
  }
}

.form-page-container .tel-area .tel a {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .form-page-container .tel-area .tel a {
    font-size: 3.0rem;
    pointer-events: none;
  }
}

.form-page-container .charter-area {
  margin-top: 20px;
  border-top: 1px dotted;
  padding-top: 20px;
}

.form-page-container .charter-area h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .form-page-container .charter-area h3 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

.form-page-container .charter-area .tap {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-page-container .charter-area .tel i {
    font-size: 2.5rem;
  }
}

.form-page-container .charter-area .tel a {
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .form-page-container .charter-area .tel a {
    font-size: 3.0rem;
    pointer-events: none;
  }
}

/* ---------------------------------
    SNS
---------------------------------- */
#sns {
  background: url(../images/bg_zara.jpg);
  overflow: auto;
}

#sns .sns-container {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin: 30px auto;
}

@media (min-width: 768px) {
  #sns .sns-container {
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}

#sns .sns-container #sns-facebook {
  width: 100% !important;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #sns .sns-container #sns-facebook {
    width: 50% !important;
    margin-bottom: 0;
  }
}

#sns .sns-container #sns-insta {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

@media (min-width: 768px) {
  #sns .sns-container #sns-insta {
    justify-content: space-around;
    width: 50% !important;
  }
}

#google_banner {
  margin: 30px auto　0;
}

a.cp_btn {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #9f5107;
  border: 1px solid #fff;
  overflow: hidden;
  letter-spacing: 1px;
}

a.cp_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -280px;
  height: 100%;
  width: 300px;
  background: #fff;
  opacity: 0.3;
  transition: .4s;
}

a.cp_btn:hover:before {
  left: 0;
}

/* ---------------------------------
    お問い合わせフォーム （ステップパー）
---------------------------------- */
ol.stepBar {
  margin-left: 0;
}

.stepBar {
  font-size: 1.4rem;
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .stepBar {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0px 20px 0 0;
  background-color: #eeeeee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.stepBar .step::before {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eeeeee;
  width: 30px;
  height: 30px;
}

.stepBar .step::after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eeeeee;
  width: 30px;
  height: 30px;
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.stepBar .step::before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.stepBar .step:first-child {
  -moz-border-radius-top-left: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottom-left: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.stepBar .step:first-child::before,
.stepBar .step:first-child::after {
  content: none;
}

.stepBar .step:last-child {
  -moz-border-radius-top-right: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottom-right: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.stepBar .step.current {
  color: #fff;
  background-color: #D13A2B;
  padding-right: 30px;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #D13A2B;
}

.stepBar.step2 .step {
  width: 50%;
}

.stepBar.step3 .step {
  width: 33.333%;
}

.stepBar.step4 .step {
  width: 25%;
}

.stepBar.step5 .step {
  width: 20%;
}

@media screen and (max-width: 940px) {
  .step-pc {
    display: none;
  }
}

@media screen and (min-width: 940px) {
  .step-sp {
    display: none;
  }
}

/* カレンダー崩れ */
.ui-corner-all {
  width: auto !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 10px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 10px !important;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 1.8rem !important;
}

/* ---------------------------------
お問い合わせフォーム
---------------------------------- */
table.form {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
  margin-bottom: 30px;
}

table.form input {
  height: 40px;
  padding-left: 6px;
  transition: all 0.7s ease;
}

table.form p {
  font-size: 1.4rem;
}

table.form th {
  font-size: 1.4rem;
  width: 250px;
  padding: 10px;
  border-top: 1px solid #ccc;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background: #D13A2B;
  color: #fff;
}

@media (min-width: 768px) {
  table.form th {
    font-size: 1.5rem;
  }
}

table.form td {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  padding: 10px;
  color: #000;
  vertical-align: middle;
}

@media (min-width: 768px) {
  table.form td {
    padding: 30px;
  }
}

.label-important,
.badge-important {
  background-color: #666;
  margin-left: 10px;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 4px 3px 5px;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #c45b67;
}

.badge {
  display: inline-block;
  padding: 3px 4px 3px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #800412;
}

.mw_wp_form .error {
  width: auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: inline-block !important;
  padding: 3px 5px !important;
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #fff !important;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #D13A2B;
  border-radius: 3px;
  margin-top: 4px;
  margin-left: 0px;
  margin-bottom: 0px !important;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"] {
  color: #000;
}

select,
textarea {
  color: #000;
}

.woocommerce-message:before,
.alert-success:before,
.success:before,
.woocommerce-error:before,
.alert-error:before,
.error:before,
.woocommerce-info:before,
.alert-info:before,
.info:before,
.woocommerce-warning:before,
.alert-warning:before,
.warning:before {
  left: 14px;
  margin-top: -14px;
}

textarea.naiyou {
  width: 100%;
  height: 130px;
  border: 1px solid #ccc;
}

div.center {
  text-align: center;
  margin: 0 auto;
}

.btn-area {
  text-align: center;
  margin-top: 50px;
}

.form-button {
  width: 45%;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  background: #ff9704;
  display: inline-block;
  padding: 15px 0;
  font-weight: 700;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .form-button {
    width: 80%;
    padding: 20px 0;
  }
}

.form-button:hover {
  opacity: 0.85;
  transition: 0.2s;
}

.form-button input[type=submit] {
  border-radius: 20px !important;
}

.form-button::before,
.form-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.form-button::before,
.form-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.1s ease;
  cursor: pointer;
}

@media screen and (min-width: 922px) {
  .form-button {
    font-size: 1.8rem;
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .form-button {
    font-size: 18px;
  }
}

.form select {
  border-radius: 0 !important;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
}

.course_menu {
  color: #f15a25;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tyui {
  font-size: 12px;
  color: #ff0000;
}

@media screen and (min-width: 767px) {
  .tyui {
    font-size: 13px;
  }
}

.mw_wp_form .vertical-item {
  height: 26px;
}

hr.kugiri {
  margin-top: 12px;
  margin-bottom: 4px;
  border-top: 1px dotted #cccccc;
}

hr.kugiri2 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px dotted #cccccc;
}

input.nittei,
.form input {
  margin-right: 15px;
}

.form_kakunin {
  display: none;
}

.form_check {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  color: #D13A2B;
  font-weight: bold;
}

@media (min-width: 768px) {
  .form_check {
    font-size: 2.0rem;
  }
}

.form_error {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
  color: #502E09;
  font-weight: bold;
}

h2.title-main {
  margin-top: 50px;
}

/* ---------------------------------
カスタム（スマホ）
---------------------------------- */
@media (max-width: 970px) {
  .waku {
    width: auto;
  }
  table.form tr {
    display: block;
    width: auto;
  }
  table.form th {
    border-top: none;
    display: block;
    width: auto;
    text-align: left;
  }
  table.form td {
    border-top: none !important;
    display: block;
    width: 100%;
  }
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="date"],
  input[type="range"],
  input[type="password"] {
    width: 100%;
  }
  select,
  textarea {
    width: 100%;
  }
  input[type="submit"] {
    transition: all 0.7s ease;
  }
  .mw_wp_form .vertical-item {
    display: inline-block !important;
  }
  input.nittei {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 971px) {
  input.nittei {
    margin-bottom: 0;
  }
}

select.jikan {
  width: auto;
}

select.jikan.space {
  margin-left: -15px;
}

@media screen and (min-width: 971px) {
  select.jikan.space {
    margin-left: 0;
  }
}

#party-guidance02-wrap {
  margin-top: 120px;
}

.form-day-select td select {
  width: 20%;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .form-day-select td select {
    width: 80px;
    height: 40px;
    padding: 5px;
  }
}

.form-day-select td div {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .form-day-select td div {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0;
  }
}

.form-day-select td div select {
  width: 15%;
}

@media screen and (min-width: 768px) {
  .form-day-select td div select {
    width: 60px;
  }
}

#party-guidance02 a.reserveBtn {
  text-align: center;
  color: #800012;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
  margin: 0 auto 30px;
  display: block;
}

.yoyaku-attention {
  color: #333;
  border: 1px solid #800012;
  padding: 10px;
  background: #fbebe9;
  margin: 40px 0 !important;
}