@charset "UTF-8";
/* -----

   set module

---------------------------------------------------- */
/*-- サービス紹介
---------------------------------------------------- */
@media screen and (max-width: 899px) {
  #service .content__asnav {
    display: none;
  }
}

.service_link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -24px;
}

@media screen and (max-width: 899px) {
  .service_link__list {
    margin-top: calc( - 4.633vw + 17.65px);
    justify-content: space-between;
  }
}

@media screen and (max-width: 639px) {
  .service_link__list {
    margin: 0;
  }
}

.service_link__list > li {
  position: relative;
  width: calc( ( 100% - 40px ) / 4 );
  margin-top: 24px;
}

@media (min-width: 639px) and (max-width: 899px) {
  .service_link__list > li {
    width: calc(33.333% - ( 2.01vw - 6.07px ));
    margin-top: calc( 4.633vw - 17.65px);
  }
}

@media screen and (max-width: 639px) {
  .service_link__list > li {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 639px) {
  .service_link__list > li:not(:first-child) {
    margin-top: 12px;
  }
}

.service_link__link {
  display: block;
  transition: opacity 0.2s ease-out;
}

.service_link__link:hover {
  opacity: 0.8;
}

.service_link__item {
  display: flex;
  flex-wrap: wrap;
}

.service_link__item > ._ttl {
  order: 2;
  width: 100%;
  padding: 17px 0;
  text-align: center;
}

.empty-space {
  opacity: 0;
}

@media screen and (max-width: 899px) {
  .service_link__item > ._ttl {
    padding: 12px 0;
  }
}

@media screen and (max-width: 639px) {
  .service_link__item > ._ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1f5f7;
    width: 50%;
  }
  .empty-space {
    opacity: 0;
    display: none;
  }
}

.service_link__item > ._ttl > span {
  font-size: 17px;
  font-weight: 500;
  color: #1c1f87;
  font-feature-settings: 'palt';
}

@media screen and (max-width: 899px) {
  .service_link__item > ._ttl > span {
    font-size: 15px;
    line-height: 1.333;
  }
}

.service_link__item > ._ttl > span > br {
  display: none;
}

@media screen and (max-width: 459px) {
  .service_link__item > ._ttl > span > br {
    display: inline-block;
  }
}

.link_hover:hover .service_link__item > ._ttl > span {
  color: #ff9416;
}

.service_link__item > ._photo {
  order: 1;
  position: relative;
  width: 100%;
  padding-bottom: 56.149%;
}

@media screen and (max-width: 639px) {
  .service_link__item > ._photo {
    width: 50%;
    padding-bottom: calc( 21.943vw + 29.78px);
    overflow: hidden;
  }
}

@media screen and (max-width: 320px) {
  .service_link__item > ._photo {
    padding-bottom: 100px;
  }
}

