@charset "UTF-8";

.l-section {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.l-section {
  height: 100%;
  word-break: break-word;
  color: #333;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.6rem;
  margin: 0;
}

.l-section img {
  border: 0;
  margin: 0;
}

.l-section figure {
  margin: 0;
}

/* 消し
.l-section a {
  text-decoration: none;
  color: #333;
}
 */

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width:992px) {
  .l-inner {
    padding: 0 4rem;
  }
}

/* 上下空き、消し
.l-section .l-inner {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
 */


/* slider */
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 前へ / 次へボタン */
.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

@media screen and (max-width:992px) {
	
.swiper-button-prev, .swiper-button-next {
  width: 4.5rem;
  height: 4.5rem;
}
	
}

@media screen and (max-width:768px) {
	
.swiper-button-prev, .swiper-button-next {
  width: 3rem;
  height: 3rem;
}
	
}

@media screen and (max-width:992px) {
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}


/* 個別設定ここから */


/* トップページ使用 */


/* トップページ、建築実例 */
.card03-top4 {
  /* コンテナ */
  overflow: hidden;
  /* 前へ / 次へボタン */
  /* スライド */
  /* スライド アクティブ時 */
	position:relative;
}

.card03-top4 .l-inner {
  max-width: 100%;
  padding: 70px 0;
}

@media screen and (max-width:992px) {
	
.card03-top4 .l-inner {
  padding: 50px 0;
}
	
}

.card03-top4 .swiper {
  overflow: visible;
  padding: 0 0 30px;
}
@media screen and (max-width:992px) {
  .card03-top4 .swiper {
    padding: 0 30px 20px;
  }
}

.card03-top4 .swiper-button-prev, .card03-top4 .swiper-button-next {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 160px;
}
.card03-top4 .swiper-button-prev::before {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card03-top4 .swiper-button-next::before {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px 0 0 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card03-top4 .swiper-button-prev::after, .card03-top4 .swiper-button-next::after {
  border-color: #b0051c;
}
.card03-top4 .swiper-button-prev {
  left: 0px;
}
.card03-top4 .swiper-button-next {
  right: 0px;
}

@media screen and (max-width:1500px) {

.card03-top4 .swiper-button-prev, .card03-top4 .swiper-button-next {
  width: 60px;
  height: 120px;
}
	
}

@media screen and (max-width:992px) {

.card03-top4 .swiper-button-prev, .card03-top4 .swiper-button-next {
  width: 50px;
  height: 120px;
}
	
}

@media screen and (max-width:768px) {
	
.card03-top4 .swiper-button-prev, .card03-top4 .swiper-button-next {
  width: 40px;
  height: 100px;
}
	
}

.card03-top4 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  text-align: center;

}
.card03-top4 .swiper-pagination-bullet {
  width: 5rem;
  height: 6px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: #D9D9D9;
	margin-right: 6px;
	margin-left: 6px;
}

.card03-top4 .swiper-pagination-bullet-active {
  width: 5rem;
  background-color: #B8B298;
}

@media screen and (max-width:992px) {
	
.card03-top4 .swiper-pagination-bullet {
  width: 4rem;
	margin-right: 3px;
	margin-left: 3px;
}
	
.card03-top4 .swiper-pagination-bullet-active {
  width: 4rem;
}
	
}

.card03-top4 .slide {
  overflow: hidden;
  -webkit-transition: var(--transition), opacity 1s;
  transition: var(--transition), opacity 1s;
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  .card03-top4 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card03-top4 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card03-top4 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 標準サイズのカード */
.card03-top4 .swiper-slide {
  width: 25% !important;
  margin: 0 ;
}

@media screen and (max-width:992px) {
	
.card03-top4 .swiper-slide {
  width: 50% !important;
}
	
}

@media screen and (max-width:768px) {
	
.card03-top4 .swiper-slide {
  width: 85% !important;
}
	
}

/* アクティブなカード */
.card03-top4 .swiper-slide.swiper-slide-active {

}

.card03-top4 .slide-media {
  padding-top: 100%;
	border-radius: 0px;
}
.card03-top4 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card03-top4 .slide-content {
  padding: 2rem 0 2rem 0;
}
.card03-top4 .slide-content .s-title {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	background-color: rgba( 0, 0, 0, 1 );
	padding: 2px 8px;
}

.card03-top4 .slide-content .title {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	color: #595959;
	letter-spacing: 2px;
	margin-top: 10px;
}

.card03-top4 .slide-content .tab {
	margin-top: 10px;
}

.card03-top4 .slide-content .tab span {
	font-size: 1.3rem;
	color: #000;
	background-color: #fff;
	padding: 3px 10px;
	border : solid 1px #000 ;
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	white-space: nowrap;
}

.card03-top4 .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

@media screen and (max-width:1300px) {
	
.card03-top4 .slide-content .tab span {
	font-size: 1.2rem;
	padding: 3px 7px;
	border-radius: 20px;
	margin-right: 5px;
}
	
}

@media screen and (max-width:992px) {
	
.card03-top4 .slide-content {
  padding: 2.5rem 0 2.5rem 0;
}
	
.card03-top4 .slide-content .s-title {
	font-size: 1.4rem;
	padding: 2px 5px;
}
	
.card03-top4 .slide-content .title {
	font-size: 1.6rem;
	margin-top: 10px;
}
	
.card03-top4 .slide-content .title br {
	display: none;
}
	
.card03-top4 .slide-content .tab span {
	font-size: 1.0rem;
	padding: 3px 7px;
	border-radius: 20px;
	margin-right: 5px;
}
	
}

