@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: #513704;
  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: 1000 !important;
  }
  #footerAsk {
    z-index: 999 !important;
  }
}
@media print, screen and (min-width: 601px) {
  header,
  #ptBtnPc,
  #quickNav {
    z-index: 10;
  }
  #hdImage {
    z-index: 0;
  }
  main {
    z-index: 9;
  }
}
body {
  line-height: 1.6;
  color: #513704;
}

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 print, screen and (min-width: 601px) {
  #hdUpper {
    width: 94%;
    margin: 0 auto 30px auto;
    left: 0;
  }
}

@media print, screen and (min-width: 601px) {
  #hdInfo {
    position: absolute;
    top: 20px;
    right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  #hdInfo {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

@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;
    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 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 601px) {
  .page h1, .single h1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

main {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1200px;
    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%;
    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 (min-width: 961px) and (max-width: 1199px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1200px;
    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%;
    padding: 80px 5% 80px 5%;
  }
  .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 (min-width: 601px) and (max-width: 959px) {
  .page #contents, .single #contents, .error404 #contents {
    width: 94%;
    max-width: 1200px;
    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%;
    padding: 80px 5% 80px 5%;
  }
  .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%;
    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: 1200px;
    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: 600px) {
  #ftUpper > div #ftInfo {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 601px) {
  #ftUpper > div #ftInfo {
    flex-basis: 47%;
  }
}
@media print, screen and (min-width: 601px) {
  #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: #F3A13D;
    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;
    border-bottom: 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 {
    margin: 0 auto;
  }
  #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2), #footerAsk li:nth-of-type(3) {
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(1) a, #footerAsk li:nth-of-type(2) a, #footerAsk li:nth-of-type(3) a {
    color: #fff;
    font-weight: bold;
  }
  #footerAsk li:nth-of-type(1) {
    width: 33.3333333333%;
    background: #97BF79;
    border-left: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(2) {
    width: 33.3333333333%;
    background: #F2D74C;
  }
  #footerAsk li:nth-of-type(3) {
    width: 33.3333333333%;
    background: #F3A13D;
  }
  #footerAsk li:nth-of-type(4) {
    width: 20%;
    background: #BFD95C;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(4) img {
    max-width: 30px;
  }
  #footerAsk li:nth-of-type(5) {
    width: 60%;
    background: #BFD95C;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(5) img {
    max-width: 200px;
  }
  #footerAsk li:nth-of-type(6) {
    width: 20%;
    background: #BFD95C;
    border-right: 1px solid #fff;
  }
  #footerAsk li:nth-of-type(6) img {
    max-width: 30px;
  }
}
@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: 1200px;
  margin: 0 auto;
}

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body.home {
  line-height: 1.6;
  color: #513704;
  background: url("../img/common/bg_pc.svg") no-repeat top center, #f4a13e;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  body.home {
    background: url("../img/common/bg_sp.svg") no-repeat top center, #f4a13e;
    background-size: cover;
  }
}

body.page, body.single, body.error404 {
  line-height: 1.6;
  color: #513704;
  background: url("../img/common/bg_low_pc.svg") no-repeat top center, #FFFDF5;
  background-size: cover;
}
@media only screen and (max-width: 600px) {
  body.page, body.single, body.error404 {
    background: url("../img/common/bg_low_sp.svg") no-repeat top center, #FFFDF5;
    background-size: cover;
  }
}

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

@media only screen and (max-width: 600px) {
  header {
    padding-bottom: 7px;
  }
  .menu-active header {
    background: rgb(229.5, 229.5, 229.5);
    border-color: rgba(229.5, 229.5, 229.5, 0);
  }
}

@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;
    border-radius: 50%;
  }
  .menu-trigger::before {
    content: "";
    display: block;
    width: 76%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F3A13D;
    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: #F3A13D;
    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: 250px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 961px) {
  #hdLogo img {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdLogo img {
    max-width: 200px;
    margin: 0 auto;
  }
}
@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 only screen and (min-width: 2000px) {
  #hdInfo {
    display: flex;
    justify-content: flex-end;
  }
}
#hdInfo img {
  max-width: 245px;
}
#hdInfo p {
  margin-left: 20px;
}
#hdInfo .tel {
  background: #F3A13D;
  border-radius: 50vh;
  border: 1px solid #fff;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  #hdInfo {
    display: block;
    width: 20%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdInfo {
    display: block;
    width: 20%;
  }
}

