@charset "utf-8";

/*===== #campaign =====*/
#campaign {
  padding: 40px 0;
}
#campaign .base-hx {
  background-color: initial;
  color: #19b7f8;
  padding: 0px 0 20px;
}
#campaign .price-box .box {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 18px;
  box-shadow: 0 0 8px #ccc;
}
#campaign .price-box .box a {
  padding: 3%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
#campaign .price-box .box .ttl {
  font-weight: bold;
  line-height: 1.4;
}
#campaign .price-box .box .ttl .ctg-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#campaign .price-box .box .ttl .ctg {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #ee80af;
  color: #fff;
}
#campaign .price-box .box .ttl .ctg:not(:first-child) {
  margin-left: 5px;
}
#campaign .price-box .box .ttl .txt {
  display: block;
  font-size: 25px;
  text-decoration: underline;
}
#campaign .price-box .box .day {
  font-size: 18px;
  margin-right: 10px;
}

/*===== #features =====*/
#features {
  padding: 60px 0;
}
#features .features-box .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#features .features-box .box:nth-child(odd) {
  flex-direction: row-reverse;
}
#features .features-box .box:not(:last-child) {
  margin-bottom: 50px;
}
#features .features-box .box .img {
  width: 38%;
}
#features .features-box .box .text-box {
  width: 58%;
}
#features .features-box .box .text-box .hx {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
}
#features .features-box .box .text-box .hx .icon {
  max-width: 70px;
  margin-right: 20px;
}
#features .features-box .box .text-box .hx .title {
  font-size: 25px;
  font-weight: bold;
}

/*===== #anshin =====*/
#anshin {
  padding: 60px 0;
}
#anshin .anshin-box .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#anshin .anshin-box .inner .img {
  width: calc(100% \3 - 10px);
}

/*===== #bfaf =====*/
#bfaf {
  padding: 60px 0;
}
#bfaf .box:not(:last-child) {
  margin-bottom: 50px;
}
#bfaf .box h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #ee80af;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

/*===== #case =====*/
#case {
  padding: 60px 0;
}
#case .ans {
  padding: 60px 0 0 0;
}
#case .ans .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 60px;
  align-items: center;
}
#case .ans .box .list {
  width: 62%;
}
#case .ans .box .list ul li {
  background: url(../../image/shops/koshin/ans-icon01.png) no-repeat top left;
  font-size: 17px;
  padding: 5px 0 15px 40px;
  border-bottom: 1px dotted #19b7f8;
  margin-bottom: 15px;
}
#case .ans .box .list .ans-text {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: red;
  line-height: 1.4;
}
#case .ans .box .img {
  width: 32%;
}

/*===== #point =====*/
#point {
  padding: 60px 0;
  background-color: #85cfee;
}

#point .base-hx {
  color: #333;
}

#point .point-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#point .point-box .box {
  background-color: #fff;
  padding: 1.5%;
  width: 49%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

#point .point-box .box .hx {
  width: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

#point .point-box .box .hx span {
  color: #19b7f8;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

#point .point-box .box .img {
  width: 45%;
}

#point .point-list {
  display: flex;
}

#point .point-list li {
  width: 50%;
}

/*===== #kchkm =====*/
#kchkm {
  padding: 60px 0;
}

#kchkm .kchkm-box {
}

#kchkm .kchkm-box h2 {
  background: #19b7f8 url(../../image/shops/koshin/ktkm-icon.png) no-repeat 10px
    center;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 25px 0 25px 137px;
}

#kchkm .kchkm-box .kchkm-inner {
  background-color: #fff;
  padding: 3% 5%;
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e4e4e4;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap {
  margin: 22px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  padding-bottom: 20px;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap:last-child {
  border-bottom: none;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-info {
  margin-bottom: 8px;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-content .kchkm-star {
  color: #fc3;
  display: inline-block;
  margin-right: 0.5em;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .kchkm-content .kchkm-name {
  font-weight: bold;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .hide {
  display: none;
  margin-bottom: 40px;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap .show:before {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 70px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn {
  position: absolute;
  height: 35px;
  width: 120px;
  margin: 20px auto;
  background-color: #19b7f8;
  color: #fff;
  padding: 5px;
  border: none;
  outline: 0;
  right: 0;
  left: 0;
  bottom: -10px;
  font-size: 12px;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn:hover {
  cursor: pointer;
}

#kchkm .kchkm-box .kchkm-inner .kchkm-wrap button.kchkm-btn:hover::after {
  top: 10px;
}

#kchkm .kchkm-box .ktkm-link {
}

#kchkm .kchkm-box .ktkm-link a {
  text-decoration: none;
  color: #19b7f8;
  font-weight: bold;
  display: block;
  width: 130px;
  border: 1px solid #19b7f8;
  line-height: 1.4;
  text-align: center;
  padding: 5px;
  margin-left: auto;
}

/*===== #problem =====*/
#problem {
}

#problem .bg {
  padding: 60px 0;
  background-color: #eee;
}

@media screen and (max-width: 1350px) {
  #problem .bg {
    background-size: auto;
  }
}

#problem .problem-box .bnr {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#problem .problem-box .base-hx {
  color: #000000;
}

#problem .problem-box .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#problem .problem-box .inner .img {
  width: 32%;
  margin-bottom: 20px;
}

