@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

header, section, footer, aside, nav, article, figure, picture {
  display: block;
  position: relative;
}

html {
  height: 100%;
  -webkit-print-color-adjust: exact;
}

html, body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: 500;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1rem;
  }
}
@media only print {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 10pt;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  html, body, small, h1, h2, h3, h4, h5 {
    font-size: 1rem !important;
  }
}

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none;
}

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

img, figure, picture {
  display: block;
  width: 100%;
  height: auto;
}

.fixImg {
  width: auto;
  height: auto;
}

nav ul {
  list-style: none;
}

header a,
#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #2364aa;
}
@media print, screen and (min-width: 961px) {
  header a,
  #container a,
  footer a {
    transition: all 0.3s ease-in-out;
  }
  header a:hover, header a:active,
  #container a:hover,
  #container a:active,
  footer a:hover,
  footer a:active {
    color: rgba(35, 100, 170, 0.7);
  }
}

header a,
nav a,
footer a {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

th {
  font-weight: normal;
}

td, th {
  line-height: 1.3em;
}

input,
select {
  vertical-align: middle;
}

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

area {
  cursor: pointer !important;
}

section p,
.section p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  section p,
  .section p {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 601px) {
  section p,
  .section p {
    line-height: 1.8em;
  }
}

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.3em;
  }
}
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.5em;
  }
}

#contents ul li {
  margin-left: 0em;
  padding-left: normal;
}

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal;
}

/* clearfix -------------*/
.cf {
  zoom: 1;
}

.cf:before,
.cf:after,
#hdUpper:after,
header:after,
header nav:after,
#container:after,
footer:after,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
footer:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf,
.float_block {
  overflow: hidden;
}

/* Layout Document */
@media only screen and (max-width: 600px) {
  header {
    z-index: 100 !important;
  }
  #footerAsk {
    z-index: 10 !important;
  }
}
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 50;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
body {
  line-height: 1.6;
  color: #000;
}
body.page {
  background: #fff;
}

header {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
header.fix {
  box-shadow: 0 0 4px #636363;
}

/* PC 時にスクロールで固定された nav 用 */
@media print, screen and (min-width: 601px) {
  #hdGn.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 4px #636363;
  }
}
@media only screen and (max-width: 600px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto 11px auto;
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 94%;
    margin: 0 auto 30px auto;
    left: 0;
  }
}

@media only screen and (max-width: 600px) {
  #hdLogo {
    flex-basis: 70%;
  }
}
@media print, screen and (min-width: 601px) {
  #hdLogo {
    flex-basis: 35%;
  }
}

@media only screen and (max-width: 600px) {
  #hdInfo {
    flex-basis: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 601px) {
  #hdInfo {
    flex-basis: 65%;
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    margin-top: 0;
    background: #ffffff;
    opacity: 0;
    overflow-y: scroll;
    z-index: 10001 !important;
    transition: all 0.3s ease-in-out;
  }
  .menu-active #hdGn {
    right: 0;
    opacity: 1;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 94%;
    max-width: 1700px;
    margin: 20px auto 15px auto;
  }
}
#hdGn .sub {
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    opacity: 1;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    width: 16em;
    padding: 16px 0 0 0;
    background: #fff;
    text-align: left;
    font-size: 1rem;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #c0c0c0;
  }
  #hdGn .acc.select .sub {
    opacity: 1;
  }
}

#hdImage {
  position: fixed;
  width: 100vw;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .page h1, .single h1, .error404 h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .error404 h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

main {
  position: relative;
}
@media print, screen and (min-width: 601px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 80px 0 80px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 80px 10% 80px 10%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .page #contents, .single #contents, .error404 #contents {
    padding-left: 5%;
    padding-right: 5%;
  }
  .page #contents > section,
  .page #contents > .section, .single #contents > section,
  .single #contents > .section, .error404 #contents > section,
  .error404 #contents > .section {
    padding: 70px 0 35px 0;
  }
  .page #contents > section:first-child,
  .page #contents > .section:first-child, .single #contents > section:first-child,
  .single #contents > .section:first-child, .error404 #contents > section:first-child,
  .error404 #contents > .section:first-child {
    padding: 40px 0 35px 0;
  }
  .page #contents > section section,
  .page #contents > section .section,
  .page #contents > .section section,
  .page #contents > .section .section, .single #contents > section section,
  .single #contents > section .section,
  .single #contents > .section section,
  .single #contents > .section .section, .error404 #contents > section section,
  .error404 #contents > section .section,
  .error404 #contents > .section section,
  .error404 #contents > .section .section {
    margin-top: 35px;
  }
  .home #contents {
    width: 100%;
  }
  .home #contents > section,
  .home #contents > .section {
    width: 100%;
    margin: 0;
    padding: 100px 4%;
  }
  .home #contents > section section,
  .home #contents > section .section,
  .home #contents > .section section,
  .home #contents > .section .section {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px;
  }
}

.home #bread {
  display: none;
}
@media only screen and (max-width: 600px) {
  #bread {
    margin: 0;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 20px auto 20px auto;
  }
}
@media only print {
  #bread {
    margin: 0 auto 1em auto !important;
  }
}

#ftUpper > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper > div > div {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  #ftUpper > div > div {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper > div {
    width: 94%;
    margin: 80px auto;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper > div {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
  }
}
@media only screen and (max-width: 959px) {
  #ftUpper > div #ftInfo {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper > div #ftInfo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 961px) {
  #ftUpper > div #ftInfo {
    flex-basis: 47%;
  }
}
@media print, screen and (min-width: 961px) {
  #ftUpper > div #ftMap {
    flex-basis: 47%;
  }
}
#ftUpper > div #ftMap > div > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#ftUpper > div #ftMap > div > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ftUpper > div a {
  text-decoration: none;
}

#ddBtn {
  text-align: center;
  margin-bottom: 20px;
}
#ddBtn a {
  display: block;
  margin: auto;
  max-width: 250px;
  border: 1px solid #c0c0c0;
}

