@charset "UTF-8";
/*
Theme Name: こだま歯科 国分寺医院 for WP
Description: WordPressテンプレート「こだま歯科 国分寺医院 for WP」
Version: 1.0.0
Author: こだま歯科 国分寺医院
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*, :after, :before {
  box-sizing: inherit;
}

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

nav ol, nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
:root {
  --basevw: calc(100vw / 1280 * 1);
}

/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
@font-face {
  font-family: "DIN-PRO";
  font-weight: 400;
  src: url("./css/fonts/din_pro/D-DIN-PRO-400-Regular.otf") format("opentype");
}
@font-face {
  font-family: "DIN-PRO";
  font-weight: 500;
  src: url("./css/fonts/din_pro/D-DIN-PRO-500-Medium.otf") format("opentype");
}
@font-face {
  font-family: "DIN-PRO";
  font-weight: 600;
  src: url("./css/fonts/din_pro/D-DIN-PRO-600-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "DIN-PRO";
  font-weight: 700;
  src: url("./css/fonts/din_pro/D-DIN-PRO-700-Bold.otf") format("opentype");
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.rera {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.toppan {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
}

.din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pop {
  font-family: mochiy-pop, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
  letter-spacing: 0.07em;
}

body {
  color: #333333;
  font-size: 1.6rem;
  /*cursor: none;*/
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #333333;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}
a img:hover {
  opacity: 0.75;
}

a:hover {
  text-decoration: none;
  /*cursor: none;*/
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 95%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.mgb0 {
  margin-bottom: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

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

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap.low {
  padding-bottom: 36.25%;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 8em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::before, .easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::before {
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ff6600;
}
.easingWrap .easingImg.on::before, .easingWrap .easingImg.on::after {
  transform: translateX(101%);
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    transform-origin: center bottom;
  }
}
.marker-animation {
  background-image: linear-gradient(left, transparent 50%, #97cffd 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

#top .excerpt {
  padding-top: 8px;
  margin: 0 0 1.5em 10px;
  font-size: 2rem;
  line-height: 1;
}
#top .top {
  margin-bottom: 2em;
}
#top .top .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#top .top .flex .logo {
  width: 368px;
}
#top .top .flex .tel {
  text-align: right;
}
#top .top .flex .tel .num {
  font-size: 3.7rem;
  color: #ff6600;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-bottom: 5px;
}
#top .top .flex .tel .num a {
  color: #993300;
}
#top .top .flex .tel .rest {
  text-align: right;
  font-size: 2rem;
  line-height: 1;
  color: #555;
  font-weight: 700;
}
#top .navi {
  background: #ff9900;
  background: linear-gradient(0deg, #ff6600 0%, #ff6600 40%, #ff9900 45%, #ff9900 100%);
}
#top .navi .flex {
  list-style: none;
}
#top .navi .flex li {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  flex: 1 1 0%;
}
#top .navi .flex li a {
  display: block;
  text-align: center;
  padding: 11px 0.5em 8px 0.5em;
  color: #fff;
  border-right: #fff 3px dotted;
}
#top .navi .flex li a span {
  display: block;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
#top .navi .flex li a span.ja {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-feature-settings: "palt";
}
#top .navi .flex li a span.en {
  font-size: 1.7rem;
  font-family: "DIN-PRO";
  font-weight: 600;
}
#top .navi .flex li a:hover {
  background: #ff6600;
}
#top .navi .flex li:first-child a {
  border-left: #fff 3px dotted;
}

#hero {
  /*height: calc(100vh - 213px);
  max-height: 1080px;*/
  /*background: url(images/top_gaikan.jpg) no-repeat center top;*/
  height: auto;
  background-size: cover;
  margin-bottom: 4em;
  position: relative;
  text-align: center;
}
#hero .inner {
  position: absolute;
  height: 100%;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
