@charset "UTF-8";
/*
theme Name: net'z
Description: 共通テンプレート
version： 1.0.0
*/
/* =============================================================================================== */
/* 定義 */
/* =============================================================================================== */
/* =============================================================================================== */
/* スリック打ち消し */
/* =============================================================================================== */
.block-mv04 .slick-prev,
.block-mv04 .slick-next {
  background-color: rgba(0, 30, 67, 0.6941176471);
  height: 63px;
  width: 40px;
  z-index: 30;
}
.block-mv04 .slick-prev:hover,
.block-mv04 .slick-next:hover {
  background-color: #001e43;
}
.block-mv04 .slick-prev {
  left: 0px;
}
.block-mv04 .slick-next {
  right: 0px;
}

.block-list-box02 .slick-prev,
.block-list-box02 .slick-next {
  background-color: #1d5ca3;
  height: 63px;
  width: 40px;
  z-index: 30;
}
.block-list-box02 .slick-prev:hover,
.block-list-box02 .slick-next:hover {
  background-color: #001e43;
}
.block-list-box02 .slick-prev {
  left: -50px;
}
.block-list-box02 .slick-next {
  right: -50px;
}

.block-mv04 .slick-prev:before,
.block-list-box02 .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.337254902);
}
.block-mv04 .slick-next:before,
.block-list-box02 .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.337254902);
}
.block-mv04 .slick-dots li button:before,
.block-list-box02 .slick-dots li button:before {
  color: #1d5ca3;
}

.wrp-thum .slick-prev:before {
  content: "\f053";
}
.wrp-thum .slick-next:before {
  content: "\f054";
}
.wrp-thum .slick-prev:before,
.wrp-thum .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 30px;
}
.wrp-thum .slick-prev:before,
.wrp-thum .slick-next:before {
  color: #1d5ca3;
}

/* =============================================================================================== */
/* カレンダー打ち消し */
/* =============================================================================================== */
.calender-box h2 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #1d5ca3;
  padding: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .calender-box h2 {
    font-size: 21px;
    padding: 0 0 15px 0;
  }
}
.calender-box .wpsbc-prev {
  display: none !important;
}
.calender-box .wpsbc-next {
  display: none !important;
}
.calender-box .wpsbc-legend-item:nth-child(2) {
  display: block !important;
}
.calender-box .wpsbc-legend-item-icon-1 {
  display: none !important;
}
@media (max-width: 768px) {
  .calender-box .wpsbc-legend-item-icon-1 {
    display: none !important;
  }
}

/* =============================================================================================== */
/* 共通クラス */
/* =============================================================================================== */
.wrp-block {
  margin: 80px 0;
  position: relative;
  min-height: 86px;
}
@media (max-width: 768px) {
  .wrp-block {
    margin: 40px 0;
  }
}

.content-body {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .content-body {
    padding: 30px 0;
  }
}

.wrp-btnfix {
  position: relative;
}
@media (max-width: 768px) {
  .wrp-btnfix {
    display: none;
  }
}
.wrp-btnfix:hover .bg {
  background-color: #113968;
}
.wrp-btnfix.isActive .bg {
  right: -10px;
}
.wrp-btnfix.isActive .fix-btn {
  right: -10px;
}
.wrp-btnfix .bg {
  z-index: 100;
  transition: 0.5s;
  position: fixed;
  right: -90px;
  top: calc(50vh - 185px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 320px;
  background-color: #1d5ca3;
  mix-blend-mode: multiply;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wrp-btnfix .bg:hover {
  background-color: #113968;
}
.wrp-btnfix .fix-btn {
  z-index: 100;
  transition: 0.5s;
  position: fixed;
  right: -90px;
  top: calc(50vh - 185px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 320px;
}
.wrp-btnfix .fix-btn .inner {
  writing-mode: vertical-rl;
  color: #ffffff;
  font-size: 18px;
  border: 1px solid #ffffff;
  width: 65px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 5px;
}
.wrp-btnfix .fix-btn .inner i {
  display: inline-block;
  padding-bottom: 5px;
}

.wrp-trigger01 {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 70px;
  height: 70px;
  background-color: #e60a1e;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .wrp-trigger01 {
    width: 50px;
    height: 50px;
  }
}
.wrp-trigger01:hover {
  background-color: #103c6f;
}
.wrp-trigger01 .menu-trigger01 {
  width: 40px;
  height: 26px;
  vertical-align: middle;
  transform: translateX(0);
  transition: transform 0.5s;
}
@media (max-width: 1200px) {
  .wrp-trigger01 .menu-trigger01 {
    width: 30px;
    height: 23px;
  }
}
.wrp-trigger01 .menu-trigger01 span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .wrp-trigger01 .menu-trigger01 span {
    height: 3px;
  }
}
.wrp-trigger01 .menu-trigger01 span:nth-of-type(1) {
  top: 0;
}
.wrp-trigger01 .menu-trigger01.active span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg);
}
.wrp-trigger01 .menu-trigger01 span:nth-of-type(2) {
  top: 11px;
}
@media (max-width: 1200px) {
  .wrp-trigger01 .menu-trigger01 span:nth-of-type(2) {
    top: 10px;
  }
}
.wrp-trigger01 .menu-trigger01.active span:nth-of-type(2) {
  opacity: 0;
}
.wrp-trigger01 .menu-trigger01 span:nth-of-type(3) {
  bottom: 0;
}
.wrp-trigger01 .menu-trigger01.active span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg);
}
.wrp-trigger01 .txt-trigger {
  color: #ffffff;
  padding-top: 10px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 1200px) {
  .wrp-trigger01 .txt-trigger {
    display: none;
  }
}

