/*
Theme Name: nanohana
Author: adoplanning.Co.,Ltd. matsuzawa.m
Author URI: https://adopura.com/
Version: 1.0.0
*/

@charset "UTF-8";

/* # =================================================================
# Common
# ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Yuji+Syuku&family=Zen+Kaku+Gothic+Antique&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #251e1c;
}
h1,h2 {
	font-weight: 500;
}
button {
	color: #443c37;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
}
@media screen and (min-width: 1024px) {
  .sp-only,
  .tab-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .pc-only {
    display: none !important;
  }
}
body {
  font-family: "Lato","Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #251e1c;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

/* # =================================================================
# Layout
# ================================================================= */
.l-section {
  width: 100%;
  position: relative;
  background-color: #e2e2e2;
}

.l-section-inner {
  display: block;
  width: 100%;
  padding: 50px 25px 75px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .l-section-inner {
    max-width: 1290px;
  }
}
@media screen and (max-width: 425px) {
	.l-section-inner {
	  padding: 30px 20px 75px;
	}
}

/* # =================================================================
# Component
# ================================================================= */

/* # ====　　c-pill-button 　　====== */
.c-pill-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  padding: 22px;
}
.c-pill-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 10px;
  -webkit-mask-image: url("assets/img/icon/icon_arrow.svg");
          mask-image: url("assets/img/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-pill-button__inner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-pill-button__text {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.c-pill-button--tel {
  display: block;
  padding-left: 20px;
}
.c-pill-button--tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 35px;
  -webkit-mask-image: url("assets/img/icon/icon_tel.svg");
          mask-image: url("assets/img/icon/icon_tel.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-pill-button--tel .c-pill-button__text {
  text-align: left;
  padding-left: 30px;
}
.c-pill-button--tel .c-pill-button__text:nth-child(1) {
  font-size: 25px;
  font-weight: 600;
	letter-spacing: 0.5px;
}
.c-pill-button--tel .c-pill-button__text:nth-child(2) {
  font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
  margin-top: 5px;
	letter-spacing: 0;
}


/* # ====　　c-cell 　　====== */
.c-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 40px;
}

@media screen and (max-width: 768px) {
  .c-cell {
    row-gap: 30px;
  }
}
.c-cell-item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
.c-cell-item--25 {
  width: calc(25% - 30px);
}
.c-cell-item--40 {
  width: calc(40% - 20px);
}
.c-cell-item--50 {
  width: calc(50% - 20px);
}
.c-cell-item--60 {
  width: calc(60% - 20px);
}
.c-cell-item--gray {
  background-color: #f2f2f2;
}
.c-cell-item--line::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: min(100% - 40px, 280px);
  height: min(100% - 60px, 280px);
  border-top: 1px solid #251e1c;
  border-left: 1px solid #251e1c;
  border-radius: 30px 0 0 0;
  z-index: 1;
}
.c-cell-item--line .c-cell-item__inner {
  padding: 50px 50px 50px 60px;
}
.c-cell-item--line-white::before {
  border-color: #ffffff;
}
.c-cell-item--line-blue::before {
  border-color: #3a638e;
}
.c-cell-item--line-orange::before {
  border-color: #e08d2a;
}
.c-cell-item__inner {
  height: 100%;
  padding: 50px;
}
.c-cell-item:has(.c-cell-item__link-arrow) .c-cell-item__inner {
  padding-bottom: 80px;
}
.c-cell-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-cell-item__heading {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
	letter-spacing: 1px;
}
.c-cell-item__heading span {
  font-family: "Lato", sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 8px;
}
.c-cell-item__heading--blue span {
  color: #3a638e;
}
.c-cell-item__heading--orange span {
  color: #e08d2a;
}
.c-cell-item__sub-heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
  padding-right: 35px;
  margin-left: -15px;
}
.c-cell-item__sub-heading--blue {
  color: #3a638e;
}
.c-cell-item__sub-heading--orange {
  color: #e08d2a;
}
.c-cell-item__link-arrow {
  position: absolute;
  bottom: 30px;
  right: 25px;
  display: block;
  width: 18px;
  height: 10px;
  -webkit-mask-image: url("assets/img/icon/icon_arrow.svg");
          mask-image: url("assets/img/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ffffff;
  z-index: 1;
}
.c-cell-item:has(.c-cell-item__link-arrow)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 20px 0 0 0;
  opacity: 0.2;
}