#problem .problem-box ul li {
  background-color: #fff;
  box-shadow: 0 0 10px #848484;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  padding: 13px 2%;
}

#problem .problem-box ul li span {
  background: url(../../image/shops/koshin/icon01.png) no-repeat left center;
  padding: 4px 2% 4px 40px;
  display: block;
}

#problem .ans {
  background: url(../../image/shops/koshin/nayami-next.png) no-repeat top center;
  padding: 100px 0 60px;
}

#problem .ans .ans-box {
  position: relative;
  padding-bottom: 10%;
}

#problem .ans .ans-box .img {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  width: 50%;
}

#problem .ans .ans-box .text-box {
  width: 60%;
  background-color: #fff;
  box-shadow: 0 0 10px #848484;
  padding: 42px 4%;
  margin-left: auto;
}

#problem .ans .ans-box .text-box .main-text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

#problem .ans .ans-box .text-box .main-text span {
  color: #ee80af;
  font-size: 40px;
}

#problem .ans .ans-box .text-box .text {
  line-height: 1.4;
}

/*===== #reason =====*/
#reason {
  padding: 60px 0;
  background-color: #ffd0e4;
}

#reason .base-hx {
  color: #333;
}

#reason .reason-box {
}

#reason .reason-box .box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 35px;
  background-color: #fff;
  padding: 35px 4%;
  position: relative;
}

#reason .reason-box .box .text-box {
  width: 60%;
  margin-left: auto;
}

#reason .reason-box .n2 .text-box {
  margin-right: auto;
  margin-left: 0;
}

#reason .reason-box .box .text-box h3 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#reason .reason-box .box .text-box h3 .nmb {
  display: block;
  color: #ee80af;
  font-size: 30px;
  margin-bottom: 20px;
}

#reason .reason-box .n2 .text-box h3 .nmb {
  color: #19b7f8;
}

#reason .reason-box .box .text-box h3 .clr {
  color: #ee80af;
}

#reason .reason-box .n2 .text-box h3 .clr {
  color: #19b7f8;
}

#reason .reason-box .box .text-box .text {
}

#reason .reason-box .box .text-box .text a {
  display: block;
  padding: 15px;
  background-color: #19b7f8;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 0 #0490c7;
  width: 275px;
  max-width: 100%;
}

#reason .reason-box .box .text-box .text a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#reason .reason-box .box .img {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 35px;
  left: -12%;
}

#reason .reason-box .n2 .img {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 35px;
  right: -12%;
  left: auto;
}

#reason .reason-box .n2 .img-list {
  display: flex;
  justify-content: space-between;
  margin-left: -23%;
  margin-right: 23%;
  margin-top: 15%;
}

#reason .reason-box .n2 .img-list li {
  width: 32%;
}

/*===== #price =====*/
#price {
  background-size: cover;
  padding: 60px 0;
  background-color: #eee;
}

#price .base-hx {
  color: #333;
}

#price .price-box .hx {
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  background-color: #19b7f8;
  padding: 15px 2%;
  margin-bottom: 20px;
  color: #fff;
}

#price .price-box .container {
  display: flex;
  justify-content: space-between;
}

#price .price-box .container .wrap {
  width: 49%;
}

#price .price-box .box {
  background: #fff;
  margin-bottom: 10px;
}

#price .price-box .box h3 {
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  background-color: #ee80af;
  padding: 10px 2%;
  color: #fff;
}

#price .price-box .box .text-box {
  padding: 20px 3%;
}

#price .price-box .box .text-box .text {
  color: #333;
  margin-bottom: 0;
}

#price .price-box .box .text-box .clr {
  color: #ee80af;
  font-weight: bold;
}

#price .price-box .box .text-box .clr span {
  font-size: 22px;
}

#price .price-box .box .text-box .img {
  margin-top: 10px;
}

#price .price-box .price01 {
  float: left;
}

