@charset "UTF-8";
html {
  font-size: 0.625rem;
}
body {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", yugothic, "Yu Gothic", "メイリオ", meiryo,
    sans-serif;
}
img {
  width: auto;
  max-width: 100%;
}
em {
  font-style: normal;
}
mark {
  font-style: normal;
  font-weight: normal;
  background-color: unset;
  color: inherit;
}
a:hover:not(:has(img)) {
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/* cv section */
.cv_section.contact {
  background: #eff5f9;
}
.cv_section > .inner {
  text-align: center;
  width: 100%;
}
.cv_section > .inner .form_banner {
  margin-inline: auto;
  max-width: 680px;
  width: 100%;
  margin-top: 100px;
  padding-inline: 20px;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .form_banner {
    margin-top: 50px;
  }
}
.cv_section > .inner .price_wrapper {
  padding-block: 30px;
  background-color: #eff5f9;
  -webkit-border-after: 1px solid #cfe1e8;
  border-block-end: 1px solid #cfe1e8;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper {
    padding-block: 25px;
  }
}
.cv_section > .inner .price_wrapper .price_text {
  font-family: "メイリオ";
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper .price_text {
    font-size: 1.8rem;
  }
}
.cv_section > .inner .price_wrapper .price_text .form_new_price_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}
.cv_section > .inner .price_wrapper .price_text .form_new_price_area span {
  font-size: 2.8rem;
  display: inline-block;
  padding-inline: 5px;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper .price_text .form_new_price_area span {
    font-size: 2.4rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.cv_section
  > .inner
  .price_wrapper
  .price_text
  .form_new_price_area
  .form_discount_rate_red {
  padding: 5px 10px;
  background-color: #ed2d5e;
  color: #fff;
  font-size: 0.7em;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .cv_section
    > .inner
    .price_wrapper
    .price_text
    .form_new_price_area
    .form_discount_rate_red {
    padding: 5px 10px;
    font-size: 0.6em;
  }
}
.cv_section
  > .inner
  .price_wrapper
  .price_text
  .form_new_price_area
  .form_new_price {
  color: #ed2d5e;
  margin-left: 5px;
  font-size: 30px;
}
.cv_section > .inner .price_wrapper .price_text .form_new_price_area .new_yen {
  color: #ed2d5e;
  font-size: 20px;
  margin-bottom: 3px;
}
.cv_section > .inner .price_wrapper .price_text .form_old_price_area {
  display: block;
  font-size: 16px;
}
.cv_section
  > .inner
  .price_wrapper
  .price_text
  .form_old_price_area
  .form_old_price {
  position: relative;
  margin-left: 5px;
}
.cv_section
  > .inner
  .price_wrapper
  .price_text
  .form_old_price_area
  .form_old_price:before {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  background-color: #22588a;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}
.cv_section > .inner .price_wrapper .price_text .form_default_price {
  color: red;
  padding-inline: 5px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper .price_text .form_default_price {
    font-size: 24px;
  }
}
.cv_section > .inner .price_wrapper .price_text .per_person {
  margin-top: 10px;
  font-size: 1.4rem;
}
.cv_section > .inner .price_wrapper .price_text .default_price {
  position: relative;
  font-size: 2rem;
  color: inherit;
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper .price_text .default_price {
    font-size: 1.5rem;
  }
}
.cv_section > .inner .price_wrapper .price_text .default_price::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -15px;
  margin-inline: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid #d3d3d3;
  border-right: 0;
}
.cv_section > .inner .price_wrapper .price_text .coupon_text {
  margin-top: 10px;
  font-size: 1.4rem;
  color: red;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .price_wrapper .price_text .coupon_text {
    font-size: 1.2rem;
  }
}
.cv_section > .inner .price_wrapper .price_text .tax_included {
  font-size: 1.4rem;
}
.cv_section > .inner .title {
  min-width: 700px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  background: #325fba;
  display: inline-block;
  position: relative;
  padding: 0.6em 1em;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .title {
    min-width: auto;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0.6em 0;
    width: 100%;
  }
}
.cv_section > .inner .title:after {
  position: absolute;
  content: "";
  bottom: -49.5px;
  display: block;
  background-color: #325fba;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 50px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .title:after {
    bottom: -29px;
    height: 30px;
  }
}
.cv_section > .inner .title span {
  display: inline-block;
  font-size: 2rem;
  -webkit-margin-after: 0.8em;
  margin-block-end: 0.8em;
}
.cv_section > .inner .title span.plantitle {
  display: block;
}
.cv_section > .inner .cv_section_inner {
  -webkit-margin-before: 75px;
  margin-block-start: 75px;
}
.cv_section > .inner .cv_section_inner .text_area {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  width: min(100% - 20px, 1120px);
  margin-inline: auto;
  -webkit-margin-after: 35px;
  margin-block-end: 35px;
}
.cv_section > .inner .cv_section_inner .text_area .top {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .cv_section_inner .text_area .top {
    line-height: 1.4;
  }
}
.cv_section > .inner .cv_section_inner .text_area .bottom {
  -webkit-margin-before: 25px;
  margin-block-start: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .cv_section_inner .text_area .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cv_section > .inner .cv_section_inner .text_area .bottom .icon_area {
  width: 100px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  border-radius: 50px;
  overflow: hidden;
}
.cv_section > .inner .cv_section_inner .text_area .bottom .text {
  text-align: start;
  -webkit-margin-start: 1em;
  margin-inline-start: 1em;
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .cv_section_inner .text_area .bottom .text {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
  }
}
.cv_section > .inner .cv_section_inner .img_area {
  width: min(100% - 40px, 555px);
  margin-inline: auto;
  -webkit-margin-after: 25px;
  margin-block-end: 25px;
}
.cv_section > .inner .cv_section_inner .cv_area .inner .btn {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .cv_section_inner .cv_area .inner .btn {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}
.cv_section > .inner .cv_section_inner .cv_area .inner .catch {
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cv_section > .inner .cv_section_inner .cv_area .inner .catch {
    font-size: 1.6rem;
  }
}
.cv_section .form_wrapper {
  background: #fff;
  border-radius: 10px;
  width: min(100% - 20px, 1100px);
  margin-inline: auto;
}
.cv_section .form_wrapper .form_wrapper_inner {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner {
    padding: 15px;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area {
  padding-block: 10px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area {
    margin: 0 -20px;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area .calendar_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area .calendar_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area .calendar_txt {
  margin-bottom: 20px;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area .tableCaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  .tableCaption
  p.calendar_cap {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 10px;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  .tableCaption
  p.calendar_arrow {
  color: #fff;
  background-color: #ccc;
  border: solid 2px #eee;
  padding: 10px 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    .calendar-area
    .tableCaption
    p.calendar_arrow {
    padding: 10px 15px;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  .tableCaption
  p.calendar_arrow.act {
  background-color: #666;
  border: solid 2px #999;
  cursor: pointer;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  .tableCaption
  p.calendar_arrow.act:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table {
  width: 100%;
  table-layout: fixed;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table thead {
  background-color: #f3f3f3;
  border-top: 1px solid #e7e7e7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tfoot {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tfoot {
    display: none;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr {
  border-top: 1px solid #e7e7e7;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr th {
  padding: 5px 0;
  text-align: center;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.holiday {
  background-color: #ffedee;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.holiday
  span.day {
  color: #ed2d5e;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.sunday {
  background-color: #ffedee;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.sunday
  span.day {
  color: #ed2d5e;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.saturday {
  background-color: #eff5f9;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th.saturday
  span.day {
  color: #2d4ced;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    .calendar-area
    table
    tr
    th:first-child {
    width: 3.5em;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th
  span.day {
  display: block;
  font-weight: normal;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  th
  span.week {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td {
  padding: 10px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td {
    padding: 15px 0;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td.time {
  font-size: 1.8rem;
  background-color: #eff5f9;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    .calendar-area
    table
    tr
    td.time {
    font-size: 1.4rem;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  td
  span.btn {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #ed2d5e;
  border: 2px solid #2ab80e;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  td
  span.btn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    .calendar-area
    table
    tr
    td
    span.btn:hover {
    opacity: 1;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  td
  span.actBtn {
  background-color: #ed2d5e;
  background-color: #2ab80e;
  position: relative;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  td:has(.actBtn)
  .btn {
  position: relative;
}
/* .cv_section
  .form_wrapper
  .form_wrapper_inner
  .calendar-area
  table
  tr
  td:has(.actBtn)
  .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 8px;
  width: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
  bottom: 0;
  left: 3px;
  margin-block: auto;
} */
.cv_section .form_wrapper .form_wrapper_inner .errMsg {
  color: #f00;
  font-size: 1.3rem;
  font-weight: normal;
  width: 100%;
  text-align: left;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd:has(.errMsg)
  input {
  border-color: #f00;
}
.cv_section .form_wrapper .form_wrapper_inner .errAllMsg {
  color: #f00;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.25em 0;
  text-align: left;
}
.cv_section .form_wrapper .form_wrapper_inner .red {
  color: red;
}
.cv_section .form_wrapper .form_wrapper_inner .bold {
  font-weight: bold;
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper {
  text-align: start;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .noto_wrapper {
    font-size: 1.6rem;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper .noto {
  font-weight: bold;
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper .des {
  font-size: 1.6rem;
  -webkit-margin-start: 0.5em;
  margin-inline-start: 0.5em;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .noto_wrapper .des {
    font-size: 1.4rem;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper .des span {
  color: #ed2d5e;
  font-weight: bold;
}
.cv_section .form_wrapper .form_wrapper_inner .noto_text {
  padding-block: 0.3em;
  font-size: 1.4rem;
  text-align: left;
}
.cv_section .form_wrapper .form_wrapper_inner .noto_indent {
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper {
  margin-top: 20px;
}
.cv_section .form_wrapper .form_wrapper_inner .coupon_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ed2d5e;
}
.cv_section .form_wrapper .form_wrapper_inner .coupon_title::before {
  content: "";
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area {
  -webkit-border-before: 1px solid #cfe1e8;
  border-block-start: 1px solid #cfe1e8;
  margin: 15px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area {
    margin-bottom: 20px;
    -webkit-border-after: 1px solid #cfe1e8;
    border-block-end: 1px solid #cfe1e8;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-border-after: 1px solid #cfe1e8;
  border-block-end: 1px solid #cfe1e8;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl:last-of-type {
    -webkit-border-after: none;
    border-block-end: none;
  }
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dt {
  font-size: 1.6rem;
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  background-color: #eff5f9;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area dl dt {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.8em;
    font-size: 1.4rem;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dt span {
  color: #ed2d5e;
  font-weight: bold;
  display: inline-block;
  -webkit-margin-start: 0.2em;
  margin-inline-start: 0.2em;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dt div {
  padding-left: 3px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area dl dt div br {
    display: none;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0 20px;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd .day_item {
  width: 100%;
  text-align: left;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  .day_item
  p {
  background: #ffffd9;
  padding: 1rem;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl
    dd
    .day_item
    p {
    width: 100%;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  .day_item
  p
  > span {
  margin-right: 2rem;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd a {
  background: white;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 0.3rem;
  color: #505b64;
  margin-inline: 0 5px;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd a:hover {
  opacity: 0.9;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd input {
  font-size: 1.6rem;
  border: 1px solid #cfe1e8;
  padding: 10px;
  text-align: left;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input::-webkit-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input::-moz-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input:-ms-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input::-ms-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input::placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd input {
    width: 100%;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input[type="radio"] {
  height: 30px;
  margin-top: 0;
  width: auto;
  left: auto;
  cursor: pointer;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input[type="checkbox"] {
  height: auto;
  cursor: pointer;
  position: relative;
  margin-right: 0.25rem;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input[type="checkbox"]:checked {
  background-color: #0175ff;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  input[type="checkbox"]:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl
    dd
    input[type="checkbox"] {
    width: auto;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd textarea {
  font-size: 1.6rem;
  border: 1px solid #cfe1e8;
  padding: 10px;
  text-align: left;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  textarea::-webkit-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  textarea::-moz-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  textarea:-ms-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  textarea::-ms-input-placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  textarea::placeholder {
  color: rgba(34, 88, 138, 0.5254901961);
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl
    dd
    textarea {
    width: 100%;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd.hope_radio
  label {
  cursor: pointer;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd.checkbox
  label {
  cursor: pointer;
  width: 100%;
  display: block;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd.checkbox
  .day_item {
  margin-top: 5px;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd.checkbox
  .day_item:first-child {
  margin-top: 0;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area dl dd.card_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl
    dd.card_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd.card_area
  .img_area {
  width: 270px;
  margin-left: 5px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .cv_section
    .form_wrapper
    .form_wrapper_inner
    form
    .input_area
    dl
    dd.card_area
    .img_area {
    width: 230px;
    margin-top: 0;
  }
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  dl
  dd
  .payment_deadline {
  font-size: 1.4rem;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area .cancel_note dt {
  text-align: left;
  line-height: 1.5;
}
.cv_section .form_wrapper .form_wrapper_inner form .input_area .cancel_note dd {
  gap: 10px;
  text-align: left;
  font-size: 1.4rem;
}
.cv_section
  .form_wrapper
  .form_wrapper_inner
  form
  .input_area
  .cancel_note
  dd
  span {
  color: #00adea;
}
.cv_section .form_wrapper .form_wrapper_inner form #agree {
  cursor: pointer;
  height: auto;
  position: relative;
  margin-right: 0.25rem;
  width: auto;
  font-size: 1.6rem;
  border: 1px solid #cfe1e8;
  padding: 10px;
  text-align: left;
}
.cv_section .form_wrapper .form_wrapper_inner form #agree:checked {
  background-color: #0175ff;
}
.cv_section .form_wrapper .form_wrapper_inner form #agree:checked:before {
  position: absolute;
  top: 2px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  content: "";
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form #agree {
    text-align: left;
  }
}
.cou_cv_btn {
  padding-inline: 76.5px;
  padding-block: 19px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #325fba;
  background-color: #fff64d;
  border: solid 3px #325fba;
  border-radius: 50px;
  font-size: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cou_cv_btn {
    font-size: 1.6rem;
    padding-inline: 47.5px;
    padding-block: 7px;
  }
}
.cou_cv_btn.cou_cv_btn[disabled] {
  color: #777777;
  background-color: #ccc;
  border: solid 3px #777777;
  cursor: not-allowed;
}
.cou_cv_btn span {
  font-size: 2.3rem;
  display: inline-block;
  margin-bottom: 0;
  line-height: 2em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .cou_cv_btn span {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .cou_cv_btn span br.sp {
    display: block;
  }
}
.cv_section .form_wrapper .form_wrapper_inner .noto_wrapper:has(+ .agreement_area){
    margin-top: 4.8rem;
}
.cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd{
    text-align: left;
    line-height: 1.6;
    font-size: 1.5rem;
    display: block;
}
.cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd .confirm label:hover{
    cursor: pointer;
}
.cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd .confirm{
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
}
.cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd .confirm label{
    padding: 1rem 1rem 1rem 4.8rem;
    background: #FDEDEE;
    width: 100%;
    display: block;
}
.cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd input[type="checkbox"]{
    position: absolute;
    left: 1rem;
    background: #ffffff;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    margin: 0;
}
@media only screen and (min-width: 768px) {
  .cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dt{
      width: 280px;
  }
  .cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd{
    width: calc(100% - 280px);
  }
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form .agreement_area dl dd .confirm label{
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
br.sp {
  display: none;
}

/* footer */
footer .footer_top_wrapper {
  background-color: #22588a;
}
footer .footer_top_wrapper .bottom_inner {
  width: min(100% - 20px, 1200px);
  margin-inline: auto;
  padding-block: 3rem;
}
footer .footer_top_wrapper .bottom_inner .footer_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .footer_top_wrapper .bottom_inner .footer_list .footer_list_item {
  font-size: 1.4rem;
}
footer
  .footer_top_wrapper
  .bottom_inner
  .footer_list
  .footer_list_item
  + .footer_list_item {
  margin-left: 1.2em;
}
footer .footer_top_wrapper .bottom_inner .footer_list .footer_list_item a {
  color: #fff;
}
footer .footer_top_wrapper small {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: #ededed;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  footer .footer_top_wrapper .bottom_inner .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer
    .footer_top_wrapper
    .bottom_inner
    .footer_list
    .footer_list_item
    + .footer_list_item {
    margin-left: 0;
    margin-top: 1.2em;
  }
}
/* お問い合わせフォーム　p個人情報の取り扱いに同意 */
.cv_section .form_wrapper .consent_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-block: 35px 80px;
  gap: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .consent_area {
    margin-block: 15px 35px;
  }
}
.cv_section .form_wrapper .form_wrapper_inner form label[for="agree"] {
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner form label[for="agree"] {
    text-align: left;
  }
}

/* お問い合わせフォーム　privacyテキスト */
.privacy_text_box {
  text-align: left;
  height: 200px;
  padding: 1em;
  overflow-y: scroll;
  border: 1px solid #cfe1e8;
}
.privacy_text_box {
  font-size: 1.4rem;
  line-height: 1.6;
}
.privacy_text_box h2.dec {
  margin-block: 2rem 1.5rem;
  background-color: #22588a;
  padding: 8px 16px;
}
.privacy_text_box h2.dec span {
  color: #fff;
  font-size: initial;
  display: inline-block;
  line-height: 1.4;
}

/* 予約可能セルの背景色（デフォルト） */
td:has(.btn),
td:has(.triangle_btn){
  background-color: #fff;
  transition: background-color 0.2s ease;
}

/* ○ボタンのスタイル */
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.btn {
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 2px solid #4caf50; /* 緑色の枠線 */
  background-color: transparent; /* 背景は透明 */
  box-shadow: none; /* 影を削除 */
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

/* △ボタンのスタイル */
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.triangle_btn {
  display: inline-block;
  width: 24px;   /* ○ボタンと同じ幅 */
  height: 24px;  /* ○ボタンと同じ高さ */
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.triangle_btn img {
  width: 100%;   /* spanに合わせて画像をリサイズ */
  height: 100%;
  object-fit: contain; /* 画像の縦横比を保持 */
}

/* ホバー時のセル背景色（PC） */
@media only screen and (min-width: 768px) {
  td:has(.btn):hover,
  td:has(.triangle_btn):hover{
    background-color: #c8e6c9; /* 中間の緑色 */
  }

  /* ホバー時のボタン */
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.btn:hover,
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.triangle_btn:hover{
    opacity: 1; /* opacityの変更を無効化 */
    transition-duration: 0s;
  }
}

/* モバイルではホバー効果なし */
@media only screen and (max-width: 767px) {
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.btn:hover,
  .cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.triangle_btn:hover{
    opacity: 1;
    transition-duration: 0s;
  }
}

/* クリック後のセル背景色 */
td:has(.actBtn) {
  background-color: #c8e6c9;
}

/* クリック後のボタン */
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.btn.actBtn,
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td span.triangle_btn.actBtn{
  background-color: transparent; /* 塗りつぶしなし */
}

/* td全体をクリック可能に見せる */
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td:has(.btn),
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td:has(.triangle_btn){
  cursor: pointer;
}

/* その他のtdはデフォルトカーソル */
.cv_section .form_wrapper .form_wrapper_inner .calendar-area table tr td {
  cursor: default;
}

.calendar-description {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: start;
  padding-bottom: 20px;
}

.calendar-description .calendar-description-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #333;
}

.calendar-description .calendar-description-item .symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: bold;
  font-size: 20px;
}

.calendar-description .calendar-description-item .symbol.available {
  color: #4caf50;
  font-weight: normal;
  font-size: 24px;
}

.calendar-description .calendar-description-item .symbol.limited img {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
}

.calendar-description .calendar-description-item .symbol.unavailable {
  color: #22588a;
  font-weight: normal;
  font-size: 16px;
}

.calendar-description .calendar-description-item .symbol.closed {
  color: #d3d3d3;
  font-weight: normal;
  font-size: 16px;
}

.calendar-description .calendar-description-item .text {
  color: #22588a;
  font-weight: normal;
}

.calendar-description .calendar-description-item .text .red {
  color: #ed2d5e;
}

@media (max-width: 767px) {
  .calendar-description {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
  }
}

.sp_scroll_banner {
  position: fixed;
  bottom: -120px;
  width: 100%;
  z-index: 99;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sp_scroll_banner.round.fadeIn {
  bottom: 10px;
  width: 93.5%;
  left: 12.5px;
}
@media only screen and (max-width: 767px) {
  .sp_scroll_banner.fadeIn {
    display: block;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sp_scroll_banner.fadeIn.hidden {
    display: block;
    bottom: -120px;
  }
}
.sp_scroll_banner a {
  display: block;
}
.sp_scroll_banner .tracking_link_sp {
  padding: 10px;
  text-align: center;
}
.sp_scroll_banner .tracking_link_sp .broad_outline {
  position: relative;
  background-color: rgb(255, 92, 57);
  padding-block: 25px;
  border-radius: 100vh;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.sp_scroll_banner .tracking_link_sp .broad_outline p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.sp_scroll_banner .tracking_link_sp .speech_bubble {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 65%;
  padding: 10px;
  background-color: rgb(50, 95, 188);
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.sp_scroll_banner .tracking_link_sp .speech_bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 10px solid rgb(50, 95, 188);
}
.sp_scroll_banner .tracking_link_sp .speech_bubble p {
  color: #fff;
  font-size: 1.5rem;
}

.pc_scroll_banner {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 30%;
  max-width: 500px;
  z-index: 99;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pc_scroll_banner.fadeIn {
  display: block;
  bottom: 0;
}
.pc_scroll_banner.fadeIn.hidden {
  display: block;
  bottom: -160px;
}
.pc_scroll_banner a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .pc_scroll_banner.fadeIn {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp_scroll_banner.translucent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(255, 255, 255)),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      bottom,
      rgb(255, 255, 255),
      rgba(255, 255, 255, 0)
    );
    background: linear-gradient(
      to top,
      rgb(255, 255, 255),
      rgba(255, 255, 255, 0)
    );
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 0.5rem;
  }
  .sp_scroll_banner.translucent a {
    display: block;
    width: 50%;
    margin: 0 0.2rem;
  }
  .sp_scroll_banner.translucent.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.withdrawal_banner {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.withdrawal_banner .withdrawal_banner_inner {
  position: relative;
  margin-inline: auto;
}
.withdrawal_banner .withdrawal_banner_inner .withdrawal_img {
  height: 100%;
  width: 100%;
}
.withdrawal_banner .withdrawal_banner_inner .close_btn {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: -40px;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .withdrawal_banner .withdrawal_banner_inner .close_btn {
    width: 30px;
    height: 30px;
    top: -35px;
    right: 10px;
  }
}
.withdrawal_banner .withdrawal_banner_inner .close_btn span {
  background: #fff;
  top: 45%;
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
}
.withdrawal_banner .withdrawal_banner_inner .close_btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.withdrawal_banner .withdrawal_banner_inner .close_btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

img.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  img.pc {
    display: none;
  }
}

img.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  img.sp {
    display: block;
  }
}

/* LINEバナー */
.line_banner .pc {
  display: block;
  width: 52.5%;
  margin: 5.0rem auto;
}

.line_banner .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .line_banner .pc {
    display: none;
  }

  .line_banner .sp {
    display: block;
    width: 95%;
    margin: 3.0rem auto;
  }
}
