@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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 {
  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]) {
  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;
  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;
  object-fit: contain;
}

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

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.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;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 75% !important;
}

.txt_strong {
  background: linear-gradient(transparent 60%, #FFF9D4 60%);
}

.txt_strong_orange {
  background: linear-gradient(transparent 60%, rgba(234, 177, 65, 0.5) 60%);
}

.txt_blue {
  color: #4c6db3;
}

.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;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time caption span {
  color: #4c6db3;
}
.tbl_time tr th {
  font-weight: bold;
  line-height: 1;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  color: #fff;
  text-align: center;
  background-color: #4c6db3;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.2rem;
}
.tbl_time tr th span {
  font-size: 70%;
}
.tbl_time tr td {
  text-align: center;
  font-size: 1.2rem;
  padding: 1.4rem 0.4rem;
  border-bottom: 1px solid #d9d9d9;
  line-height: 1;
  color: #4c6db3;
}
.tbl_time tr td.close {
  color: #000;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    margin: 2rem 0 0;
    font-size: 1.6rem;
  }
  .tbl_time tr th {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.8rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 27%;
  }
  .tbl_time tr th[scope=row] {
    font-size: 1.8rem;
    -webkit-text-size-adjust: none;
  }
  .tbl_time tr th span {
    font-size: 70%;
  }
  .tbl_time tr td {
    padding: 2.5rem 0;
    font-size: 1.6rem;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  display: flex;
  justify-content: 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;
  font-family: "Shippori Mincho", serif;
  padding: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
  position: relative;
  top: -0.1rem;
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  text-align: center;
}
.tit_02::after {
  content: "";
  width: 2.4em;
  height: 0.2rem;
  background-color: #EAB141;
  display: block;
  margin: 1.2rem auto 0;
}

.tit_03 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0.5rem;
  background-color: #4c6db3;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  border-radius: 0.6rem;
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0.3rem 2rem;
  font-family: "Shippori Mincho", serif;
  border-bottom: 3px dotted #C1C1C1;
  background: url(../img/h4.svg) no-repeat left 0.4rem/auto 1em;
}

.tit_05 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  padding: 0 0 0 0.5rem;
  font-family: "Shippori Mincho", serif;
  border-left: 4px solid #EAB141;
  position: relative;
}
.tit_05::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #C1C1C1;
  position: absolute;
  bottom: -0.5rem;
  left: -0.4rem;
}

.tit_06 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.tit_06::before {
  content: "■";
  color: #E6EDB8;
  font-size: 90%;
  line-height: 1.2rem;
  margin: 0 0.5rem 0 0;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    min-height: 20rem;
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.2rem;
    text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .tit_02 {
    font-size: 2.8rem;
    margin: 0 auto 4rem;
  }
  .tit_02::after {
    margin: 1.5rem auto 0;
    height: 0.3rem;
  }
  .tit_03 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.5rem 1rem;
  }
  .tit_04 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0 0 0.6rem 2.5rem;
  }
  .tit_05 {
    font-size: 2rem;
    padding: 0 0 0 1rem;
    margin: 0 0 4rem;
    border-left: 6px solid #EAB141;
  }
  .tit_05::after {
    left: -0.6rem;
    bottom: -1rem;
  }
  .tit_06 {
    font-size: 2rem;
    margin: 0 0 3rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #4c6db3;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 75%;
}
.lst_ul.orange > li::before {
  color: #EAB141;
}
.lst_ul.kome > li::before {
  content: "※" !important;
  color: #303030;
}

.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: #303030;
}

.lst_dl01 dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.flex > li:not(:last-child) {
  margin: 0;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}
.tel::before {
  content: "TEL.";
}
.tel a {
  display: inline-flex;
  align-items: baseline;
  height: 100%;
}

.box_blue {
  background: #EFF2F9;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_blue {
    border-radius: 1rem;
    padding: 3rem;
  }
}

.box_yellow {
  background: #FFFCEB;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_yellow {
    border-radius: 1rem;
    padding: 3rem;
  }
}

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