@media only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #78D2EA;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  #ptBtnPc.on {
    bottom: 20px;
    opacity: 1;
  }
  #ptBtnPc:hover {
    transform: translateY(-5px);
  }
  #ptBtnPc a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ptBtnPc a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
  }
}
@media only print {
  #ptBtnPc {
    display: none;
  }
}

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
  }
  #quickNav ul li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
  }
  #quickNav ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (orientation: landscape) and (max-height: 1200px) {
  #quickNav ul li a {
    padding: 0.8em !important;
    line-height: 1.1 !important;
  }
}
@media only print {
  #quickNav ul {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  #footerAsk li {
    border-top: 1px solid #fff;
    height: 60px;
  }
  #footerAsk li a {
    width: 100%;
    height: 100%;
    padding: 0 0.5em;
    text-decoration: none;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
  }
  #footerAsk li img {
    max-width: 40px;
    display: block;
    margin-right: 0.4em;
  }
  #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2) {
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(1) a, #footerAsk li:nth-of-type(2) a {
    color: #fff;
  }
  #footerAsk li:nth-of-type(1) {
    width: 50%;
    background: #78D2EA;
  }
  #footerAsk li:nth-of-type(2) {
    width: 50%;
    background: #9CDE7F;
  }
  #footerAsk li:nth-of-type(3) {
    width: 20%;
    background: #fff;
    border: 2px solid #78D2EA;
  }
  #footerAsk li:nth-of-type(4) {
    width: 60%;
    background: #fff;
    border: 2px solid #78D2EA;
  }
  #footerAsk li:nth-of-type(4) a {
    color: #78D2EA !important;
    font-size: 1.1rem;
  }
  #footerAsk li:nth-of-type(4) a img {
    max-width: 30px;
  }
  #footerAsk li:nth-of-type(5) {
    width: 20%;
    background: #fff;
    border: 2px solid #78D2EA;
  }
}
@media print, screen and (min-width: 601px) {
  #footerAsk {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important;
  }
}

.innerL {
  max-width: 1800px;
  margin: 0 auto;
}

.innerM {
  max-width: 1300px;
  margin: 0 auto;
}

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body {
  line-height: 1.6;
  color: #000;
  background: #ffffff;
}

@media only screen and (max-width: 600px) {
  #wrapper {
    position: relative;
  }
}

header {
  background: #ffffff;
  border-top: 1px solid rgbs(#ffffff, 0);
}
header.fixTp1 {
  background: rgba(255, 255, 255, 0.9);
}
header.fixTp1.fix {
  background: #ffffff;
}
@media only screen and (max-width: 600px) {
  header {
    padding-bottom: 7px;
  }
  .menu-active header {
    background: #fff;
  }
}

@media print, screen and (min-width: 601px) {
  .menu-trigger {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 0 10px auto;
    background: #fff;
  }
  .menu-trigger::before {
    content: "";
    display: block;
    width: 76%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #78D2EA;
    transition: all 0.3s ease-in-out;
  }
  .menu-active .menu-trigger::before {
    width: 0px;
    height: 0px;
  }
  .menu-trigger span {
    display: block;
    width: 76%;
    height: 58%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  .menu-trigger span::before, .menu-trigger span::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #78D2EA;
    transition: all 0.3s ease-in-out;
  }
  .menu-trigger span::before {
    top: 0px;
  }
  .menu-trigger span::after {
    bottom: 0px;
  }
  .menu-active .menu-trigger span::before, .menu-active .menu-trigger span::after {
    transform-origin: 50% 50%;
    top: 50%;
    right: 0;
  }
  .menu-active .menu-trigger span::before {
    transform: rotate(-135deg);
  }
  .menu-active .menu-trigger span::after {
    transform: rotate(135deg);
  }
}
@media only print {
  .menu-trigger {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #hdLogo img {
    max-width: 300px;
  }
}
@media print, screen and (min-width: 601px) {
  #hdLogo img {
    max-width: 480px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto;
  }
}
@media only print {
  #hdLogo img {
    width: 6cm;
  }
}

@media print, screen and (min-width: 601px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
  }
  #hdInfo img {
    max-width: 245px;
  }
  #hdInfo p {
    margin-left: 20px;
  }
}

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #000;
    font-size: 4.3vw;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn a, #hdGn span {
    display: table;
    cursor: pointer;
    color: #000 !important;
    white-space: nowrap;
    font-size: 1.125em;
  }
  #hdGn a:hover, #hdGn span:hover {
    color: #FFA3A3;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdGn a, #hdGn span {
    padding: 12px 4em;
  }
}
@media only screen and (orientation: portrait) {
  #hdGn a, #hdGn span {
    font-size: 4.3vw !important;
  }
}
@media only screen and (min-width: 561px) and (max-width: 1540px) {
  #hdGn a, #hdGn span {
    font-size: 1.4vw !important;
  }
}
#hdGn a img, #hdGn span img {
  max-width: 250px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #hdGn a::after {
    background: url("../img/common/angleRight.svg") no-repeat center center;
    background-size: contain;
  }
  #hdGn span::after {
    background: url("../img/common/angleDown.svg") no-repeat center center;
    background-size: contain;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li {
    padding: 0 2%;
  }
  #hdGn > ul > li:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 1px;
    height: 1.6em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px dashed rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 600px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #00519f;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #00519f;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    margin: auto;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .greet #hdGn > ul > li:nth-child(2) > a, .greet #hdGn > ul > li:nth-child(2) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .treat #hdGn > ul > li:nth-child(3) > a, .treat #hdGn > ul > li:nth-child(3) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .sec #hdGn > ul > li:nth-child(4) > a, .sec #hdGn > ul > li:nth-child(4) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .faq #hdGn > ul > li:nth-child(5) > a, .faq #hdGn > ul > li:nth-child(5) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .colmun #hdGn > ul > li:nth-child(6) > a, .colmun #hdGn > ul > li:nth-child(6) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .blog #hdGn > ul > li:nth-child(7) > a, .blog #hdGn > ul > li:nth-child(7) > span {
    background: rgba(120, 210, 234, 0.4);
  }
  .mag #hdGn > ul > li:nth-child(8) > a, .mag #hdGn > ul > li:nth-child(8) > span {
    background: rgba(120, 210, 234, 0.4);
  }
}
@media print, screen and (min-width: 601px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative;
    color: #78D2EA;
  }
  .greet #hdGn > ul > li:nth-of-type(2) > a,
  .greet #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #78D2EA;
  }
  .treat #hdGn > ul > li:nth-of-type(3) > a,
  .treat #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #78D2EA;
  }
  .sec #hdGn > ul > li:nth-of-type(4) > a,
  .sec #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #78D2EA;
  }
  .faq #hdGn > ul > li:nth-of-type(5) > a,
  .faq #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #78D2EA;
  }
  .colmun #hdGn > ul > li:nth-of-type(6) > a,
  .colmun #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #78D2EA;
  }
  .blog #hdGn > ul > li:nth-of-type(7) > a,
  .blog #hdGn > ul > li:nth-of-type(7) > span {
    position: relative;
    color: #78D2EA;
  }
  .mag #hdGn > ul > li:nth-of-type(8) > a,
  .mag #hdGn > ul > li:nth-of-type(8) > span {
    position: relative;
    color: #78D2EA;
  }
}
#hdGn .sub {
  opacity: 0;
}
#hdGn .acc.select .sub {
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  #hdGn .sub {
    display: block;
    position: static;
    transition: transform 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub {
    position: absolute;
    left: 0;
    right: 0;
    width: 19em;
    padding: 14px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn .sub {
    width: 10rem;
  }
}
#hdGn .sub.show {
  opacity: 1;
}
#hdGn .sub li {
  text-align: left;
}
#hdGn .sub li a {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dotted #00519f;
  text-decoration: none;
}
#hdGn .sub li a:last-child {
  border-bottom: none;
}
#hdGn .sub li a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  #hdGn .sub li a {
    padding: 14px 10px 20px 10px;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn .sub li a {
    padding: 8px 0.5em 8px 0.5em;
    color: #000 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #78D2EA;
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  #hdGn .sub li.select li a {
    color: #fff !important;
  }
}
@media only screen and (max-width: 600px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    background: rgba(120, 210, 234, 0.8) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    border-left: 4px solid #78D2EA;
  }
}

