@charset "UTF-8";
.sp_nav {
  display: none;
}

.page-title {
  margin-top: 80px;
  position: relative;
  padding: 150px;
}
.page-title h1 {
  color: white;
  font-size: 2.9rem;
  letter-spacing: 7px;
  text-align: center;
  text-shadow: 1px 1px 20px #9e9e9e;
}
.page-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/care.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.main-top {
  margin-top: 230px;
  padding: 70px;
}
.main-title {
  text-align: center;
}
.main-title span {
  font-size: 2rem;
}
.main-nav {
  margin: 100px auto;
  width: 70%;
}
.main-nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 !important;
}
.main-nav ul li {
  font-size: 2rem;
  letter-spacing: 2px;
}

.yen {
  font-size: 1.2rem;
}

.hoken {
  padding: 30px 0;
  max-width: 940px;
  margin: 0 auto;
}
.hoken h2 {
  width: 80%;
  margin: 40px auto;
  font-weight: bold;
  color: #454545;
  letter-spacing: 5px;
}
.hoken h2 span {
  display: block;
  width: 76px;
  height: 1px;
  border: solid 1px #78e1d9;
  margin-top: 10px;
}
.hoken section {
  width: 80%;
  margin: 0 auto;
}
.hoken-contents {
  width: 90%;
  font-size: 1.5rem;
  line-height: 32px;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}
.hoken-contents span {
  background: #ffff63;
}
.hoken-ex {
  line-height: 40px;
  font-size: 1.5rem;
}
.hoken-ex h3 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  line-height: 38px;
  margin-bottom: 20px;
}
.hoken-ex ul {
  margin: 10px 0;
}
.hoken-box {
  margin-top: 30px;
}
.hoken-prices_name {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 38px;
  margin-top: 35px;
  margin-bottom: 0rem;
}
.hoken-list {
  width: 80%;
  margin-top: 15px;
  display: column;
  justify-content: space-between;
  border-radius: 10px;
}
.hoken-list-box {
  width: 40%;
}
.hoken-list-box ul li {
  float: left;
  width: 112px;
  padding: 3px;
}
.hoken-prices {
  display: table;
  border: solid 1px #918b8b;
  box-sizing: border-box;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  border-radius: 4px;
  overflow: hidden;
}
.hoken-prices_inner {
  display: table-row;
  text-align: center;
  color: #524e4e;
}
.hoken-prices_inner span:nth-child(4) {
  border-right: initial;
}
.hoken-prices_inner .price {
  vertical-align: middle;
  display: table-cell;
  border-top: 1px solid #918b8b;
  border-right: 1px solid #918b8b;
  padding: 14px;
  font-size: 1.5rem;
}
.hoken-prices_inner .price-top {
  background-color: #dedede;
}
.hoken-prices_inner .menu {
  vertical-align: middle;
  display: table-cell;
  border-right: 1px solid #918b8b;
  padding: 10px;
  font-size: 1.5rem;
}
.hoken-prices_inner .menu-left {
  color: #524e4e;
  vertical-align: middle;
  display: table-cell;
  border-top: 1px solid #918b8b;
  border-right: 1px solid #918b8b;
  padding: 10px;
  font-size: 1.5rem;
}

.chiled .price {
  border: initial;
}
.chiled span:nth-child(3) {
  border-left: solid 1px #918b8b;
}
.chiled span:nth-child(4) {
  border-right: initial;
}

.own-price {
  border-right: 0px solid #918b8b !important;
}
.own-time {
  border-top: 1px solid #918b8b !important;
}
.own-b {
  border-top: 0px solid #918b8b !important;
}

.text-title {
  margin-top: 30px;
  font-size: 2rem;
}

.menu_child {
  background-color: #def8f6;
}

.price-top {
  background-color: #def8f6;
  color: #524e4e;
}

.tre_title {
  font-size: 3rem;
}

.col-md-6 {
  width: 100%;
}

@media screen and (max-width:768px) {
  .page-title {
    padding: 95px;
    margin-top: 70px;
  }

  .ham.active .top {
    -webkit-transform: translateY(5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(5px) translateX(0) rotate(-45deg);
    transform: translateY(5px) translateX(0) rotate(-45deg);
  }

  .ham.active .bottom {
    -webkit-transform: translateY(-5px) translateX(0) rotate(45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(45deg);
    transform: translateY(-5px) translateX(0) rotate(45deg);
  }

  .sp_nav {
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    background: #F8FAF8;
    -webkit-transition: all 0.5s;
    display: block;
  }
  .sp_nav ul {
    text-align: center;
  }
  .sp_nav ul li {
    padding-bottom: 44px;
    color: #124A37;
  }
  .sp_nav-contact {
    text-align: center;
    margin-top: 70px;
  }
  .sp_nav-contact .tel-num {
    display: flex;
    color: #124A37;
    font-family: "Zen Maru Gothic", sans-serif;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .sp_nav-contact .tel-num i {
    font-size: 4rem !important;
  }
  .sp_nav-contact .tel-num span {
    margin-left: 10px;
  }
  .sp_nav-contact .adress {
    text-align: center;
    font-size: 1.5rem;
  }
  .sp_nav-contact .open-time {
    text-align: center;
    font-size: 1.3rem;
  }

  .sp_nav.on {
    z-index: 400;
    opacity: 1;
  }

  .main-top {
    margin-top: 100px;
  }

  .main-nav {
    width: 100%;
  }

  .hoken {
    width: 90% !important;
  }
  .hoken h2 {
    width: 90%;
  }
  .hoken section {
    width: 90%;
  }
  .hoken-box {
    margin-top: 30px !important;
  }
  .hoken-contents {
    width: 100%;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .hoken-list {
    width: 90%;
  }
}
@media screen and (max-width:390px) {
  .page-title {
    padding: 95px;
    margin-top: 66px;
  }

  .main_title {
    font-size: 4rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  }
  .main_title span {
    font-family: "Source Sans 3";
    font-size: 2rem;
  }

  .main-nav {
    width: 90%;
    margin-top: 30px;
  }
  .main-nav ul {
    line-height: 100px;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .main-nav ul li {
    font-size: 2rem;
  }

  .hoken {
    width: 100% !important;
    border-radius: initial;
  }
  .hoken-contents {
    margin: 36px 0;
    width: 90%;
  }

  .price {
    font-size: 1.8rem;
    padding: 5px;
  }

  .menu {
    padding: 5px;
  }

  .menu_child {
    width: 40%;
  }
}
@media screen and (min-width:1500px) {
  .main-nav ul li {
    font-size: calc(20 / 1673* 100vw) !important;
  }

  .hoken {
    max-width: 1250px;
  }
  .hoken-contents {
    font-size: 1.7rem;
    line-height: 43px;
    letter-spacing: 3px;
  }
  .hoken-ex {
    line-height: 50px;
    font-size: 1.8rem;
  }
  .hoken-prices_inner .menu {
    font-size: 2rem;
  }
  .hoken-prices_inner .menu-left {
    font-size: 2rem;
  }
  .hoken-prices_inner .price {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=sub_tre.css.map */
