@charset "UTF-8";
/* Scss Document */
section {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 575px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#about .about-wrap {
  position: relative;
}

@media screen and (max-width: 575px) {
  #about .about-wrap {
    position: static;
    padding: 15px;
  }
}

#about .about-wrap .about-text-wrap {
  text-align: left;
  position: relative;
  width: 50%;
  left: 45%;
  margin-top: 250px;
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  #about .about-wrap .about-text-wrap {
    margin-top: 200px;
  }
}

@media screen and (max-width: 991px) {
  #about .about-wrap .about-text-wrap {
    margin-top: 170px;
  }
}

@media screen and (max-width: 575px) {
  #about .about-wrap .about-text-wrap {
    position: static;
    width: 100%;
    margin-top: 20px;
    left: 0;
  }
}

#about .about-wrap .about-text-wrap .about-title {
  background-color: #fff;
  padding: 50px 190px 50px 60px;
  margin-bottom: 0;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  #about .about-wrap .about-text-wrap .about-title {
    padding: 40px 100px 30px 40px;
  }
}

@media screen and (max-width: 991px) {
  #about .about-wrap .about-text-wrap .about-title {
    padding: 50px 50px 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  #about .about-wrap .about-text-wrap .about-title {
    font-weight: bolder;
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  #about .about-wrap .about-text-wrap .about-title {
    font-size: 1.375rem;
    padding: 0;
    padding-bottom: 30px;
  }
}

#about .about-wrap .about-text-wrap .about-text {
  font-size: 1.5rem;
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  line-height: 60px;
  background-color: #fff;
  padding: 0 140px 50px 60px;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 1199px) {
  #about .about-wrap .about-text-wrap .about-text {
    font-size: 1.25rem;
    padding: 0 30px 50px 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  #about .about-wrap .about-text-wrap .about-text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #about .about-wrap .about-text-wrap .about-text {
    line-height: 33px;
    font-size: 1rem;
    padding: 0 20px 60px;
  }
}

@media screen and (max-width: 575px) {
  #about .about-wrap .about-text-wrap .about-text {
    padding: 15px 0 0;
  }
}

#about .about-wrap .about-text-wrap .about-img-wrap {
  display: block;
  width: calc(100% + 100px);
  position: absolute;
  left: -90%;
  top: -200px;
  z-index: -10;
}

@media screen and (max-width: 1199px) {
  #about .about-wrap .about-text-wrap .about-img-wrap {
    top: -150px;
  }
}

@media screen and (max-width: 991px) {
  #about .about-wrap .about-text-wrap .about-img-wrap {
    top: -120px;
  }
}

@media screen and (max-width: 575px) {
  #about .about-wrap .about-text-wrap .about-img-wrap {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
  }
}

#about .about-wrap .about-text-wrap .mod_btn-r-tryangle {
  margin-top: 50px;
  padding: 10px 30px 10px 20px;
}

@media screen and (max-width: 1199px) {
  #about .about-wrap .about-text-wrap .mod_btn-r-tryangle {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  #about .about-wrap .about-text-wrap .mod_btn-r-tryangle {
    margin-top: 30px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #about .about-wrap .about-text-wrap .mod_btn-r-tryangle {
    font-size: 1rem;
  }
}

#service .service-title {
  margin-top: 40px;
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  #service .service-title {
    margin: 25px 15px;
  }
}

#service .service-wrap {
  margin: 0 15px;
}

#service .service-wrap .service-link-wrap {
  margin: -10px;
}

@media screen and (max-width: 575px) {
  #service .service-wrap .service-link-wrap {
    margin: -5px;
  }
}

#service .service-wrap .service-link-wrap .service-link-item {
  padding: 25px 10px;
}

@media screen and (max-width: 575px) {
  #service .service-wrap .service-link-wrap .service-link-item {
    padding: 15px 5px;
  }
}

#service .service-wrap .service-text {
  font-size: 1.25rem;
  font-family: dnp-shuei-gothic-gin-std, "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
  margin: 20px 0 25px;
  color: #333;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  #service .service-wrap .service-text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  #service .service-wrap .service-text {
    margin: 10px 0 0;
    font-size: 1rem;
  }
}

#service .service-wrap .mod-btn-r-tryangle {
  padding: 0 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 575px) {
  #service .service-wrap .mod-btn-r-tryangle {
    margin: 0 15px;
  }
}

#service .service-wrap a:hover {
  text-decoration: none;
}

.mod_contact-area {
  margin-top: 100px;
}

@media screen and (max-width: 575px) {
  .mod_contact-area {
    margin-top: 60px;
  }
}

#news {
  background-color: #fef2f6;
  line-height: 1.667;
  letter-spacing: 0.05em;
}

#news .tag {
  border: solid 0px;
  width: 6em;
  color: #fff;
}

#news .tag.accent {
  background-color: #e40e77;
}

#news .tag.normal {
  background-color: #0071c5;
}

#news .title {
  font-weight: 500;
  font-size: 1.375rem;
}

@media screen and (max-width: 575px) {
  #news .tag {
    margin: 0 15px 15px;
  }
  #news .title {
    font-size: 1.25rem;
  }
  #news .row {
    padding: 0;
  }
}

#news .row {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

#news .row::after {
  content: "";
  display: block;
  border-bottom: solid 0.5px #333;
  width: 100%;
  margin: 40px 15px;
}

#bnr_area {
  padding: 100px 0;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {
  #bnr_area {
    padding: 50px 0;
  }
}

#bnr_area .row {
  gap: 20px;
}