#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  #hdGn a, #hdGn span {
    display: block;
    color: #513704;
    font-size: 4.3vw;
  }
}
@media print, screen and (min-width: 601px) {
  #hdGn a, #hdGn span {
    display: table;
    cursor: pointer;
    color: #513704 !important;
    white-space: nowrap;
    font-size: 1.1em;
  }
  #hdGn a:hover, #hdGn span:hover {
    color: #F2D74C;
  }
}
@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%);
  }
}
@media only screen and (max-width: 600px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #e77114;
  }
  #hdGn > ul > li:last-of-type > a,
  #hdGn > ul > li:last-of-type > span {
    border-bottom: 1px solid #e77114;
  }
}
@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(243, 161, 61, 0.4);
  }
  .page-greeting #hdGn > ul > li:nth-child(2) > a, .page-greeting #hdGn > ul > li:nth-child(2) > span {
    background: rgba(243, 161, 61, 0.4);
  }
  .page-treatment #hdGn > ul > li:nth-child(3) > a, .page-treatment #hdGn > ul > li:nth-child(3) > span {
    background: rgba(243, 161, 61, 0.4);
  }
  .page-online #hdGn > ul > li:nth-child(4) > a, .page-online #hdGn > ul > li:nth-child(4) > span {
    background: rgba(243, 161, 61, 0.4);
  }
  .page-clinic #hdGn > ul > li:nth-child(5) > a, .page-clinic #hdGn > ul > li:nth-child(5) > span {
    background: rgba(243, 161, 61, 0.4);
  }
  .page-faq #hdGn > ul > li:nth-child(6) > a, .page-faq #hdGn > ul > li:nth-child(6) > span {
    background: rgba(243, 161, 61, 0.4);
  }
  .page-access #hdGn > ul > li:nth-child(7) > a, .page-access #hdGn > ul > li:nth-child(7) > span {
    background: rgba(243, 161, 61, 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: #F3A13D;
  }
  .page-greeting #hdGn > ul > li:nth-of-type(2) > a,
  .page-greeting #hdGn > ul > li:nth-of-type(2) > span {
    position: relative;
    color: #F3A13D;
  }
  .page-treatment #hdGn > ul > li:nth-of-type(3) > a,
  .page-treatment #hdGn > ul > li:nth-of-type(3) > span {
    position: relative;
    color: #F3A13D;
  }
  .page-online #hdGn > ul > li:nth-of-type(4) > a,
  .page-online #hdGn > ul > li:nth-of-type(4) > span {
    position: relative;
    color: #F3A13D;
  }
  .page-clinic #hdGn > ul > li:nth-of-type(5) > a,
  .page-clinic #hdGn > ul > li:nth-of-type(5) > span {
    position: relative;
    color: #F3A13D;
  }
  .page-faq #hdGn > ul > li:nth-of-type(6) > a,
  .page-faq #hdGn > ul > li:nth-of-type(6) > span {
    position: relative;
    color: #F3A13D;
  }
  .page-access #hdGn > ul > li:nth-of-type(7) > a,
  .page-access #hdGn > ul > li:nth-of-type(7) > span {
    position: relative;
    color: #F3A13D;
  }
}
#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: 100%;
    padding: 14px 3px;
    border-radius: 5px;
    background: #fff;
    transition: opacity 0.3s ease-in-out;
  }
}
#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 #e77114;
  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: #513704 !important;
    font-size: 0.9em;
  }
  #hdGn .sub li a:hover {
    background-color: #F3A13D;
    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(243, 161, 61, 0.8) !important;
  }
}
@media print, screen and (min-width: 601px) {
  .trInd #hdGn .acc li:nth-of-type(1) a {
    border-left: 4px solid #F3A13D;
  }
}

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

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

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

.page h1, .single h1, .error404 h1 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-weight: 700;
  position: relative; /* 疑似要素の基準にする */
  margin: 40px 0 40px;
  padding-bottom: 0 !important;
}
.page h1::after, .single h1::after, .error404 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px; /* 文字との間隔 */
  transform: translateX(-50%);
  width: 60px; /* 線の長さ */
  height: 4px; /* 線の太さ */
  background-color: #f29b2c; /* 線の色（オレンジ系） */
  border-radius: 999px; /* 角丸でカプセル形に */
}
@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;
  }
}

@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: #513704;
}
#bread li a img {
  display: inline;
  max-width: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