#price .price-box .price01 .text-box .text {
  margin-bottom: 1em;
}

#price .price-box .price02 {
  float: right;
}

#price .price-box .price03 {
  float: right;
}

#price .price-box .price03 .text-box .text {
  margin-bottom: 1em;
}

#price .price-box .price03 .text-box .clr {
  margin-bottom: 0;
}

#price .price-box .price04 {
  width: 100%;
  clear: both;
}

#price .price-box .price04 .text-box .text {
  margin-bottom: 1em;
}

#price .price-box .price04 .text-box .clr {
  margin-bottom: 0;
}

/*===== #flow =====*/
#flow {
  padding: 60px 0;
}

#flow .base-hx {
}

#flow .base-hx .en {
  color: #ee80af;
}

#flow .base-hx .ja {
  color: #000000;
}

#flow .main-text {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 25px;
}

#flow .flow-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

#flow .flow-box li {
  width: 24%;
}

#flow .link-box {
  display: flex;
  justify-content: space-between;
}

#flow .link-box li {
  width: 33%;
}

/*===== #top-blog =====*/
#top-blog {
  background: url(../../image/shops/koshin/blog-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 60px 0;
}

#top-blog .base-hx {
  color: #ffffff;
  background-color: initial;
}

#top-blog .price-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

#top-blog .price-box .box {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
}

#top-blog .price-box .box a {
  padding: 3%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}

#top-blog .price-box .box .img {
  width: 45%;
}

#top-blog .price-box .box .text-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#top-blog .price-box .box .text-box .ttl {
  font-weight: bold;
  line-height: 1.4;
}

#top-blog .price-box .box .text-box .ttl .ctg-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#top-blog .price-box .box .text-box .ttl .ctg {
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: #ee80af;
  color: #fff;
}

#top-blog .price-box .box .text-box .ttl .ctg:not(:first-child) {
  margin-left: 5px;
}

#top-blog .price-box .box .text-box .ttl .txt {
  display: block;
  font-size: 16px;
}

#top-blog .price-box .box .text-box .day {
  text-align: right;
}

#top-blog .link {
}

#top-blog .link a {
  display: block;
  width: 270px;
  background-color: #ee80af;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 auto;
}

#top-blog .link a span {
  background: url(../../image/shops/koshin/icon02.png) no-repeat right center;
  display: block;
  padding: 5px 10px;
}

/*===== trainer =====*/
#trainer {
  padding: 60px 0;
  background-color: #eee;
}

#trainer .trainer-box .img {
  width: 35%;
  float: left;
  margin-bottom: 20px;
}

#trainer .trainer-box .txt {
  width: 62%;
  float: right;
  margin-bottom: 20px;
}

#trainer .trainer-box .txt tr {
  border-bottom: 1px dashed #aaa;
  line-height: 1.4;
}

#trainer .trainer-box .txt tr th {
  padding: 10px 2%;
  width: 110px;
  vertical-align: middle;
  color: #ee80af;
  font-weight: bold;
}

#trainer .trainer-box .txt tr td {
  padding: 10px 2%;
  vertical-align: middle;
}

#trainer .trainer-box .txt tr td span.name {
  font-size: 20px;
  font-weight: bold;
}

#trainer .trainer-box .txt-box {
  clear: both;
}

#trainer .trainer-box .txt-box .hx {
  font-weight: bold;
  color: #9c3407;
  border-bottom: 1px dashed #643200;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-size: 16px;
}

/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
  /*-------- #reason --------*/
  #reason .reason-box .box .text-box {
    width: 100%;
  }

  #reason .reason-box .box .img {
    width: 100%;
    max-width: 439px;
    position: static;
    top: auto;
    left: auto;
    margin: 0 auto;
  }

  #reason .reason-box .n2 .img {
    width: 100%;
    max-width: 439px;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 auto;
  }

  #reason .reason-box .n2 .img-list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
}