#hero .ttl {
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
  padding-bottom: 20px;
}
#hero .hero-items {
  width: 100%;
  height: 100%;
}
#hero .hero-items .hero-item {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .hero-items .hero-item .hero-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .hero-items .hero-item .hero-ttl {
  position: absolute;
  bottom: 0.4em;
  left: 0;
  font-size: 38px;
  text-align: start;
  font-family: "游明朝", sans-serif;
  font-weight: 600;
  max-width: 1290px;
  filter: drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white);
}
#hero .hero-items .hero-item.hero-item-01 {
  -o-object-position: 50% 23%;
     object-position: 50% 23%;
}
#hero .hero-items .hero-item.hero-item-02 img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
#hero .hero-items .slick-list {
  height: 100%;
}
#hero .hero-items .slick-track {
  height: 100%;
}
#hero .hero-items .slick-prev, #hero .hero-items .slick-next {
  z-index: 10;
  width: unset;
  height: unset;
  min-height: unset;
}
#hero .hero-items .slick-prev::before, #hero .hero-items .slick-next::before {
  font-size: 64px;
}
#hero .hero-items .slick-prev {
  left: 2.5%;
}
#hero .hero-items .slick-prev::before {
  content: "<";
}
#hero .hero-items .slick-next {
  right: 2.5%;
}
#hero .hero-items .slick-next::before {
  content: ">";
}
#hero .hero-items .slick-dots li {
  margin: 0 12px;
}
#hero .hero-items .slick-dots li button::before {
  font-size: 18px;
  top: 6px;
}

#sub-hero {
  position: relative;
  margin-bottom: 2em;
  overflow: hidden;
}
#sub-hero .inner {
  position: relative;
  border-bottom: #ff9900 5px solid;
}
#sub-hero .inner.no-border {
  border-bottom: none;
}
#sub-hero img {
  width: 100%;
}
#sub-hero .header-box {
  position: absolute;
  right: 1.5em;
  bottom: 0.5em;
  line-height: 1.2;
}
#sub-hero .header-box .page-ttl {
  font-size: 4.4rem;
  letter-spacing: -0.03em;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
#sub-hero .header-box .page-sub {
  font-size: 4.4rem;
  text-align: center;
  letter-spacing: 0.07em;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff;
}
#sub-hero .header-box img {
  width: inherit;
}
#sub-hero .hero-img-sp {
  display: none;
}
#sub-hero.faq-ttl .header-box {
  right: 0;
  left: 0;
  margin: auto;
  bottom: inherit;
  top: 20px;
  transform: translateX(10%);
  text-align: center;
}
#sub-hero.faq-ttl .header-box .page-ttl {
  text-align: center;
}

.sub-hero-box {
  padding-top: 3em;
  border-bottom: #ff6600 2px solid;
}
.sub-hero-box .meta {
  margin-bottom: 1.5em;
}
.sub-hero-box .meta a,
.sub-hero-box .meta time {
  display: inline-block;
  margin-right: 1.5em;
}
.sub-hero-box .single-ttl {
  font-size: 3.2rem;
}

#site-footer {
  background: #ff6633;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-top: calc(6em + 56px);
}
#site-footer::before {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: url(images/footer-icon.png) repeat-x 0 0;
  height: 56px;
  display: block;
  content: "";
  top: -56px;
  left: 0;
}
#site-footer a {
  color: #fff;
}
#site-footer .navi {
  margin-bottom: 2.5em;
}
#site-footer .navi ul {
  list-style: none;
  text-align: center;
}
#site-footer .navi ul li {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
#site-footer .navi ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
#site-footer .navi ul li:first-child::before {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
#site-footer .navi ul li.spacer {
  width: 100%;
  display: unset;
  margin-bottom: -0.4em;
}
#site-footer .navi ul li.spacer::after {
  display: none;
}
#site-footer .navi ul li.spacer + li::before {
  content: "|";
  display: inline-block;
  margin: 0 0.7em;
}
#site-footer .navi .sp {
  display: none;
}
#site-footer .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 2.5em;
  margin-left: 1.1em;
  margin-right: 1.1em;
}
#site-footer .flex .logo {
  width: 357px;
}
#site-footer .flex .logo .icon {
  margin-bottom: 10px;
}
#site-footer .flex .logo .addr {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
#site-footer .flex .tel {
  text-align: right;
  display: inline-block;
}
#site-footer .flex .tel .num {
  font-size: 3.6rem;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}