.flow_container > li {
  border: 2px solid #E0E3F1;
  border-radius: 0.5rem;
  padding: 2rem 1rem;
  position: relative;
}
.flow_container > li:not(:last-of-type) {
  margin: 0 0 4rem;
}
.flow_container > li:not(:last-of-type)::after {
  content: "";
  border: transparent solid 3rem;
  border-top: #7A91C4 solid 2rem;
  position: absolute;
  bottom: -6.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 48em), print {
  .flow_container > li {
    border: 4px solid #E0E3F1;
    border-radius: 1rem;
    padding: 3rem;
  }
  .flow_container > li:not(:last-child) {
    margin: 0 0 8rem !important;
  }
  .flow_container > li:not(:last-child)::after {
    border: transparent solid 5rem;
    border-top: #7A91C4 solid 3rem;
    bottom: -11rem;
  }
}
.btn_green,
.btn_blue {
  color: #fff;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  border-radius: 100vh;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-align: center;
  display: block;
  width: fit-content;
}
.btn_green::after,
.btn_blue::after {
  font-family: "fontello";
  content: "\63";
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 48em), print {
  .btn_green,
  .btn_blue {
    padding: 1rem 5rem 1rem 4rem;
  }
  .btn_green::after,
  .btn_blue::after {
    right: 1.5rem;
  }
}
.btn_green.linkout,
.btn_blue.linkout {
  color: #fff;
}
.btn_green.linkout::after,
.btn_blue.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  position: absolute;
  right: 1rem;
  line-height: 2;
}
@media screen and (min-width: 48em), print {
  .btn_green.linkout,
  .btn_blue.linkout {
    padding: 1rem 5rem 1rem 4rem;
  }
  .btn_green.linkout::after,
  .btn_blue.linkout::after {
    right: 1.5rem;
  }
}

.btn_green {
  background-color: #4CB7C2;
}

.btn_blue {
  background-color: #4c6db3;
}

html {
  font-size: 3.125vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #303030;
  font-family: "Hiragino Sans", "Yu Gothic medium", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  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 {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 8rem;
  }
}

.header {
  position: relative;
}
.header > .wrap {
  padding: 1rem;
}
.header > .wrap .logo {
  width: 100%;
  height: 6rem;
  padding: 1.2rem 1.2rem 1.2rem 2.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: 0.5s;
}
.header > .wrap .logo.hide {
  transform: translateY(-150%);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../img/logo.svg) 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 {
  margin: 5.6rem 0 0;
}
.header > .wrap .headR ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header > .wrap .headR ul li {
  font-weight: bold;
  width: fit-content;
}
.header > .wrap .headR ul li.acs {
  font-size: 1.1rem;
  padding: 0 0 0.3rem;
  text-align: center;
}
.header > .wrap .headR ul li .tel {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  border-top: 1px solid #a7a7a7;
  padding: 0.3rem 0 0;
}
.header > .wrap .headR ul li .tel::before {
  font-size: 1rem;
}

