@charset "UTF-8";
.inner {
  width: 1100px;
}

article main {
  width: calc(100% - 300px);
}

header nav ul li {
  width: 25%;
}

.sec2022 {
  padding: 50px 0;
}

.sec2022 .wrapper h2 {
  font-size: 20px;
  border-bottom: 1px solid #305FD8;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sec2022 .wrapper h2.center {
  text-align: center;
  width: 400px;
  margin: 0 auto 20px;
}

.sec2022 .wrapper .row {
  display: flex;
  justify-content: space-between;
}

.sec2022 .wrapper .row .img {
  width: 40%;
}

.sec2022 .wrapper .row .txt {
  width: 55%;
  font-size: 14px;
}

.sec2022 .wrapper .row .col {
  width: 31%;
}

.sec2022 .wrapper .row .col .img {
  width: 100%;
}

.sec2022 .wrapper .row .col .img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.sec2022 .wrapper .row .col h3 {
  font-weight: normal;
  font-size: 16px;
}

.sec2022:first-child {
  padding-top: 0;
}

.sec2022#top_strength .wrapper .row .col .img {
  margin-bottom: 10px;
}

.sec2022#top_strength .wrapper .row .col .txt {
  width: 100%;
}

.sec2022#top_strength .wrapper .row .col .txt h3 {
  background: #305FD8;
  color: #fff;
  padding: 5px;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.sec2022#top_case .wrapper .row .col {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.sec2022#top_case .wrapper .row .col .img {
  margin-bottom: 20px;
}

.sec2022#top_case .wrapper .row .col .img img {
  object-fit: cover;
}

.sec2022#top_case .wrapper .row .col .txt {
  width: 100%;
}

.sec2022#top_case .wrapper .row .col .txt h3 {
  margin-bottom: 20px;
}

.sec2022#top_case .wrapper .row .col .txt .desc {
  font-size: 12px;
  line-height: 1.6;
}

.sec2022#top_voice .wrapper .row {
  align-items: center;
}

.sec2022#top_voice .wrapper .row .img {
  width: 45%;
}

.sec2022#top_voice .wrapper .row .txt {
  width: 52%;
  background: #305FD8;
  color: #fff;
  padding: 20px;
}

.sec2022#top_voice .wrapper .row:not(:last-child) {
  margin-bottom: 30px;
}

.sec2022#top_voice .wrapper .row:nth-child(2n) .img {
  order: 2;
}

.sec2022#top_voice .wrapper .row:nth-child(2n) .txt {
  order: 1;
}

.sec2022#top_feature .wrapper .img {
  text-align: center;
  margin-bottom: 30px;
}

.sec2022#top_feature .wrapper .point {
  margin-top: 60px;
  flex-wrap: wrap;
}

.sec2022#top_feature .wrapper .point li {
  margin-bottom: 30px;
}

.sec2022#top_feature .wrapper .point li .img {
  position: relative;
  margin-bottom: 10px;
}

.sec2022#top_feature .wrapper .point li .img img {
  height: auto;
}

.sec2022#top_feature .wrapper .point li .img span {
  display: block;
  background: #fff;
  color: #305FD8;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #305FD8;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.sec2022#top_feature .wrapper .point li .txt {
  width: 100%;
}

.sec2022#top_feature .wrapper .point li .txt h3 {
  background: #305FD8;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.sec2022#top_feature .wrapper .point li .txt .desc {
  font-size: 14px;
}

.sec2022#top_recommend h3 {
  background: #305FD8;
  color: #fff;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}

.sec2022#top_recommend .recommend_block {
  background: #ECF0FA;
  padding: 30px;
  justify-content: space-between;
}

.sec2022#top_recommend .recommend_block:not(:last-child) {
  margin-bottom: 20px;
}

.sec2022#top_recommend .recommend_block .img {
  width: 219px;
}

.sec2022#top_recommend .recommend_block .txt {
  width: calc(100% - 239px);
  font-size: 15px;
}

.sec2022#top_recommend .recommend_block .txt .clinic {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.sec2022#top_recommend .recommend_block .txt .name {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

.sec2022#top_recommend .recommend_block .txt .name span {
  font-size: 14px;
}