.wrap-sp-navi01 .overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
.wrap-sp-navi01 .overlay.open {
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 1;
}
.wrap-sp-navi01 .sp-navi01 {
  width: 50%;
  height: 100%;
  background-color: #1d5ca3;
  color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  overflow: scroll;
}
.wrap-sp-navi01 .sp-navi01.open {
  width: 420px;
  opacity: 1;
  z-index: 110;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01.open {
    width: 100%;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi {
  display: flex;
  justify-content: center;
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner {
  padding: 80px 0 50px 0;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner {
    padding: 80px 0 50px 0;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .list li a {
  color: #ffffff;
  font-size: 21px;
  margin: 0 0 30px 0;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .list li a {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox {
  padding: 10px 0 0 0;
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt01 {
  padding: 0 0 10px 0;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt01 {
    font-size: 16px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt02 {
  padding: 0 0 10px 0;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt02 {
    font-size: 18px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt02 .num {
  font-size: 38px;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt02 .num {
    font-size: 28px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt03 {
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .txt03 {
    font-size: 18px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .btn {
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #1d5ca3;
  font-weight: 600;
  padding: 10px 30px;
  font-size: 21px;
  transition: 0.5s;
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .btn i {
  display: inline;
  padding-right: 10px;
  font-size: 1.1em;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .txtbox .btn:hover {
  background-color: #1d5ca3;
  color: #ffffff;
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .sns {
  display: flex;
  margin: 40px 0 0;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .sns {
    margin: 20px 0 0;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .sns li {
  font-size: 40px;
  margin: 0 10px;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .base-navi .inner .sns li {
    font-size: 30px;
  }
}
.wrap-sp-navi01 .sp-navi01 .base-navi .inner .sns li a {
  color: #ffffff;
}
.wrap-sp-navi01 .sp-navi01 .close01 {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
}
@media (max-width: 1200px) {
  .wrap-sp-navi01 .sp-navi01 .close01 {
    top: 10px;
    right: 20px;
    font-size: 40px;
  }
}
.wrap-sp-navi01 .sp-navi01 .close01:hover {
  cursor: pointer;
}

.head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.head .wrp-logo {
  width: 250px;
  padding: 0 0 0 30px;
}
@media (max-width: 1200px) {
  .head .wrp-logo {
    width: 200px;
    padding: 12px 0 0 10px;
  }
}
.head .wrp-logo .white {
  display: block;
}
.head .wrp-logo .blue {
  display: none;
}
.head .wrp-logo:hover {
  opacity: 0.7;
}
.head .wrp-menu {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 20;
  padding: 0 70px 0 2.5vw;
}
.head .wrp-menu ul {
  display: flex;
  align-items: center;
  height: 70px;
}
@media (max-width: 1200px) {
  .head .wrp-menu ul {
    display: none;
  }
}
.head .wrp-menu ul li {
  padding-right: 2.4vw;
}
.head .wrp-menu ul li a {
  color: #ffffff;
  position: relative;
  font-size: 14px;
}
.head .wrp-menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 3px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.head .wrp-menu ul li a:hover::after {
  visibility: visible;
  bottom: -2px; /*アニメーションが止まる位置*/
  opacity: 1;
}

.single .head .wrp-logo .white,
.post-type-archive-shop-info .head .wrp-logo .white,
.tax-shop_name .head .wrp-logo .white,
.tax-car_type .head .wrp-logo .white,
.page-template-default .head .wrp-logo .white {
  display: none;
}
.single .head .wrp-logo .blue,
.post-type-archive-shop-info .head .wrp-logo .blue,
.tax-shop_name .head .wrp-logo .blue,
.tax-car_type .head .wrp-logo .blue,
.page-template-default .head .wrp-logo .blue {
  display: block;
}
.single .head .wrp-menu,
.post-type-archive-shop-info .head .wrp-menu,
.tax-shop_name .head .wrp-menu,
.tax-car_type .head .wrp-menu,
.page-template-default .head .wrp-menu {
  background-color: #1d5ca3;
}

.bg-mix {
  background-color: #1d5ca3;
  mix-blend-mode: multiply;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 1200px) {
  .bg-mix {
    display: none;
  }
}

.block-mv04 {
  position: relative;
  margin: 0 0 80px 0;
}
@media (max-width: 1200px) {
  .block-mv04 {
    margin: 0 0 50px 0;
  }
}
.block-mv04 .txt {
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 94px;
  font-style: italic;
  z-index: 10;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.1em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.337254902);
}
@media (max-width: 1200px) {
  .block-mv04 .txt {
    bottom: 20px;
    left: 10px;
    font-size: 45px;
  }
}
.block-mv04 .txt span {
  color: #e60a1e;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: block;
  letter-spacing: 0;
  padding: 0 0 10px 30px;
}
@media (max-width: 1200px) {
  .block-mv04 .txt span {
    font-size: 18px;
    padding: 0 0 10px 10px;
  }
}
.block-mv04 .wrp-slide {
  position: relative;
  z-index: 0;
}
.block-mv04 .wrp-slide .list {
  width: 100%;
  height: 100vh;
}
.block-mv04 .wrp-slide .list img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-block {
  padding: 0px 20px 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-block {
    padding: 0px 20px 50px;
  }
}
.banner-block a:hover {
  opacity: 0.8;
}
.banner-block a .banner {
  width: 850px;
}

.banner-block02 {
  padding: 50px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-block02 {
    padding: 10px 0 0;
  }
}
.banner-block02 a:hover {
  opacity: 0.8;
}

.concept-block {
  position: relative;
  margin: 0 0 50px 0;
}
@media (max-width: 768px) {
  .concept-block {
    margin: 0 0 20px 0;
  }
}
.concept-block .tit {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.concept-block .tit .moji {
  font-size: 47px;
  font-weight: 600;
  color: #1d5ca3;
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  flex: 1;
}
@media (max-width: 768px) {
  .concept-block .tit .moji {
    font-size: 24px;
    width: 100%;
  }
  .concept-block .tit .moji br {
    display: none;
  }
}
.concept-block .img {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 47%;
  height: 444px;
  background-color: #1d5ca3;
  z-index: -1;
}
@media (max-width: 768px) {
  .concept-block .img {
    position: relative;
    width: 100%;
    height: 250px;
    bottom: 0px;
  }
}
.concept-block .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.concept-block .wrp-txt {
  position: relative;
}
.concept-block .wrp-txt .bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #1d5ca3;
  z-index: -2;
}
.concept-block .wrp-txt .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.concept-block .wrp-txt .txt {
  font-size: 18px;
  width: 50%;
  color: #ffffff;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .concept-block .wrp-txt .txt {
    font-size: 15px;
    width: 100%;
    padding: 30px 0;
  }
}

.campain-block {
  padding: 45px 0 100px 0;
  background-image: url("images/campain-bg.png");
  background-size: 1220px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .campain-block {
    padding: 0 0 50px 0;
  }
}
.campain-block .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campain-block .list li {
  width: calc(50% - 7px);
  margin-bottom: 14px;
}
.campain-block .list li:hover {
  opacity: 0.6;
}
@media (max-width: 425px) {
  .campain-block .list li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.com-tit {
  font-size: 33px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .com-tit {
    font-size: 26px;
  }
}
.com-tit span {
  color: #e60a1e;
  display: block;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding: 0 0 5px 5px;
}
@media (max-width: 768px) {
  .com-tit span {
    font-size: 14px;
  }
}

.wrp-combtn {
  padding: 50px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .wrp-combtn {
    padding: 30px 0 0;
  }
}
.wrp-combtn .com-btn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 40px;
  border: 2px solid #1d5ca3;
  color: #1d5ca3;
  background-color: #ffffff;
  border-radius: 7px;
  font-size: 23px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .wrp-combtn .com-btn {
    border: 1px solid #1d5ca3;
    font-size: 16px;
  }
}
.wrp-combtn .com-btn:hover {
  background-color: #1d5ca3;
  color: #ffffff;
}
.wrp-combtn .com-btn i {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .wrp-combtn .com-btn i {
    padding-right: 5px;
  }
}

.wrp-combtn02 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 768px) {
  .wrp-combtn02 {
    flex-direction: column;
    padding-top: 20px;
  }
}
.wrp-combtn02 .combtn02 {
  width: calc(50% - 10px);
  font-size: 18px;
  font-weight: 700;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  background-color: #f0f0f0;
  border: 1px solid #cececf;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrp-combtn02 .combtn02 {
    width: 100%;
    font-size: 16px;
  }
}
.wrp-combtn02 .combtn02:hover {
  background-color: #d2d1d1;
}
.wrp-combtn02 .combtn02 i {
  color: #e60a1e;
}

.service-block {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 768px) {
  .service-block {
    padding: 0 0 30px;
  }
}
.service-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.service-block .inner {
  display: flex;
}
@media (max-width: 768px) {
  .service-block .inner {
    flex-direction: column;
  }
}
.service-block .inner .img-box {
  width: 50%;
}
@media (max-width: 768px) {
  .service-block .inner .img-box {
    width: 100%;
  }
}
.service-block .inner .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .service-block .inner .img-box img {
    height: 200px;
  }
}
.service-block .inner .list-box {
  width: 450px;
  margin: 0 0 0 50px;
}
@media (max-width: 768px) {
  .service-block .inner .list-box {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 20px;
  }
}
.service-block .inner .list-box .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 10px;
  border-top: 1px solid #1d5ca3;
}
.service-block .inner .list-box .list li:last-child {
  border-bottom: 1px solid #1d5ca3;
}
.service-block .inner .list-box .list li:hover {
  background-color: #1d5ca3;
}
.service-block .inner .list-box .list li:hover .moji {
  color: #ffffff;
}
@media (max-width: 768px) {
  .service-block .inner .list-box .list li {
    padding: 5px 5px 5px 5px;
  }
}
.service-block .inner .list-box .list li .moji {
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
  color: #1d5ca3;
}
@media (max-width: 768px) {
  .service-block .inner .list-box .list li .moji {
    font-size: 17px;
  }
}
.service-block .inner .list-box .list li .moji i {
  padding: 0 10px 0 0;
}
@media (max-width: 768px) {
  .service-block .inner .list-box .list li .moji i {
    padding: 0 5px 0 0;
  }
}
.service-block .inner .list-box .list li img {
  width: 100px;
}
@media (max-width: 768px) {
  .service-block .inner .list-box .list li img {
    width: 80px;
  }
}

.wrp-information {
  margin: 80px 50px;
  position: relative;
}
@media (max-width: 768px) {
  .wrp-information {
    margin: 40px 0;
  }
}
.wrp-information .wrp-meater {
  position: absolute;
  right: 100px;
  top: 0;
  width: 177px;
}
@media (max-width: 768px) {
  .wrp-information .wrp-meater {
    display: none;
  }
}
.wrp-information .block-list-box02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrp-information .block-list-box02 .list-box {
  margin: 0 0 0;
  transform: scale(0.85);
  transition: 0.5s;
  transform-origin: bottom center;
}
.wrp-information .block-list-box02 .list-box.slick-center {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .wrp-information .block-list-box02 .list-box.slick-center {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .wrp-information .block-list-box02 .list-box {
    width: 100%;
    transform: scale(1);
    margin: 0 10px 0;
  }
}
.wrp-information .block-list-box02 .list-box .wrp-thum:hover {
  opacity: 0.6;
}
.wrp-information .block-list-box02 .list-box .wrp-thum img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrp-information .block-list-box02 .list-box .wrp-txt {
  padding: 20px 20px;
  color: #1d5ca3;
}
@media (max-width: 768px) {
  .wrp-information .block-list-box02 .list-box .wrp-txt {
    padding: 20px 15px;
  }
}
.wrp-information .block-list-box02 .list-box .wrp-txt .cate {
  font-size: 15px;
  display: inline-block;
}
.wrp-information .block-list-box02 .list-box .wrp-txt .tit {
  font-size: 18px;
  padding: 10px 0 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .wrp-information .block-list-box02 .list-box .wrp-txt .tit {
    font-size: 15px;
  }
}

.wrp-shopinfo {
  background-color: #e3e3e3;
  padding: 70px 0;
}
@media (max-width: 768px) {
  .wrp-shopinfo {
    padding: 40px 0 10px;
  }
}
.wrp-shopinfo .tit {
  background-color: #1d5ca3;
  color: #ffffff;
  font-size: 36px;
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 0;
  border-radius: 7px;
  text-align: center;
  position: relative;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .wrp-shopinfo .tit {
    margin: 0 0 30px;
    font-size: 21px;
  }
}
.wrp-shopinfo .tit .kuma {
  width: 115px;
  position: absolute;
  left: 19%;
  top: -20px;
}
@media (max-width: 768px) {
  .wrp-shopinfo .tit .kuma {
    width: 60px;
    left: 1%;
    top: -10px;
  }
}
.wrp-shopinfo .tit .fukidashi {
  width: 44px;
  position: absolute;
  right: 25%;
  bottom: -30px;
}
@media (max-width: 768px) {
  .wrp-shopinfo .tit .fukidashi {
    width: 30px;
    right: 20%;
    bottom: -20px;
  }
}

.shoplist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
.shoplist li {
  width: 25%;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 15px;
  position: relative;
  color: #1d5ca3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .shoplist li {
    width: 50%;
    padding: 10px;
  }
}
.shoplist li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #1d5ca3 transparent;
}
.shoplist li:hover {
  background-color: #1d5ca3;
  color: #ffffff;
  cursor: pointer;
}
.shoplist li:first-child {
  display: none;
}

.block-table03 .wrp-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list {
    align-items: flex-start;
  }
}
.block-table03 .wrp-list .wrp-img {
  width: 142px;
  margin: 0 40px 0 0;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list .wrp-img {
    width: 80px;
    margin: 0 15px 0 0;
  }
}
.block-table03 .wrp-list .wrp-img img {
  border-radius: 7px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.block-table03 .wrp-list .wrp-img img:hover {
  opacity: 0.6;
}
.block-table03 .wrp-list .wrp-txt {
  width: 100%;
  flex: 1;
  font-size: 18px;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list .wrp-txt {
    font-size: 14px;
  }
}
.block-table03 .wrp-list .wrp-txt dt {
  font-weight: 500;
  color: #1d5ca3;
  display: flex;
  align-items: center;
}
.block-table03 .wrp-list .wrp-txt dt img {
  width: 28px;
  margin: 0 10px 0 0;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list .wrp-txt dt img {
    width: 20px;
  }
}
.block-table03 .wrp-list .wrp-txt dd {
  line-height: 1.4;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list .wrp-txt dd {
    padding: 5px 0 0;
  }
}
.block-table03 .wrp-list .wrp-txt dd:hover {
  text-decoration: underline;
}
.block-table03 .wrp-list .wrp-txt .date {
  font-size: 15px;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  .block-table03 .wrp-list .wrp-txt .date {
    font-size: 14px;
  }
}

.panel {
  display: none;
}

.panel.is-show {
  display: block;
  animation: appear 1s ease;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrp-banner {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .wrp-banner {
    padding: 20px 0 20px;
  }
}
.wrp-banner .list-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .wrp-banner .list-banner {
    gap: 14px;
  }
}
.wrp-banner .list-banner li {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 768px) {
  .wrp-banner .list-banner li {
    width: calc(50% - 7px);
  }
}
.wrp-banner .list-banner li:hover {
  opacity: 0.6;
}

.wrp-footer {
  padding: 60px 0 80px;
  background-color: #012f57;
  color: #ffffff;
}
@media (max-width: 768px) {
  .wrp-footer {
    padding: 40px 0 40px;
    font-size: 12px;
  }
}
.wrp-footer .logo {
  width: 235px;
  padding: 0 0 50px;
}
.wrp-footer .logo:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .wrp-footer .logo {
    display: none;
  }
}
.wrp-footer .block-footer01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrp-footer .block-footer01 .info {
  width: 45%;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .info {
    width: 100%;
  }
}
.wrp-footer .block-footer01 .info .txt .tit {
  display: block;
  font-size: 20px;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .info .txt .tit {
    font-size: 16px;
  }
}
.wrp-footer .block-footer01 .info .txt .add {
  display: block;
  padding: 20px 0 0;
  line-height: 1.6;
}
.wrp-footer .block-footer01 .info .txt .add dl {
  display: flex;
  line-height: 2;
}
.wrp-footer .block-footer01 .info .txt .add dl dt {
  padding-right: 15px;
}
.wrp-footer .block-footer01 .info .txt .add dl dd {
  flex: 1;
}
.wrp-footer .block-footer01 .info .txt .btn {
  display: inline-block;
  padding: 20px 0 10px 2px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.wrp-footer .block-footer01 .info .txt .btn:hover {
  opacity: 0.6;
}
.wrp-footer .block-footer01 .info .txt .btn i {
  padding: 0 0 0 10px;
}
.wrp-footer .block-footer01 .navi {
  width: 50%;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .navi {
    width: 100%;
    padding: 30px 0 0;
  }
}
.wrp-footer .block-footer01 .navi .list {
  display: flex;
  flex-wrap: wrap;
}
.wrp-footer .block-footer01 .navi .list li {
  padding: 0 37px 20px 0;
}
.wrp-footer .block-footer01 .navi .list li:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .navi .list li {
    padding: 0 0 20px 0;
    width: 50%;
  }
}
.wrp-footer .block-footer01 .navi .list li i {
  padding-right: 5px;
  font-size: 0.7em;
}
.wrp-footer .block-footer01 .navi .list li a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.wrp-footer .block-footer01 .navi .sub-list {
  display: flex;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .navi .sub-list {
    padding-top: 20px;
  }
}
.wrp-footer .block-footer01 .navi .sub-list li a {
  text-decoration: underline;
  color: #ffffff;
  padding-right: 37px;
}
.wrp-footer .block-footer01 .navi .sub-list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.wrp-footer .block-footer01 .navi .sns {
  display: flex;
  padding: 100px 0 0;
  gap: 20px;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .navi .sns {
    justify-content: center;
    padding: 40px 0 0;
  }
}
.wrp-footer .block-footer01 .navi .sns li a {
  color: #ffffff;
  font-size: 45px;
}
.wrp-footer .block-footer01 .navi .sns li a:hover {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .wrp-footer .block-footer01 .navi .sns li a {
    font-size: 35px;
  }
}

.copy {
  width: 100%;
  text-align: center;
  padding: 35px 0;
  line-height: 2;
  font-size: 13px;
}
@media (max-width: 768px) {
  .copy {
    padding: 20px 0;
    font-size: 10px;
  }
}

.shop-map {
  padding: 60px 0 40px;
  position: relative;
  color: #1d5ca3;
}
@media (max-width: 768px) {
  .shop-map {
    padding: 30px 0 15px;
  }
}
.shop-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.shop-map .wrp-tit {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .shop-map .wrp-tit {
    padding-bottom: 30px;
  }
}
.shop-map .wrp-tit .tit {
  display: block;
  font-size: 33px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .shop-map .wrp-tit .tit {
    font-size: 24px;
  }
}
.shop-map .wrp-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-map .wrp-list li {
  width: calc(25% - 20px);
}
@media (max-width: 768px) {
  .shop-map .wrp-list li {
    width: calc(50% - 7px);
  }
}
.shop-map .wrp-list li:hover {
  cursor: pointer;
}
.shop-map .wrp-list li .inner {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1d5ca3;
  color: #1d5ca3;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shop-map .wrp-list li .inner {
    font-size: 15px;
  }
}
.shop-map .wrp-list li .inner:hover {
  color: #e60a1e;
  border-bottom: 1px solid #e60a1e;
}
.shop-map .wrp-list li .inner:hover span {
  background-color: #e60a1e;
}
.shop-map .wrp-list li .inner span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #1d5ca3;
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .shop-map .wrp-list li .inner span {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.shop-map .wrp-list li .inner span i {
  color: #ffffff;
  font-size: 0.8em;
  line-height: 0.8em;
}

.map-thum img {
  width: 193px;
}
@media (max-width: 768px) {
  .map-thum img {
    width: 100px;
  }
}

/* =============================================================================================== */
/* 下層ページ */
/* =============================================================================================== */
.page-head {
  position: relative;
}
.page-head .head-img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .page-head .head-img {
    height: 200px;
  }
}
.page-head .tit {
  position: absolute;
  z-index: 1;
  left: calc(50% - 500px);
  bottom: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 15px 45px 0px;
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-head .tit {
    left: 0px;
    font-size: 18px;
    padding: 10px 20px 0;
  }
}
.page-head .tit span {
  font-size: 12px;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  display: block;
  padding-top: 10px;
  color: #1d5ca3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-head .tit span {
    font-size: 10px;
    padding-top: 5px;
  }
}

.contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .contact-list {
    padding: 0px 0 40px;
  }
}
.contact-list li {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 20px;
  background-color: #f6f7f8;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .contact-list li {
    width: calc(50% - 5px);
    padding: 10px 0 20px;
    margin-bottom: 10px;
  }
}
.contact-list li:hover {
  background-color: #e9ebed;
}
.contact-list li .head-img {
  width: 100px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .contact-list li .head-img {
    width: 70px;
    padding-bottom: 10px;
  }
}
.contact-list li .tit {
  font-size: 20px;
  color: #1d5ca3;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contact-list li .tit {
    font-size: 14px;
  }
}

.external-box {
  background-color: #e3e3e3;
  padding: 50px 0;
}
.external-box .box {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 25px 0;
  margin-bottom: 30px;
}
.external-box .box:last-child {
  margin-bottom: 0px;
}
.external-box .box.red {
  border: 2px solid #e60a1e;
}
.external-box .box.red i {
  color: #e60a1e;
}
.external-box .box.orange {
  border: 2px solid #e65e1f;
}
.external-box .box.orange i {
  color: #e65e1f;
}
.external-box .box.blue {
  border: 2px solid #006ab9;
}
.external-box .box.blue i {
  color: #006ab9;
}
.external-box .box .wrp-img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .external-box .box .wrp-img {
    width: 100%;
  }
}
.external-box .box .wrp-img .head-img {
  width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .external-box .box .wrp-img .head-img {
    width: 220px;
  }
}
.external-box .box .wrp-txt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .external-box .box .wrp-txt {
    width: 100%;
  }
}
.external-box .box .wrp-txt ul {
  width: 80%;
}
@media (max-width: 768px) {
  .external-box .box .wrp-txt ul {
    width: auto;
  }
}
.external-box .box .wrp-txt ul li {
  padding-bottom: 25px;
  font-size: 21px;
}
@media (max-width: 768px) {
  .external-box .box .wrp-txt ul li {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.external-box .box .wrp-txt ul li a:hover {
  text-decoration: underline;
}
.external-box .box .wrp-txt ul li:last-child {
  padding-bottom: 0px;
}
.external-box .box .wrp-txt ul li i {
  display: inline-block;
  padding-right: 10px;
}

.wrp-page-link {
  background-color: #eaedf4;
  padding: 50px 0 40px;
}
@media (max-width: 768px) {
  .wrp-page-link {
    padding: 20px 0 10px;
  }
}
.wrp-page-link .page-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrp-page-link .page-link li {
  width: calc(20% - 7px);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrp-page-link .page-link li {
    width: calc(33.3333333333% - 7px);
  }
}
.wrp-page-link .page-link li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 35px 0 55px;
  background-color: #ffffff;
  border: 4px solid #ffffff;
}
@media (max-width: 768px) {
  .wrp-page-link .page-link li .inner {
    padding: 0 0 25px;
  }
}
.wrp-page-link .page-link li .inner:hover {
  border: 4px solid #9fb8d4;
}
.wrp-page-link .page-link li .inner img {
  width: 133px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrp-page-link .page-link li .inner img {
    width: 80px;
  }
}
.wrp-page-link .page-link li .inner .tit {
  font-size: 18px;
  font-weight: 500;
  color: #1d5ca3;
}
@media (max-width: 768px) {
  .wrp-page-link .page-link li .inner .tit {
    font-size: 13px;
  }
}
.wrp-page-link .page-link li .inner i {
  position: absolute;
  bottom: 10px;
  margin: auto;
  color: #1d5ca3;
  display: inline-table;
  font-size: 18px;
}
@media (max-width: 768px) {
  .wrp-page-link .page-link li .inner i {
    bottom: 5px;
    font-size: 16px;
  }
}

.com-line {
  font-size: 24px;
  padding: 0 0 15px 5px;
  font-weight: 500;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .com-line {
    font-size: 18px;
    padding: 0 0 10px 5px;
    margin-bottom: 25px;
  }
}
.com-line.blue {
  color: #1d5ca3;
}
.com-line.blue::after {
  background-color: #1d5ca3;
}
.com-line.red::after {
  background-color: #e60a1e;
}
.com-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d7d7d7;
}
@media (max-width: 768px) {
  .com-line::before {
    height: 2px;
  }
}
.com-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 3px;
}
@media (max-width: 768px) {
  .com-line::after {
    height: 2px;
    width: 90px;
  }
}

.com-line02 {
  font-size: 18px;
  padding: 0 0 15px 5px;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .com-line02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.com-line02.blue {
  color: #1d5ca3;
}
.com-line02.blue::after {
  background-color: #1d5ca3;
}
.com-line02.red::after {
  background-color: #e60a1e;
}
.com-line02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
}
@media (max-width: 768px) {
  .com-line02::before {
    height: 2px;
  }
}
.com-line02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 2px;
}
@media (max-width: 768px) {
  .com-line02::after {
    height: 2px;
    width: 90px;
  }
}

.com-line03 {
  font-size: 24px;
  padding: 20px 0 0 5px;
  font-weight: 700;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .com-line03 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.com-line03.blue {
  color: #1d5ca3;
}
.com-line03.blue::after {
  background-color: #1d5ca3;
}
.com-line03.red::after {
  background-color: #e60a1e;
}
.com-line03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d7d7d7;
}
@media (max-width: 768px) {
  .com-line03::before {
    height: 2px;
  }
}
.com-line03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 3px;
}
@media (max-width: 768px) {
  .com-line03::after {
    height: 2px;
    width: 90px;
  }
}

.wrp-car-list {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .wrp-car-list {
    padding: 30px 0;
  }
}
.wrp-car-list .box {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .wrp-car-list .box {
    padding-bottom: 10px;
  }
}
.wrp-car-list .box .car-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrp-car-list .box .car-list li {
  background-color: #ffffff;
  position: relative;
  width: calc(33.3333333333% - 7px);
  padding: 0 0 55px;
  text-align: center;
}
@media (max-width: 768px) {
  .wrp-car-list .box .car-list li {
    padding: 0 0 35px;
  }
}
.wrp-car-list .box .car-list li .thum-car {
  max-width: 300px;
  margin-bottom: 20px;
}
.wrp-car-list .box .car-list li .thum-car:hover {
  opacity: 0.7;
}
.wrp-car-list .box .car-list li .tit {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wrp-car-list .box .car-list li .tit {
    font-size: 12px;
  }
}

.sample-block {
  padding: 0 0 100px;
}
@media (max-width: 768px) {
  .sample-block {
    padding: 0 0 50px;
  }
}
.sample-block .wrp-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.sample-block .box {
  width: calc(50% - 15px);
  border: 1px solid #bebebe;
  padding: 20px;
}
@media (max-width: 768px) {
  .sample-block .box {
    width: 100%;
    padding: 30px 10px 10px;
    margin-bottom: 30px;
  }
}
.sample-block .box .name {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .sample-block .box .name {
    font-size: 28px;
  }
}
.sample-block .box .thum {
  padding: 10px 10px 0;
}
.sample-block .box .option {
  font-size: 13px;
  color: #727272;
  text-align: center;
  padding: 10px 0 0;
  display: block;
}
@media (max-width: 768px) {
  .sample-block .box .option {
    font-size: 11px;
  }
}
.sample-block .box .line {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: #1d5ca3;
  display: block;
  margin: 10px 0 0;
}
@media (max-width: 768px) {
  .sample-block .box .line {
    font-size: 11px;
  }
}
.sample-block .box .list .row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 15px 5px;
  border-top: 1px solid #bebebe;
  font-weight: 500;
}
.sample-block .box .list .row:first-child {
  border-top: 0px solid #bebebe;
}
.sample-block .box .list .row:first-child dt {
  font-weight: 700;
}
.sample-block .box .list .row:first-child dd {
  font-weight: 700;
}
.sample-block .box .list .row:first-child dd span {
  font-weight: 700;
  font-size: 36px;
  display: inline-block;
  padding: 0 5px 0 0;
}
@media (max-width: 768px) {
  .sample-block .box .list .row:first-child dd span {
    font-size: 26px;
  }
}
.sample-block .box .list .row:last-child {
  border-top: 1px solid #303030;
}
.sample-block .box .list .row:last-child dt {
  font-weight: 700;
  color: #e60a1e;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .sample-block .box .list .row:last-child dt {
    font-size: 0.9em;
  }
}
.sample-block .box .list .row:last-child dd {
  font-weight: 700;
  color: #e60a1e;
}
.sample-block .box .list .row:last-child dd span {
  font-weight: 700;
  font-size: 60px;
  display: inline-block;
  padding: 0 5px 0 0;
}
@media (max-width: 768px) {
  .sample-block .box .list .row:last-child dd span {
    font-size: 40px;
  }
}

.shop-list {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .shop-list {
    padding: 30px 0;
  }
}
.shop-list .wrp-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop-list .wrp-box .box {
  width: calc(33.3333333333% - 15px);
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .shop-list .wrp-box .box {
    width: calc(50% - 10px);
  }
}
.shop-list .wrp-box .box .thum:hover {
  opacity: 0.8;
}
.shop-list .wrp-box .box .tit {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 5px 0px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .shop-list .wrp-box .box .tit {
    font-size: 16px;
    padding: 15px 0px 0px;
  }
}
.shop-list .wrp-box .box .add {
  line-height: 1.6;
  padding: 15px 5px 0px;
}
@media (max-width: 768px) {
  .shop-list .wrp-box .box .add {
    padding: 15px 0px 0px;
  }
}
.shop-list .wrp-box .box .btn {
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
  border: 1px solid #cececf;
  border-radius: 5px;
  margin: 15px 5px 0px;
}
@media (max-width: 768px) {
  .shop-list .wrp-box .box .btn {
    padding: 7px 20px;
    margin: 15px 0px 0px;
  }
}
.shop-list .wrp-box .box .btn:hover {
  background-color: #ececec;
}
.shop-list .wrp-box .box .btn i {
  color: #e60a1e;
  padding-right: 5px;
}

.txt-list {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .txt-list {
    padding: 30px 0;
  }
}
.txt-list .box {
  padding-bottom: 50px;
}

.company-block {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .company-block {
    padding: 30px 0;
  }
}
.company-block .lead-box {
  padding: 0 20px 50px;
}
@media (max-width: 768px) {
  .company-block .lead-box {
    padding: 0 0 50px;
  }
}
.company-block .lead-box .tit {
  font-size: 21px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .company-block .lead-box .tit {
    font-size: 18px;
  }
}
.company-block .lead-box .txt {
  padding: 30px 0 0;
}
.company-block .box {
  padding-bottom: 50px;
}
.company-block .box .com-table {
  width: 100%;
}
@media (max-width: 768px) {
  .company-block .box .com-table {
    border-bottom: 1px solid #eaeaea;
  }
}
.company-block .box .com-table .th,
.company-block .box .com-table .td {
  padding: 20px;
  border: 1px solid #eaeaea;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .company-block .box .com-table .th,
  .company-block .box .com-table .td {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 0px solid #eaeaea;
  }
}
.company-block .box .com-table .th {
  background-color: #f3f3f7;
  width: 200px;
}
@media (max-width: 768px) {
  .company-block .box .com-table .th {
    width: 100%;
    text-align: left;
  }
}

.wrp-servise-link {
  background-color: #eaedf4;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .wrp-servise-link {
    padding: 20px 0 10px;
  }
}
.wrp-servise-link .page-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrp-servise-link .page-link li {
  width: calc(25% - 7px);
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .wrp-servise-link .page-link li {
    width: calc(50% - 7px);
  }
}
.wrp-servise-link .page-link li .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 35px 0 55px;
  background-color: #ffffff;
  border: 4px solid #ffffff;
}
@media (max-width: 768px) {
  .wrp-servise-link .page-link li .inner {
    padding: 10px 0 20px;
  }
}
.wrp-servise-link .page-link li .inner:hover {
  border: 4px solid #9fb8d4;
  cursor: pointer;
}
.wrp-servise-link .page-link li .inner .tit {
  font-size: 18px;
  font-weight: 500;
  color: #1d5ca3;
}
@media (max-width: 768px) {
  .wrp-servise-link .page-link li .inner .tit {
    font-size: 13px;
  }
}
.wrp-servise-link .page-link li .inner i {
  position: absolute;
  bottom: 10px;
  margin: auto;
  color: #1d5ca3;
  display: inline-table;
  font-size: 18px;
}
@media (max-width: 768px) {
  .wrp-servise-link .page-link li .inner i {
    bottom: 2px;
    font-size: 16px;
  }
}

