/* CSS Document */
.sec-format1 {
  padding-bottom: 50px !important;
}
@media (max-width: 540px) {
  .sec-format1 {
    padding-bottom: 30px !important;
  }
}

.sec-format2 {
  padding-top: 80px !important;
}
@media (max-width: 540px) {
  .sec-format2 {
    padding-top: 50px !important;
  }
}

.format_area:first-child {
  margin-bottom: 100px;
}
@media (max-width: 540px) {
  .format_area:first-child {
    margin-bottom: 60px;
  }
}

.format_area .accordion_one .ac_header {
  border-top: 1px solid #a7a7a7;
  padding: 2.5rem 4rem 2.5rem 1rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 540px) {
  .format_area .accordion_one .ac_header {
    padding: 1.5rem 30px 1.5rem 0;
  }
}

.format_area .accordion_last {
  border-bottom: 1px solid #a7a7a7;
}

.format_area .accordion_one .ac_header.active {
  background-color: #333;
}

.format_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 540px) {
  .format_area .accordion_one .ac_header .i_box {
    width: 14px;
    height: 14px;
    right: 10px;
  }
}

.format_area .accordion_one .ac_header .i_box:before,
.format_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.format_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #333;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 540px) {
  .format_area .accordion_one .ac_header .i_box:before {
    width: 14px;
  }
}

.format_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #333;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 540px) {
  .format_area .accordion_one .ac_header .i_box:after {
    height: 14px;
    right: 6px;
  }
}

.format_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.format_area .accordion_one .ac_inner {
  display: none;
  padding: 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 540px) {
  .format_area .accordion_one .ac_inner {
    padding-bottom: 30px;
  }
}

.format_area .format_head {
  display: block;
  position: relative;
  line-height: 1;
}
.format_area .format_head .format-name-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 540px) {
  .format_area .format_head .format-name-flex {
    display: block;
  }
}
.format_area .format_head .format-name-flex .en {
  font-size: 3rem;
  font-weight: 400;
  margin-right: 10px;
  letter-spacing: 0.05rem;
}
@media (max-width: 540px) {
  .format_area .format_head .format-name-flex .en {
    font-size: 2.3rem;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.format_area .format_head .format-name-flex .jp {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 540px) {
  .format_area .format_head .format-name-flex .jp {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding-left: 2px;
  }
}

.format_area .format_body a {
  text-decoration: underline;
  color: #f47552;
}
.format_area .format_body .format-one-img img {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .format_area .format_body .format-one-img img {
    margin-bottom: 25px;
  }
}
.format_area .format_body .format_body_inner {
  width: 95%;
  /*max-width: 1440px;*/
  margin: 0 auto;
}
@media (max-width: 540px) {
  .format_area .format_body .format_body_inner {
    width: 100%;
  }
}

/* pickup */
.pickup-list {
  margin-top: 50px;
}
@media (max-width: 540px) {
  .pickup-list {
    margin-top: 30px;
  }
}
.pickup-list li {
  position: relative;
  text-align: left;
}
@media (max-width: 840px) {
  .pickup-list li {
    margin-bottom: 30px;
  }
}
.pickup-list li .pick-img img {
  width: 100%;
  aspect-ratio: 850/550;
  margin-bottom: 10px;
}
.pickup-list li .ic {
  position: absolute;
  top: -8px;
  left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: #f47552;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.6rem;
}
@media (max-width: 540px) {
  .pickup-list li .ic {
    width: 30px !important;
    height: 30px !important;
    font-size: 1.5rem;
  }
}
.pickup-list li p {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 540px) {
  .pickup-list li p {
    font-size: 1.3rem;
  }
}

/* stay */
.format_area .accordion_one.stay .ac_header .i_box:after {
  height: 0;
}

.format_area .accordion_one.stay .ac_header.open .i_box:after {
  height: 20px;
}

.format_area .accordion_one.stay .ac_inner {
  display: block;
}

/* WORK */
.format-sec-work {
  text-align: center;
  margin-bottom: 50px;
}
.format-sec-work h5 {
  font-size: 4.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #b9bab6;
}
@media (max-width: 540px) {
  .format-sec-work h5 {
    font-size: 3.5rem;
  }
}
.format-sec-work p {
  margin-bottom: 15px;
}
.format-sec-work .work-txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 540px) {
  .format-sec-work .work-txt-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.format-sec-work .work-txt-list li {
  margin: 0 15px;
}
@media (max-width: 540px) {
  .format-sec-work .work-txt-list li {
    margin: 0 0 8px 0;
  }
  .format-sec-work .work-txt-list li:last-child {
    margin-bottom: 0;
  }
}
.format-sec-work .work-txt-list li i {
  color: #f47552;
  margin-right: 5px;
}