.service_link__item > ._photo::after {
  content: "\f105";
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  width: 36px;
  height: 36px;
  padding: 1px 0 0 0px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 16px;
  transition: border 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .service_link__item > ._photo::after {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

.service_link__item > ._photo > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 639px) {
  .service_link__item > ._photo > img {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}

.anker_list {
  background: #f3f7fb;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 16px 15px 16px;
}

@media screen and (max-width: 899px) {
  .anker_list {
    padding: 15px 12px 15px 12px;
  }
}

@media screen and (max-width: 699px) {
  .anker_list {
    padding: 15px 7px 15px 7px;
  }
}

.anker_list.row_1 > li {
  width: 100%;
}

.anker_list.row_1 > li:not(:first-child) {
  margin-top: 15px;
}

.anker_list.row_2 > li {
  width: calc(50% - 16px);
}

.anker_list.row_3 > li {
  width: calc(33.33% - 16px);
}

.anker_list > li {
  margin: 0 8px 0 8px;
}

.anker_list > li:nth-child(n+4) {
  margin-top: 15px;
}

@media screen and (max-width: 699px) {
  .anker_list > li {
    width: 100% !important;
  }
  .anker_list > li:not(:first-child) {
    margin-top: 10px !important;
  }
}


.anker_list > li > a {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  padding: 12px 0 12px 36px;
  border: solid 1px #f8f9fa;
  border-top-color: #fff;
  border-bottom-color: #bfc9d0;
  border-radius: 6px;
  transition: all 0.1s ease-out;
}

@media screen and (max-width: 899px) {
  .anker_list > li > a {
    display: flex;
    height: 100%;
    padding: 12px 16px 12px 36px;
    align-items: center;
  }
}

.anker_list > li > a::before {
  content: "\f063";
  position: absolute;
  top: 50%;
  left: 17px;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #ff9416;
  font-size: 14px;
  transform: translateY(-50%);
  transition: all 0.1s ease-out;
}

.anker_list > li > a > span {
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 1.2;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .anker_list > li > a > span {
    font-size: 14px;
  }
}

.anker_list > li > a:hover::before {
  top: 54%;
}

.anker_list > li > a:hover > span {
  color: #ff9416;
}

.side_img {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.side_img > li {
  display: inline-block;
  vertical-align: top;
}

.side_img > .cont {
  width: calc(100% - 350px - 40px);
  font-size: 16px;
}

@media screen and (max-width: 899px) {
  .side_img > .cont {
    width: calc(100% - 40vw - 20px);
  }
}

@media screen and (max-width: 639px) {
  .side_img > .cont {
    width: 100%;
  }
}

.side_img > .photo {
  width: 360px;
}

@media screen and (max-width: 899px) {
  .side_img > .photo {
    width: 40vw;
  }
}

@media screen and (max-width: 639px) {
  .side_img > .photo {
    width: 100%;
    margin-bottom: 22px;
    text-align: center;
  }
}

.side_img > .photo > img {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .side_img > .photo > img {
    max-width: 360px;
  }
}

.side_img__left > .cont {
  order: 2;
  margin-left: 30px;
}

@media screen and (max-width: 899px) {
  .side_img__left > .cont {
    margin-left: 20px;
  }
}

@media screen and (max-width: 639px) {
  .side_img__left > .cont {
    margin-left: 0;
  }
}

.side_img__left > .photo {
  order: 1;
}

.side_img__right > .cont {
  margin-right: 30px;
}

@media screen and (max-width: 899px) {
  .side_img__right > .cont {
    margin-right: 20px;
  }
}

@media screen and (max-width: 639px) {
  .side_img__right > .cont {
    order: 2;
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .side_img__right > .photo {
    order: 1;
  }
}

.side_img__acupuncture {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.side_img__acupuncture > li {
  display: inline-block;
  width: 50%;
}

@media screen and (max-width: 699px) {
  .side_img__acupuncture > li {
    width: 100%;
  }
}

.side_img__acupuncture > .photo {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 699px) {
  .side_img__acupuncture > .photo {
    margin: -20px 0 -20px;
  }
}

.side_img__acupuncture > .photo > img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 103.111%;
}

@media screen and (max-width: 699px) {
  .side_img__acupuncture > .photo > img {
    position: static;
    max-width: 464px;
    width: 100%;
    transform: none;
  }
}

.side_img__acupuncture > .table {
  margin-top: 32px;
}

.separate__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility_fee__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.separate__block_item {
  width: calc(50% - 20px);
}

@media screen and (max-width: 899px) {
  .separate__block_item {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 699px) {
  .separate__block_item {
    width: 100%;
  }
  .separate__block_item:not(:first-child) {
    margin-top: 25px;
  }
}

.separate__block_div:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .separate__block_div:first-child {
    margin-bottom: 20px;
  }
}

.voice_list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 739px) {
  .voice_list {
    justify-content: center;
  }
}

.voice_list > li {
  width: calc(50% - 12px);
}

@media screen and (max-width: 739px) {
  .voice_list > li {
    max-width: 560px;
    width: 100%;
  }
}

.voice_list > li:nth-child(2n + 2) {
  margin-left: 24px;
}

@media screen and (max-width: 739px) {
  .voice_list > li:nth-child(2n + 2) {
    margin-left: 0;
  }
}

.voice_list > li:nth-child(n + 3) {
  margin-top: 30px;
}

@media screen and (max-width: 739px) {
  .voice_list > li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

.voice_list__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #f1f5f7;
  height: 100%;
  padding: 44px 22px 24px;
  overflow: hidden;
  transition: opacity 0.2s ease-out;
}

@media screen and (max-width: 899px) {
  .voice_list__link {
    padding: 40px 15px 20px;
  }
}

.voice_list__link:hover {
  opacity: 0.8;
}

.voice_list__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-top: solid 2px #b5b5b5;
}

.voice_list__link::after {
  content: "\f105";
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  width: 24px;
  height: 24px;
  padding: 6px 0 0 9px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  font-size: 13px;
  transition: border 0.2s ease-out;
}

.voice_list__cont {
  width: calc(100% - 128px - 24px);
  margin-right: 24px;
}

@media screen and (max-width: 899px) {
  .voice_list__cont {
    width: calc(100% - 12vw - 15px);
    margin-right: 15px;
  }
}

@media screen and (max-width: 739px) {
  .voice_list__cont {
    width: calc(100% - 100px - 24px);
    margin-right: 24px;
  }
}

@media screen and (max-width: 499px) {
  .voice_list__cont {
    width: calc(100% - 80px - 15px);
    margin-right: 15px;
  }
}

.voice_list__cont > .ttl {
  color: #1c1f87;
  font-weight: 500;
  transition: color 0.2s ease-out;
  font-size: 15px;
  max-height: 100%;
  margin-top: -3px;
  margin-bottom: -3px;
  line-height: 1.4;
}

.link_hover:hover .voice_list__cont > .ttl {
  color: #ff9515;
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .ttl {
    font-size: 14px;
    max-height: 100%;
    margin-top: -3.003px;
    margin-bottom: -3.003px;
    line-height: 1.429;
  }
}

.voice_list__cont > .ttl > time {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin: 8px 0 12px;
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .ttl > time {
    font-size: 13px;
    margin: 8px 0 8px;
  }
}

.voice_list__cont > .ttl_sub {
  color: #6f6f6f;
  font-size: 14px;
  max-height: 100%;
  margin-top: 14.997px;
  margin-bottom: -3.003px;
  line-height: 1.429;
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .ttl_sub {
    font-size: 13px;
    max-height: 100%;
    margin-top: 10.503px;
    margin-bottom: -3.497px;
    line-height: 1.538;
  }
}

.voice_list__cont > .tag {
  position: relative;
  padding: 0 0 0 22px;
  color: #333;
  font-size: 14px;
  max-height: 100%;
  margin-top: 10.997px;
  margin-bottom: -3.003px;
  line-height: 1.429;
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .tag {
    padding: 0 0 0 18px;
    font-size: 13px;
    max-height: 100%;
    margin-top: 12.503px;
    margin-bottom: -3.497px;
    line-height: 1.538;
  }
}

.voice_list__cont > .tag::before {
  content: "\f02b";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  height: 13px;
  color: #ff9515;
  font-size: 13px;
  font-weight: 900;
  vertical-align: top;
  margin: 1px 2px 0px 2px;
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .tag::before {
    font-size: 11px;
  }
}

.voice_list__cont > .category {
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: #5e7383;
  padding: 7px 16px 8px 24px;
  transform: skew(-30deg);
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .category {
    padding: 7px 16px 7px 24px;
  }
}

.voice_list__cont > .category > span {
  display: block;
  color: #fff;
  font-size: 13px;
  font-feature-settings: 'palt';
  transform: skew(30deg);
}

@media screen and (max-width: 899px) {
  .voice_list__cont > .category > span {
    font-size: 12px;
  }
}

.voice_list__photo {
  position: relative;
  width: 128px;
  height: 128px;
  margin-top: -16px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .voice_list__photo {
    margin-top: -1.7777vw;
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (max-width: 739px) {
  .voice_list__photo {
    margin-top: -16px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 499px) {
  .voice_list__photo {
    margin-top: -5px;
    width: 80px;
    height: 80px;
  }
}

.voice_list__photo.img_w100 > img {
  width: 100%;
}

.voice_list__photo.img_h100 > img {
  height: 100%;
}

.voice_list__photo > img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.voice_list__page_link {
  text-align: center;
  margin-top: 32px;
}

.voice_list__page_link > a {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  background-position: right;
  background-size: 100% auto;
  width: 100%;
  max-width: 248px;
  height: 56px;
  padding: 19px 0 18px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.voice_list__page_link > a > span {
  display: inline-block;
}

.voice_list__page_link > a > span::after {
  content: "\f105";
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 899px) {
  .voice_list__page_link > a > span::after {
    right: 10px;
  }
}

.voice_list__page_link > a:hover {
  background-size: 200% auto;
  letter-spacing: 0.06em;
}

.terms_use {
  padding: 15px;
  border: solid 5px #fff2de;
  counter-reset: section;
}

.terms_use > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.terms_use > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .terms_use > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .terms_use > li:first-child {
    margin-top: -3px;
  }
}

.terms_use > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}

.terms_use__annotation {
  font-size: 15px;
  max-height: 100%;
  margin-top: 12.0025px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 899px) {
  .terms_use__annotation {
    font-size: 14px;
    max-height: 100%;
    margin-top: 8.5px;
    margin-bottom: -3.5px;
    line-height: 1.5;
  }
}

.target_use {
  padding: 15px;
  border: solid 5px #fff2de;
  counter-reset: section;
}

.target_use > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.target_use > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .target_use > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .target_use > li:first-child {
    margin-top: -3px;
  }
}

.target_use > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -2px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .target_use > li::before {
    top: 1px;
  }
}

.target_use__annotation {
  font-size: 15px;
  max-height: 100%;
  margin-top: 12.0025px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 899px) {
  .target_use__annotation {
    font-size: 14px;
    max-height: 100%;
    margin-top: 8.5px;
    margin-bottom: -3.5px;
    line-height: 1.5;
  }
}

.visit_area {
  display: flex;
  flex-wrap: wrap;
}

.visit_area__cont {
  width: calc(100% - 428px - 25px);
  margin-right: 25px;
}

@media screen and (max-width: 899px) {
  .visit_area__cont {
    width: calc(100% - 40vw - 20px);
    margin-right: 20px;
  }
}

@media screen and (max-width: 699px) {
  .visit_area__cont {
    order: 2;
    width: 100%;
    margin-right: 0;
  }
}

.visit_area__cont_item:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .visit_area__cont_item:first-child {
    margin-bottom: 20px;
  }
}

.visit_area__photo {
  width: 428px;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .visit_area__photo {
    width: 40vw;
  }
}

@media screen and (max-width: 699px) {
  .visit_area__photo {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.visit_area__photo > img {
  width: 100%;
  max-width: 360px;
}

.appointment_store {
  width: 100%;
  margin-top: 32px;
  font-size: 0;
}

.appointment_store > li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
}

@media screen and (max-width: 899px) {
  .appointment_store > li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 559px) {
  .appointment_store > li {
    width: 100%;
  }
}

.appointment_store > li:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 899px) {
  .appointment_store > li:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store > li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.appointment_store__cont {
  background: #fdfbe6;
  border-top: solid 1px #ff9933;
  padding: 0 20px;
  font-style: normal;
}

@media screen and (max-width: 899px) {
  .appointment_store__cont {
    padding: 0 12px;
  }
}

.appointment_store__item > .ttl {
  padding: 15px 0px 16px 0;
  border-bottom: solid 1px #d3d3d3;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .ttl {
    padding: 13px 0px 14px 0;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .ttl span {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .ttl span {
    display: inline;
  }
}

.appointment_store__item > .ttl br {
  display: none;
}

.appointment_store__item > .cont {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 20px;
  border-bottom: dotted 1px #d3d3d3;
}

.appointment_store__item > .cont > .cont_address {
  order: 2;
  width: calc(100% - 100px - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .cont > .cont_address {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .cont > .cont_address {
    width: calc(100% - 100px - 20px);
    margin-left: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 419px) {
  .appointment_store__item > .cont > .cont_address {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.appointment_store__item > .cont > .cont_address > p {
  font-size: 15px;
  max-height: 100%;
  margin-top: -3px;
  margin-bottom: -3px;
  line-height: 1.4;
  padding-right: 5px;
  height: 63px;
}

@media screen and (max-width: 699px) {
  .appointment_store__item > .cont > .cont_address > p {
    height: 84px;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .cont > .cont_address > p {
    height: auto;
  }
}

.appointment_store__item > .cont > .cont_address > p > .table_show {
  display: none;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .cont > .cont_address > p > .table_show {
    display: inline-block;
  }
}

.appointment_store__item > .cont > .cont_address > a {
  position: relative;
  background: #fff;
  display: block;
  width: 168px;
  height: 36px;
  margin-top: 15px;
  padding: 9px 0 10px 20px;
  border: solid 1px #d3d3d3;
  border-radius: 18px;
  font-size: 14px;
  font-feature-settings: 'palt';
  transition: all .1s ease-out;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .cont > .cont_address > a {
    margin: 13px auto 0;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .cont > .cont_address > a {
    margin: 13px 0 0;
  }
}

@media screen and (max-width: 419px) {
  .appointment_store__item > .cont > .cont_address > a {
    margin: 13px auto 0;
  }
}

.appointment_store__item > .cont > .cont_address > a::before, .appointment_store__item > .cont > .cont_address > a::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1em;
}

.appointment_store__item > .cont > .cont_address > a::before {
  content: "\f3c5";
  margin-top: 1px;
  margin-right: 6px;
  color: #ff7230;
  vertical-align: top;
}

.appointment_store__item > .cont > .cont_address > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #d3d3d3;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
}

.appointment_store__item > .cont > .cont_address > a:hover {
  border: solid 1px #ff7230;
}

.appointment_store__item > .cont > .cont_address > a:hover::after {
  color: #ff7230;
}

.appointment_store__item > .cont > .cont_photo {
  order: 1;
  width: 100px;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .cont > .cont_photo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .cont > .cont_photo {
    width: 100px;
  }
}

@media screen and (max-width: 419px) {
  .appointment_store__item > .cont > .cont_photo {
    width: 100%;
    text-align: center;
  }
}

.appointment_store__item > .cont > .cont_photo > img {
  width: 100px;
}

.appointment_store__item > .tell {
  padding: 14px 0 16px;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell {
    padding: 14px 0 15px;
  }
}

.appointment_store__item > .tell > .tell_number {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_number {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.appointment_store__item > .tell > .tell_number::before {
  content: '';
  display: inline-block;
  background-image: url(../images/icon/ico_phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 24px;
  margin: -2px 10px 0px 0px;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_number::before {
    width: 21px;
    height: 20px;
    margin: -2px 6px 0px 0px;
  }
}

.appointment_store__item > .tell > .tell_time {
  font-size: 15px;
  display: block;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_time {
    font-size: 13px;
    max-height: 100%;
    margin-top: -2.5025px;
    margin-bottom: -2.5025px;
    line-height: 1.385;
  }
}

.appointment_store__item > .tell > .tell_time > br {
  display: none;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_time > br {
    display: inline-block;
  }
}

@media screen and (max-width: 559px) {
  .appointment_store__item > .tell > .tell_time > br {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .appointment_store__item > .tell > .tell_time > br {
    display: inline-block;
  }
}

.appointment_store__item > .tell > .tell_annotation {
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  font-size: 13px;
  font-feature-settings: 'palt';
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_annotation {
    font-size: 11px;
    margin-left: -8px;
  }
}

.appointment_store__item > .tell > .tell_annotation-last {
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  font-size: 13px;
  font-feature-settings: 'palt';
  margin-bottom: 52px;
}

@media screen and (max-width: 899px) {
  .appointment_store__item > .tell > .tell_annotation-last {
    font-size: 11px;
    margin-left: -8px;
    margin-bottom: 0px;
  }
}

.provide_talbe {
  width: 100%;
}

.provide_talbe tr {
  border-bottom: solid 1px #d3d3d3;
}

.provide_talbe tr:first-child {
  border-top: solid 1px #d3d3d3;
}

.provide_talbe tr > th {
  background: #f9f9f9;
  padding: 12px 0 15px 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.provide_talbe tr > th.w_74 {
  width: 74px;
}

.provide_talbe tr > th.w_150 {
  width: 150px;
}

@media screen and (max-width: 899px) {
  .provide_talbe tr > th {
    font-size: 15px;
  }
  .provide_talbe tr > th.w_150 {
    width: 131px;
  }
}

.provide_talbe tr > th > span {
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .provide_talbe tr > th > span {
    font-size: 12px;
  }
}

.provide_talbe tr > td {
  padding: 12px 0 15px 20px;
}

@media screen and (max-width: 899px) {
  .provide_talbe tr > td {
    padding: 12px 0 15px 16px;
  }
}

.provide_talbe__text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -3.2px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .provide_talbe__text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.provide_talbe__list > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.provide_talbe__list > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .provide_talbe__list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .provide_talbe__list > li:first-child {
    margin-top: -3px;
  }
}

.provide_talbe__list > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -2px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .provide_talbe__list > li::before {
    top: 1px;
  }
}

.house_call_table {
  width: 100%;
}

.house_call_table > thead tr > th {
  background: #d3d3d3;
  padding: 12px 0 15px 0;
  font-weight: 400;
}

.house_call_table > thead tr > th:first-child {
  width: 150px;
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 899px) {
  .house_call_table > thead tr > th:first-child {
    width: 102px;
  }
}

@media screen and (max-width: 699px) {
  .house_call_table > thead tr > th:first-child {
    width: 21.428vw;
    min-width: 102px;
  }
}

.house_call_table > thead tr > th:not(:first-child) {
  border-left: solid 1px #fff;
}

.house_call_table > tbody tr {
  border-bottom: solid 1px #d3d3d3;
}

.house_call_table > tbody tr:first-child {
  border-top: solid 1px #d3d3d3;
}

.house_call_table > tbody tr > th {
  background: #f9f9f9;
  padding: 12px 0 15px 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 899px) {
  .house_call_table > tbody tr > th {
    font-size: 15px;
  }
}

.house_call_table > tbody tr > th > span {
  font-size: 13px;
}

@media screen and (max-width: 899px) {
  .house_call_table > tbody tr > th > span {
    font-size: 12px;
  }
}

.house_call_table > tbody tr > td {
  padding: 12px 0 15px 0;
  border-left: solid 1px #d3d3d3;
  text-align: center;
}

.house_call_table__text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -3.2px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .house_call_table__text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.house_call_table__annotation {
  font-size: 15px;
  max-height: 100%;
  margin-top: 12.0025px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 899px) {
  .house_call_table__annotation {
    font-size: 14px;
    max-height: 100%;
    margin-top: 8.5px;
    margin-bottom: -3.5px;
    line-height: 1.5;
  }
}

.service_add {
  margin-top: -12px;
}

.service_add > li {
  display: inline-block;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.service_add > li:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 899px) {
  .service_add > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.service_add > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -2px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .service_add > li::before {
    top: 1px;
  }
}

.recommend_item {
  border: solid 2px #ffb366;
  border-radius: 10px;
  overflow: hidden;
}

.recommend_item .ttl {
  position: relative;
  background: #fbfbd2;
  padding: 14px 0 15px 0;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt';
}

.recommend_item .ttl::after {
  content: '';
  position: absolute;
  left: calc(50% - 10px);
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fbfbd2 transparent transparent transparent;
}

.recommend_item .cont {
  padding: 0 22px 15px 22px;
}

@media screen and (max-width: 899px) {
  .recommend_item .cont {
    padding: 0 20px 8px 20px;
  }
}

.list_mark__circle {
  margin-bottom: 28px;
}

.list_mark__circle > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 11px;
  margin-bottom: -4px;
  line-height: 1.5;
}

.list_mark__circle > li:first-child {
  margin-top: -4px;
}

@media screen and (max-width: 899px) {
  .list_mark__circle > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 12.5px;
    margin-bottom: -4.5px;
    line-height: 1.6;
  }
  .list_mark__circle > li:first-child {
    margin-top: -4.5px;
  }
}

.list_mark__circle > li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #fff;
  border: solid 3px #ff9515;
  border-radius: 50%;
}

@media screen and (max-width: 899px) {
  .list_mark__circle > li::before {
    top: 6px;
  }
}

.list_mark__check > li {
  position: relative;
  padding: 5px 0 5px 1.3em;
  font-size: 16px;
  line-height: 1.667;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .list_mark__check > li {
    font-size: 15px;
  }
}

.list_mark__check > li:not(:first-child) {
  border-top: dotted 1px #dddddd;
}

.list_mark__check > li::before {
  content: '\f00c';
  position: absolute;
  top: 6px;
  left: 0px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #ff9515;
  transform: scale(0.9);
}

@media screen and (max-width: 899px) {
  .list_mark__check > li::before {
    top: 5px;
  }
}

@media screen and (max-width: 679px) {
  .swipe_scroll::before {
    content: '※左右にスワイプして閲覧してください';
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 679px) {
  .swipe_scroll > span {
    display: block;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 -15px;
  }
}

.use_flowchart {
  background-color: #f1f5f7;
  background-image: url(../images/service/dayservice/bg_use_flowchart.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  min-width: 680px;
}

.hr1 {
  border-top: 1px solid #8c8b8b;
}

.use_flowchart__wrap {
  padding: 30px;
}

@media screen and (max-width: 899px) {
  .use_flowchart__wrap {
    padding: 3.333vw;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__wrap {
    padding: 22.644px;
  }
}

.use_flowchart__wrap > li:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 899px) {
  .use_flowchart__wrap > li:not(:first-child) {
    margin-top: 2.222vw;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__wrap > li:not(:first-child) {
    margin-top: 15.1096px;
  }
}

.use_flowchart__wrap_separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.use_flowchart__wrap_separate > div {
  width: calc(50% - 19px);
}

@media screen and (max-width: 899px) {
  .use_flowchart__wrap_separate > div {
    width: calc(50% - 2.111vw);
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__wrap_separate > div {
    width: calc(50% - 14.3548px);
  }
}

.use_flowchart__item {
  background: #fff;
  padding: 19px 0;
  border: solid 1px #d3d3d3;
  border-radius: 10px;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .use_flowchart__item {
    padding: 2.111vw 0;
    border-radius: 1.111vw;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__item {
    padding: 14.3555px 0;
    border-radius: 7.5548px;
  }
}

.use_flowchart__item.item__adj_pd {
  padding: 14px 0;
}

@media screen and (max-width: 899px) {
  .use_flowchart__item.item__adj_pd {
    padding: 1.555vw 0;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__item.item__adj_pd {
    padding: 10.574px 0;
  }
}

.use_flowchart__item > em {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 899px) {
  .use_flowchart__item > em {
    font-size: 2vw;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__item > em {
    font-size: 13.6px;
  }
}

.use_flowchart__item > p {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 10px;
  margin-bottom: -4px;
}

@media screen and (max-width: 899px) {
  .use_flowchart__item > p {
    font-size: 1.777vw;
    line-height: 1.375;
    margin-top: 1.111vw;
    margin-bottom: -0.444px;
  }
}

@media screen and (max-width: 679px) {
  .use_flowchart__item > p {
    font-size: 12.0836px;
    line-height: 1.375;
    margin-top: 7.5548px;
    margin-bottom: -3.0192px;
  }
}

.tab_set {
  background-color: #fff;
  font-size: 0;
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
}

.tab_set > input[name="tab_set__btn"] {
  display: none;
}

.tab_set > input[name="tab_set__btn"]:checked {
  /*選択されているタブのスタイルを変える*/
  /*選択されているタブのコンテンツのみを表示*/
}

.tab_set > input[name="tab_set__btn"]:checked + .tab_set__btn {
  opacity: 1;
  border-bottom: 3px solid #ffb366;
}

.tab_set > input[name="tab_set__btn"]:checked + .tab_set__btn::after {
  content: '';
}

.tab_set > input[name="tab_set__btn"]:checked#list_1 ~ .list_1,
.tab_set > input[name="tab_set__btn"]:checked#list_2 ~ .list_2 {
  display: block;
}

.tab_set__btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 93px;
  border-bottom: 3px solid #dddddd;
  font-weight: 500;
  transition: all 0.2s sease-out;

  opacity: 0.5;
}

@media screen and (max-width: 899px) {
  .tab_set__btn {
    padding: 0 15px;
  }
}

@media screen and (max-width: 639px) {
  .tab_set__btn {
    flex-direction: column;
    justify-content: start;
    flex-wrap: wrap;
    height: 143px;
  }
}

.tab_set__btn::after {
  position: absolute;
  left: calc(50% - 7px);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffb366 transparent;
}

.tab_set__btn:hover {
  opacity: 0.75;
}

.tab_set__btn > img {
  width: 72px;
  height: 48px;
  margin-right: 15px;
  border-radius: 4.5px;
}

@media screen and (max-width: 899px) {
  .tab_set__btn > img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .tab_set__btn > img {
    margin: 10px 0 12px 0;
  }
}

.tab_set__btn > em {
  font-size: 17px;
  font-style: normal;
  font-feature-settings: 'palt';
  color: #333;
  text-align: left;
  line-height: 1.385;
}

@media screen and (max-width: 899px) {
  .tab_set__btn > em {
    font-size: 15px;
  }
}

@media screen and (max-width: 639px) {
  .tab_set__btn > em {
    font-size: 13px;
    text-align: center;
  }
}

.tab_set__btn > em br {
  display: none;
}

@media screen and (max-width: 639px) {
  .tab_set__btn > em br {
    display: inline-block;
  }
}

.tab_set__btn > em br.adj_view {
  display: inline-block;
}

.tab_set__btn > em span {
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .tab_set__btn > em span {
    font-size: 13px;
  }
}

@media screen and (max-width: 639px) {
  .tab_set__btn > em span {
    display: block;
    font-size: 11px;
  }
}

.tab_set__content {
  display: none;
}

.time_schedule {
  padding: 24px;
}

@media screen and (max-width: 899px) {
  .time_schedule {
    padding: 20px 15px;
  }
}

.time_schedule__ol > li:not(:first-child) {
  margin-top: 24px;
}

.time_schedule__item {
  position: relative;
  background: #fff;
  padding: 0 19px;
  border: solid 1px #ddd;
}

@media screen and (max-width: 899px) {
  .time_schedule__item {
    padding: 0 11px;
  }
}

.time_schedule__item::before, .time_schedule__item::after {
  content: '';
  position: absolute;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}

.time_schedule__item::before {
  bottom: -14px;
  border-top-color: #ddd;
}

.time_schedule__item::after {
  bottom: -13px;
  border-top-color: #fff;
}

.time_schedule__item.item__no_arrow::before, .time_schedule__item.item__no_arrow::after {
  content: none;
}

.time_schedule__item > .ttl {
  display: flex;
  align-items: center;
  height: 64px;
  border-bottom: dotted 1px #ddd;
}

.time_schedule__item > .ttl > .ttl_number {
  width: 42px;
  margin-right: 15px;
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .ttl > .ttl_number {
    width: 36px;
    margin-right: 8px;
  }
}

.time_schedule__item > .ttl > .ttl_info > .main {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .ttl > .ttl_info > .main {
    width: 36px;
    margin-right: 8px;
    font-size: 17px;
  }
}

@media screen and (max-width: 539px) {
  .time_schedule__item > .ttl > .ttl_info > .main > span {
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
    vertical-align: top;
  }
}

.time_schedule__item > .ttl > .ttl_info > .time {
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .ttl > .ttl_info > .time {
    font-size: 13px;
  }
}

@media screen and (max-width: 539px) {
  .time_schedule__item > .ttl > .ttl_info > .time {
    display: block;
    margin-top: 8px;
  }
}

.time_schedule__item > .ttl > .ttl_info > .time::before {
  content: '\f017';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1.1em;
  font-weight: 400;
  margin-right: 0.4em;
  color: #ff9933;
}

.time_schedule__item > .cont {
  display: flex;
  flex-wrap: wrap;
  padding: 19px 0;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont {
    padding: 15px 0;
  }
}

.time_schedule__item > .cont > .cont_text {
  width: calc(100% - 240px - 20px);
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont > .cont_text {
    width: calc(100% - 25vw - 10px);
  }
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .cont > .cont_text {
    width: 100%;
  }
}

.time_schedule__item > .cont > .cont_text > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont > .cont_text > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3.5025px;
    margin-bottom: -3.5025px;
    line-height: 1.467;
  }
}

.time_schedule__item > .cont > .cont_text > .annotation {
  display: inline-block;
  font-size: 14px;
  max-height: 100%;
  margin-top: 14.997px;
  margin-bottom: -3.003px;
  line-height: 1.429;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont > .cont_text > .annotation {
    font-size: 13px;
    max-height: 100%;
    margin-top: 11.998px;
    margin-bottom: -2.002px;
    line-height: 1.308;
  }
}

.time_schedule__item > .cont > .cont_photo {
  width: 240px;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont > .cont_photo {
    width: 25vw;
  }
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .cont > .cont_photo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.time_schedule__item > .cont > .cont_photo > img {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont > .cont_photo > img {
    max-width: 240px;
  }
}

.time_schedule__item > .cont.img_no > .cont_text {
  width: 100%;
}

.time_schedule__item > .cont.img_left > .cont_text {
  order: 2;
  margin-left: 20px;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont.img_left > .cont_text {
    margin-left: 10px;
  }
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .cont.img_left > .cont_text {
    margin-left: 0;
  }
}

.time_schedule__item > .cont.img_left > .cont_photo {
  order: 1;
}

.time_schedule__item > .cont.img_rignt > .cont_text {
  margin-right: 20px;
}

@media screen and (max-width: 899px) {
  .time_schedule__item > .cont.img_rignt > .cont_text {
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .cont.img_rignt > .cont_text {
    order: 2;
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .time_schedule__item > .cont.img_rignt > .cont_photo {
    order: 1;
  }
}

.reservations_call > .ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .reservations_call > .ttl {
    font-size: 15px;
    margin-bottom: 16px;
  }
}

.reservations_call > .time {
  font-size: 14px;
  max-height: 100%;
  margin-top: -2.156px;
  margin-bottom: -2.156px;
  line-height: 1.308;
}

@media screen and (max-width: 899px) {
  .reservations_call > .time {
    font-size: 13px;
    max-height: 100%;
    margin-top: -2.7885px;
    margin-bottom: -2.7885px;
    line-height: 1.429;
  }
}

.reservations_call > .cont > .cont_name {
  display: block;
  margin: 24px 0 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .reservations_call > .cont > .cont_name {
    font-size: 14px;
    margin: 20px 0 14px;
  }
}

.reservations_call > .cont > .cont_number {
  font-size: 22px;
}

@media screen and (max-width: 899px) {
  .reservations_call > .cont > .cont_number {
    font-size: 20px;
  }
}

.reservations_call > .cont > .cont_number::before {
  content: '';
  display: inline-block;
  background-image: url(../images/icon/ico_phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 24px;
  margin: -2px 10px 0px 0px;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .reservations_call > .cont > .cont_number::before {
    width: 21px;
    height: 20px;
    margin: -2px 6px 0px 0px;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee:not(:first-child) {
    margin-top: 30px;
  }
}

.facility_fee__ttl {
  border: solid 2px #ffb366;
  padding: 7px 0 8px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .facility_fee__ttl {
    margin-bottom: 15px;
    font-feature-settings: 'palt';
    font-size: 16px;
  }
}

.facility_fee__ttl > br {
  display: none;
}

@media screen and (max-width: 899px) {
  .facility_fee__ttl > br {
    display: block;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee__ttl > br {
    display: none;
  }
}

.facility_fee__ttl > span {
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .facility_fee__ttl > span {
    font-size: 13px;
  }
}

.facility_fee__address {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.facility_fee__address > .cont {
  order: 2;
  width: calc(100% - 180px - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 899px) {
  .facility_fee__address > .cont {
    order: 1;
    width: 210px;
    margin-left: 0;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee__address > .cont {
    order: 2;
    width: calc(100% - 180px - 20px);
    margin-left: 20px;
  }
}

@media screen and (max-width: 459px) {
  .facility_fee__address > .cont {
    order: 1;
    width: 204px;
    margin-left: 0;
  }
}

.facility_fee__address > .cont > address {
  font-style: normal;
  font-feature-settings: 'palt';
  font-size: 15px;
  max-height: 100%;
  margin-top: -3px;
  margin-bottom: -3px;
  line-height: 1.4;
}

.facility_fee__address > .cont > address > .tel {
  display: block;
  margin-top: 8px;
}

.facility_fee__address > .cont > a {
  position: relative;
  display: block;
  width: 168px;
  height: 36px;
  margin-top: 20px;
  padding: 9px 0 10px 20px;
  border: solid 1px #d3d3d3;
  border-radius: 18px;
  font-size: 14px;
  font-feature-settings: 'palt';
  transition: all .1s ease-out;
}

.facility_fee__address > .cont > a::before, .facility_fee__address > .cont > a::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1em;
}

.facility_fee__address > .cont > a::before {
  content: "\f3c5";
  margin-top: 1px;
  margin-right: 6px;
  color: #ff7230;
  vertical-align: top;
}

.facility_fee__address > .cont > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #d3d3d3;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
}

.facility_fee__address > .cont > a:hover {
  border: solid 1px #ff7230;
}

.facility_fee__address > .cont > a:hover::after {
  color: #ff7230;
}

.facility_fee__address > .photo {
  order: 1;
  width: 180px;
}

@media screen and (max-width: 899px) {
  .facility_fee__address > .photo {
    order: 2;
    width: calc(100% - 210px - 10px);
    margin-left: 10px;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee__address > .photo {
    order: 1;
    width: 180px;
    margin-left: 0;
  }
}

@media screen and (max-width: 459px) {
  .facility_fee__address > .photo {
    order: 2;
    width: calc(100% - 204px - 8px);
    margin-left: 8px;
  }
}

.facility_fee__address > .photo > img {
  width: 100%;
}

.facility_fee__table {
  width: 100%;
}

.facility_fee__table > caption {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.facility_fee__table > caption::before {
  content: '■';
  display: inline-block;
  margin-right: 7px;
  color: #a1a1a1;
}

.facility_fee__table tr {
  border-bottom: solid 1px #d3d3d3;
}

.facility_fee__table tr:first-child {
  border-top: solid 1px #d3d3d3;
}

.facility_fee__table tr > th {
  background: #f9f9f9;
  width: 135px;
  padding: 10px 0 10px 20px;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.facility_fee__table tr > td {
  font-size: 15px;
  padding: 10px 0 10px 20px;
}

.facility_fee__table tr > td > p {
  position: relative;
  font-size: 15px;
  max-height: 100%;
  margin-top: 4.9975px;
  margin-bottom: -5.0025px;
  line-height: 1.667;
  width: 84px;
  text-align: right;
}

.facility_fee__table tr > td > p:first-child {
  margin-top: -5.0025px;
}

@media screen and (max-width: 899px) {
  .facility_fee__table tr > td > p > span {
    display: block;
    margin-left: -8px;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee__table tr > td > p > span {
    display: inline-block;
    margin-left: 0;
  }
}

@media screen and (max-width: 399px) {
  .facility_fee__table tr > td > p > span {
    display: block;
    margin-left: -8px;
  }
}

.facility_fee__table tr > td > p.adj_w {
  width: 227px;
  text-align: left;
}

@media screen and (max-width: 899px) {
  .facility_fee__table tr > td > p.adj_w {
    width: 140px;
  }
}

@media screen and (max-width: 699px) {
  .facility_fee__table tr > td > p.adj_w {
    width: 227px;
  }
}

@media screen and (max-width: 399px) {
  .facility_fee__table tr > td > p.adj_w {
    width: 140px;
  }
}

.facility_fee__annotation {
  margin-top: 18px;
}

.facility_fee__annotation > p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 13px;
}

.facility_fee__annotation > p:not(:first-child) {
  margin-top: 6px;
}

.business_trip {
  background: #fdfbe6;
  padding: 24px;
}

@media screen and (max-width: 899px) {
  .business_trip {
    padding: 20px 15px;
  }
}

.business_trip__item:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .business_trip__item:first-child {
    margin-bottom: 20px;
  }
}

.business_trip__service {
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.business_trip__service > li {
  position: relative;
  background: #fff;
  display: inline-block;
  width: calc(50% - 6px);
  padding: 14px 0 16px 38px;
  border: solid 1px #ddd;
  list-style: none;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  font-size: 16px;
  max-height: 100%;
  margin-top: -3.2px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .business_trip__service > li {
    padding: 10px 0 10px 34px;
    font-size: 15px;
    max-height: 100%;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 639px) {
  .business_trip__service > li {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .business_trip__service > li:first-child {
    margin-bottom: 6px;
  }
}

.business_trip__service > li::before {
  position: absolute;
  left: 20px;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}

@media screen and (max-width: 899px) {
  .business_trip__service > li::before {
    left: 16px;
  }
}

.business_trip__menu_item {
  background: #fff;
  padding: 20px;
  border: solid 1px #ddd;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item {
    padding: 16px 11px 13px 11px;
  }
}

.business_trip__menu_item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item:not(:first-child) {
    margin-top: 12px;
  }
}

.business_trip__menu_item > .cont > .cont_ttl {
  display: inline-block;
  width: 100%;
  padding: 2px 0 23px;
  margin: 0 0 20px 0;
  border-bottom: dotted 1px #ddd;
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont > .cont_ttl {
    margin: 0 10px 12px 0;
  }
}

.business_trip__menu_item > .cont > .cont_text {
  display: inline-block;
  width: 100%;
}

.business_trip__menu_item > .cont > .cont_text > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont > .cont_text > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3.5025px;
    margin-bottom: -3.5025px;
    line-height: 1.467;
  }
}

.business_trip__menu_item > .cont.in_photo {
  min-height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont.in_photo {
    min-height: 16.666vw;
  }
}

.business_trip__menu_item > .cont.in_photo > .cont_ttl {
  width: calc(100% - 240px - 20px);
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont.in_photo > .cont_ttl {
    width: calc(100% - 25vw - 10px);
    margin: 0 10px 12px 0;
  }
}

@media screen and (max-width: 639px) {
  .business_trip__menu_item > .cont.in_photo > .cont_ttl {
    width: 100%;
  }
}

.business_trip__menu_item > .cont.in_photo > .cont_photo {
  float: right;
  display: inline-block;
  width: 240px;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont.in_photo > .cont_photo {
    width: 25vw;
  }
}

@media screen and (max-width: 639px) {
  .business_trip__menu_item > .cont.in_photo > .cont_photo {
    float: inherit;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.business_trip__menu_item > .cont.in_photo > .cont_photo > img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .business_trip__menu_item > .cont.in_photo > .cont_photo > img {
    max-width: 240px;
  }
}

.business_trip__menu_item > .cont.in_photo > .cont_text {
  width: calc(100% - 240px - 20px);
  margin-right: 20px;
}

@media screen and (max-width: 899px) {
  .business_trip__menu_item > .cont.in_photo > .cont_text {
    width: calc(100% - 25vw - 10px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .business_trip__menu_item > .cont.in_photo > .cont_text {
    width: 100%;
    margin-right: 0;
  }
}

.seminar_trip {
  background: #fdfbe6;
  padding: 24px;
}

@media screen and (max-width: 899px) {
  .seminar_trip {
    padding: 20px 15px;
  }
}

.seminar_trip__service {
  display: flex;
  flex-wrap: wrap;
}

.seminar_trip__service > .cont {
  width: calc(100% - 240px - 20px);
  margin-right: 20px;
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .cont {
    width: calc(100% - 25vw - 10px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .seminar_trip__service > .cont {
    order: 2;
    width: 100%;
  }
}

.seminar_trip__service > .cont > .text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .cont > .text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3.5025px;
    margin-bottom: -3.5025px;
    line-height: 1.467;
  }
}

.seminar_trip__service > .cont > .example {
  margin-top: 24px;
}

.seminar_trip__service > .cont > .example > dt {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: -0.5em;
}

.seminar_trip__service > .cont > .example > dd > ul {
  font-size: 0;
}

.seminar_trip__service > .cont > .example > dd > ul > li {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+1) {
  width: 145px;
}

@media screen and (max-width: 639px) {
  .seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+1) {
    width: 120px;
  }
}

@media screen and (max-width: 360px) {
  .seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+1) {
    width: 35vw;
  }
}

.seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+2) {
  width: calc(100% - 145px);
}

@media screen and (max-width: 639px) {
  .seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+2) {
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 360px) {
  .seminar_trip__service > .cont > .example > dd > ul > li:nth-child(2n+2) {
    width: calc(100% - 35vw);
  }
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .cont > .example > dd > ul > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.seminar_trip__service > .cont > .example > dd > ul > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .cont > .example > dd > ul > li::before {
    top: 1px;
  }
}

.seminar_trip__service > .photo {
  width: 240px;
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .photo {
    width: 25vw;
  }
}

@media screen and (max-width: 639px) {
  .seminar_trip__service > .photo {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.seminar_trip__service > .photo > img {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .seminar_trip__service > .photo > img {
    max-width: 240px;
  }
}

.training_machine {
  overflow: hidden;
}

.training_machine__list {
  font-size: 0;
  margin: 0 -15px;
}

@media screen and (max-width: 899px) {
  .training_machine__list {
    margin: 0 -12px;
  }
}

@media screen and (max-width: 639px) {
  .training_machine__list {
    margin: 0;
  }
}

.training_machine__list > li {
  display: inline-block;
  width: 280px;
  margin: 0 15px;
  vertical-align: top;
}

.training_machine__list > li:nth-child(n+4) {
  margin-top: 40px;
}

@media screen and (max-width: 899px) {
  .training_machine__list > li {
    width: calc(50% - 24px);
    margin: 0 12px;
  }
  .training_machine__list > li:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 639px) {
  .training_machine__list > li {
    width: 100%;
    margin: 0;
  }
  .training_machine__list > li:nth-child(n+2) {
    margin-top: 25px;
  }
}

.training_machine__item > .ttl {
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .training_machine__item > .ttl {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}

.training_machine__item > .ttl > .ttl_photo {
  position: relative;
  display: inline-flex;
  width: 100%;
  height: 157px;
  vertical-align: top;
  overflow: hidden;
}

@media screen and (max-width: 639px) {
  .training_machine__item > .ttl > .ttl_photo {
    height: 80px;
    width: 80px;
    min-width: 80px;
  }
}

.training_machine__item > .ttl > .ttl_photo > img {
  position: absolute;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.training_machine__item > .ttl > .ttl_main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.333;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .training_machine__item > .ttl > .ttl_main {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .training_machine__item > .ttl > .ttl_main {
    justify-content: flex-start;
    width: calc(100% - 80px - 15px);
    height: 80px;
    margin-left: 15px;
    text-align: left;
  }
}

.training_machine__item > .cont > p {
  font-size: 15px;
  max-height: 100%;
  margin-top: -4.5px;
  margin-bottom: -4.5px;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .training_machine__item > .cont > p {
    font-size: 14px;
    max-height: 100%;
    margin-top: -4.501px;
    margin-bottom: -4.501px;
    line-height: 1.643;
  }
}

.treatment_corresponding {
  border: solid 1px #d3d3d3;
}

.treatment_corresponding__ttl {
  background: #e9faff;
  padding: 5px 0 7px 0;
  font-feature-settings: 'palt';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__ttl {
    font-size: 17px;
    padding: 6px 0 8px 0;
  }
}

.treatment_corresponding__cont {
  padding: 24px 0 25px;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__cont {
    padding: 15px;
  }
}

.treatment_corresponding__item {
  display: flex;
  flex-wrap: wrap;
}

.treatment_corresponding__item:first-child {
  margin-bottom: 24px;
}

@media screen and (max-width: 639px) {
  .treatment_corresponding__item:first-child {
    margin-bottom: 20px;
  }
}

.treatment_corresponding__item > .ttl {
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  border-right: solid 1px #d3d3d3;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__item > .ttl {
    width: 22vw;
  }
}

@media screen and (max-width: 639px) {
  .treatment_corresponding__item > .ttl {
    display: block;
    width: 100%;
    border-right: none;
    margin-bottom: 14px;
  }
}

.treatment_corresponding__item > .cont {
  width: calc(100% - 200px - 25px);
  padding: 4px 0 4px 25px;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__item > .cont {
    width: calc(100% - 22vw - 40px);
    padding: 4px 20 4px 20px;
  }
}

@media screen and (max-width: 639px) {
  .treatment_corresponding__item > .cont {
    padding: 0;
    width: 100%;
  }
}

.treatment_corresponding__item > .cont > .cont_list > li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  max-height: 100%;
  margin-top: 4.4975px;
  margin-bottom: -3.5025px;
  line-height: 1.467;
}

.treatment_corresponding__item > .cont > .cont_list > li:first-child {
  margin-top: -3.5025px;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__item > .cont > .cont_list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .treatment_corresponding__item > .cont > .cont_list > li:first-child {
    margin-top: -3px;
  }
}

.treatment_corresponding__item > .cont > .cont_list > li::before {
  content: '\f105';
  position: absolute;
  top: 2px;
  left: 0px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.9em;
  font-weight: 900;
  color: #ff9515;
}

@media screen and (max-width: 899px) {
  .treatment_corresponding__item > .cont > .cont_list > li::before {
    top: 1px;
  }
}

.treatment_corresponding__item > .cont > .cont_list > li > a {
  transition: color 0.2s ease-out;
}

.treatment_corresponding__item > .cont > .cont_list > li > a:hover {
  color: #ff9515;
}

.treatment_corresponding__item > .cont > .cont_list > li.no_link::before {
  color: #ccc;
}

.treatment_corresponding__item > .cont > .cont_list > li.no_link > a {
  pointer-events: none;
}

.sdaptation_case {
  border: solid 1px #d3d3d3;
}

.sdaptation_case__ttl {
  background: #e9faff;
  padding: 5px 0 7px 0;
  font-feature-settings: 'palt';
  font-size: 18px;
  font-weight: 500;
  line-height: 1.778;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .sdaptation_case__ttl {
    font-size: 17px;
    padding: 6px 0 8px 0;
  }
}

.sdaptation_case__cont {
  padding: 30px 31px;
}

@media screen and (max-width: 899px) {
  .sdaptation_case__cont {
    padding: 15px;
  }
}

.sdaptation_case__item {
  font-size: 0;
}

.sdaptation_case__item > li {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 3.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.sdaptation_case__item > li:nth-child(2n+1) {
  width: 290px;
}

@media screen and (max-width: 899px) {
  .sdaptation_case__item > li:nth-child(2n+1) {
    width: 36vw;
  }
}

@media screen and (max-width: 729px) {
  .sdaptation_case__item > li:nth-child(2n+1) {
    width: 100%;
  }
}

.sdaptation_case__item > li:nth-child(2n+2) {
  width: calc(100% - 290px);
}

@media screen and (max-width: 899px) {
  .sdaptation_case__item > li:nth-child(2n+2) {
    width: calc(100% - 36vw);
  }
}

@media screen and (max-width: 729px) {
  .sdaptation_case__item > li:nth-child(2n+2) {
    width: 100%;
  }
}

.sdaptation_case__item > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .sdaptation_case__item > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 4px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .sdaptation_case__item > li:first-child {
    margin-top: -3px;
  }
}

.sdaptation_case__item > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .sdaptation_case__item > li::before {
    top: 1px;
  }
}

.sdaptation_case__annotation {
  font-size: 15px;
  max-height: 100%;
  margin-top: 20.0025px;
  margin-bottom: -3.9975px;
  line-height: 1.533;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 899px) {
  .sdaptation_case__annotation {
    font-size: 14px;
    max-height: 100%;
    margin-top: 16.5px;
    margin-bottom: -3.5px;
    line-height: 1.5;
  }
}

.features_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features_list > li {
  width: calc( 33.333% - 16.666px);
}

@media screen and (max-width: 899px) {
  .features_list > li {
    width: calc( 33.333% - 10px);
  }
}

@media screen and (max-width: 699px) {
  .features_list > li {
    width: 100%;
  }
}

@media screen and (max-width: 699px) {
  .features_list > li:not(:first-child) {
    margin-top: 16px;
  }
}

.features_list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fdfbe6;
  height: 100%;
  padding: 0 20px 20px;
}

@media screen and (max-width: 699px) {
  .features_list__item {
    flex-direction: row;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item {
    flex-direction: column;
  }
}

.features_list__item > .ttl {
  order: 2;
  position: relative;
}

@media screen and (max-width: 699px) {
  .features_list__item > .ttl {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .ttl {
    order: 2;
  }
}

.features_list__item > .ttl > img {
  position: absolute;
  top: -21px;
  left: 50%;
  width: 42px;
  transform: translateX(-50%);
  z-index: 11;
}

@media screen and (max-width: 699px) {
  .features_list__item > .ttl > img {
    top: 50%;
    left: 0;
    width: 42px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .ttl > img {
    top: -21px;
    left: 50%;
    width: 42px;
    transform: translateX(-50%);
  }
}

.features_list__item > .ttl > em {
  display: block;
  padding: 26px 0 13px;
  border-bottom: solid 1px #ffb366;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  text-align: center;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .features_list__item > .ttl > em {
    font-size: calc(1vw + 7.964px);
    line-height: 1.529;
  }
}

@media screen and (max-width: 699px) {
  .features_list__item > .ttl > em {
    font-size: 17px;
    text-align: left;
    padding: 20px 20px 20px 52px;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .ttl > em {
    padding: 26px 0 13px;
    text-align: center;
  }
}

.features_list__item > .ttl > em > sup {
  position: relative;
  top: 2px;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 699px) {
  .features_list__item > .ttl > em > br {
    display: none;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .ttl > em > br {
    display: inline-block;
  }
  .features_list__item > .ttl > em > br.adj_hidden {
    display: none;
  }
}

.features_list__item > .cont {
  order: 3;
}

@media screen and (max-width: 699px) {
  .features_list__item > .cont {
    order: 2;
    width: 60%;
    padding-right: 12px;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .cont {
    order: 3;
    width: 100%;
    padding: 0;
  }
}

.features_list__item > .cont > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: 14px;
  margin-bottom: -4px;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .features_list__item > .cont > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: 14.0025px;
    margin-bottom: -3.9975px;
    line-height: 1.533;
  }
}

.features_list__item > .photo {
  order: 1;
  position: relative;
  display: block;
  height: 160px;
  margin: 0 -20px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .features_list__item > .photo {
    height: 17.555vw;
  }
}

@media screen and (max-width: 699px) {
  .features_list__item > .photo {
    order: 3;
    width: 40%;
    height: auto;
    margin: 18px 0 0 0;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .photo {
    order: 1;
    width: auto;
    height: 52vw;
    min-height: 165px;
    margin: 0 -20px;
  }
}

.features_list__item > .photo > img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (max-width: 699px) {
  .features_list__item > .photo > img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}

@media screen and (max-width: 369px) {
  .features_list__item > .photo > img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
  }
}

.features_list__annotation {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 15px;
  max-height: 100%;
  margin-top: 21px;
  margin-bottom: -3px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .features_list__annotation {
    font-size: 13px;
    max-height: 100%;
    margin-top: 16.503px;
    margin-bottom: -3.497px;
    line-height: 1.538;
  }
}

.fitness_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fitness_list > li {
  width: calc( 50% - 15px);
}

@media screen and (max-width: 899px) {
  .fitness_list > li {
    width: calc( 50% - 10px);
  }
}

@media screen and (max-width: 699px) {
  .fitness_list > li {
    width: 100%;
  }
}

@media screen and (max-width: 699px) {
  .fitness_list > li:not(:first-child) {
    margin-top: 16px;
  }
}

.fitness_list__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: #fdfbe6;
  height: 100%;
  padding: 0 24px 20px;
}

@media screen and (max-width: 899px) {
  .fitness_list__item {
    padding: 0 15px 24px;
  }
}

@media screen and (max-width: 699px) {
  .fitness_list__item {
    flex-direction: row;
  }
}

@media screen and (max-width: 599px) {
  .fitness_list__item {
    display: block;
    overflow: hidden;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item {
    display: flex;
    flex-direction: column;
  }
}

.fitness_list__item > .ttl {
  order: 2;
}

@media screen and (max-width: 699px) {
  .fitness_list__item > .ttl {
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item > .ttl {
    order: 2;
  }
}

.fitness_list__item > .ttl > em {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 78px;
  border-bottom: solid 1px #ffb366;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .fitness_list__item > .ttl > em {
    font-size: 17px;
    line-height: 1.529;
  }
}

@media screen and (max-width: 699px) {
  .fitness_list__item > .ttl > em {
    display: block;
    height: auto;
    text-align: left;
    padding: 20px 0;
    text-align: center;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item > .ttl > em {
    display: flex;
    text-align: center;
  }
}

.fitness_list__item > .photo {
  order: 1;
  position: relative;
  display: block;
  height: 244px;
  margin: 0 -24px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .fitness_list__item > .photo {
    height: 26.666vw;
    margin: 0px -15px;
  }
}

@media screen and (max-width: 699px) {
  .fitness_list__item > .photo {
    order: 3;
    width: 40%;
    height: auto;
    margin: 18px 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  .fitness_list__item > .photo {
    float: right;
    width: 50%;
    margin: 18px 0 10px 10px;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item > .photo {
    order: 1;
    width: auto;
    height: 52vw;
    min-height: 165px;
    margin: 0 -20px;
  }
}

.fitness_list__item > .photo > img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (max-width: 699px) {
  .fitness_list__item > .photo > img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item > .photo > img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translateX(-50%);
  }
}

.fitness_list__item > .cont {
  order: 3;
}

@media screen and (max-width: 699px) {
  .fitness_list__item > .cont {
    order: 2;
    width: 60%;
    padding-right: 12px;
  }
}

@media screen and (max-width: 599px) {
  .fitness_list__item > .cont {
    display: inline;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 369px) {
  .fitness_list__item > .cont {
    display: block;
    order: 3;
  }
}

.fitness_list__item > .cont > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: 16px;
  margin-bottom: -4px;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .fitness_list__item > .cont > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: 16.0025px;
    margin-bottom: -3.9975px;
    line-height: 1.533;
  }
}

.training_flow {
  background: #fdfbe6;
  padding: 24px;
}

@media screen and (max-width: 899px) {
  .training_flow {
    padding: 20px 15px;
  }
}

.training_flow > dl {
  display: flex;
  flex-wrap: wrap;
}

.training_flow__item {
  width: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .training_flow__item {
    margin-bottom: 20px;
  }
}

.training_flow__item > .top_list {
  margin-bottom: 24px;
}

@media screen and (max-width: 899px) {
  .training_flow__item > .top_list {
    margin-bottom: 20px;
  }
}

.training_flow__item > .top_list > ul {
  font-size: 0;
}

.training_flow__item > .top_list > ul > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.training_flow__item > .top_list > ul > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .training_flow__item > .top_list > ul > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .training_flow__item > .top_list > ul > li:first-child {
    margin-top: -3px;
  }
}

.training_flow__item > .top_list > ul > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #ff9515;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .training_flow__item > .top_list > ul > li::before {
    top: 1px;
  }
}

.training_flow__service {
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.training_flow__service > li {
  position: relative;
  background: #fff;
  display: inline-block;
  width: calc(50% - 6px);
  padding: 14px 0 16px 38px;
  border: solid 1px #ddd;
  list-style: none;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  font-size: 16px;
  max-height: 100%;
  margin-top: -3.2px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .training_flow__service > li {
    padding: 10px 0 10px 34px;
    font-size: 15px;
    max-height: 100%;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 639px) {
  .training_flow__service > li {
    width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .training_flow__service > li:first-child {
    margin-bottom: 6px;
  }
}

.training_flow__service > li::before {
  position: absolute;
  left: 20px;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}

@media screen and (max-width: 899px) {
  .training_flow__service > li::before {
    left: 16px;
  }
}

.training_flow__menu_item {
  position: relative;
  background: #fff;
  padding: 20px;
  border: solid 1px #ddd;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item {
    padding: 16px 11px 18px 11px;
  }
}

.training_flow__menu_item:not(:first-child) {
  margin-top: 24px;
}

.training_flow__menu_item::before, .training_flow__menu_item::after {
  content: '';
  position: absolute;
  left: calc(50% - 14px);
  width: 0;
  height: 0;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
}

.training_flow__menu_item::before {
  bottom: -14px;
  border-top-color: #ddd;
}

.training_flow__menu_item::after {
  bottom: -13px;
  border-top-color: #fff;
}

.training_flow__menu_item.item__no_arrow::before, .training_flow__menu_item.item__no_arrow::after {
  content: none;
}

.training_flow__menu_item > .cont {
  min-height: 160px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont {
    min-height: 16.666vw;
  }
}

.training_flow__menu_item > .cont > .cont_ttl {
  float: left;
  display: inline-flex;
  align-items: center;
  width: calc(100% - 240px - 20px);
  height: 64px;
  padding: 2px 0 23px;
  margin: 0 20px 20px 0;
  border-bottom: dotted 1px #ddd;
  font-size: 18px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_ttl {
    width: calc(100% - 25vw - 10px);
    margin: 0 10px 12px 0;
  }
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_ttl {
    width: 100%;
  }
}

.training_flow__menu_item > .cont > .cont_ttl > .ttl_number {
  width: 42px;
  margin-right: 15px;
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_ttl > .ttl_number {
    width: 36px;
    margin-right: 8px;
  }
}

.training_flow__menu_item > .cont > .cont_ttl > .ttl_info > .main {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_ttl > .ttl_info > .main {
    width: 36px;
    margin-right: 8px;
    font-size: 17px;
  }
}

@media screen and (max-width: 539px) {
  .training_flow__menu_item > .cont > .cont_ttl > .ttl_info > .main > span {
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
    vertical-align: top;
  }
}

.training_flow__menu_item > .cont > .cont_photo {
  float: right;
  display: inline-block;
  width: 240px;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_photo {
    width: 25vw;
  }
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_photo {
    float: inherit;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.training_flow__menu_item > .cont > .cont_photo > img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_photo > img {
    max-width: 240px;
  }
}

.training_flow__menu_item > .cont > .cont_text {
  display: inline-block;
  width: calc(100% - 240px - 20px);
  margin-right: 20px;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text {
    width: calc(100% - 25vw - 10px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .training_flow__menu_item > .cont > .cont_text {
    width: 100%;
    margin-right: 0;
  }
}

.training_flow__menu_item > .cont > .cont_text > ul {
  font-size: 0;
  margin-top: -12px;
}

.training_flow__menu_item > .cont > .cont_text > ul > li {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > ul > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.training_flow__menu_item > .cont > .cont_text > ul > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > ul > li::before {
    top: 1px;
  }
}

.training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+1) {
  width: 216px;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+1) {
    width: calc(5.277vw + 132.559px);
  }
}

@media screen and (max-width: 519px) {
  .training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+1) {
    width: 100%;
  }
}

.training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+2) {
  width: calc(100% - 216px);
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+2) {
    width: calc(100% - ( 5.277vw + 132.559px ));
  }
}

@media screen and (max-width: 519px) {
  .training_flow__menu_item > .cont > .cont_text > ul.col_2 > li:nth-child(2n+2) {
    width: 100%;
  }
}

.training_flow__menu_item > .cont > .cont_text > ol {
  font-size: 0;
  counter-reset: section;
}

.training_flow__menu_item > .cont > .cont_text > ol > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.training_flow__menu_item > .cont > .cont_text > ol > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > ol > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .training_flow__menu_item > .cont > .cont_text > ol > li:first-child {
    margin-top: -3px;
  }
}

.training_flow__menu_item > .cont > .cont_text > ol > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}

.training_flow__menu_item > .cont > .cont_text > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .training_flow__menu_item > .cont > .cont_text > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3.5025px;
    margin-bottom: -3.5025px;
    line-height: 1.467;
  }
}

.training_flow__item_half {
  display: inline-block;
  vertical-align: top;
  width: calc( 50% - 12px);
}

@media screen and (max-width: 599px) {
  .training_flow__item_half {
    width: 100%;
  }
}

.training_flow__item_half:last-child {
  margin-left: 24px;
}

@media screen and (max-width: 599px) {
  .training_flow__item_half:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

.training_flow__item_half > .cont {
  height: calc( 100% - 46px);
  background: #fff;
  border: solid 1px #ddd;
}

.service_store {
  padding: 0 20px;
  font-style: normal;
}

@media screen and (max-width: 899px) {
  .service_store {
    padding: 0 12px 4px;
  }
}

.service_store__item > .ttl {
  padding: 15px 0px 16px 0;
  border-bottom: solid 1px #d3d3d3;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .service_store__item > .ttl {
    padding: 13px 0px 14px 0;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 899px) {
  .service_store__item > .ttl span {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .ttl span {
    display: inline;
  }
}

.service_store__item > .ttl br {
  display: none;
}

.service_store__item > .cont {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0 20px;
  border-bottom: dotted 1px #d3d3d3;
}

.service_store__item > .cont > .cont_address {
  order: 2;
  width: calc(100% - 100px - 20px);
  margin-left: 20px;
}

@media screen and (max-width: 899px) {
  .service_store__item > .cont > .cont_address {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .cont > .cont_address {
    width: calc(100% - 100px - 20px);
    margin-left: 20px;
    margin-top: 0;
  }
}

@media screen and (max-width: 419px) {
  .service_store__item > .cont > .cont_address {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.service_store__item > .cont > .cont_address > p {
  font-size: 15px;
  max-height: 100%;
  margin-top: -3px;
  margin-bottom: -3px;
  line-height: 1.4;
  padding-right: 5px;
}

@media screen and (max-width: 829px) {
  .service_store__item > .cont > .cont_address > p {
    height: 63px;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .cont > .cont_address > p {
    height: auto;
  }
}

.service_store__item > .cont > .cont_address > p > .table_show {
  display: none;
}

@media screen and (max-width: 899px) {
  .service_store__item > .cont > .cont_address > p > .table_show {
    display: inline-block;
  }
}

.service_store__item > .cont > .cont_address > a {
  position: relative;
  background: #fff;
  display: block;
  width: 168px;
  height: 36px;
  margin-top: 15px;
  padding: 9px 0 10px 20px;
  border: solid 1px #d3d3d3;
  border-radius: 18px;
  font-size: 14px;
  font-feature-settings: 'palt';
  transition: all .1s ease-out;
}

@media screen and (max-width: 899px) {
  .service_store__item > .cont > .cont_address > a {
    margin: 13px auto 0;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .cont > .cont_address > a {
    margin: 13px 0 0;
  }
}

@media screen and (max-width: 419px) {
  .service_store__item > .cont > .cont_address > a {
    margin: 13px auto 0;
  }
}

.service_store__item > .cont > .cont_address > a::before, .service_store__item > .cont > .cont_address > a::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1em;
}

.service_store__item > .cont > .cont_address > a::before {
  content: "\f3c5";
  margin-top: 1px;
  margin-right: 6px;
  color: #ff7230;
  vertical-align: top;
}

.service_store__item > .cont > .cont_address > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #d3d3d3;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
}

.service_store__item > .cont > .cont_address > a:hover {
  border: solid 1px #ff7230;
}

.service_store__item > .cont > .cont_address > a:hover::after {
  color: #ff7230;
}

.service_store__item > .cont > .cont_photo {
  order: 1;
  width: 100px;
}

@media screen and (max-width: 899px) {
  .service_store__item > .cont > .cont_photo {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .cont > .cont_photo {
    width: 100px;
  }
}

@media screen and (max-width: 419px) {
  .service_store__item > .cont > .cont_photo {
    width: 100%;
    text-align: center;
  }
}

.service_store__item > .cont > .cont_photo > img {
  width: 100px;
}

.service_store__item > .tell {
  padding: 14px 0 16px;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell {
    padding: 14px 0 15px;
  }
}

.service_store__item > .tell > .tell_number {
  font-size: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell > .tell_number {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.service_store__item > .tell > .tell_number::before {
  content: '';
  display: inline-block;
  background-image: url(../images/icon/ico_phone.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 24px;
  margin: -2px 10px 0px 0px;
  vertical-align: top;
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell > .tell_number::before {
    width: 21px;
    height: 20px;
    margin: -2px 6px 0px 0px;
  }
}

.service_store__item > .tell > .tell_time {
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell > .tell_time {
    font-size: 13px;
    max-height: 100%;
    margin-top: -2.5025px;
    margin-bottom: -2.5025px;
    line-height: 1.385;
  }
}

.service_store__item > .tell > .tell_time > br {
  display: none;
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell > .tell_time > br {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .service_store__item > .tell > .tell_time > br {
    display: none;
  }
}

@media screen and (max-width: 419px) {
  .service_store__item > .tell > .tell_time > br {
    display: inline-block;
  }
}

.service_store__item > .tell > .tell_annotation {
  display: block;
  margin-top: 6px;
  line-height: 1.2;
  font-size: 13px;
  font-feature-settings: 'palt';
}

@media screen and (max-width: 899px) {
  .service_store__item > .tell > .tell_annotation {
    font-size: 11px;
    margin-left: -8px;
  }
}

.service_fee_time {
  padding: 0 20px;
}

@media screen and (max-width: 899px) {
  .service_fee_time {
    padding: 0 12px 16px;
  }
}

.service_fee_time > .ttl {
  padding: 15px 0px 16px 0;
  border-bottom: solid 1px #d3d3d3;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .service_fee_time > .ttl {
    padding: 13px 0px 14px 0;
    font-size: 15px;
    line-height: 1.4;
  }
}

.service_fee_time > .cont {
  padding: 16px 0 9px;
}

.service_fee_time > .cont > .cont_list > li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  max-height: 100%;
  margin-top: 3.4975px;
  margin-bottom: -3.5025px;
  line-height: 1.467;
}

.service_fee_time > .cont > .cont_list > li:first-child {
  margin-top: -3.5025px;
}

@media screen and (max-width: 899px) {
  .service_fee_time > .cont > .cont_list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .service_fee_time > .cont > .cont_list > li:first-child {
    margin-top: -3px;
  }
}

.service_fee_time > .cont > .cont_list > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .service_fee_time > .cont > .cont_list > li::before {
    top: 1px;
  }
}

.service_fee_time > .cont > .cont_list > li > em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
}

.service_fee_time > .cont > .cont_list > li > em.fee_ttl {
  width: 60px;
}

.service_fee_time > .cont > .cont_list > li > em.fee_ttl_02 {
  width: auto;
}

.service_fee_time > .cont > .cont_list > li > em.time_ttl {
  width: 120px;
  font-weight: 500;
}

@media screen and (max-width: 779px) {
  .service_fee_time > .cont > .cont_list > li > em.time_ttl {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .service_fee_time > .cont > .cont_list > li > em.time_ttl {
    display: inline-block;
  }
}

@media screen and (max-width: 399px) {
  .service_fee_time > .cont > .cont_list > li > em.time_ttl {
    display: block;
  }
}

.service_fee_time > .cont > .cont_list > li > em.time_ttl_02 {
  width: 120px;
  font-weight: 500;
}

@media screen and (max-width: 739px) {
  .service_fee_time > .cont > .cont_list > li > em.time_ttl_02 {
    display: block;
  }
}

.service_fee_time > .cont > .cont_list > li > span {
  display: inline-block;
  vertical-align: top;
  font-feature-settings: 'palt';
}

.service_fee_time > .cont > .cont_list > li > span > br {
  display: none;
}

@media screen and (max-width: 699px) {
  .service_fee_time > .cont > .cont_list > li > span > br {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .service_fee_time > .cont > .cont_list > li > span > br {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .service_fee_time > .cont > .cont_list > li > span > br {
    display: inline-block;
  }
}

.service_fee_time > .cont > .cont_list > li > span > br.adj_view {
  display: inline-block;
}

@media screen and (max-width: 739px) {
  .service_fee_time > .cont > .cont_list > li > span > br.adj_view {
    display: none;
  }
}

@media screen and (max-width: 649px) {
  .service_fee_time > .cont > .cont_list > li > span > br.adj_view {
    display: inline-block;
  }
}

@media screen and (max-width: 599px) {
  .service_fee_time > .cont > .cont_list > li > span > br.adj_view {
    display: none;
  }
}

@media screen and (max-width: 349px) {
  .service_fee_time > .cont > .cont_list > li > span > br.adj_view {
    display: inline-block;
  }
}

.beauty_anker_list {
  background: #f3f7fb;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 16px 15px 16px;
  margin-bottom: 62px; }
  @media screen and (max-width: 899px) {
    .beauty_anker_list {
      padding: 15px 12px 15px 12px; } }
  @media screen and (max-width: 699px) {
    .beauty_anker_list {
      padding: 15px 7px 15px 7px; } }
  @media screen and (max-width: 639px) {
    .beauty_anker_list {
      margin-bottom: 40px; } }
  .beauty_anker_list.row_1 > li {
    width: 100%; }
    .beauty_anker_list.row_1 > li:not(:first-child) {
      margin-top: 15px; }
  .beauty_anker_list.row_2 > li {
    width: calc(50% - 16px); }
  .beauty_anker_list.row_3 > li {
    width: calc(33.33% - 16px); }
  .beauty_anker_list > li {
    margin: 0 8px 0 8px; }
    .beauty_anker_list > li:nth-child(n+3) {
      margin-top: 15px; }
    @media screen and (max-width: 699px) {
      .beauty_anker_list > li {
        width: 100% !important; }
        .beauty_anker_list > li:not(:first-child) {
          margin-top: 10px !important; } }
    .beauty_anker_list > li > a {
      position: relative;
      display: block;
      background: #fff;
      width: 100%;
      padding: 12px 0 12px 36px;
      border: solid 1px #f8f9fa;
      border-top-color: #fff;
      border-bottom-color: #bfc9d0;
      border-radius: 6px;
      transition: all 0.1s ease-out; }
      @media screen and (max-width: 899px) {
        .beauty_anker_list > li > a {
          display: flex;
          height: 100%;
          padding: 12px 16px 12px 36px;
          align-items: center; } }
      .beauty_anker_list > li > a::before {
        content: "\f063";
        position: absolute;
        top: 50%;
        left: 17px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #ff9416;
        font-size: 14px;
        transform: translateY(-50%);
        transition: all 0.1s ease-out; }
      .beauty_anker_list > li > a > span {
        display: block;
        color: #333;
        font-size: 15px;
        line-height: 1.2;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .beauty_anker_list > li > a > span {
            font-size: 14px; } }
      .beauty_anker_list > li > a:hover::before {
        top: 54%; }
      .beauty_anker_list > li > a:hover > span {
        color: #ff9416; 
}


.beauty_menu {
  background-color: #fdfbe6;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 520px) {
  .beauty_menu {
    flex-direction: column;
    align-items: flex-start;
  }
}

.beauty_menu__cont {
  padding: 0 25px;
  margin:30px;
}

@media screen and (max-width: 899px) {
  .beauty_menu__cont {
    padding: 0 16px;
  }
}

@media screen and (max-width: 520px) {
  .beauty_menu__cont {
    order: 1;
    padding: 16px;
    margin:10px;
  }
}

.beauty_menu__cont > .ttl {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .beauty_menu__cont > .ttl {
    font-size: 21px;
  }
}

.beauty_menu__cont > .sales {
  padding: 5px 16px;
  margin-top: 18px;
  border-left: 2px solid #ff9515;
}

@media screen and (max-width: 899px) {
  .beauty_menu__cont > .sales {
    padding: 5px 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 899px) {
  .beauty_menu__cont > .sales > li {
    font-size: 14px;
  }
}

.beauty_menu__cont > .sales > li:not(:first-child) {
  margin-top: 8px;
}

.beauty_menu__cont > .sales > li > b {
  font-weight: 500;
}

.beauty_menu__photo {
  width: 240px;
  margin-left: auto;
}

@media screen and (max-width: 899px) {
  .beauty_menu__photo {
    width: 180px;
  }
}

@media screen and (max-width: 520px) {
  .beauty_menu__photo {
    order: 2;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
  }
}

.beauty_menu__photo > img {
  width: 100%;
}

.beauty_menu_talbe {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe {
    display: block;
  }
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe > tbody {
    display: block;
    width: 100%;
  }
}

.beauty_menu_talbe tr {
  border-bottom: solid 1px #d3d3d3;
}

.beauty_menu_talbe tr:first-child {
  border-top: solid 1px #d3d3d3;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr {
    display: block;
  }
}

.beauty_menu_talbe tr > th {
  background: #f9f9f9;
  padding: 14px 0 16px 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr > th {
    display: block;
    font-size: 15px;
  }
}

.beauty_menu_talbe tr > th.w_225 {
  width: 225px;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr > th.w_225 {
    width: 100%;
  }
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr > th > br {
    display: none;
  }
}

.beauty_menu_talbe tr > td {
  padding: 18px 0 20px 20px;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr > td {
    display: block;
    padding: 12px 16px 15px 16px;
  }
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe tr > td > .mail {
    line-height: 1.2;
  }
}

.beauty_menu_talbe__text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -3.2px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe__text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -3px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.beauty_menu_talbe__list > li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.beauty_menu_talbe__list > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe__list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .beauty_menu_talbe__list > li:first-child {
    margin-top: -3px;
  }
}

.beauty_menu_talbe__list > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -2px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #000;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .beauty_menu_talbe__list > li::before {
    top: 1px;
  }
}

.beauty_menu_talbe__list > li > b {
  font-weight: 500;
}

.beauty_menu_talbe__list_inner_dl {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 359px) {
  .beauty_menu_talbe__list_inner_dl {
    flex-direction: column;
  }
}

.beauty_menu_talbe__list_inner_dl > dt {
  margin-right: 1em;
}

.beauty_menu_access > .shop {
  font-weight: 500;
}

.beauty_menu_access > .read {
  font-size: 16px;
  max-height: 100%;
  margin-top: 12px;
  margin-bottom: -4px;
  line-height: 1.5;
}

@media screen and (max-width: 899px) {
  .beauty_menu_access > .read {
    font-size: 15px;
    max-height: 100%;
    margin-top: 11px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
}

.beauty_menu_access > .map > a {
  position: relative;
  background: #fff;
  display: block;
  width: 168px;
  height: 36px;
  margin-top: 15px;
  padding: 9px 0 10px 20px;
  border: solid 1px #d3d3d3;
  border-radius: 18px;
  font-size: 14px;
  font-feature-settings: 'palt';
  transition: all .1s ease-out;
}

@media screen and (max-width: 899px) {
  .beauty_menu_access > .map > a {
    margin-top: 13px;
  }
}

.beauty_menu_access > .map > a::before, .beauty_menu_access > .map > a::after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 1em;
}

.beauty_menu_access > .map > a::before {
  content: "\f3c5";
  margin-top: 1px;
  margin-right: 6px;
  color: #ff7230;
  vertical-align: top;
}

.beauty_menu_access > .map > a::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 14px;
  color: #d3d3d3;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
}

.beauty_menu_access > .map > a:hover {
  border: solid 1px #ff7230;
}

.beauty_menu_access > .map > a:hover::after {
  color: #ff7230;
}

.beauty_line_image {
  width: 100px;
}

.beauty_hr {
  display: block;
  height: 0px;
  border-top: 2px solid #ff7230;
  margin: 1em 0;
  padding: 0;
  border-radius: 2px;
  width: 100%;
}

.project_dec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project_dec__item {
  width: calc(50% - 15px);
}

@media screen and (max-width: 899px) {
  .project_dec__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 699px) {
  .project_dec__item {
    width: 100%;
  }
}

@media screen and (max-width: 699px) {
  .project_dec__item.item_cont {
    order: 2;
  }
}

@media screen and (max-width: 699px) {
  .project_dec__item.item_img {
    order: 1;
    text-align: center;
    margin-bottom: 25px;
  }
}

.project_dec__list {
  font-size: 0;
  counter-reset: section;
  margin-bottom: 25px;
}

.project_dec__list > li {
  position: relative;
  padding-left: 1.2em;
  list-style: none;
  font-size: 16px;
  max-height: 100%;
  margin-top: 8.8px;
  margin-bottom: -3.2px;
  line-height: 1.4;
}

.project_dec__list > li:first-child {
  margin-top: -3.2px;
}

@media screen and (max-width: 899px) {
  .project_dec__list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .project_dec__list > li:first-child {
    margin-top: -3px;
  }
}

.project_dec__list > li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: counter(section) ".";
  counter-increment: section;
  font-size: 1em;
}

.project_dec__text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .project_dec__text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -5.4975px;
    margin-bottom: -5.4975px;
    line-height: 1.733;
  }
}

.project_dec__img {
  display: inline-block;
  width: 100%;
  max-width: 435px;
}

.project_dec__img > img {
  width: 100%;
}

.training_method li {
  border: solid 2px #ffca8a;
}

.training_method li:not(:first-child) {
  margin-top: 26px;
}

@media screen and (max-width: 899px) {
  .training_method li:not(:first-child) {
    margin-top: 20px;
  }
}

.training_method__ttl {
  background: #fdfbe6;
  display: flex;
  align-items: center;
  padding: 17px 25px;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  font-weight: 500;
}

@media screen and (max-width: 899px) {
  .training_method__ttl {
    padding: 14px 14px 11px;
  }
}

.training_method__ttl > .ttl_number {
  width: 42px;
}

@media screen and (max-width: 899px) {
  .training_method__ttl > .ttl_number {
    width: 36px;
  }
}

.training_method__ttl > .ttl_number > img {
  width: 100%;
}

.training_method__ttl > .ttl_main {
  padding: 1px 19px 2px 0;
  margin: 0 17px 0 14px;
  font-size: 24px;
  font-style: normal;
  border-right: solid 1px #d3d3d3;
}

@media screen and (max-width: 899px) {
  .training_method__ttl > .ttl_main {
    padding: 2px 8px 3px 0;
    margin: 0 8px 0 9px;
    font-size: 20px;
  }
}

.training_method__ttl > .ttl_sub {
  font-size: 15px;
}

@media screen and (max-width: 899px) {
  .training_method__ttl > .ttl_sub {
    font-size: 13px;
  }
}

.training_method__cont {
  padding: 0 24px 28px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .training_method__cont {
    padding: 0 15px 20px;
  }
}

.training_method__cont.cont_side_img01 > .cont_ttl {
  float: left;
  width: calc(100% - 168px - 24px);
}

@media screen and (max-width: 899px) {
  .training_method__cont.cont_side_img01 > .cont_ttl {
    width: calc(100% - 168px - 20px);
  }
}

@media screen and (max-width: 699px) {
  .training_method__cont.cont_side_img01 > .cont_ttl {
    float: none;
    width: 100%;
  }
}

.training_method__cont.cont_side_img01 > .cont_text {
  float: left;
  width: calc(100% - 168px - 24px);
}

@media screen and (max-width: 899px) {
  .training_method__cont.cont_side_img01 > .cont_text {
    width: calc(100% - 168px - 20px);
  }
}

.training_method__cont.cont_side_img01 > .cont_photo {
  float: right;
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .training_method__cont.cont_side_img01 > .cont_photo {
    margin-top: 17px;
  }
}

@media screen and (max-width: 699px) {
  .training_method__cont.cont_side_img01 > .cont_photo {
    margin-top: 0;
  }
}

.training_method__cont.cont_side_img02 > .cont_text {
  float: right;
  width: calc(100% - 168px - 24px);
}

@media screen and (max-width: 899px) {
  .training_method__cont.cont_side_img02 > .cont_text {
    width: calc(100% - 168px - 20px);
  }
}

.training_method__cont.cont_side_img02 > .cont_photo {
  float: left;
}

.training_method__cont > .cont_ttl {
  padding: 26px 0 22px;
  font-size: 20px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media screen and (max-width: 899px) {
  .training_method__cont > .cont_ttl {
    padding: 12px 0 15px;
    font-size: 17px;
    line-height: 1.471;
  }
}

@media screen and (max-width: 899px) {
  .training_method__cont > .cont_ttl > br {
    display: none;
  }
}

.training_method__cont > .cont_separate {
  margin-bottom: 36px;
}

@media screen and (max-width: 899px) {
  .training_method__cont > .cont_separate {
    margin-bottom: 20px;
  }
}

.training_method__cont > .cont_photo {
  width: 168px;
  text-align: center;
}

@media screen and (max-width: 539px) {
  .training_method__cont > .cont_photo {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.training_method__cont > .cont_photo > img {
  width: 100%;
  max-width: 260px;
}

@media screen and (max-width: 539px) {
  .training_method__cont > .cont_text {
    width: 100% !important;
  }
}

.training_method__cont > .cont_text > p,
.training_method__cont > .cont_annotation {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .training_method__cont > .cont_text > p,
  .training_method__cont > .cont_annotation {
    font-size: 15px;
    max-height: 100%;
    margin-top: -5.4975px;
    margin-bottom: -5.4975px;
    line-height: 1.733;
  }
}

.training_method__separate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.training_method__separate > div {
  width: calc(50% - 15px);
}

@media screen and (max-width: 699px) {
  .training_method__separate > div {
    width: 100%;
  }
  .training_method__separate > div:first-child {
    margin-bottom: 20px;
  }
}

.training_method__separate_cont {
  overflow: hidden;
}

.training_method__separate_cont > .ttl,
.training_method__separate_cont > .text {
  float: right;
  width: calc(100% - 168px - 20px);
}

@media screen and (max-width: 899px) {
  .training_method__separate_cont > .ttl,
  .training_method__separate_cont > .text {
    width: calc(100% - ( 12.435vw + 56.2px ) - 16px);
  }
}

.training_method__separate_cont > .ttl {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 500;
  font-feature-settings: 'palt';
  letter-spacing: 0.02em;
}

@media screen and (max-width: 899px) {
  .training_method__separate_cont > .ttl {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.training_method__separate_cont > .text {
  font-size: 16px;
  max-height: 100%;
  margin-top: -6px;
  margin-bottom: -6px;
  line-height: 1.75;
}

@media screen and (max-width: 899px) {
  .training_method__separate_cont > .text {
    font-size: 15px;
    max-height: 100%;
    margin-top: -5.4975px;
    margin-bottom: -5.4975px;
    line-height: 1.733;
  }
}

.training_method__separate_cont > .photo {
  float: left;
  width: 168px;
}

@media screen and (max-width: 899px) {
  .training_method__separate_cont > .photo {
    width: calc(12.435vw + 56.2px);
  }
}

.training_method__separate_cont > .photo > img {
  width: 100%;
}

.data_analysis {
  margin-top: 36px;
}

.data_analysis__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.data_analysis__list.list_2col > li {
  width: calc( 50% - 15px);
}

@media screen and (max-width: 899px) {
  .data_analysis__list.list_2col > li {
    width: calc( 50% - 10px);
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__list.list_2col > li {
    width: 100%;
  }
}

.data_analysis__list.list_2col > li:nth-child(n+3) {
  margin-top: 24px;
}

@media screen and (max-width: 899px) {
  .data_analysis__list.list_2col > li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__list.list_2col > li:not(:first-child) {
    margin-top: 20px;
  }
}

.data_analysis__list.list_3col > li {
  width: calc( 33.333% - 16px);
}

@media screen and (max-width: 899px) {
  .data_analysis__list.list_3col > li {
    width: calc( 33.333% - 14px);
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__list.list_3col > li {
    width: 100%;
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__list.list_3col > li:not(:first-child) {
    margin-top: 20px;
  }
}

.data_analysis__item {
  position: relative;
  background: #fdfbe6;
  height: 100%;
  padding: 0 24px 24px;
  overflow: hidden;
}

@media screen and (max-width: 899px) {
  .data_analysis__item {
    padding: 0 15px 20px;
  }
}

.data_analysis__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #ff9515;
  width: 24px;
  height: 1px;
}

.data_analysis__item > .ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 0;
}

@media screen and (max-width: 899px) {
  .data_analysis__item > .ttl {
    font-size: 16px;
    padding: 19px 0 18px;
  }
}

.data_analysis__item > .photo {
  float: left;
  width: 184px;
  text-align: center;
  margin-bottom: 4px;
}

@media screen and (max-width: 899px) {
  .data_analysis__item > .photo {
    width: 18vw;
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__item > .photo {
    width: 184px;
  }
}

@media screen and (max-width: 499px) {
  .data_analysis__item > .photo {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }
}

.data_analysis__item > .photo > img {
  width: 100%;
  max-width: 260px;
}

.data_analysis__item > .photo + .cont {
  float: right;
  width: calc(100% - 184px - 20px);
}

@media screen and (max-width: 899px) {
  .data_analysis__item > .photo + .cont {
    width: calc(100% - 18vw - 15px);
  }
}

@media screen and (max-width: 699px) {
  .data_analysis__item > .photo + .cont {
    width: calc(100% - 184px - 20px);
  }
}

@media screen and (max-width: 499px) {
  .data_analysis__item > .photo + .cont {
    float: none;
    width: 100%;
  }
}

.data_analysis__item > .cont .cont_list > li {
  position: relative;
  padding-left: 1em;
  font-size: 15px;
  max-height: 100%;
  margin-top: 12.4975px;
  margin-bottom: -3.5025px;
  line-height: 1.467;
}

.data_analysis__item > .cont .cont_list > li:first-child {
  margin-top: -3.5025px;
}

@media screen and (max-width: 899px) {
  .data_analysis__item > .cont .cont_list > li {
    font-size: 15px;
    max-height: 100%;
    margin-top: 9px;
    margin-bottom: -3px;
    line-height: 1.4;
  }
  .data_analysis__item > .cont .cont_list > li:first-child {
    margin-top: -3px;
  }
}

.data_analysis__item > .cont .cont_list > li::before {
  content: '\f111';
  position: absolute;
  top: 1px;
  left: -4px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 1em;
  font-weight: 900;
  color: #ff9515;
  transform: scale(0.45);
}

@media screen and (max-width: 899px) {
  .data_analysis__item > .cont .cont_list > li::before {
    top: 1px;
  }
}

.recommend_message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend_message__item {
  background: #fdfbe6;
  width: calc(50% - 15px);
}

@media screen and (max-width: 899px) {
  .recommend_message__item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 699px) {
  .recommend_message__item {
    width: 100%;
  }
  .recommend_message__item:not(:first-child) {
    margin-top: 20px;
  }
}

.recommend_message__ttl {
  background-image: linear-gradient(-90deg, #ff9614 0%, #ff6f33 100%);
  display: flex;
  flex-wrap: wrap;
}

.recommend_message__ttl > .ttl_profile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 168px);
  padding-left: 25px;
  color: #fff;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_profile {
    padding-left: 15px;
    width: calc(100% - 18.666vw);
  }
}

@media screen and (max-width: 699px) {
  .recommend_message__ttl > .ttl_profile {
    width: calc(100% - 128px);
  }
}

.recommend_message__ttl > .ttl_profile > .name {
  border-left: solid 2px #fff;
  padding: 3px 0 3px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_profile > .name {
    padding: 2px 0 2px 7px;
    margin-bottom: 12px;
  }
}

.recommend_message__ttl > .ttl_profile > .name > .name_jp {
  display: block;
  margin-bottom: 3px;
  font-style: normal;
  font-size: 20px;
  font-feature-settings: 'palt';
  letter-spacing: 0.12em;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_profile > .name > .name_jp {
    font-size: 18px;
  }
}

.recommend_message__ttl > .ttl_profile > .name > .name_en {
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_profile > .name > .name_en {
    font-size: 10px;
  }
}

.recommend_message__ttl > .ttl_profile > .post {
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_profile > .post {
    font-size: 12px;
  }
}

.recommend_message__ttl > .ttl_photo {
  width: 168px;
}

@media screen and (max-width: 899px) {
  .recommend_message__ttl > .ttl_photo {
    width: 18.666vw;
  }
}

@media screen and (max-width: 699px) {
  .recommend_message__ttl > .ttl_photo {
    width: 128px;
  }
}

.recommend_message__ttl > .ttl_photo > img {
  width: 100%;
}

.recommend_message__cont {
  padding: 30px 24px 20px;
}

@media screen and (max-width: 899px) {
  .recommend_message__cont {
    padding: 20px 15px 20px;
  }
}

.recommend_message__cont > p {
  font-size: 16px;
  max-height: 100%;
  margin-top: 16px;
  margin-bottom: -6px;
  line-height: 1.75;
}

.recommend_message__cont > p:first-child {
  margin-top: -6px;
}

@media screen and (max-width: 899px) {
  .recommend_message__cont > p {
    font-size: 15px;
    max-height: 100%;
    margin-top: 16.9975px;
    margin-bottom: -5.0025px;
    line-height: 1.667;
  }
  .recommend_message__cont > p:first-child {
    margin-top: -5.0025px;
  }
}

.contact_form_block {
  border: solid 1px #b5b5b5;
  padding: 0 50px;
}

@media screen and (max-width: 899px) {
  .contact_form_block {
    padding: 0 30px;
  }
}

@media screen and (max-width: 639px) {
  .contact_form_block {
    padding: 0 20px 20px;
  }
}

.contact_form_block__ttl {
  padding: 19px 0 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  text-align: center;
  border-bottom: solid 1px #b5b5b5;
  font-feature-settings: 'palt';
}

@media screen and (max-width: 899px) {
  .contact_form_block__ttl {
    font-size: 16px;
    padding: 15px 0 16px;
  }
}

.contact_form_block__ttl > span {
  display: inline-block;
  margin: 0 -20px;
}

.contact_form_block__ttl > span > br {
  display: none;
}

@media screen and (max-width: 639px) {
  .contact_form_block__ttl > span > br {
    display: inline-block;
  }
}

.contact_form_block__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 140px;
}

@media screen and (max-width: 639px) {
  .contact_form_block__cont {
    height: auto;
  }
}

.contact_form_block__cont_call {
  margin: 0 58px 0 0;
  font-feature-settings: 'palt';
  text-align: center;
}

@media screen and (max-width: 899px) {
  .contact_form_block__cont_call {
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 639px) {
  .contact_form_block__cont_call {
    width: 100%;
    margin: 22px 0 20px;
  }
}

.contact_form_block__cont_call > .cont_call_img {
  display: inline-block;
  width: 255px;
  margin-bottom: 12px;
}

@media screen and (max-width: 639px) {
  .contact_form_block__cont_call > .cont_call_img {
    width: 218px;
  }
}

.contact_form_block__cont_call > .cont_call_img > img {
  width: 100%;
}

.contact_form_block__cont_call > .cont_call_text {
  font-size: 14px;
  max-height: 100%;
  margin-top: -3.003px;
  margin-bottom: -3.003px;
  line-height: 1.429;
}

@media screen and (max-width: 899px) {
  .contact_form_block__cont_call > .cont_call_text {
    font-size: 12px;
    max-height: 100%;
    margin-top: -2.502px;
    margin-bottom: -2.502px;
    line-height: 1.417;
  }
}

.contact_form_block__cont_link {
  width: 320px;
}

@media screen and (max-width: 899px) {
  .contact_form_block__cont_link {
    width: 252px;
  }
}

@media screen and (max-width: 639px) {
  .contact_form_block__cont_link {
    margin: 0 -20px;
  }
}

.contact_form_block__cont_link > a {
  position: relative;
  display: inline-block;
  background-image: linear-gradient(90deg, #ff9614 0%, #ff6f33 100%);
  background-position: right;
  background-size: 100% auto;
  width: 100%;
  height: 56px;
  padding: 19px 0 18px;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: background 0.3s ease-in-out, letter-spacing 0.3s ease-in-out;
}

.contact_form_block__cont_link > a > span {
  display: inline-block;
}

.contact_form_block__cont_link > a > span::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon/ico_envelope.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  width: 25px;
  height: 18px;
  vertical-align: top;
}

.contact_form_block__cont_link > a > span::after {
  content: "\f105";
  position: absolute;
  right: 18px;
  top: 50%;
  display: inline-block;
  color: #fff;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 16px;
  vertical-align: top;
  transition: color 0.2s ease-out;
  transform: translateY(-50%);
  letter-spacing: 0;
}

@media screen and (max-width: 899px) {
  .contact_form_block__cont_link > a > span::after {
    right: 10px;
  }
}

.contact_form_block__cont_link > a:hover {
  background-size: 200% auto;
  letter-spacing: 0.06em;
}


/* 民間学童保育室 */

.school_area {
  display:flex;
  flex-wrap: wrap;
}

@keyframes fade-in {
  from {
    opacity: 0;
      ​transform: translateY(30px);
  }
  to {
    opacity: 1;
     ​transform: translateY(0);
  }
}

.text_indent {
  text-indent: 1rem;
}

.content_area {
  padding:1rem
}

.chapter_area {
  width: 100%;
  text-align: center;
}

.accordion {
  margin: 3em auto;
  width: 80%;
  }
.accordion_toggle {
display: none;
}
.accordion_option {
position: relative;
margin-bottom: 1em;
}
.accordion_title,
.accordion_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.accordion_title {
border: solid 1px #ccc;
padding: 1em;
background-color: #ff9416;
display: block;
color: #fff;
font-weight: bold;
font-size: 1.2rem;
}
.accordion_title::after,
.accordion_title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #fff;
transition: all 0.3s;
}
.accordion_title::after {
transform: rotate(90deg);
}
.accordion_content {
max-height: 0;
overflow: hidden;
}
.accordion_content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.accordion_toggle:checked + .accordion_title + .accordion_content {
max-height: 900px;
transition: all 1.5s;
}
.accordion_toggle:checked + .accordion_title::before {
transform: rotate(90deg) !important;
}

.accordion_smartphone_br {
  display: none;
}

@media screen and (max-width:400px){
  .accordion_smartphone_br {
    display: block;
  }
}

.facility_anker__cont {
  text-align: center;
}

.anker_list {
  background: #f3f7fb;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 62px;
  width: 100%; }
  @media screen and (max-width: 699px) {
    .anker_list {
      padding: 15px 7px 15px 7px; } }
  @media screen and (max-width: 639px) {
    .anker_list {
      margin-bottom: 40px; } }
  .anker_list.row_1 > li {
    width: 100%; }
    .anker_list.row_1 > li:not(:first-child) {
      margin-top: 15px; }
  .anker_list.row_2 > li {
    width: calc(50% - 16px); }
  .anker_list.row_3 > li {
    width: calc(33.33% - 16px); }
  .anker_list > li {
    margin: 0 8px 0 8px; }
    .anker_list > li:nth-child(n+4) {
      margin-top: 15px; }
    @media screen and (max-width: 699px) {
      .anker_list > li {
        width: 100% !important; }
        .anker_list > li:not(:first-child) {
          margin-top: 10px !important; } }
    .anker_list > li > a {
      position: relative;
      display: block;
      background: #fff;
      width: 100%;
      padding: 12px 0 12px 36px;
      border: solid 1px #f8f9fa;
      border-top-color: #fff;
      border-bottom-color: #bfc9d0;
      border-radius: 6px;
      transition: all 0.1s ease-out; }
      @media screen and (max-width: 899px) {
        .anker_list > li > a {
          display: flex;
          height: 100%;
          padding: 12px 16px 12px 36px;
          align-items: center; } }
      .anker_list > li > a::before {
        content: "\f063";
        position: absolute;
        top: 50%;
        left: 17px;
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        color: #ff9416;
        font-size: 14px;
        transform: translateY(-50%);
        transition: all 0.1s ease-out; }
      .anker_list > li > a > span {
        display: block;
        color: #333;
        font-size: 15px;
        line-height: 1.2;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 899px) {
          .anker_list > li > a > span {
            font-size: 14px; } }
            @media screen and (max-width: 400px) {
              .anker_list > li > a > span {
                font-size: 13px; } }
      .anker_list > li > a:hover::before {
        top: 54%; }
      .anker_list > li > a:hover > span {
        color: #ff9416; }

.golden_age_title p {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f11f70;
    margin-top: 3rem;
    margin-inline: 1rem;
    margin-bottom: 2rem;
}

.title_animation {
  animation: fade-in 5s;
  animation-fill-mode: forwards;
}

/* .title_animation_point {

} */

@media screen and (max-width:770px) {
  .golden_age_title p{
    font-size: 2rem;
}
}

.golden_age_br {
  display: block;
}

.golden_age_br_2 {
  display: block;
}

.golden_age_title_br {
  display: none;
}

@media screen and (max-width:630px) {
  .golden_age_title_br {
    display: block;
  }

  .golden_age_title {
    text-align: center;
  }

  .golden_age_title p {
    font-size: 2.5rem;
  }

}

@media screen and (max-width:840px) {
  .golden_age_br {
    display: none;
  }
}

@media screen and (max-width:795px) {
  .golden_age_br_2 {
    display: none;
  }
}

@media screen and (max-width:435px) {
  .golden_age_title p {
    font-size: 2rem;
  }
}

.text__set u {
  text-decoration-color:#f1bacf;
  text-decoration-thickness:3px;
  font-weight: 500;
  font-size: 18px;
}

.thinking_area {
  margin: 1.5rem;
  margin-bottom: 4rem;
}

.male_area {
  display: flex;
  width: 80%;
  margin: auto;
}

.female_area {
  display: flex;
  width: 80%;
  margin: auto;
}

.male_photo_area {
  width: 35%;
  height: auto;
}

.male_photo {
  height: auto;
  width: 100%;
}

.male_speech_bubble_area {
  margin: auto;
}

.male_speech_bubble {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 15px;
    padding: .8em 1.2em;
    border: 3px solid #ff9416;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    font-size: 1.5rem;
}

.male_speech_bubble::before,
.male_speech_bubble::after {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 30px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.male_speech_bubble::before {
    background-color: #ff9416;
}

.male_speech_bubble::after {
    left: -11px;
    background-color: #fff;
}

.female_speech_bubble_area {
  margin: auto;
}

.female_speech_bubble {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 15px;
  padding: .8em 1.2em;
  border: 3px solid #ff9416;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-size: 1.5rem;
}

.female_speech_bubble::before,
.female_speech_bubble::after {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: '';
}

.female_speech_bubble::before {
  background-color: #ff9416;
}

.female_speech_bubble::after {
  right: -11px;
  background-color: #fff;
}

.female_photo_area {
  width: 35%;
  height: auto;
}

.female_photo {
  height: auto;
  width: 100%;
}

@media screen and (max-width:889px) {
  .male_speech_bubble{
    font-size: 1.3rem;
  }
  .female_speech_bubble{
    font-size: 1.3rem;
  }
  .male_photo_area {
    width: 30%;
    height: auto;
  }
  .female_photo_area {
    width: 30%;
    height: auto;
  }
  .male_area {
    width: 90%;
  }
  .female_area {
    width: 90%;
  }
}

@media screen and (max-width:690px) {
  .male_speech_bubble{
    font-size: 1.2rem;
  }
  .female_speech_bubble{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:577px) {
  .male_speech_bubble{
    font-size: 1rem;
  }
  .female_speech_bubble{
    font-size: 1rem;
  }

  .male_area {
    width: 100%;
  }
  .female_area {
    width: 100%;
  }
}

.sp-br{
  display: none;
}

@media screen and (max-width: 577px) {
  .sp-br{
    display: block;
  }
}

.price_smartphone_br {
  display: none;
}

.price_table_area {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.price_table_box{
	padding:3em 2em 2em;
	position:relative; 
	border: 3px solid #ff9614;
}

.price_table_title {
	background-color:#ff9614;
	font-size: 1.5rem;
	color: #fff ; 
	padding: 0.8rem;
	line-height: 1;
	position:absolute;
	top: -25px; 
	left: 20px; 
  border-radius: 5px;
}

.special_price_table_box{
	padding:3em 2em 2em;
	position:relative; 
	border: 3px solid #d9d9d9
}

.special_price_table_title {
	background-color:#d9d9d9;
	font-size: 1.5rem;
	color: #fff ; 
	padding: 0.8rem;
	line-height: 1;
	position:absolute;
	top: -25px; 
	left: 20px; 
  border-radius: 5px;
}


@media screen and (max-width:630px) {
  .price_table_title {
    text-align: center;
    right: 0;
    left: 0;
    width: 70%;
    line-height: 1.8rem;
    margin: 0 auto;
  }

  .special_price_table_title {
    text-align: center;
    right: 0;
    left: 0;
    width: 70%;
    line-height: 1.8rem;
    margin: 0 auto;
  }
}

.price_table{
  display: flex;
  justify-content: space-evenly;
}

.price_table_content {
  font-size: 1.2rem;
  width: 45%;
}

.spot_price_table_content {
  font-size: 1.2rem;
  width: 25%;
}

.spot_notes {
  font-size: 1.2rem;
  margin-left: 5%;
  margin-top: 2%;
}

.smart_phone_period{
  display: none;
}

@media screen and (max-width:830px) {
  .price_table {
    display: flex;
    flex-flow: column;
    text-align: center
  }

  .price_table_content {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .smart_phone_period{
    display: block;
  }
}

.price_button_area{
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}

.price_button_section {
  width: 30%;
}

.price_button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 2rem;
	font-weight: bold;
	border: 2px solid #ff9416;
	background: #ff9416;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}

.price_button:hover {
	color: #ff9416;
	background: #fff;
}

/* #22e0f5; 料金表の色を変えるならこれ？ */


.school_map {
  width: 80%;
  margin: auto;
}
  /* @media screen and (max-width: 899px) {
    .school_map {
      width:60%;
    }
  }
  @media screen and (max-width: 639px) {
    .school_map {
      width:40%;
      height:auto;
      margin: 0 -15px; } } */

.map {
  width: 100%;
}

.greeting_area {
  margin:10px;
}

.president_photo_area {
  padding:1rem;
  justify-content: space-around;
  display: flex;
}

.greeting_photo {
  vertical-align: top;
  text-align: center;
}

.greeting_photo img{
  width: 50%;
  height:auto;
}

.greeting_text {
  width: 70%;
  padding: 0.5em 1em;
  margin: auto;
  color: #5d627b;
  background: white;
  border-top: solid 5px #ff9416;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.greeting_text p {
  margin: 0; 
  padding: 0;
  line-height: 1.5rem;
  text-indent: 1rem;
}

.facility_director_photo_area {
  padding:1rem;
  justify-content: space-around;
  display:flex;
  flex-direction:row-reverse;
}

.photo-caption1 {
  font-size: 1.3rem;
  margin: auto;
  margin-top: 1.5rem;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
	border-left:double 5px #999fad;
	border-right:double 5px #999fad;
	background-color:#f1f3f4;
	box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
  width: 70%;
}

.photo-caption2 {
  font-size: 1.3rem;
  margin: auto;
  margin-top: 1.5rem;
  padding-top:0.5rem;
  padding-bottom: 0.5rem;
	border-left:double 5px #999fad;
	border-right:double 5px #999fad;
	background-color:#f1f3f4;
	box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
  width: 80%;
}

@media screen and (max-width: 639px) {
  .president_photo_area {
    display: block;
  }
  .facility_director_photo_area {
    display: block;
  }
  .greeting_text {
    width: 90%;
  }
  .photo-caption1 {
    width: 40%;
    margin-bottom: 2rem;
  }
  .photo-caption2 {
    width: 40%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:570px) {
  .photo-caption2 {
    width: 70%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:480px) {
  .photo-caption1 {
    width: 60%;
    margin-bottom: 2rem;
  }
}

.program_title {
  border-bottom: double 5px #ff9416;
  font-size: 1.5rem;
  width: 15rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.program_photo_area {
  margin-top: 4rem;
}

.photo_row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.photo_wrapper {
  position:relative;
  display:inline-block;
  width: 30%;
}

.photo_label {
  position:absolute;
  color:white;
  background:#ff9416;
  padding:0.8rem;
  font-size:1.5rem;
  line-height: 1.5rem;
}

.label-left-top {
  left:0px;
  top:0px;
}

@media screen and (max-width:815px){
  .photo_label {
    font-size: 1.2rem;
  }
}

.smart_phone_label {
  display: none;
}

.special_smart_phone_label_area {
  display: none;
}

.special_smart_phone_label_2 {
  display: none;
}

.special_event_label {
  display: block;
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
  background-color: #ff9416;
  margin: auto;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
  width: 90%;
  line-height: 1.5rem;
}

.special_event_original_br {
  display: block;
}

.special_event_smartphone_br {
  display: none;
}

@media screen and (max-width:845px){
  .special_event_label {
    font-size: 1rem;
    font-weight: 500;
  }
  .special_event_original_br {
    display: none;
  }
  .special_event_smartphone_br {
    display: block;
  }
}

.label_area {
  width: 100%;
}


.special_photo_area {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
  padding-inline: 1rem;
}

.special_program_photo_row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
  background-color: #fdfbe6;
  padding: 1rem;
}

.special_program_photo_wrapper {
  position:relative;
  display:inline-block;
  width: 30%;
}

.special_event_photo_wrapper {
  position:relative;
  display:inline-block;
  width: 40%;
}

.special_event_photo_wrapper_3 {
  position:relative;
  display:inline-block;
  width: 30%;
}

@media screen and (max-width:730px){
  .special_photo_area {
    display: block;
    text-align: center;
    margin-bottom: 0;
  } 
  
  .special_event_photo_wrapper {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .special_event_photo_wrapper_3  {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .special_event_label {
    font-size: 1.2rem;
    font-weight: 400;
    width: 80%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width:510px){
  .special_event_label {
    width: 100%;
    font-size: 1rem;
  }
}

.double_dutch_br {
  display: none;
}

.special_smart_phone_label_text {
  display: none;
}

@media screen and (max-width:700px){
  .special_program_photo_row {
    display: block;
    text-align: center;
  } 
  
  .special_program_photo_wrapper {
    width: 70%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .special_smart_phone_label {
    width: 60%;
  }

  .special_smart_phone_label_area {
    display: block;
  }

  .special_smart_phone_label {
    padding: 1rem;
    color: #fff;
    border-radius: 10px;
    background-color: #ff9416;
    margin: auto;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    width: 60%;
    line-height: 1.5rem;
  }

  .special_smart_phone_label_text {
    display: block;
    padding: 1rem;
    margin: auto;
    margin-bottom: 1.5rem;
    text-align: center;
    width: 90%;
  }

  .special_smart_phone_label_text p {
    color: #000000;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .special_smart_phone_label_2 {
    display: block;
    padding: 1rem;
    color: #fff;
    border-radius: 10px;
    background-color: #ff9416;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    text-align: center;
    width: 60%;
    line-height: 1.5rem;
  }
  .double_dutch_br {
    display: block;
  }
}


@media screen and (max-width:440px){
  .special_smart_phone_label {
    width: 80%;
  }
}

@media screen and (max-width:510px) {
  .special_smart_phone_label_2 {
    width: 80%;
  }
}

@media screen and (max-width:400px) {
  .special_smart_phone_label_2 {
    width: 100%;
  }
}


@media screen and (max-width:700px){

  .photo_wrapper {
    width: 40%;
  }

  .photo_label {
    display: none;
  }

  .smart_phone_label {
    display: block;
    padding: 1rem;
    color: #fff;
    border-radius: 10px;
    background-color: #ff9416;
    margin: auto;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width:500px) {
  .smart_phone_label {
    font-size: 0.9rem;
    width: 100%;
  }
}


.regular_program_photo {
  width: 100%;
  height:auto;
}

.special_text {
  max-height: 100%;
  margin: -5px 0;
  font-size: 16px;
  line-height: 1.625;
  padding-left: 2rem;
}

.special_text u {
  font-size: 1.2rem;
}

.appeal_h2_area {
  text-align: center;
  margin-top: 1rem;
  opacity: 0;
}

.zoomin.is-animated{
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.appeal_h2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #ff9416;
  color:white;
  font-size: 1.9rem;
}

.appeal_h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}

@media screen and (max-width:740px) {
  .appeal_h2 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width:465px) {
  .appeal_h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:395px) {
  .appeal_h2 {
    font-size: 1.2rem;
  }
}

.h2-br{
  display: none;
}

@media screen and (max-width:690px) {
  .h2-br{
    display: block;
  }
}

@media screen and (max-width:435px) {
  .appeal_h2 {
    font-size: 1.3rem;
  }
}

.point_h2_area {
  margin-top: 4rem;
}

.point_area {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.point_frame {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 120px;
  border: solid 2px ;
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

@media screen and (max-width:620px){
  .point_frame {
    font-size: 1.1rem;
  }
}

.point_frame:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  transform: rotate(25deg);
  background: #ff9416;
}
.point_frame span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 1;
	font-size: 30px;
	font-size: 3rem;
	padding-left: 16px;
	color: #fff;
}

.point_text {
  margin: 1rem;
}

.point_3_photo_section {
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
}

.point_3_photo_area {
  width: 30%;
}

.point_3_photo {
  width: 100%;
}

@media screen and (max-width:730px){
  .point_3_photo_section {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .point_3_photo_area {
    width: 60%;
    margin: auto;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width:470px){
  .point_3_photo_area {
    width: 90%;
  }
}

.point_3_br {
  display: block;
}

.point_3_mini_br {
  display: none;
}

@media screen and (max-width:785px){
  .point_3_mini_br {
    display: block;
  }
}

@media screen and (max-width:465px){
  .point_3_br {
    display: none;
  }

  .point_3_mini_br {
    display: none;
  }
}

.mini_info_area {
  margin-top: 5rem;
  margin-bottom: 1rem;
}

.mini_info_box{
	padding:3em 2em 2em;
	position:relative; 
	border: 3px solid #ff9614;
}

.mini_info_box .small_ttl_text {
	background-color:#ff9614;
	font-size: 1.5rem;
	color: #fff ; 
	padding: 0.8rem;
	line-height: 1;
	position:absolute;
	top: -25px; 
	left: 20px; 
  border-radius: 5px;
}

@media screen and (max-width:630px) {
  .mini_info_box .small_ttl_text {
    text-align: center;
    right: 0;
    left: 0;
    width: 70%;
    line-height: 1.8rem;
    margin: 0 auto;
  }
}

.transport_snack_smart_phone_br {
  display: none;
}

@media screen and (max-width:440px) {
  .transport_snack_smart_phone_br {
    display: block;
  }
  .smart_phone_text {
    margin-top: 2rem;
  }
}



.transport_br {
  display: none;
}

.transport_mini_br {
  display: none;
}

@media (479px <= width <= 706px) {
  .transport_br {
    display: block;
  }
}

@media screen and (max-width:479px){
  .transport_mini_br {
    display: block;
  }
}

@media (max-width:390px) {
  .transport_mini_br {
    display: none;
  }
}


.label-right-bottom{
  right:0px;
  bottom:0px;
}

.label-left-bottom {
  bottom: 0px;
  left: 0px;
}

.label-right-top {
  top: 0px;
  right: 0px;
}

.snack_photo_section {
  margin-top: 1rem;
  display: flex;
  justify-content: space-around;
}

.snack_photo_area {
  width:30%;
}

.snack_photo {
  width: 100%;
  height: auto;
}

@media screen and (max-width:730px){
  .snack_photo_section {
    display: block;
  }

  .snack_photo_area {
    width: 60%;
    margin: auto;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width:470px){
  .snack_photo_area {
    width: 90%;
  }
}

.time_schedule_af_section {
  padding: 1rem;
}

@media screen and (max-width:639px) {
  .time_schedule_af_section {
    padding: 1rem;
  }
}

.schedule_and_photo {
  display: flex;
  justify-content: space-evenly;
}

.time_schedule_af_title {
  background-color: #efefef;
  font-size: 1.2rem;
  width: 13rem;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}

.time_schedule_af_area {
  display: inline-block;
  vertical-align: top;
}

.time_schedule_af {
  display: inline-block;
  vertical-align: top;
  min-width: 250px;
  list-style: none;
  margin-left: 4em;
  padding-left: 20px;
  border-left: 6px solid #a7be18;
  box-sizing: border-box;
  width: 100%;
}

.one_day {
  border-left: 6px solid #ff4811;
}

.time_schedule_af li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time_schedule_af_full li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}


.time_schedule_af span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 50px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time_schedule_af_full span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 50px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
}

.time_schedule_af span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 0;
  background: #a7be18;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.one_day span.time::after {
  background: #ff4811;
}

.time_schedule_af .sch_box {
  display: inline-block;
  width: 80%;
  margin-left: 30px;
  margin-top: 40px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time_schedule_af .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time_schedule_af .sch_tx {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 0.6rem;
}

.time-schedule_af-full .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  margin-top: 40px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule_af-full .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule_af-full .sch_tx {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  padding: 0.6rem;
}

@media screen and (max-width: 639px) {
  .time_schedule_af_area {
    width: 100%;
  }

  .time_schedule_af {
    width: 90%;
  }

  .time_schedule_af_full {
    width: 90%;
  }
  
  .time_schedule_af .sch_title {
    font-size: 14px;
    font-weight: 700;
  }

  .time_schedule_af_full .sch_title {
    font-size: 14px;
    font-weight: 700;
  }
}

.schedule-photo-section {
  display: inline-block;
  vertical-align: top;
  width:40%;
  text-align: center;
  margin-top: 4rem;
}

.schedule-photo-area {
  width: 100%;
  margin-bottom:1rem; 
  margin-top:2rem;
}

.schedule-photo {
  width: 70%;
  height:auto;
  vertical-align: middle;
}

@media screen and (max-width: 800px) {
  .schedule-photo {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .schedule-photo-section {
    display: none;
  }

  .time_schedule_af_area {
    width: 100%;
  }

  .time_schedule_af {
    width: 80%;
    margin-left: 7em;
  }

  .time_schedule_af_full {
    width: 80%;
    margin-left: 7em;
  }
}

@media screen and (max-width: 560px) {
  .time_schedule_af {
    margin-left: 5em;
  }

  .time_schedule_af_full {
    margin-left: 5em;
  }
}
@media screen and (max-width: 420px) {
  .time_schedule_af {
    margin-left: 4em;
  }

  .time_schedule_af_full {
    margin-left: 4em;
  }
}

.schedule-photo-section-full {
  display: inline-block;
  vertical-align: top;
  width:40%;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 810px) {
  .schedule-photo-section-full {
    display: none;
  }
}


.after-school_hr {
  display: block;
  height: 0px;
  border-top: 2px solid #ff7230;
  margin: 1em 0;
  padding: 0;
  border-radius: 2px;
  width: 100%;
}

.title-description {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
}


.lunch_box_area {
  padding: 0.5em 1em;
  margin: auto;
  font-weight: bold;
  background: #FFF;
  border: solid 3px #ff9416;
  border-radius: 10px;
  width: 70%;
}

@media screen and (max-width:639px){
  .lunch_box_area {
    width: 90%;
  }
}

.lunch_box_area p {
  margin: 0; 
  padding: 0;
}

.lunch_box_title {
  font-size: 18px;
  margin-bottom: 1rem;
}

.lunch_box_image_area {
  width: 60%;
  height: auto;
  margin: auto;
}

.lunch_box_image {
  width: 100%;
  height: auto;
}

.table_area {
  text-align: center;
}

.spring {
  background-color: #Fba7BF;
}

.summer {
  background-color: #ff9416;
}

.autumn {
  background-color: #E58c43;
}

.winter {
  background-color: #D7E9DD;
}


table.annual_schedule_table {
  border-collapse: collapse;
  border: 2px solid rgb(48, 48, 48);
  font-family: sans-serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin: auto;
  margin-top: 1rem;
  width: 70%;
}

@media screen and (max-width: 900px) {
  table.annual_schedule_table {
    font-size: 0.8rem;
  }
}

td.annual_schedule_table {
  width: 180px;
  height: 30px;
  border: 1px solid rgb(46, 46, 46);
  padding: 15px 10px;
  text-align: center;
}

td.annual_schedule_table span{
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: middle;
  writing-mode: horizontal-tb;
  line-height: 1.4rem;
  white-space: pre;
}

th.annual_schedule_table {
  width: 15%;
  border: 1px solid rgb(46, 46, 46);
  vertical-align: middle;
  padding-inline: 0.5rem;
}

th.annual_schedule_table span {
  white-space: pre;
  vertical-align: middle;
  writing-mode: horizontal-tb;
}

.table_example_br {
  display: none;
}

@media screen and (max-width: 750px) {
  table.annual_schedule_table {
    font-size: 1.2rem;
  }
  
  td.annual_schedule_table {
    font-size: 1.1rem;
    height: 50px;
  }

  th.annual_schedule_table {
    height: 50px;
  }

  .table_example_br {
    display: block;
  }
} 

@media screen and (max-width: 490px) {
  table.annual_schedule_table {
    width: 90%;
  }
  th.annual_schedule_table {
    width: 12%;
  }
}

/* iphoneのテーブルのみ文字が重なっている状態　実機でのテストが必要　ここまで */


.step_area {
  width: 50%;
}

.flow_area ul {
  padding: 0;
}
.flow_area li {
  list-style-type: none;
}
.flow_area dd {
  margin-left: 4.5rem;
  line-height: 1.4rem;
}

.flow_area dd u{
  color: #eb4045;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 90%;
  margin: auto;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff9416;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #ff9416;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow > li dl dt {
  font-size: 1.3rem;
  font-weight: 500;
  color: rgb(0, 0, 0);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
  line-height: 1.7rem;
}

.flow > li dl dt .icon {
  font-size: 1.5rem;
  color: #fff;
  background: #ff9416;
  background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 50px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}


.flow_step {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  width: 100%;
}

.flow_step span {
  display: block;
  padding: 1rem;
  color: #fff;
  border-radius: 10px;
  background-color: #ff9416;
  margin-inline: 1rem;
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.flow_step span p {
  font-size: 1.5rem;
  width: 50%;
  font-weight: 600;
  text-align: center;
  margin: auto;
  margin-bottom: 1.2rem;
}

.flow_original_br {
  display: block;
}

.flow_small_br {
  display: none;
}

.flow_mini_br {
  display: none;
}

.flow_title_br {
  display: block;
}

.flow_title_br_3 {
  display: block;
}

@media screen and (max-width:840px){
  .flow_original_br {
    display: none;
  }
  
  .flow_small_br {
    display: block;
  }
}

@media screen and (max-width:720px) {
  .flow_original_br {
    display: block;
  }

  .flow_title_br {
    display: none;
  }

  .flow_title_br_3 {
    display: none;
  }

  .flow > li dl dt .icon {
    font-size: 1.8rem;
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }

  .flow > li dl {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-inline: 1rem;
  }

  .flow_area dd {
    margin: 0 auto;
    margin-top: 1.5rem;
    background-color: #fdfbe6;
    padding: 1rem;
    text-align: center;
  }

  .flow_text {
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width:500px) {
  .flow > li dl dt .icon {
    width: 70%;
  }

  .flow_title_br_3 {
    display: block;
  }

  .flow_mini_br {
    display: block;
  }
}

@media screen and (max-width:500px) {
  .flow_small_br {
    display: none;
  }
}

.gallery_photo_area {
  margin-top: 4rem;
}

.gallery_photo_row {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

.gallery_photo_wrapper {
  position:relative;
  display:inline-block;
  width: 30%;
  overflow: hidden;
}

.gallery_photo {
  width: 100%;
  height:auto;
}

.gallery_photo:hover {
	transform:scale(1.3);
	transition:0.3s;
}

.bus_stop_title {
  text-indent: 1rem;
  margin-top: 2rem;
}

.bus_stop {
  text-indent: 1rem;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -18px;
  padding-left: 18px;
}

.sns_image_area {
  margin: 1rem;
  margin-top: 2rem;
  width: 20%;
  text-align: center;
}

.line_text {
  padding-top: 1rem;
  width: 100%;
}

.instagram_area {
  margin: 1rem;
  width: 0%;
  text-align: center;
}

.sns_qr {
  width: 100%;
  height: auto;
}

@media screen and (max-width:740px){
  /* .line_text {
    width: 40%;
    text-align: left;
  } */

  .sns_image_area  {
    width: 25%;
  }
}

@media screen and (max-width:440px){
  .sns_image_area  {
    width: 45%;
  }
}


/* cssでポップアップ実装 */

.overlay {
  position: fixed; /* 背景 */
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pop-up {
  display: none;
}
.pop-up:checked + .overlay {
  visibility: visible;
  opacity: 1;
  z-index: 100000;
  background-color: #000000E0;
  width: 100%;
}
.popWindow {
  max-height: 95%;
  max-width: 95%;  
  transform: scale(0.3); /* クリックした直後のサイズ */
  z-index: 100010;
  font-size: 13px;
  line-height: 18px;
  margin: 10px auto;
  padding: 4px 10px;
  text-align: center;
  transition: all 0.5s 0s ease;
  display: flex; /* 中央 */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pop-up:checked + .overlay .popWindow {
  transform: scale(0.6); /* 最終的なサイズ */
  height: 100%; /* 変更 */
}
.pbox {
  display: flex; /* 中央 */
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  overflow: auto;
}
.popWindow  {
  font-size: 15px;
  margin: 8px;
  color: #FFF;
}
.popWindow .close {
  position: relative;
  float: right;
  transition: all 5ms;
  font-size: 24px;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  padding: 2px;
}
.popWindow .close:hover {
  color: #06D85F;
}
.pbox::-webkit-scrollbar-track {
  background: none;
}
.pbox::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.pbox::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.clickable:hover {
  cursor: pointer;
}
@media screen and (max-width: 700px){
  .pop-up:checked + .overlay {
    visibility: hidden;
    opacity: 0;
  }
}


/* pop-01 */

.popup {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__imgarea{
  position: relative;
  width: 100%;
  height: 100%;
}
.popup__btn {
  display: block;
  z-index: 13;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  right: 60%;
  width: 100%;
  height: 2px;
  margin-top: 70px;
  background-color: #fff;
  content: '';
}

.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 12;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px){
  .popup__btnarea {
    width: 70%;
  }
}

.popup__img {
  z-index: 11;
  position: absolute;
  top: 7%;
  left: 5%;
  width: 90%;
  height: 90%;
}

.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}