.sec2022#top_recommend .recommend_block .txt .title {
  font-weight: bold;
  color: #F6767F;
  margin-bottom: 20px;
  font-size: 18px;
}

.sec2022#top_recommend .recommend_block:nth-of-type(2n) .img {
  order: 2;
}

.sec2022#top_recommend .recommend_block:nth-of-type(2n) .txt {
  order: 1;
}

.sec2022#top_faq .wrapper dl dt {
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
}

.sec2022#top_faq .wrapper dl dt::before {
  content: 'Q';
  font-size: 20px;
  display: block;
  width: 30px;
  color: #F6767F;
}

.sec2022#top_faq .wrapper dl dt span {
  padding-top: 5px;
  display: block;
  width: calc(100% - 30px);
}

.sec2022#top_faq .wrapper dl dd {
  display: flex;
}

.sec2022#top_faq .wrapper dl dd:not(:last-child) {
  margin-bottom: 30px;
}

.sec2022#top_faq .wrapper dl dd::before {
  content: 'A';
  font-size: 20px;
  display: block;
  width: 30px;
  font-weight: bold;
  color: #F6767F;
}

.sec2022#top_faq .wrapper dl dd span {
  padding-top: 5px;
  display: block;
  width: calc(100% - 30px);
}

.sec2022 .btn a {
  display: block;
  width: 250px;
  line-height: 60px;
  background: #305FD8;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}

article main #feature6 .level {
  justify-content: center;
  margin: 0 auto;
}

.price h3 {
  background: #305FD8;
  color: #fff;
  padding: 10px 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}

#top_contact {
  background: url(../../img/room_bg.jpg) no-repeat center/cover;
  height: 350px;
  text-align: center;
  color: #fff;
  position: relative;
}

#top_contact::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#top_contact .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

#top_contact .wrapper h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

#top_contact .wrapper .tel {
  font-size: 50px;
  margin-bottom: 10px;
}

#top_contact .wrapper .time {
  margin-bottom: 30px;
}

#top_contact .wrapper .btn a {
  display: block;
  background: #F6767F;
  text-align: center;
  width: 250px;
  line-height: 60px;
  font-size: 20px;
  margin: 0 auto;
  color: #fff;
}

#top_contact .wrapper .address {
  margin-top: 20px;
}

#top_clinic h3 {
  background: #305FD8;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 25px;
}

#top_clinic .block {
  justify-content: space-between;
}

#top_clinic .block .detail i {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  text-align: center;
}

#top_clinic .block .detail a {
  color: #707070;
  text-decoration: underline;
}

#top_clinic .block .detail a:hover {
  color: #F6767F;
}

#top_clinic .block table {
  width: 100%;
  font-size: 15px;
}

#top_clinic .block table tr {
  border-bottom: 1px solid #212121;
}

#top_clinic .block table tr th {
  text-align: center;
  padding: 3px 7px;
}

#top_clinic .block table tr th:first-child {
  padding: 3px 15px;
}

#top_clinic .block table tr td {
  text-align: center;
}

#top_clinic .block table tr td.tip {
  padding-left: 24px;
  padding: 3px 15px;
}

#top_clinic .block .closed {
  font-size: 13px;
  margin-top: 10px;
}

#top_access {
  text-align: center;
  margin-top: 100px;
}

#top_access h3 {
  background: #305FD8;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 25px;
}

#top_access .map_area {
  margin-bottom: 40px;
}

#top_access .access_desc i {
  font-size: 19px;
  display: block;
  margin-bottom: 5px;
}

#top_access .access_desc h4 {
  border-bottom: 1px solid #707070;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 0 5px;
}

#top_access .access_desc .bus {
  margin-bottom: 40px;
}

.campaign {
  margin-top: 100px;
}

.kasou #message .flex .img {
  width: calc(100% - 470px);
}

.kasou #flow .flow_block .txt {
  width: calc(100% - 320px);
}

article main #feature1 {
  background: url(../img/top04_bg01.jpg) no-repeat bottom right/cover;
}

article main #feature4 {
  background: url(../img/top04_bg04.jpg) no-repeat bottom right/cover;
}

article main #feature5 {
  background: url(../img/top04_bg05.jpg) no-repeat bottom right/cover;
}