@media only screen and (max-width: 600px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    background: rgba(120, 210, 234, 0.8) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trTou #hdGn .acc li:nth-of-type(2) a {
    border-left: 4px solid #78D2EA;
  }
}

@media only screen and (max-width: 600px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    background: rgba(120, 210, 234, 0.8) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trCanPer #hdGn .acc li:nth-of-type(3) a {
    border-left: 4px solid #78D2EA;
  }
}

@media only screen and (max-width: 600px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    background: rgba(120, 210, 234, 0.8) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trPho #hdGn .acc li:nth-of-type(4) a {
    border-left: 4px solid #78D2EA;
  }
}

.page h1, .single h1, .error404 h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url("../img/common/sectionBg02.jpg") no-repeat right bottom;
  background-size: cover;
  text-align: center;
}
.page h1 span img, .single h1 span img, .error404 h1 span img {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 6.5vw;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1, .error404 h1 {
    font-size: 2rem;
  }
}

.page main {
  background: #ffffff;
}
.home main {
  background: #ffffff;
}

@media only screen and (max-width: 600px) {
  .menu-active main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  @keyframes fadeOp {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#bread {
  position: relative;
  line-height: 1.4;
}
#bread li {
  position: relative;
  display: inline-block;
  padding: 0;
}
#bread li:not(:last-of-type)::after {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 0.9em;
}
#bread li a {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
    background: rgba(120, 210, 234, 0.3);
  }
  #bread li:not(:last-of-type)::after {
    content: "/";
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 601px) {
  #bread {
    font-size: 0.875rem;
  }
  #bread li {
    line-height: 1;
  }
  #bread li:not(:last-of-type)::after {
    content: ">";
    margin-left: 1em;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #bread {
    font-size: 0.8rem;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #bread {
    padding: 4px 0.3em 4px 4%;
    font-size: 2vw;
  }
}

#contents h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem;
  }
}
.page #contents h2, .single #contents h2, .error404 #contents h2 {
  position: relative;
  padding-left: 1.5em;
  color: #00519f;
  border-bottom: 3px dotted #3EADF8;
}
.page #contents h2::before, .page #contents h2::after, .single #contents h2::before, .single #contents h2::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.page #contents h2::before, .single #contents h2::before {
  left: 0.5em;
  background-color: rgba(202, 251, 192, 0.47); /* 好きな色 */
  top: 50%;
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
}
.page #contents h2::after, .single #contents h2::after {
  left: 0;
  background-color: rgba(173, 235, 249, 0.47); /* 好きな色 */
  top: 0;
  width: 1em;
  height: 1em;
}
#contents h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem;
  }
}
.page #contents h3, .single #contents h3 {
  background: #D8F5FC;
  border-radius: 50vh;
  padding: 3px 15px;
}
@media only screen and (max-width: 600px) {
  #contents h4 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h4 {
    font-size: 1.3rem;
  }
}
.single #contents h4 {
  display: inline-block;
  font-weight: bold;
  color: rgb(75.8653846154, 195.2884615385, 227.1346153846);
  border: 3px double rgb(97.9326923077, 202.6442307692, 230.5673076923);
  padding: 0 20px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 0.5em;
  border-radius: 50vh;
}
#contents h5 {
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .page #contents > section, .single #contents > section, .error404 #contents > section {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 2000px) {
  .page #contents > section, .single #contents > section, .error404 #contents > section {
    padding-right: 0;
  }
}

footer {
  border-top: 1px solid #ffffff;
  background: #ffffff;
}

#ftUpper {
  background: #f4fcfe;
  padding: 100px;
}
@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper {
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  #ftUpper {
    padding: 20px;
  }
}
#ftUpper > div {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 40px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  #ftUpper > div {
    padding: 20px 10px;
  }
}
#ftUpper h2 {
  text-align: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  #ftUpper h2 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h2 {
    font-size: 1.8rem;
  }
}
#ftUpper h2 img {
  max-width: 330px;
  margin: 0 auto;
}
#ftUpper h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #FFE5E8;
  border-radius: 50vh;
  padding: 5px 25px;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  #ftUpper h3 {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper h3 {
    font-size: 1.3rem;
  }
}

.linkBanner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 961px) and (max-width: 1419px) {
  .linkBanner {
    display: block;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .linkBanner {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  .linkBanner {
    display: block;
    margin-bottom: 60px;
  }
}
.linkBanner li {
  flex: 0 0 48%;
  margin-bottom: 20px;
}
.linkBanner li a {
  width: 100%;
  display: flex;
  padding: 20px;
  background: linear-gradient(to bottom, #94DCF6, #78D2EA);
  color: #ffffff !important;
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.linkBanner li a img {
  max-width: 40px;
}
.linkBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

#ftBanner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  #ftBanner ul {
    display: block;
  }
}
#ftBanner ul li {
  flex: 0 0 18%;
}
@media only screen and (min-width: 961px) and (max-width: 1419px) {
  #ftBanner ul li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  #ftBanner ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftBanner ul li {
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  #ftBanner ul li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #ftBanner ul li {
    margin-bottom: 20px;
  }
  #ftBanner ul li:last-child {
    margin-bottom: 0;
  }
}
#ftBanner ul li img {
  max-width: 250px;
  margin: 0 auto;
}

#ftbottom {
  background: #D7F3F9;
  padding: 80px 40px;
}
#ftbottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  #ftbottom > div {
    display: block;
  }
}
#ftbottom #ftLogo {
  flex: 0 0 30%;
}
#ftbottom #ftLogo img {
  max-width: 600px;
}
#ftbottom #ftAdd {
  display: flex;
  justify-content: space-between;
  flex: 0 0 30%;
}
@media only screen and (max-width: 959px) {
  #ftbottom #ftAdd {
    display: block;
  }
}
#ftbottom #ftAdd img {
  max-width: 200px;
}
#ftbottom #ftAdd p {
  font-size: 0.9rem;
  flex: 0 0 48%;
}
#ftbottom #ftNav {
  display: flex;
  margin: 40px auto;
  max-width: 1200px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  #ftbottom #ftNav {
    display: block;
  }
}
#ftbottom #ftNav ul {
  flex: 0 0 33%;
}
#ftbottom #ftNav ul li {
  margin-bottom: 0.5em;
}
#ftbottom #ftNav ul li a {
  color: #00519f !important;
}

