@media (max-width: 480px) {
body.honten #footer {
  padding-bottom: 70px;
}
.sp_foot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--main-color);
  display: flex;
  z-index: 999;
}
.sp_foot > div {
  flex: 1;
    display: flex;
    flex-direction: column;
  height: 70px;
}
.sp_foot > div a {
  flex-grow: 2;
  width: 100%;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  color: #FFF;
  font-weight: 600;
}
.sp_foot > div.tel a {
  padding-right: 1em;
}
}
/* 小タブレット以上 */
@media (min-width: 481px) {
  .sp_foot {
    display: none;
  }
}
/* スマホのみ */
@media (max-width: 480px) {
}
/* 小タブレット以上 */
@media (min-width: 481px) {
}
/*タブレットとPC */
@media (min-width: 768px) {
}
/* スマホとタブレット */
@media (max-width: 1023px) {
}
/* タブレット */
@media (min-width: 768px) and (max-width: 1023px) {
}
/* PCのみ */
@media (min-width: 1024px) {
}

.newsWrap {
  display: flex;
  background: #fff;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  overflow: hidden;
  width: 90%;
  max-width: 1200px;
}
.newsTitle {
  background: var(--main-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-shrink: 0;
}
.newsTitle p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
.newsTitle span {
  font-size: clamp(14px, 2vw, 20px);
}

.newsTitle strong {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
.newsList {
  flex: 1;
  padding: clamp(15px, 5vw, 30px);
}
.newsItem {
  display: flex;
  gap: 40px;
  color: #000;
  text-decoration: none;
  padding: 15px 0;
}
.newsItem + .newsItem {
  border-top: 1px solid #ddd;
}
.newsItem time {
  color: #888;
  font-weight: 700;
  flex-shrink: 0;
}
.newsItem p {
  line-height: 1.8;
}
.newsItem:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .newsWrap {
    flex-direction: column;
    margin: 15px auto;
    border-radius: 30px;
  }
  .newsTitle {
    width: 100%;
    padding: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	background: #efb300;
  }
  .newsTitle p {
    flex-direction: row-reverse;
    gap: 1em;
  }

  .newsList {
    padding: 15px;
  }

  .newsItem {
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
.newsWrap {
  margin: 0 auto 120px;
  gap: 15px;
  }
  .newsTitle {
    flex-basis: calc(20% - 15px);
}
}
.hontenService {
  padding: 15px 30px 80px;
}
.hontenService .secTtl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 30px;
}
.hontenService .secTtl .ttl h2 {
  font-size: 60px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  color: var(--main-color);
  line-height: 1.1;
  white-space: nowrap;
}
.hontenService .secTtl .ttl p {
  font-weight: 700;
}
.hontenService .hon-svs {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}
.hontenService .hon-svs > div {
  box-shadow: 0 0 10px rgba(55, 55, 55, 0.2);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  min-height: 200px;
}
.hontenService .hon-svs > div a {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.hontenService .hon-svs .articleTtl {
  margin-top: auto;
}
.hontenService .hon-svs .articleTtl h3 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
}
.hontenService .hon-svs .articleTtl p {
  font-size: 14px;
}
.hontenService .hon-svs .articleTtl .motto {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 30px;
  background-image: url(../../img_n/arrow04.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  margin-top: 0.5em;
}
.hontenService .hon-svs .w100 .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}

.hon-svs-sec01 {
  background-image: url(../img/service_bg01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec02 {
  background-image: url(../img/service_bg02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec03 {
  background-image: url(../img/service_bg03.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec04 {
  background-image: url(../img/service_bg04.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec05 {
  background-image: url(../img/service_bg05.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec06 {
  background-image: url(../img/service_bg06.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hon-svs-sec07 {
  background-image: url(../img/service_bg07.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.hontenService .hon-svs .w100 .item h4 {
  background-color: var(--main-color);
  color: #fff;
  border-radius: 99px;
  text-align: center;
}
/* スマホのみ */
@media (max-width: 480px) {
  /*
 .hontenService{
  background-color: #e5e5e5;
 }
*/
  .hontenService .hon-svs > div {
    padding: 120px 0 15px;
  }
  .hontenService .hon-svs > .w100 {
    background-size: 220% auto;
  }
  .hontenService .hon-svs .articleTtl {
    padding: 8px 15px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .hontenService .hon-svs .item {
    padding: 8px 30px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
/*タブレットとPC */
@media (min-width: 768px) {
  .hontenService {
    width: 95%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 0 120px;
  }
  .hontenService .secTtl {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    margin-bottom: 50px;
  }
  .hontenService .secTtl .ttl h2 {
    font-size: 60px;
  }
  .hontenService .hon-svs {
    flex-direction: row;
    gap: 50px;
  }
  .hontenService .hon-svs > div {
    padding: 15px 30px;
    flex-direction: row;
    gap: 30px;
    flex-basis: calc(50% - 50px);
    min-height: 400px;
  }
  .hontenService .hon-svs > .w100 {
    flex-basis: calc(100% - 60px);
    min-height: 300px;
  }
  .hontenService .hon-svs .w100 > div {
    flex-basis: calc(33.3% - 20px);
  }
  .hontenService .hon-svs .articleTtl {
    flex-basis: 120px;
    min-height: 120px;
  }
  .hontenService .hon-svs .articleTtl h3 {
    font-size: 26px;
  }
}
/* PCのみ */
@media (min-width: 1024px) {
  .hontenService .secTtl {
    gap: 80px;
  }
  .hontenService .secTtl .ttl h2 {
    font-size: 80px;
  }
}

.hontenJirei {
  background:
    url(../../img_n/topService_bg-top.jpg), url(../../img_n/topService_bg.jpg),
    linear-gradient(to right, #fff 50%, #e6e6e6 50%);
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-position:
    left 2vw top 0,
    left 2vw center,
    0 0;
  padding: 30px 8px;
}
.hontenJirei .secTtl {
  display: flex;
  flex-direction: column;
  margin-left: 5vw;
  margin-bottom: 30px;
}
.hontenJirei .secTtl .ttl h2 {
  color: var(--main-color);
  font-size: 30px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.hontenJirei .innr {
  margin-left: 5vw;
}

/*タブレットとPC */
@media (min-width: 768px) {
  .hontenJirei .secTtl {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-left: 10vw;
  }
  .hontenJirei .secTtl .ttl h2 {
    font-size: 60px;
  }
  .hontenJirei .innr {
    margin-left: 10vw;
  }
}
.caseSwiper {
  overflow: hidden;
  padding: 10px 50px;
}

.caseSwiper .swiper-slide {
  height: auto;
}

.caseSwiper .card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.caseSwiper .img img {
  width: 100%;
  display: block;
}

.caseSwiper .txt {
  padding: 15px;
}

.shopInfo {
  overflow: hidden;
}
.shopPhoto img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}
.shopContent {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.shopText {
  background: var(--main-color);
  color: #fff;
  padding: 80px;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.shopText h2 span {
  display: block;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 600;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
}

.shopText h2 small {
  display: block;
}
.shopMap iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
}
.telBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  max-width: 420px;
  height: 120px;

  border: 2px solid #fff;
  border-radius: 24px;

  color: #fff;
  text-decoration: none;

  margin-top: 50px;
}
.telBtn span {
  display: block;
}
.telBtn strong {
  display: block;
  font-size: clamp(22px, 3vw, 40px);
}
@media screen and (max-width: 767px) {
  .shopContent {
    grid-template-columns: 1fr;
  }

  .shopText {
    padding: 50px 30px;
    border-top-right-radius: 60px;
  border-top-left-radius: 0px;
  }
}
