@charset "utf-8";
h1 {
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px,
    black -1px -1px 10px;
}
.top-img {
  text-align: center;
  position: relative;
  margin-top: 70px;
}
.contents {
  padding: 10px 0 30px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.contentsOdd {
  padding: 10px 0 30px 0;
  text-align: center;
  background-color: hsla(347, 82%, 39%, 0.1);
}
.contents p,
.contentsOdd p {
  text-align: left;
}
.contents a,
.contentsOdd a {
  color: #fff;
  background-color: #b31236;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
.contents h2,
.contentsOdd h2,
.contents H3,
.contentsOdd H3 {
  text-align: left;
  padding: 0 0 10px 10px;
}
.info,
.infoOdd {
  margin: 10px auto 50px auto;
  padding: 5px;
  width: 95vw;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}
.info {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.infoOdd {
  background-color: hsla(347, 82%, 39%, 0.1);
}
.info li,
.infoOdd li {
  list-style: inside;
}
.contents span,
.contentsOdd span {
  text-decoration-color: #12b592;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.contents p a,
.contentsOdd p a {
  background-color: initial;
  padding: 0;
  color: blue;
  display: inline;
  width: inherit;
  text-decoration: underline;
  margin: 0;
}
.pankuzu-list {
  text-align: center;
}
details {
  border: 1px solid #ccc;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
  width: 95vw;
  margin: 0 auto;
}
details:not(:last-child) {
  margin-bottom: 10px;
} /* list-style: none; ←デフォルト三角削除（Chrome非対応） cursor: pointer; ←カーソルをポインターに*/
details summary {
  /* list-style: none; */
  cursor: pointer;
  padding: 10px;
  background: rgba(179, 18, 53, 0.5);
  color: hsla(0, 0%, 0%, 0.87);
  font-weight: bold;
  text-align: left;
} /* Chrome用のデフォルト三角削除*/
details p {
  padding: 10px 0;
}
#touyou,
#sinkixyuu,
#hari,
#kixyuu,
#cap,
#seitai,
#akuti,
#sot,
#kixyosei,
#IASTM,
#kinesio,
#toha,
#genin,
#therapy,
#toha2,
#therapy2,
#kinmak,
#tuikan,
#senkotu,
#rokkotu,
#ko-resu,
#toha3,
#flow,
#children,
#q-a,
#hoken,
#rousai,
#kane,
#zibai,
#mae,
#riyuu {
  padding-top: 70px;
  margin-top: -70px;
}
/*treatment st */
.treatment-link p {
  text-align: center;
}
.treatment-link a {
  color: #fff;
  background-color: #b31236;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
.treatment,
.treatmentOdd {
  padding: 10px 0;
  text-align: center;
}
.treatment {
  background-color: rgba(255, 255, 255, 0.6);
}
.treatmentOdd {
  background-color: hsla(347, 82%, 39%, 0.1);
}
.treatment img,
.treatmentOdd img {
  padding: 10px 5px 0 5px;
}
.treatment p,
.treatmentOdd p {
  padding: 5px 5px 10px 5px;
}
/* treatment end */
/* price st */
.priceH3 h3{
  text-align:center;
}
.priceImg {
  box-shadow: rgb(138, 138, 138) 2px 2px 5px 2px;
  margin: 0 10px 10px 10px;
  border-radius: 15px;
}
.priceflex P {
  width: initial;
  padding: 5px;
}
.priceflex h5 span {
  font-size: 16px;
  text-decoration: none;
}
.priceflexContents,
.priceflexContentsOdd {
  border-radius: 10px;
  margin: 10px 5px;
  box-shadow: #8a8989 2px 2px 5px 2px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.priceflexContents h4 {
  background-color: hsla(347, 82%, 39%, 0.3);
  width: 100%;
}
.priceflexContentsOdd h4 {
  background-color: #c5c5c583;
  width: 100%;
}
.priceflexContents h5,
.priceflexContentsOdd h5 {
  border-bottom: #808080 1px solid;
  padding: 5px;
  width: 100%;
}
.priceflex img {
  width: 30px;
  display: inline-block;
  border-radius: 0;
}
.pricePoint p {
  font-weight: bold;
  text-align: center;
}
/* price end */
/*stsff st*/
.profile {
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.profileOdd {
  background-color: hsla(347, 82%, 39%, 0.1);
  text-align: center;
}
.profile h2,
.profileOdd h2 {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px 20px 0 20px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 2px #b31236 solid;
}
.profile p,
.profileOdd p {
  text-align: left;
}
.profile img,
.profileOdd img {
  width: 75vw;
  border-radius: 5px;
  padding: 0;
  display: block;
  margin: 0 auto 15px auto;
}
.profile p span,
.profileOdd p span {
  font-size: 18px;
  font-weight: bold;
  color: #b31236;
}
.profile h3,
.profileOdd h3 {
  font-size: 24px;
  border-bottom: 2px #b31236 dashed;
  display: inline-block;
}
.profile h4,
.profileOdd h4 {
  font-size: 14px;
} /*staff end*/
/* access st */
.video {
  padding: 0 5%;
}
.video .route4-description,
.video .route7-description {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}
.video iframe {
  border-radius: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.fa-arrow-down:before {
  line-height: 50px;
}
/* access end */
/* symptoms */
.symptoms-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.modal-open {
  display: inline-block;
  background-color: hsla(347, 82%, 39%, 0.1);
  color: rgba(0, 0, 0, 0.87);
  margin: 10px;
  padding: 10px;
  text-align: center;
  max-width: 300px;
  position: relative;
  border-radius: 5px;
}
.modal-open a {
  background-color: initial;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  padding: 5px;
  display: inline-block;
  text-decoration: none;
}
.modal-open a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.modal-open img {
  width: 74px;
  display: block;
  max-width: 250px;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
.modal:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 0;
}
.modal-wrapper {
  width: 100%;
  max-width: 400px;
  min-width: 300px;
  height: 100%;
  max-height: 350px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-contents {
  overflow: auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.modal-content {
  margin: 25px;
}
.modal-content a {
  padding: 10px 0;
  background-color: initial;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: underline;
  display: block;
  text-align: left;
}
.modal-close {
  position: absolute;
  right: 1px;
  text-decoration: none;
  padding: 12px 18px;
  background-color: hsla(347, 82%, 39%, 0.3);
}
/* symptoms */
/* cairo hari hone st */
.skills-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}
/* cairo hari hone end */
/*thaad st*/
.thaad {
  color: #b31236;
  position: initial;
  transform: initial;
  text-shadow: initial;
}
/*thaad end*/
/* @media all and (min-width: 600px) st */
@media all and (min-width: 600px) {
  .top-img img,
  img {
    width: 50vw;
  }
  .top-img {
    margin-top: 125px;
  }
  .contents h2,
  .contentsOdd h2,
  .contents H3,
  .contentsOdd H3 {
    text-align: left;
    padding: 0 30px 10px 30px;
  }
  details,
  .info,
  .infoOdd {
    width: 80vw;
  }
  details p {
    width: initial;
    margin: 0 5px;
  }
  .info,
  .infoOdd {
    margin: 10px auto 100px auto;
  }
  .flex,
  .flexOdd,
  .treatment-link,
  .initialflex,
  .initialflexOdd,
  .accessflex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .flexOdd,
  .initialflexOdd {
    flex-direction: row-reverse;
  }
  .accessflex {
    border: hsla(347, 82%, 39%, 0.5) 1px solid;
    border-radius: 15px;
    padding-top: 10px;
    margin: 0 20px;
  }
  .contents .flex p,
  .contentsOdd .flex p {
    width: 40vw;
    margin: 0 0 0 10vw;
    padding: 5px 5px 10px 0;
  }
  .contents .flexOdd p,
  .contentsOdd .flexOdd p {
    width: 40vw;
    margin: 0 10vw 0 0;
    padding: 5px 0 10px 5px;
  }
  .flex img {
    width: 40vw;
    margin: 0 10vw 0 0;
    padding: 0 0 0 5px;
  }
  .flexOdd img {
    width: 40vw;
    margin: 0 0 0 10vw;
    padding: 0 5px 0 0;
  }
  .initialflex img,
  .initialflexOdd img,
  .accessflex img {
    width: 40vw;
  }
  .initialflex p,
  .initialflexOdd p,
  .accessflex p {
    width: 40vw;
    line-height: 24px;
    padding: 5px 0 10px 0;
  }
  #touyou,
  #sinkixyuu,
  #hari,
  #kixyuu,
  #cap,
  #seitai,
  #akuti,
  #sot,
  #kixyosei,
  #IASTM,
  #kinesio,
  #toha,
  #genin,
  #therapy,
  #toha2,
  #therapy2,
  #kinmak,
  #tuikan,
  #senkotu,
  #rokkotu,
  #ko-resu,
  #toha3,
  #flow,
  #children,
  #q-a,
  #hoken,
  #rousai,
  #kane,
  #zibai,
  #mae,
  #riyuu {
    padding-top: 125px;
    margin-top: -125px;
  }
  /*treatment st */
  .treatment-link p {
    width: 30vw;
  }
  .treatment-link img {
    width: 30vw;
  }
  .treatment,
  .treatmentOdd {
    border-radius: 10px;
  }
  /*treatment end */
  /* price st */
  .priceH3 h3 {
    text-align: center;
  }
  .priceflex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80vw;
  }
  .priceImg {
    width: 50vw;
    margin: 0 auto 10px auto;
  }
  .priceflexContents,
  .priceflexContentsOdd {
    width: 35vw;
    height: 615px;
  }
  /* price end */
  /*stsff st*/
  .profile img,
  .profileOdd img {
    width: 50vw;
  }
  /*staff end*/
  /* access st */
  .video {
    display: flex;
    padding: 0 5px;
    justify-content: space-around;
  }
  .video .route4-description,
  .video .route7-description {
    width: 40vw;
  }
  .video p {
    width: 40vw;
    text-align: center;
  }
  /* access end */
  /* symptoms st */
  .symptoms-contents {
    width: 50vw;
    margin: 0 auto;
  }
  .modal-wrapper {
    height: 50vh;
    max-height: initial;
  }
  /* symptoms end */
  /* cairo hari hone st */
  .skills-video {
    width: 40vw;
    height: calc(40vw * 0.5625);
    padding: 0;
  }
  /* cairo hari hone end */
}
/* @media all and (min-width: 600px) end */
/* @media all and (min-width: 1025px) st */
@media all and (min-width: 1025px) {
  main {
    padding: 0 20vw;
  }
  h1 {
    width: 60vw;
  }
  .contents,
  .contentsOdd {
    border-radius: 15px;
  }
  .top-img img {
    width: 35vw;
  }
  .contents h2,
  .contentsOdd h2,
  .contents H3,
  .contentsOdd H3 {
    text-align: left;
    padding: 0 15px 10px 15px;
  }
  .contents .flex p,
  .contentsOdd .flex p,
  .contents .flexOdd p,
  .contentsOdd .flexOdd p,
  .initialflex p,
  .initialflexOdd p,
  .accessflex p {
    width: 25vw;
    margin: initial;
    line-height: 24px;
    padding: 5px 0 10px 0;
  }
  .flex img,
  .flexOdd img,
  .initialflex img,
  .initialflexOdd img,
  .accessflex img {
    width: 25vw;
    margin: initial;
    padding: initial;
  }
  details {
    width: 60vw;
  }
  .info,
  .infoOdd {
    width: 60vw;
  }
  /*stsff st*/
  .profile img,
  .profileOdd img {
    width: 30vw;
  }
  .profile p,
  .profileOdd p {
    padding-left: 10px;
  }
  /*staff end*/
  /*treatment st */
  .treatment-link p {
    width: 18vw;
  }
  .treatment-link img {
    width: 18vw;
  }
  /*treatment end */
  /* price st */
  .priceH3 h3 {
    text-align: center;
  }
  .priceflex {
    width: initial;
  }
  .priceImg,
  .priceImg img {
    width: 35vw;
  }
  .priceflexContents,
  .priceflexContentsOdd {
    width: 25vw;
  }
  /* price end */
  /* access st */
  .video .route4-description,
  .video .route7-description {
    width: 25vw;
  }
  .video p {
    width: 25vw;
  }
  /* access end */
  /* symptoms st */
  .modal-wrapper {
    height: 70vh;
    max-height: initial;
  }
  /* symptoms st */
  /* cairo hari hone st */
  .skills-video {
    width: 25vw;
    height: calc(25vw * 0.5625);
    padding: 0;
  }
  /* cairo hari hone end */
}