@media screen and (min-width: 769px) and (max-width: 1023px) {
	.c-cell-item__heading .sp-only,
	.maternity-clinic__time .sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
  .c-cell-item {
    width: 100%;
  }
  .c-cell-item__inner {
    padding: 40px 30px 40px 30px;
  }
  .c-cell-item--line .c-cell-item__inner{
    padding: 40px 30px;
  }
  .c-cell-item__sub-heading {
    padding-right: 25px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 425px) {
	.c-cell-item {
		border-radius: 30px;
	}
  .c-cell-item__link-arrow {
    bottom: 18px;
    right: 18px;
    width: 10px;
    height: 8px;
  }
  .c-cell-item:has(.c-cell-item__link-arrow)::after {
    width: 40px;
    height: 40px;
  }
  
  .c-cell-item__heading {
    font-size: 20px;
	  font-weight: 600;
  }
	.c-cell-item--line::before {
    	top: 10px;
    	left: 10px;
		  width: min(100% - 40px, 210px);
		  height: min(100% - 60px, 210px);
	}
	.c-cell-item__sub-heading {
		font-size: 15px;
		padding-right: 22px;
	}
	.c-pill-button--tel::before {
	  width: 20px;
	  height: 25px;
	}
	.c-cell-item--line .c-cell-item__inner {
        padding: 40px 26px 34px 30px;
    }
	.c-pill-button--tel .c-pill-button__text:nth-child(2) {
	  font-size: 13px;
		line-height: 1.3;
	}
}


/* # ====　　c-page-heading　　====== */
.c-page-heading {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.c-page-heading::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: min(100% - 40px, 280px);
  height: min(100% - 40px, 280px);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-radius: 20px 0 0 0;
}
.c-page-heading::after {
  content: "";
  position: absolute;
  background-size: contain;
  mix-blend-mode: multiply;
}

.c-page-heading--plastic-surgery {
  background-color: #3a638e;
}
.c-page-heading--plastic-surgery::after {
  top: 10px;
  right: -50px;
  width: 170px;
  height: 170px;
  background-image: url("assets/img/pattern01.png");
}

.c-page-heading--obstetrics {
  background-color: #e08d2a;
}
.c-page-heading--obstetrics::after {
  top: -100px;
  right: -150px;
  width: 300px;
  height: 300px;
  background-image: url("assets/img/pattern02.png");
}

.c-page-heading--brown {
  background-color: #443c37;
}
.c-page-heading--brown::after {
  top: -10px;
  right: -70px;
  width: 220px;
  height: 220px;
  background-image: url("assets/img/pattern02.png");
}

.c-page-heading--reservation {
  background-color: #443c37;
}
.c-page-heading--reservation::after {
  top: -10px;
  right: -70px;
  width: 220px;
  height: 220px;
  background-image: url("assets/img/pattern04.png");
}

.c-page-heading--about {
  background-color: #443c37;
}
.c-page-heading--about::after {
  top: -190px;
  right: -200px;
  width: 400px;
  height: 400px;
  background-image: url("assets/img/pattern06.png");
}

.c-page-heading__inner {
  padding: 40px 40px 30px;
}
.c-page-heading__heading {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  z-index: 1;
	letter-spacing: 2px;
}
.c-page-heading__heading span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin-top: 10px;
	letter-spacing: 0;
}
.c-page-heading__text {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 38px;
  z-index: 1;
}