.wrp-servise-box {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .wrp-servise-box {
    padding: 30px 0;
  }
}

.single-head {
  padding: 113px 0 0;
}
@media (max-width: 768px) {
  .single-head {
    padding: 50px 0 0;
  }
}
.single-head .inner {
  background-color: #eaedf4;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .single-head .inner {
    padding: 20px 0;
  }
}
.single-head .inner .tit {
  font-size: 26px;
  font-weight: 700;
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 768px) {
  .single-head .inner .tit {
    font-size: 22px;
  }
}
.single-head .inner .tit span {
  font-size: 14px;
  font-family: YakuHanJP, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  padding-top: 10px;
  color: #1d5ca3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-head .inner .tit span {
    font-size: 12px;
    padding-top: 10px;
  }
}

.content-block {
  padding: 30px 0 100px;
}
@media (max-width: 768px) {
  .content-block {
    padding: 0px 0 40px;
  }
}
.content-block .price-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .content-block .price-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.content-block .price-box .tit {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content-block .price-box .tit {
    font-size: 21px;
  }
}
.content-block .price-box .tit .sub {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content-block .price-box .tit .sub {
    font-size: 14px;
  }
}
.content-block .price-box .tit span {
  font-size: 0.8em;
  font-weight: 700;
}
.content-block .price-box .nepi {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .content-block .price-box .nepi {
    font-size: 16px;
    padding-top: 15px;
  }
}
.content-block .point-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 35px;
}
.content-block .point-box li {
  width: calc(33.3333333333% - 10px);
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .content-block .point-box li {
    width: calc(50% - 10px);
  }
}
.content-block .point-box li .tit {
  font-size: 18px;
  font-weight: 700;
  padding-top: 15px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .content-block .point-box li .tit {
    font-size: 15px;
  }
}
.content-block .point-box li .txt {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .content-block .point-box li .txt {
    font-size: 13px;
  }
}
.content-block .shop-table {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .content-block .shop-table {
    padding-top: 30px;
  }
}
.content-block .shop-table .tit {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .content-block .shop-table .tit {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.content-block .shop-table .com-table {
  width: 100%;
}
@media (max-width: 768px) {
  .content-block .shop-table .com-table {
    border-bottom: 1px solid #eaeaea;
  }
}
.content-block .shop-table .com-table .th,
.content-block .shop-table .com-table td {
  padding: 20px;
  border: 1px solid #eaeaea;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .content-block .shop-table .com-table .th,
  .content-block .shop-table .com-table td {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-bottom: 0px solid #eaeaea;
  }
}
.content-block .shop-table .com-table .th {
  background-color: #f3f3f7;
  width: 200px;
}
@media (max-width: 768px) {
  .content-block .shop-table .com-table .th {
    width: 100%;
    text-align: left;
  }
}
.content-block .shop-table .btn {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #cececf;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 30px;
}
.content-block .shop-table .btn i {
  padding-right: 5px;
  color: #e60a1e;
}
.content-block .shop-table .icon {
  display: flex;
  margin-top: 30px;
}
.content-block .shop-table .icon li {
  width: 70px;
  margin-right: 10px;
}
.content-block .shop-table .icon li a img:hover {
  opacity: 0.8;
}
.content-block .shop-ph {
  margin-top: 50px;
}
.content-block .shop-ph .box .txt {
  margin-top: 20px;
}
.content-block .wrp-thum {
  margin-top: 50px;
}
.content-block .wrp-thum li {
  margin: 0 10px;
}
@media (max-width: 768px) {
  .content-block .wrp-thum li {
    margin: 0 5px;
  }
}

.salary-box .salary-th {
  padding: 0 0 10px 0;
}
@media (max-width: 768px) {
  .salary-box .salary-th {
    display: block;
    padding: 0 0 4px 0;
  }
}
.salary-box .salary-td {
  padding: 0 0 10px 20px;
}
@media (max-width: 768px) {
  .salary-box .salary-td {
    display: block;
    padding: 0 0 8px 0;
  }
}
.salary-box tr:last-child .salary-th {
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .salary-box tr:last-child .salary-th {
    display: block;
    padding: 0 0 4px 0;
  }
}
.salary-box tr:last-child .salary-td {
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  .salary-box tr:last-child .salary-td {
    padding: 0 0 0 0;
  }
}

.wrp-combtn-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .wrp-combtn-center {
    flex-direction: column;
  }
}
.wrp-combtn-center .combtn02 {
  width: calc(50% - 10px);
  font-size: 18px;
  font-weight: 700;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid #cececf;
  border-radius: 5px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .wrp-combtn-center .combtn02 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.wrp-combtn-center .combtn02:hover {
  background-color: #d2d1d1;
}
.wrp-combtn-center .combtn02 i {
  color: #e60a1e;
  padding: 0 0 0 15px;
  display: inline-block;
}

/* =============================================================================================== */
/* エディター */
/* =============================================================================================== */
.round-box {
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 768px) {
  .round-box {
    padding: 20px;
  }
}

.edit-block p {
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  .edit-block p {
    margin: 0 0 1em;
  }
}
.edit-block .wp-block-image {
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  .edit-block .wp-block-image {
    margin: 0 0 1em;
  }
}
.edit-block .mb0 {
  margin-bottom: 0px;
}

.calender-box {
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .calender-box {
    margin: 40px 0 0;
  }
}/*# sourceMappingURL=style.css.map */