#ddBtn img {
  background: #fff;
}

#copy {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #copy {
    font-size: 2.6vw;
  }
}
@media print, screen and (min-width: 601px) {
  #copy {
    font-size: 0.7rem;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #copy {
    font-size: 0.8vw !important;
  }
}
#copy a {
  color: #636363 !important;
}

@media only screen and (max-width: 600px) {
  #quickNav {
    display: none;
  }
}
@media print, screen and (min-width: 601px) {
  #quickNav li a {
    border: 1px solid #fff;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px;
    font-size: 1.2rem;
    padding: 10px 20px;
  }
  #quickNav li a:hover {
    background: #78D2EA;
  }
  #quickNav li#quick1 a {
    position: relative;
    background: #78D2EA;
  }
  #quickNav li#quick1 a span {
    padding-top: 40px;
  }
  #quickNav li#quick1 a:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%; /* 親の幅の 50% 位置に左端を置く */
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/common/icon_reserve.svg") no-repeat center center;
    background-size: contain;
  }
  #quickNav li#quick2 a {
    background: #9CDE7F;
  }
}
@media only print {
  #quickNav {
    display: none;
  }
}

.fade {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(200px);
}
.fade.on {
  opacity: 1 !important;
  transform: translateY(0px);
}
@media only print {
  .fade {
    opacity: 1;
    transform: translateY(0px);
  }
}

.tbNormal {
  border: 1px solid #636363;
  background: #fff;
}
.tbNormal th, .tbNormal td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #636363;
  border-right: 1px dotted #636363;
}
@media only screen and (max-width: 600px) {
  .tbNormal th, .tbNormal td {
    padding: 0.8em 1vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 601px) {
  .tbNormal th, .tbNormal td {
    padding: 12px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tbNormal th, .tbNormal td {
    font-size: 1rem;
  }
}
.tbNormal th {
  text-align: left;
  white-space: nowrap;
}
.tbNormal thead th {
  text-align: center;
}
.tbNormal tbody th {
  font-weight: 600;
}
.uke main .tbNormal td:last-of-type {
  text-align: right;
}

.timeTable {
  width: 100%;
}
@media print, screen and (min-width: 601px) {
  .timeTable {
    max-width: 1300px;
  }
}
footer .timeTable {
  margin: auto auto 30px 0 !important;
}
main .timeTable {
  margin-bottom: 30px !important;
}
.timeTable table {
  width: 100%;
  margin-bottom: 0.5em;
}
.timeTable table th, .timeTable table td {
  border: 5px solid #ffffff;
  vertical-align: middle;
}
.timeTable table th span, .timeTable table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .timeTable table th, .timeTable table td {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .timeTable table thead.timeLaser th.h3 {
    padding-top: 40px;
  }
}
.timeTable table thead th {
  background: #00519f;
  color: #fff;
  padding: 10px;
}
.timeTable table tbody th, .timeTable table tbody td {
  text-align: center;
  background: #f4fcfe;
}
.timeTable table tbody th {
  padding: 10px 2px;
}
.timeTable table tbody th span {
  display: inline-block;
}
.timeTable table tbody td {
  color: #00519f;
}
.timeTable .time_dermatology {
  margin-bottom: 20px;
}
.timeTable h4 {
  background: none;
  color: #3B4043;
  text-align: left;
  padding-left: 0 !important;
  font-size: 3.8vw;
  color: #00519f;
  font-weight: bold;
  padding: 0;
}
.timeTable p {
  margin-bottom: 60px;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 600px) {
  .timeTable p {
    font-size: 3vw;
  }
}

.accordion dl {
  border-bottom: 1px solid #636363;
}
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none;
}
.accordion dt:not(:first-of-type) {
  border-top: 1px solid #636363;
}
.accordion dt::after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 4%;
  top: 50%;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  background: url("../img/angleDown.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 961px) {
  .accordion dt:hover {
    background: rgba(120, 210, 234, 0.2);
  }
}
.accordion dt.on {
  background: #78D2EA;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(120, 210, 234, 0.1);
}
.accordion dt:hover {
  cursor: pointer;
}
.accordion dd {
  display: none;
}
@media only screen and (max-width: 600px) {
  .accordion dd {
    padding: 25px 4%;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion dd {
    padding: 28px 0 28px 6%;
  }
}
@media only screen and (max-width: 600px) {
  .accordion dd.withImg > span {
    display: block;
    margin-bottom: 1.5em;
  }
  .accordion dd.withImg > picture {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 961px) {
  .accordion dd.withImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .accordion dd.withImg > span {
    width: 70%;
  }
  .accordion dd.withImg > picture {
    width: 25%;
  }
}

strong {
  font-weight: bold;
}

.red {
  color: #cd533b;
  font-weight: 600;
}

.blue {
  color: #2364aa;
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.point1 {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #78D2EA 0%) repeat scroll 0 0;
  color: #000;
}

.under {
  text-decoration: underline;
}

.size-l {
  font-size: 1.2em;
}

.size-ll {
  font-size: 1.2em;
}

.size-s {
  font-size: 0.85em;
}

.size-ss {
  font-size: 0.6em;
}

.icon {
  display: inline-block;
  max-width: 32px !important;
}

.w250 img {
  max-width: 250px;
}

.w480 {
  max-width: 480px;
}

.w510 {
  max-width: 510px;
}

.w530 {
  max-width: 530px;
}

.w550 {
  max-width: 550px;
}

.w580 {
  max-width: 580px;
}

.w600 {
  max-width: 600px;
}

.w650 {
  max-width: 650px;
}

.w700 {
  max-width: 700px;
}

.w800 {
  max-width: 800px;
}

.box01 {
  padding: 1em;
  border: 1px solid #636363;
}
.box01 li {
  margin: 1em 0;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.posR {
  float: right;
}

.posL {
  float: left;
}

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.imgR {
  float: right;
  margin: 0 0 15px 5%;
}

.imgL {
  float: left;
  margin: 0 5% 15px 0;
}

.imgC,
.imgC img {
  display: block;
  margin: 50px auto;
  text-align: center;
}

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto;
}

.inline span {
  display: inline-block;
}

.btn {
  display: table;
}
.btn a {
  display: block;
  position: relative;
  background: #78D2EA;
  text-align: center;
  text-decoration: none !important;
  color: #000;
  border-radius: 6px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .btn a {
    padding: 0.3em 1.6em 0.3em 1.2em;
  }
}
@media print, screen and (min-width: 601px) {
  .btn a {
    padding: 0.6em 1.2em;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.7em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/angleRight.svg") no-repeat center center/contain;
}
@media only screen and (max-width: 600px) {
  .btn a::after {
    right: 8px;
  }
}
@media print, screen and (min-width: 601px) {
  .btn a::after {
    right: 6px;
  }
}
.btn a:hover {
  color: #000;
  transform: translateX(4px);
}

.button a {
  color: rgb(75.4782608696, 155.8260869565, 40.1739130435);
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
  padding: 0.6em 1.6em;
  border-radius: 9999px;
  border: 1px solid transparent;
  background-color: #4dabf7;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(15, 100, 180, 0.35);
}
.btn-back:hover {
  background-color: #339af0;
  box-shadow: 0 4px 10px rgba(15, 100, 180, 0.45);
  transform: translateY(-1px);
}
.btn-back:active {
  background-color: #228be6;
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(15, 100, 180, 0.4);
}
.btn-back:focus-visible {
  outline: 2px solid #1864ab;
  outline-offset: 2px;
}

.check li {
  margin-bottom: 0.8em;
  position: relative;
  padding-left: 1.6em; /* チェックアイコン分の余白 */
  line-height: 1.6;
  font-weight: bold;
}
.check li:before {
  content: "✓"; /* Unicodeチェックマーク */
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9em;
  color: #78D2EA;
}

.list li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.3 !important;
}
.list li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "●";
  color: #78D2EA;
  font-size: 0.5em;
}

.list2 li {
  position: relative;
  margin-bottom: auto;
  padding-left: 1.3em;
  line-height: 1.3 !important;
}
.list2 li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "●";
  color: #78D2EA;
  font-size: 0.5em;
}

.dlBlock {
  margin-top: 60px;
}
.dlBlock dt {
  padding: 0 17px;
  width: fit-content;
  background: #FFA3A3;
  color: #000;
  border-left: 4px solid #78D2EA;
}
.dlBlock dd {
  padding-left: 21px;
  margin: 0.5em 0 1.8em auto;
}

.proList {
  margin-bottom: 40px !important;
}
.proList li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #78D2EA;
}

.profReki {
  margin-bottom: 40px !important;
}
.profReki dd {
  margin: -1.5em 0 1em 0;
  padding-left: 8em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #78D2EA;
}

/* 美容施術リスト（水色系） */
#contents .beauty-list {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 600px) {
  #contents .beauty-list {
    display: block;
  }
}
#contents .beauty-list li {
  flex: 0 0 30%;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #contents .beauty-list li {
    flex: 0 0 48%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #contents .beauty-list li {
    flex: 0 0 48%;
  }
}
@media only screen and (max-width: 600px) {
  #contents .beauty-list li {
    margin-bottom: 20px;
  }
}
#contents .beauty-list a {
  display: block;
  padding: 0.8em 1.2em;
  text-align: center;
  background: linear-gradient(135deg, #e3f6ff, #bde0fe);
  color: #036;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 2px 5px rgba(0, 150, 200, 0.15);
  transition: all 0.3s ease;
}
#contents .beauty-list a:hover {
  background: linear-gradient(135deg, #b0e0ff, #8cd2f5);
  color: #024;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 150, 200, 0.25);
}