/*===============================================
    ■smart 画面の横幅が800pxまで
===============================================*/
@media screen and (max-width: 800px) {
  /*-------- #xxx --------*/
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
  /*-------- #point --------*/
  #point .point-box .box {
    width: 100%;
    margin-bottom: 10px;
  }

  #point .point-box .box .hx {
    width: 60%;
    float: right;
    font-size: 16px;
  }

  #point .point-box .box .hx span {
    font-size: 25px;
    margin-bottom: 5px;
  }

  #point .point-box .box .img {
    width: 35%;
  }

  /*-------- #problem --------*/
  #problem {
    padding: 30px 0;
  }

  #problem .problem-box .base-hx {
    text-align: center;
  }

  #problem .problem-box .base-hx .en {
    color: #ee80af;
  }

  #problem .bg {
    padding: 60px 0 20px;
  }

  #problem .problem-box {
    width: 100%;
    margin-left: auto;
  }

  #problem .problem-box .img {
    line-height: 0;
    width: 48% !important;
  }

  #problem .problem-box .bg-sp {
    background: url(../../image/shops/koshin/bg02.jpg) repeat top center;
    padding: 20px 3%;
  }

  #problem .ans {
    padding: 54px 0 0px;
    background-size: 70px;
  }

  #problem .ans .ans-box .img {
    position: static;
    top: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  #problem .ans .ans-box .text-box {
    width: 90%;
    margin: 0 auto;
  }

  #problem .ans .ans-box .text-box .main-text {
    font-size: 18px;
    text-align: center;
  }

  #problem .ans .ans-box .text-box .main-text span {
    display: inline-block;
  }

  #problem .problem-box ul li {
    font-size: 13px;
  }

  #problem .problem-box ul li span {
    padding: 6px 2% 6px 40px;
  }

  /*-------- #reason --------*/
  #reason {
    padding: 30px 0;
  }

  #reason .reason-box .box .text-box h3 {
    text-align: center;
  }

  #reason .reason-box .box .text-box h3 .nmb {
    text-align: center;
    margin-bottom: 7px;
  }

  #reason .reason-box .box .text-box .text a {
    margin: 0 auto;
  }

  /*-------- #price --------*/
  #price {
    padding: 30px 0;
  }

  #price .price-box .box {
    width: 100%;
  }

  #price .price-box .price01,
  #price .price-box .price02,
  #price .price-box .price03 {
    float: none;
  }

  #price .price-box .container {
    flex-direction: column;
  }

  #price .price-box .container .wrap {
    width: 100%;
  }

  /*-------- #flow --------*/
  #flow {
    padding: 30px 0;
  }

  #flow .flow-box {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  #flow .flow-box li {
    width: 48%;
    margin-bottom: 15px;
  }

  #flow .link-box {
    flex-direction: column;
  }

  #flow .link-box li {
    width: 100%;
    max-width: 356px;
    margin: 0 auto 10px;
  }

  /*-------- #top-blog --------*/
  #top-blog {
  }

  #top-blog .price-box .box {
    width: 100%;
    margin-bottom: 10px;
  }

  #top-blog .price-box .box .img {
    width: 35%;
  }

  #top-blog .price-box .box .text-box {
    width: 60%;
  }

  #top-blog .price-box .box .text-box .ttl .ctg {
    padding: 2px 10px;
    font-size: 12px;
    margin-bottom: 4px;
  }

  #top-blog .price-box .box .text-box .ttl .txt {
    font-size: 14px;
  }

  #top-blog .price-box .box .text-box .day {
    font-size: 13px;
  }

  /*----- .staff-page -----*/
  #trainer .trainer-box .img {
    width: 60%;
    float: none;
    margin: 0 auto 10px;
  }

  #trainer .trainer-box .txt {
    width: 100%;
    float: none;
  }

  /*===== #features =====*/
  #features {
    padding: 30px 0;
  }
  #features .features-box .box:nth-child(odd) {
    flex-direction: column;
  }
  #features .features-box .box:not(:last-child) {
    margin-bottom: 50px;
    display: block;
  }
  #features .features-box .box .img {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  #features .features-box .box .text-box {
    width: 100%;
  }
  #features .features-box .box .text-box .hx .icon {
    max-width: 50px;
  }
  #features .features-box .box .text-box .hx .title {
    font-size: 19px;
    line-height: 1.2;
  }
  /*===== #anshin =====*/
  #anshin {
    padding: 30px 0;
  }
  #anshin .anshin-box .inner {
    flex-wrap: wrap;
  }
  #anshin .anshin-box .inner .img {
    width: calc(100% \1 - 10px);
    margin: 0 auto;
  }

  /*===== #bfaf =====*/
  #bfaf {
    padding: 30px 0;
  }
  #bfaf .box h3 {
    font-size: 16px;
  }

  /*===== #case =====*/
  #case {
    padding: 30px 0;
  }
  #case .ans {
    padding: 30px 0 0 0;
  }
  #case .ans .box {
    margin: 0 0px;
  }
  #case .ans .box .list {
    width: 100%;
    line-height: 1.2;
  }
  #case .ans .box .list .ans-text {
    font-size: 35px;
  }
  #case .ans .box .img {
    width: 50%;
    margin: 0 auto;
    padding-top: 10px;
  }
}
