@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  background: url("../img/top/kv.jpg") no-repeat center;
  margin-bottom: 80px;
}
.l-kv .c-wrap {
  height: 486px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.l-kv .c-wrap h1 {
  margin-left: -80px;
}

.p-top__time {
  padding-bottom: 70px;
}
.p-top__time table {
  width: 100%;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.p-top__time table tr th,
.p-top__time table tr td {
  border: 1px solid #D1D1D1;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
}
.p-top__time table tr th {
  background-color: #F8F7F1;
  font-weight: normal;
}
.p-top__time table tr td {
  font-size: 16px;
  color: #00439A;
}
.p-top__time table tr td.is-ng {
  background-color: #dddddd;
}
.p-top__time ul {
  margin-top: 20px;
}
.p-top__time ul li {
  border-left: 4px solid #000;
  margin-bottom: 12px;
  padding-left: 10px;
}
.p-top__time ul li a{
text-decoration:underline;
}
.p-top__time ul li:last-child {
  margin-bottom: 0;
}
.p-top__time .w1 {
  width: 360px;
  font-weight: bold;
}
.p-top__time .c2 {
  background-color: #00439A;
  color: #FFF;
}
.p-top__time .c3 {
  background-color: #97674A;
  color: #FFF;
}
.p-top__info {
  padding-bottom: 70px;
}
.p-top__info .inner {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__info .inner:before, .p-top__info .inner:after {
  content: none;
}
.p-top__info .inner .title {
  position: relative;
  border-bottom: 2px dotted #00439a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.p-top__info .inner .title a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-top__info .inner .title a span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.p-top__info .inner h2 {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  text-align: left;
  color: #00439a;
}
.p-top__info .inner .block {
  width: 525px;
}
.p-top__info .inner .block--info h2 span:before {
  content: "";
  width: 26px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/top/icon01.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
.p-top__info .inner .block--cl h2 span:before {
  content: "";
  width: 35px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/top/icon06.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
.p-top__info .inner caption {
  background-color: #F8F7F1;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.p-top__about {
  padding: 65px 0 80px;
  background-color: #F8F7F1;
}
.p-top__about .box {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__about .box h3 {
  margin-bottom: 20px;
}
.p-top__about .box p {
  font-weight: normal;
  font-size: 17px;
  line-height: 32px;
  text-align: left;
  color: #333;
  font-feature-settings: "palt";
}
.p-top__about .main,
.p-top__about .internal,
.p-top__about .inspection {
  margin-bottom: 30px;
}
.p-top__about .main {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__about .main:before, .p-top__about .main:after {
  content: none;
}
.p-top__about .main .box {
  width: 535px;
}
.p-top__about .main .tel {
  border-top: 1px solid #E1E1E1;
  padding-top: 20px;
  margin-top: 20px;
  display: table;
  width: 100%;
}
.p-top__about .main .tel .icon {
  display: table-cell;
  width: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__about .main .tel .icon span {
  display: block;
  width: 100%;
  line-height: 36px;
  height: 36px;
  border-radius: 3px;
  background: #97674a;
  border: 1px solid #97674a;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.p-top__about .main .tel .num {
  display: table-cell;
  width: calc(100% - 160px);
  font-family: Inter;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  vertical-align: middle;
  color: #97674a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.p-top__about .main .tel .num a {
  color: #97674A;
}
.p-top__about .main .tel .num span:before {
  content: "";
  width: 17px;
  height: 23px;
  display: inline-block;
  background: url("../img/top/icon07.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.p-top__about .medicine .box {
  display: table;
  width: 100%;
}
.p-top__about .medicine .box .txt {
  display: table-cell;
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 45px;
}
.p-top__about .medicine .box .ph {
  display: table-cell;
  width: 400px;
}
.p-top__access {
  padding-top: 75px;
  padding-bottom: 80px;
  text-align: center;
}
.p-top__access p {
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  color: #333;
  margin: 10px auto 30px;
}
.p-top__access .map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 600px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    margin-top: 67px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .l-kv .c-wrap {
    height: 250px;
  }
  .l-kv .c-wrap h1 {
    width: 80%;
    margin-left: 0;
  }

  .p-top__time {
    padding-bottom: 70px;
  }
  .p-top__time table {
    width: 100%;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .p-top__time table tr th,
  .p-top__time table tr td {
    border: 1px solid #D1D1D1;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
  }
  .p-top__time table tr th {
    background-color: #F8F7F1;
    font-weight: normal;
  }
  .p-top__time table tr td {
    font-size: 10px;
    color: #00439A;
  }
  .p-top__time table tr td.is-ng {
    background-color: #F3F3F3;
  }
  .p-top__time ul {
    margin-top: 20px;
  }
  .p-top__time ul li {
    border-left: 4px solid #000;
    margin-bottom: 12px;
    padding-left: 10px;
  }
  .p-top__time ul li:last-child {
    margin-bottom: 0;
  }
  .p-top__time .w1 {
    width: 360px;
    font-weight: bold;
  }
  .p-top__info {
    padding-bottom: 60px;
  }
  .p-top__info .inner {
    display: block;
  }
  .p-top__info .inner h2 {
    font-size: 22px;
  }
  .p-top__info .inner .block {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-top__info .inner .block:last-child {
    margin-bottom: 0;
  }
  .p-top__info .inner .block--info h2 span:before {
    width: 16px;
    height: 20px;
  }
  .p-top__info .inner .block--cl h2 span:before {
    width: 25px;
    height: 22px;
  }
  .p-top__about {
    padding: 65px 0 60px;
  }
  .p-top__about .box {
    padding: 15px;
  }
  .p-top__about .box:first-child {
    margin-bottom: 30px;
  }
  .p-top__about .box h3 {
    margin-bottom: 15px;
  }
  .p-top__about .box p {
    line-height: 1.6;
    font-size: 14px;
  }
  .p-top__about .main,
  .p-top__about .internal,
  .p-top__about .inspection {
    margin-bottom: 30px;
  }
  .p-top__about .main {
    display: block;
    width: 100%;
  }
  .p-top__about .main .box {
    width: 100%;
  }
  .p-top__about .main .tel {
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .p-top__about .main .tel .icon {
    display: block;
    width: 100%;
  }
  .p-top__about .main .tel .icon span {
    display: block;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border-radius: 3px;
    background: #97674a;
    border: 1px solid #97674a;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
  }
  .p-top__about .main .tel .num {
    display: block;
    width: 100%;
    font-size: 32px;
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  .p-top__about .medicine .box {
    display: block;
    width: 100%;
  }
  .p-top__about .medicine .box .txt {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .p-top__about .medicine .box .ph {
    display: block;
    width: 100%;
  }
  .p-top__access {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-top__access p {
    font-size: 14px;
  }
  .p-top__access .map iframe {
    vertical-align: bottom;
    width: 100%;
    height: 260px;
  }
}
