@charset "UTF-8";
@font-face {
  src: url("doc.php?id=007") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  src: url("doc.php?id=008") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  src: url("doc.php?id=009") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  src: url("doc.php?id=010") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: url("doc.php?id=011") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  src: url("doc.php?id=007") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  src: url("doc.php?id=008") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  src: url("doc.php?id=009") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  src: url("doc.php?id=010") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: url("doc.php?id=011") format("woff");
  font-family: "Zen Maru Gothic";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
/*********************************************************
全体
*********************************************************/
* {
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

button,
input[type=submit],
input[type=reset] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: serif;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

a {
  text-decoration: none;
}

span {
  font-weight: inherit;
}

.-dnone {
  display: none;
}

.em.-bdb {
  border-color: inherit;
  border-style: solid;
  border-width: 0 0 1px 0;
}

.em.-fcr {
  color: #f00;
}

.em.-fcbl {
  color: blue;
}

.em.-fcgr {
  color: green;
}

.em.-fcor {
  color: orange;
}

.em.-fcmc {
  color: #87ceeb;
}

.em.-ff_zmg {
  font-family: "Zen Maru Gothic", sans-serif;
}

.em.-fwb {
  font-weight: bold;
}

.em.-fz_large {
  font-size: 120%;
}

.em.-marker_y {
  background: linear-gradient(transparent 60%, #ffffb4 60%);
}

.tac {
  text-align: center;
}

.dib {
  display: inline-block;
}

/*********************************************************
ヘッダー
*********************************************************/
.header {
  position: relative;
}

.header__top {
  background: #5bbce4;
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .header__top {
    font-size: 10px;
    padding: 3px 2%;
  }
}
.header__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media (max-width: 1000px) {
  .header__inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.header__box {
  background: #fff;
  border-bottom: 1px solid #87ceeb;
  padding: 15px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .header__box {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .header__box {
    padding: 10px 0;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  max-width: 150px;
}

@media (max-width: 1024px) {
  .header__logo {
    max-width: 70px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    width: 60%;
  }
}
.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .gnav {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    max-height: 100vh;
    overflow: auto;
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.gnav__item {
  border-left: 2px solid #ccc;
  font-size: 14px;
  position: relative;
  text-align: center;
  width: 20%;
}

@media (max-width: 1024px) {
  .gnav__item {
    border-bottom: 1px solid #ccc;
    border-left: none;
    padding: 5px 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .gnav__item:nth-child(n+6) {
    margin-top: 10px;
  }
}
.gnav__item.-reserve a {
  color: #ff868c;
}

.gnav__item a,
.gnav__item button {
  color: #000;
  font-size: 100%;
  font-weight: bold;
}

.gnav__item a:hover,
.gnav__item button:hover {
  color: #87ceeb;
}

@media (min-width: 1025px) {
  .gnav__item a.-voice {
    font-size: 13px;
  }
}
.gnav__item span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

@media (min-width: 1025px) {
  .gnav__item.-parent:hover .gnav-child {
    display: block;
  }
}
@media (max-width: 1024px) {
  .gnav__item.-parent.on {
    padding-bottom: 0;
  }
}
.gnav-child {
  background: #fff;
  display: none;
  font-size: 12px;
  padding: 10px 20px;
}

@media (min-width: 1025px) {
  .gnav-child {
    position: absolute;
    top: 100%;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .gnav-child {
    background: #fffbef;
    margin-top: 1em;
    padding: 20px 10px;
  }
}
.gnav-child a {
  display: block;
}

@media (min-width: 1025px) {
  .gnav-child a {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .gnav-child a {
    background: #fff3d9;
    color: #5a5a5a;
    padding: 12px 0;
  }
}
@media (min-width: 1025px) {
  .gnav-child__item {
    margin-bottom: 10px;
  }
  .gnav-child__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .gnav-child__item {
    border-bottom: 1px solid #ffc952;
  }
}
@media (max-width: 1024px) {
  .gnav__icon {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .gnav__icon::before, .gnav__icon::after {
    background: #333;
    content: "";
  }
  .gnav__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
  }
  .gnav__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 1px;
    height: 10px;
  }
  .on .gnav__icon::after {
    opacity: 0;
  }
}
.menu-btn {
  display: none;
}

@media (max-width: 1024px) {
  .menu-btn {
    background: #87ceeb;
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1024px) {
  .menu-btn__inner {
    cursor: pointer;
    height: 25px;
    position: relative;
    width: 25px;
  }
  .menu-btn__inner::after {
    color: #fff;
    content: "menu";
    font-size: 12px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .menu-btn__inner.close::after {
    content: "close";
  }
}
@media (max-width: 1024px) {
  .menu-btn__bar {
    background: #fff;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.5s;
    width: 100%;
  }
  .menu-btn__bar::before, .menu-btn__bar::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    width: 100%;
  }
  .menu-btn__bar::before {
    margin-top: -9px;
  }
  .menu-btn__bar::after {
    margin-top: 7px;
  }
}
@media (max-width: 1024px) {
  .close .menu-btn__bar {
    background: transparent;
  }
  .close .menu-btn__bar::before, .close .menu-btn__bar::after {
    margin-top: 0;
  }
  .close .menu-btn__bar::before {
    transform: rotate(45deg);
  }
  .close .menu-btn__bar::after {
    transform: rotate(-45deg);
  }
}
/*********************************************************
フッター
*********************************************************/
@media (max-width: 480px) {
  .footer {
    padding-bottom: 13%;
  }
}
.footer__info {
  background: #efefef;
  padding: 50px 0;
}

.footer__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media (max-width: 1600px) {
  .footer__inner {
    max-width: 800px;
  }
}
@media (max-width: 1000px) {
  .footer__inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.footer__copy {
  background: #5bbce4;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 1200px) {
  .footer__copy {
    margin-top: 166px;
  }
}
.footer__copy span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.footer__copy span:last-child {
  margin-right: 0;
}

.footer__box01,
.footer__box02 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .footer__box01,
  .footer__box02 {
    display: block;
  }
}
.footer__box01 {
  align-items: center;
}

.footer__box01 a:hover {
  opacity: 0.7;
}

.footer__reserve,
.footer__time,
.footer__map,
.footer__ggmap {
  width: 48.5%;
}

@media (max-width: 768px) {
  .footer__reserve,
  .footer__time,
  .footer__map,
  .footer__ggmap {
    width: 100%;
  }
}
.footer__reserve a {
  display: block;
  text-align: center;
  width: 100%;
}

.footer__voice {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .footer__voice {
    margin-top: 30px;
  }
}
.footer__time {
  margin-top: 30px;
}

.footer__box02 {
  margin-top: 30px;
}

.footer__map {
  text-align: center;
}

.footer__ggmap {
  padding-bottom: 30%;
  position: relative;
}

@media (max-width: 768px) {
  .footer__ggmap {
    margin: 0 auto;
    max-width: 550px;
    padding-bottom: 380px;
  }
}
@media (max-width: 600px) {
  .footer__ggmap {
    padding-bottom: 70%;
  }
}
.footer__ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__nav {
  padding: 30px 0;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .footer-menu {
    display: block;
  }
}
.footer-menu__list {
  width: 24%;
}

@media (max-width: 768px) {
  .footer-menu__list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    width: 100%;
  }
  .footer-menu__list:not(:first-child) {
    margin-top: 30px;
  }
}
.footer-menu__ttl {
  font-weight: bold;
  padding-left: 7px;
  position: relative;
}

@media (max-width: 768px) {
  .footer-menu__ttl {
    cursor: pointer;
  }
}
.footer-menu__ttl::before {
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 2px;
}

@media (max-width: 768px) {
  .footer-menu__icon {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .footer-menu__icon::before, .footer-menu__icon::after {
    background: #333;
    content: "";
  }
  .footer-menu__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 1px;
  }
  .footer-menu__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 1px;
    height: 10px;
  }
  .on .footer-menu__icon::after {
    opacity: 0;
  }
}
.footer-menu__links {
  margin-top: 20px;
}

.footer-menu__links input {
  display: none;
}

.footer-menu__links input:checked + .footer-menu__child {
  display: block;
}

@media (max-width: 768px) {
  .footer-menu__links {
    display: none;
  }
}
.footer-menu__link,
.footer-menu__btn {
  color: #000;
  display: block;
  font-size: 12px;
  margin-left: 5%;
  margin-bottom: 8px;
  position: relative;
  width: 95%;
}

@media (max-width: 768px) {
  .footer-menu__link,
  .footer-menu__btn {
    margin-left: 3%;
    padding: 5px 0;
  }
}
.footer-menu__link:last-child,
.footer-menu__btn:last-child {
  margin-bottom: 0;
}

.footer-menu__link:hover,
.footer-menu__btn:hover {
  color: #87ceeb;
}

.footer-menu__link::after,
.footer-menu__btn::after {
  border-color: #000;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  margin-top: -5.5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.footer-menu__btn {
  text-align: left;
}

.footer-menu__btn::after {
  transform: rotate(135deg);
  transition: transform 0.2s;
}

.footer-menu__btn.on::after {
  transform: rotate(315deg);
}

.footer-menu__btn label {
  cursor: pointer;
  display: block;
}

.footer-menu__child {
  background: #fff9ef;
  line-height: 0;
  transition: line-height 0.2s ease-out, margin-bottom 0.3s ease-out, padding 0.3s ease-out, visibility 0.3s ease-out;
  visibility: hidden;
}

.footer-menu__child.on {
  line-height: 1;
  margin-bottom: 8px;
  padding: 10px;
  visibility: visible;
}

.footer-menu__child.on li {
  line-height: 1.5;
  margin-bottom: 5px;
}

.footer-menu__child.on .footer-menu__link {
  line-height: 1.5;
  opacity: 1;
  padding: 5px 0;
  visibility: visible;
  transition: line-height 0.3s ease-out, opacity 0.1s linear 0.1s, visibility 0.1s linear 0.1s;
}

.footer-menu__child li {
  line-height: 0;
  transition: line-height 0.2s, margin-bottom 0.1s;
}

.footer-menu__child li:last-child {
  margin-bottom: 0;
}

.footer-menu__child .footer-menu__link {
  font-size: 11px;
  line-height: 0;
  opacity: 0;
  padding: 0;
  transition: line-height 0.3s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  visibility: hidden;
}

.footer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .footer-banner {
    display: block;
  }
}
.footer-banner__reserve,
.footer-banner__tel {
  width: 48%;
}

@media (max-width: 480px) {
  .footer-banner__reserve,
  .footer-banner__tel {
    width: 100%;
  }
}
.footer-banner__reserve a:hover,
.footer-banner__tel a:hover {
  opacity: 0.9;
}

@media (max-width: 480px) {
  .footer-banner__tel {
    margin-top: 15px;
  }
}
/*********************************************************
診療時間テーブル
*********************************************************/
.table-hours {
  width: 100%;
}

.table-hours th,
.table-hours td {
  font-size: 14px;
  line-height: 1;
  padding: 8px;
}

@media (max-width: 480px) {
  .table-hours th,
  .table-hours td {
    font-size: 12px;
    padding: 5px;
  }
}
.table-hours thead th {
  background: #87ceeb;
  border: 1px solid #ccc;
  color: #fff;
}

.table-hours tbody td {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}

.table-hours tfoot td {
  font-size: 12px;
  line-height: 1.5;
}

.footer__time .table-hours {
  margin: 0 auto;
}

.table-hours__circle,
.table-hours__triangle,
.table-hours__cross {
  font-size: 18px;
}

@media (max-width: 480px) {
  .table-hours__circle,
  .table-hours__triangle,
  .table-hours__cross {
    font-size: 14px;
  }
}
.table-hours__sup {
  font-size: 10px;
  position: absolute;
  top: 8px;
  right: 10px;
}

@media (max-width: 480px) {
  .table-hours__sup {
    position: static;
  }
}
/*********************************************************
main内共通
*********************************************************/
.content {
  margin: 100px 0;
}

@media (max-width: 480px) {
  .content {
    margin: 50px 0;
  }
}
.content__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

@media (max-width: 1600px) {
  .content__inner {
    max-width: 800px;
  }
}
@media (max-width: 1000px) {
  .content__inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
.content-ttl {
  background: #5bbce4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  margin: 0 auto;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  width: 620px;
}

@media (max-width: 768px) {
  .content-ttl {
    font-size: 24px;
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .content-ttl {
    font-size: 18px;
    line-height: 1.3;
  }
}
.content-ttl::before, .content-ttl::after {
  content: "";
  border: 25px solid #5bbce4;
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
  z-index: -1;
}

.content-ttl::before {
  right: -40px;
  border-right-color: transparent;
}

.content-ttl::after {
  left: -40px;
  border-left-color: transparent;
}

.content-ttl__inner::before, .content-ttl__inner::after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #30aadc;
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.content-ttl__inner::before {
  right: 0;
  border-left: 5px solid #30aadc;
}

.content-ttl__inner::after {
  left: 0;
  border-right: 5px solid #30aadc;
}

.content-ttl02 {
  border: 1px solid #87ceeb;
  font-weight: bold;
  padding: 10px 10px 10px 20px;
}

.check-list__item {
  font-weight: bold;
  margin-top: 0.5em;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 480px) {
  .check-list__item {
    font-size: 14px;
  }
}
.check-list__item:first-child {
  margin-top: 0;
}

.check-list__item::before, .check-list__item::after {
  content: "";
  position: absolute;
  left: 0;
}

.check-list__item::before {
  border: 2px solid #666;
  top: 0.4em;
  width: 15px;
  height: 15px;
}

.check-list__item::after {
  border-color: #ff4040;
  border-style: solid;
  border-width: 3px 3px 0 0;
  top: 0.1em;
  transform: rotate(135deg);
  width: 20px;
  height: 10px;
}

.more-btn {
  background: #ff868c;
  color: #fff;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  width: 95%;
  max-width: 300px;
}

.more-btn:hover {
  opacity: 0.8;
}

.more-btn::before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 10px;
}

.more-btn.-w100p {
  width: 100%;
}

.more-btn a {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}

.breadcrumb li {
  margin-right: 10px;
}

.breadcrumb__home {
  text-decoration: underline;
}

.breadcrumb__home:hover {
  text-decoration: none;
}

.breadcrumb__home::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  margin-left: 8px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.container {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .container {
    margin-top: 50px;
  }
}
.comingsoon {
  font-size: 24px;
  text-align: center;
}

/*********************************************************
ページトップに戻る
*********************************************************/
.page-top {
  position: fixed;
  bottom: 20px;
}

@media (min-width: 2001px) {
  .page-top {
    left: auto;
    margin-left: 1440px;
  }
}
@media (max-width: 2000px) {
  .page-top {
    left: auto;
    margin-left: 72%;
  }
}
@media (max-width: 1900px) {
  .page-top {
    margin-left: 73%;
  }
}
@media (max-width: 1800px) {
  .page-top {
    margin-left: 74%;
  }
}
@media (max-width: 1700px) {
  .page-top {
    margin-left: 75%;
  }
}
@media (max-width: 1600px) {
  .page-top {
    margin-left: 71%;
  }
}
@media (max-width: 1500px) {
  .page-top {
    margin-left: 72%;
  }
}
@media (max-width: 1400px) {
  .page-top {
    margin-left: 73%;
  }
}
@media (max-width: 1300px) {
  .page-top {
    margin-left: 76%;
  }
}
@media (max-width: 1200px) {
  .page-top {
    margin-left: 78%;
  }
}
@media (max-width: 1100px) {
  .page-top {
    margin-left: 81%;
  }
}
@media (max-width: 1025px) {
  .page-top {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .page-top {
    bottom: 65px;
  }
}
@media (max-width: 350px) {
  .page-top {
    bottom: 50px;
  }
}
.page-top__link {
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: block;
  opacity: 0.8;
  padding: 3px 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.page-top__link:hover {
  text-decoration: none;
  opacity: 1;
}

/*********************************************************
追走予約バナー
*********************************************************/
.sticky-btn {
  position: fixed;
  bottom: 20px;
}

@media (min-width: 2001px) {
  .sticky-btn {
    left: auto;
    margin-left: -500px;
  }
}
@media (max-width: 2000px) {
  .sticky-btn {
    left: auto;
    margin-left: -25%;
  }
}
@media (max-width: 1900px) {
  .sticky-btn {
    left: auto;
    margin-left: -23%;
  }
}
@media (max-width: 1800px) {
  .sticky-btn {
    left: auto;
    margin-left: -22%;
  }
}
@media (max-width: 1700px) {
  .sticky-btn {
    left: auto;
    margin-left: -20%;
  }
}
@media (max-width: 1600px) {
  .sticky-btn {
    left: 0;
    margin: 0;
    width: 200px;
  }
}
@media (max-width: 480px) {
  .sticky-btn {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.sticky-btn__link {
  opacity: 0.8;
}

.sticky-btn__link:hover {
  opacity: 1;
}

/*********************************************************
index.html
*********************************************************/
.mv img {
  display: block;
  margin: 0 auto;
}

.home-holiday {
  background: #fffedf;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
}

@media (max-width: 400px) {
  .home-holiday {
    padding: 20px;
  }
}
.home-holiday__top {
  margin-bottom: 10px;
}

.home-holiday__days {
  color: #ff4242;
  font-size: 24px;
  margin-top: 15px;
}

@media (max-width: 400px) {
  .home-holiday__days {
    font-size: 20px;
  }
}
.home-holiday__start {
  margin-top: 15px;
}

.home-holiday__start strong {
  color: #0072ff;
  font-size: 24px;
}

@media (max-width: 400px) {
  .home-holiday__start strong {
    font-size: 20px;
  }
}
.newslist {
  margin: 50px 0;
}

.newslist__item {
  border-bottom: 1px dashed #333;
  padding: 30px 0;
}

.newslist__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.newslist__body {
  font-size: 14px;
  margin-top: 15px;
}
.newslist__body p:not(:first-child) {
  margin-top: 1em;
}

.newslist-price li {
  margin-top: 0.5em;
}
.newslist-price li span {
  color: #f00;
  text-decoration: underline;
}

.home-corona {
  margin-bottom: 150px;
  text-align: center;
}

@media (max-width: 768px) {
  .home-corona {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .home-corona {
    margin-bottom: 80px;
  }
}
.home-problem {
  overflow: hidden;
}

.home-problem__container {
  margin-top: 30px;
  padding: 30px 0 100px;
  position: relative;
  transform: rotate(-3deg);
  text-align: center;
}

@media (max-width: 768px) {
  .home-problem__container {
    padding: 30px 0 8%;
  }
}
.home-problem__container::after {
  background-image: url(image.php?id=125);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  padding-bottom: 15%;
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: rotate(3deg) translateX(-50%);
  width: 900px;
}

@media (max-width: 768px) {
  .home-problem__container::after {
    background-image: url(image.php?id=144);
    bottom: -200px;
    padding-bottom: 200px;
    transform: rotate(3deg) translateX(-53%);
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home-problem__container::after {
    bottom: -140px;
    padding-bottom: 150px;
    transform: rotate(3deg) translateX(-55%);
  }
}
.home-problem__container .check-list {
  display: inline-block;
}

@media (max-width: 600px) {
  .home-problem__container .check-list {
    width: 90%;
  }
}
.home-problem__container .check-list__item {
  font-size: 24px;
  text-align: left;
}

@media (max-width: 768px) {
  .home-problem__container .check-list__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .home-problem__container .check-list__item {
    font-size: 16px;
    margin-top: 1em;
  }
}
.home-solve {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 180px;
}

@media (max-width: 768px) {
  .home-solve {
    flex-direction: column-reverse;
    margin-top: 210px;
  }
}
@media (max-width: 480px) {
  .home-solve {
    margin-top: 150px;
  }
}
.home-solve__img {
  width: 48%;
}

@media (max-width: 768px) {
  .home-solve__img {
    margin-top: 10px;
    width: 100%;
  }
}
.home-solve__content {
  text-align: center;
  width: 48%;
}

@media (max-width: 768px) {
  .home-solve__content {
    width: 100%;
  }
}
.home-solve__note {
  background-image: linear-gradient(180deg, #ffdbdb 1px, transparent 1px);
  /* 罫線の色と太さ  */
  background-size: 100% 2em;
  /* 行の高さ */
  line-height: 2em;
  /* 文字の高さ */
  padding-bottom: 1px;
  /* 最終行の下にも罫線を引く */
}

.home-solve__note p {
  font-size: 14px;
  font-weight: bold;
}

.home-recommend {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .home-recommend {
    margin-top: 50px;
  }
}
.home-recommend-ex {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}

.fa-exclamation {
  background: #87ceeb;
  color: #fff;
  font-size: 24px;
  margin: -12px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.home-recommend-ex__gizagiza p,
.home-recommend-ex__gizagiza p:after,
.home-recommend-ex__gizagiza p:before,
.home-recommend-ex__gizagiza p span {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #87ceeb;
  position: absolute;
  top: 0px;
}

.home-recommend-ex__gizagiza,
.home-recommend-ex__gizagiza p,
.home-recommend-ex__gizagiza p:after,
.home-recommend-ex__gizagiza p:before {
  transform: rotate(22.5deg);
}

.home-recommend-ex__gizagiza p span {
  transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 50px;
  color: #fff;
}

.home-recommend-ex__gizagiza {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #87ceeb;
  margin: 20px 0 0 20px;
}

.home-recommend-ex__txt {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.home-recommend__container {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.home-recommend__img {
  text-align: center;
}

.home-recommend__txt {
  margin-top: 15px;
  text-align: center;
}

.home-recommend__banner {
  margin: 15px 0 30px;
  text-align: center;
}

.home-subject {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .home-subject {
    margin-top: 50px;
  }
}
.subject-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

@media (max-width: 480px) {
  .subject-list {
    margin-top: 50px;
  }
}
@media (max-width: 350px) {
  .subject-list {
    justify-content: center;
  }
}
.subject-list__item {
  width: 32%;
  max-width: 300px;
}

@media (max-width: 600px) {
  .subject-list__item {
    width: 48%;
  }
  .subject-list__item:nth-child(n+3) {
    margin-top: 5%;
  }
}
@media (max-width: 350px) {
  .subject-list__item {
    width: 300px;
  }
  .subject-list__item:nth-child(n+2) {
    margin-top: 5%;
  }
}
.subject-list__img {
  border-color: #b3e0f2;
  border-style: solid;
  border-width: 4px 4px 0 4px;
}

.subject-list__txt {
  border-color: #b3e0f2;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  padding: 10px 0;
}

@media (max-width: 600px) {
  .subject-list__txt {
    font-size: 14px;
  }
}
.home-point {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .home-point {
    margin-top: 50px;
  }
}
.home-point__list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .home-point__list {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .home-point__list {
    display: block;
  }
}
.home-point__item {
  position: relative;
  width: 32%;
}

@media (max-width: 768px) {
  .home-point__item {
    margin-top: 50px;
    width: 100%;
  }
  .home-point__item:first-child {
    margin-top: 0;
  }
}
.home-point__num {
  background: #ffe302;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
}

.home-point__num::before {
  color: #fff;
  content: "ポイント";
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 12px 0 5px;
  text-align: center;
}

.home-point__txt {
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .home-point__txt {
    font-size: 14px;
  }
}
/*********************************************************
menu.html
*********************************************************/
.price01__wrapper {
  display: flex;
}

@media (max-width: 480px) {
  .price01__wrapper {
    display: block;
  }
}
.price01-table {
  width: 50%;
}

@media (max-width: 480px) {
  .price01-table {
    width: 100%;
  }
  .price01-table:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 481px) {
  .price01-table:not(:first-child) {
    width: 25%;
  }
}
@media (min-width: 481px) {
  .price01-table:not(:first-child) th:first-child,
  .price01-table:not(:first-child) td:first-child {
    display: none;
  }
}
@media (max-width: 480px) {
  .price01-table:not(:first-child) th:first-child,
  .price01-table:not(:first-child) td:first-child {
    border-right: 1px solid #ccc;
  }
}
@media (min-width: 481px) {
  .price01-table:not(:last-child) td,
  .price01-table:not(:last-child) th {
    border-right: 1px solid #ccc;
  }
}
.price01-table th,
.price01-table td {
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 480px) {
  .price01-table th:first-child,
  .price01-table td:first-child {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  .price01-table th,
  .price01-table td {
    width: 50%;
  }
}
.price01-table__head th {
  border-bottom: 2px solid #87ceeb;
  font-weight: bold;
}

.price01-table__1 td:first-child,
.price01-table__2 td:first-child,
.price01-table__3 td:first-child {
  color: #87ceeb;
  font-weight: bold;
}

.price01-table__1,
.price01-table__2 {
  border-bottom: 1px solid #ccc;
}

.price01__note {
  font-size: 14px;
  margin-top: 30px;
}

.price02 {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .price02 {
    margin-top: 50px;
  }
}
.menu-area {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .menu-area {
    margin-top: 50px;
  }
}
.menu-area__content {
  padding: 30px;
}

@media (max-width: 600px) {
  .menu-area__content {
    padding: 20px;
  }
}
.price02__txt {
  margin-top: 30px;
}

.price02__campaign::before {
  background-image: url(image.php?id=006);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: 30px auto;
  padding-bottom: 12%;
  width: 50%;
}

@media (max-width: 480px) {
  .price02__campaign::before {
    background-image: url(image.php?id=007);
    padding-bottom: 20%;
  }
}
.price02__note {
  font-size: 14px;
  margin: 10px 0 0 1em;
  text-indent: -1em;
}

.price02-table {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .price02-table {
    width: 100%;
  }
}
.price02-table td {
  vertical-align: middle;
}

@media (max-width: 480px) {
  .price02-table td {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .price02-table tr {
    display: block;
  }
}
.price02-table__time {
  color: #87ceeb;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
}

@media (max-width: 480px) {
  .price02-table__time {
    padding: 10px;
  }
}
.price02-table__time span {
  font-size: 120%;
}

.price02-table__price {
  padding: 10px;
}

.price02-table-box {
  color: #f00;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .price02-table-box {
    justify-content: center;
  }
}
.price02-table-box__01 {
  font-size: 200%;
  font-weight: bold;
}

.price02-table-box__02 {
  line-height: 1;
  text-align: center;
}

.price02-table-box__tax {
  display: block;
  font-size: 80%;
}

/*********************************************************
access.html
*********************************************************/
.shop-access {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .shop-access {
    margin-top: 50px;
  }
}
.shop-access__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .shop-access__container {
    display: block;
  }
}
.shop-access__txt {
  width: 57%;
}

@media (max-width: 768px) {
  .shop-access__txt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-access__table {
    display: block;
  }
}
@media (max-width: 768px) {
  .shop-access__table tbody,
  .shop-access__table tr,
  .shop-access__table th,
  .shop-access__table td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-access__table tr {
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
  }
  .shop-access__table tr:not(:first-child) {
    margin-top: 15px;
  }
}
.shop-access__table th,
.shop-access__table td {
  font-size: 14px;
  padding: 5px;
}

@media (max-width: 768px) {
  .shop-access__table th,
  .shop-access__table td {
    border: 1px solid #333;
    font-size: 16px;
    padding: 10px;
    text-align: center;
  }
}
.shop-access__table th {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .shop-access__table th {
    background: #e0ebf4;
    border-bottom: none;
    text-align: center;
  }
}
.shop-access__table th::after {
  content: "：";
}

@media (max-width: 768px) {
  .shop-access__table th::after {
    display: none;
  }
}
.shop-access-img {
  width: 40%;
}

@media (max-width: 768px) {
  .shop-access-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
  }
}
.shop-access-img__box img {
  display: block;
}

.shop-route {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .shop-route {
    margin-top: 50px;
  }
}
.shop-route__list {
  margin-top: 30px;
}

.shop-route__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .shop-route__item {
    display: block;
    text-align: center;
  }
}
.shop-route__item:nth-child(n+2) {
  margin-top: 15px;
}

.shop-route__ttl {
  color: #87ceeb;
  font-size: 18px;
  font-weight: bold;
  width: 68%;
}

@media (max-width: 768px) {
  .shop-route__ttl {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .shop-route__ttl {
    font-size: 16px;
    width: auto;
  }
}
.shop-route__num {
  display: block;
  font-size: 24px;
}

@media (max-width: 480px) {
  .shop-route__num {
    text-align: center;
  }
}
.shop-route__img {
  width: 30%;
}

@media (max-width: 480px) {
  .shop-route__img {
    margin-top: 15px;
    width: 100%;
  }
}
.shop-route__img a:hover {
  opacity: 0.8;
}

/*********************************************************
staff.html
*********************************************************/
.staff-box:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .staff-box:not(:first-child) {
    margin-top: 50px;
  }
}
.staff-list {
  margin-top: 50px;
}

@media (max-width: 480px) {
  .staff-list {
    margin-top: 30px;
  }
}
.staff-list__ttl {
  color: #87ceeb;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.staff-list__licence {
  text-align: center;
}

.staff-list__container {
  margin-top: 30px;
}

@media (max-width: 480px) {
  .staff-list__container {
    margin-top: 20px;
  }
}
.staff-list__box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .staff-list__box {
    display: block;
  }
}
.staff-list__img {
  text-align: center;
  width: 45%;
}

@media (max-width: 600px) {
  .staff-list__img {
    width: 100%;
  }
}
.staff-list__txt {
  width: 53%;
}

@media (max-width: 600px) {
  .staff-list__txt {
    width: 100%;
  }
}
.staff-list__txt p {
  font-size: 14px;
  margin-top: 1em;
}

/*********************************************************
question.html
*********************************************************/
.qa-list__q {
  margin-top: 50px;
}

.qa-list__q:first-child {
  margin-top: 0;
}

.qa-list__a {
  padding: 30px;
}

@media (max-width: 480px) {
  .qa-list__a {
    padding: 20px;
  }
}
/*********************************************************
facility.html
*********************************************************/
.about-box:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .about-box:not(:first-child) {
    margin-top: 50px;
  }
}
.about-container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .about-container {
    display: block;
  }
}
.about-container__txt {
  width: 60%;
}

@media (max-width: 768px) {
  .about-container__txt {
    width: 100%;
  }
}
.about-container__img {
  width: 38%;
}

@media (max-width: 768px) {
  .about-container__img {
    margin-top: 15px;
    width: 100%;
  }
}
.about-reason__ttl {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .about-reason__ttl {
    display: block;
  }
}
.about-reason__ttl-img {
  margin-right: 3%;
  width: 27%;
}

@media (max-width: 480px) {
  .about-reason__ttl-img {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.about-reason__ttl-txt {
  width: 70%;
}

@media (max-width: 480px) {
  .about-reason__ttl-txt {
    margin-top: 10px;
    width: 100%;
  }
}
.about-reason__ttl-txt h4 {
  font-weight: bold;
}

@media (min-width: 768px) {
  .about-reason__ttl-txt h4 {
    font-size: 24px;
  }
}
.about-reason__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .about-reason__container {
    display: block;
  }
}
.about-reason__img {
  width: 38%;
}

@media (max-width: 768px) {
  .about-reason__img {
    width: 100%;
  }
}
.about-reason__txt {
  width: 60%;
}

@media (max-width: 768px) {
  .about-reason__txt {
    margin-top: 15px;
    width: 100%;
  }
}
/*********************************************************
flow.html
*********************************************************/
.flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow__list::after {
  content: "";
  width: 32%;
}

.flow__item {
  width: 32%;
}

@media (max-width: 480px) {
  .flow__item {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .flow__item:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media (min-width: 481px) {
  .flow__item:nth-child(n+4) {
    margin-top: 3%;
  }
}
.flow__img a {
  display: block;
  padding-bottom: 60%;
  position: relative;
}

.flow__img a:hover::after {
  opacity: 0;
}

.flow__img a::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 100%;
  height: 100%;
}

.flow__img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flow__ttl {
  color: #87ceeb;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 480px) {
  .flow__ttl {
    font-size: 14px;
  }
}
/*********************************************************
commitment.html
*********************************************************/
.commit-box:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .commit-box:not(:first-child) {
    margin-top: 50px;
  }
}
.commit-container {
  margin-top: 50px;
}

.commit-container__ttl {
  background: #fff8f6;
  border-bottom: 1px solid #87ceeb;
  color: #9d6b24;
  font-size: 36px;
  font-weight: bold;
  padding: 15px;
}

@media (max-width: 768px) {
  .commit-container__ttl {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .commit-container__ttl {
    font-size: 20px;
  }
}
.commit-container__box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .commit-container__box {
    display: block;
  }
}
.commit-container__img {
  text-align: center;
  width: 40%;
}

@media (max-width: 768px) {
  .commit-container__img {
    width: 100%;
  }
}
.commit-container__txt {
  width: 58%;
}

@media (max-width: 768px) {
  .commit-container__txt {
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
  }
}
.commit-caution {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.commit-caution__txt {
  width: 60%;
}

@media (max-width: 768px) {
  .commit-caution__txt {
    width: 100%;
  }
}
.commit-caution__img {
  background-image: url(image.php?id=143);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 35%;
}

@media (max-width: 768px) {
  .commit-caution__img {
    display: none;
  }
}
.commit-caution__container:last-child {
  margin-top: 50px;
}

.commit-caution__ttl {
  background: #f1edd2;
  background: linear-gradient(0deg, #f1edd2 0%, #f3f1d7 35%, #fcfbeb 100%);
  border-bottom: 5px solid #fbfae9;
  color: #392100;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
}

@media (max-width: 768px) {
  .commit-caution__ttl {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .commit-caution__ttl {
    font-size: 20px;
  }
}
.commitment__box {
  background: #fff9ea;
  margin-top: 50px;
  padding: 30px;
}

.commitment__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .commitment__ttl {
    display: block;
  }
}
.commitment__ttl-num {
  background: #87ceeb;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #bdbaba;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 80px;
  height: 80px;
}

@media (max-width: 480px) {
  .commitment__ttl-num {
    margin: 0 auto;
  }
}
.commitment__ttl-num span {
  display: block;
  font-size: 12px;
  padding: 20px 0 5px 0;
}

.commitment__ttl-txt {
  color: #9d6b24;
  font-size: 30px;
  font-weight: bold;
  width: calc(100% - 100px);
}

@media (max-width: 768px) {
  .commitment__ttl-txt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .commitment__ttl-txt {
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .commitment__ttl-txt {
    font-size: 20px;
  }
}
.commitment__containr {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .commitment__containr {
    display: block;
  }
}
.commitment__containr div {
  font-size: 14px;
  width: 48%;
}

@media (max-width: 768px) {
  .commitment__containr div {
    width: 100%;
  }
  .commitment__containr div:last-child {
    margin-top: 15px;
  }
}
/*********************************************************
first-time.html
*********************************************************/
.first-introduction {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .first-introduction {
    margin-top: 50px;
  }
}
.first-introduction__wrapper {
  margin-top: 30px;
}

.first-introduction__ttl {
  background: #f1edd2;
  background: linear-gradient(0deg, #f1edd2 0%, #f3f1d7 35%, #fcfbeb 100%);
  border-bottom: 5px solid #fbfae9;
  color: #392100;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 15px;
}

.first-introduction__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .first-introduction__container {
    display: block;
  }
}
@media (min-width: 769px) {
  .first-introduction__img {
    width: 30%;
  }
}
@media (min-width: 769px) {
  .first-introduction__txt {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .first-introduction__txt {
    margin-top: 15px;
  }
}
.first-introduction__txt p:nth-child(n+2) {
  margin-top: 1em;
}

/*********************************************************
treatment.html
*********************************************************/
.treatment-box__img {
  margin-top: 30px;
}

.treatment-box__ttl {
  background: #fff8f6;
  border-bottom: 1px solid #87ceeb;
  color: #9d6b24;
  font-size: 36px;
  font-weight: bold;
  padding: 15px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .treatment-box__ttl {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .treatment-box__ttl {
    font-size: 20px;
  }
}
.treatment-box__txt {
  margin-top: 30px;
}

.treatment-box__txt::after {
  background-image: url(image.php?id=006);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: 30px auto;
  padding-bottom: 12%;
  width: 50%;
}

@media (max-width: 480px) {
  .treatment-box__txt::after {
    background-image: url(image.php?id=007);
    padding-bottom: 20%;
  }
}
.treatment-box__banner {
  margin-bottom: 50px;
  text-align: center;
}

/*********************************************************
gallery.html
*********************************************************/
.shop-gallery:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .shop-gallery:not(:first-child) {
    margin-top: 50px;
  }
}
.shop-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.shop-gallery__list::after {
  content: "";
  width: 46%;
}

@media (max-width: 768px) {
  .shop-gallery__list::after {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .shop-gallery__list::after {
    display: none;
  }
}
.shop-gallery__item {
  text-align: center;
  width: 23%;
}

@media (max-width: 768px) {
  .shop-gallery__item {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .shop-gallery__item {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .shop-gallery__item:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .shop-gallery__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .shop-gallery__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
.shop-gallery__img a:hover {
  opacity: 0.8;
}

.shop-gallery__img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 180px;
}

@media (max-width: 480px) {
  .shop-gallery__img img {
    height: 150px;
  }
}
@media (max-width: 350px) {
  .shop-gallery__img img {
    height: 100px;
  }
}
.shop-gallery__ttl {
  font-size: 14px;
  margin-top: 5px;
}

/*********************************************************
症状別ページ
shoukder.html
waist.html
sports-injury.html
*********************************************************/
.symptom-mv {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.symptom-mv.-shoulder {
  background-image: url(image.php?id=058);
}

.symptom-mv.-waist {
  background-image: url(image.php?id=063);
}

.symptom-mv.-sports {
  background-image: url(image.php?id=069);
}

.symptom-mv__inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  position: relative;
  padding-bottom: 18%;
}

@media (max-width: 1600px) {
  .symptom-mv__inner {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .symptom-mv__inner {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 768px) {
  .symptom-mv__inner {
    padding-bottom: 40%;
  }
}
.symptom-mv__ttl {
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .symptom-mv__ttl {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .symptom-mv__ttl {
    left: 5%;
  }
}
@media (max-width: 480px) {
  .symptom-mv__ttl {
    font-size: 24px;
    text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
  }
}
.symptom-mv__ttl span {
  display: inline-block;
  position: relative;
}

.symptom-mv__ttl span::before {
  background: orange;
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
}

@media (max-width: 480px) {
  .symptom-mv__ttl span::before {
    width: 8px;
    height: 8px;
  }
}
.symptom__container:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .symptom__container:not(:first-child) {
    margin-top: 50px;
  }
}
.symptom__box01,
.symptom-box02,
.symptom-box03 {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .symptom__box01,
  .symptom-box02,
  .symptom-box03 {
    margin-top: 50px;
  }
}
.symptom__box04 {
  margin-top: 50px;
}

.symptom-box02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .symptom-box02 {
    display: block;
  }
}
.symptom-box02.-re {
  flex-direction: row-reverse;
}

.symptom-box02__img,
.symptom-box02__txt {
  width: 48.5%;
}

@media (max-width: 768px) {
  .symptom-box02__img,
  .symptom-box02__txt {
    width: 100%;
  }
}
.symptom-box02__img {
  text-align: center;
}

@media (max-width: 768px) {
  .symptom-box02__txt {
    margin-top: 30px;
  }
}
.symptom-box03__img {
  text-align: center;
}

.symptom-box03__txt {
  margin-top: 30px;
}

.symptom__btn {
  margin-top: 30px;
}