@charset "UTF-8";
:root {
  --text-color: #635757;
  --main_color: #a19991;
  --sub_color: #7fb9cf;
  --sp-submenu-wrap-subTitle: #303a3f;
  --font-serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  --font-yugo: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, Hiragino Sans , "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, sans-serif;
}

body {
  font-family: var(--font-yugo);
  color: var(--text-color);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
}

a,
a img {
  -webkit-transition: none;
  transition: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

a,
a:visited {
  color: var(--text-color);
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

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

.mainblock img {
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

#header > .inner,
.header_info > .inner,
#nav > .inner,
#contents > .inner,
#footer .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.page-sitemap #contents > .inner {
  margin-bottom: 1em !important;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.topinner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

.section:not(:last-child) {
  margin-bottom: clamp(30px, 6.4vw, 80px);
}

body:not(.home) #contents #main {
  margin-bottom: clamp(50px, 4.8vw, 60px);
}

.text-large {
  font-size: clamp(20px, 2.24vw, 28px);
}

@media (max-width: 767px) {
  .sp-small-image img {
    max-width: 70%;
  }
}
:focus {
  outline: none;
}

.color01 {
  color: var(--main_color);
}

.color02 {
  color: var(--sub_color);
}

.bgcolor01 {
  display: inline-block;
  background: var(--sub_color);
  padding: 0 5px;
}

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

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

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

figure {
  text-align: center;
  width: 100%;
}
figure figcaption {
  margin-top: 1em;
  text-align: left;
}

.text-red {
  color: #ff0000 !important;
}

@media (max-width: 767px) {
  .sp-text-left {
    text-align: left !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-right {
    text-align: right !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  #header > .inner,
  #nav > .inner {
    max-width: 100%;
  }
  .home #contents > .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  #contents #main {
    min-height: 600px;
  }
  .caegory-in-blog #main,
  .single-in-blog #main, .caegory-in-column #main,
  .single-in-column #main, .caegory-in-case_blog #main,
  .single-in-case_blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside, .caegory-in-column #aside,
  .single-in-column #aside, .caegory-in-case_blog #aside,
  .single-in-case_blogg #aside {
    float: left;
    width: 24%;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .spbr {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pcbr {
    display: block !important;
  }
}
@media (min-width: 1250px) {
  .pcbr02 {
    display: block !important;
  }
}
@media (max-width: 1249px) {
  .spbr02 {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #tinymce img.alignright,
  #tinymce img.alignleft,
  .mainblock img.alignright,
  .mainblock img.alignleft {
    max-width: 28%;
  }
  .mainblock .alignright {
    float: right;
    margin: 0 0 10px 2%;
  }
  .mainblock .alignleft {
    float: left;
    margin: 0 2% 10px 0;
  }
}
@media (max-width: 767px) {
  .alignright,
  .alignleft {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .pcbr02 {
    display: block !important;
  }
  .sp02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .spbr02 {
    display: block !important;
  }
  .pc02 {
    display: none !important;
  }
}
@media (max-width: 1224px) {
  .pc03 {
    display: none !important;
  }
  .tablet-hide {
    display: block !important;
  }
}
@media (min-width: 1225px) {
  .sp03 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 25px;
  }
}
.clearfix:has(h5) {
  margin-top: 0 !important;
}

header .header_logo a:hover img {
  opacity: 1;
}

@media (min-width: 768px) {
  body.home header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header .header_logo {
    width: clamp(300px, 40vw, 500px);
  }
}
@media (max-width: 767px) {
  header {
    -webkit-box-shadow: 0 0 5px #ccc;
            box-shadow: 0 0 5px #ccc;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
  }
  header .inner {
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer {
  padding: clamp(40px, 7.6vw, 95px) 0;
  background: #f5f3f0;
}
footer .footer__info:not(:last-child) {
  margin-bottom: clamp(30px, 6.4vw, 80px);
}
footer .footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
footer .footer__tel {
  text-align: center;
  font-family: var(--font-serif);
}
footer .footer__tel:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
footer .footer__tel-cta {
  font-size: clamp(18px, 1.84vw, 23px);
  display: block;
  letter-spacing: normal;
}
footer .footer__tel a {
  font-size: clamp(32px, 3.28vw, 41px);
  letter-spacing: 0.07em;
  text-decoration: none;
}
footer .footer__tel-ic {
  padding-left: clamp(25px, 2.96vw, 37px);
  position: relative;
}
footer .footer__tel-ic:before {
  content: "";
  background: url(../img/common/ic-tel.png) no-repeat center/cover;
  width: clamp(17px, 1.76vw, 22px);
  height: clamp(22px, 2.32vw, 29px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .footer__bnr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.6vw, 20px);
}
footer .footer__bnr:not(:last-child) {
  margin-bottom: clamp(30px, 4vw, 50px);
}
footer .footer__address {
  margin-bottom: 15px;
}
footer .footer__access li {
  line-height: 1.375;
  letter-spacing: normal;
  padding-left: 55px;
  position: relative;
  font-weight: 500;
}
footer .footer__access li:before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .footer__access .num {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
footer .footer__access-parking:before {
  background: url(../img/common/ic-parking.png) no-repeat center/cover;
}
footer .footer__access-bus:before {
  background: url(../img/common/ic-bus.png) no-repeat center/cover;
}
footer .footer__access-car:before {
  background: url(../img/common/ic-car.png) no-repeat center/cover;
}
footer .footer__nav-title {
  font-size: 30px;
  color: #b3ada6;
  border: 0;
  padding: 0;
  font-family: var(--font-serif);
  letter-spacing: normal;
  margin-bottom: clamp(15px, 2.8vw, 35px);
}
footer .footer__nav-title:before, footer .footer__nav-title:after {
  display: none;
}
footer .footer__nav-list a {
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
footer .footer__nav-list a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px var(--text-color);
  border-right: solid 1px var(--text-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
footer .copyright {
  text-align: center;
  padding-top: 100px;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  footer .footer__nav a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  footer .footer__nav a:hover {
    color: #ec6d88;
  }
  footer .footer__nav a:hover:before {
    border-color: #ec6d88;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 70px;
  }
  footer .footer__logo img {
    width: 300px;
  }
  footer .footer__col:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .footer__access {
    margin-top: 25px;
  }
  footer .footer__access li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .nav_group:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 768px) {
  footer .footer__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 4.8vw, 60px);
  }
  footer .googlemap {
    padding-bottom: 340px;
  }
  footer .footer__access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 33px;
  }
  footer .footer__access-car {
    width: 100%;
  }
  footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 120px;
  }
  footer .footer__nav-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 68px;
  }
  footer .footer__nav-col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 68px;
  }
}

#nav .menu > li > a .ic {
  padding-top: 33px;
  position: relative;
}
#nav .menu > li > a .ic:before {
  content: "";
  width: 32px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#nav .menu > li > a .ic-home:before {
  background: url(../img/common/ic-home.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-clinic:before {
  background: url(../img/common/ic-clinic.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-staff:before {
  background: url(../img/common/ic-staff.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-first:before {
  background: url(../img/common/ic-first.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-medical:before {
  background: url(../img/common/ic-medical.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-menu:before {
  background: url(../img/common/ic-menu.png) no-repeat center/cover;
}
#nav .menu > li > a .ic-fee:before {
  background: url(../img/common/ic-fee.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  #nav {
	  position: sticky;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #f5f3f0;
    top: 0;
    left: 0;
    font-family: var(--font-serif);
  }
  #nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav .menu li a {
    text-decoration: none;
    font-size: 18px;
  }
  #nav .menu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #nav .menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 95px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 10;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
  }
  #nav .menu > li > a:before {
    content: "";
    width: 1px;
    height: 70px;
    background: #c2c2c2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #nav .menu > li > a .en {
    font-size: 14px;
    color: var(--main_color);
  }
  #nav .menu > li > a:hover {
    color: #ec6d88;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu > li > a:hover .en {
    color: #fff;
  }
  #nav .menu > li > a:hover .ic:after {
    border-color: #ec6d88 !important;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu > li:last-child > a:after {
    content: "";
    width: 1px;
    height: 70px;
    background: #c2c2c2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children {
    position: relative;
  }
  #nav .menu > li.menu-item-has-children > a .ic {
    padding-right: 19px;
    position: relative;
  }
  #nav .menu > li.menu-item-has-children > a .ic:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #b7b1aa;
    border-right: solid 1px #b7b1aa;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    position: absolute;
    bottom: 13px;
    right: 0;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children > a:hover:after {
    border-color: #fff;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: var(--main_color);
    overflow: hidden;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li {
    width: 100%;
    height: 0;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a {
    text-align: center;
    color: #fff;
    padding: 10px 10px 8px;
    display: block;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li a:hover {
    color: #000000;
    background: #fff;
  }
  #nav .menu > li.menu-item-has-children:not(.wide) .sub-menu > li:not(:last-child) > a {
    border-bottom: solid 1px #eee;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu {
    overflow: visible;
  }
  #nav .menu > li.menu-item-has-children:not(.wide):hover .sub-menu li {
    height: auto;
  }
  #nav .menu > li.menu-item-has-children.wide {
    position: static;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap {
    width: 0;
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle {
    border-bottom: solid 1px #7e94b0;
    color: #fff;
    padding: 0 0 5px 10px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-wrap .menutitle:before {
    display: none;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu {
    display: none;
    position: relative;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a {
    color: #fff;
    position: relative;
    padding-left: 27px;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:before {
    content: "";
    width: 7px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    margin: auto;
  }
  #nav .menu > li.menu-item-has-children.wide .sub-menu li a:hover {
    text-decoration: underline;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto 0;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner:not(:last-child) {
    margin-bottom: 40px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide .submenu-inner.col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .submenu-wrap {
    width: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main_color);
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 4;
    display: block;
  }
  #nav .menu > li.menu-item-has-children.wide:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-transform: translate(0);
            transform: translate(0);
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: var(--main_color);
    visibility: visible;
    opacity: 0;
  }
  #nav .menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    border-top: 1px solid #eee;
  }
  #nav .menu li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0;
  }
  #nav .menu li a {
    display: block;
    padding: 14px 6px 13px 24px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    color: #000000;
  }
  #nav .menu > li > a {
    padding-left: 12px;
  }
  #nav .menu > li > a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px #473619;
    border-right: solid 2px #473619;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu > li > a br {
    display: none;
  }
  #nav .menu > li > a .en {
    display: none;
  }
  #nav .menu > li > a .ic {
    padding: 0 0 0 45px;
  }
  #nav .menu > li > a .ic:before {
    top: 0;
    bottom: 0;
    right: auto;
  }
  #nav .menu > li > a:hover {
    background: var(--main_color);
    color: #fff;
  }
  #nav .menu > li > a:hover:after {
    border-color: #fff;
  }
  #nav .menu .sub-menu > li a {
    color: #fff;
    background: var(--sub_color);
  }
  #nav .menu .sub-menu > li a:before {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
  }
  #nav .menu .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin: -5px 0 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav .menu .menu-item-has-children .sub-menu li a {
    color: #fff;
  }
  #nav .menu .menu-item-has-children .submenu-wrap .menutitle {
    color: #fff;
    display: block;
    padding: 7px 10px 7px 20px;
    font-weight: 700;
    background: var(--sp-submenu-wrap-subTitle);
  }
  #nav .menu .menu-item-has-children .sub-menu {
    background: none;
    font-size: 15px;
  }
  #nav .menu .menu-item-has-children.has-child .sub-menu {
    display: none;
  }
  #nav .menu .menu-item-has-children.wide .submenu-wrap {
    display: none;
  }
  #nav .toggle {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    text-align: right;
    padding-bottom: 20px;
    padding-right: 13px;
    padding-top: 20px;
    width: 40px;
    margin-left: auto;
    position: relative;
  }
  #nav .toggle span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  #nav .toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #nav .toggle span:nth-child(2) {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #nav.open {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #nav {
    width: 280px;
    -webkit-transform: translate(312px);
            transform: translate(312px);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 1;
  }
  #nav.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    visibility: visible;
  }
}
#aside .inq {
  position: fixed;
  z-index: 100;
  display: none;
}
#aside .inq01 {
  cursor: pointer;
}
#aside .yobo-banner {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: clamp(100px, 13.6vw, 170px);
  z-index: 101;
}
@media (max-width: 767px) {
  #aside .inq {
    bottom: env(safe-area-inset-bottom);
    right: 0;
  }
  #aside .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #aside .inq01 {
    width: 15vw;
    position: fixed;
    right: 5px;
    bottom: 30vw;
  }
  #aside .yobo-banner {
    right: auto;
    bottom: 17vw;
    left: 10px;
  }
}
@media (min-width: 768px) {
  #aside .inq {
    bottom: 0;
    right: 0;
  }
  #aside .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }
  #aside .inq01 {
    height: 80px;
  }
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap {
  margin-bottom: 2.5em;
}
.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 96%;
}
@media (max-width: 767px) {
  .bread_wrap {
    margin-bottom: 1em;
  }
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  margin-bottom: 0.5em;
}
.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li a {
  color: #000000;
}
.bread li a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .bread .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}/*# sourceMappingURL=common.css.map */