.form {
  width: 800px;
  margin: 0 auto 70px;
}
form:not(:first-child) .form {
  border: 20px solid #f2f1ed;
  padding: 50px 60px 80px;
}
.section form:not(:first-child) .form {
  margin: 70px auto;
}
.form h2 {
  font-weight: normal;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 43px;
  font-family: "A1明朝", "A1 Mincho", "Hiragino Mincho ProN", "MS PMincho", "MS Mincho", serif;
}
.form .title-box {
  padding: 0 60px;
  font-size: 2.4rem;
  /*font-family: bold;*/
}
.form .title-box.box2 {
  margin-bottom: 50px;
}
.form .title-box .img {
  float: left;
  width: 180px;
  margin-right: 30px;
}
.form .title-box .date {
  margin-bottom: 20px;
}
.form .title-box .title {
  background: #edf5ea;
  padding: 20px;
  margin-left: 210px;
}
.form .title2 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.form .faq {
  font-size: 1.6rem;
  /*font-family: bold;*/
  text-align: center;
  margin-top: 20px;
}
.form .faq a {
  text-decoration: underline;
}
.form .faq a:hover {
  text-decoration: none;
  display: inline-block;
}
.form .note {
  font-size: 1.2rem;
  clear: both;
  margin: 20px 0 50px 40px;
}
.form .note2 {
  overflow: hidden;
  font-size: 1.2rem;
  margin: 20px 0 0 0;
}
.form .note .note-another, .form .note2 .note-another {
  text-indent: 1em;
  display: block;
}
.form .form-section {
  margin-bottom: 50px;
  overflow: hidden;
}
.form h3 {
  font-size: 1.6rem;
  background: #f2f1ed;
  /*font-family: bold;*/
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  margin-bottom: 25px;
  font-weight: normal;
}
.form h3 span.must {
  background: #d96969;
  display: inline-block;
  padding: 0 6px 2px;
  line-height: 1.4rem;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.form h3 span span {
  font-size: 1.1rem;
  color: #fff;
}
.form h4 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 2px;
}
.form h4.second {
  margin-top: 20px;
}
.form .form-section .inner {
  padding: 0 40px;
  font-size: 1.5rem;
}
.form .caution {
  margin-top: -5px;
  font-size: 1.1rem;
}
.form .caution2 {
  margin-top: 10px;
  font-size: 1.1rem;
}
.form .caution2 span {
  text-indent: 5em;
  display: inline-block;
}
.form .link-box {
  text-align: center;
}
.form .link {
  /*font-family: bold;*/
  font-size: 1.5rem;
  margin: 0 0 15px;
  padding: 15px 0 0;
  text-align: center;
  display: inline-block;
}
.form .time {
  margin-left: 10px;
}
.form .link a {
  text-decoration: underline;
}
.form .link span {
  background: rgba(0, 0, 0, 0) url("../img/arrow-right01.png") no-repeat scroll right center;
  background-size: 14px;
  padding: 0 20px 2px 0;
}
.form .error {
  color: #d0021b;
  font-size: 1.6rem;
  background: url(../img/icon-error.png) 0 0 no-repeat;
  background-size: 17px;
  padding-left: 23px;
  margin-top: 15px;
}
.form .error.top {
  margin: -35px 0 50px 40px;
}
.form .another {
  margin-top: 18px;
}
.form .confirm-caution {
  margin: 20px 40px;
  color: #0055cc;
  font-size: 1.5rem;
}
.form .icon-finish {
  text-align: center;
  margin-bottom: 20px;
}
.form .title-finish {
  text-align: center;
  margin-bottom: 30px;
  /*font-family: bold;*/
  font-size: 2rem;
}
.form .text-finish {
  font-size: 1.5rem;
  line-height: 1.5;
}
.form .text-finish:last-child {
  margin-top: 20px;
}
.form .input-caution {
  font-size: 1.2rem;
  color: rgba(255,0,4,1.00);
  margin-top: 15px;
  text-align: center;
}

