@charset "UTF-8";
@font-face {
  src: local("Gen Jyuu Gothic Medium");
  font-family: "Lucida Grande", "segoe UI", "Gen Jyuu Gothic Medium", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

body {
  background-color: #F7FFFF;
  font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  color: #552E2E;
}

ul {
  list-style: none;
  margin: 0.5em 0;
}

p {
  margin: 1rem 0;
  font-size: 18px;
}

h2 {
  font-size: 32px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #E1F3F8));
  background: -webkit-linear-gradient(transparent 60%, #E1F3F8 60%);
  background: linear-gradient(transparent 60%, #E1F3F8 60%);
  display: inline;
  padding: 0 10px;
  line-height: 2.2rem;
}

h3 {
  line-height: 2rem;
}

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

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

.mb0 {
  margin-bottom: 0;
}

.ml-10 {
  margin-left: 10px;
}

.mt0 {
  margin-top: 0;
}

h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

.width20 {
  width: 20%;
}

.width70 {
  width: 70%;
}

header {
  margin: 25px 25px 0 25px;
  background-image: url(../images/home.jpg);
  height: 110vh;
  background-size: cover;
  background-position: top 10% left 10%;
  background-repeat: no-repeat;
  position: relative;
}

.header-in {
  width: 260px;
  background-color: #FAFDFD;
  opacity: 0.9;
  position: absolute;
  right: 5%;
  margin-top: 35px;
  padding-top: 15px;
  text-align: center;
  color: #2A5C42;
}

.logo {
  height: 80px;
}

.logo img {
  max-width: 100%;
  width: 30%;
}

.title {
  margin-top: 10px;
  padding: 1em 0;
  height: 30px;
}

.title img {
  max-width: 100%;
  width: 70%;
}

.header-ul {
  font-size: 20px;
  padding: 0% 15% 5%;
}

.header-ul li {
  padding: 20px 0 5px;
  border-bottom: dashed 1px #707070;
}

.tel {
  font-size: 25px;
  color: #2A5C42;
  text-decoration: none;
  padding: 10px 0;
}

.time {
  font-size: 18px;
}

.twitter-icon img {
  width: 50px;
  margin: 20px 0;
}

.text-ul {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #d1f5ff));
  background: -webkit-linear-gradient(transparent 80%, #d1f5ff 80%);
  background: linear-gradient(transparent 80%, #d1f5ff 80%);
  font-weight: bold;
}

/*メニュー開閉ボタン*/
.menu-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #a2b5e8;
  color: #fff;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.88);
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  color: #2A5C42;
}

.menu__item {
  height: auto;
  text-align: center;
  color: #2A5C42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0.5em 0;
}

.menu__item a {
  color: #2A5C42;
  text-decoration: none;
  padding: 0.5em 1em;
  width: 100%;
}

/* アニメーション前のメニューの状態 */
.menu {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.container {
  width: 80%;
  margin: 0 auto;
}

.container .container {
  width: 90%;
}

.covid-19 {
  border: dashed 1px #A4BBC1;
  margin: 70px auto 0px;
  text-align: center;
  background-color: white;
  color: #505050;
  padding: 15px;
}

.covid-19 h2 {
  margin-bottom: 0px;
  background: none;
}

.covid-19 p {
  margin: 15px 0 30px;
}

.covid-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.covid-subox {
  width: 33%;
}

.covid-subox img {
  width: 80%;
  width: 30%;
}

.reason-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}

.reason-box {
  background-color: white;
  width: 15%;
  margin: 1%;
  -webkit-box-shadow: 1px 1px 2px #B9B9B9;
          box-shadow: 1px 1px 2px #B9B9B9;
  padding: 20px;
  line-height: 1.8;
}

.reason-img {
  height: 140px;
  padding: 10px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason-img img {
  max-width: 100%;
  max-height: 140px;
}

.treatment {
  margin: 60px auto;
}

.treatment h3 {
  border-bottom: solid 1px;
}

.treatment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  width: 100%;
  border: solid 1px #918E8E;
  margin: 36px auto;
}

.treatment-box p {
  text-align: left;
}

@media (max-width: 1169px) {
  .treatment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
  }
  .treatment-box .treatment-text {
    width: 100%;
  }
  .treatment-box .treatment-img {
    width: 100%;
    margin-top: 40px;
  }
}

.treatment-text {
  width: 50%;
  padding-right: 3%;
}

.treatment-text p {
  padding-left: 3%;
  font-size: 17px;
  margin: 0.5rem 0;
}

.treatment-img {
  width: 50%;
  margin-bottom: -3px;
}

.treatment-img img {
  max-width: 100%;
  height: auto;
}

.price {
  margin: 60px auto;
  width: 80%;
}

.price-box {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

.price-box h3 {
  border-bottom: solid 1px #552E2E;
  font-size: 1.3rem;
  margin: 40px 0 15px;
}

.price-table {
  margin-left: 10px;
  font-size: 18px;
  width: 100%;
}

.accident-link {
  background-color: #fff;
  border-radius: 5px;
  border: dashed 1px #756868;
  padding: 10px 20px;
}

.accident-link a {
  text-align: right;
  display: block;
  color: #3F98B1;
}

.accident {
  margin: 60px auto;
  width: 80%;
}

.accident p {
  margin: 20px auto;
}

.accident-box {
  width: 70%;
  border: solid 5px #E1F3F8;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  letter-spacing: 0.1em;
}

.accident-box h3 {
  font-size: 1.4rem;
  margin: 10px 0 15px;
}

.accident-box ol {
  margin: 0 auto 20px;
  width: 90%;
  padding-left: 60px;
  line-height: 1.4rem;
}

.twitter {
  width: 70%;
  margin: 100px auto  70px;
}

footer {
  background-color: #7A92D1;
  color: white;
  padding: 30px 0;
}

footer h1 {
  font-size: 48px;
  margin-bottom: 0px;
}

footer p {
  font-size: 25px;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-box {
  width: 50%;
}

.footer-box h3 {
  font-size: 26px;
  margin: 0 0 0 10px;
}

.arrow_box {
  width: 15%;
  position: relative;
}

.arrow-p {
  position: absolute;
  top: 14%;
  left: 30%;
  font-size: 1.5vw;
}

.arrow-span {
  font-size: 3vw;
}

.arrow-in {
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background: #E7F7F7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  top: 10%;
}

.arrow-in:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(231, 247, 247, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 21px;
  border-right-width: 21px;
  margin-top: -14px;
  border-left-color: #E7F7F7;
  left: 99%;
  top: 50%;
}

.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
  width: 80%;
}

.flow-box {
  background-color: white;
  text-align: left;
  padding: 2% 5%;
  width: 60%;
}

.flow-box h3 {
  margin: 0.3em 0 0.5em;
  font-size: 1.5em;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.profile-img {
  width: 40%;
}

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

.profile-text {
  padding-left: 35px;
}

.profile-text h3 {
  margin-top: 10px;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.facebook {
  width: 35%;
  padding: 0 1%;
}

.facebook iframe {
  max-width: 100%;
}

.youtube {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1%;
}

.youtube iframe {
  max-width: 100%;
  width: 560px;
  height: 315px;
}

.images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.images-box {
  width: 23%;
  margin: 0 1%;
}

.images-box img {
  max-width: 100%;
}

.customer {
  margin-bottom: 100px;
}

.customer-img {
  width: 30%;
  margin: 30px 0.5%;
}

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

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
  top: 45%;
  margin-top: -15px;
}

.prev-arrow {
  left: -15px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #7a92d1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.next-arrow {
  right: -15px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #7a92d1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slide-dots {
  text-align: center;
  padding: 0;
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots li button:before {
  content: '○';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-dots li.slick-active button:before {
  content: '●';
}

.reason {
  margin: 100px auto;
}

.reason-span {
  display: block;
  margin: 10px auto;
  position: relative;
  padding: 0px;
  width: 25%;
  font-size: 27px;
}

.reason-span:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #707070;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.reason-span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #707070;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.reason-span:before {
  left: 0;
}

.reason-span:after {
  right: 0;
}

.footer-tel {
  text-decoration: none;
  color: white;
  font-size: 36px;
  margin: 16px 0;
}

.footer-tel svg {
  padding-right: 5px;
}

.time-table {
  border-collapse: collapse;
  font-size: 20px;
}

.time-table th, .time-table td {
  border-bottom: solid 1px white;
  border-top: solid 1px white;
  padding: 10px;
}

.table-p {
  font-size: 16px;
}

.flow-wrapper {
  text-align: center;
  margin: 60px 0;
}

.flow-wrapper h2 {
  background: none;
}

.flow-span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平中心 */
  font-size: 24px;
  margin: 5px 0 40px;
}

.flow-span:before, .flow-span:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  /* 線の長さ */
}

.flow-span:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.flow-span:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.about-title {
  text-align: center;
  margin: 40px;
}

.map {
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

.map iframe {
  max-width: 100%;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .container .container {
    width: 100%;
  }
  .header-in {
    display: none;
  }
  .logo {
    width: 10%;
    margin: 20px auto 0;
  }
  .logo img {
    width: 100%;
  }
  .title {
    padding: 1em 0 1em;
    width: 30%;
  }
  .title img {
    max-width: 100%;
    width: 100%;
  }
  .menu-ul {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    padding: 0 1% 0 0;
    font-size: 20px;
    margin: 0;
  }
  .menu__item {
    margin: 1.5em 0 0.5em;
  }
  .reason-span {
    width: 50%;
  }
  .reason-box {
    width: 40%;
  }
  .treatment-box {
    width: 100%;
  }
  .treatment-box p {
    font-size: 15px;
  }
  .footer-p {
    font-size: 18px;
  }
  .footer-box h3 {
    font-size: 20px;
  }
  .footer-tel {
    font-size: 30px;
  }
  .time-table {
    font-size: 16px;
  }
  .table-p {
    font-size: 14px;
  }
  .arrow-in:after {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 15px;
    border-right-width: 15px;
    margin-top: -8px;
  }
  .arrow_box {
    width: 18%;
  }
  .arrow-p {
    font-size: 2vw;
  }
  .arrow-span {
    font-size: 3.5vw;
  }
  .facebook {
    width: 50%;
    margin: 10px auto 50px;
  }
  .youtube {
    margin: 10px auto;
  }
  .flow-span {
    font-size: 20px;
    line-height: 24px;
  }
  .width70 {
    width: 90%;
  }
  .accident {
    width: 90%;
  }
  .price-box {
    width: 90%;
  }
  .accident-box {
    width: 100%;
    letter-spacing: normal;
    padding-right: 10px;
  }
}

@media (max-width: 660px) {
  header {
    height: 45vh;
    background-position: top 10% left 20%;
  }
  .footer-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer-box {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 426px) {
  .logo {
    width: 20%;
    margin: 20px auto 0;
  }
  .logo img {
    width: 100%;
  }
  .title {
    padding: 1em 0 1em;
    width: 60%;
  }
  .title img {
    max-width: 100%;
    width: 100%;
  }
  .covid-subox {
    width: 50%;
  }
  .reason-span {
    width: 80%;
    font-size: 25px;
  }
  .reason-box {
    width: 80%;
  }
  .treatment-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .treatment-box p {
    font-size: 15px;
  }
  .treatment-box .treatment-text {
    width: 100%;
    padding: 0;
  }
  .treatment-box .treatment-img {
    width: 100%;
    margin-top: 0;
  }
  .twitter {
    width: 100%;
  }
  .slide-dots {
    display: none !important;
  }
  .customer-img {
    margin: 30px 20px;
  }
  .time-table {
    font-size: 12px;
  }
  .time-table th, .time-table td {
    padding: 10px 7px;
  }
  footer h1 {
    font-size: 40px;
  }
  footer {
    padding: 30px 1% 0 3%;
  }
  .arrow_box {
    width: 25%;
  }
  .arrow-p {
    top: 12%;
    left: 30%;
    font-size: 4vw;
  }
  .arrow-span {
    font-size: 6vw;
  }
  .flow-box {
    padding: 1% 10%;
  }
  .flow {
    width: 100%;
  }
  .profile {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .profile-img {
    width: 100%;
  }
  .profile-img img {
    max-width: 100%;
  }
  .profile-text {
    padding-left: 0px;
  }
  .profile-text p {
    font-size: 16px;
  }
  .facebook {
    width: 100%;
  }
  .youtube iframe {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 280px;
    height: 150px;
  }
  .images-box {
    width: 100%;
    margin: 1%;
  }
  .container {
    width: 90%;
  }
  h2 {
    font-size: 28px;
    padding: 0;
  }
  .next-arrow {
    right: -10px;
  }
  .prev-arrow {
    left: -10px;
  }
  .slide-arrow {
    top: 50%;
  }
  .map {
    width: 100%;
  }
  .price {
    width: 100%;
  }
  .price-box {
    width: 90%;
  }
  .width20 {
    width: 35%;
  }
  .width70 {
    width: 95%;
  }
  .accident-box ol {
    margin: 0 auto 20px;
    width: 90%;
    padding-left: 30px;
  }
  .accident-box h3 {
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  .menu-btn {
    display: none;
  }
  .sp-br {
    display: none;
  }
  .pc-none {
    display: none;
  }
}

@media (max-width: 321px) {
  .arrow-p {
    top: 10%;
  }
}
/*# sourceMappingURL=style.css.map */