#site-footer .flex .tel .num .value {
  font-weight: 700;
}
#site-footer .flex .tel .rest {
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
#site-footer .flex .tel .rest span {
  display: block;
  line-height: 1.4;
  font-size: 2rem;
}
#site-footer .flex .tel .rest span:nth-child(1) {
  margin-bottom: 8px;
}
#site-footer .address {
  text-align: center;
}
#site-footer .address address {
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 700;
}

.sec-header {
  margin-bottom: 1.5em;
  border-bottom: #ff9900 8px solid;
}
.sec-header .sec-ttl {
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  font-size: 3rem;
  font-weight: 900;
  font-style: normal;
  border-top: #ff9900 1px solid;
  border-right: #ff9900 1px solid;
  border-left: #ff6600 15px solid;
  color: #333;
  padding-left: 15px;
}

.row {
  margin-bottom: 4.5em;
}

.lead {
  font-size: 3rem;
  font-weight: 700;
  color: #333333;
}

.sentry {
  font-size: 2.4rem;
  position: relative;
  font-weight: 500;
}
.sentry h1, .sentry h2 {
  margin: 1em 0;
  font-weight: 900;
  font-style: normal;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h2 {
  background: rgb(240, 240, 240);
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
  font-size: 3rem;
  font-weight: 900;
  font-style: normal;
  border-top: #33ccff 1px solid;
  border-left: #ff6600 15px solid;
  color: #555;
  padding-left: 15px;
  border-bottom: #33ccff 8px solid;
}
.sentry h3 {
  font-size: 4.4rem;
  color: #ff6600;
  border-bottom: #ff6600 5px solid;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.sentry h4 {
  font-size: 3.1rem;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
}
.sentry .centered {
  text-align: center !important;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 6rem;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ul li.disk-color01::marker {
  color: #ff6600;
}
.sentry ul.big-disk {
  list-style: none;
  word-break: auto-phrase;
  text-align: start;
}
.sentry ul.big-disk li {
  position: relative;
}
.sentry ul.big-disk li::before {
  position: absolute;
  left: -1em;
  content: "〇";
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #DDDDDD 1px solid;
  text-align: left;
}
.sentry table th {
  background: #f2f2f2;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry z a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-size: 3rem;
  font-weight: 900;
  font-style: normal;
  color: #ff6600;
}
.sentry dl dd:not(:last-child) {
  margin-bottom: 2em;
}
.sentry dl dd .bigger {
  font-size: 3.6rem;
}
.sentry dl dd .bld {
  font-weight: bold;
}
.sentry dl dd .tel {
  font-size: 3.6rem;
  color: #ff6600;
}
.sentry dl dd .tel a {
  color: #993300;
  text-decoration: none;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}

.photo {
  text-align: center;
  margin-bottom: 1em;
}

.photos {
  margin-bottom: 1em;
}
.photos .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.photos .flex .item {
  margin: 0 1.75em;
}

.section-row {
  margin-bottom: 3.5em !important;
}

.md-icon-list .flex {
  list-style: none;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-icon-list .flex li {
  text-align: center;
  width: 16.666666%;
  box-sizing: border-box;
  padding: 0 15px;
}
.md-icon-list .flex li span {
  display: block;
  text-align: center;
}
.md-icon-list .flex li span.txt {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 3px;
  border-radius: 25px;
  background: #993400;
}

#index-department .md-icon-list {
  margin-bottom: 2em;
}
#index-department .md-icon-list li:first-child span.icon {
  margin-bottom: 10px;
}
#index-department .md-icon-list li:nth-child(2) span.icon {
  margin-bottom: 8px;
}
#index-department .md-icon-list li:nth-child(3) span.icon {
  margin-bottom: 10px;
  margin-top: -10px;
}
#index-department .md-icon-list li:nth-child(3) span.icon img {
  margin-right: -25px;
}
#index-department .md-icon-list li:nth-child(4) span.icon {
  margin-bottom: 7px;
}
#index-department .md-icon-list li:nth-child(5) span.icon {
  margin-top: 15px;
  margin-bottom: 17px;
}
#index-department .md-icon-list li:nth-child(6) span.icon {
  margin-bottom: 10px;
}