.brand-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  border-top: 1px solid #b5e3f5;
  border-bottom: 1px solid #b5e3f5;
  max-width: 600px;
}
.brand-list li {
  position: relative;
  padding: 1rem 1.2rem 1rem 2.5rem;
  border-bottom: 1px dashed #b5e3f5;
  background: #fff;
}
.brand-list li:nth-child(odd) {
  background: #e4f6fb;
}
.brand-list li:last-child {
  border-bottom: none;
}
.brand-list li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.75em;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 2px solid #45b4e6;
  box-shadow: 0 0 0 3px rgba(69, 180, 230, 0.15);
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .brand-list li::before {
    top: 1.5em;
  }
}
.brand-list li {
  color: #05506e;
  font-weight: 500;
  line-height: 1.6;
}
.brand-list li a {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.95em;
  color: #45b4e6;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .brand-list li a {
    position: absolute;
    right: 1em;
  }
}
@media print, screen and (min-width: 961px) {
  .brand-list li a {
    position: absolute;
    right: 1.5em;
  }
}
.brand-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #45b4e6, rgb(113.9573459716, 198.1279620853, 236.0426540284));
  transition: width 0.25s ease-out;
}
.brand-list li a:hover, .brand-list li a:focus {
  color: rgb(46.5213270142, 170.9360189573, 226.9786729858);
}
.brand-list li a:hover::after, .brand-list li a:focus::after {
  width: 100%;
}

@media (max-width: 600px) {
  .brand-list li {
    padding: 0.8rem 0.8rem 0.8rem 2.1rem;
  }
  .brand-list li a {
    display: block;
    margin: 0.25rem 0 0;
  }
}
.wp-block-list.flow {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-block-list.flow li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 3.5rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.wp-block-list.flow li::before {
  content: counter(step);
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #5bb6e6;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important;
  }
}
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important;
  }
}
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .dispSp,
  .hideTab {
    display: none !important;
  }
}
/* 印刷向けの指定  ------------*/
@media only print {
  @page {
    size: A4;
  }
  header,
  .fix,
  .fixed {
    position: relative !important;
    top: 0 !important;
  }
  #hdGn > ul li a,
  #hdGn > span {
    padding: 20px 30px;
  }
  picture, figure img {
    width: 100% !important;
  }
  .home #homeIntro .block p {
    width: 100% !important;
  }
}
/* index Scss */
@media only print {
  .home #hdImage {
    position: relative;
    width: 100% !important;
    height: 10cm;
    background: url("../img/home/slide/slide_01_pc.webp") no-repeat center center;
    background-size: cover;
  }
}
.home #hdImage #catch {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .home #hdImage #catch {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 601px) {
  .home #hdImage #catch {
    top: 50%;
    left: 5%;
  }
}
.home .splide {
  z-index: 0;
}
@media only print {
  .home .splide {
    display: none;
  }
}
.home .splide-wrapper {
  position: relative;
}
.home .slide-media {
  position: relative;
  overflow: hidden;
}
.home .slide-media img,
.home .slide-media picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .mv01 .splide__pagination {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination {
    bottom: 60px;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .home .mv01 .splide__pagination {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination {
    bottom: 5vh;
  }
}
.home .mv01 .splide__pagination > li {
  margin: 0 20px;
  transform: rotate(90deg);
}
.home .mv01 .splide__pagination {
  margin: auto;
  z-index: 1;
}
.home .mv01 .splide__pagination__page {
  border: 1px solid #fff !important;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #636363;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .splide__pagination__page {
    height: 1rem;
    margin: 0;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .splide__pagination__page {
    width: 3px;
    height: 18px;
  }
}
.home .mv01 .splide__pagination__page:hover {
  cursor: pointer;
}
.home .mv01 .splide__pagination__page.is-active {
  background-color: #636363;
}
.home .mv01 .slide-media img {
  transition: 7s 1s ease-out;
}
.home .mv01 .slide-title {
  position: absolute;
  display: block;
  height: 1em;
  color: #fff;
  line-height: 1.6;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
}
.home .mv01 .slide-title span {
  display: inline-block;
  background: rgba(120, 210, 234, 0.68);
  padding: 10px 20px;
}
.home .mv01 .slide-title {
  text-shadow: #000 0 3px 6px 0px, #000 -0 3px 6px 0px, #000 0px -0 3px 6px, #000 0px 0 3px 6px, #000 0 3px 6px 0 3px 6px, #000 -0 3px 6px 0 3px 6px, #000 0 3px 6px -0 3px 6px, #000 -0 3px 6px -0 3px 6px, #000 1px 0 3px 6px, #000 -1px 0 3px 6px, #000 1px -0 3px 6px, #000 -1px -0 3px 6px, #000 0 3px 6px 1px, #000 -0 3px 6px 1px, #000 0 3px 6px -1px, #000 -0 3px 6px -1px;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title {
    left: 0;
    right: 0;
    top: 30%;
    margin: auto;
    font-size: 5.2vw;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 961px) {
  .home .mv01 .slide-title {
    left: 5%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 2000px) {
  .home .mv01 .slide-title {
    font-size: 3rem;
  }
}
.home .mv01 .slide-title .btnSplide {
  display: table;
  margin: auto auto;
  text-align: center;
}
.home .mv01 .slide-title .btnSplide a {
  display: block;
  padding: 0.7em 1.2em;
  text-decoration: none;
  background-color: #78D2EA !important;
  color: #fff !important;
  text-shadow: none;
}
@media only screen and (max-width: 600px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .home .mv01 .slide-title .btnSplide a {
    font-size: 1.8rem;
  }
  .home .mv01 .slide-title .btnSplide a:hover {
    background-color: rgb(33.9230769231, 179.3076923077, 218.0769230769) !important;
  }
}
.home .mv01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
@keyframes mv01-fadeIn {
  0% {
    opacity: 0;
    filter: blur(300px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.home #spotNews {
  position: absolute;
  bottom: 250px;
  right: 70px;
  max-width: 530px;
  z-index: 30;
  background: #E0F7FD;
  padding: 15px;
  border-radius: 10px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #spotNews {
    bottom: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #spotNews {
    position: static;
    margin: 20px auto 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home #spotNews {
    right: 2%;
    left: auto;
    top: -180px;
    bottom: auto;
    width: 96%;
    z-index: 0;
    z-index: 10;
  }
}
.home #spotNews p {
  background: #0071BD;
  padding: 0 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}
.home #spotNews dl {
  max-height: 100px;
  overflow-y: auto;
  margin-top: 0.5em;
}
@media only screen and (max-width: 600px) {
  .home #spotNews dl {
    max-height: 120px;
  }
}
.home #spotNews dl::-webkit-scrollbar {
  height: 5px;
}
.home #spotNews dl::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(120, 210, 234, 0.3);
}
.home #spotNews dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #78D2EA;
}
.home #spotNews dl dt {
  color: #5B9FB1;
}
.home #spotNews dl dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9rem;
  margin-top: -1.5em;
  padding-left: 8em;
}
.home #news .block {
  max-height: 300px;
  overflow-y: scroll;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .home #news .block {
    margin: 10px 7px;
  }
}
.home #news .block::-webkit-scrollbar {
  height: 5px;
}
.home #news .block::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(120, 210, 234, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #78D2EA;
}
.home #news .block dt {
  color: #636363;
  font-weight: bold;
}
.home #news .block dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 8em;
  border-bottom: 2px dotted rgba(120, 210, 234, 0.3);
  font-size: 0.9rem;
}
.home #news .block dd a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {
  .home #news .block dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home h1, .home h2 {
  text-align: center;
}
.home h1 img, .home h2 img {
  max-width: 330px;
  margin: 0 auto;
}
.home h1 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.home h1 span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .home h1 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 601px) {
  .home h1 {
    font-size: 1.8rem;
  }
}
.home #low01 {
  background: url("../img/common/sectionBg01.jpg") no-repeat left top, #f4fcfe;
}
.home #low01 .treatBanner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 .treatBanner {
    display: block;
    width: 80%;
  }
}
.home #low01 .treatBanner li {
  flex: 1 1 calc(25% - 16px);
  list-style: none;
  margin-bottom: 30px;
}
.home #low01 .treatBanner li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li {
    flex: 1 1 calc(48% - 16px);
  }
}
.home #low01 .treatBanner li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-decoration: none;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low01 .treatBanner li a img {
  max-width: 80%;
  height: auto;
}
.home #low01 .treatBanner li a p {
  text-align: center;
  color: #FFA3A3;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1rem;
}
.home #low01 .treatBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low02 {
  background: url("../img/common/sectionBg02.jpg") no-repeat right bottom;
}
.home #low02 ul {
  max-width: 1200px;
  margin: 0 auto;
}
.home #low02 ul li {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .home #low02 ul li {
    display: block;
  }
}
.home #low02 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.home #low02 ul li:last-child {
  margin-bottom: 0;
}
.home #low02 ul li figure {
  flex: 0 0 30%;
}
.home #low02 ul li figure img {
  max-width: 500px;
  border-radius: 10px;
}
.home #low02 ul li div {
  flex: 0 0 60%;
}
.home #low02 ul li div h3 {
  color: #FFA3A3;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  align-items: flex-end;
}
.home #low02 ul li div h3 img {
  max-width: 70px;
}
.home #low03 > div {
  background: #f6fef8;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto 0;
  padding: 30px;
}
@media only screen and (max-width: 959px) {
  .home #low03 > div {
    display: block;
  }
}
.home #low03 > div figure {
  flex: 0 0 35%;
}
.home #low03 > div figure img {
  max-width: 500px;
  border-radius: 10px;
}
@media only screen and (max-width: 959px) {
  .home #low03 > div figure img {
    margin: 10px auto;
  }
}
.home #low03 > div p {
  flex: 0 0 62%;
}
.home #news {
  background: #f4fcfe;
}
.home #news > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low04 {
  background: #FFF5F6;
}
.home #low04 > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low04 > div .reserveBanner {
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
}
@media only screen and (max-width: 600px) {
  .home #low04 > div .reserveBanner {
    display: block;
  }
}
.home #low04 > div .reserveBanner li {
  flex: 0 0 40%;
  margin-bottom: 20px;
}
.home #low04 > div .reserveBanner li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low04 > div .reserveBanner li a img {
  max-width: 60px;
}
.home #low04 > div .reserveBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low04 > div .lineBanner img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low04 > div .lineBanner img {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* index Scss */
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 > div, .page-greeting #contents #low03 > div {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
  float: right;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 .docPhoto, .page-greeting #contents #low03 .docPhoto {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
}
.page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
  padding-left: 5%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents #low01 .docPhoto figure, .page-greeting #contents #low03 .docPhoto figure {
    margin-left: auto;
  }
}
.page-greeting #contents #low01 .docPhoto figure img, .page-greeting #contents #low03 .docPhoto figure img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.page-greeting #contents #low05 table {
  width: 90%;
  max-width: 800px;
  margin-bottom: 40px;
}
.page-greeting #contents #low05 table tr {
  border-bottom: 2px solid #78D2EA;
}
.page-greeting #contents #low05 table th, .page-greeting #contents #low05 table td {
  padding: 10px;
  vertical-align: middle;
}
.page-greeting #contents #low05 table th {
  font-weight: bold;
  white-space: nowrap !important;
}
.page-greeting #contents #low05 figure img {
  max-width: 480px;
  border-radius: 10px;
}