/* form-item */
::-webkit-input-placeholder {
 color: #cfcfcf;
}
::-moz-placeholder {
 color:#cfcfcf;
opacity: 1;
}
:-ms-input-placeholder {
 color: #cfcfcf;
}
.form input.number {
  width: 80px;
  display: inline-block;
  margin-right: 10px;
}
.form .number-text {
  vertical-align: top;
  line-height: 2.5;
}
.form label {
  font-size: 1.5rem;
  line-height: 14px;
  display: block;
  margin-bottom: 10px;
}
.form .radio {
  display: none;
}
.form .radio-icon {
  position: relative;
  margin-right: 25px;
}
.form .radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #c7c7c7;
  font-size: 2rem;
  position: absolute;
  top: 3px;
}
.form .radio.radio-disabled + .radio-icon:before {
  color: #ddd;
}
.form .radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #e7947a;
}
.form .checkbox {
  display: none;
}
.form .checkbox-icon {
  position: relative;
  margin-right: 25px;
}
.form .checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.form .checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #9b9b9b;
  font-size: 22px;
  position: absolute;
  top: 0;
}
.form .checkbox:checked + .checkbox-icon:before {
  content: "\f374";
  color: #e7947a;
}
.form select, .form input, .form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select {
  background: url(../img/icon_arrow_down.png) right center no-repeat #f6f6f6;
  background-size: 12px 6px;
  padding: 0 20px 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
select::-ms-expand {
 display: none;
}
.form input {
  background: #f6f6f6;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  width: 350px;
  display: block;
}
.form input:first-child {
  margin-bottom: 15px;
}
.form .zip {
  margin-bottom: 15px;
}
.form input.zip1 {
  display: inline;
  width: 65px;
  margin-bottom: 0;
}
.form input.zip2 {
  display: inline;
  width: 80px;
}
.form textarea {
  background: #f6f6f6;
  padding: 10px;
  font-size: 1.5rem;
  vertical-align: middle;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 100%;
  height: 150px;
}
 input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* step_bar */
.form .step {
  margin-bottom: 40px;
  width: 800px;
  height: 36px;
}
.form .step img {
  display: none;
}
.form .step.step1 {
  background: url(../img/pc_step1.png) 0 0 no-repeat;
}
.form .step.step2 {
  background: url(../img/pc_step2.png) 0 0 no-repeat;
}
.form .step.step3 {
  background: url(../img/pc_step3.png) 0 0 no-repeat;
}
.form .step.confirm {
  margin-bottom: 0;
}
.form .step ol li {
  width: 35%;
  float: left;
  text-align: center;
  font-size: 1.4rem;
  color: #555;
  height: 30px;
  background: #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  padding-right: 18px;
}
.form .step ol li:last-child {
  width: 30%;
  padding-right: 0;
}
.form .step ol li.current {
  background: #e7947a;
  color: #fff;
}
.form .step ol li.input.normal {
  background: url(../img/step-arrow2.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.input.next {
  background: url(../img/step-arrow3.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.input.current {
  background: url(../img/step-arrow1.png) right center no-repeat #e7947a;
  background-size: 18px 30px;
}
.form .step ol li.confirm.normal {
  background: url(../img/step-arrow2.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.confirm.next {
  background: url(../img/step-arrow3.png) right center no-repeat#e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.confirm.current {
  background: url(../img/step-arrow1.png) right center no-repeat #e7947a;
  background-size: 18px 30px;
}
/* contact */

.contents-wrap .contact-flow-wrap.form-contact .inner .tel span {
  background: rgba(0, 0, 0, 0) url("../img/icon06-form.png") no-repeat scroll left center;
  padding: 0 0 0 40px;
}
.contents-wrap .contact-flow-wrap.form-contact .inner .tel a {
  color: #999999;
}
.contents-wrap .section .btn.form-btn a::after {
  border-bottom: 5px solid transparent;
  border-left: 6px solid #999999;
  border-top: 5px solid transparent;
  right: 22px;
}
.contents-wrap .section .btn.form-btn a {
  background: #999999;
}
a[href^="tel:"] {
  cursor: default;
}
.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .form {
    width: 100%;
    margin: 0 auto 70px;
  }
  form:not(:first-child) .form {
    width: 100%;
    border: none;
    padding: 0;
  }
  .section form:not(:first-child) .form {
    margin: 70px auto;
  }
.form h2 {
  margin-bottom: 20px;
}
.form .title-box {
  padding: 0;
  font-size: 1.4rem;
}
.form .title-box .img {
  width: 100px;
  margin-right: 15px;
}
.form .title-box.box2 .img {
  float: none;
  clear: both;
  width: 200px;
  text-align: center;
  margin: 0 auto 20px;
}
.form .title-box .date {
  margin-bottom: 8px;
}
.form .title-box .title {
  background: none;
  padding: 0;
  margin-left: 115px;
  font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", Arial, Meiryo, "MS PGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form .title2 {
  clear: both;
}
.form .note {
  font-size: 1.1rem;
  margin: 20px 0 30px;
}
.form .form-section {
  margin-bottom: 30px;
}
.form h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.form h4 {
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic W5 JIS2004";
}
.form .form-section .inner {
  padding: 0;
  font-size: 1.6rem;
}
.form .link {
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 15px 0 0;
  text-align: center;
  display: inline-block;
}
.form .time-outer {
  display: block;
  margin-top: 10px;
}
.form .time {
  margin-left: 0;
}
.contents-wrap .section .form .btn {
  margin: 0 auto;
  width: 100%;
}
.contents-wrap .section .form .btn a {
  font-size: 1.6rem;
}
.form .confirm-last {
  margin-bottom: 70px;
}
.form .error {
  font-size: 1.4rem;
}
.form .error.top {
  margin: -20px 0 30px 0;
}
.form .icon-finish {
  width: 32px;
  margin: 0 auto 20px;
}
.form .title-finish {
  font-size: 1.6rem;
}
.form .text-finish {
  font-size: 1.4rem;
  line-height: 1.5;
}
.form .confirm-caution {
  margin: 20px 0;
  font-size: 1.4rem;
  letter-spacing: -1px;
}
/* form-item */

.form input, .form textarea {
  width: 90%;
  font-size: 1.6rem;
}
.form label {
  font-size: 1.6rem;
  line-height: 1.3;
}
.form select {
  font-size: 1.6rem;
}
.form textarea {
  height: 200px;
}
.form .radio-icon {
  display: inline-block;
}
.form .radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #c7c7c7;
  font-size: 2rem;
  position: absolute;
  top: -18px;
}
.form .checkbox-icon {
  display: inline-block;
}
.form .checkbox + .checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #9b9b9b;
  font-size: 22px;
  position: absolute;
  top: -16px;
}
.form .number-text {
  vertical-align: top;
  line-height: 2.2;
}
/* step_bar */

.form .step img {
  display: block;
  width: 100%;
}
.form .step {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.form .step ol li {
  width: 35%;
  float: left;
  text-align: center;
  font-size: 1rem;
  color: #555;
  height: 26px;
  background: #e4e4e4;
  box-sizing: border-box;
  padding-top: 8px;
}
.form .step ol li:last-child {
  width: 30%;
}
.form .step ol li.current {
  background: #e7947a;
  color: #fff;
}
.form .step ol li.input.normal {
  background: url(../img/step-arrow2.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.input.next {
  background: url(../img/step-arrow3.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.input.current {
  background: url(../img/step-arrow1.png) right center no-repeat #e7947a;
  background-size: 18px 30px;
}
.form .step ol li.confirm.normal {
  background: url(../img/step-arrow2.png) right center no-repeat #e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.confirm.next {
  background: url(../img/step-arrow3.png) right center no-repeat#e4e4e4;
  background-size: 18px 30px;
}
.form .step ol li.confirm.current {
  background: url(../img/step-arrow1.png) right center no-repeat #e7947a;
  background-size: 18px 30px;
}
/* contact */

.contents-wrap .contact-flow-wrap.form-contact .inner .tel span {
  background: rgba(0, 0, 0, 0) url("../img/icon06-form-sp.png") no-repeat scroll left center / 20px auto;
  padding: 0 0 0 30px;
}
.contents-wrap .contact-flow-wrap.form-contact .inner .tel a {
  background: #d2d2d2;
  color: #000000;
  padding: 10px 0;
}
.contents-wrap .section .btn.form-btn a::after {
  border-bottom: 5px solid transparent;
  border-left: 6px solid #999999;
  border-top: 5px solid transparent;
  right: 22px;
}
.contents-wrap .section .btn.form-btn a {
  background: #999999;
}
.tel {
  text-decoration: underline;
}
.sp-only {
  display: block;
}
}

.footer-contact {
    display: none !important;
}

.new-year-holidays-note {
  padding: 0 40px 30px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #d0021b;
}

@media screen and (max-width: 767px) {
  .new-year-holidays-note {
    padding: 0 0 20px;
  }
}


/* 201911 */
.form .title-box .part {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.form .title-box .caption {
  margin-top: 10px;
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
  .form .title-box .part {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .form .title-box .caption {
    margin-top: 55px;
    font-size: 1.2rem;
  }
}
.form .form-section .inner ~ .inner {
  margin-top: 20px;
}
.form .form-section-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.form .form-section-ttl--flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.form .form-section-right {
  margin-right: 5px;
}
.form .form-section-icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 17px;
  z-index: 0;
}
@media screen and (max-width:767px) {
  .form .form-section-ttl {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .form .form-section-right {
    margin-right: 10px;
  }
}
.form .form-section--border {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dotted #e4e3e0;
  margin-bottom: 0;
  position: relative;
}
.form .form-section--border:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/assets/common/img/icon-form-circle.png);
}
.form .form-section--border.form-section--few:after {
  background-image: url(/assets/common/img/icon-form-triangle.png);
}
.form .form-section--border.form-section--disabled:after {
  width: 15px;
  height: 15px;
  background-image: url(/assets/common/img/icon-form-cross.png);
}
@media screen and (max-width:767px) {
  .form .form-section--border {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .form .form-section--border:after {
    right: 15px;
    width: 22px;
    height: 22px;
  }
  .form .form-section--border.form-section--disabled:after {
    width: 19px;
    height: 19px;
  }
}
.form .form-section--disabled {
  color: #ddd;
}
.history {
  margin-top: 30px;
}
.history .section-title {
  font-weight: bold;
}

.contents-wrap .section .tab-content,
.contents-wrap .section .tab-content.recommend,
.contents-wrap .section02 .tab-content,
.contents-wrap .section02 .tab-content.recommend {
  margin: 0 0 30px;
}
.contents-wrap .section .tab-content .col-wrap,
.contents-wrap .section .tab-content.recommend .col-wrap,
.contents-wrap .section02 .tab-content .col-wrap,
.contents-wrap .section02 .tab-content.recommend .col-wrap {
  overflow: hidden;
}
.contents-wrap .section .tab-content .col-wrap .col,
.contents-wrap .section .tab-content.recommend .col-wrap .col,
.contents-wrap .section02 .tab-content .col-wrap .col,
.contents-wrap .section02 .tab-content.recommend .col-wrap .col {
  float: left;
  width: 300px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.contents-wrap .section .tab-content .col-wrap .col:nth-child(3n+1),
.contents-wrap .section .tab-content.recommend .col-wrap .col:nth-child(3n+1),
.contents-wrap .section02 .tab-content .col-wrap .col:nth-child(3n+1),
.contents-wrap .section02 .tab-content.recommend .col-wrap .col:nth-child(3n+1) {
  clear: both;
  margin: 0 30px 30px 0;
}
.contents-wrap .section .tab-content .col-wrap .col:nth-child(3n+3),
.contents-wrap .section .tab-content.recommend .col-wrap .col:nth-child(3n+3),
.contents-wrap .section02 .tab-content .col-wrap .col:nth-child(3n+3),
.contents-wrap .section02 .tab-content.recommend .col-wrap .col:nth-child(3n+3) {
  float: right;
  margin: 0 0 30px;
}
.contents-wrap .section .tab-content .col-wrap .image a,
.contents-wrap .section .tab-content.recommend .col-wrap .image a,
.contents-wrap .section02 .tab-content .col-wrap .image a,
.contents-wrap .section02 .tab-content.recommend .col-wrap .image a {
  display: block;
}
.contents-wrap .section .tab-content .col-wrap .content,
.contents-wrap .section .tab-content.recommend .col-wrap .content,
.contents-wrap .section02 .tab-content .col-wrap .content,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content {
  position: relative;
  padding: 15px 20px 110px;
  line-height: 1.56;
  background: #f2f1ed;
}
.contents-wrap .section .tab-content .col-wrap .content .right-col a,
.contents-wrap .section .tab-content.recommend .col-wrap .content .right-col a,
.contents-wrap .section02 .tab-content .col-wrap .content .right-col a,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .right-col a {
  display: block;
}
.contents-wrap .section .tab-content .col-wrap .content .fair-date,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-date,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-date,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-date {
  margin: 0 0 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.contents-wrap .section .tab-content .col-wrap .content .fair-date span,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-date span,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-date span,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-date span {
  display: block;
  font-size: 1.2rem;
}
.contents-wrap .section .tab-content .col-wrap .content .fair-text,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-text,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-text,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-text {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.contents-wrap .section .tab-content .col-wrap .content .fair-name,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-name,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-name,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-name {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.contents-wrap .section .tab-content .col-wrap .content .fair-time,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-time,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-time,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-time {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 1.2rem;
}
.contents-wrap .section .tab-content .col-wrap .content .link,
.contents-wrap .section .tab-content.recommend .col-wrap .content .link,
.contents-wrap .section02 .tab-content .col-wrap .content .link,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .link {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.contents-wrap .section .tab-content .col-wrap .content .link a,
.contents-wrap .section .tab-content.recommend .col-wrap .content .link a,
.contents-wrap .section02 .tab-content .col-wrap .content .link a,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .link a {
  text-decoration: underline;
}
.contents-wrap .section .tab-content .col-wrap .content .link span,
.contents-wrap .section .tab-content.recommend .col-wrap .content .link span,
.contents-wrap .section02 .tab-content .col-wrap .content .link span,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .link span {
  padding: 1px 20px 1px 0;
  background: url("../img/arrow-right01.png") no-repeat right;
  background-size: 14px auto;
}
.contents-wrap .section .tab-content .col-wrap .content .btn-wrap,
.contents-wrap .section .tab-content.recommend .col-wrap .content .btn-wrap,
.contents-wrap .section02 .tab-content .col-wrap .content .btn-wrap,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .btn-wrap {
  clear: both;
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 250px;
  margin: 0 0 0 -125px;
}
.contents-wrap .section .tab-content .col-wrap .content .btn-wrap .btn,
.contents-wrap .section .tab-content.recommend .col-wrap .content .btn-wrap .btn,
.contents-wrap .section02 .tab-content .col-wrap .content .btn-wrap .btn,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .btn-wrap .btn {
  width: 250px;
  margin: 0 auto;
}
.contents-wrap .section .tab-content .col-wrap .content .btn-wrap .btn a,
.contents-wrap .section .tab-content.recommend .col-wrap .content .btn-wrap .btn a,
.contents-wrap .section02 .tab-content .col-wrap .content .btn-wrap .btn a,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .btn-wrap .btn a {
  padding: 9px 0;
  font-size: 1.4rem;
}
.contents-wrap .section .btn,
.contents-wrap .section02 .btn {
  text-align: center;
}
.contents-wrap .section .btn a,
.contents-wrap .section02 .btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background: #ef8483;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 3px;
  padding: 15px 0;
}
.contents-wrap .section .btn a:after,
.contents-wrap .section02 .btn a:after {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.contents-wrap .section .btn a:before,
.contents-wrap .section02 .btn a:before {
  position: absolute;
  top: 50%;
  content: "";
  margin: -5px 0 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  right: 20px;
  border-left: 6px solid #fff;
}
.contents-wrap .section .btn a:after,
.contents-wrap .section02 .btn a:after {
  right: 22px;
  border-left: 6px solid #ef8483 !important;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section .tab-content,
.contents-wrap .section .tab-content.recommend,
.contents-wrap .section02 .tab-content,
.contents-wrap .section02 .tab-content.recommend {
    margin: 10px 0 15px;
  }
  .contents-wrap .section .tab-content .col-wrap,
.contents-wrap .section .tab-content.recommend .col-wrap,
.contents-wrap .section02 .tab-content .col-wrap,
.contents-wrap .section02 .tab-content.recommend .col-wrap {
    display: block;
    width: auto;
  }
  .contents-wrap .section .tab-content .col-wrap .col,
.contents-wrap .section .tab-content.recommend .col-wrap .col,
.contents-wrap .section02 .tab-content .col-wrap .col,
.contents-wrap .section02 .tab-content.recommend .col-wrap .col {
    overflow: hidden;
    float: none;
    width: auto;
    margin: 0 0 10px;
    padding: 20px 10px;
    background: #f2f1ed;
    box-sizing: border-box;
    vertical-align: top;
  }
  .contents-wrap .section .tab-content .col-wrap .col:nth-child(3n+1),
.contents-wrap .section .tab-content.recommend .col-wrap .col:nth-child(3n+1),
.contents-wrap .section02 .tab-content .col-wrap .col:nth-child(3n+1),
.contents-wrap .section02 .tab-content.recommend .col-wrap .col:nth-child(3n+1) {
    margin: 0 auto 10px;
  }
  .contents-wrap .section .tab-content .col-wrap .col:nth-child(3n+3),
.contents-wrap .section .tab-content.recommend .col-wrap .col:nth-child(3n+3),
.contents-wrap .section02 .tab-content .col-wrap .col:nth-child(3n+3),
.contents-wrap .section02 .tab-content.recommend .col-wrap .col:nth-child(3n+3) {
    float: none;
    margin: 0 auto 10px;
  }
  .contents-wrap .section .tab-content .col-wrap .image,
.contents-wrap .section .tab-content.recommend .col-wrap .image,
.contents-wrap .section02 .tab-content .col-wrap .image,
.contents-wrap .section02 .tab-content.recommend .col-wrap .image {
    position: relative;
    z-index: 1;
    float: left;
    width: 100px;
    padding: 0 10px 0 0;
    vertical-align: top;
  }
  .contents-wrap .section .tab-content .col-wrap .content,
.contents-wrap .section .tab-content.recommend .col-wrap .content,
.contents-wrap .section02 .tab-content .col-wrap .content,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content {
    height: auto !important;
    padding: 0;
    vertical-align: middle;
    background: none;
  }
  .contents-wrap .section .tab-content .col-wrap .content .right-col,
.contents-wrap .section .tab-content.recommend .col-wrap .content .right-col,
.contents-wrap .section02 .tab-content .col-wrap .content .right-col,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .right-col {
    float: right;
    width: 60%;
    width: calc(100% - 110px);
  }
  .contents-wrap .section .tab-content .col-wrap .content .fair-date,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-date,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-date,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-date {
    font-size: 1.5rem;
  }
  .contents-wrap .section .tab-content .col-wrap .content .fair-date span,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-date span,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-date span,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-date span {
    font-size: 1.1rem;
  }
  .contents-wrap .section .tab-content .col-wrap .content .fair-text,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-text,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-text,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-text {
    margin: 0 0 5px;
    font-size: 1.2rem;
  }
  .contents-wrap .section .tab-content .col-wrap .content .fair-name,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-name,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-name,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-name {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.7;
    text-decoration: underline;
  }
  .contents-wrap .section .tab-content .col-wrap .content .fair-time,
.contents-wrap .section .tab-content.recommend .col-wrap .content .fair-time,
.contents-wrap .section02 .tab-content .col-wrap .content .fair-time,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .fair-time {
    margin: 0;
    font-size: 1rem;
  }
  .contents-wrap .section .tab-content .col-wrap .content .link,
.contents-wrap .section .tab-content.recommend .col-wrap .content .link,
.contents-wrap .section02 .tab-content .col-wrap .content .link,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .link {
    clear: both;
    margin: 0 0 15px;
    padding: 15px 0 0;
    font-size: 1.2rem;
  }
  .contents-wrap .section .tab-content .col-wrap .content .link a:hover,
.contents-wrap .section .tab-content.recommend .col-wrap .content .link a:hover,
.contents-wrap .section02 .tab-content .col-wrap .content .link a:hover,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .link a:hover {
    text-decoration: none;
  }
  .contents-wrap .section .tab-content .col-wrap .content .btn-wrap,
.contents-wrap .section .tab-content.recommend .col-wrap .content .btn-wrap,
.contents-wrap .section02 .tab-content .col-wrap .content .btn-wrap,
.contents-wrap .section02 .tab-content.recommend .col-wrap .content .btn-wrap {
    position: static;
    left: auto;
    bottom: auto;
    width: 250px;
    margin: 0 auto;
  }
  .contents-wrap .section .btn,
.contents-wrap .section02 .btn {
    width: 250px;
    margin: 0 auto;
  }
  .contents-wrap .section .btn a,
.contents-wrap .section02 .btn a {
    font-size: 1.4rem;
    padding: 11px 0;
  }
  .contents-wrap .section .btn a:hover,
.contents-wrap .section02 .btn a:hover {
    opacity: 0.7;
  }
  .contents-wrap .contact {
    display: none;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents-wrap .fair-intro-wrap .btn.type02 a:after {
  content: none!important;
}
.contents-wrap .fair-intro-wrap .btn.type02 a:before {
  width: 5px;
  height: 5px;
  border: none!important;
  margin: 0!important;
  border-bottom: 1px solid #fff!important;
  border-left: 1px solid #fff!important;
  -webkit-transform: rotate(-45deg) translateY(-100%)!important;
          transform: rotate(-45deg) translateY(-100%)!important;
}
.contents-wrap .section .btn.btn--back a {
  background: #999!important;;
  position: relative;
}
.contents-wrap .section .btn.btn--back a:before {
  content: "";
  left: 20px;
  right: auto!important;
  width: 5px;
  height: 5px;
  border: none!important;
  margin: 0!important;
  border-bottom: 1px solid #fff!important;
  border-left: 1px solid #fff!important;
  -webkit-transform: rotate(-45deg) translateY(-100%)!important;
  transform: rotate(45deg) translateY(-100%)!important
}
.contents-wrap .section .btn.btn--back a:after {
  content: none!important;
}
.contents-wrap .section .form .confirm-btn-wrap {
  position: relative;
}
.contents-wrap .section .form .confirm-btn-wrap .btn {
  width: 320px;
}
.contents-wrap .section .form .confirm-btn-wrap .btn.btn--back {
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .contents-wrap .section .form .confirm-btn-wrap {
    position: static;
  }
  .contents-wrap .section .form .confirm-btn-wrap .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .contents-wrap .section .form .confirm-btn-wrap .btn.btn--back {
    position: static;
    left: auto;
    top: auto;
  }
  .contents-wrap .section .form .confirm-btn-wrap .btn.btn--back a {
    padding: 7px 0;
  }
}

.contents-wrap .section .contact-flow-wrap .btn.form-btn a:after {
  border-left: 6px solid #999999 !important;
}