#index-message .thumb {
  position: absolute;
  right: 0;
  top: 160px;
}
#index-message .sentry {
  font-size: 2.2rem;
}
#index-message .sentry p {
  font-weight: 500;
}
#index-message .sentry .sp {
  display: none;
}

.md-styled-content .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#clinic-message .md-styled-content .flex .txt {
  width: calc(100% - 300px);
}
#clinic-message .md-styled-content .flex .thumb {
  max-width: 257px;
}

.cotnent-lead {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.md-icons .flex {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-icons .flex li {
  padding: 0.6em 0.5em;
  width: 25%;
  width: 16.6666666667%;
  box-sizing: border-box;
}
.md-icons .flex li.half {
  width: 33.3333333333%;
}
.md-icons .flex li span {
  display: block;
  font-size: 2.4rem;
  font-size: min(2.33vw, 24px);
  color: #ff6600;
  line-height: 1.4;
}
.md-icons .flex li:last-child {
  display: flex;
  -ms-align-items: flex-end;
  -moz-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}

#clinic-policy .sentry ul li {
  font-size: 3.2rem;
  font-weight: bold;
}

.time-table {
  padding: 0 1.5em;
  margin-bottom: 3.5em;
}
.time-table table {
  width: 100%;
  margin-bottom: 1em;
}
.time-table table th,
.time-table table td {
  border: #ff6600 2px solid;
  font-weight: bold;
  text-align: center;
  font-size: 2.6rem;
  box-sizing: border-box;
  padding: 5px 0;
}
.time-table table th {
  background: #ffffcc;
}
.time-table table th.heading {
  width: 250px;
}
.time-table table td span {
  font-weight: normal;
}
.time-table .notice {
  color: #ff6600;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.2rem;
}

.md-faq dl dt {
  border-bottom: #ff6600 4px solid;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 40px;
}
.md-faq dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-family: mochiy-pop, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ff6600;
}
.md-faq dl dd {
  margin-bottom: 2em;
  font-size: 2.5rem;
  position: relative;
  padding-left: 40px;
}
.md-faq dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-family: mochiy-pop, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #993400;
  font-size: 3rem;
}

#inplant-information .inplant-information__title {
  font-size: 3.2rem;
  color: #ff6600;
  border: unset;
  margin: 0.312em 0 0.25em;
}
#inplant-information .inplant-information__sub-title {
  font-size: 2.4rem;
  color: #993300;
  margin-bottom: 0.25em;
}
#inplant-information hr {
  border-bottom: 1px solid black;
  margin-bottom: 1.125em;
}

#inplant-flow hr {
  border-bottom: 1px solid black;
  margin-bottom: 1.125em;
}
#inplant-flow .inplant-flow__title {
  font-size: 3.2rem;
  color: #ff6600;
  border: unset;
  margin: 0.312em 0 0.25em;
}

#hero .topimg {
  display: none;
}

.menubtn {
  display: none;
}