/* index Scss */
.page-price #contents .price_table {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-price #contents .price_table > div {
  background: rgba(120, 210, 234, 0.2);
  padding: 40px 40px 0;
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div {
    padding: 20px;
  }
}
.page-price #contents .price_table > div > section {
  background: #fff;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto 40px;
}
.page-price #contents .price_table > div > section h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  padding: 0;
  border-bottom: 3px dotted rgb(27.0576923077, 143.0192307692, 173.9423076923);
  border-left: none;
  background: none;
  border-radius: 0;
  color: rgb(27.0576923077, 143.0192307692, 173.9423076923);
  font-weight: bold;
}
.page-price #contents .price_table > div > section h4 {
  margin-top: 2em !important;
  margin-bottom: 0.5em !important;
  font-weight: bold;
  color: rgb(27.0576923077, 143.0192307692, 173.9423076923);
}
.page-price #contents .price_table > div > section dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div > section dl {
    display: block;
  }
}
.page-price #contents .price_table > div > section dl dt {
  flex-grow: 2;
  background: url("../img/common/dot.svg") repeat-x top 5px left;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div > section dl dt {
    background: #78D2EA;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px 3px 0 0;
  }
}
.page-price #contents .price_table > div > section dl dt p {
  background: #fff;
  line-height: 1.2;
  display: inline;
  padding: 0;
  margin: 0;
  padding-right: 5px;
}
.page-price #contents .price_table > div > section dl dt p span {
  display: inline-block;
}
.page-price #contents .price_table > div > section dl dt p span.postscript {
  background: #FFA3A3;
  font-size: 0.9rem;
  padding: 2px 10px;
  border-radius: 50vh;
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div > section dl dt p {
    background: none;
  }
  .page-price #contents .price_table > div > section dl dt p span.postscript {
    color: #000;
    margin-bottom: 10px;
  }
  .page-price #contents .price_table > div > section dl dt p span.description {
    font-size: 3.3vw;
  }
}
.page-price #contents .price_table > div > section dl dt p a {
  color: blue !important;
  text-decoration: underline !important;
}
.page-price #contents .price_table > div > section dl dt p a i {
  display: none;
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div > section dl dt p a {
    color: #fff !important;
  }
  .page-price #contents .price_table > div > section dl dt p a i {
    display: inline-block;
  }
}
.page-price #contents .price_table > div > section dl dd {
  font-weight: bold;
  padding-left: 5px;
  text-align: right;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-price #contents .price_table > div > section dl dd {
    font-size: 2vw;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 600px) {
  .page-price #contents .price_table > div > section dl dd {
    background: rgb(208.2692307692, 239.4230769231, 247.7307692308);
    padding: 5px 10px;
    border-radius: 0 0 3px 3px;
  }
}
.page-price #contents .price_table > div > section dl dd span {
  display: inline-block !important;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-price #contents .price_table > div > section dl dd span {
    display: block;
  }
}

/* index Scss */
.page-faq #contents section article {
  margin-bottom: 40px;
}
.page-faq #contents {
  /* Q を付ける */
}
.page-faq #contents section article h3::before {
  content: "Q.";
  margin-right: 0.25em;
  color: #00519f;
  font-size: 1.3em;
}
.page-faq #contents {
  /* A を付ける */
}
.page-faq #contents section article p::before {
  content: "A.";
  margin-right: 0.25em;
  font-weight: 600;
  font-size: 1.5em;
  color: #FFA3A3;
}
.page-faq #contents {
  /* 必要なら調整用（任意） */
}
.page-faq #contents section article h3 {
  font-weight: 600;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  background: none;
  padding: 0;
  color: #00519f;
  font-size: 1.2em;
}
.page-faq #contents section article p {
  margin: 0 0 1.5em;
  line-height: 1.8;
}
.page-faq #contents {
  /* --- 質問一覧（liの前に Q を付ける） --- */
}
.page-faq #contents .faq-index ul li::before {
  content: "Q.";
  margin-right: 0.25em;
  color: #00519f;
}
.page-faq #contents {
  /* li内のテキストとの位置調整など（任意） */
}
.page-faq #contents .faq-index ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.page-faq #contents .faq-index ul li {
  margin: 0 0 0.5em;
  font-weight: 600;
}
.page-faq #contents .faq-index ul li a {
  color: #00519f;
}

/* index Scss */
.page-access #contents #low01 > div {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-access #contents #low01 > div {
    display: block;
  }
}
.page-access #contents #low01 > div .gaikanImg {
  flex: 0 0 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 600px) {
  .page-access #contents #low01 > div .gaikanImg {
    margin-right: 0;
  }
}
.page-access #contents #low01 > div img {
  max-width: 500px;
  border-radius: 10px;
}
.page-access #contents #low03 dt {
  font-weight: 700;
  color: #0068b7;
  margin: 0 0 0.5rem;
  font-size: 1.6rem;
}
.page-access #contents #low03 dt::before {
  content: "■";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.7em;
  vertical-align: middle;
}
.page-access #contents #low03 dd {
  margin: 0 0 2rem;
  display: flex;
  gap: 1.5rem;
  color: #333;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .page-access #contents #low03 dd {
    font-size: 1.2rem;
  }
}
.page-access #contents #low03 dd img {
  flex: 0 0 250px;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
.page-access #contents #low03 dd::before {
  content: "";
}
.page-access #contents #low03 dd + dt {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .page-access #contents #low03 {
    padding: 2.5rem 1.5rem;
  }
  .page-access #contents #low03 h2 {
    font-size: 2rem;
  }
  .page-access #contents #low03 dd {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.2rem;
    padding: 1.2rem;
  }
  .page-access #contents #low03 dd img {
    width: 100%;
    flex: 0 0 auto;
  }
}

