/*------------------------------------------
 * header
 * ---------------------------------------*/

.header {
  padding: 25px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.header-inner {
  width: calc(100% - 200px);
  margin: 0 auto;
}

.logo {
  width: 350px;
}

.header-nav.flex {
  width: calc(100% - 440px);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-nav img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-nav img:hover {
  opacity: 0.7;
}

.tel-pc {
  max-width: 250px;
  width: 100%;
}

.line-pc {
  max-width: 200px;
  width: 100%;
  margin-left: 15px;
}

.hamburger {
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  z-index: 3;
}

.hamburger span {
  background-color: #050580;
  height: 2px;
  left: 12px;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 25px;
}

.hamburger_linetop {
  top: 15px;
}

.hamburger_linecenter {
  top: 24px;
}

.hamburger_linebottom {
  top: 33px;
}

.nav_open .hamburger span {
  background-color: #fff;
}

header .sp_nav {
  text-align: center;
}

.sidemenu {
  height: 100vh;
  padding-top: 100px;
  position: fixed;
  right: -50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  top: 0;
  width: 50%;
  z-index: 2;
  background-color: #0d0087;
}

.sidemenu nav ul {
  border-top: solid #fff 1px;
}

.sidemenu nav ul li a,
.sp-nav-add {
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 15px;
  display: block;
  border-bottom: 1px solid #fff;
}

.overlay {
  background-color: #131821;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.nav_open .sidemenu {
  right: 0;
}

.nav_open .hamburger_linetop {
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}

.nav_open .hamburger_linebottom {
  top: 23px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/*------------------------------------------
 * common
 * ---------------------------------------*/

body {
  margin-top: 104px;
}

.pcnone820 {
  display: none;
}

.pcnone600 {
  display: none;
}

.inner01 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.inner02 {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
  padding: 0 0 60px;
}

.inner03 {
  max-width: 1200px;
  margin: 0 auto;
}

/*------------------------------------------
 * hero
 * ---------------------------------------*/

.hero {
  padding: 0;
}

.hero-sp {
  display: none;
}

/*------------------------------------------
 * セール
 * ---------------------------------------*/

.sale-band01 {
  padding: 30px 0;
  background: rgb(33, 21, 95);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(33, 21, 95, 1)),
    color-stop(50%, rgba(5, 5, 128, 1)),
    to(rgba(33, 21, 95, 1))
  );
  background: linear-gradient(
    90deg,
    rgba(33, 21, 95, 1) 0%,
    rgba(5, 5, 128, 1) 50%,
    rgba(33, 21, 95, 1) 100%
  );
  position: relative;
}

.sale-band01::before {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
  content: "";
}

.sale-band01::after {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #fff;
  content: "";
}

.cta-link a {
  display: block;
  width: 47%;
  transition-duration: .3s;
}


.cta-link a:hover {
  opacity: 0.8;
}

/*------------------------------------------
 * こんなお悩みありませんか？
 * ---------------------------------------*/

#worry {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 0px;
}

/*------------------------------------------
 * 短期集中プログラム
 * ---------------------------------------*/

#program {
  background-color: #f4f4f4;
  padding-top: 60px;
}

.program-head {
  max-width: 1030px;
  margin: 0 auto;
}

.program-content {
  max-width: 1100px;
  margin: 0 auto;
}

.program-sub {
  text-align: right;
  margin: 15px auto 0;
  max-width: 1200px;
  padding: 0 15px;
}

/*------------------------------------------
 * 選ばれる理由
 * ---------------------------------------*/

#reason {
  background-image: url(/wp-content/uploads/2023/09/cross-bg.png);
  background-size: 20px auto;
  background-position: top center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.head01 {
  max-width: 700px;
  margin: 0 auto 30px;
}

.reason01,
.reason02,
.reason03 {
  margin-bottom: 40px;
}

.reason-box {
  width: 48%;
  margin-bottom: 40px;
}

.secret {
  padding: 60px 15px;
  background-image: url(/wp-content/uploads/2023/10/town-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.secret-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/*------------------------------------------
 * cta
 * ---------------------------------------*/

.cta {
  padding: 40px 0;
  background-color: #eff9ff;
}

.cta.cta-white {
  background-image: url(/wp-content/uploads/2023/09/cross-bg.png);
  background-size: 20px auto;
  background-position: top center;
  background-color: #fff;
}

.cta-btn {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

/*------------------------------------------
 * 料金一覧
 * ---------------------------------------*/

.price {
  background-image: url(/wp-content/uploads/2023/09/cross-bg.png);
  background-size: 20px auto;
  background-position: top center;
}

.head02 {
  max-width: 400px;
  margin: 0 auto 30px;
}

.price-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  background-color: #eff9ff;
}

/*------------------------------------------
 * 治療の流れ
 * ---------------------------------------*/

#flow {
  background-color: #f4f4f4;
}

.step-list {
  margin-bottom: 40px;
}

.step-content {
  width: 65%;
}

.step-img {
  width: 30%;
}

.step-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
}

.step-list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #050580;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none !important;
}

.step-list.orange li {
  border-bottom: 1px solid #f19042;
}

.step {
  font-size: 20px;
  font-weight: bold;
  color: #050580;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.step-list.orange .step {
  color: #f19042;
}

.step-ttl {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.step-sub {
  padding: 20px 30px;
  background-color: #eff9ff;
  margin-bottom: 40px;
}

.step-txt {
  margin-bottom: 0;
}

.step-sub-txt {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  color: #050580;
}

.head03 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}

/*------------------------------------------
 * クリニック紹介
 * ---------------------------------------*/

#overview {
  background-image: url(/wp-content/uploads/2023/10/clinic-bg.jpg);
  background-size: cover;
  padding: 100px 15px;
}

.overview-ttl {
  max-width: 300px;
  margin: 0 auto 50px;
}

.overview-block {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 10px;
  padding: 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.overview-head {
  color: #050580;
  font-size: 2.4rem;
  border-bottom: 2px solid #050580;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.overview-head svg {
  margin-right: 5px;
}

.overview-box {
  width: 47%;
}

.swiper {
  padding: 0;
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: calc(100% / 6);
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

/*------------------------------------------
 * SMP
 * ---------------------------------------*/
section#smp {
    padding: 0;
}

/*------------------------------------------
 * ご予約
 * ---------------------------------------*/

#contact {
  background-color: #f4f4f4;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
}
