@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;
}
/*********************************************************
全体
*********************************************************/
* {
  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: #ADFF30;
}
.em.-ff_zmg {
  font-family: "Zen Maru Gothic", sans-serif;
}
.em.-fwb {
  font-weight: bold;
}
.em.-fz_large {
  font-size: 120%;
}
.em.-marker_g {
  background: linear-gradient(transparent 60%, #a3ff91 60%);
}
.em.-marker_y {
  background: linear-gradient(transparent 60%, #ffffb4 60%);
}

.tac {
  text-align: center;
}

.dib {
  display: inline-block;
}

/*********************************************************
ヘッダー
*********************************************************/
.header {
  position: relative;
}

.header__top {
  background: #4EA338;
  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 #ADFF30;
  padding: 15px 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .header__box {
    height: 60px;
    padding: 10px 0;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 120px;
  }
}

@media (max-width: 480px) {
  .header__logo {
    width: 60%;
  }
}
.gnav {
  display: flex;
  flex-wrap: wrap;
}

@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: 25%;
}

@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+5) {
    margin-top: 10px;
  }
}
.gnav__item.-reserve a,
.gnav__item.-reserve button {
  color: #fdd000;
}

.gnav__item a,
.gnav__item button {
  color: #000;
  font-size: 100%;
  font-weight: bold;
}

.gnav__item a:hover,
.gnav__item button:hover {
  color: #f9a800;
}

@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;
  }
}
.gnav__ls {
  letter-spacing: 0.1em;
}

.menu-btn {
  display: none;
}

@media (max-width: 1024px) {
  .menu-btn {
    background: #4EA338;
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 3px;
    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: 10px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: -17px;
    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: 3px;
    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);
  }
}
/*********************************************************
フッター
*********************************************************/
.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;
  }
}

.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: #4EA338;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.footer__copy span {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
.footer__copy span:last-child {
  margin-right: 0;
}

.footer__box02 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__box02 {
    display: block;
  }
}

.footer__box01 {
  align-items: center;
}

.footer__box01 a:hover {
  opacity: 0.7;
}

.footer__map,
.footer__line {
  width: 48.5%;
}

@media (max-width: 768px) {
  .footer__map {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer__line {
    margin: 15px auto 0;
    width: 70%;
  }
}
@media (min-width: 769px) {
  .footer__line img {
    width: 380px;
  }
}

.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 {
  margin-top: 30px;
  padding-bottom: 30%;
  position: relative;
}
@media (max-width: 768px) {
  .footer__ggmap {
    margin: 15px auto 0;
    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;
  text-align: left;
  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: #08A000;
}

.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;
}

/*********************************************************
診療時間テーブル
*********************************************************/
.table-hours-top {
  font-size: 14px;
  margin-bottom: 5px;
}

.table-hours {
  width: 100%;
}

.table-hours th,
.table-hours td {
  font-size: 14px;
  line-height: 1;
  padding: 8px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .table-hours th,
  .table-hours td {
    font-size: 12px;
    padding: 5px;
  }
}
.table-hours thead th {
  background: #4EA338;
  border: 1px solid #ccc;
  color: #fff;
}
@media (min-width: 481px) {
  .table-hours thead th:first-child {
    padding: 0 50px;
  }
}

.table-hours tbody td {
  background: #fff;
  background-clip: padding-box;
  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: #4EA338;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3;
  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;
    min-height: 60px;
    width: calc(100% - 100px);
  }
}
.content-ttl::before, .content-ttl::after {
  content: "";
  border: 25px solid #4EA338;
  height: 0;
  position: absolute;
  bottom: -10px;
  width: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .content-ttl::before, .content-ttl::after {
    border: 30px solid #4EA338;
  }
}
.content-ttl::before {
  right: -40px;
  border-right-color: transparent;
}
@media (max-width: 480px) {
  .content-ttl::before {
    right: -50px;
  }
}
.content-ttl::after {
  left: -40px;
  border-left-color: transparent;
}
@media (max-width: 480px) {
  .content-ttl::after {
    left: -50px;
  }
}

.content-ttl__inner::before, .content-ttl__inner::after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #b1dbcc;
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.content-ttl__inner::before {
  right: 0;
  border-left: 5px solid #b1dbcc;
}
.content-ttl__inner::after {
  left: 0;
  border-right: 5px solid #b1dbcc;
}

.content-ttl02 {
  border: 1px solid #98fc00;
  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: #fdd000;
  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.-mt30 {
  margin-top: 30px;
}
.more-btn a {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}
.breadcrumb li {
  font-size: 14px;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .breadcrumb li:nth-child(n+3) {
    margin-top: 5px;
  }
}

.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;
  z-index: 2;
}
@media (min-width: 2001px) {
  .sticky-btn {
    left: auto;
    margin-left: -500px;
  }
}
@media (max-width: 2000px) {
  .sticky-btn {
    left: auto;
    margin-left: -24%;
  }
}
@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;
}

.content-border {
  border-bottom: 3px solid #b5b5b5;
}

/*********************************************************
電話予約モーダルウィンドウ
*********************************************************/
.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.modal {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  border-radius: 5px;
  color: #fff;
  display: none;
  overflow: auto;
  padding: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 95%;
  z-index: 100;
}
@media (max-width: 1600px) {
  .modal {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .modal {
    padding-right: 2%;
    padding-left: 2%;
  }
}
@media (max-width: 768px) {
  .modal {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-height: 700px) {
  .modal {
    height: 100%;
  }
}

.modal__inner {
  padding-top: 70px;
  position: relative;
}
.modal__inner img {
  width: 500px;
}

.modal__close {
  background-color: #08A000;
  border-radius: 50%;
  color: #eaeaea;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .modal__close {
    top: -60px;
  }
}
.modal__close::before, .modal__close::after {
  background: #fff;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 45%;
  left: 25%;
  width: 25px;
  height: 5px;
}
.modal__close::before {
  transform: rotate(40deg);
}
.modal__close::after {
  transform: rotate(-40deg);
}

.modal__txt {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .modal__txt.-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .modal__txt.-sp {
    display: none;
  }
}

.modal__time {
  margin: 30px auto 0;
}
.modal__time thead th {
  color: #ADFF30;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .modal__time thead th {
    font-size: 16px;
  }
}
.modal__time tbody th,
.modal__time tbody td {
  border: 1px solid #333;
  font-size: 18px;
  padding: 7px;
}
@media (max-width: 480px) {
  .modal__time tbody th,
  .modal__time tbody td {
    font-size: 16px;
  }
}
.modal__time tbody th {
  background: #6FC832;
  color: #fff;
  text-align: right;
}
@media (max-width: 400px) {
  .modal__time tbody th {
    text-align: center;
  }
}
.modal__time tbody td {
  background: #fff;
  color: #333;
  text-align: left;
}

.modal-list {
  display: block;
  text-align: center;
}

.modal-list__item {
  display: inline-block;
  margin-top: 0;
  width: auto;
}

.modal-list__ttl {
  background: transparent;
  border-bottom: 3px solid orange;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
}
@media (max-width: 480px) {
  .modal-list__ttl {
    font-size: 18px;
  }
}

.modal-list__tel {
  font-size: 24px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .modal-list__tel {
    font-size: 18px;
  }
}
.modal-list__tel a {
  color: #57d0ff;
  font-weight: bold;
  text-decoration: underline;
}
.modal-list__tel a:hover {
  text-decoration: none;
}
.modal-list__tel .fa-mobile-alt {
  background: #153157;
  border-radius: 50%;
  line-height: 50px;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
@media (max-width: 480px) {
  .modal-list__tel .fa-mobile-alt {
    width: 30px;
    height: 30px;
  }
}

/*********************************************************
index.html
*********************************************************/
.mv {
  text-align: center;
}

.mv img {
  display: block;
  margin: 0 auto;
}

.home-reserve {
  margin-top: 30px;
  text-align: center;
}

.banner-sports {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .banner-sports {
    margin-top: 50px;
  }
}

.top-media {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top-media {
    margin-top: 50px;
  }
}
.top-media .content-ttl02 {
  margin-top: 50px;
}

.top-media__slide {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  .top-media__slide {
    margin-top: 50px;
  }
}

.top-media__img {
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
}

.top-media__txt {
  color: #007aff;
  display: inline-block;
  margin: 10px auto 0;
  padding: 5px;
  text-align: center;
  width: 220px;
}

.top-golf__img {
  display: block;
  margin-top: 30px;
}
.top-golf__img img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.top-golf__txt {
  border: 1px solid #333;
  margin: 15px auto 0;
  padding: 5px;
  text-align: center;
  width: 250px;
}

.top-media__btn,
.top-golf__btn {
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 0;
  text-align: center;
  width: 80%;
}
.top-media__btn a,
.top-golf__btn a {
  background: green;
  color: #fff;
  display: block;
  padding: 10px;
  transition: 0.3s;
}
.top-media__btn a:hover,
.top-golf__btn a:hover {
  background: #7af07a;
  color: #333;
}

@media (min-width: 769px) {
  .top-media .swiper-container {
    overflow: visible;
  }
  .top-media .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-media .swiper-slide {
    text-align: center;
    width: 48%;
  }
  .top-media .swiper-slide:nth-child(n+3) {
    margin-top: 30px;
  }
  .top-media .swiper-button-prev,
  .top-media .swiper-button-next,
  .top-media .swiper-pagination {
    display: none;
  }
}
.home-no1 {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .home-no1 {
    margin-top: 50px;
  }
}

.home-time {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}
@media (max-width: 1600px) {
  .home-time {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .home-time {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.home-corona {
  margin: 50px 0 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .home-corona {
    margin: 50px 0 80px;
  }
}
@media (max-width: 480px) {
  .home-corona {
    margin: 50px 0 50px;
  }
}
.home-sns__list {
  margin: 0 auto;
  max-width: 700px;
}
.home-sns__list li {
  text-align: center;
}
.home-sns__list li:not(:first-child) {
  margin-top: 30px;
}
.home-sns__list li:first-child img {
  width: 500px;
}
.home-sns__list li a:hover {
  opacity: 0.8;
}

.home-news {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .home-news {
    margin-top: 50px;
  }
}

.home-news__container {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .home-news__container {
    margin-top: 50px;
  }
}

.home-news__item {
  border-bottom: 1px dashed #ddd;
  display: flex;
  padding: 0 7px 7px 7px;
}
.home-news__item:not(:first-child) {
  margin-top: 15px;
}

.home-news__date,
.home-news__ttl {
  font-size: 14px;
}

@media (min-width: 601px) {
  .home-news__date {
    padding: 0 100px;
  }
}
@media (max-width: 600px) {
  .home-news__date {
    margin-right: 10px;
  }
}

.home-news__ttl {
  overflow: hidden;
}
.home-news__ttl a {
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-news__ttl a:hover {
  text-decoration: none;
}

.home-problem,
.home-problem2 {
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .home-problem,
  .home-problem2 {
    margin-top: 50px;
  }
}

.home-problem__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .home-problem__container {
    display: block;
    padding: 30px 0 8%;
  }
}
@media (max-width: 768px) {
  .home-problem__container::before {
    background: #fff;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home-problem__container::after {
  background-image: url(image.php?id=025);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  padding-bottom: 15%;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
}
@media (max-width: 768px) {
  .home-problem__container::after {
    background-image: url(image.php?id=026);
    bottom: -120px;
    padding-bottom: 200px;
    width: 100%;
    max-width: 490px;
  }
}
@media (max-width: 480px) {
  .home-problem__container::after {
    bottom: -140px;
    padding-bottom: 150px;
  }
}
.home-problem__container .check-list {
  display: inline-block;
  width: 80%;
}
@media (max-width: 768px) {
  .home-problem__container .check-list {
    background-image: url(image.php?id=038);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@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: 1600px) {
  .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-problem2__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 0 0;
  position: relative;
}
@media (max-width: 1024px) {
  .home-problem2__container {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .home-problem2__container {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-problem2__container::before {
    background: #fff;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.check-list2 {
  align-self: center;
  background: #f9fbf9;
  background-image: linear-gradient(180deg, #e7e7e7 1px, transparent 1px);
  background-size: 100% 0.4em;
  padding: 15px;
}
@media (max-width: 768px) {
  .check-list2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.check-list2__item {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 769px) {
  .check-list2__item {
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .check-list2__item {
    font-size: 18px;
    padding-left: 35px;
  }
}
.check-list2__item strong {
  background-color: rgba(172, 243, 161, 0.5);
}
.check-list2__item:not(:first-child) {
  margin-top: 1em;
}
.check-list2__item::before, .check-list2__item::after {
  content: "";
  position: absolute;
  left: 0;
}
.check-list2__item::before {
  background: #08A000;
  border-radius: 50%;
  top: 2px;
  width: 32px;
  height: 32px;
}
@media (max-width: 600px) {
  .check-list2__item::before {
    width: 25px;
    height: 25px;
  }
}
.check-list2__item::after {
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  top: 8px;
  left: 5px;
  transform: rotate(135deg);
  width: 18px;
  height: 10px;
}
@media (max-width: 600px) {
  .check-list2__item::after {
    width: 12px;
    height: 5px;
  }
}

.home-problem__img {
  width: 450px;
}
@media (max-width: 768px) {
  .home-problem__img {
    display: none;
  }
}

.home-problem2__img {
  width: 300px;
}
@media (max-width: 1024px) {
  .home-problem2__img {
    display: none;
  }
}

.home-solve {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .home-solve {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  .home-solve {
    margin-top: 50px;
  }
}
.home-solve .more-btn {
  margin-top: 30px;
}

.home-solve__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 480px) {
  .home-solve__container {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .home-solve__container {
    flex-direction: column-reverse;
  }
}
.home-solve__img {
  text-align: center;
  width: 48%;
}
.home-solve__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1201px) {
  .home-solve__img img {
    height: 278px;
  }
}
@media (min-width: 1601px) {
  .home-solve__img img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .home-solve__img img {
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .home-solve__img img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .home-solve__img {
    margin-top: 15px;
    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 {
  color: #333;
  font-size: 24px;
  margin: -12px 0 0 -5px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.home-recommend-ex__gizagiza {
  background-color: #fdd000;
  margin: 20px 0 0 20px;
  position: relative;
  transform: rotate(22.5deg);
  width: 50px;
  height: 50px;
}
.home-recommend-ex__gizagiza p, .home-recommend-ex__gizagiza p::before, .home-recommend-ex__gizagiza p::after,
.home-recommend-ex__gizagiza p span {
  background-color: #fdd000;
  position: absolute;
  top: 0px;
  width: 50px;
  height: 50px;
}
.home-recommend-ex__gizagiza p::before, .home-recommend-ex__gizagiza p::after {
  content: "";
}
.home-recommend-ex__gizagiza p, .home-recommend-ex__gizagiza p::before, .home-recommend-ex__gizagiza p::after {
  transform: rotate(22.5deg);
}
.home-recommend-ex__gizagiza p span {
  color: #fff;
  line-height: 50px;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 2;
}

.home-recommend-ex__txt {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
}

.home-recommend__container {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .home-recommend__container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.home-recommend-content .more-btn {
  margin-top: 30px;
}

.home-recommend-content__top {
  color: #ff9500;
  font-size: 18px;
  font-weight: bold;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.home-recommend-content__top::before, .home-recommend-content__top::after {
  background: #ff9500;
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
}
.home-recommend-content__top::before {
  margin-right: 10px;
  transform: rotate(-15deg);
}
.home-recommend-content__top::after {
  margin-left: 10px;
  transform: rotate(15deg);
}

.home-recommend-content__ttl {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 30px;
  text-align: center;
}

.home-recommend-content__list {
  margin-bottom: 30px;
  text-align: center;
}

.home-recommend__txt p:not(:first-child) {
  margin-top: 0.5em;
}

.home-recommend-content__item {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
}

.home-recommend-content__list-top {
  color: #666;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.home-recommend-table {
  color: #ff868c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.home-recommend-content:last-child .home-recommend-table {
  margin-top: 10px;
  padding-bottom: 10px;
}

.home-recommend-table__ratio,
.home-recommend-table__tax,
.home-recommend-table__small,
.home-recommend-table__nami,
.home-recommend-table__num {
  font-weight: bold;
}

.home-recommend-table__price {
  margin: 0 5px 0 15px;
}

.home-recommend-table__small {
  font-size: 50%;
}

.home-recommend-table__price {
  display: flex;
  align-items: center;
  line-height: 1;
}

.home-recommend-table__tax {
  display: block;
  font-size: 12px;
  margin-bottom: -13px;
}

.home-recommend__img {
  margin-top: 30px;
}

.home-recommend-content:nth-of-type(2) .home-recommend__img {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .home-recommend-content:nth-of-type(2) .home-recommend__img {
    margin-top: 30px;
  }
}
.home-ta-banner {
  margin-top: 50px;
  text-align: center;
}
.home-ta-banner a:hover {
  opacity: 0.8;
}

.home-subject {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .home-subject {
    margin-top: 50px;
  }
}

@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;
}
.subject-list a:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .subject-list {
    margin-top: 50px;
  }
}
@media (max-width: 350px) {
  .subject-list {
    justify-content: center;
  }
}
.subject-list__item {
  width: 22%;
  max-width: 300px;
}
.subject-list__item:nth-child(n+5) {
  margin-top: 4%;
}

@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: #98fc00;
  border-style: solid;
  border-width: 4px 4px 0 4px;
}
.subject-list__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 172px;
  height: 159px;
}

.subject-list__txt {
  border-color: #98fc00;
  border-style: solid;
  border-width: 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 .more-btn {
  margin-top: 30px;
}

@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 (min-width: 769px) {
  .home-point__item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 170px;
  }
}

@media (max-width: 768px) {
  .home-point__item {
    margin-top: 50px;
    text-align: center;
    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: 17px 0 5px;
  text-align: center;
}

.home-point__txt {
  font-weight: bold;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .home-point__txt .dib {
    display: inline;
  }
}

@media (max-width: 768px) {
  .home-point__txt {
    font-size: 14px;
  }
}
.home-table-hours {
  margin-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .home-table-hours {
    margin-top: 50px;
  }
}

.home-table-hours-top {
  font-size: 14px;
  text-align: center;
}
@media (max-width: 480px) {
  .home-table-hours-top {
    text-align: left;
  }
}

.home-table-hours__container {
  margin-top: 5px;
}
@media (max-width: 480px) {
  .home-table-hours__container {
    overflow: auto;
  }
}

.home-table-hours__table {
  border-collapse: separate;
  border-radius: 15px;
  box-shadow: 1px 1px 8px #c6c6c6;
  margin: 0 auto;
  overflow: hidden;
  width: 98%;
  max-width: 600px;
}
@media (max-width: 480px) {
  .home-table-hours__table {
    width: 500px;
  }
}
.home-table-hours__table th,
.home-table-hours__table td {
  padding: 5px 10px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .home-table-hours__table th,
  .home-table-hours__table td {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-table-hours__table th,
  .home-table-hours__table td {
    white-space: nowrap;
  }
}
.home-table-hours__table th {
  font-weight: bold;
}
.home-table-hours__table thead th {
  background: #6fbb6b;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .home-table-hours__table thead th {
    font-size: 14px;
  }
}
.home-table-hours__table tbody th {
  color: #666;
  font-size: 14px;
}
@media (max-width: 600px) {
  .home-table-hours__table tbody th {
    font-size: 12px;
  }
}
.home-table-hours__table tbody td {
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
@media (max-width: 600px) {
  .home-table-hours__table tbody td {
    padding: 15px 10px;
  }
}
.home-table-hours__table tbody .table-hours__circle,
.home-table-hours__table tbody .table-hours__triangle {
  color: #6fbb6b;
}
.home-table-hours__table tbody .table-hours__cross {
  color: #999;
}

.home-table-hours__scroll {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
  position: relative;
}
.home-table-hours__scroll::after {
  content: "";
  border-color: transparent transparent transparent #666;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 481px) {
  .home-table-hours__scroll {
    display: none;
  }
}

.home-table-hours__list {
  margin: 15px auto 0;
  width: 98%;
  max-width: 600px;
}
.home-table-hours__list li {
  color: #6fbb6b;
  font-size: 14px;
  font-weight: bold;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media (max-width: 600px) {
  .home-table-hours__list li {
    font-size: 12px;
  }
}

/*********************************************************
menu.html
*********************************************************/
.price01-table {
  width: 100%;
}
.price01-table:not(:first-child) {
  margin-top: 30px;
}
.price01-table tr:first-child th,
.price01-table tr:first-child td {
  border-right: none;
}
.price01-table tr th,
.price01-table tr td {
  border-right: 1px solid #ccc;
  padding: 8px 0;
  text-align: center;
  width: 50%;
}
.price01-table tr th:nth-child(2),
.price01-table tr td:nth-child(2) {
  border-right: none;
}

.price01-table__head th,
.price01-table__head td {
  border-bottom: 2px solid #08A000;
  font-weight: bold;
}

.price01-table__1 td:first-child,
.price01-table__2 td:first-child,
.price01-table__3 td:first-child {
  color: #08A000;
  font-weight: bold;
}

.price01-table__1,
.price01-table__2 {
  border-bottom: 1px solid #ccc;
}

.price01-table02 {
  width: 100%;
}
.price01-table02:not(:first-child) {
  margin-top: 30px;
}
.price01-table02 th,
.price01-table02 td {
  border-right: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  width: 50%;
}
.price01-table02 th:nth-child(2),
.price01-table02 td:nth-child(2) {
  border-right: none;
}
@media (max-width: 480px) {
  .price01-table02 th,
  .price01-table02 td {
    font-size: 14px;
  }
}
.price01-table02 tbody th,
.price01-table02 tbody td {
  vertical-align: middle;
}

.price01-table02__head th,
.price01-table02__head td {
  border-bottom: 2px solid #08A000;
  font-weight: bold;
}

.price01-table02__1 td:first-child,
.price01-table02__2 td:first-child,
.price01-table02__3 td:first-child {
  color: #08A000;
  font-weight: bold;
}

.price01-table02__1,
.price01-table02__2 {
  border-bottom: 1px solid #ccc;
}

.price01__note {
  font-size: 14px;
  margin-top: 30px;
}

.menu-box {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .menu-box {
    display: block;
  }
}

.menu-box__img {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .menu-box__img {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .menu-box__txt {
    margin-top: 30px;
  }
}
.menu-box__txt dt:not(:first-child) {
  margin-top: 15px;
}
.menu-box__txt dd {
  margin: 5px;
}

.price02 {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .price02 {
    margin-top: 50px;
  }
}
.price02__banner {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 480px) {
  .price02__banner {
    margin-top: 50px;
  }
}

.menu-area {
  margin-top: 50px;
}

.menu-list {
  text-align: center;
}
.menu-list:not(:first-child) {
  margin-top: 30px;
}
.menu-list dt {
  font-weight: bold;
}
.menu-list dd {
  margin-top: 10px;
}

@media (max-width: 480px) {
  .menu-area {
    margin-top: 30px;
  }
}
.menu-area__content {
  padding: 30px;
}

@media (max-width: 600px) {
  .menu-area__content {
    padding: 20px;
  }
}
.menu {
  font-family: "M PLUS 1p", sans-serif;
  margin-top: 50px;
}

.menu__ttl {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .menu__ttl {
    font-size: 24px;
  }
}
.menu__ttl h3 {
  display: inline-block;
  font-weight: bold;
}

.menu__container {
  margin-top: 30px;
}

.menu__box table {
  background: #fff;
  width: 100%;
}
.menu__box table th,
.menu__box table td {
  border: 1px solid #333;
  font-size: 14px;
  padding: 8px;
  text-align: center;
  width: 50%;
}

.menu-list__ttl {
  background: #4EA338;
  color: #fff;
  font-weight: normal !important;
  padding: 10px;
}

.menu-list__content {
  background: #ECF7E9;
  margin-top: 0 !important;
  padding: 10px;
}

.menu-note-ttl {
  color: #747070;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 5px;
  text-align: left;
}

.menu-note {
  text-align: left;
}
.menu-note li {
  font-size: 14px;
  margin-left: 1em;
  text-indent: -1em;
}
.menu-note li:not(:first-child) {
  margin-top: 10px;
}

.menu02 {
  font-family: "M PLUS 1p", sans-serif;
  margin-top: 100px;
}

.menu02__ttl {
  background-image: url(image.php?id=344);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 400px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}

.menu02__img {
  margin-top: 30px;
  text-align: center;
}

.menu02__list {
  display: flex;
  margin-top: 15px;
}
.menu02__list dt,
.menu02__list dd {
  padding: 10px;
  text-align: center;
  width: 50%;
}
.menu02__list dt {
  background: #4EA338;
  color: #fff;
  font-weight: bold;
}
.menu02__list dd {
  background: #ECF7E9;
}

.menu02__list02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.menu02__list02 dt,
.menu02__list02 dd {
  padding: 10px;
  text-align: center;
  width: 50%;
}
.menu02__list02 dt {
  background: #4EA338;
  color: #fff;
  font-weight: bold;
}
.menu02__list02 dd {
  background: #ECF7E9;
}

.menu02__txt {
  font-size: 14px;
  margin-top: 30px;
}

.menu02__toptxt {
  margin-top: 70px;
}

.menu-list__txt {
  font-size: 14px;
}

.menu-reserve {
  text-align: center;
}
.menu-reserve a {
  background: #4EA338;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 30px;
}
.menu-reserve a:hover {
  opacity: 0.8;
}

.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-list__price {
  color: #f00;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}

.price02-table {
  margin: 0 auto;
}
.price02-table:not(:first-child) {
  margin-top: 30px;
}
@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: #08A000;
  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__ttl {
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .price02-table__ttl {
    display: block;
    width: 100%;
  }
}

.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%;
}

.sp-menu-ttl {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .sp-menu-ttl {
    display: block;
    font-size: 18px;
  }
}
.sp-menu-ttl span {
  background: #4EA338;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
}
@media (max-width: 480px) {
  .sp-menu-ttl span {
    margin-top: 5px;
  }
}
.sp-menu-ttl span:last-child {
  margin-right: 0;
}

/*********************************************************
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: 56%;
}

@media (max-width: 768px) {
  .shop-access__txt {
    width: 100%;
  }
}
.shop-access__table {
  margin: 0 auto;
}
@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;
    padding: 10px;
    text-align: center;
  }
}
.shop-access__table th {
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shop-access__table th {
    background: #b5f5de;
    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__time {
  margin-top: 30px;
}

.shop-access__map {
  margin-top: 15px;
}

.shop-route {
  margin-top: 100px;
  counter-reset: num 0;
}
@media (max-width: 480px) {
  .shop-route {
    margin-top: 50px;
  }
}

.shop-route__container {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
@media (max-width: 600px) {
  .shop-route__container {
    display: block;
  }
}

.shop-route__txt {
  display: flex;
  align-items: center;
  width: 48%;
}
@media (max-width: 600px) {
  .shop-route__txt {
    width: 100%;
  }
}
.shop-route__txt p {
  font-weight: bold;
}

.shop-route__num::before {
  background: #08A000;
  border-radius: 50%;
  color: #fff;
  content: counter(num);
  counter-increment: num 1;
  display: inline-block;
  font-weight: bold;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.shop-route__img {
  width: 45%;
}
@media (max-width: 600px) {
  .shop-route__img {
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
}

/*********************************************************
staff.html
*********************************************************/
.staff-box:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 480px) {
  .staff-box:not(:first-child) {
    margin-top: 50px;
  }
}
.staff-list {
  border: 5px dashed #ADFF30;
  margin-top: 50px;
  padding: 20px;
}

@media (max-width: 480px) {
  .staff-list {
    margin-top: 30px;
  }
}
.staff-list__ttl {
  color: #08A000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.staff-list__licence {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .staff-list__licence tr {
    display: block;
  }
  .staff-list__licence tr:not(:first-child) {
    margin-top: 10px;
  }
}
.staff-list__licence th,
.staff-list__licence td {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}
@media (max-width: 480px) {
  .staff-list__licence th,
  .staff-list__licence td {
    display: block;
  }
}
.staff-list__licence th {
  text-align: right;
  position: relative;
}
@media (max-width: 480px) {
  .staff-list__licence th {
    background: #4EA338;
    border-color: #999;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #fff;
    text-align: center;
  }
}
.staff-list__licence th::after {
  content: "：";
  position: absolute;
  top: 50%;
  right: -7.5px;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .staff-list__licence th::after {
    display: none;
  }
}
.staff-list__licence td {
  text-align: left;
}
@media (max-width: 480px) {
  .staff-list__licence td {
    border-color: #999;
    border-style: solid;
    border-width: 1px;
    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;
}
@media (max-width: 600px) {
  .staff-list__txt p {
    margin-top: 1em;
  }
}
@media (min-width: 601px) {
  .staff-list__txt p:not(:first-child) {
    margin-top: 1.5em;
  }
}

/*********************************************************
question.html
*********************************************************/
.qa-list {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .qa-list {
    margin-top: 50px;
  }
}

.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: 52%;
}
.about-container__txt p:not(:first-child) {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .about-container__txt {
    width: 100%;
  }
}
.about-container__img {
  width: 45%;
}

@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: #ADFF30;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

@media (max-width: 480px) {
  .flow__ttl {
    font-size: 14px;
  }
}
/*********************************************************
newslist.html
*********************************************************/
.newslist__container {
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .newslist__container {
    display: block;
  }
}
.newslist__container:not(:first-child) {
  margin-top: 50px;
}
.newslist__container:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.newslist__txt {
  width: 70%;
}
@media (max-width: 480px) {
  .newslist__txt {
    width: 100%;
  }
}

.newslist__ttl {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .newslist__ttl {
    text-align: center;
  }
}

.newslist__header {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .newslist__header {
    display: block;
    text-align: center;
  }
}

.newslist__date {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .newslist__date {
    margin-right: 0;
  }
}

.newslist__theme {
  background: #eee;
  font-weight: bold;
  padding: 5px;
}
@media (max-width: 480px) {
  .newslist__theme {
    display: inline-block;
    margin-top: 10px;
  }
}

.newslist__body {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newslist__body img {
  display: none;
}

.newslist__btn {
  margin-top: 15px;
}
@media (min-width: 481px) {
  .newslist__btn.-sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .newslist__btn {
    margin-top: 30px;
    text-align: center;
  }
  .newslist__btn.-pc {
    display: none;
  }
}
.newslist__btn a {
  background: #08A000;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 7px 20px 7px 7px;
  position: relative;
}
.newslist__btn a:hover {
  opacity: 0.8;
}
.newslist__btn a::after {
  border-color: transparent transparent transparent orange;
  border-width: 4px 0 4px 8px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 5px;
}

.newslist__img {
  width: 27%;
}
@media (max-width: 480px) {
  .newslist__img {
    margin: 30px auto 0;
    text-align: center;
    width: 70%;
  }
}

.newslist-links {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .newslist-links {
    display: block;
  }
}

.newslist-links__item {
  background: #eee;
  width: 33%;
}
@media (max-width: 480px) {
  .newslist-links__item {
    width: 100%;
  }
}

.newslist-links__ttl {
  background: #333;
  color: #fff;
  padding: 7px;
  text-align: center;
}

.newslist-links__content {
  padding: 15px;
}
.newslist-links__content ul {
  background: #fff;
}
.newslist-links__content li {
  border-bottom: 1px dotted #666;
  padding: 5px;
}
.newslist-links__content li:last-child {
  border-bottom: none;
}
.newslist-links__content a {
  color: #333;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination {
  border-top: 3px solid #CCC;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding-top: 30px;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
}

.pagination li {
  display: inline-block;
  margin: 5px 5px 0 0;
}

.pagination a {
  background: #4EA338;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination a:hover {
  background: #08A000;
  color: #ADFF30;
}

#pagination {
  flex-grow: 1;
  margin-top: 30px;
  order: 2;
  width: 100%;
}
#pagination ul {
  justify-content: center;
}

#prevpage,
#nextpage {
  order: 1;
  white-space: nowrap;
}

#prevpage {
  margin-right: 5px;
}

#nextpage {
  margin-left: 5px;
}

/*********************************************************
news.html
*********************************************************/
.news__ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.news__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .news__header {
    display: block;
    text-align: center;
  }
}

.news__date {
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 480px) {
  .news__date {
    margin-right: 0;
  }
}

.news__theme {
  background: #eee;
  font-weight: bold;
  padding: 5px;
}
@media (max-width: 480px) {
  .news__theme {
    display: inline-block;
    margin-top: 10px;
  }
}

.news__body {
  margin-top: 50px;
}
.news__body p {
  line-height: 1.3;
}
.news__body p:not(:first-child) {
  margin-top: 0.5em;
}
.news__body img {
  display: block;
  margin: 0 auto;
}

/*********************************************************
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 {
  font-family: "Zen Maru Gothic";
}

.treatment-list__item:not(:first-child) {
  margin-top: 50px;
}

.treatment-list__ttl {
  background: #08A000;
  color: #fff;
  font-size: 24px;
  padding: 8px;
}

.treatment-list__box {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .treatment-list__box {
    display: block;
  }
}

.treatment-list__img {
  width: 35%;
}
@media (max-width: 768px) {
  .treatment-list__img {
    width: 100%;
  }
}

.treatment-list__content {
  font-size: 14px;
  width: 62%;
}
@media (max-width: 768px) {
  .treatment-list__content {
    margin-top: 15px;
    width: 100%;
  }
}

.treatment-list__txt {
  font-weight: bold;
  line-height: 1.7;
}
.treatment-list__txt:not(:first-child) {
  margin-top: 1em;
}
.treatment-list__txt.-note {
  font-size: 90%;
  margin-left: 1em;
  text-indent: -1em;
}

.treatment__effect:not(:first-child) {
  margin-top: 1em;
}
.treatment__effect dt {
  font-size: 120%;
  font-weight: bold;
}
.treatment__effect dd {
  padding: 0.5em 0.5em 0 0.5em;
}
.treatment__effect dd ul li {
  margin-left: 1em;
  text-indent: -1em;
}

.treatment__marker {
  background: rgba(255, 255, 0, 0.5);
}

.treatment-list__link {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .treatment-list__link {
    margin-top: 15px;
  }
}

/*********************************************************
gallery.html
*********************************************************/
.gallery:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .gallery:not(:first-child) {
    margin-top: 50px;
  }
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.gallery__list::after {
  content: "";
  width: 46%;
}
@media (max-width: 768px) {
  .gallery__list::after {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .gallery__list::after {
    display: none;
  }
}

.gallery__item {
  text-align: center;
  width: 23%;
}
.-flow .gallery__item {
  width: 49%;
}
@media (max-width: 768px) {
  .-flow .gallery__item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .gallery__item {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .gallery__item {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .gallery__item:nth-child(n+5) {
    margin-top: 15px;
  }
  .-flow .gallery__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .gallery__item:nth-child(n+4) {
    margin-top: 15px;
  }
  .-flow .gallery__item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .gallery__item:nth-child(n+3) {
    margin-top: 15px;
  }
}

.gallery__img a:hover {
  opacity: 0.8;
}
.gallery__img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
@media (max-width: 480px) {
  .gallery__img img {
    height: 150px;
  }
}
@media (max-width: 350px) {
  .gallery__img img {
    height: 100px;
  }
}

.gallery__ttl {
  font-size: 14px;
  margin-top: 5px;
}

/*********************************************************
症状別ページ
traffic-accident.html
*********************************************************/
.symptom-mv {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.symptom-mv.-accident {
  background-image: url(image.php?id=264);
  background-position: center;
}
.symptom-mv.-sneck {
  background-image: url(image.php?id=383);
  background-position: center;
}
.symptom-mv.-lbp {
  background-image: url(image.php?id=387);
  background-position: bottom;
}
.symptom-mv.-sports {
  background-image: url(image.php?id=395);
  background-position: center;
}
.symptom-mv.-whiplash {
  background-image: url(image.php?id=407);
  background-position: top;
}
.symptom-mv.-gikkuri {
  background-image: url(image.php?id=410);
  background-position: bottom;
}
.symptom-mv.-headache {
  background-image: url(image.php?id=415);
  background-position: center;
}
@media (min-width: 769px) {
  .symptom-mv.-headache {
    background-position: top 30% center;
  }
}

.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;
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}
.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-mv__ttl span.dot-none::before {
  display: none;
}

.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,
.symptom-box05 {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .symptom__box01,
  .symptom-box02,
  .symptom-box03,
  .symptom-box05 {
    margin-top: 50px;
  }
}

.symptom-box01,
.symptoms-box01.-whiplash {
  position: relative;
}
.symptom-box01::after,
.symptoms-box01.-whiplash::after {
  background-image: url(image.php?id=025);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  padding-bottom: 15%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .symptom-box01::after,
  .symptoms-box01.-whiplash::after {
    background-image: url(image.php?id=026);
    bottom: -140px;
    padding-bottom: 200px;
    width: 98%;
    max-width: 490px;
  }
}
@media (max-width: 480px) {
  .symptom-box01::after,
  .symptoms-box01.-whiplash::after {
    bottom: -140px;
    padding-bottom: 150px;
  }
}

.symptom-box01__container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 180px;
  padding: 30px 0 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .symptom-box01__container {
    display: block;
    margin: 0 0 150px;
    padding: 0 0 8%;
  }
}
@media (max-width: 768px) {
  .symptom-box01__container::before {
    background: #fff;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.symptom-box01__container .check-list {
  display: inline-block;
}
@media (max-width: 768px) {
  .symptom-box01__container .check-list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .-accident .symptom-box01__container .check-list {
    background-image: url(image.php?id=265);
  }
}
@media (max-width: 600px) {
  .symptom-box01__container .check-list {
    width: 90%;
  }
}
.symptom-box01__container .check-list__item {
  font-size: 24px;
  text-align: left;
}
@media (max-width: 1600px) {
  .symptom-box01__container .check-list__item {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .symptom-box01__container .check-list__item {
    font-size: 16px;
    margin-top: 1em;
  }
}

.symptom-box01__img {
  width: 450px;
}
@media (max-width: 768px) {
  .symptom-box01__img {
    display: none;
  }
}

.symptom__box04 {
  margin-top: 50px;
}

.symptom-box02,
.symptom-box05__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .symptom-box02,
  .symptom-box05__container {
    display: block;
  }
}
.symptom-box02.-re,
.symptom-box05__container.-re {
  flex-direction: row-reverse;
}

.symptom-box02__img,
.symptom-box02__txt,
.symptom-box05__img,
.symptom-box05__txt {
  width: 48.5%;
}
@media (max-width: 768px) {
  .symptom-box02__img,
  .symptom-box02__txt,
  .symptom-box05__img,
  .symptom-box05__txt {
    width: 100%;
  }
}

.symptom-box02__img,
.symptom-box05__img {
  text-align: center;
}

.symptom-box02__img.-images {
  font-size: 0;
}
@media (max-width: 768px) {
  .symptom-box02__img.-images img {
    display: inline-block;
    width: 48%;
  }
  .symptom-box02__img.-images img:first-child {
    margin-right: 3%;
  }
}

.symptom-box02__txt p:not(:first-child),
.symptom-box05__txt p:not(:first-child) {
  margin-top: 1em;
}
@media (max-width: 768px) {
  .symptom-box02__txt,
  .symptom-box05__txt {
    margin-top: 30px;
  }
}

.symptom-box02__box {
  background: #FBF0E2;
  box-shadow: 8px 8px 3px #E1D7CB;
  font-size: 14px;
  margin-top: 16px;
  padding: 15px;
}
@media (max-width: 768px) {
  .symptom-box02__box {
    margin-right: 8px;
  }
}

.symptom-box03__img {
  text-align: center;
}

.symptom-box03__txt {
  margin-top: 30px;
}

.symptom__btn {
  margin-top: 30px;
}

.symptom-flow__item {
  position: relative;
}
.symptom-flow__item:not(:first-child) {
  margin-top: 100px;
}
.symptom-flow__item:not(:last-child)::after {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 40px 200px 0;
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.symptom-flow__ttl {
  border-bottom: 2px dashed #08A000;
  color: #ffa700;
  font-size: 24px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
@media (max-width: 300px) {
  .symptom-flow__ttl {
    font-size: 20px;
  }
}

.symptom-flow__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .symptom-flow__container {
    display: block;
  }
}

.symptom-flow__img,
.symptom-flow__txt {
  width: 48.5%;
}
@media (max-width: 480px) {
  .symptom-flow__img,
  .symptom-flow__txt {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .symptom-flow__txt {
    margin-top: 15px;
  }
}
.symptom-flow__txt p:not(:first-child) {
  margin-top: 1em;
}

.ta-flow__inner {
  background: #eee;
  border-radius: 15px;
  margin-top: 50px;
  padding: 30px;
}
@media (max-width: 480px) {
  .ta-flow__inner {
    padding: 15px;
  }
}

.ta-flow__box {
  background: #fff;
  border: 2px solid #08A000;
  margin-top: 50px;
  padding: 30px;
  position: relative;
}
.ta-flow__box:first-child {
  margin-top: 0;
}
.ta-flow__box:last-child::before, .ta-flow__box:last-child::after {
  display: none;
}
.ta-flow__box::before, .ta-flow__box::after {
  content: "";
  position: absolute;
  z-index: 2;
}
.ta-flow__box::before {
  border-color: #ccc transparent transparent transparent;
  border-width: 70px 90px 0 90px;
  border-style: solid;
  height: 0;
  width: 0;
  bottom: -65px;
  left: 51%;
  margin-left: -90px;
  opacity: 0.6;
}
.ta-flow__box::after {
  border-color: #08A000 transparent transparent transparent;
  border-width: 80px 100px 0 100px;
  border-style: solid;
  height: 0;
  width: 0;
  bottom: -65px;
  left: 50%;
  margin-left: -100px;
}

.ta-flow__ttl {
  border-bottom: 3px solid #c4c4c4;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .ta-flow__ttl {
    flex-direction: column;
  }
}

.ta-flow__ttl-num {
  background: #08A000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
  padding: 5px;
  text-align: center;
}
@media (max-width: 480px) {
  .ta-flow__ttl-num {
    font-size: 16px;
    margin-right: 10px;
  }
}

.ta-flow__ttl-txt {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .ta-flow__ttl-txt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .ta-flow__ttl-txt {
    font-size: 18px;
    margin-top: 10px;
  }
}

.ta-flow__container {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 600px) {
  .ta-flow__container {
    display: block;
  }
}

.ta-flow__img {
  margin-right: 3%;
}
@media (min-width: 769px) {
  .ta-flow__img {
    width: 30%;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .ta-flow__img {
    width: 47%;
  }
}

.ta-flow__content {
  font-size: 14px;
}
@media (min-width: 769px) {
  .ta-flow__content {
    width: 67%;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .ta-flow__content {
    width: 50%;
  }
}
.ta-flow__content p {
  margin-top: 10px;
}

.ta-flow__list {
  margin-top: 10px;
}
.ta-flow__list dt {
  color: #a44500;
  font-weight: bold;
}
.ta-flow__list dd {
  color: #7e3b01;
  margin: 5px 0 0 2em;
  text-indent: -1em;
}

.ta-list {
  margin-top: 15px;
}
.ta-list dt {
  font-weight: bold;
}
.ta-list dd {
  margin-top: 5px;
}
.ta-list dd div:first-child {
  border-bottom: 1px dashed #333;
  color: #08A000;
  font-weight: bold;
  margin-bottom: 5px;
}

.ta-line {
  margin-top: 50px;
  text-align: center;
}
.ta-line:hover {
  opacity: 0.8;
}

/*********************************************************
対応する不調・お悩み
*********************************************************/
.symptoms {
  font-family: "Zen Maru Gothic";
}

.symptoms__container:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .symptoms__container:not(:first-child) {
    margin-top: 50px;
  }
}

.symptoms-box01.-whiplash {
  margin: 0 0 180px;
  position: relative;
}
@media (max-width: 768px) {
  .symptoms-box01.-whiplash {
    margin: 0 0 150px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .symptoms-box01.-whiplash::after {
    bottom: -160px;
  }
}

.symptoms-box01__container,
.symptoms-box02__wrapper,
.symptoms-box03__container,
.symptoms-box04__container,
.symptoms__banner {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .symptoms-box01__container,
  .symptoms-box02__wrapper,
  .symptoms-box03__container,
  .symptoms-box04__container,
  .symptoms__banner {
    margin-top: 50px;
  }
}

.symptoms-box01__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .symptoms-box01__container {
    display: block;
  }
}

.symptoms-box01__txt,
.symptoms-box01__img {
  width: 48%;
}
@media (max-width: 768px) {
  .symptoms-box01__txt,
  .symptoms-box01__img {
    width: 100%;
  }
}

.symptoms-box01__img {
  text-align: center;
}
@media (max-width: 768px) {
  .symptoms-box01__img {
    display: none;
  }
}

.check-list.-green {
  background: #e6f3e0;
  border: 5px solid #73c35f;
  border-radius: 15px;
  padding: 15px;
}
.check-list.-green .check-list__item {
  border-bottom: 2px dotted #c9c9c9;
  padding-bottom: 10px;
}

.symptoms-box02__wrapper {
  background: #b9ffcb;
  border: 1px solid green;
  padding: 30px;
}

.symptoms-box02__container {
  display: flex;
}
.symptoms-box02__container:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .symptoms-box02__container {
    display: block;
  }
}
@media (min-width: 1601px) {
  .symptoms-box02__container.-lbp .symptoms-box02__img {
    margin-top: 36px;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .symptoms-box02__container.-lbp .symptoms-box02__img {
    margin-top: 57px;
  }
}
@media (min-width: 1601px) {
  .symptoms-box02__container.-sports .symptoms-box02__img {
    margin-top: 78px;
  }
}
@media (min-width: 769px) and (max-width: 1600px) {
  .symptoms-box02__container.-sports .symptoms-box02__img {
    margin-top: 100px;
  }
}
@media (min-width: 1601px) {
  .symptoms-box02__container.-gikkuri .symptoms-box02__img {
    margin-top: 78px;
  }
}
@media (min-width: 1001px) and (max-width: 1600px) {
  .symptoms-box02__container.-gikkuri .symptoms-box02__img {
    margin-top: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .symptoms-box02__container.-gikkuri .symptoms-box02__img {
    margin-top: 100px;
  }
}

.symptoms-box02__img {
  margin-right: 30px;
  width: 300px;
}
@media (max-width: 768px) {
  .symptoms-box02__img {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .symptoms-box02__img.-images {
    display: flex;
    justify-content: space-between;
  }
}
.symptoms-box02__img.-images img {
  display: block;
}
@media (max-width: 768px) {
  .symptoms-box02__img.-images img {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .symptoms-box02__img.-images img:not(:first-child) {
    margin-top: 30px;
  }
}
.symptoms-box02__img.-images:has(> :nth-child(3)) {
  overflow: auto;
}
@media (max-width: 768px) {
  .symptoms-box02__img.-images:has(> :nth-child(3)) img {
    width: 30%;
  }
}

.symptoms-box02__box {
  width: calc(100% - 230px);
}
@media (max-width: 768px) {
  .symptoms-box02__box {
    margin-top: 30px;
    padding: 15px;
    width: 100%;
  }
}

.symptoms-box02__toptxt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.symptoms-box02__toptxt strong {
  color: #f00;
}

.symptoms-box02__txtbox {
  background: #f5fbc4;
  padding: 15px;
}
.symptoms-box02__txtbox strong {
  color: #f00;
}

.symptoms-box02__p:not(:first-child) {
  margin-top: 1em;
}

.symptoms-box02__list dt {
  font-size: 24px;
  font-weight: bold;
}
.symptoms-box02__list dt span {
  background: linear-gradient(transparent 50%, #ffff4e 50%);
}
.symptoms-box02__list dd {
  padding: 15px;
}

.symptoms-box02__list02 dt {
  font-size: 18px;
  font-weight: bold;
}
.symptoms-box02__list02 dt span {
  background: linear-gradient(transparent 50%, #ffff4e 50%);
}
.symptoms-box02__list02 dd {
  padding: 15px;
}

.symptoms-box03__container {
  display: flex;
}
@media (max-width: 768px) {
  .symptoms-box03__container {
    flex-direction: column-reverse;
  }
}

.symptoms-box03__txt {
  margin-right: 30px;
  width: calc(100% - 330px);
}
@media (max-width: 768px) {
  .symptoms-box03__txt {
    margin-top: 15px;
    width: 100%;
  }
}
.symptoms-box03__txt strong {
  text-decoration: underline;
}
.symptoms-box03__txt p {
  font-size: 14px;
  text-align: center;
}
.symptoms-box03__txt p:not(:first-child) {
  margin-top: 15px;
}

.symptoms-box03__img {
  width: 300px;
}
@media (max-width: 768px) {
  .symptoms-box03__img {
    width: 100%;
  }
}

.sports-list {
  margin-top: 100px;
}
@media (max-width: 480px) {
  .sports-list {
    margin-top: 50px;
  }
}

.sports-list__ttl {
  background-image: url(image.php?id=406);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 200px;
  font-size: 24px;
  font-weight: bold;
}

.sports-list__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .sports-list__content {
    display: block;
  }
}

.sports-list__img {
  width: 300px;
}
@media (max-width: 480px) {
  .sports-list__img {
    width: 100%;
  }
}

.sports-list__symptoms {
  width: calc(100% - 330px);
}
@media (max-width: 480px) {
  .sports-list__symptoms {
    margin-top: 15px;
    width: 100%;
  }
}
.sports-list__symptoms li {
  color: #08A000;
  font-size: 18px;
}
.sports-list__symptoms li:not(:first-child) {
  margin-top: 15px;
}

/*********************************************************
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 #ff9500;
  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 {
    text-align: center;
    width: 100%;
  }
  .commit-container__img img {
    display: inline-block;
    width: 49%;
  }
}
.commit-container__txt {
  width: 58%;
}

@media (max-width: 768px) {
  .commit-container__txt {
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
  }
}
.commit-container__list {
  margin-top: 30px;
}
.commit-container__list dt {
  border-bottom: 1px dashed #ddd;
  color: #08A000;
  font-size: 18px;
  font-weight: bold;
}
.commit-container__list dt:not(:first-child) {
  margin-top: 30px;
}
.commit-container__list dd {
  margin-top: 10px;
}

.commit-caution {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .commit-caution {
    justify-content: center;
  }
}

.commit-caution__txt {
  width: 43%;
}

@media (max-width: 768px) {
  .commit-caution__txt {
    width: auto;
  }
}
.commit-caution__img {
  background-image: url(image.php?id=259);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35%;
  width: 55%;
}

@media (max-width: 768px) {
  .commit-caution__img {
    display: none;
  }
}
.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;
  padding: 30px;
}
.commitment__box:first-child {
  margin-top: 50px;
}
.commitment__box:not(:first-child) {
  margin-top: 30px;
}

.commitment__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .commitment__ttl {
    display: block;
  }
}
.commitment__ttl-num {
  background: #08A000;
  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__container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .commitment__container {
    display: block;
  }
}
.commitment__content,
.commitment__img {
  font-size: 14px;
  width: 48%;
}
@media (max-width: 768px) {
  .commitment__content,
  .commitment__img {
    width: 100%;
  }
}

.commitment__img {
  text-align: center;
}

@media (max-width: 768px) {
  .commitment__content {
    margin-top: 15px;
  }
}
.commitment__content p:not(:first-child) {
  margin-top: 1em;
}

.commitment__arrow {
  position: relative;
}
.commitment__arrow::after {
  border-color: orange transparent transparent transparent;
  border-width: 50px 100px 0 100px;
  border-style: solid;
  height: 0;
  width: 0;
  content: "";
  margin-left: -100px;
  position: absolute;
  bottom: -80px;
  left: 50%;
}
@media (max-width: 250px) {
  .commitment__arrow::after {
    border-color: orange transparent transparent transparent;
    border-width: 40px 60px 0 60px;
    border-style: solid;
    height: 0;
    width: 0;
    bottom: -70px;
    margin-left: -60px;
  }
}

.commitment__btn {
  margin-top: 110px;
}

/*********************************************************
404.html
*********************************************************/
.notfound {
  text-align: center;
}

.notfound__404 {
  font-size: 64px;
  font-weight: bold;
}
@media (max-width: 400px) {
  .notfound__404 {
    font-size: 48px;
  }
}

.notfound__txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 400px) {
  .notfound__txt {
    font-size: 18px;
  }
}

.notfound__txt02 {
  margin-top: 30px;
}
.notfound__txt02 a {
  text-decoration: underline;
}
.notfound__txt02 a:hover {
  text-decoration: none;
}

/*********************************************************
staff.html
*********************************************************/
.staff__box {
  background: #e7f7e1;
  border: 5px solid #4EA338;
  font-family: "Zen Maru Gothic";
  margin-top: 50px;
  padding: 15px 15px 50px;
}

.staff__ttl {
  color: #397629;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 600px) {
  .staff__ttl {
    font-size: 24px;
  }
}

.staff__post {
  display: inline-block;
  margin-right: 100px;
}
@media (max-width: 600px) {
  .staff__post {
    margin-right: 30px;
  }
}

.staff__license {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-top: 20px;
}
.staff__license dt {
  white-space: nowrap;
}
.staff__license dt::after {
  content: "：";
}

.staff__container {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .staff__container {
    display: block;
  }
}

.staff__img {
  margin-right: 30px;
  width: 220px;
}
@media (max-width: 768px) {
  .staff__img {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .staff__img img {
    width: 350px;
  }
}

.staff__txt {
  width: calc(100% - 220px);
}
@media (max-width: 768px) {
  .staff__txt {
    margin-top: 15px;
    width: 100%;
  }
}
.staff__txt p:not(:first-child) {
  margin-top: 1em;
}

.staff__marker {
  background: rgba(255, 255, 0, 0.5);
}

.staff-table {
  margin-top: 30px;
}

.staff-table__ttl {
  font-weight: bold;
}

.staff-table__content {
  margin-top: 10px;
}
@media (max-width: 600px) {
  .staff-table__content {
    overflow: auto;
  }
}
.staff-table__content table {
  width: 100%;
}
.staff-table__content table th,
.staff-table__content table td {
  border: 1px solid #333;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .staff-table__content table th,
  .staff-table__content table td {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .staff-table__content table th,
  .staff-table__content table td {
    white-space: nowrap;
  }
}
.staff-table__content table thead th {
  background: #08A000;
  color: #fff;
}
.staff-table__content table tbody td {
  background: #fdffe8;
}

/*********************************************************
base.scss差し替え
*********************************************************/
@media (min-width: 1025px) {
  .header__logo {
    margin-right: 30px;
    max-width: 170px;
  }
}

@media (min-width: 1025px) {
  .gnav__item {
    width: 20%;
  }
  .gnav__item:nth-child(5) {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .footer {
    padding-bottom: 15%;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .footer__copy {
    margin-top: 166px;
  }
}