@media only screen and (max-width: 600px) {
  #bread {
    padding: 6px 0.3em 6px 5%;
    font-size: 3.2vw;
    background: rgba(243, 161, 61, 0.3);
  }
  #bread li:not(:last-of-type)::after {
    content: "/";
    margin-left: 1em;
  }
  #bread li:nth-child(1)::after {
    margin-left: 30px;
  }
}
@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;
  }
  #bread li:nth-child(1)::after {
    margin-left: 30px;
  }
}
@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: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-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 {
  position: relative;
  padding: 10px 24px 10px 46px; /* 左を広めにして丸の分を確保 */
  font-weight: 700;
  color: #6a4415; /* 文字色・茶色系 */
  background-color: #fff2cc; /* バーの背景色・薄いクリーム */
  border-radius: 999px; /* 端を丸くしてピル型に */
}
.page #contents h2::before, .single #contents h2::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff; /* 中身の白 */
  box-shadow: 0 0 0 4px #fff2cc; /* 周りを背景と同じ色でフチ取りすると画像に近い雰囲気に */
  z-index: 10;
}
#contents h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-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 {
  color: #C2850D;
  border-bottom: solid 3px #E8AF41;
}
.single #contents h3 {
  color: #e77114;
  border: 2px dotted #F3A13D;
  display: inline-block;
  padding: 0 20px;
  border-radius: 50vh;
  background: #fff;
}
@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 {
  font-weight: bold;
  color: rgb(238.2621359223, 137.5533980583, 14.7378640777);
  margin-bottom: 0.5em;
}
.single #contents h4:before {
  content: "● ";
  color: rgba(243, 161, 61, 0.5);
}
@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;
  }
}
.single #contents .advice {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.single #contents .advice h3 {
  border: none;
  padding: 0;
  position: relative;
  padding-left: 70px;
  color: #f2af2f;
  font-weight: bold;
}
.single #contents .advice h3:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 60px;
  height: 60px;
  background: url("../img/common/docIcon.svg") no-repeat left center;
  background-size: 60px;
}
.single #contents .advice h4 {
  border: none;
  padding: 0;
  position: relative;
  padding-left: 70px;
  color: #f2af2f;
  font-weight: bold;
  margin-bottom: 30px;
}
.single #contents .advice h4:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 60px;
  height: 60px;
  background: url("../img/common/docIcon.svg") no-repeat left center;
  background-size: 60px;
}

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

#ftUpper {
  background: #FCF6D2;
  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: 30px 10px;
  }
}
#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 15px;
  }
}
#ftUpper h2 {
  text-align: center;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 40px;
  text-align: center;
}
#ftUpper h2 span {
  font-weight: bold;
  color: #F3A13D;
  font-size: 1.8em;
  display: block;
}
@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 h3 {
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.5em;
  color: #F3A13D;
  font-weight: bold;
}
@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;
  }
}
#ftUpper .kamoku {
  margin-bottom: 20px;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftUpper .kanrenBanner ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #ftUpper .kanrenBanner ul li {
    flex: 0 0 48%;
  }
}
#ftUpper .kanrenBanner li {
  margin-bottom: 20px;
}
#ftUpper .kanrenBanner li img {
  max-width: 300px;
}

#ftbottom {
  background: #F4BB4E;
  padding: 80px 40px;
}
#ftbottom #ftLogo img {
  max-width: 400px;
  margin: 0 auto 20px;
}
#ftbottom #ftAdd img {
  max-width: 200px;
  margin: 0 auto 20px;
}
#ftbottom #ftAdd p {
  font-size: 0.9rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
#ftbottom #ftNav {
  margin: 40px auto;
  max-width: 1200px;
}
#ftbottom #ftNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#ftbottom #ftNav ul li {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 961px) {
  #ftbottom #ftNav ul li {
    margin-left: 1em;
    margin-right: 1em;
    flex: 0 0 15%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #ftbottom #ftNav ul li {
    flex: 30%;
  }
}
@media only screen and (max-width: 600px) {
  #ftbottom #ftNav ul li {
    flex: 45%;
  }
}
#ftbottom #ftNav ul li a {
  color: #fff;
}