#category {
  background-image: url(https://new-teikei.club117.jp/themes/teikei.club117.jp/img/top_img_category-bg.jpg);
}

#category::before {
  background-color: rgba(0, 0, 0, 0.4);
}

#category .container {
  position: relative;
  overflow: hidden;
}

#category ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1%;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 575px) {
  #category ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
  }
}

@media screen and (max-width: 575px) {
  #category ul li {
    max-width: 32%;
  }
}

#area ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 575px) {
  #area ul {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  #area ul li {
    max-width: 48%;
  }
}

#pickup .row .l-shop-name {
  font-size: 1.375rem;
  line-height: 1.667;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #pickup .row .l-shop-name {
    font-size: 1.125rem;
  }
}

#pickup .l-lead {
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  #pickup .l-lead {
    font-size: 1rem;
  }
}

#pickup img {
  border: solid 1px #ccc;
  padding: 10px;
  height: 230px;
  overflow: hidden;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #pickup img {
    border: none;
    padding: 0;
  }
}

#pickup .lead-box {
  background-color: #f8f8f8;
  padding: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #pickup .lead-box {
    background-color: unset;
    padding: 0 30px;
    margin-top: 0;
  }
}

#ranking {
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
}

#ranking .ranking-badge {
  position: absolute;
  width: 40px;
  height: 80px;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  z-index: 100;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 50% 84%, 0 100%, 0 0);
  padding: 10px;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
}

#ranking .ranking-badge.rank-1 {
  background-color: #d4af37;
  top: 0;
  left: 85%;
}

#ranking .ranking-badge.rank-2 {
  background-color: #a7a7ad;
  top: 0;
  left: 85%;
}

#ranking .ranking-badge.rank-3 {
  background-color: #cd7f32;
  top: 0;
  left: 85%;
}

@media screen and (max-width: 767px) {
  #ranking .ranking-badge {
    position: absolute;
  }
  #ranking .ranking-badge.rank-1 {
    top: 0%;
    left: 83%;
  }
  #ranking .ranking-badge.rank-2 {
    top: 0%;
    left: 83%;
  }
  #ranking .ranking-badge.rank-3 {
    top: 0%;
    left: 83%;
  }
}

#ranking .card {
  border: none;
  overflow: hidden;
  /* margin-bottom: 20px; */
  margin: 0 10px;
}

#ranking .card .card-img-top {
  height: 230px;
  object-fit: cover;
  position: relative;
  z-index: 50;
}

#ranking .card .card-body {
  background-color: #f8f8f8;
}

#ranking .card .card-body .card-title {
  font-size: 1.375rem;
  margin-bottom: 5px;
}

#ranking .card .card-body .location-badge {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #0275d8;
  color: #0275d8;
  border-radius: 20px;
  font-size: 0.8rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #ranking .card .card-body .card-title {
    font-size: 1.125rem;
  }
}

#ranking .carousel-control-prev,
#ranking .carousel-control-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

#ranking .carousel-control-prev .carousel-control-prev-icon,
#ranking .carousel-control-prev .carousel-control-next-icon,
#ranking .carousel-control-next .carousel-control-prev-icon,
#ranking .carousel-control-next .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}

#ranking .carousel-inner {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 15px;
  padding: 50px;
  background-color: #fff;
}

#ranking .carousel-item {
  display: block;
  margin-right: 0;
}

#ranking .carousel-control-prev,
#ranking .carousel-control-next {
  display: none;
}

@media screen and (max-width: 767px) {
  #ranking .carousel-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  #ranking .carousel-item {
    display: none;
  }
  #ranking .carousel-item.active {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  #used {
    background-color: #eaf5be;
  }
}

#used .row {
  background-color: #eaf5be;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.786;
}

@media screen and (max-width: 575px) {
  #used .row {
    font-size: 1.125rem;
  }
}

#used .btn {
  background-color: #fff;
  font-size: 1.25rem;
  color: #0071c5;
  border: solid 2px #0071c5;
  border-radius: 50px;
  line-height: 1;
  padding: 25px 150px;
}

#used .btn::after {
  content: "\f105";
  font-family: "font Awesome 6 free";
  font-weight: 900;
  padding-left: 10px;
}

#bnr .container {
  margin: 100px 0;
}

#keyword {
  background-color: #fef2f6;
}

#keyword input.text {
  width: 80%;
  border: none;
  height: 80px;
  padding: 0 1em;
}

@media screen and (max-width: 991px) {
  #keyword input.text {
    width: 75%;
    height: 60px;
  }
}

#keyword .search {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #keyword .search {
    width: 100%;
  }
}

#keyword input[type="submit"] {
  background-color: #fff;
  color: #0071c5;
  border: none;
  font-family: "font Awesome 6 free";
  font-weight: 600;
  width: 80px;
  height: 80px;
  font-size: 2.5rem;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 991px) {
  #keyword input[type="submit"] {
    font-size: 2rem;
    width: 60px;
    height: 60px;
  }
}

#keyword .row > * {
  padding-left: 0;
  padding-right: 0;
}

.slider .slick-prev {
  /* デフォルトでは-25px(= スライダーの外側) */
  left: 10px;
  top: 33%;
}

.slider .slick-next {
  /* デフォルトでは-25px(= スライダーの外側) */
  right: 10px;
  top: 33%;
}

.slider .slick-prev,
.slider .slick-next {
  /* スライド画像の後ろに隠れないようにする */
  z-index: 100;
}

.slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  font-size: 1.875rem;
}

.slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 700;
  font-size: 1.875rem;
}