@media screen and (min-width: 48em), print {
  .header > .wrap {
    padding: 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 6.6rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    text-align: right;
    margin: 0;
  }
  .header > .wrap .headR ul {
    display: block;
  }
  .header > .wrap .headR ul li.acs {
    font-size: 2rem;
    text-align: left;
  }
  .header > .wrap .headR ul li .tel {
    font-size: 3.2rem;
    margin: 0.8rem 0 0;
    padding: 0.8rem 0 0;
  }
  .header > .wrap .headR ul li .tel::before {
    font-size: 2rem;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-text-size-adjust: none;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: #4c6db3;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 100;
  transition: 0.5s;
}
#nav #sp_menu.hide {
  transform: translateY(-220%);
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e971";
  font-size: 2rem;
  color: #fff;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e970";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  font-family: "Shippori Mincho", serif;
  display: none;
  width: 94vw;
  max-height: calc(var(--vh, 1vh) * 100 - 8rem);
  overflow-y: auto;
  background: #4c6db3;
  color: #fff;
  font-weight: 600;
  padding: 0 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 6.6rem;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin: 2rem 0;
  font-size: 1.4rem;
  width: 100%;
}
#nav .gnav_subnav .gnav > li a.current, #nav .gnav_subnav .gnav > li .sub.current {
  border-left: 3px solid #fff;
}
#nav .gnav_subnav .gnav > li .sub::after {
  font-family: "fontello";
  content: "\74";
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  font-size: 1.5rem;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  font-family: "fontello";
  content: "\79";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  background-color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  color: #4c6db3;
  font-weight: bold;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 0 1.5rem 1rem;
  margin: 0;
  border: 1px solid #DBDBDB;
  border-top: 1px solid transparent;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: rgba(76, 109, 179, 0.3);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:first-child a {
  border-top: 1px solid #DBDBDB;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(158, 177, 219, 0.5);
  text-align: center;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e803";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 2.3rem 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
    justify-content: center;
  }
  #nav .gnav_subnav .gnav > li:first-child::before {
    content: "|";
    position: absolute;
    font-size: 1.8rem;
    left: -3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li::after {
    content: "|";
    position: absolute;
    font-size: 1.8rem;
    right: -3rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
    padding: 0.5rem 1.5rem;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li a::before, #nav .gnav_subnav .gnav > li .sub::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
    width: 0;
    height: 0.2rem;
    background-color: #fff;
    transition: 0.5s;
  }
  #nav .gnav_subnav .gnav > li a::after, #nav .gnav_subnav .gnav > li .sub::after {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) {
    opacity: 1;
    border: none;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::before {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .sub:is(:hover, :focus-visible, .current)::after {
    bottom: -1.7rem;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 24rem;
    position: absolute;
    top: calc(100% + 2.2rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    padding: 1.5rem;
    font-size: 1.6rem;
    justify-content: flex-start;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current) {
    background-color: #4c6db3;
    color: #fff;
    border: 1px solid #4c6db3;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible, .current)::before {
    display: none;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
  #nav.sticky {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #nav.sticky .gnav_subnav {
    background-color: rgba(255, 255, 255, 0.9);
    color: #303030;
  }
  #nav.sticky .gnav_subnav .gnav > li:first-child::before, #nav.sticky .gnav_subnav .gnav > li::after {
    color: #A7A7A7;
  }
  #nav.sticky .gnav_subnav .gnav > li a::before {
    background-color: #506FB4;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #f8f8f8;
}
.overview .clinic_name {
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap .overviewL .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.overview > .wrap .overviewL .gaiyo dt {
  width: 25%;
  padding: 0.4rem 0;
  color: #303030;
  text-align: center;
}
.overview > .wrap .overviewL .gaiyo dt span {
  color: #fff;
  display: block;
  width: 100%;
  background: #4c6db3;
}
.overview > .wrap .overviewL .gaiyo dt .overview_add {
  letter-spacing: 1em;
  text-indent: 1em;
}
.overview > .wrap .overviewL .gaiyo dd {
  width: 75%;
  padding: 0.4rem 0.4rem 0.4rem 1rem;
}
.overview > .wrap .overviewL .gaiyo dd .tel::before {
  display: none;
}
.overview > .wrap .overviewR .tbl_time {
  margin: 2rem 0;
}
.overview .gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 7rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 6rem;
  }
  .overview .clinic_name img {
    width: 41rem;
  }
  .overview > .wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 8rem;
  }
  .overview > .wrap .overviewL {
    width: 49%;
  }
  .overview > .wrap .overviewR {
    width: 45%;
  }
  .overview > .wrap .overviewL .gaiyo dt {
    padding: 1rem 0;
    width: 17%;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .overview > .wrap .overviewL .gaiyo dt .overview_add {
    letter-spacing: 1.6rem;
    text-indent: 1.6rem;
  }
  .overview > .wrap .overviewL .gaiyo dt span {
    padding: 0.8rem;
    line-height: 1;
  }
  .overview > .wrap .overviewL .gaiyo dd {
    width: 78%;
    padding: 1rem 0;
    font-size: 1.7rem;
  }
  .overview > .wrap .overviewR .tbl_time {
    margin: 0;
  }
  .overview .gmap {
    height: 40rem;
  }
}
#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;
  font-family: "Shippori Mincho", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#tel_up ul li {
  flex: auto;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tel_up ul li .tel_no {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0 0.4rem;
}
#tel_up ul li .tel_no::before {
  content: "TEL.";
  font-size: 1rem;
  font-weight: bold;
}
#tel_up ul li .btn_green {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  border-radius: 0;
  padding: 0 0 0 1rem;
  justify-content: center;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 2rem;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: #4c6db3;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e995";
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
#tel_up #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 4.8rem;
    height: 4.8rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    font-size: 4rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
  }
  #tel_up #pageup::before {
    font-size: 2rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #4c6db3;
  color: #fff;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 4rem 0 0;
  }
  .footer .copy {
    margin: 4rem 0 0;
    padding: 2.5rem 0;
    font-size: 1.5rem;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0 1.8rem;
    -webkit-text-size-adjust: none;
    font-size: 1.7rem;
    font-weight: bold;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul.gnav li {
    position: relative;
    padding: 0 2rem;
    margin: 0 0 3rem;
  }
  .footer ul.gnav li::before {
    font-family: "fontello";
    content: "\6a";
    color: #4c6db3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem 0 0;
  }
  .footer ul.subnav li {
    line-height: 1;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
  }
  .footer ul.subnav li + li {
    border-left: none;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  top: -0.1rem;
}
.keyvsl .notice {
  border: 1px solid #4c6db3;
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin: 0 auto 0.5rem;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.8;
  width: 95%;
}
.keyvsl .notice span.caption {
  font-weight: bold;
  color: #FF0000;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 27rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 24rem !important;
  object-fit: cover;
  margin: auto;
}
.keyvsl > .wrap {
  position: absolute;
  top: 10rem;
  left: 0;
  right: 0;
}
.keyvsl > .wrap .catch {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
  font-family: "Shippori Mincho", serif;
}
.keyvsl > .wrap .catch span {
  font-size: 1.5rem;
}
.keyvsl > .wrap .keyv_nav {
  display: flex;
  justify-content: center;
  gap: 0 1rem;
}
.keyvsl > .wrap .keyv_nav li a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 1.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.2;
  width: 8rem;
  height: 8rem;
  border-radius: 25rem;
  box-shadow: 0.2rem 0.3rem 0.5rem rgba(0, 0, 0, 0.16);
}
.keyvsl > .wrap .keyv_nav li a p {
  position: absolute;
  bottom: 2.5rem;
}
.keyvsl > .wrap .keyv_nav li a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2.5rem;
}
.keyvsl > .wrap .keyv_nav li a {
  background-color: #e0e3f2;
}
.keyvsl > .wrap .keyv_nav li:nth-child(2n+1) a {
  background-color: #e0e3f2;
}
.keyvsl > .wrap .keyv_nav li:nth-child(2n) a {
  background-color: #efcec9;
}
.keyvsl > .wrap .keyv_nav li:nth-child(2n) a {
  font-size: 1rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl .notice {
    position: absolute;
    top: 27rem;
    left: 50%;
    transform: translateX(-50%);
    width: 65rem;
    padding: 1.4rem;
    margin: 0;
    z-index: 50;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    line-height: 1.6;
  }
  .keyvsl .notice span {
    text-underline-offset: 0.5rem;
  }
  .keyvsl #keyvsl {
    height: 70rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    height: 66rem !important;
  }
  .keyvsl > .wrap {
    top: 6rem;
  }
  .keyvsl > .wrap .catch {
    font-size: 4.4rem;
    text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .keyvsl > .wrap .catch span {
    font-size: 3rem;
  }
  .keyvsl > .wrap .keyv_nav {
    gap: 0 6.5rem;
    margin-top: 8rem;
    padding: 9rem 0 0;
  }
  .keyvsl > .wrap .keyv_nav li a {
    box-shadow: 0.3rem 0.6rem 1rem rgba(0, 0, 0, 0.16);
    width: 17.2rem;
    height: 17.2rem;
    font-size: 2.4rem;
    transition: 0.5s;
    line-height: normal;
  }
  .keyvsl > .wrap .keyv_nav li a p {
    position: absolute;
    bottom: 4.7rem;
  }
  .keyvsl > .wrap .keyv_nav li a span {
    font-size: 1.8rem;
    bottom: 5.2rem;
  }
  .keyvsl > .wrap .keyv_nav li a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .keyvsl > .wrap .keyv_nav li:nth-child(2n) a {
    font-size: 2rem;
  }
}
.tit_top {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 2rem;
  color: #4c6db3;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}
.tit_top::after {
  content: attr(data-text);
  display: block;
  color: #9d9d9d;
  text-align: center;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
}

@media screen and (min-width: 48em), print {
  .tit_top {
    font-size: 3.2rem;
    margin: 0 auto 4rem;
  }
  .tit_top::after {
    font-size: 1.7rem;
  }
}
.info {
  margin: 4rem 1rem;
}
.info dl {
  padding: 0 1rem 0 0;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
  scrollbar-color: #9eb1db #f3f3f3;
}
.info dl::-webkit-scrollbar {
  background-color: #f3f3f3;
  border-radius: 100vw;
  width: 1rem;
}
.info dl::-webkit-scrollbar-thumb {
  background: #9eb1db;
  border-radius: 100vw;
  border: 0.3rem solid #f3f3f3;
}
.info dl dt {
  margin: 0 0 0.6rem;
  padding: 1.6rem 0 0;
  font-weight: bold;
  color: #303030;
  cursor: pointer;
  border-top: 1px solid #ccc;
  position: relative;
  text-indent: 1.5em;
  text-align: justify;
}
.info dl dt::before {
  font-family: "fontello";
  content: "\68";
  color: #4c6db3;
  position: absolute;
  left: -1.3em;
}
.info dl dt.close::before {
  font-family: "fontello";
  content: "\6a";
}
.info dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
}
.info dl dd {
  margin: 0 0 1.6rem;
  text-align: justify;
}
.info dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem auto 10rem;
    display: flex;
    align-items: flex-start;
  }
  .info .tit_top {
    width: fit-content;
    margin: 0 10rem 0 0;
  }
  .info .tit_top::after {
    font-size: 1.6rem;
  }
  .info dl {
    max-height: 49rem;
    flex: 1;
    padding: 0 3rem 0 0;
  }
  .info dl::-webkit-scrollbar {
    width: 1.5rem;
  }
  .info dl::-webkit-scrollbar-thumb {
    border: 0.3rem solid #f3f3f3;
  }
  .info dl dt {
    margin: 0 0 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1.6rem 1rem 0;
  }
  .info dl dt::before {
    margin-right: 1rem;
    left: -1em;
  }
  .info dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
  }
  .info dl dt:hover {
    color: #4c6db3;
  }
  .info dl dd {
    margin: 0 0 1.6rem;
    font-size: 1.8rem;
    padding: 0 1rem;
  }
}
.sidebar {
  background: url(../img/index_treatment_bkg.webp) no-repeat top center/cover;
  padding: 4rem 0;
  width: 100%;
}
.sidebar .subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem 4rem;
}
.sidebar .subnav > li {
  width: fit-content;
}
.sidebar .subnav > li::before {
  content: "";
  display: block;
  background-color: #4c6db4;
  width: 10rem;
  height: 10rem;
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0.1rem 0.1rem 0.7rem rgba(0, 0, 0, 0.2);
}
.sidebar .subnav > li > a, .sidebar .subnav > li .urology_sub {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 10rem;
  position: relative;
  padding: 0;
  margin: 1rem 0 0;
}
.sidebar .subnav > li > a::after, .sidebar .subnav > li .urology_sub::after {
  color: #fff;
  font-size: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
  height: 10rem;
  width: 10rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 1rem);
}
.sidebar .subnav > li > a.urology_sub::after, .sidebar .subnav > li .urology_sub.urology_sub::after {
  font-family: "fontello";
  content: "\ea7e";
}
.sidebar .subnav > li > a.dermatology::after, .sidebar .subnav > li .urology_sub.dermatology::after {
  font-family: "fontello";
  content: "\ea7f";
}
.sidebar .subnav > li > a.psychiatry::after, .sidebar .subnav > li .urology_sub.psychiatry::after {
  font-family: "fontello";
  content: "\ea80";
}
.sidebar .subnav > li > a.amnesia::after, .sidebar .subnav > li .urology_sub.amnesia::after {
  font-family: "fontello";
  content: "\ea81";
}
.sidebar .subnav > li.urology {
  position: relative;
}
.sidebar .subnav > li .urology_subbox {
  display: none;
  background-color: #E0E3F1;
  position: absolute;
  top: 80%;
  left: -1.5rem;
  width: calc(100vw - 4rem);
  z-index: 10;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.16);
}
.sidebar .subnav > li .urology_subbox .urology_subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  -webkit-text-size-adjust: none;
}
.sidebar .subnav > li .urology_subbox .urology_subnav li {
  width: 48%;
}
.sidebar .subnav > li .urology_subbox .urology_subnav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}
.sidebar .subnav > li .urology_subbox .close_button {
  background-color: #E0E3F1;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
}
.sidebar .subnav > li .urology_subbox .close_button span {
  display: none;
}
.sidebar .subnav > li .urology_subbox .close_button::after {
  font-family: "fontello";
  content: "\e970";
  color: #83858D;
}