.kasou.massage #mv {
  background: url(../img/mv_massage.jpg) no-repeat center/cover;
}

.kasou #message .flex .img {
  width: 100%;
}

#foot_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 230px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .4s;
  z-index: 100;
}

#foot_fixed.off {
  opacity: 0;
}

#foot_fixed.on {
  opacity: 0;
}

#foot_fixed.popup.popup_on.on {
  display: block;
  opacity: 1;
}

#foot_fixed.popup_off {
  opacity: 0;
  display: none;
}

#foot_fixed.popup_off.fixed {
  opacity: 1;
}

#foot_fixed.popup_on {
  bottom: 0;
  opacity: 0;
}

#foot_fixed.popup_on.appear {
  opacity: 1;
}

#foot_fixed #pagetop {
  position: absolute;
  top: -40px;
  right: 0;
}

#foot_fixed #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}

#foot_fixed #pagetop a::before {
  content: '';
  display: block;
  width: 24px;
  height: 16px;
  background: url(../img/pagetop.png) no-repeat center/contain;
}

#foot_fixed .contact_catch {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

#foot_fixed .tel {
  font-size: 33px;
  font-weight: bold;
  color: #F6767F;
  font-family: 'Concert One', sans-serif;
}

#foot_fixed .contact_time {
  margin-bottom: 10px;
}

#foot_fixed .more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #305FD8;
  padding: 15px;
  border-radius: 10px;
  font-size: 20px;
}

#foot_fixed .more_btn a i {
  margin-right: 10px;
}

#foot_fixed .sns_link {
  margin-top: 10px;
}

#foot_fixed .sns_link a {
  display: block;
}

#foot_fixed .sns_link a:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .inner {
    width: 100%;
  }
  .sec2022 .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec2022 .wrapper h2 {
    font-size: 16px;
  }
  .sec2022 .wrapper .row {
    flex-wrap: wrap;
  }
  .sec2022 .wrapper .row .col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sec2022 .wrapper .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec2022 .wrapper .row .col .img {
    width: 30%;
  }
  .sec2022 .wrapper .row .col .img img {
    height: auto;
  }
  .sec2022 .wrapper .row .col .txt {
    width: 65%;
  }
  .sec2022#top_strength .wrapper .row .txt h3 {
    padding: 10px;
    text-align: left;
    justify-content: flex-start;
    height: auto;
  }
  .sec2022#top_feature .wrapper .row .col .img {
    width: 30%;
  }
  .sec2022#top_feature .wrapper .row .col .txt {
    width: 65%;
  }
  .sec2022#top_feature .wrapper .row .col .txt h3 {
    text-align: left;
  }
  .price {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.massage_sec h3 {
  background: #305FD8;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 25px;
}

.massage_sec p {
  line-height: 1.8;
}

.massage_sec .desc {
  margin-bottom: 30px;
}

.massage_sec h4 {
  color: #305FD8;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.massage_sec:not(:last-of-type) {
  margin-bottom: 60px;
}

.massage_sec#massage_target .block {
  border: 1px solid #305FD8;
  padding: 20px;
}

.massage_sec#massage_range ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.massage_sec#massage_range ul li:not(:last-child) {
  margin-right: 20px;
}

.massage_sec#massage_efficacy ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.massage_sec#massage_efficacy ul li {
  width: calc((100% - 30px) / 3);
  background: #eee;
  padding: 20px;
  padding-bottom: 60px;
  position: relative;
}

.massage_sec#massage_efficacy ul li .num {
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 60px;
}

.massage_sec#massage_flow ol li:not(:last-child) {
  margin-bottom: 50px;
}

.massage_sec#massage_flow ol li h4 {
  text-align: left;
  display: flex;
  align-items: center;
}

.massage_sec#massage_flow ol li h4 span {
  display: block;
  background: #305FD8;
  color: #fff;
  width: 25px;
  text-align: center;
  margin-right: 10px;
  line-height: 25px;
}

.massage_sec#massage_flow ol li .tel_block {
  background: #305FD8;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 18px;
  letter-spacing: .1em;
  margin: 0 80px;
}

.massage_sec#massage_flow ol li .tel_block .ttl {
  display: flex;
  align-items: center;
}

