/* html */
/* ============================================ */

* {
  font-size: 10px;
}

*, ::before, ::after {
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 812px) {
  body {
    width: 100%;
  }
}

button, input, optgroup, select, textarea {
  appearance: auto;
}

.sp-only {
  display: none !important;
}

.u-flex {
  display: flex;
}

@media only screen and (max-width: 812px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }
}

:root {
  --main: #D1777D;
  --sub: #C9A336;
  --border: #707070;
}

.mincho {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 500;
}

h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 0.15rem;
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
  vertical-align:top;
}

.wrapper {
  margin: 0 24px;
}

@media only screen and (max-width: 812px) {
  .wrapper {
    margin: 0 16px;
  }
}

/* header */
/* ============================================ */

.p-shimi__header {
  padding: 0 2%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 94px;
}

.p-shimi__header h1 img {
  width: 300px;
}

.l-header__btn {
  height: 50px;
  border-radius: 5px;
}

.l-header__btn--line {
  width: 170px;
  margin-right: 8px;
  background: linear-gradient(to bottom, #00B700, #049704);
}

.l-header__btn--contact {
  width: 170px;
  background: linear-gradient(to bottom, #F06CAE, #A90458);
}

.l-header__btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.l-header__btn--line a {
  padding-left: 28px;
  letter-spacing: -.05em;
}

.l-header__btn--contact a {
  padding-left: 16px;
}

.l-header__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header__btn--line a::after {
  background-image: url(https://www.shinjukubiyou.com/lp/shimi/image/icon-line.svg);
  width: 22px;
  height: 22px;
  left: 14px;
}

.l-header__btn--contact a::after {
  background-image: url(https://www.shinjukubiyou.com/lp/shimi/image/icon-mail.svg);
  width: 17px;
  height: 14px;
  left: 18px;
}

@media only screen and (max-width: 812px) {
  .p-shimi__header {
    padding: 0;
    height: 62px;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .p-shimi__header h1 img {
    width: 100%;
    margin: 0;
    width: 50vw;
    max-width: 240px;
    margin-left: 14px;
  }

  .u-menu__item {
      display: inline-block;
      height: 62px;
      width: 62px;
  }
}

/* mv */
/* ============================================ */

.mv {
  width: 800px;
  margin-top: 82px;
}

@media only screen and (max-width: 812px) {
  .mv {
    width: 100%;
    margin-top: 55px;
  }
}

/* top-cp */
/* ============================================ */

.top-cp {
  background-color: var(--main);
  text-align: center;
  padding-bottom: 40px;
}

.top-cp-ribbon {
  width: 500px;
  margin-top: -40px;
}

.top-cp-inner {
  margin: 8px 24px 24px;
  display: flex;
  justify-content: space-between;
}

.top-cp-item {
  background: #fff;
  width: 48%;
  padding: 16px 0;
  box-shadow: 0px 0px 5px rgba(93, 36, 40, 0.4);
}

.top-cp-item h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background: var(--sub);
  padding: 14px 0;
  line-height: 1;
}

.top-cp-item h2 span {
  font-size: 14px;
  margin-left: 8px;
}

.top-cp-price {
  margin: 12px;
}

.top-cp-btn {
  height: 76px;
  border-radius: 5px;
  width: 340px;
  background: var(--sub);
  margin: 0 auto;
  padding: 0 48px;
  box-shadow: 0px 0px 5px rgba(93, 36, 40, 0.4);
}

.top-cp-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  height: inherit;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.top-cp-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://www.shinjukubiyou.com/lp/shimi/image/icon-mail.svg);
  width: 37%;
  height: 37%;
  left: 0;
}

.top-cp-btn:after {
  background-image: url(https://www.shinjukubiyou.com/lp/shimi/image/icon-mail.svg);
  width: 17px;
  height: 14px;
  left: 18px;
}

@media only screen and (max-width: 812px) {
  .top-cp-ribbon {
    width: 85%;
    margin-top: -8vw;
  }

  .top-cp-inner {
    display: block;
  }

  .top-cp-item {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }

  .top-cp-item:first-child {
    margin-bottom: 16px;
  }

  .top-cp-item h2 {
    font-size: 21px;
    padding: 16px 0;
    letter-spacing: 0.05rem;
  }
  
  .top-cp-price {
    margin: 3% 5%;
  }

  .top-cp-btn {
    height: 68px;
    max-width: 340px;
    width: 88%;
    padding: 0 44px;
  }
}

/* main-cp */
/* ============================================ */

.main-cp {
  margin: 0 0 60px;
}

.flow-ttl {
  font-size: 24px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 0 60px;
}

.flow-ttl:before,
.flow-ttl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.flow-ttl:before {
  margin-right: 2rem;
}

.flow-ttl:after {
  margin-left: 2rem;
}

.shimi__video {
  padding: 4% 8% 0;
  margin-bottom: 60px;
}

.shimi__video video {
  width: 100%;
}

.main-cp-flow ul {
  display: flex;
  justify-content: space-between;
}

.main-cp-flow-item {
  width: calc(20% - 10px);
  position: relative;
  background-color: var(--main);
  border-radius: 5px;
}

.circle_number {
  width: 30px;
  height: 30px;
  padding-left: 2px;
  padding-top: 4px;
  background-color: var(--main);
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: -15px;
  left: 52px;
}

.main-cp-flow-item img {
  border-radius: 5px 5px 0 0;
}

.main-cp-flow-item p {
  padding: 12px 8px 16px; 
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

.menu-summary {
  border: solid 1px var(--border);
  background: #fff;
  padding: 40px 40px 24px;
  margin-top: 50px;
}

.menu-summary table {
  width: 100%;
}

.menu-summary th,
.menu-summary td {
  display:block;
  width: 100%;
  font-size: 14px;
}

.menu-summary th {
  color: var(--main);
  font-weight: 500;
  border-bottom: solid 1px var(--border);
  padding: 0 0 8px 8px;
}

.menu-summary td {
  margin-bottom: 24px;
  padding: 8px 8px 0;
  line-height: 1.6;
}

@media only screen and (max-width: 812px) {
  .main-cp {
    margin: 20px 0 60px;
  }
  

  .flow-ttl {
    margin-top: 54px;
    padding: 0px 10px;
  }

  .shimi__video {
    padding: 5% 3%;
    margin-bottom: 50px;
  }

  .main-cp-flow ul {
    flex-wrap: wrap;
  }

  .main-cp-flow-item {
    width: 100%;
    margin-left: 5px;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
  }

  .circle_number {
    width: 36px;
    height: 36px;
    padding-top: 6px;
    top: -18px;
    left: -5px;
  }

  .main-cp-flow-item img {
    border-radius: 5px 0 0 5px;
    width: 47%;
  }

  .main-cp-flow-item p {
    padding: 0 16px; 
  }

  .menu-summary {
    margin-top: 8px;
    padding: 24px 16px 16px;
  }
}

/* sub-cp */
/* ============================================ */

.sub-cp {
  background-color: rgba(201, 155, 158, 0.2);
  padding: 80px 0;
}

.sub-cp-copy {
  background-color: var(--main);
  color: #fff;
  font-size: 20px;
  padding: 18px 120px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sub-cp-copy:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
  margin-left: 1.5rem;
}

.sub-cp-item {
  margin-bottom: 80px;
}

.sub-cp-item:last-child {
  margin-bottom: 0;
}

.sub-cp-item h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
}

.sub-cp-img {
  display: block;
  width: 480px;
  height: 320px;
  object-fit: cover;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(93, 36, 40, 0.4);
}

.left {
  border-radius: 0 50px 0 0;
}

.right {
  border-radius: 50px 0 0 0;
}

.sub-cp-txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  padding: 20px;
}

.sub-cp-box {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(93, 36, 40, 0.4);
  padding: 10px 170px;
  margin-bottom: 12px;
}

.sub-cp-box-txt {
  width: 20%;
  background: var(--main);
  padding: 4px 12px;
  color: #fff;
  text-align: center;
}

.sub-cp-box-txt p {
  font-size: 16px;
  padding: 6px 0;
}

.sub-cp-box-txt p:first-child {
  border-bottom: solid 1px #fff;
}

.sub-cp-box-inner {
  color: var(--sub);
  padding: 0 0 10px 24px;
  display: flex;
  align-items: baseline;
}

.sub-cp-box-price {
  font-size: 52px;
  letter-spacing: normal;
  font-weight: bold;
}

.sub-cp-box-price span {
  font-size: 34px;
  padding-right: 4px;
}

.sub-cp-box-price-small {
  font-size: 14px;
  padding-left: 6px;
}

.sub-cp-item .menu-summary {
  margin-top: 32px;
}

.menu-summary-point {
  padding-bottom: 32px;
}

.menu-summary-point-ttl {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-summary-point-ttl-num {
  width: 12%;
  background: var(--main);
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 8px;
}

.menu-summary-point-ttl-txt {
  width: 80%;
  font-size: 20px;
  font-weight: 500;
}

.menu-summary-point-txt {
  width: 80%;
  padding-top: 10px;
  margin-right: 2%;
  margin-left: auto;
  font-size: 14px;
  line-height: 1.6;
}

@media only screen and (max-width: 812px) {

  .sub-cp {
    padding: 60px 0;
  }

  .sub-cp-copy {
    font-size: 18px;
    padding: 18px 24px;
    line-height: 1.4;
  }

  .sub-cp-item h3 {
    padding: 16px;
  }

  .sub-cp-img {
    width: 90%;
    height: auto;
  }

  .left {
    border-radius: 0 50px 0 0;
    margin: unset;
  }
  
  .right {
    border-radius: 50px 0 0 0;
    margin: 0 0 0 auto;
  }

  .sub-cp-txt {
    padding: 20px 8px;
  }

  .sub-cp-box {
    padding: 10px 4%;
  }

  .sub-cp-box-txt {
    width: 100px;
  }

  .sub-cp-box-txt p {
    font-size: 15px;
  }

  .sub-cp-box-inner {
    display: block;
    padding: 0 0 10px 16px;
  }

  .sub-cp-box-price-small {
    text-align: right;
    padding: 4px 0 0;
  }

  .menu-summary-point-ttl {
    justify-content: space-between;
  }

  p.menu-summary-point-ttl-num {
    max-width: 100px;
    width: 20%;
  }

  .menu-summary-point-ttl-txt {
    width: 76%;
    font-size: 18px;
  }

  p.menu-summary-point-txt {
    width: 76%;
    margin-right: 0;
  }

}

/* promise */
/* ============================================ */

.promise-ttl {
  text-align: center;
  color: var(--sub);
  padding: 40px 0 24px;
}

.promise-ttl {
  text-align: center;
}

.promise-ttl .ttl-l {
  font-size: 52px;
  margin-bottom: 8px;
}

.promise-ttl .ttl-s {
  font-size: 18px;
}

.promise-img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.promise-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 40px 60px;
}

.promise-list li {
  width: 47%;
  margin-bottom: 32px;
}

.promise-num {
  text-align: center;
  color: #fff;
  background-color: var(--sub);
  font-size: 14px;
  width: 30%;
  margin: 0 auto;
  padding: 2px 10px 6px;
  border-radius: 20px;
}

.promise-list li h4 {
  color: var(--sub);
  font-size: 20px;
  padding: 12px 0 16px;
  text-align: center;
  line-height: 1.3;
}

.promise-list-txt {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 10px;
}

.list-border {
  width: 100%;
  height: 1px;
  background-color: var(--sub);
  margin-bottom: 32px;
}

@media only screen and (max-width: 812px) {

  .promise-ttl {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 0px 6px -6px rgba(3, 0, 0, 0.3), -6px 0px 6px -6px rgba(3, 0, 0, 0.3);
  }

  .promise-img {
    width: 100%;
  }

  .promise-ttl .ttl-l {
    font-size: 46px;
    margin-bottom: 5px;
  }

  .promise-ttl .ttl-s {
    font-size: 14px;
  }

  .promise-list {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 6px 0px 6px -6px rgba(3, 0, 0, 0.3), -6px 0px 6px -6px rgba(3, 0, 0, 0.3);
    padding: 32px 24px 60px;
  }

  .promise-list li {
    width: 100%;
    padding-bottom: 32px;
    border-bottom: solid 1px var(--sub);
  }

  .promise-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .promise-list li h4 {
    font-size: 18px;
    padding: 10px 0 16px;
  }

  .promise-num {
    max-width: 150px;
    width: 32%;
    font-size: 12px;
    padding: 8px 8px 12px;
  }
  
}

/* doctor */
/* ============================================ */

.sec-ttl {
  background-color: var(--sub);
  text-align: center;
  padding: 20px;
}

.sec-ttl p {
  color: #fff;
  font-size: 24px;
}

.doctor-list {
  padding: 40px 32px 60px;
  display: flex;
  justify-content: space-around;
}

.doctor-list li {
  width: 42%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
} 

.point-color {
  width: 100%;
  height: 3px;
  background-color: var(--sub);
}

.doctor-list-inner {
  padding: 24px 16px 40px;
}

.doctor-list-inner-name {
  text-align: center;
  margin-bottom: 16px;
}

.doctor-list-inner-name span {
  font-size: 14px;
}

.doctor-list-inner-name p {
  font-size: 20px;
}

.ttl-profile {
  color: var(--sub);
  font-size: 18px;
  text-align: center;
  margin: 20px 0 10px;
}

.doctor-list-inner dl dt,
.doctor-list-inner dl dd {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
}

.doctor-list-inner dl dt {
  padding-bottom: 5px;
}

.doctor-list-inner dl dd {
  padding-bottom: 16px;
}


@media only screen and (max-width: 812px) {
  .doctor-list {
    display: block;
    padding: 32px 24px 60px;
  }

  .doctor-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}

/* clinic */
/* ============================================ */

.clinic-list {
  padding: 40px 32px 60px;
  display: flex;
  justify-content: center;
}

.clinic-list li {
  width: 32%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
} 

.clinic-list li + li {
  margin-left: 50px;
}

.clinic-list-inner {
  padding: 24px 16px 32px;
}

.clinic-name {
  text-align: center;
  font-size: 20px;
}

.clinic-tel {
  text-align: center;
  margin-top: 12px;
}

.clinic-tel img {
  padding-top: 3px;
  width: 27px;
}

.clinic-tel p {
  display: inline-block;
  color: var(--main);
  font-size: 23px;
  font-weight: bold;
}

.clinic-border {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  margin: 16px 0 16px;
}

.clinic-info {
  height: 196px;
}

.clinic-info p {
  font-size: 14px;
  line-height: 1.4;
}

.clinic-info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0;
  line-height: 1.4;
}

.clinic-info dl dt,
.clinic-info dl dd {
  font-size: 14px;
  font-weight: normal;
}

.g-map {
  margin-top: 16px;
}

.g-map iframe {
  width: 100%;
  aspect-ratio: 16/12;
}

@media only screen and (max-width: 812px) {
  .clinic-list {
    display: block;
    padding: 32px 24px 60px;
  }

  .clinic-list li {
    width: 100%;
    margin-bottom: 40px;
  }

  .clinic-list li + li {
    margin-left: 0;
  }

  .clinic-tel p {
    font-size: 30px;
    padding-top: 3px;
  }

  .clinic-tel img {
    width: 36px;
    padding-bottom: 4px;
    margin-right: 4px;
  }

  .clinic-info {
    height: auto;
  }

  .clinic-info dl dt {
    width: 35%;
}

  .clinic-info dl dd {
    width: 60%;
  }
}

@media only screen and (max-width: 812px) {

  #copyright {
    padding: 5% 5% 80px;
  }

}

/* 追加 */
.sec-form {
  padding-top: 55px;
  margin-top: -55px;
}

@media only screen and (min-width: 812px) {
  .sec-form {
    padding-top: 82px;
    margin-top: -82px;
  }
}
/**
 * cta
 */

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  padding: 7px 38px;
  background-color: rgba(255, 255, 255, 0.6);
}

.cta__link {
  width: 50%;
}

.cta__link+.cta__link {
  margin-left: 17px;
}

@media only screen and (min-width: 812px) {
  .cta {
    display: none;
  }
}