#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: #fff !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: 20px 20px;
  }
  #quickNav li a:hover {
    background: #F3A13D;
  }
  #quickNav li#quick1 a {
    position: relative;
    background: #97BF79;
  }
  #quickNav li#quick2 a {
    background: #EBCA20;
  }
}
@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%;
}
footer .timeTable {
  margin: auto auto 20px 0 !important;
}
main .timeTable {
  margin-bottom: 30px !important;
}
.timeTable table {
  width: 100%;
  max-width: 1000px;
  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: #F3A13D;
  color: #fff;
  padding: 10px;
}
.timeTable table thead th.h3 {
  background: none;
  color: #3B4043;
  text-align: left;
  padding-top: 20px;
  padding-left: 0 !important;
}
.timeTable table thead th.h3 span {
  background: #fff;
  border-radius: 4px;
  padding: 3px 10px;
}
@media only screen and (max-width: 600px) {
  .timeTable table thead th.h3 span {
    font-size: 3.8vw;
    color: #e77114;
    font-weight: bold;
    padding: 0;
  }
}
.timeTable table tbody th, .timeTable table tbody td {
  text-align: center;
  background: #FCF6D2;
}
.timeTable table tbody th {
  padding: 10px 2px;
}
.timeTable table tbody th span {
  display: inline-block;
}
.timeTable table tbody td {
  color: #e77114;
}
.timeTable p span {
  display: inline-block;
  margin-right: 1.5em;
}
@media only screen and (max-width: 600px) {
  .timeTable p {
    font-size: 3.5vw;
  }
}

.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(243, 161, 61, 0.2);
  }
}
.accordion dt.on {
  background: #F3A13D;
  color: #fff;
}
.accordion dt.on::after {
  transform: rotate(180deg);
  transform-origin: center 25%;
}
.accordion dt.on + dd {
  background: rgba(243, 161, 61, 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%, #F3A13D 0%) repeat scroll 0 0;
  color: #513704;
}

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

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

.inline_block {
  display: inline-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: #F3A13D;
  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 {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .button {
    text-align: center;
  }
}

.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 1.6em;
  border-radius: 999px;
  background-color: #ffa34a;
  color: #fff !important;
  font-size: 0.9rem;
  text-decoration: none !important;
  line-height: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.button a:hover, .button a:focus-visible {
  background-color: #ffb96f;
  outline: none;
}
.button a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.button a::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

.line_button {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 959px) {
  .line_button {
    text-align: center;
  }
}

.line_button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.7em 1.6em;
  border-radius: 999px;
  background-color: #97BF79;
  color: #fff !important;
  font-size: 0.9rem;
  text-decoration: none !important;
  line-height: 1;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.1s ease;
}
.line_button a:hover, .line_button a:focus-visible {
  background-color: #BFD95C;
  outline: none;
}
.line_button a:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
.line_button a::after {
  content: "›";
  font-size: 1.1em;
  line-height: 1;
}

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

.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: #F3A13D;
  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: #F3A13D;
  font-size: 0.5em;
}

.dlBlock {
  margin-top: 60px;
}
.dlBlock dt {
  padding: 0 17px;
  width: fit-content;
  background: #F2D74C;
  color: #000;
  border-left: 4px solid #F3A13D;
}
.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 #F3A13D;
}

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