.massage_sec#massage_flow ol li .tel_block .ttl::after {
  content: '｜';
  display: block;
  margin: 0 20px;
}

.massage_sec#massage_price .price_block {
  background: #305FD8;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px;
  font-size: 18px;
  letter-spacing: .1em;
  margin: 0 80px;
}

.massage_sec#massage_price .price_block .ttl {
  display: flex;
  align-items: center;
}

.massage_sec#massage_price .price_block .ttl::after {
  content: '｜';
  display: block;
  margin: 0 20px;
}

.massage_sec#massage_price .notice {
  text-align: right;
  margin: 10px 80px 30px;
}

.massage_sec#massage_price ul li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
}

@media (max-width: 768px) {
  header nav ul li {
    width: 100%;
  }
  article main {
    width: 100%;
  }
  .sec2022 .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec2022 .wrapper h2.center {
    width: 100%;
  }
  .sec2022 .wrapper .row {
    flex-direction: column;
  }
  .sec2022 .wrapper .row .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec2022 .wrapper .row .txt {
    width: 100%;
  }
  .sec2022#top_concept .wrapper .row .img {
    order: 2;
    margin-top: 15px;
    text-align: center;
  }
  .sec2022#top_concept .wrapper .row .txt {
    order: 1;
  }
  .sec2022#top_strength .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_strength .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_strength .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022#top_case .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_case .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_case .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022#top_voice .wrapper .row .txt {
    width: 100%;
  }
  .sec2022#top_voice .wrapper .row .img {
    width: 100%;
    margin-bottom: 0;
  }
  .sec2022#top_voice .wrapper .row:nth-child(2n) .img {
    order: 1;
  }
  .sec2022#top_voice .wrapper .row:nth-child(2n) .txt {
    order: 2;
  }
  .sec2022#top_feature .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_feature .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_feature .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022#top_recommend {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec2022#top_recommend .recommend_block {
    padding: 20px;
    flex-direction: column;
  }
  .sec2022#top_recommend .recommend_block .img {
    margin: 0 auto 10px;
  }
  .sec2022#top_recommend .recommend_block .txt {
    width: 100%;
    font-size: 13px;
  }
  .sec2022#top_recommend .recommend_block .txt .clinic {
    text-align: center;
    margin-bottom: 2px;
  }
  .sec2022#top_recommend .recommend_block .txt .name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sec2022#top_recommend .recommend_block:nth-of-type(2n) .img {
    order: 1;
  }
  .sec2022#top_recommend .recommend_block:nth-of-type(2n) .txt {
    order: 2;
  }
  .price {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top_clinic {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top_access {
    padding-left: 15px;
    padding-right: 15px;
  }
  .campaign {
    padding-left: 15px;
    padding-right: 15px;
  }
  .massage_sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .massage_sec#massage_efficacy ul {
    flex-direction: column;
  }
  .massage_sec#massage_efficacy ul li {
    width: 100%;
  }
  .massage_sec#massage_efficacy ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .massage_sec#massage_flow ol li .tel_block {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .massage_sec#massage_flow ol li .tel_block .ttl::after {
    content: none;
  }
  .massage_sec#massage_price .price_block {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .massage_sec#massage_price .price_block .ttl::after {
    content: none;
  }
  .massage_sec#massage_price .notice {
    margin-left: 0;
    margin-right: 0;
  }
  .kasou #flow .flow_block {
    flex-direction: column;
  }
  .kasou #flow .flow_block .img {
    width: 100%;
  }
  .kasou #flow .flow_block .img img {
    width: 100%;
  }
  .kasou #flow .flow_block .txt {
    width: 100%;
  }
  #foot_fixed {
    width: 170px;
    padding: 10px;
  }
  #foot_fixed .contact_catch {
    font-size: 10px;
    margin-bottom: 5px;
  }
  #foot_fixed .tel {
    font-size: 24px;
  }
  #foot_fixed .tel a {
    color: #F6767F;
  }
  #foot_fixed .contact_time {
    font-size: 11px;
  }
  #foot_fixed .more_btn a {
    padding: 10px;
    font-size: 15px;
  }
  #foot_fixed .sns_link {
    margin-top: 5px;
  }
  #foot_fixed .sns_link a:not(:last-child) {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */