@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #6D5948;
  --clr_white: #ffffff;
  --clr_red: #ff0000;
  --main1: #FBB6B6;
  --main2:#A0CDE5;
  --main3:#FBA71D;
  --main4:#2DAE67;
  --sub1: #FBB6B6;
  --sub2:#A0CDE5;
  --sub3:#FFF2F2;
  --sub4:#FFD1D1;
  --sub5:#E68F8F;
  --sub6:#E4F2F9;
  --sub7:#C2E6F9;
  --sub8:#6EA7C5;
  --sub9:#CFC1B5;
  --sub10:#FFEBEB;
  --sub11:#FFE4C1;
  --sub12:#FCD7D7;
  --sub13:#C5E6F8;
  --sub14:#FFEBC4;
  --sub15:#F9BFBF;
  --sub16:#F9B5B5;
  --sub17:#99CCE8;
  --sub18:#FBE8C3;
  --sub19:#FFD4D4;
  --sub20:#FFB867;
  --sub21:#E6CEBA;
  --sub22:#009944;
  --sub23:#FFDA92;
  --sub24:#C1E1B3;
  --sub25:#FFE0A4;
  --sub26:#FCF4E4;
  --sub27:#FFDCDC;
  --sub28:#FFF9F9;
  --sub29:#CEEAF8;
  --sub30:#EBF7FE;
  --sub31:#06C755;
  --sub32:#86B4CC;
  --bg1: #FEFAF2;
  --bg2:#FCF1DB;
  --line1: #D4C7BD;
  --line_table: #C3D6C7;
  --line_table2: #C9C4BE;
  --lcolor: #E38E00;
  --lcolor_h: #2DAE67;
  --notes:#D50000;
  --notes2:#DC6F6F;
  --pcolor: #FFDA92;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
@-webkit-keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@keyframes bgzoom {
  100% {
    background-size: 120% auto;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes cutin_right {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes cutin_left {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@keyframes balloon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
}
@-webkit-keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@keyframes airball {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
@-webkit-keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
            transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
            transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
            transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes goro_l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3rem) rotate(-180deg);
            transform: translateX(-3rem) rotate(-180deg);
  }
}
@keyframes goro_l {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-3rem) rotate(-180deg);
            transform: translateX(-3rem) rotate(-180deg);
  }
}
@-webkit-keyframes goro_r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3rem) rotate(180deg);
            transform: translateX(3rem) rotate(180deg);
  }
}
@keyframes goro_r {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(3rem) rotate(180deg);
            transform: translateX(3rem) rotate(180deg);
  }
}
@-webkit-keyframes scroll_r {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes scroll_r {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes pokon {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(1.3, 1.3) translate(0%, 0%);
            transform: scale(1.3, 1.3) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes pokon {
  0% {
    -webkit-transform: scale(0, 0) translate(0%, 0%);
            transform: scale(0, 0) translate(0%, 0%);
  }
  60% {
    -webkit-transform: scale(1.3, 1.3) translate(0%, 0%);
            transform: scale(1.3, 1.3) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.red {
  color: var(--clr_red) !important;
}

.pink {
  color: var(--notes2) !important;
}

.white {
  color: var(--clr_white) !important;
}

.bg-white {
  background: var(--clr_white) !important;
}

.bg-lightpink {
  background: var(--sub3) !important;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.main:where(section ~ section), .flex2:where(section ~ section) {
  margin-top: 4rem;
}
.main section, .flex2 section {
  margin-top: 4rem;
}
.main section:where(section ~ section), .flex2 section:where(section ~ section) {
  margin-top: 4rem;
}
.main section section, .flex2 section section {
  margin-top: 3rem;
}
.main section section:where(section ~ section), .flex2 section section:where(section ~ section) {
  margin-top: 3rem;
}
.main section section section, .flex2 section section section {
  margin-top: 2rem;
}
.main section section section:where(section ~ section), .flex2 section section section:where(section ~ section) {
  margin-top: 2rem;
}
.main section section section section, .flex2 section section section section {
  margin-top: 2rem;
}
.main section section section section:where(section ~ section), .flex2 section section section section:where(section ~ section) {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
  .main:where(section ~ section), .flex2:where(section ~ section) {
    margin-top: 10rem;
  }
  .main section, .flex2 section {
    margin-top: 10rem;
  }
  .main section:where(section ~ section), .flex2 section:where(section ~ section) {
    margin-top: 8rem;
  }
  .main section section, .flex2 section section {
    margin-top: 6rem;
  }
  .main section section:where(section ~ section), .flex2 section section:where(section ~ section) {
    margin-top: 6rem;
  }
  .main section section section, .flex2 section section section {
    margin-top: 4rem;
  }
  .main section section section:where(section ~ section), .flex2 section section section:where(section ~ section) {
    margin-top: 4rem;
  }
  .main section section section section, .flex2 section section section section {
    margin-top: 3rem;
  }
  .main section section section section:where(section ~ section), .flex2 section section section section:where(section ~ section) {
    margin-top: 3rem;
  }
}
.timetable {
  margin: 4rem 1rem;
}
.timetable .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 8.8rem;
}
.timetable .tit_02 {
  margin-bottom: 0;
}
.timetable section {
  width: 100%;
}
.timetable h3 {
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  border-radius: 1.5rem 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1rem;
}
.timetable p {
  margin: 0;
}
.timetable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.timetable dl dt {
  width: 2.5em;
}
.timetable dl dd {
  width: calc(100% - 2.5em);
}
.timetable .kyusin {
  margin-top: 0.5rem;
}
.timetable .kyusin span {
  border: 2px solid;
  padding: 0.2rem 0.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.timetable .tbl_obstetrics h3 {
  background: var(--main1);
}
.timetable .tbl_obstetrics .tbl_time tr th[scope=col] {
  background: var(--sub4);
}
.timetable .tbl_obstetrics .tbl_time td {
  color: var(--main1);
}
.timetable .tbl_obstetrics dt span {
  color: var(--main1);
}
.timetable .tbl_internal h3 {
  background: var(--main2);
}
.timetable .tbl_internal .tbl_time tr th[scope=col] {
  background: var(--sub7);
}
.timetable .tbl_internal .tbl_time td {
  color: var(--main2);
}
.timetable .tbl_internal dt span {
  color: var(--main2);
}
@media screen and (min-width: 48em), print {
  .timetable {
    margin: 8rem 0;
  }
  .timetable .tit_02 {
    width: 100%;
    gap: 1rem;
  }
  .timetable .tit_02::before, .timetable .tit_02::after {
    position: relative;
  }
  .timetable h3 {
    font-size: 2.2rem;
    padding: 1rem;
    border-radius: 3rem 3rem 1rem 1rem;
    margin-bottom: 1.8rem;
  }
  .timetable > .wrap {
    width: 1200px;
  }
  .timetable > .wrap section {
    width: 54.5rem;
  }
}

.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
  border-radius: 1rem 0 0 0;
}
.tbl_time tr th[scope=col]:last-child {
  border-radius: 0 1rem 0 0;
  padding-right: 0.5rem;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid var(--line_table);
  background: #fff;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid var(--line_table);
  background: #fff;
  line-height: 1;
  font-size: 80%;
}
.tbl_time tr td.close {
  color: var(--clr_txt) !important;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin-top: 1.5rem;
  }
  .tbl_time caption span {
    padding: 0 1em;
    margin-right: 1em;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
    font-size: 100%;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
    border-radius: 2rem 0 0 0;
  }
  .tbl_time tr th[scope=col]:last-child {
    border-radius: 0 2rem 0 0;
  }
  .tbl_time tr td {
    padding: 2rem 0;
    font-size: 100%;
  }
}
.table_0, .table_1 {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 2rem;
}
.table_0 caption, .table_1 caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.5rem;
  font-size: 90%;
}
.table_0:not(:last-child), .table_1:not(:last-child) {
  margin-bottom: 2rem;
}
.table_0 tr:first-child th[scope=row], .table_1 tr:first-child th[scope=row], .table_0 tr:first-child td, .table_1 tr:first-child td {
  border-top: 1px solid var(--line_table);
}
.table_0 th, .table_1 th, .table_0 td, .table_1 td {
  padding: 0 0.5rem;
}
.table_0 th[scope=row], .table_1 th[scope=row], .table_0 td, .table_1 td {
  border-left: 1px solid var(--line_table);
  border-bottom: 1px solid var(--line_table);
}
.table_0 th[scope=row]:last-child, .table_1 th[scope=row]:last-child, .table_0 td:last-child, .table_1 td:last-child {
  border-right: 1px solid var(--line_table);
}
.table_0 th[scope=col], .table_1 th[scope=col] {
  border: none;
  background: var(--sub25);
}
.table_0 th[scope=col]:first-child, .table_1 th[scope=col]:first-child {
  border-top-left-radius: 1rem;
}
.table_0 th[scope=col]:last-child, .table_1 th[scope=col]:last-child {
  border-top-right-radius: 1rem;
}
.table_0 th[scope=col]:not(:first-child), .table_1 th[scope=col]:not(:first-child) {
  border-left: 1px solid #fff;
}
.table_0 th[scope=row], .table_1 th[scope=row] {
  width: 35%;
}
.table_0 td.td_bg, .table_1 td.td_bg {
  background: var(--sub26);
}
.table_0.price td:last-child, .price.table_1 td:last-child {
  text-align: right;
}

.table_1 thead th[scope=col] {
  background: var(--main1);
  color: #fff;
}
.table_1 tr:first-child th[scope=row], .table_1 tr:first-child td {
  border-top: none;
}
.table_1 th[scope=row] {
  background: var(--sub28);
}
.table_1.-row_bold th[scope=row] {
  font-weight: bold;
}
.table_1.-txt_l td:nth-last-child(-n+2) {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  .table_0, .table_1 {
    margin-top: 3rem;
  }
  .table_0:not(:last-child), .table_1:not(:last-child) {
    margin-bottom: 4rem;
  }
  .table_0 th, .table_1 th, .table_0 td, .table_1 td {
    padding: 1rem 2rem;
  }
  .table_0.price, .price.table_1 {
    min-width: 30rem;
  }
  .table_0.-mb_0, .-mb_0.table_1 {
    margin-bottom: 0;
  }
}
.scroll-hint {
  width: 100%;
  table-layout: inherit;
  white-space: inherit;
  -webkit-overflow-scrolling: touch; /* スマホでなめらかスクロール */
  overflow-x: scroll; /* 横スクロール処理 */
  white-space: nowrap; /* 自動改行させない */
}

@media screen and (min-width: 48em), print {
  .scroll-hint {
    overflow-x: auto; /* 横スクロール処理 */
    white-space: inherit; /* 自動改行させない */
  }
}
.gmap {
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.tit_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding: 1rem;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.tit_02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2.5rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.tit_02::before, .tit_02::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_h2_deco.svg") center center no-repeat;
  background-size: contain;
  width: 1em;
  aspect-ratio: 38/6;
  position: absolute;
}
.tit_02::before {
  left: 0;
}
.tit_02::after {
  right: 0;
}

.tit_03 {
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  background: var(--sub20);
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 1rem 1rem 0.3rem 0.3rem;
}

.tit_04 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(90deg, var(--main3) 3em, var(--sub21) 3em) 1;
     border-image: -webkit-gradient(linear, left top, right top, color-stop(3em, var(--main3)), color-stop(3em, var(--sub21))) 1;
     border-image: linear-gradient(90deg, var(--main3) 3em, var(--sub21) 3em) 1;
}
.tit_04 span {
  display: block;
  background: var(--main3);
  font-size: 70%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem;
  color: #fff;
  border-radius: 0.5rem;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  position: relative;
  padding-left: 1rem;
}
.tit_05::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--main4);
  border-radius: 2px;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
  color: var(--sub22);
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 32.4rem;
    max-width: 160rem;
    width: 100%;
    margin: auto;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 4.8rem;
    border-radius: 6rem;
  }
  .tit_02 {
    font-size: 4.2rem;
    margin: 0 auto 4rem;
  }
  .tit_02 span {
    font-size: 1.6rem;
  }
  .tit_02::before, .tit_02::after {
    width: 3.8rem;
  }
  .tit_03 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
    padding: 1rem 2rem;
    border-radius: 2rem 2rem 0.5rem 0.5rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding: 0 0.5rem 1rem;
  }
  .tit_04 span {
    display: inline-block;
    margin-left: 1em;
    padding: 0.5rem 1rem;
  }
  .tit_05 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
    padding-left: 2rem;
  }
  .tit_05::before {
    width: 7px;
    border-radius: 0.5rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--main3);
  position: absolute;
  left: 0;
}
.lst_ul.lst_ul_2 > li::before {
  color: var(--main1);
}
.lst_ul.kome > li {
  padding-left: 1em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.notes {
  color: var(--notes);
}
.lst_ul.notes > li::before {
  color: var(--notes);
}

.notes:where(:not(ul)) {
  color: var(--notes);
}

.notes2:where(:not(ul)) {
  color: var(--notes2);
}

.kome:where(:not(ul)) {
  padding-left: 1em;
  position: relative;
}
.kome:where(:not(ul))::before {
  content: "※";
  position: absolute;
  left: 0;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: var(--main1);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.5em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number) ".";
  color: var(--main3);
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_ol.lst_ol_circle > li::before {
  content: counter(number);
  width: 1.3em;
  aspect-ratio: 1/1;
  line-height: 0;
  padding-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 50%;
  font-size: 90%;
  top: 0.2em;
}
@media screen and (min-width: 48em), print {
  .lst_ol.lst_ol_circle > li::before {
    width: 2rem;
    padding-bottom: 0.3rem;
    font-size: 90%;
  }
}

.lst_dl01 dt {
  font-weight: bold;
  color: var(--main1);
}
.lst_dl01 dd {
  margin: 0 0 1rem;
}
.lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
  padding: 0 0.5rem;
}
.lst_dl03 dt, .lst_dl03 dd {
  padding: 0.5rem 1rem;
}
.lst_dl03 dt {
  background: var(--main1);
  color: #fff;
}
.lst_dl03 dd {
  border: 1px solid var(--main1);
}

@media screen and (min-width: 48em), print {
  .lst_ul.lst_ul_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col2 > li {
    min-width: calc((100% - 1rem) / 2);
  }
  .lst_ul.lst_ul_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 1rem;
  }
  .lst_ul.lst_ul_col3 > li {
    min-width: calc((100% - 2rem) / 3);
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
  .lst_dl01.lst_dl02 dt, .lst_dl01.lst_dl02 dd {
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .lst_dl01.lst_dl02 dt {
    width: 7em;
    text-align: center;
  }
  .lst_dl01.lst_dl02 dd {
    width: calc(100% - 7em);
  }
  .lst_dl03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto;
  }
  .lst_dl03 dt, .lst_dl03 dd {
    padding: 1rem 1.5rem;
  }
  .lst_dl03 dt {
    width: 13em;
  }
  .lst_dl03 dt:not(:last-of-type) {
    border-bottom: 1px solid #fff !important;
  }
  .lst_dl03 dd {
    width: calc(100% - 13em);
    background: #fff;
  }
  .lst_dl03 dd:not(:first-of-type) {
    border-top: none !important;
  }
}
.lst_dl_t dt {
  background: var(--main1);
  color: #fff;
  padding: 1rem;
  border: 1px solid var(--main1);
}
.lst_dl_t dd {
  border: 1px solid var(--main1);
  padding: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em), print {
  .lst_dl_t.lst_dl_t_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl_t.lst_dl_t_flex dt {
    width: 10em;
    margin-bottom: 0.5rem;
  }
  .lst_dl_t.lst_dl_t_flex dd {
    width: calc(100% - 10em);
  }
}

.tit_no {
  counter-reset: number 0;
}
.tit_no section, .tit_no div {
  counter-increment: number 1;
}
.tit_no section .no::before, .tit_no div .no::before {
  content: counter(number) ".";
  margin-right: 0.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
  }
  .flex2 > section:nth-child(-n+2), .flex2 > li:nth-child(-n+2), .flex2 > div:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .flex2.flex2_c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
  .flex2.flex2_c li {
    width: auto;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.js-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  font-size: 120%;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.js-tel::before {
  font-family: "fontello";
  content: "\e801";
  color: var(--main3);
  font-weight: normal;
}
.js-tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 3rem;
  }
}

.btn_rsv {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  background: var(--main3);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1.5em;
}
.btn_rsv::before {
  font-family: "fontello";
  content: "\e803";
}
@media screen and (min-width: 48em), print {
  .btn_rsv {
    font-size: 2rem;
    padding: 0.8rem 3rem;
  }
  .btn_rsv:is(:hover, :focus-visible) {
    background: var(--main4);
  }
}

.btn_detail {
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 1.5em;
  padding: 0.4rem 2rem;
  background: var(--sub23);
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1.3rem 2rem;
    min-width: 27rem;
    border-radius: 3rem;
  }
  .btn_detail:is(:hover, :focus-visible) {
    background: var(--sub24);
  }
}
.btn_detail.-new_btn {
  background: var(--main3);
  color: #fff;
  line-height: 1.4;
  border-radius: 0.5em;
}
.btn_detail.-new_btn span {
  font-size: 85%;
}
@media screen and (min-width: 48em), print {
  .btn_detail.-new_btn {
    font-size: 2rem;
    padding: 0.8rem 3rem;
  }
  .btn_detail.-new_btn:is(:hover, :focus-visible) {
    background: var(--main4);
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.6rem;
}
@media screen and (min-width: 48em), print {
  .linkout::after {
    margin-left: 1rem;
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--main3);
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\32";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\32";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--main3);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--main1);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--main3);
}
.slick-dots li button:is(:hover, :focus-visible) {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--pcolor)));
  background: linear-gradient(transparent 60%, var(--pcolor) 60%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* fadeIn */
.fadein {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.fade_left {
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}

.fade_right {
  -webkit-transform: translate(80px, 0);
          transform: translate(80px, 0);
}

.fade_up {
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.fade_scale {
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.fadein.parallax {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.txt_box {
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1rem;
}
.txt_box:last-child {
  margin: 0;
}
.txt_box.txt_box1 {
  background: var(--sub25);
}
.txt_box.txt_box2 {
  border: 2px solid;
  background: #fff;
}
.txt_box.txt_box3 {
  background: var(--sub27);
}
.txt_box.txt_box4 {
  background: var(--sub29);
}
.txt_box.txt_box5 {
  border: 2px solid var(--notes2);
  background: none;
}
.txt_box.txt_box5 .txt_box5_in {
  height: 18rem;
  padding-right: 0.5rem;
  overflow-y: scroll;
}
.txt_box.txt_box5 .kome::before {
  color: var(--notes2);
}

@media screen and (min-width: 48em), print {
  .txt_box {
    padding: 2.5rem 3rem;
    border-radius: 2rem;
  }
  .txt_box.txt_box5 {
    padding: 4rem 7rem;
  }
  .txt_box.txt_box5 .txt_box5_in {
    height: 180px;
    padding-right: 15px;
    overflow-y: scroll;
  }
}
.nav_menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.nav_menu li {
  width: calc(100% - 1rem);
  text-align: center;
  margin-top: 0.5rem;
}
.nav_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 3rem;
  padding: 0.5rem 2em;
  text-decoration: none !important;
  position: relative;
}
.nav_menu li a::after {
  font-family: "fontello";
  content: "\e4a3";
  position: absolute;
  right: 1rem;
  letter-spacing: 0;
}
@media screen and (min-width: 48em), print {
  .nav_menu li {
    width: calc((100% - 3rem) / 4);
  }
  .nav_menu li a {
    height: 6rem;
  }
  .nav_menu li a:hover {
    background: #ccc;
    color: #fff !important;
  }
  .nav_menu li a::after {
    right: 1em;
  }
}

.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}

.phtxt_box {
  margin-bottom: 2rem;
}
.phtxt_box .ph {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .phtxt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4rem;
    gap: 4rem;
  }
  .phtxt_box .ph {
    width: 40rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .phtxt_box .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .phtxt_box.phtxt_box_r .ph {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.point::before {
  content: "≫";
  margin-right: 0.5em;
}

.other::after {
  font-family: "fontello";
  content: "\f08e";
  margin-left: 0.5rem;
}

.anime {
  opacity: 0;
}

.trigger {
  -webkit-animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
          animation: fade_up 0.4s ease-out 0.2s 1 normal forwards;
}

.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.sns_list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1.5em;
  width: 10rem;
}
.sns_list .line a {
  background: var(--sub31);
}
.sns_list .insta a {
  background: linear-gradient(230deg, rgb(156, 56, 187) 16%, rgb(194, 49, 134) 35%, rgb(255, 0, 105) 63%, rgb(254, 212, 117) 90%);
}
@media screen and (min-width: 48em), print {
  .sns_list {
    gap: 2rem;
  }
  .sns_list li a {
    font-size: 2rem;
    width: 14rem;
    padding: 0.8rem 3rem;
  }
}

@media screen and (min-width: 48em), print {
  .web_info .txt_box {
    width: 760px;
    margin: 0 auto;
  }
}
@media print {
  .header {
    position: absolute !important;
  }
}
html {
  font-size: 3.125vw;
}

body {
  background: var(--bg2) url("../img/bg_body.svg") center top no-repeat;
  color: var(--clr_txt);
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

p:where(:first-child) {
  margin-top: 0;
}
p:where(:last-child) {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:where(:not([class*=btn], [href*="tel:"])) {
  color: var(--lcolor);
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:where(:not([class*=btn])):hover {
    opacity: 1;
    text-decoration: none;
    color: var(--lcolor_h);
  }
}
:target {
  scroll-margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 4rem;
  }
}

#web_info:target {
  scroll-margin-top: 10rem;
}
@media screen and (min-width: 48em), print {
  #web_info:target {
    scroll-margin-top: 30rem;
  }
}

.medical_subject {
  text-align: center;
}
.medical_subject .gynecology {
  color: var(--sub5);
}
.medical_subject .internal {
  color: var(--sub8);
}

.header {
  position: relative;
  z-index: 100;
  background: var(--bg1);
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  height: 100%;
  background: url(../img/logo.png) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
  margin-top: 1rem;
}
.header > .wrap .headR .medical_subject {
  font-size: 1.35rem;
}
.header > .wrap .headR ul {
  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;
  gap: 2rem;
}
.header > .wrap .headR ul .acs, .header > .wrap .headR ul .head_tel, .header > .wrap .headR ul .rsv {
  display: none;
}
.header > .wrap .headR ul li .js-tel {
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
}
.header > .wrap .headR ul li.line, .header > .wrap .headR ul li.insta {
  width: 4rem;
}
.header > .wrap .headR ul li.line img, .header > .wrap .headR ul li.insta img {
  width: 4rem;
}

@media screen and (min-width: 48em), print {
  .header {
    position: sticky;
    top: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .header.hide {
    -webkit-transform: translateY(-16.5rem);
            transform: translateY(-16.5rem);
  }
  .header > .wrap {
    padding: 2rem 0 0.5rem;
  }
  .header > .wrap .logo {
    width: 66.4rem;
    margin: auto;
    height: 5.8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header > .wrap .headR .medical_subject {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
  }
  .header > .wrap .headR ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.5rem;
  }
  .header > .wrap .headR ul .acs, .header > .wrap .headR ul .head_tel, .header > .wrap .headR ul .rsv {
    display: block;
  }
  .header > .wrap .headR ul li .js-tel {
    font-size: 3rem;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 1.8rem;
  }
  .header > .wrap .headR ul li.acs::before {
    font-family: "fontello";
    content: "\e800";
    color: var(--main3);
    margin-right: 0.5rem;
  }
  .header > .wrap .headR ul li .btn_rsv {
    font-size: 2rem;
    padding: 0.8rem 2.5rem;
  }
  .header > .wrap .headR ul li.insta, .header > .wrap .headR ul li.line {
    width: 5rem;
  }
  .header > .wrap .headR ul li.insta img, .header > .wrap .headR ul li.line img {
    width: 5rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 17rem);
  overflow-y: auto;
  background: var(--bg1);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.3rem;
  left: 0;
  right: 0;
  z-index: 100;
  border-radius: 0 0 1rem 1rem;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li a br, #nav .gnav_subnav .gnav > li .sub br {
  display: none;
}
#nav .gnav_subnav .gnav > li .sub {
  gap: 0.4rem;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\e82c";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80%;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\e82d";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  padding-bottom: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  padding: 1rem;
  border-radius: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
  border-radius: 0.8rem;
  font-size: 1.2rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
  font-family: "fontello";
  content: "\e82e";
}
#nav .gnav_subnav .gnav > li.tre_obstetrics .subbox > .subnav {
  background: var(--sub3);
}
#nav .gnav_subnav .gnav > li.tre_obstetrics .subbox > .subnav li a::before {
  color: var(--sub5);
}
#nav .gnav_subnav .gnav > li.tre_obstetrics .subbox > .subnav li a.current {
  background: var(--sub4);
}
#nav .gnav_subnav .gnav > li.tre_internal .subbox > .subnav {
  background: var(--sub6);
}
#nav .gnav_subnav .gnav > li.tre_internal .subbox > .subnav li a::before {
  color: var(--sub8);
}
#nav .gnav_subnav .gnav > li.tre_internal .subbox > .subnav li a.current {
  background: var(--sub7);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
  border-radius: 1rem;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e806";
  margin: 0 0.6rem 0 0;
}

#nav {
  position: sticky;
  z-index: 101;
  padding: 1rem 0;
  background: var(--bg1);
}
#nav .sp_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nav .sp_nav > li {
  width: 18.6%;
  text-align: center;
  font-size: 1.2rem;
}
#nav .sp_nav > li:not(:last-child) {
  border-right: 1px dotted;
}
#nav .sp_nav > li a, #nav .sp_nav > li button {
  display: block;
  padding: 0;
  width: 100%;
  position: relative;
}
#nav .sp_nav > li a::before, #nav .sp_nav > li button::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 2.5rem;
  background: center center no-repeat;
  background-size: contain;
  margin: auto;
}
#nav .sp_nav > li a.current::after, #nav .sp_nav > li button.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: var(--main1);
  position: absolute;
  bottom: -1rem;
}
#nav .sp_nav > li.home a::before {
  background-image: url("../img/icon_home.svg");
}
#nav .sp_nav > li.nav_tel a::before {
  background-image: url("../img/icon_tel.svg");
}
#nav .sp_nav > li.first {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#nav .sp_nav > li.first a::before {
  background-image: url("../img/icon_first.svg");
}
#nav .sp_nav > li.acs a::before {
  background-image: url("../img/icon_access.svg");
}
#nav .sp_nav > li.menu button::before {
  font-family: "fontello";
  content: "\e80e";
  font-size: 2.5rem;
  line-height: 1;
  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;
  color: var(--main1);
}
#nav .sp_nav > li.menu button.close::before {
  font-family: "fontello";
  content: "\e80f";
}

@media screen and (min-width: 48em), print {
  #nav .sp_nav {
    display: none;
  }
  #nav {
    width: auto;
    position: sticky;
    top: 16.1rem;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    padding: 0;
  }
  #nav.hide {
    -webkit-transform: translateY(-23rem);
            transform: translateY(-23rem);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    width: 13.5714285714%;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    height: 2.5em;
    width: 1px;
    border-right: 1px dotted;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li.tre_internal {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    padding: 2rem 0;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    margin: 0 0 0 0.8rem;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current), #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a.close, #nav .gnav_subnav .gnav > li .sub.close {
    color: var(--main1);
  }
  #nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > .sub::before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible, .current)::before, #nav .gnav_subnav .gnav > li > .sub:is(:hover, :focus-visible, .current)::before {
    background: var(--main1);
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 100;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    padding: 2rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1rem;
    position: relative;
    text-align: left;
    font-size: 1.6rem;
    border-radius: 1.5em;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a::before {
    margin-right: 0.5rem;
    font-size: 70%;
  }
  #nav .gnav_subnav .gnav > li.tre_obstetrics .subbox {
    width: 40.2rem;
  }
  #nav .gnav_subnav .gnav > li.tre_obstetrics .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub4);
  }
  #nav .gnav_subnav .gnav > li.tre_internal .subbox {
    width: 27rem;
  }
  #nav .gnav_subnav .gnav > li.tre_internal .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background: var(--sub7);
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--bg1) center bottom no-repeat;
}
.overview .clinic_name {
  margin: 0;
}
.overview .clinic_name img {
  max-width: 100%;
  margin: auto;
}
.overview .overview_gaiyo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.overview .overview_gaiyo .acs {
  width: 100%;
}
.overview .overview_gaiyo .acs::before {
  font-family: "fontello";
  content: "\e80d";
  color: var(--main3);
  margin-right: 0.5rem;
}
.overview .overview_gaiyo .js-tel {
  font-size: 2rem;
}
.overview .sns_list {
  margin-bottom: 2rem;
}
.overview .timetable {
  margin: 0;
  width: 100%;
}
.overview > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.overview > .wrap .gaiyo dt {
  width: 30%;
  padding: 0.5rem 0;
  color: var(--clr_txt);
  border-bottom: 1px solid var(--line1);
}
.overview > .wrap .gaiyo dt span {
  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;
  background: var(--sub18);
  height: 100%;
  border-radius: 1rem;
}
.overview > .wrap .gaiyo dt.incho span {
  background: var(--sub19);
}
.overview > .wrap .gaiyo dt.fkuincho span {
  background: var(--sub7);
}
.overview > .wrap .gaiyo dt.lt1 {
  padding-left: 1em;
  letter-spacing: 1em;
}
.overview > .wrap .gaiyo dt:first-of-type {
  border-top: 1px solid var(--line1);
}
.overview > .wrap .gaiyo dd {
  width: 70%;
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid var(--line1);
  text-align: left;
}
.overview > .wrap .gaiyo dd span {
  font-size: 120%;
  display: block;
}
.overview > .wrap .gaiyo dd ul {
  margin: 0;
}
.overview > .wrap .gaiyo dd ul li {
  margin: 0;
}
.overview > .wrap .gaiyo dd.incho .lst_ul li::before {
  color: var(--sub1);
}
.overview > .wrap .gaiyo dd.fkuincho .lst_ul li::before {
  color: var(--sub7);
}
.overview > .wrap .gaiyo dd:first-of-type {
  border-top: 1px solid var(--line1);
}
.overview > .wrap .gaiyo dd .js-tel {
  font-size: 120%;
}
.overview > .wrap .map h2 {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 0.5rem;
  border-radius: 1.5rem 1.5rem 0.5rem 0.5rem;
  margin-bottom: 1rem;
}
.overview > .wrap .map h2.imgmap {
  background: var(--main3);
}
.overview > .wrap .map h2.googlemap {
  background: var(--main4);
}
.overview > .wrap .map img {
  border: 4px solid #fff;
  border-radius: 1rem;
}
.overview > .wrap .overviewL {
  width: 100%;
}
.overview > .wrap .overviewR {
  width: 100%;
}

.btn {
  width: 100%;
}
.btn .btn_map {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 2px solid;
  border-radius: 1.5em;
  padding: 0.5rem 2rem;
}

.gmap {
  height: 35rem;
  border: 4px solid #fff;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 10rem 0;
    font-size: 1.8rem;
    background-image: url("../img/bg_curve_footer_beige.svg");
  }
  .overview .overview_gaiyo {
    font-size: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem;
  }
  .overview .overview_gaiyo .js-tel {
    font-size: 4rem;
  }
  .overview .sns_list {
    margin-bottom: 5.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 0.5rem;
    width: 100%;
  }
  .overview .clinic_name img {
    max-width: inherit;
    width: 71.7rem;
  }
  .overview .medical_subject {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6rem 4rem;
  }
  .overview > .wrap .gaiyo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .overview > .wrap .gaiyo dt {
    padding: 1rem 0;
    width: 13rem;
  }
  .overview > .wrap .gaiyo dt:nth-of-type(2n) {
    margin-left: 5rem;
  }
  .overview > .wrap .gaiyo dt:nth-of-type(2) {
    border-top: 1px solid var(--line1);
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0 1rem 2.5rem;
    width: 44.5rem;
  }
  .overview > .wrap .gaiyo dd span {
    display: inline-block;
  }
  .overview > .wrap .gaiyo dd:nth-of-type(2) {
    border-top: 1px solid var(--line1);
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .map h2 {
    font-size: 2.2rem;
    padding: 1rem;
    border-radius: 3rem 3rem 1rem 1rem;
    margin-bottom: 3rem;
  }
  .overview > .wrap .map img {
    border-width: 8px;
    border-radius: 3rem;
  }
  .btn .btn_map {
    font-size: 2rem;
    padding: 1.5rem 4rem;
    border-radius: 2em;
  }
  .btn .btn_map:is(:hover, :focus-visible) {
    background: var(--clr_txt);
    opacity: 1;
    color: #fff;
  }
  .gmap {
    height: 56rem;
    border-width: 8px;
    border-radius: 3rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
  height: 100%;
  text-align: center;
}
#tel_up ul li .js-tel {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-family: "Quicksand", sans-serif;
}
#tel_up ul li .js-tel::before {
  display: none;
}
#tel_up ul li .js-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0 0.4rem;
  height: 100%;
}
#tel_up ul li .js-tel a::before {
  font-family: "fontello";
  content: "\e801";
  color: var(--main3);
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 0 0;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: #fff;
  border: 2px solid;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e805";
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6rem;
    height: 6rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 3rem;
    border-radius: 50%;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--bg2);
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .copy {
    margin: 2rem 0 0;
    font-size: 1.6rem;
    padding-bottom: 4rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.6rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a br {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li:not(:first-child)::before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul.subnav li:not(:last-child)::after {
    content: "|";
    margin: 0 1rem;
  }
}
body.index .main .tit_02 {
  padding-bottom: 2rem;
}
body.index .main .tit_02 span {
  color: var(--sub9);
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
}
@media screen and (min-width: 48em), print {
  body.index > .wrap {
    width: 100%;
  }
  body.index .main .tit_02 {
    padding-bottom: 3rem;
  }
  body.index .main .tit_02 span {
    font-size: 1.6rem;
  }
}

.keyvsl {
  width: 100%;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 24rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.keyvsl #keyvsl .slick-dots {
  margin: 0.6rem 0 0;
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl > .wrap p {
  margin: 0;
}
.keyvsl > .wrap .catch {
  background: rgba(251, 182, 182, 0.9);
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.3rem;
  border-radius: 0 0 1rem 1rem;
}
.keyvsl > .wrap .copy {
  position: absolute;
  padding: 0 1rem;
  top: 1rem;
}
.keyvsl > .wrap .copy_2 {
  position: absolute;
  top: 4.5rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 1.3rem;
  gap: 0.5rem;
}
.keyvsl > .wrap .copy_2 li {
  padding: 0.2rem 1rem 0.3rem;
  border-radius: 1.5em;
}
.keyvsl > .wrap .copy_2 .internal {
  background: var(--sub32);
}
.keyvsl > .wrap .copy_2 .gynecology {
  background: var(--sub1);
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    max-width: 160rem;
    margin: auto;
    border-radius: 6rem;
    overflow: hidden;
  }
  .keyvsl #keyvsl {
    height: 73rem;
  }
  .keyvsl #keyvsl .slick-list div {
    font-size: 0;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 73rem !important;
  }
  .keyvsl #keyvsl .slick-dots {
    margin: 1rem 0 0;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl > .wrap {
    width: 100%;
  }
  .keyvsl > .wrap .catch {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 2rem;
    padding: 1.5rem 0;
    border-radius: 0 0 6rem 6rem;
  }
  .keyvsl > .wrap .copy {
    left: 0;
    right: 0;
    margin: auto;
  }
  .keyvsl > .wrap .copy img {
    margin: auto;
  }
  .keyvsl > .wrap .copy_2 {
    font-size: 2.6rem;
    gap: 2.1rem;
    top: 10.1rem;
  }
  .keyvsl > .wrap .copy_2 li {
    padding: 0.5rem 2rem 0.6rem;
    width: 24rem;
    text-align: center;
  }
}
.bnr_line {
  width: 100%;
}
.bnr_line a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
.bnr_line a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bnr_line a:is(:hover, :focus-visible) {
  opacity: 0.8;
}

.info {
  margin: 4rem 0 0;
  padding: 1rem;
  position: relative;
}
.info::before {
  content: "";
  display: block;
  background: var(--sub10);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 1rem;
}
.info .wrap {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
}
.info .wrap dl {
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.info .wrap dl dt {
  gap: 0 0.2rem;
  margin: 0 0 0.6rem;
  color: var(--clr_txt);
  cursor: pointer;
}
.info .wrap dl dt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 110%;
}
.info .wrap dl dt div::before {
  content: "";
  display: block;
  width: 1.2em;
  aspect-ratio: 1/1;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url("../img/icon_arrow_blown.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  margin-top: 0.3em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info .wrap dl dt.close div::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px dotted var(--clr_txt);
}
.info .wrap dl dt .category {
  padding: 0.2rem 1rem;
  margin-left: 0.5rem;
  border-radius: 1.5em;
}
.info .wrap dl dt .cat001 {
  background: var(--sub11);
}
.info .wrap dl dt .cat002 {
  background: var(--sub12);
}
.info .wrap dl dt .cat003 {
  background: var(--sub13);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 0;
    padding: 2rem 0;
    background: var(--bg1);
  }
  .info::before {
    width: 124rem;
    border-radius: 3.8rem;
    z-index: 1;
  }
  .info::after {
    content: "";
    width: 100%;
    height: 25rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--bg2) url("../img/bg_curve_beige.svg") center bottom no-repeat;
  }
  .info .wrap {
    border-radius: 3rem;
    padding: 4.3rem 9rem;
  }
  .info .wrap .info_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt .category {
    padding: 0.8rem 1.6rem;
  }
  .info .wrap dl dt div {
    line-height: 1.5;
    font-size: 2.2rem;
    margin-top: 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dt:hover div {
    text-decoration: underline;
  }
  .info .wrap dl dd {
    margin: 1rem 0 1.6rem;
  }
}
.feature {
  padding: 4rem 2rem;
  background: var(--bg1);
}
.feature ol {
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.feature ol li {
  counter-increment: number 1;
  width: 100%;
  position: relative;
}
.feature ol li h3 {
  margin: 1rem 0;
  font-size: 1.8rem;
  text-align: center;
}
.feature ol li h3 span {
  background: var(--sub14);
  padding: 0 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.feature ol li p {
  margin: 0;
}
.feature ol li::before {
  content: "";
  display: block;
  width: 100%;
  background: url("../img/index_feature06.png") center center no-repeat;
  background-size: contain;
  aspect-ratio: 510/425;
}
.feature ol li::after {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  line-height: 1;
  aspect-ratio: 1/1;
  width: 2em;
  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;
  background: var(--main3);
  color: #fff;
  border-radius: 50% 50% 0 50%;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}
.feature ol li:nth-child(2n)::after {
  background: var(--main4);
}
.feature ol .feature_senmon::before {
  background-image: url("../img/index_feature01.webp");
}
.feature ol .feature_kakarituke::before {
  background-image: url("../img/index_feature02.webp");
}
.feature ol .feature_facility::before {
  background-image: url("../img/index_feature03.webp");
}
.feature ol .feature_kensa::before {
  background-image: url("../img/index_feature04.webp");
}
.feature ol .feature_renkei::before {
  background-image: url("../img/index_feature05.webp");
}
.feature ol .feature_familyhome::before {
  background-image: url("../img/index_feature06.webp");
}

@media screen and (min-width: 48em), print {
  .feature {
    padding: 10rem 0 11rem;
    background: var(--bg1) url("../img/bg_circle1.svg") center top no-repeat;
  }
  .feature ol {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10rem 7.9rem;
  }
  .feature ol li {
    width: 51rem;
  }
  .feature ol li h3 {
    margin: 3rem auto 2rem;
    font-size: 3.2rem;
    max-width: 13em;
    min-height: 4em;
    text-align: left;
  }
  .feature ol li p {
    font-size: 2rem;
    width: 46rem;
    margin: auto;
    line-height: 1.5;
  }
  .feature ol li::after {
    top: 3.3rem;
    width: 8.8rem;
    font-size: 4rem;
  }
}
.tre {
  background: var(--bg1);
  padding: 0 0 4rem;
}
.tre .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
}
.tre .subnav li {
  width: calc((100% - 1rem) / 2);
}
.tre .subnav li a {
  text-decoration: none;
  color: var(--clr_txt);
  text-align: center;
  display: block;
  line-height: 1.3;
  position: relative;
  padding: 14rem 0 0;
}
.tre .subnav li a span {
  font-size: 70%;
  display: block;
}
.tre .subnav li a::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 1.3em;
  background: center bottom no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}
.tre .subnav li a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 8rem;
  line-height: 1;
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tre .subnav li.message_card {
  display: none;
}
.tre .subnav li.obstetrics a::after {
  font-family: "fontello";
  content: "\e817";
}
.tre .subnav li.gynecology a::after {
  font-family: "fontello";
  content: "\e818";
}
.tre .subnav li.bridal_check a::after {
  font-family: "fontello";
  content: "\e819";
}
.tre .subnav li.cosmetic_medicine a::after {
  font-family: "fontello";
  content: "\e83a";
}
.tre .subnav li.childbirth a::after {
  font-family: "fontello";
  content: "\e81a";
}
.tre .subnav li.classroom_info a::after {
  font-family: "fontello";
  content: "\e81b";
}
.tre .subnav li.internal a::after {
  font-family: "fontello";
  content: "\e811";
}
.tre .subnav li.gastro a::after {
  font-family: "fontello";
  content: "\e812";
}
.tre .subnav li.endoscopy a::after {
  font-family: "fontello";
  content: "\e813";
}
.tre .subnav li.ct a::after {
  font-family: "fontello";
  content: "\e814";
}
.tre .subnav li.medical_checkup a::after {
  font-family: "fontello";
  content: "\e815";
}
.tre .subnav li.vaccination a::after {
  font-family: "fontello";
  content: "\e816";
}
.tre section h3 {
  text-align: center;
  color: #fff;
  padding: 3rem 1rem;
  font-size: 2rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
}
.tre section h3 span {
  display: block;
  font-size: 70%;
}
.tre section .bnr {
  margin-top: 1rem;
}
.tre section.obstetrics {
  margin-left: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  background: url("../img/bg_tre_obstetrics.jpg") left center no-repeat;
  background-size: cover;
  border-radius: 1rem 0 0 1rem;
}
.tre section.obstetrics h3 {
  background: var(--sub15) url("../img/bg_deco_pregnant_woman.svg") right center no-repeat;
  background-size: auto 150%;
}
.tre section.obstetrics .subnav li a::before {
  background-image: url("../img/icon_arrow_dull_pink.svg");
}
.tre section.obstetrics .subnav li a::after {
  color: var(--sub16);
}
.tre section.internal {
  margin-right: 1rem;
  margin-top: 3rem;
  padding: 1rem 1rem 1rem 2rem;
  background: url("../img/bg_tre_internal.jpg") right center no-repeat;
  background-size: cover;
  border-radius: 0 1rem 1rem 0;
}
.tre section.internal h3 {
  background: var(--main2) url("../img/bg_deco_stethoscope.svg") right center no-repeat;
  background-size: auto 150%;
}
.tre section.internal .subnav li a::before {
  background-image: url("../img/icon_arrow_dull_blue.svg");
}
.tre section.internal .subnav li a::after {
  color: var(--sub17);
}

@media screen and (min-width: 48em), print {
  .tre {
    padding: 0;
    overflow: hidden;
  }
  .tre .tit_02 {
    display: none;
  }
  .tre > .wrap {
    width: 100%;
  }
  .tre section {
    width: 100%;
    position: relative;
  }
  .tre section::before {
    content: "";
    display: block;
    width: calc(50% + 80.3rem);
    height: 100%;
    position: absolute;
    top: 0;
  }
  .tre section .wrap {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem 4.5rem;
    padding: 9.8rem 0;
  }
  .tre section .wrap h3 {
    width: 45rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.2rem;
    line-height: 1.5;
    background-size: auto;
  }
  .tre section .wrap h3 span {
    font-size: 1.6rem;
  }
  .tre section .bnr img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tre section .bnr img:is(:hover, :focus-visible) {
    opacity: 0.8;
  }
  .tre section.obstetrics {
    padding: 0;
    background: none;
  }
  .tre section.obstetrics::before {
    background: url("../img/bg_tre_obstetrics.jpg") left center no-repeat;
    right: 0;
    border-radius: 10rem 0 0 10rem;
  }
  .tre section.obstetrics li a:is(:hover, :focus-visible)::after {
    color: #fff;
    background-color: var(--sub16);
  }
  .tre section.internal {
    padding: 0;
    background: none;
    margin: 12.7rem 0 0 0;
  }
  .tre section.internal::before {
    background: url("../img/bg_tre_internal.jpg") right center no-repeat;
    left: 0;
    border-radius: 0 10rem 10rem 0;
  }
  .tre section.internal h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .tre section.internal li a:is(:hover, :focus-visible)::after {
    color: #fff;
    background-color: var(--sub17);
  }
  .tre .subnav {
    width: 69rem;
    gap: 5.4rem;
  }
  .tre .subnav li {
    width: 18rem;
  }
  .tre .subnav li a {
    padding: 19rem 0 0;
  }
  .tre .subnav li a::after {
    font-size: 12rem;
  }
}
body:where(:not(.index)) .sub_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body:where(:not(.index)) .main {
  margin: 0 1rem 6rem;
}
body:where(:not(.index)) .main .tit_02 span {
  font-size: 70%;
}
body:where(:not(.index)) .main .js-tel {
  font-size: 120%;
}
body:where(:not(.index)) .main .js-tel::before {
  font-family: "fontello";
  content: "\e801";
  color: var(--main1);
}
@media screen and (min-width: 48em), print {
  body:where(:not(.index)) .main {
    width: 100rem;
    margin: 0 auto 8rem;
  }
  body:where(:not(.index)) .main .tit_02 span {
    font-size: 2.5rem;
  }
  body:where(:not(.index)) .main .js-tel {
    font-size: 150%;
  }
  body:where(:not(.index)) .main .cf .img_l, body:where(:not(.index)) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:where(:not(.index)) .main .cf .img_l.img_s, body:where(:not(.index)) .main .cf .img_r.img_s {
    max-width: 30%;
  }
}

.page_obstetrics {
  background-color: var(--sub3);
}
.page_obstetrics .tit_03 {
  background: var(--main1);
}
.page_obstetrics .tit_04 {
  border-bottom: 2px dotted var(--sub5);
  -o-border-image: none;
     border-image: none;
  color: var(--sub5);
}
.page_obstetrics .tit_05::before {
  background: var(--main1);
}
.page_obstetrics .tit_06 {
  color: var(--sub5);
}
.page_obstetrics .btn_detail {
  background: var(--sub4);
}
.page_obstetrics .txt_box.txt_box1 {
  background: var(--sub27);
}
.page_obstetrics .table_0 tr:first-child th[scope=row], .page_obstetrics .table_0 tr:first-child td {
  border-top: 1px solid var(--line_table2);
}
.page_obstetrics .table_0 th[scope=row], .page_obstetrics .table_0 td {
  border-left: 1px solid var(--line_table2);
  border-bottom: 1px solid var(--line_table2);
}
.page_obstetrics .table_0 th[scope=row]:last-child, .page_obstetrics .table_0 td:last-child {
  border-right: 1px solid var(--line_table2);
}
.page_obstetrics .table_0 th[scope=col] {
  background: var(--sub4);
}
.page_obstetrics .table_0 th[scope=row] {
  background: var(--sub28);
}
.page_obstetrics .table_0 td.td_bg {
  background: var(--sub28);
}
.page_obstetrics .lst_ol > li::before, .page_obstetrics .lst_ul > li::before {
  color: var(--sub5);
}

.page_internal {
  background-color: var(--sub6);
}
.page_internal .tit_03 {
  background: var(--main2);
}
.page_internal .tit_04 {
  border-bottom: 2px dotted var(--main2);
  -o-border-image: none;
     border-image: none;
  color: var(--sub8);
}
.page_internal .tit_05::before {
  background: var(--sub2);
}
.page_internal .tit_06 {
  color: var(--sub8);
}
.page_internal .btn_detail {
  background: var(--sub7);
}
.page_internal .txt_box.txt_box1 {
  background: var(--sub29);
}
.page_internal .table_0 tr:first-child th[scope=row], .page_internal .table_0 tr:first-child td {
  border-top: 1px solid var(--line_table2);
}
.page_internal .table_0 th[scope=row], .page_internal .table_0 td {
  border-left: 1px solid var(--line_table2);
  border-bottom: 1px solid var(--line_table2);
}
.page_internal .table_0 th[scope=row]:last-child, .page_internal .table_0 td:last-child {
  border-right: 1px solid var(--line_table2);
}
.page_internal .table_0 th[scope=col] {
  background: var(--sub7);
}
.page_internal .table_0 th[scope=row] {
  background: var(--sub30);
}
.page_internal .table_0 td.td_bg {
  background: var(--sub30);
}
.page_internal .lst_ol > li::before, .page_internal .lst_ul > li::before {
  color: var(--sub8);
}
.page_internal .lst_dl03 dt {
  background: var(--sub8);
}
.page_internal .lst_dl03 dd {
  border: 1px solid var(--sub8);
}
.page_internal .lst_flow > li {
  border-color: var(--main2);
}
.page_internal .lst_flow > li .tit_lst_flow::before {
  background-color: var(--sub8);
}
.page_internal .lst_flow > li:not(:last-child)::after {
  background-color: var(--sub8);
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadnav .breadcrumb li br {
  display: none;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 2rem auto 0;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
@media screen and (min-width: 48em), print {
  .doctor .img_r {
    width: 35%;
  }
}

.dr_name span {
  font-size: 120%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--main3);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--main3);
}
.gallery .gallery_thum .slick-track {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.lst_flow {
  counter-reset: number 0;
}
.lst_flow > li {
  counter-increment: number 1;
  position: relative;
  background: #fff;
  border: 2px solid var(--main3);
  border-radius: 1rem;
  padding: 1rem;
}
.lst_flow > li .tit_lst_flow {
  position: relative;
  padding-left: 2.58em;
  margin-bottom: 1rem;
}
.lst_flow > li .tit_lst_flow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: counter(number, decimal-leading-zero);
  color: #fff;
  background: var(--main3);
  aspect-ratio: 1/1;
  width: 2em;
  border-radius: 50%;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.lst_flow > li p:first-of-type {
  margin-top: 0;
}
.lst_flow > li:not(:last-child) {
  margin: 0 0 6rem;
}
.lst_flow > li:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  background: var(--main3);
  height: 2rem;
  width: 4rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .lst_flow > li {
    padding: 3rem;
    border-radius: 2rem;
  }
  .lst_flow > li .tit_lst_flow {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .lst_flow > li:not(:last-child) {
    margin: 0 0 10rem;
  }
  .lst_flow > li:not(:last-child)::after {
    bottom: -6rem;
  }
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
body.access .main .timetable {
  margin: 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .timetable {
    margin-top: 8rem;
  }
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .js-tel {
    font-size: 2.5rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.anc li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.anc li::before {
  font-family: "fontello";
  content: "\e80c";
  color: var(--clr_txt);
  margin-right: 0.4rem;
}
.anc li a {
  color: var(--clr_txt);
  display: inline-block;
  text-decoration: none !important;
}

@media screen and (min-width: 48em), print {
  .anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 2rem;
  }
  .anc li {
    font-size: 110%;
    margin: 0 0 1.6rem;
  }
  .anc li::before {
    margin-right: 0.8rem;
  }
  .anc li a:hover {
    text-decoration: underline !important;
  }
}
body.vaccination .table_1 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.vaccination .table_1 th, body.vaccination .table_1 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 90%;
}
body.vaccination .table_1 th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.vaccination .table_1 th[scope=col]:first-child {
  width: 100%;
}
body.vaccination .table_1 th[scope=col]:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 th[scope=col]:nth-child(3) {
  width: 55%;
}
body.vaccination .table_1 th[scope=row] {
  width: 100%;
}
body.vaccination .table_1 td {
  display: block;
}
body.vaccination .table_1 td:nth-child(2) {
  width: 45%;
}
body.vaccination .table_1 td:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 48em), print {
  body.vaccination .table_1 tr {
    display: table-row;
  }
  body.vaccination .table_1 th, body.vaccination .table_1 td {
    display: table-cell;
    font-size: 100%;
  }
  body.vaccination .table_1 th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.vaccination .table_1 th[scope=col]:first-child {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 th[scope=col]:nth-child(3) {
    width: 40%;
  }
  body.vaccination .table_1 th[scope=row] {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(2) {
    width: 30%;
  }
  body.vaccination .table_1 td:nth-child(3) {
    width: 40%;
  }
}

.check dt {
  border-bottom: 2px dotted var(--line1);
  font-size: 1.8rem;
}
.check dt::before {
  font-family: "fontello";
  content: "\e808";
  margin-right: 0.5rem;
}
.check dt:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .check dt {
    font-size: 2.4rem;
  }
}

.meal .meal_1 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 48em), print {
  .meal {
    display: grid;
    grid-template-columns: 21.7rem 24rem 24rem 24rem;
    grid-template-rows: 18.1rem 18.1rem;
    gap: 2.7rem 2.1rem;
    font-size: 1.7rem;
    text-align: center;
  }
  .meal .meal_1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .meal .meal_1 img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: initial;
  }
}/*# sourceMappingURL=style.css.map */