.nmbr {
  counter-reset: number;
  padding: 0;
  margin: 0;
}
.nmbr li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.4em;
  font-weight: bold;
}
.nmbr li:before {
  content: counter(number);
  counter-increment: number;
  background: #F3A13D;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.howToUse {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0;
}
.howToUse li {
  counter-increment: step;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.howToUse li::before {
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  color: #F3A13D;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

@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 */
.home #firstView {
  position: relative;
}
.home #firstView #headerImage img {
  max-width: 1600px;
  width: 95%;
  margin: 30px auto 0;
  border-radius: 30px;
}
@media only screen and (max-width: 600px) {
  .home #firstView #headerImage img {
    width: 90%;
  }
}
.home #firstView #catch {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .home #firstView #catch {
    top: 65%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 5vw !important;
    width: 90%;
    text-align: center;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #firstView #catch {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 90%;
    font-size: 3vw;
  }
}
@media print, screen and (min-width: 961px) {
  .home #firstView #catch {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.3rem;
    max-width: 750px;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #firstView #catch {
    top: 35%;
    font-size: 3vw;
  }
}
.home #firstView #catch img {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 959px) {
  .home #firstView #catch img {
    width: 80%;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #firstView #catch img {
    width: 80%;
  }
}
.home #firstView #catch h1 {
  text-align: center;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0 0 10px;
  border-radius: 5px;
  font-weight: bold !important;
}
.home #firstView #catch h1 span {
  display: inline-block;
}
.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 20px 20px 5px;
  background: rgba(243, 161, 61, 0.3);
}
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px 20px 20px 5px;
  background: #F3A13D;
}
.home #news .block dt {
  color: #F3A13D;
  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(243, 161, 61, 0.3);
  font-size: 0.9rem;
  line-height: 1.6;
}
.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 h2 {
  text-align: center;
}
.home #low02 h2 span {
  display: inline-block;
}
.home #low03 h2 span, .home #low04 h2 span, .home #low05 h2 span, .home #news h2 span, .home #blog h2 span {
  font-weight: bold;
  color: #F3A13D;
  font-size: 1.8em;
  display: block;
}
.home #low01 .treatBanner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  margin: -250px auto 0;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low01 .treatBanner {
    gap: 1%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 959px) {
  .home #low01 .treatBanner {
    flex-wrap: wrap;
    gap: 1%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 .treatBanner {
    margin-top: -150px;
  }
}
.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: 961px) and (max-width: 1199px) {
  .home #low01 .treatBanner li {
    flex: 0 0 23%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li {
    flex: 0 0 35%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 .treatBanner li {
    flex: 0 0 48%;
  }
}
.home #low01 .treatBanner li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
  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 picture {
  max-width: 50%;
  background: #fff;
  padding: 20px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-bottom: 20px;
}
.home #low01 .treatBanner li a picture img {
  height: auto;
  max-width: 100px;
  margin: 0 auto;
}
.home #low01 .treatBanner li a p {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low01 .treatBanner li a p {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low01 .treatBanner li a p {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 600px) {
  .home #low01 .treatBanner li a p {
    font-size: 3.5vw;
  }
}
.home #low01 .treatBanner li:nth-child(1) a {
  background: #BFD95C;
}
.home #low01 .treatBanner li:nth-child(2) a {
  background: #F2D74C;
}
.home #low01 .treatBanner li:nth-child(3) a {
  background: #97BF79;
}
.home #low01 .treatBanner li:nth-child(4) a {
  background: #BFD95C;
}
.home #low01 .treatBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low02 {
  padding-top: 0 !important;
}
.home #low02 > div {
  background: rgba(255, 255, 255, 0.9);
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 80px;
}
@media only screen and (max-width: 600px) {
  .home #low02 > div {
    padding: 40px;
  }
}
.home #low02 > div > div {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 959px) {
  .home #low02 > div > div {
    display: block;
  }
}
.home #low02 > div > div div {
  flex: 0 0 60%;
}
.home #low02 > div > div picture {
  flex: 0 0 35%;
}
.home #low02 > div > div picture img {
  border-radius: 23px;
}
.home #low02 > div > div #nairanBanner {
  margin-top: 20px;
}
.home #low02 > div > div #nairanBanner img {
  max-width: 600px;
}
.home #low03 {
  background: #FCF6D2;
}
.home #low03 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .home #low03 ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.home #low03 ul li {
  flex: 0 0 22%;
  background: #fff;
  position: relative;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low03 ul li {
    flex: 0 0 48%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low03 ul li {
    flex: 0 0 48%;
    margin-bottom: 60px;
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home #low03 ul li {
    margin-bottom: 60px;
  }
}
.home #low03 ul li > div {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); /* カード上辺から半分飛び出させる */
  width: 56px;
  height: 56px;
}
.home #low03 ul li p {
  font-weight: bold;
}
.home #news {
  background: #FCF6D2;
}
.home #news > div {
  max-width: 1000px;
  margin: 0 auto;
}
.home #low04 {
  background: #FFFDF4;
}
.home #low04 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .home #low04 ul {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 300px;
  }
}
.home #low04 ul li {
  flex: 0 0 30%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low04 ul li {
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low04 ul li {
    flex: 0 0 48%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .home #low04 ul li {
    margin-bottom: 60px;
  }
}
.home #low04 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  border: 6px solid #E8CCB1;
  padding: 20px;
  text-decoration: none;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low04 ul li a img {
  max-width: 80px;
  margin: 0 auto 20px;
}
.home #low04 ul li a h3 {
  text-align: center;
  color: #F3A13D;
  font-weight: bold;
}
.home #low04 ul li a p {
  color: #513704;
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
  .home #low04 ul li a p {
    font-size: 0.9rem;
  }
}
.home #low04 ul li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low05 {
  background: #fff;
}
.home #low05 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home #low05 .reserveBanner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 600px) {
  .home #low05 .reserveBanner {
    display: block;
  }
}
.home #low05 .reserveBanner li {
  flex: 0 0 30%;
}
@media only screen and (max-width: 600px) {
  .home #low05 .reserveBanner li {
    margin-bottom: 60px;
  }
}
.home #low05 .reserveBanner li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #F3A13D;
  padding: 20px;
  text-decoration: none;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home #low05 .reserveBanner li a:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.home #low05 .reserveBanner li h3 {
  text-align: center;
  color: #F3A13D;
  font-weight: bold;
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .home #low05 .reserveBanner li h3 {
    font-size: 3vw;
  }
  .home #low05 .reserveBanner li h3 span {
    font-size: 2vw;
  }
}
.home #low05 .reserveBanner li p {
  color: #513704;
}
.home #blog {
  background: url("../img/common/blogBg.webp") no-repeat center center;
  background-size: cover;
}
.home #blog > div {
  max-width: 1000px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 20px;
  border: 6px solid #E8CCB1;
  padding: 20px;
}
@media only screen and (max-width: 600px) {
  .home #blog > div {
    margin: 10px 7px 40px;
  }
}
.home #blog > div::-webkit-scrollbar {
  height: 5px;
}
.home #blog > div::-webkit-scrollbar-track {
  border-radius: 5px 20px 20px 5px;
  background: rgba(243, 161, 61, 0.3);
}
.home #blog > div::-webkit-scrollbar-thumb {
  border-radius: 5px 20px 20px 5px;
  background: #F3A13D;
}
.home #blog > div dt {
  color: #F3A13D;
  font-weight: bold;
}
.home #blog > div dd {
  margin-top: -1.6em;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 8em;
  border-bottom: 2px dotted rgba(243, 161, 61, 0.3);
  font-size: 0.9rem;
}
.home #blog > div dd a {
  text-decoration: underline !important;
}
@media only screen and (max-width: 600px) {
  .home #blog > div dd {
    margin-top: 0;
    padding-left: 0;
  }
}
.home #blog h2, .home #blog p {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.home #blog > p {
  text-align: center;
  font-weight: bold;
}
.home #blog > p a {
  color: #F3A13D;
  text-decoration: none;
}