@media screen and (min-width: 48em), print {
  .sidebar {
    padding: 9.5rem 0;
  }
  .sidebar .subnav {
    gap: 9rem;
  }
  .sidebar .subnav > li::before {
    width: 20rem;
    height: 20rem;
    border-radius: 2rem;
    box-shadow: 0.2rem 0.2rem 1.5rem rgba(0, 0, 0, 0.2);
  }
  .sidebar .subnav > li > a, .sidebar .subnav > li .urology_sub {
    position: relative;
    font-size: 2rem;
    width: 20rem;
    margin: 2rem 0 0;
  }
  .sidebar .subnav > li > a::before, .sidebar .subnav > li .urology_sub::before {
    content: "";
    opacity: 0;
    color: #4c6db3;
    width: 15rem;
    height: 15rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -27.5rem;
    left: 10rem;
    transform: translate(-50%, 50%);
    transition: all 0.2s linear;
  }
  .sidebar .subnav > li > a::after, .sidebar .subnav > li .urology_sub::after {
    height: 20rem;
    width: 20rem;
    font-size: 12rem;
    bottom: calc(100% + 2rem);
    transition: all 0.2s linear;
  }
  .sidebar .subnav > li > a:is(:hover, :focus-visible, .current), .sidebar .subnav > li .urology_sub:is(:hover, :focus-visible, .current) {
    opacity: 1;
  }
  .sidebar .subnav > li > a:is(:hover, :focus-visible, .current)::before, .sidebar .subnav > li .urology_sub:is(:hover, :focus-visible, .current)::before {
    width: 20rem;
    height: 20rem;
    border-radius: 2rem;
    opacity: 1;
    top: -32rem;
  }
  .sidebar .subnav > li > a:is(:hover, :focus-visible, .current)::after, .sidebar .subnav > li .urology_sub:is(:hover, :focus-visible, .current)::after {
    color: #4c6db3;
  }
  .sidebar .subnav > li .urology_subbox {
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    margin: 0;
    padding: 2rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .sidebar .subnav > li .urology_subbox .close_button {
    top: 0.5rem;
    right: 0.5rem;
  }
  .sidebar .subnav > li .urology_subbox .urology_subnav {
    display: block;
  }
  .sidebar .subnav > li .urology_subbox .urology_subnav li {
    width: 100%;
  }
  .sidebar .subnav > li .urology_subbox .urology_subnav li a {
    font-size: 1.6rem;
  }
  .sidebar .subnav > li .urology_subbox .urology_subnav li a:hover {
    background-color: #4c6db3;
    color: #fff;
  }
  .sidebar .subnav > li .urology_subbox .urology_subnav li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.feature {
  padding: 4rem 1rem;
  background: url(../img/index_feature_bkg.jpg) no-repeat bottom right/100%;
}
.feature .tit_top {
  width: 100%;
  text-align: center;
}
.feature .tit_top span {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.feature .tit_top span::before, .feature .tit_top span::after {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-color: #e0e3f2;
}
.feature .catch {
  color: #4c6db3;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}
.feature p {
  text-align: justify;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 48em), print {
  .feature {
    background: url(../img/index_feature_bkg.jpg) no-repeat bottom right/auto 75%;
    padding: 11rem 0;
  }
  .feature .tit_top span {
    gap: 4.5rem;
  }
  .feature .tit_top span::before, .feature .tit_top span::after {
    height: 0.2rem;
  }
  .feature p {
    font-size: 1.8rem;
    margin: 3rem 0;
  }
  .feature .catch {
    font-size: 2.6rem;
  }
}
body:not(.index) .sub_header {
  display: flex;
  flex-direction: column-reverse;
}
body:not(.index) .main {
  margin: 2rem 1rem 6rem;
}
body:not(.index) .main .tel {
  font-size: 120%;
}
body:not(.index) .main p {
  text-align: justify;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .main {
    width: 110rem;
    margin: 3rem auto 8rem;
  }
  body:not(.index) .main .cf .img_l, body:not(.index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 1rem;
  overflow-x: auto;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\63";
  color: #4c6db3;
  margin: 0 0.6rem;
  font-size: 2rem;
}

@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;
  }
}
.greeting p {
  text-align: justify;
}
.greeting .dr_name {
  text-align: right !important;
}
.greeting .dr_name span {
  font-size: 120%;
}

body.clinic .btn_green {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 48em), print {
  body.clinic .first .box_blue {
    justify-content: flex-start;
    gap: 5rem;
  }
  body.clinic .first .box_blue .img_wrap {
    width: 40%;
  }
  body.clinic .treatment .flex2 {
    gap: 4rem 0;
  }
  body.clinic .treatment .flex2 > section {
    position: relative;
  }
  body.clinic .treatment .flex2 > section p {
    padding: 0 0 5.5rem;
  }
  body.clinic .treatment .flex2 > section .btn_green {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
body.urology .uro_symptoms {
  gap: 4rem;
}

body.dermatology .derma_symptoms {
  gap: 4rem;
}

body.psychiatry .btn_green {
  margin: 0 0 0 auto;
}

body.amnesia .btn_green {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 48em), print {
  body.amnesia .box_yellow .flex2 li {
    width: 49.5%;
  }
}
body.online .treat_resv a {
  width: fit-content;
  margin: auto;
}
body.online .merit_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
body.online .merit_box img {
  width: 48%;
}
body.online .online_flow ol li {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
body.online .online_flow ol li:not(:last-of-type) {
  margin-bottom: 4rem;
}
body.online .online_flow ol li:not(:last-of-type)::after {
  content: "";
  border: transparent solid 3rem;
  border-top: #7A91C4 solid 2rem;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
body.online .online_flow .credit {
  position: relative;
  padding: 2rem 0 0;
}
body.online .online_flow .credit .box_blue img {
  width: 100%;
}
body.online .online_flow .credit img {
  width: 50%;
  margin: 2rem auto;
}
body.online .resv_flow a:not(.btn_blue) {
  color: #EAB141;
}
body.online .resv_flow .txt_blue {
  font-size: 110%;
}
body.online .resv_flow .step1 div {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
body.online .resv_flow .step1 div .apple_dl,
body.online .resv_flow .step1 div .google_dl {
  width: auto;
}
body.online .resv_flow .step1 div .apple_dl img,
body.online .resv_flow .step1 div .google_dl img {
  height: 100%;
}
body.online .resv_flow .step1 div .apple_dl {
  height: 4rem;
  margin-top: 0.4rem;
}
body.online .resv_flow .step1 div .google_dl {
  height: 4.9rem;
}
body.online .resv_flow .step1 div .btn_blue {
  width: 65%;
  margin: 1rem auto;
}
body.online .resv_flow .step2 ul {
  margin: 2rem 0;
}
body.online .resv_flow .step3 .insurance_notice {
  margin: 1rem 0;
}
body.online .resv_flow .step3 .btn_blue {
  margin: 1rem auto 0;
}
body.online .resv_flow .step4 .kome {
  margin: 2rem 0 0;
}
body.online .resv_flow .help .box_yellow {
  text-align: center;
}
body.online .visit_resv a {
  width: fit-content;
  margin: auto;
}

@media screen and (min-width: 48em), print {
  body.online a img {
    transition: 0.3s;
  }
  body.online a img:hover {
    opacity: 0.6;
  }
  body.online .merit_box img {
    width: 19%;
  }
  body.online .online_flow ol {
    display: flex;
  }
  body.online .online_flow ol li {
    width: 18%;
  }
  body.online .online_flow ol li:not(:last-child)::after {
    border: transparent solid 6rem;
    border-left: #7A91C4 solid 2.8rem;
    left: 113%;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(0, -50%);
  }
  body.online .online_flow .credit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 4rem 0 0;
  }
  body.online .online_flow .credit .box_blue img {
    width: 60%;
    margin: auto;
  }
  body.online .online_flow .credit img {
    width: 19rem;
  }
  body.online .resv_flow .step1 div {
    display: flex;
    justify-content: center;
    gap: 7rem;
  }
  body.online .resv_flow .step1 div .apple_dl {
    height: 6rem;
    margin: 3.6rem 0 0;
  }
  body.online .resv_flow .step1 div .google_dl {
    height: 7.3rem;
    margin-top: 3rem;
  }
  body.online .resv_flow .step1 div .qrcode {
    width: 10rem;
  }
  body.online .resv_flow .step1 div .btn_blue {
    width: fit-content;
    height: 5.5rem;
    margin: 4rem 0 0;
  }
  body.online .resv_flow .step2 ul {
    margin: 3rem 0;
  }
  body.online .resv_flow .step3 .btn_blue {
    margin: 3rem auto 0;
  }
  body.online .resv_flow .help {
    margin: 0 0 1em;
  }
}
body.access .main .tel::before {
  display: none;
}
body.access .main .gmap {
  height: 100vw;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  body.access .main .tbl_time {
    font-size: 2rem;
  }
  body.access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}/*# sourceMappingURL=style.css.map */