.z-content .item {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}
.z-content .item .item-box {
  width: 49%;
}
.z-content .item .item-box:nth-of-type(1) {
  width: 45%;
}
.z-content .item .item-box:nth-of-type(2) {
  width: 51.5%;
}
.z-content .item .img-box .img-inner {
  width: 100%;
}
.z-content .item .img-box .img-inner img {
  width: 100%;
  height: 100%;
}
.z-content .item .text-box h3 {
  text-align: center;
  border-color: #ffcc00;
}
.z-content .item .text-box p {
  text-align: justify;
}
.z-content .item:not(:first-child) {
  margin-top: 110px;
}
.z-content .item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.our_facilities-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 10%;
  margin-bottom: 32px;
}
.our_facilities-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_facilities-list .item img {
  width: 65%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_facilities-list .item p {
  text-align: justify;
  margin-top: 1em;
}

.doctor-list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctor-list .item > * {
  width: 100%;
}
.doctor-list .item h3 {
  border-color: #ffcc00;
}
.doctor-list .item h4 {
  color: #ff6600;
  font-size: 2.9rem;
  border-bottom: 1px solid #333333;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.doctor-list .item ul.no-list-style {
  list-style: none;
  padding-left: unset;
  text-align: start;
  word-break: break-all;
}
.doctor-list .item ul li span + span {
  padding-left: 0.75em;
}
.doctor-list .item ul li .yyyy-n {
  width: 5.5em;
  min-width: 5.5em;
  display: inline-block;
  text-align: start;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.doctor-list .item ul li .yyyy {
  width: 3.5em;
  min-width: 3.5em;
  display: inline-block;
  text-align: start;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.doctor-list .item ul li .char-6 {
  width: 7.25em;
  min-width: 7.25em;
  text-align: start;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.doctor-list .item .il-block {
  display: inline-block;
}
.doctor-list .item p {
  text-align: start;
}
.doctor-list .item .left-box {
  width: 27.5%;
}
.doctor-list .item .left-box img {
  margin-top: 0.4em;
  display: block;
}
.doctor-list .item .right-box {
  width: 70%;
}
.doctor-list .item + .item {
  margin-top: 24px;
}

.bef-aft-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bef-aft-box p {
  margin-bottom: 0;
}
.bef-aft-box .bef-item, .bef-aft-box .aft-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 37.5%;
}
.bef-aft-box .bef-item p, .bef-aft-box .aft-item p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff6600;
  line-height: 1.4;
  border-bottom: 4px solid #ff9900;
  margin-bottom: 1em;
}
.bef-aft-box .bef-item .img-box, .bef-aft-box .aft-item .img-box {
  height: 0;
  width: 100%;
  padding-top: 66.45%;
  position: relative;
}
.bef-aft-box .bef-item .img-box img, .bef-aft-box .aft-item .img-box img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bef-aft-box .arrow-item {
  width: 65px;
  min-width: 65px;
  margin: 0 5%;
  margin-top: 2.4em;
}
.bef-aft-box .arrow-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sentry .bef-aft-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0.75em 0 0;
  display: inline-block;
  text-decoration: underline;
}

table.bef-aft-table {
  margin-top: 44px;
  margin-bottom: 88px;
}
table.bef-aft-table tr th, table.bef-aft-table tr td {
  border: 2px solid #ff6600;
}
table.bef-aft-table tr th {
  background-color: #ffffcc;
  color: #ff6600;
  border-right: unset;
  white-space: nowrap;
}
table.bef-aft-table tr td {
  border-left: unset;
}

#index-information .information-img {
  margin: 0 auto;
  max-width: 670px;
  width: 90%;
}

.text-color01 {
  color: #ff6600;
}

.text-bold {
  font-weight: 700;
}

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

.il-block {
  display: inline-block;
  text-indent: 0;
}