/* index Scss */
.page-greeting #contents {
  background: url("../img/common/contentsBg_01.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}
.page-greeting #contents .greet {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents .greet {
    display: block;
  }
}
.page-greeting #contents .greet > div {
  flex: 0 0 60%;
}
.page-greeting #contents .greet .docPhoto {
  flex: 0 0 35%;
}
.page-greeting #contents .greet .docPhoto p {
  text-align: center;
}
.page-greeting #contents .greet picture img {
  max-width: 400px;
}
.page-greeting #contents .career ul {
  list-style: none;
  margin: 0 5px;
  padding: 0;
  border-left: 2px solid #f0c26a;
  position: relative;
}
.page-greeting #contents .career ul::before, .page-greeting #contents .career ul::after {
  content: "";
  position: absolute;
  left: -2px;
  width: 2px;
  background: #f0c26a;
}
.page-greeting #contents .career ul::before {
  top: 0;
  height: 16px;
}
.page-greeting #contents .career ul::after {
  bottom: 0;
  height: 16px;
}
.page-greeting #contents .career ul li {
  position: relative;
  padding: 17px 0 16px 80px;
}
.page-greeting #contents .career ul li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f0c26a;
  box-shadow: 0 0 0 3px #fffaf0;
}
.page-greeting #contents .career ul li time {
  position: absolute;
  left: 10px;
  top: 17px;
  width: 5em;
  font-weight: 700;
  color: #6a4415;
}
@media only screen and (max-width: 600px) {
  .page-greeting #contents .career ul li {
    padding-left: 20px;
  }
  .page-greeting #contents .career ul li time {
    position: static;
    display: block;
    width: 4.5em;
    font-size: 0.95rem;
    margin-bottom: 0.5em;
  }
}