/* # ====　　c-breadcrumbs　　====== */
.c-breadcrumbs {
  margin-top: 18px;
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumbs__list li {
  font-size: 12px;
}
.c-breadcrumbs__list a {
  opacity: 0.3;
}

@media screen and (max-width: 425px) {
	.c-breadcrumbs {
	  margin-top: 12px;
	}
	.c-breadcrumbs__list {
		flex-wrap: wrap;
        gap: 3px;
	}
	.c-breadcrumbs__list li {
		font-size: 11px;
		line-height: 1.4;
	}
}


/* # ====　　c-faq-box　　====== */
.c-faq-box {
  border-bottom: 1px dotted #251e1c;
}
.c-faq-box:last-child {
	border-bottom: none;
}
.c-faq-box__question {
  position: relative;
  padding: 20px 40px 20px 0;
  -webkit-transition: opacty, 0.3s;
  transition: opacty, 0.3s;
}
.c-faq-box__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  background-color: rgba(37,30,28,.1);
  border-radius: 50%;
  font-size: 26px;
	font-weight: 300;
  color: #251e1c;
  padding-bottom: 3px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-faq-box__question.is-open::after {
  -webkit-transform: translateY(-50%) rotateZ(-45deg);
          transform: translateY(-50%) rotateZ(-45deg);
}
.c-faq-box__question-text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.c-faq-box__answer {
  display: none;
  padding: 0px 70px 30px 20px;
}
.c-faq-box__answer-text {
  font-size: 15px;
  line-height: 1.6;
}

@media (hover: hover) {
  .c-faq-box__question:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}


@media screen and (max-width: 880px) {
  .c-faq-box__answer {
    padding-right: 0;
  }
	.c-page-heading__text {
		line-height: 1.6;
	}
}

@media screen and (max-width: 425px) {
	.c-page-heading__inner {
	  padding: 36px 30px 30px;
	}
	.c-page-heading__heading {
	  font-size: 22px;
        line-height: 1.35;
        letter-spacing: 0.5px;
	}
	.c-page-heading__text {
		font-size: 14px;
		text-align: justify;
		letter-spacing: 0.5px;
	}
	.c-faq-box__question {
	  padding: 20px 40px 20px 0;
	}
	.c-faq-box__question-text {
	  font-size: 16px;
	}
	.c-faq-box__answer {
		padding: 0 0 30px 0;
	}
	.c-faq-box__answer-text {
		font-size: 15px;
		line-height: 1.7;
	}
}


/* # =================================================================
# Project
# ================================================================= */

/* # ====　　p-about-heading　====== */
.p-about-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
  overflow: hidden;
}
.p-about-heading::after {
  content: "";
  position: absolute;
  background-size: contain;
  mix-blend-mode: color-burn;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.p-about-heading--blue {
  background-color: #3a638e;
}
.p-about-heading--blue::after {
  background-image: url("assets/img/pattern03.png");
}
.p-about-heading--sky {
  background-color: #4c9fbb;
}
.p-about-heading--sky::after {
  background-image: url("assets/img/pattern03.png");
}
.p-about-heading--orange {
  background-color: #e08d2a;
}
.p-about-heading--orange::after {
  background-image: url("assets/img/pattern07.png");
}
.p-about-heading__text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.p-about-heading__text span {
  font-size: 24px;
}




/* # ====　　p-detail-box　====== */
.p-detail-box {
  position: relative;
  -webkit-transition: opacty, 0.3s;
  transition: opacty, 0.3s;
  cursor: pointer;
}
.p-detail-box[data-detail] {
  background-position: center 50px;
  background-size: 60px 60px;
}
.p-detail-box[data-detail=hurt] {
  background-image: url("assets/img/icon/icon_hurt.svg");
}
.p-detail-box[data-detail=burn] {
  background-image: url("assets/img/icon/icon_burn.svg");
}
.p-detail-box[data-detail=keloid] {
  background-image: url("assets/img/icon/icon_keloid.svg");
}
.p-detail-box[data-detail=malformation] {
  background-image: url("assets/img/icon/icon_malformation.svg");
}
.p-detail-box[data-detail=abscess] {
  background-image: url("assets/img/icon/icon_abscess.svg");
}
.p-detail-box[data-detail=mole] {
  background-image: url("assets/img/icon/icon_mole.svg");
}
.p-detail-box[data-detail=toenail] {
  background-image: url("assets/img/icon/icon_toenail.svg");
}
.p-detail-box[data-detail=calluses] {
  background-image: url("assets/img/icon/icon_calluses.svg");
}
.p-detail-box[data-detail=trouble] {
  background-image: url("assets/img/icon/icon_trouble.svg");
}
.p-detail-box[data-detail=bruise] {
  background-image: url("assets/img/icon/icon_bruise.svg");
}
.p-detail-box[data-detail=cancer] {
  background-image: url("assets/img/icon/icon_cancer.svg");
}
.p-detail-box[data-detail=menstruation] {
  background-image: url("assets/img/icon/icon_menstruation.svg");
}
.p-detail-box[data-detail=vaccine] {
  background-image: url("assets/img/icon/icon_vaccine.svg");
}
.p-detail-box[data-detail=consultation] {
  background-image: url("assets/img/icon/icon_consultation.svg");
}
.p-detail-box[data-detail=HRT] {
  background-image: url("assets/img/icon/icon_HRT.svg");
}
.p-detail-box[data-detail=contraception] {
  background-image: url("assets/img/icon/icon_contraception.svg");
}
.p-detail-box[data-detail=laser] {
  background-image: url("assets/img/icon/icon_laser.svg");
}
.p-detail-box[data-detail=pregnancy] {
  background-image: url("assets/img/icon/icon_pregnancy.svg");
}
.p-detail-box[data-detail=confinement] {
  background-image: url("assets/img/icon/icon_confinement.svg");
}
.p-detail-box[data-detail=outpatient] {
  background-image: url("assets/img/icon/icon_outpatient.svg");
}
.p-detail-box[data-detail=abortion] {
  background-image: url("assets/img/icon/icon_abortion.svg");
}
.p-detail-box--blue::after {
  color: #3a638e;
}
/*
.p-detail-box--blue .p-detail-box__tag {
  background-color: #3a638e;
}
.p-detail-box--sky::after {
  color: #4c9fbb;
}
.p-detail-box--sky .p-detail-box__tag {
  background-color: #4c9fbb;
}
.p-detail-box--orange::after {
  color: #e08d2a;
}
.p-detail-box--orange .p-detail-box__tag {
  background-color: #e08d2a;
}
.p-detail-box--pink::after {
  color: #df8674;
}
.p-detail-box--pink .p-detail-box__tag {
  background-color: #df8674;
}
.p-detail-box__tag {
  min-height: 105px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 15px;
  text-align: center;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 0 0 20px 0;
  padding: 25px 12px 20px;
}
*/
.p-detail-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
  height: 100%;
  padding: 130px 25px 70px;
}
.p-detail-box--blue .p-detail-box__inner {
  border-left: 10px solid #3a638e;
}
.p-detail-box--orange .p-detail-box__inner {
  border-left: 10px solid #e08d2a;
}

.p-detail-box__heading {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.p-detail-box__text {
  font-size: 15px;
  text-align: center;
  line-height: 1.5;
  margin-top: auto;
}
.p-detail-box::after {
  content: "+";
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e2e2e2;
  font-size: 16px;
  padding-bottom: 2px;
}
.p-detail-box--blue.p-detail-box::after {
  color: #3a638e;
}
.p-detail-box--orange.p-detail-box::after {
  color: #e08d2a;
}
@media (hover: hover) {
  .p-detail-box:hover {
    opacity: 0.6;
  }
}
.p-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .p-about-heading {
    padding: 70px 20px;
  }
  .c-cell-item.p-about-heading,
  .c-cell-item.p-detail-box,
  .c-cell-item.p-detail-img {
    width: calc((100% - 50px) / 3);
  }
}
@media screen  and (min-width: 769px) and (max-width: 1023px) {
	.p-detail-box__heading .pc-only {
        display: block !important;
    }
	.p-detail-box__heading .sp-only {
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
  .c-cell-item.p-about-heading,
  .c-cell-item.p-detail-box,
  .c-cell-item.p-detail-img {
    width: 100%;
  }
  .c-cell-item.p-detail-img {
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
	.p-detail-box--blue .p-detail-box__inner,
	.p-detail-box--orange .p-detail-box__inner {  
		padding: 100px 25px 40px;
	}
	
	.p-detail-box[data-detail] {
		background-position: 30px 44px;
        background-size: 45px 45px;
	}
	.p-detail-box--blue .p-detail-box__inner,
	.p-detail-box--orange .p-detail-box__inner {  
		padding: 30px 40px 30px 80px;
	}
	.p-detail-box__heading,
	.p-detail-box__text {
		text-align: left;
	}
}
@media screen and (max-width: 425px) {
	.p-detail-box__inner {
	    row-gap: 8px;
	}

	.p-detail-box__heading {
		font-size: 18px;
	}
	.p-detail-box__text {
		font-size: 14px;
	}
	.p-about-heading {
		padding: 40px 20px;
	}
	.p-about-heading__text {
	  font-size: 16px;
		line-height: 1.7;
	}
	.p-about-heading__text span {
	  font-size: 22px;
	}
}


/* # ====　　p-faq-info　====== */
.p-faq-info {
  padding-right: 80px;
}
.p-faq-info__text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}
.p-faq-info__box {
  margin-top: 30px;
}
@media screen and (max-width: 880px) {
  .p-faq-info {
    padding-right: 0;
  }
}


/* # ====　　modal 　====== */
html:has(.js-modal.is-show) {
  overflow: hidden;
}

.is-sp .navigation.js-modal.is-show {
  height: 100vh;
}
.is-pc .navigation.js-modal.is-show {
/*  height: 70vh;*/
	height: auto;
}
.js-modal.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1000;
  overflow-y: scroll;
}
.js-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none; /* 非表示中のクリック防止 */
}

.p-modal {
/*  display: none;*/
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 40px;
  padding: 60px;
  z-index: 20;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center 80px;
}
.p-modal[data-color=blue] .p-modal__tag {
  background-color: #3a638e;
}
.p-modal[data-color=blue] .p-modal__close-button {
  color: #3a638e;
}
.p-modal[data-color=sky] .p-modal__tag {
  background-color: #4c9fbb;
}
.p-modal[data-color=sky] .p-modal__close-button {
  color: #4c9fbb;
}
.p-modal[data-color=orange] .p-modal__tag {
  background-color: #e08d2a;
}
.p-modal[data-color=orange] .p-modal__close-button {
  color: #e08d2a;
}
.p-modal[data-color=pink] .p-modal__tag {
  background-color: #df8674;
}
.p-modal[data-color=pink] .p-modal__close-button {
  color: #df8674;
}
.p-modal.is-show {
  display: block;
}
.p-modal__inner {
  height: 100%;
}
.p-modal__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e2e2e2;
}
.p-modal__tag {
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  border-radius: 2px;
  padding: 5px 8px;
}
.p-modal__text-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 120px;
}
.p-modal__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.p-modal__text {
  font-size: 16px;
	text-align: justify;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-modal__button {
  position: relative;
  width: 140px;
  display: inline-block;
  font-size: 15px;
  border-radius: 30px;
  background-color: #e2e2e2;
  padding: 15px;
  margin: auto auto 0;
}
.p-modal__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 10px;
  -webkit-mask-image: url("assets/img/icon/icon_arrow.svg");
          mask-image: url("assets/img/icon/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #251e1c;
}

.p-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
  z-index: 998; /* ナビより下だが他要素より上に */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.p-modal-overlay.is-show {
  opacity: 1;
  visibility: visible;
}



@media screen and (min-width: 1024px) and (max-width: 1200px) and (orientation: landscape) {
	.is-pc .navigation.js-modal.is-show {
		height: 70vh;
		margin-top: -100px;
	}
}


@media screen and (max-width: 550px) {
  .p-modal {
    width: calc(100% - 50px);
    background-position: center 50px;
    padding: 30px;
  }
}


/* # ====　　診療カレンダー　　====== */
.p-calendar {
  margin-top: 20px;
}
.xo-event-calendar table.xo-month .month-header {
    padding-bottom: 6px;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
	color: #251e1c;
}
.xo-event-calendar table.xo-month>thead th.saturday {
    color: #3a638e;
}