/* index Scss */
.page-treatment #contents > section > section {
  margin-bottom: 60px;
}
.page-treatment #contents > section > section:last-child {
  margin-bottom: 0;
}
.page-treatment #contents .scroll-table-wrap table#time_table {
  width: 100%;
  min-width: 600px;
  margin-bottom: 0.5em;
}
.page-treatment #contents .scroll-table-wrap table#time_table th, .page-treatment #contents .scroll-table-wrap table#time_table td {
  border: 5px solid #ffffff;
  vertical-align: middle;
  font-weight: bold;
}
.page-treatment #contents .scroll-table-wrap table#time_table th span, .page-treatment #contents .scroll-table-wrap table#time_table td span {
  display: inline-block;
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents .scroll-table-wrap table#time_table th, .page-treatment #contents .scroll-table-wrap table#time_table td {
    font-size: 3vw;
  }
}
.page-treatment #contents .scroll-table-wrap table#time_table thead th {
  background: #00519f;
  color: #fff;
  padding: 10px;
}
.page-treatment #contents .scroll-table-wrap table#time_table tbody th, .page-treatment #contents .scroll-table-wrap table#time_table tbody td {
  text-align: center;
}
.page-treatment #contents .scroll-table-wrap table#time_table tbody th {
  padding: 10px 2px;
  background: #dbf7fc;
}
.page-treatment #contents .scroll-table-wrap table#time_table tbody th span {
  display: inline-block;
}
.page-treatment #contents .scroll-table-wrap table#time_table tbody td {
  color: #00519f;
  padding: 10px 2px;
  background: #f4fcfe;
}
.page-treatment #contents .scroll-table-wrap table#time_table tbody hr {
  height: 4px; /* 太さ */
  background-color: #ffffff; /* 好きな色 */
  border: none; /* 既定の線を消す */
}
.page-treatment #contents .scroll-table-wrap p {
  margin-bottom: 1em;
}
.page-treatment #contents .scroll-table-wrap p span {
  display: inline-block;
  margin-right: 1.5em;
}
.page-treatment #contents {
  /* =========================================
  1. スマホ用スクロール枠の設定 (新規追加)
  ========================================= */
}
.page-treatment #contents .scroll-table-wrap {
  width: 100%;
  overflow-x: auto; /* 横スクロールを有効化 */
  -webkit-overflow-scrolling: touch; /* なめらかなスクロール */
  margin-bottom: 20px;
  position: relative;
}
.page-treatment #contents {
  /* スマホ表示時のみ、表の下に「← 横にスクロール →」を表示 */
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents .scroll-table-wrap::after {
    content: "← 横にスクロールしてご覧ください →";
    display: block;
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    font-weight: normal;
  }
}
.page-treatment #contents #low04 > section > section {
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents #low04 h4 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .page-treatment #contents #low04 h4 {
    font-size: 1.3rem;
  }
}
.page-treatment #contents #low04 h4 {
  display: inline-block;
  font-weight: bold;
  color: rgb(75.8653846154, 195.2884615385, 227.1346153846);
  border: 3px double rgb(97.9326923077, 202.6442307692, 230.5673076923);
  padding: 0 20px;
  min-width: 100px;
  text-align: center;
  margin-bottom: 1em;
  border-radius: 50vh;
}
.page-treatment #contents #low04 h5 {
  font-weight: bold;
  margin-bottom: 1em;
}
.page-treatment #contents #low04 h5:before {
  content: "● ";
  color: #9CDE7F;
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents #low04 h5 {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 601px) {
  .page-treatment #contents #low04 h5 {
    font-size: 1.2rem;
  }
}
.page-treatment #contents #low04 .reserveTable {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents #low04 .reserveTable {
    display: block;
  }
}
.page-treatment #contents #low04 .reserveTable caption {
  font-weight: bold;
}
.page-treatment #contents #low04 .reserveTable th {
  font-weight: bold;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-treatment #contents #low04 .reserveTable th, .page-treatment #contents #low04 .reserveTable td {
  padding: 5px;
  vertical-align: middle;
}
.page-treatment #contents #low04 .reserveTable td {
  text-align: center;
}
.page-treatment #contents #low04 .reserveTable table:first-child {
  margin-right: 40px;
}
@media only screen and (max-width: 600px) {
  .page-treatment #contents #low04 .reserveTable table:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page-treatment #contents #low04 .reserveTable table:first-child th {
  background: rgb(124.6397515528, 211.5465838509, 86.4534161491);
}
.page-treatment #contents #low04 .reserveTable table:first-child th:last-child {
  border-right: 1px solid rgb(124.6397515528, 211.5465838509, 86.4534161491);
}
.page-treatment #contents #low04 .reserveTable table:first-child tbody tr:last-child th {
  border-bottom: 1px solid rgb(124.6397515528, 211.5465838509, 86.4534161491);
}
.page-treatment #contents #low04 .reserveTable table:first-child td {
  color: rgb(95.1180124224, 196.3726708075, 50.6273291925);
  border-right: 1px solid rgb(124.6397515528, 211.5465838509, 86.4534161491);
  border-bottom: 1px solid rgb(124.6397515528, 211.5465838509, 86.4534161491);
}
.page-treatment #contents #low04 .reserveTable table:nth-child(2) th {
  background: #00519f;
}
.page-treatment #contents #low04 .reserveTable table:nth-child(2) th:last-child {
  border-right: 1px solid #00519f;
}
.page-treatment #contents #low04 .reserveTable table:nth-child(2) tbody tr:last-child th {
  border-bottom: 1px solid #00519f;
}
.page-treatment #contents #low04 .reserveTable table:nth-child(2) td {
  color: #00519f;
  border-right: 1px solid #00519f;
  border-bottom: 1px solid #00519f;
}
.page-treatment #contents #low04 .line-flex {
  display: flex;
}
.page-treatment #contents #low04 .line-flex .qr img {
  width: 90%;
  max-width: 250px;
  margin-left: 30px;
}

/* index Scss */
.page-clinic #contents #low01 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-clinic #contents #low01 li {
  text-align: center;
}
.page-clinic #contents #low01 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
  display: block;
}
.page-clinic #contents #low01 em {
  display: block;
  margin-top: 0.8rem;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .page-clinic #contents #low01 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .page-clinic #contents #low01 ul {
    grid-template-columns: 1fr;
  }
}
.page-clinic #contents #low02 h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.page-clinic #contents #low02 li {
  margin-bottom: 60px;
}
.page-clinic #contents #low02 li > div {
  display: flex;
  gap: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low02 li > div {
    display: block;
  }
}
.page-clinic #contents #low02 img {
  flex: 0 0 200px;
  width: 200px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 600px) {
  .page-clinic #contents #low02 img {
    margin: 0 auto 20px;
  }
}
.page-clinic #contents #low02 em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
}
.page-clinic #contents #low02 p {
  font-size: 1rem;
  line-height: 1.8;
}/*# sourceMappingURL=style.css.map */