/* index Scss */
.page-online #contents {
  background: url("../img/common/contentsBg_02.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}

/* index Scss */
.page-faq #contents {
  background: url("../img/common/contentsBg_03.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}
.page-faq #contents dt {
  position: relative;
  margin-top: 14px;
  padding: 10px 14px 10px 34px;
  border-radius: 6px;
  background-color: rgba(243, 161, 61, 0.12);
  color: #e77114;
  font-weight: 700;
  cursor: default;
}
.page-faq #contents dt::before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #F3A13D;
  color: #fff;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.page-faq #contents dt:first-of-type {
  margin-top: 0;
}
.page-faq #contents dd {
  position: relative;
  margin: 4px 0 20px;
  padding: 10px 14px 10px 34px;
  color: #513704;
  line-height: 1.7;
  font-size: 0.95rem;
}
.page-faq #contents dd::before {
  content: "A";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #F3A13D;
  color: #F3A13D;
  font-size: 0.75rem;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
}
.page-faq #contents dd a {
  color: #F3A13D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-faq #contents dd a:hover {
  text-decoration-thickness: 2px;
}

/* index Scss */
.page-access #contents .gmap > div {
  margin-bottom: 1em;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.page-access #contents .gmap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-access #contents .gmap picture img {
  max-width: 800px;
}

/* index Scss */
.page-treatment #contents {
  background: url("../img/common/contentsBg_02.svg") no-repeat left bottom;
  background-size: 200px;
  padding-bottom: 200px;
}
.page-treatment #contents > section > section {
  margin-bottom: 60px;
}
.page-treatment #contents > section > section:last-child {
  margin-bottom: 0;
}
.page-treatment #contents .clinic-policy dl {
  margin: 0;
  padding: 12px 14px;
  border-radius: 6px;
  background-color: #ffffff;
}
.page-treatment #contents .clinic-policy dt {
  position: relative;
  margin-top: 16px;
  font-weight: 700;
  color: #F3A13D;
  font-size: 1.05rem;
}
.page-treatment #contents .clinic-policy dt:first-of-type {
  margin-top: 0;
}
.page-treatment #contents .clinic-policy dd {
  margin: 6px 0 14px;
  line-height: 1.7;
  font-size: 0.95rem;
}

/* 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: 6px;
  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;
}
.page-clinic #contents #low02 img {
  flex: 0 0 200px;
  width: 200px;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  display: block;
}
.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;
}

/* index Scss */
.single #contents .flow {
  counter-reset: number;
}
.single #contents .flow > div > div {
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.single #contents .flow > div > div.arrow {
  background: none;
  padding: 0;
}
.single #contents .flow > div > div.arrow img {
  margin: 0 auto;
}
.single #contents .flow .flex > div {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .single #contents .flow .flex > div {
    display: block;
  }
}
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .single #contents .flow .flex > div {
    display: block;
  }
}
.single #contents .flow .flex > div figure {
  flex: 0 0 30%;
  margin: 0 20px 20px;
}
.single #contents .flow .flex > div figure img {
  border-radius: 20px;
}
.single #contents .flow h3 {
  position: relative;
  margin: 0 auto 1em auto;
  padding-left: 50px;
  color: #513704;
  background: none;
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .single #contents .flow h3 {
    font-size: 5vw;
  }
}
@media print, screen and (min-width: 601px) {
  .single #contents .flow h3 {
    font-size: 1.2rem;
  }
}
.single #contents .flow h3:before {
  content: "0" counter(number);
  counter-increment: number;
  background: url("../img/common/flow_number.svg") no-repeat left center;
  padding: 20px;
  background-size: contain;
  color: #F3A13D;
  margin-right: 10px;
  margin-left: -50px;
}
.single #contents .area > div {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .single #contents .area > div {
    display: block;
  }
}
.single #contents .area > div figure {
  flex: 0 0 50%;
}
.single #contents .area > div figure img {
  max-width: 500px;
  border: 2px solid #F2D74C;
  margin-bottom: 20px;
}
.single #contents .area > div figure figcaption {
  font-size: 0.8rem;
}
.single #contents .area > div ul {
  margin-right: 20px;
}
.single #contents .area > div ul li {
  margin-bottom: 0.7em;
  line-height: 1.4em;
  padding-left: 30px;
  font-weight: bold;
  position: relative;
}
.single #contents .area > div ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/common/pinIcon.svg") no-repeat left center;
  background-size: contain;
  color: #F3A13D;
  margin-right: 10px;
  margin-left: 10px;
}
.single #contents a {
  color: #F3A13D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single #contents a:hover {
  text-decoration-thickness: 2px;
}/*# sourceMappingURL=style.css.map */