@charset "utf-8";

header {
  padding: 0 40px;
}
.header {
  display: flex;
  max-width: 800px;
  padding: 14px 0;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
.header-btns {
  display: flex;
  align-items: center;
}
.header-btn {
  display: flex;
  padding: 8px 16px;
  margin-left: 12px;
  background: #fb637e;
  border-radius: 4px;
}

main {
  display: block;
  padding: 0 40px;
}

.sec-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.underlinks-inner {
  padding: 80px 0;
  text-align: center;
}
.underlink a {
  display: block;
  padding: 12px 16px 10px;
  color: #e64586;
  font-weight: 700;
  line-height: 1.2;
  background: #FFF;
  border: 2px solid #e64586;
  transition: 0.3s;
  overflow: hidden;
}
.underlink a:hover {
	color: #FFF;
	background: #e64586;
}
.underlink.flex {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
}
.underlink.flex a {
  width: 32%;
}
.underlink a span {
  display: block;
  margin-bottom: -3px;
  font-size: 74%;
  line-height: 1.2;
  transform: scale(1.5, 1);
}

.sec-title {
  margin-bottom: 40px;
  text-align: center;
}
.sec-title:first-letter {
	color: #e64586;
}
.features {
  padding: 40px;
  background: #f8dfe6;
}
.feature-pg {
  display: flex;
  margin-bottom: -20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-pg-item {
  display: flex;
  width: 48.5%;
  padding: 32px 16px;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 20px 0 0 0;
  /*align-items: center;*/
  justify-content: center;
}
.feature-pg-item big {
  font-size: 140%;
  font-weight: 700;
}
.pink {
  color: #e64586;
}
.feature-items {
  display: flex;
  justify-content: space-between;
}
.feature-item {
  width: 31.5%;
  padding: 20px;
  font-size: 13px;
  background: #FFF;
  border-radius: 6px;
}
.feature-title {
  display: block;
  min-height: 52px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #e64586;
}
.feature-img {
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.feature-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 52.5%;
  /*background: #f3f3f3;*/
}
.feature-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec-work {
  padding: 40px 40px 32px;
  background: #f1e9e9;
}
.work-title {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
.work-title-sub {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.work-inner {
  padding: 24px 32px 32px;
  font-size: 14px;
  background: #FFF;
}
.work-inner .inner-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #e64586;
}

.sec-bnr img {
  width: 100%;
}

.sec-menu {
  padding: 80px 0 0;
}
.menu-series {
  display: block;
  padding: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: center;
  background: #ebecef;
}
.menu-item:not(:last-child) {
  margin-bottom: 40px;
}
.menu-item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-item ul li {
  width: 32%;
  margin-bottom: 12px;
}
.menu-item ul::before,
.menu-item ul::after {
	content: "";
	display: block;
	width: 32%;
	order: 1;
}
.menu-img {
  position: relative;
}
.menu-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66%;
/*  background: #ddd;*/
}
.menu-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-doctor {
  padding: 80px 0 0;
}
.doctor-name {
  display: block;
  padding: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  text-align: center;
  background: #ebecef;
}
.doctor-info {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
}
.doctor-info.center {
  justify-content: center;
}
.doctor-photo {
  width: 30%;
}
.doctor-message {
  width: 64%;
  font-size: 12px;
}
.doctor-message p big {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 10px;
  font-size: 140%;
}
.dh-title {
  display: block;
  padding: 6px 8px;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  background: #ebecef;
}
.doctor-history {
  width: 80%;
  margin: 0 auto;
}
table {
  width: 100%;
  font-size: 14px;
}
table th {
  padding: 5px 12px 3px;
  font-weight: 400;
  background: #fafafa;
  border: 1px solid #ededed;
}
table td {
	padding: 12px 12px 10px;
	border: 1px solid #ededed;
}
.doctor-box:not(:last-child) {
  margin-bottom: 40px;
}

.sec-clinic {
  padding: 80px 0 120px;
}
.clinic-name {
  padding: 7px 24px 5px;
  margin-bottom: 20px;
  color: #FFF;
  background: #e64486;
}
.clinic-info {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
.clinic-img {
  width: 30%;
  min-width: 30%;
  margin-right: 40px;
}
.clinic-img img {
	width: 100%;
}
.clinic-txt {
  font-size: 20px;
  font-weight: 600;
}
.clinic-txt small {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}
.clinic-table {
  margin-bottom: 24px;
}
.clinic-table table th {
  width: 160px;
}
.clinic-table table a {
  color: blue;
  text-decoration: underline;
}
.clinic-map iframe {
  width: 100%;
  height: 240px;
  font-size: 0;
  vertical-align: bottom;
}
.clinic-box:not(:last-child) {
  margin-bottom: 40px;
}

.copyright {
  padding: 4px 8px;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
	header {
		padding: 0 15px;
	}
	.header-logo {
    width: 140px;
	}
  .header-btn {
      padding: 4px 10px;
      margin: 0 10px;
    }
	main {
		padding: 0;
	}

	.underlinks-inner {
    padding: 32px 15px 40px;
	}
	.underlink a {
    padding: 8px 4px 6px;
    font-size: 14px;
    font-weight: 600;
    border-width: 1px;
	}
	.underlink a span {
    font-size: 7px;
	}
	.underlink.flex {
    margin-top: 8px;
	}
	.sec-title {
    margin-bottom: 32px;
    font-size: 18px;
	}

	.features {
    padding: 32px 15px;
	}
	.feature-pg {
    flex-wrap: wrap;
	}
	.feature-pg-item {
    padding: 12px 8px;
    font-size: 12px;
    border-radius: 10px 0 0;
  }
  .feature-pg-item big {
    font-size: 114%;
	}
	.feature-items {
    flex-wrap: wrap;
	}
	.feature-item {
    width: 100%;
    padding: 24px;
    margin-bottom: 12px;
	}
	.feature-item:last-child {
    margin-bottom: 0;
	}

	.sec-work {
    padding: 32px 15px;
	}
	.work-title {
    margin-bottom: 16px;
    font-size: 18px;
	}
	.work-title-sub {
    margin-bottom: 32px;
    font-size: 13px;
	}
	.work-inner {
    padding: 24px 20px;
    font-size: 12px;
	}
	.work-inner .inner-title {
    margin-bottom: 20px;
    font-size: 18px;
	}

	.sec-menu {
    padding-top: 32px;
	}
	.menu-series {
    font-size: 15px;
	}
	.menu-item ul {
    padding: 0 15px;
	}
	.menu-item ul li,
	.menu-item ul::before,
	.menu-item ul::after {
    width: 48%;
	}
	.menu-item:not(:last-child) {
    margin-bottom: 28px;
	}

	.sec-doctor {
    padding-top: 40px;
	}
	.doctor-name {
    font-size: 15px;
	}
	.doctor-info {
    flex-wrap: wrap;
	}
	.doctor-photo {
    width: 70%;
    margin: 0 auto 16px;
    text-align: center;
	}
	.doctor-message {
    width: 100%;
    padding: 0 15px;
	}
	.doctor-history {
    width: 100%;
    padding: 0 15px;
	}
	table td {
    font-size: 12px;
	}

	.sec-clinic {
    padding: 40px 0 80px;
	}
	.clinic-name {
    font-size: 16px;
    text-align: center;
	}
	.clinic-img {
    width: 50%;
    min-width: 50%;
    margin-right: 15px;
	}
	.clinic-txt {
    font-size: 15px;
	}
	.clinic-txt small {
    font-size: 12px;
	}
	.clinic-table table th {
    width: 124px;
    font-size: 12px;
    text-align: center;
	}
	.clinic-map iframe {
    height: 180px;
	}
}

/*コンテンツ追加1220*/
.sec-cells {
  padding: 40px 0;
}
.cells-case {
  display: flex;
  padding: 20px 40px;
  margin-bottom: 40px;
  font-size: 15px;
  background: #fafafa;
}
.cells-main h2 {
  margin-bottom: 16px;
  font-size: 20px;
}
.cells-img {
  min-width: 30%;
  margin-left: 40px;
}
.cells-case.case-type2 {
  display: block;
}
.cells-imgs {
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
}
.cells-imgs img {
  width: 32%;
}

@media screen and (max-width: 767px) {
  .cells-case {
    display: block;
    padding: 20px 15px;
    margin-bottom: 28px;
    font-size: 13px;
  }
  .cells-main h2 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .cells-img {
    min-width: auto;
    margin: 16px auto 0;
  }
  .cells-imgs {
    margin-top: 16px;
  }
  .cells-case:last-child {
    margin-bottom: 0;
  }
}

.contact-wrap {
  height: calc(100vh - 88px);
  padding-top: 180px;
  text-align: center;
}
.contact-btn {
  margin-top: 80px;
}
.btn {
  box-shadow: 0 4px 0 var(--the-solid-shadow, var(--color_main_dark));
  color: #fff;
  font-weight: 700;
  padding: 1em 1.5em;
  line-height: 2.3;
  background: #fb637e;
  border-radius: 4px;
}
.contact-title {
  margin-bottom: 40px;
  font-size: 24px;
}

/*==================*/
.menu-item ul li.hraf-menu {
  width: 48.5%;
}
.menu-item ul li.hraf-menu .menu-img::before {
  padding-top: 40%;
}

.floating-banner {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px 40px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  background: rgba(0,0,0,0.4);
  justify-content: center;
  gap: 10px;
  z-index: 1000;
}
.floating-banner a {
  color: white;
  text-decoration: underline;
}
.floating-banner a:hover {
  text-decoration: none;
}
.floating-btn {
  width: 49.5%;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .floating-banner {
    padding: 6px 10px;
    background: #FFF;
  }
  .floating-btn {
    display: flex;
    width: 100%;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: #504ee0;
  }
  .floating-btn.btn-pink {
    background: #ff50b0;
  }
}