@media screen and (max-width: 1030px) {
  .inner {
    max-width: 90%;
  }
  #top .navi .inner {
    max-width: 100%;
  }
  #top .navi .flex li a span.ja {
    font-size: 1.6rem;
  }
  #top .navi .flex li a span.en {
    font-size: 1.4rem;
  }
  #hero {
    height: auto;
  }
  #hero .hero-items .hero-item .hero-ttl {
    font-size: 34.2px;
  }
  #site-footer .navi ul li {
    font-size: 1.6rem;
  }
  #site-footer .flex {
    margin-left: unset;
    margin-right: unset;
  }
  #index-message .sentry {
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-message .sentry p {
    order: 2;
    width: 100%;
  }
  #index-message .thumb {
    position: unset;
    top: unset;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }
  body {
    padding-top: 65px;
  }
  #top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  #top .excerpt {
    font-size: 1rem;
    padding-top: 4px;
    margin-left: 8px;
    margin-bottom: 5px;
    letter-spacing: -0.025em;
  }
  #top .top {
    margin-bottom: 0;
    padding: 0 0 8px 0;
  }
  #top .top .inner {
    max-width: 95%;
  }
  #top .top .flex .logo {
    width: 55%;
    max-width: 250px;
  }
  #top .top .flex .tel {
    display: none;
  }
  #top .navi {
    display: none;
  }
  #hero {
    background: none;
    height: auto;
    position: relative;
    height: auto;
  }
  #hero .topimg {
    display: block;
  }
  #hero .topimgpc {
    display: none;
  }
  #hero .inner {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #hero .ttl {
    font-size: 2.5rem;
    display: inline-block;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    bottom: 0;
  }
  #hero .hero-items .hero-item .hero-ttl {
    font-size: 15.5px;
  }
  #hero .hero-items .slick-dots li {
    margin: 0 7px;
  }
  #hero .hero-items .slick-dots li button::before {
    font-size: 14px;
    top: 6px;
  }
  .lead {
    font-size: 2.4rem;
  }
  .md-icon-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .md-icon-list .flex li {
    width: 33.333333%;
  }
  .md-icon-list .flex li:nth-child(1), .md-icon-list .flex li:nth-child(2), .md-icon-list .flex li:nth-child(3) {
    margin-bottom: 2em;
  }
  #site-footer .navi ul li.spacer {
    display: block;
  }
  #site-footer .navi .pc {
    display: none;
  }
  #site-footer .navi .sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #site-footer .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #site-footer .flex .logo,
  #site-footer .flex .tel {
    width: 100%;
  }
  #site-footer .flex .logo {
    text-align: center;
    margin-bottom: 1.5em;
  }
  #site-footer .flex .logo .icon img {
    width: 90%;
  }
  #site-footer .flex .logo .addr {
    text-align: center;
  }
  #site-footer .flex .tel .num {
    text-align: center;
  }
  #site-footer .flex .tel .rest {
    text-align: center;
  }
  #site-footer .flex .tel .rest span {
    font-size: 1.6rem;
  }
  #site-footer .flex .tel .rest span:nth-child(1) {
    margin-bottom: 0;
  }
  #site-footer .inner {
    max-width: 100%;
  }
  .menubtn {
    display: block;
    position: fixed;
    top: 13px;
    right: 10px;
    z-index: 999;
  }
  .menubtn span {
    display: block;
    width: 35px;
  }
  .menubtn .icon_close {
    display: none;
  }
  .menubtn.nav_close .icon_close {
    display: block;
  }
  .menubtn.nav_close .icon_open {
    display: none;
  }
  .nav_open #top .navi {
    display: block;
  }
  .nav_open #top .navi .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .nav_open #top .navi .flex li {
    width: 100%;
    box-sizing: border-box;
    flex: unset;
  }
  .nav_open #top .navi .flex li a {
    border-right: none !important;
    border-left: none !important;
    border-bottom: #fff 2px dotted;
    background: #ff9900;
    background: linear-gradient(0deg, #ff6600 0%, #ff6600 40%, #ff9900 45%, #ff9900 100%);
    text-align: left;
    padding-left: 1em;
  }
  .nav_open #top .navi .flex li a span {
    display: inline-block;
  }
  .nav_open #top .navi .flex li a span.ja {
    margin-right: 1em;
  }
  .nav_open #top .navi .flex li:last-child a {
    border-bottom: none;
  }
  .nav_open #top .navi .wide {
    width: 100%;
  }
  .photo img {
    max-width: 80%;
  }
  .md-styled-content .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-content .flex .txt {
    order: 2;
    width: 100%;
  }
  .md-styled-content .flex .thumb {
    width: 100%;
    order: 1;
    text-align: center;
  }
  .md-styled-content .flex .thumb img {
    max-width: 50%;
  }
  #clinic-message .md-styled-content .flex .txt {
    width: 100%;
  }
  #clinic-message .md-styled-content .flex .thumb {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .cotnent-lead {
    font-size: 1.4rem;
  }
  #sub-hero {
    margin-bottom: 1em;
  }
  #sub-hero .inner {
    max-width: 100%;
  }
  #sub-hero .header-box .page-ttl {
    font-size: 2.2rem;
  }
  #sub-hero .header-box .page-sub {
    font-size: 2.2rem;
  }
  #sub-hero .hero-img {
    display: none;
  }
  #sub-hero .hero-img-sp {
    display: block;
    width: 100%;
  }
  .md-icons .flex li {
    width: 25%;
  }
  .md-icons .flex li span {
    font-size: 3rem;
    font-size: min(3.44vw, 3rem);
  }
  .md-icons .flex li.half {
    width: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #clinic-policy .sentry ul li {
    font-size: 1.6rem;
  }
  .time-table {
    padding: 0;
  }
  .time-table table th,
  .time-table table td {
    font-size: 1.2rem;
  }
  .time-table table th.heading {
    width: 100px;
  }
  .time-table .notice {
    font-size: 1.5rem;
  }
  .time-table .notice br {
    display: none;
  }
  .inner {
    max-width: 95%;
  }
  #hero {
    margin-bottom: 3.5em;
  }
  #hero .ttl {
    font-size: 1.4rem;
    padding: 0 10% 5px 10%;
  }
  .sec-header .sec-ttl {
    font-size: 1.8rem;
  }
  #index-message .thumb img {
    max-width: 50%;
  }
  #index-message .sentry {
    font-size: 1.5rem;
  }
  #index-message .sentry .pc {
    display: none;
  }
  #index-message .sentry .sp {
    display: inline-block;
  }
  #index-message .sentry .il-block {
    display: inline-block;
  }
  .sentry {
    font-size: 1.5rem;
  }
  .sentry dl dt {
    font-size: 1.8rem;
  }
  .sentry dl dd .bigger {
    font-size: 2rem;
  }
  .sentry dl dd .tel {
    font-size: 2rem;
  }
  .sentry h2 {
    font-size: 2rem;
    border-left: #3366ff 7px solid;
    border-bottom: #33ccff 4px solid;
    line-height: 1.4;
  }
  .sentry h3 {
    font-size: 2rem;
    border-bottom: #ff6600 2px solid;
  }
  .sentry h4 {
    font-size: 1.8rem;
  }
  .row {
    margin-bottom: 2.5em;
  }
  .lead {
    font-size: 1.4rem;
  }
  #index-philosophy .lead {
    font-size: 1.6rem;
  }
  .md-icon-list .flex li span.txt {
    font-size: 1.3rem;
  }
  .md-icon-list .flex {
    -ms-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
  }
  .md-icon-list .flex li span img {
    max-width: 90%;
  }
  .md-faq dl dt,
  .md-faq dl dd {
    font-size: 1.5rem;
    padding-left: 20px;
  }
  .md-faq dl dd::before {
    font-size: 1.5rem;
  }
  #top .top .flex .logo {
    width: 65%;
  }
  #site-footer .navi {
    margin-bottom: 1.5em;
  }
  #site-footer .flex {
    margin-bottom: 1.5em;
  }
  #site-footer .flex .logo {
    margin-bottom: 1.5em;
  }
  #site-footer .flex .logo .icon {
    margin-bottom: 1.5em;
  }
  #site-footer .flex .logo .icon img {
    max-width: 400px;
  }
  #site-footer .flex .logo .addr {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  #site-footer .flex .tel .num {
    margin-bottom: 24px;
  }
  #site-footer .flex .tel .rest {
    text-align: start;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #site-footer .flex .tel .rest br {
    display: none;
  }
  #sub-hero .header-box {
    text-align: right;
    right: 0.5em;
  }
  #sub-hero .header-box .top-hero-txt {
    max-width: 48%;
  }
  #sub-hero.faq-ttl .header-box {
    top: 7px;
  }
  #sub-hero.faq-ttl .header-box .top-hero-txt {
    max-width: 28%;
  }
  .z-content .item {
    flex-direction: column;
    width: 100%;
  }
  .z-content .item .item-box:nth-of-type(1), .z-content .item .item-box:nth-of-type(2) {
    width: 80%;
    margin: 0 auto;
  }
  .z-content .item .img-box {
    max-width: 350px;
    width: 75% !important;
  }
  .z-content .item .text-box {
    font-size: 2.1rem;
  }
  .z-content .item .text-box br {
    display: none;
  }
  .z-content .item .text-box h3 {
    font-size: 1.428em;
    margin-top: 0.75em;
  }
  .z-content .item:nth-of-type(even) {
    flex-direction: column;
  }
  .our_facilities-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    gap: 24px 5%;
    font-size: 2.1rem;
  }
  .our_facilities-list .item img {
    width: 75%;
  }
  .doctor-list .item {
    font-size: 2.1rem;
  }
  .doctor-list .item h3 {
    font-size: 2.8rem;
  }
  .doctor-list .item h4 {
    font-size: 2.4rem;
  }
  .doctor-list .item .no-sp {
    display: none;
  }
  .doctor-list .item .left-box, .doctor-list .item .right-box {
    width: 100%;
  }
  .doctor-list .item .left-box img {
    margin: 1em auto;
    width: 70%;
  }
  .bef-aft-box .bef-item p, .bef-aft-box .aft-item p {
    font-size: 1.8rem;
  }
  .bef-aft-box .arrow-item {
    width: 48px;
    min-width: 48px;
  }
  .sentry .bef-aft-title {
    font-size: 28px;
  }
  #inplant-information .inplant-information__title {
    font-size: 2rem;
  }
  #inplant-information .inplant-information__sub-title {
    font-size: 1.8rem;
  }
  #inplant-flow .inplant-flow__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .sec-header .sec-ttl {
    font-size: 1.7rem;
  }
  #index-department .md-icon-list li:nth-child(3) span.icon img {
    max-width: 75%;
  }
  #index-department .md-icon-list li:nth-child(4) span.icon img {
    max-width: 85%;
  }
  #index-department .md-icon-list li:nth-child(5) span.icon img {
    max-width: 100%;
  }
  #index-department .no-sp {
    display: none;
  }
  .sub-hero-box {
    padding-top: 1em;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-hero-box .single-ttl {
    font-size: 2.4rem;
  }
  .z-content .item .img-box {
    max-width: 240px;
  }
  .z-content .item .text-box {
    font-size: 1.3rem;
  }
  .z-content .item .text-box h3 {
    font-size: 1.7rem;
  }
  .z-content .item:not(:first-child) {
    margin-top: 12px;
  }
  .our_facilities-list {
    font-size: 1.3rem;
    gap: 15px 7.5%;
  }
  .our_facilities-list .item img {
    width: 80%;
  }
  .doctor-list .item {
    font-size: 1.3rem;
  }
  .doctor-list .item h3 {
    font-size: 2.2rem;
  }
  .doctor-list .item h4 {
    font-size: 1.8rem;
  }
  .bef-aft-box .bef-item p, .bef-aft-box .aft-item p {
    font-size: 1.7rem;
  }
  .bef-aft-box .arrow-item {
    width: 32px;
    min-width: 32px;
  }
  table.bef-aft-table .no-sp {
    display: none;
  }
  #hero .hero-items .hero-item .hero-ttl {
    font-size: 12px;
  }
  #site-footer .navi ul li {
    font-size: 1.3rem;
  }
  #site-footer .navi ul li:first-child::before {
    margin: 0 0.25em;
  }
  #site-footer .navi ul li::after {
    margin: 0 0.25em;
  }
  #site-footer .navi ul li.spacer + li::before {
    margin: 0 0.25em;
  }
  #site-footer .flex .logo .addr {
    font-size: 1.3rem;
  }
  #site-footer .flex .tel .num {
    font-size: 2.7rem;
  }
  #site-footer .flex .tel .rest span {
    font-size: 1.3rem;
  }
  #site-footer .address address {
    font-size: 1.3rem;
  }
  .md-faq .no-sp {
    display: none;
  }
  .sentry .bef-aft-title {
    font-size: 20px;
  }
  #inplant-information .inplant-information__title {
    font-size: 1.8rem;
  }
  #inplant-information .inplant-information__sub-title {
    font-size: 1.5rem;
  }
  #inplant-flow .inplant-flow__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 340px) {
  #hero .hero-items .hero-item .hero-ttl {
    font-size: 9px;
  }
  #hero .hero-items .slick-prev::before, #hero .hero-items .slick-next::before {
    font-size: 48px;
  }
  #site-footer .navi ul li {
    font-size: 1.1rem;
  }
  #site-footer .flex .logo .addr {
    font-size: 1.1rem;
  }
  #site-footer .flex .tel .num {
    font-size: 2.4rem;
  }
  #site-footer .flex .tel .rest span {
    font-size: 1.1rem;
  }
  .doctor-list .item h3 {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */