/*
 Theme Name:   e_ver004 Child
 Description:  e_ver004の子テーマ
 Author:       adminadmin
 Template:     e_ver004
 Version:      1.0.0
*/

/* =============================================
COLOR OPTION（カラーオプション） 
==============================================*/
:root {
	--white: #ffffff;
	--black: #333333;
	--main-black:  #313131;
    --main-blue: #7FAAD0;
    --main-beige: #c1b78c;
    --main-green: #249D57;
    --main-navy: #01355C;
    --main-apricot: #fcbb4e;
    --main-pink:  #f3bdbf;
    --main: #9E2328;
  }

/* =============================================
3BOX（TOP3BOX） 
==============================================*/
/* おすすめポイントの高さ調整 */

.sec-3box .wrapper .box .name { 
/* 	min-height: 70px; */
}
.sec-3box ul li .point {
/*     min-height: 125px; */
}
.sec-3box .wrapper .box .name {
/* 	min-height: 70px; */
}
.sec-3box .wrapper .box .content {
/* 	min-height: 50px; */
}

.recommend-box.default p img{
	margin-bottom: 4rem;
}

.alt-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

.alt-table table th, 
.alt-table table td {
  border: 1px solid #E5E5E5;
  padding: 8px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}

.alt-table table tr td.table_bg{
  background-color: #efefef;
  font-weight: 500;
}

@media (max-width:480px){
  .alt-table table td.table_bg {
      font-size: 1.4rem;
  }

  .alt-table table tbody td {
      font-size: 1.2rem;
  }
}

#contents-1 p + p {
	margin-top: 1.6rem;
}

.mvInner img.mv-logo {
    max-width: 800px;
}

@media screen and (min-width: 1024px) {
    .mvInner img.mv-logo {
        max-width: 476px;
    }
}
.recommend-box.default p img{
	margin-bottom: 4rem;
}

.alt-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E5E5E5;
}

.alt-table table th, 
.alt-table table td {
  border: 1px solid #E5E5E5;
  padding: 8px;
  text-align: left;
  font-weight: 400;
  line-height: 1.4;
}

.alt-table table tr td.table_bg{
  background-color: #efefef;
  font-weight: 500;
}

@media (max-width:480px){
  .alt-table table td.table_bg {
      font-size: 1.4rem;
  }

  .alt-table table tbody td {
      font-size: 1.2rem;
  }
}

#contents-1 p + p {
	margin-top: 1.6rem;
}

.mvInner img.mv-logo {
    max-width: 476px;
}

@media screen and (min-width: 1024px) {
    .mvInner img.mv-logo {
        max-width: 476px;
    }
}

/*********************************
BUTTON（ボタン）
*********************************/
[class*="is-BrSearchBtn-style_"] {
  margin: 25px 0 ;
}

@media screen and (min-width: 768px) {
  [class*="is-BrSearchBtn-style_"] {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
}


[class*="is-BrSearchBtn-style_"] .btn {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  color: unset !important;
  max-width: 350px;
  min-width: 150px;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  [class*="is-BrSearchBtn-style_"] .btn {
    margin: unset;
  }
}

[class*="is-BrSearchBtn-style_"] .btn + .btn {
  margin-top: 16px !important;
}
@media screen and (min-width: 768px) {
  [class*="is-BrSearchBtn-style_"] .btn + .btn {
    margin: 0 0 0 16px !important;
  }
}

[class*="is-BrSearchBtn-style_"] .btn:nth-child(odd):nth-child(n+2) {
  margin-left: 0 !important;
}

[class*="is-BrSearchBtn-style_"] .btn .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
}
[class*="is-BrSearchBtn-style_"] .btn .btn-copy {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
}
[class*="is-BrSearchBtn-style_"] .btn a {
  display: block;
  position: relative;
  text-align: center;
  color: #fff !important;
  box-sizing: border-box;
  padding: 20px 35px !important;
  border: 2px solid;
  transition: 0.3s;
  width: 100% !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  line-height: 1.4 !important;
  margin: 0 !important;
  text-decoration: none;
  text-shadow: none !important;
  border-radius: unset !important;
  box-shadow: none !important;
  font-size: 16px !important;
}

[class*="is-BrSearchBtn-style_"] .btn a::before,
[class*="is-BrSearchBtn-style_"] .btn a::after {
  display: none;
  visibility: hidden;
}
[class*="is-BrSearchBtn-style_"] .btn a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  height: 16px;
  margin: auto;
}

[class*="is-BrSearchBtn-style_"] .btn.btn_sns a {
padding-left: 50px;
padding-right: 50px;
border-radius: unset;
border: none !important;
position: relative;
transition: all 0.3s;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns:hover a {
opacity: 0.7;
transition: opacity 0.3s;
}

[class*="is-BrSearchBtn-style_"] .btn.btn_sns a::before {
content: "";
display: block !important;
visibility: visible !important;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: block;
width: 22px;
height: 22px;
position: absolute;
top: 50%;
right: 1.5rem;
transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn.btn_sns a::before {
    width: 25px;
    height: 25px;
}
}

  [class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::before, 
  [class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
  }
  [class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::before {
    margin-right: 6px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
  }
  [class*="is-BrSearchBtn-style_"] .btn.btn_sns .btn-copy::after {
    margin-left: 6px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
  }

/* LINE */
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line a {
background: var(--btn-line-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line a::before {
background-image: url(https://xs448827.xsrv.jp/BRSearchSystem/wp-content/uploads/logo-line_white.png);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.line .btn-copy::after {
background-color: var(--btn-line-color);
}

/* X(旧Twitter) */
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x a {
background: var(--btn-x-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x a::before {
background-image: url(https://xs448827.xsrv.jp/BRSearchSystem/wp-content/uploads/logo-x_-white.png);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.x .btn-copy::after {
background-color: var(--btn-x-color);
}
/* YouTube */
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a {
background: var(--btn-youtube-color);
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a::before {
background-image: url(https://xs448827.xsrv.jp/BRSearchSystem/wp-content/uploads/logo-yt_white.png);
width: 29px;
}
@media screen and (min-width: 768px) {
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube a::before {
    width: 35px;
}
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.youtube .btn-copy::after {
background-color: var(--btn-youtube-color);
}

/* Instagram */
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram a {
background: -webkit-linear-gradient(135deg, var(--btn-instagram-color1) 0%, var(--btn-instagram-color2) 70%) no-repeat  !important;
background: linear-gradient(135deg, var(--btn-instagram-color1) 0%, var(--btn-instagram-color2) 70%) no-repeat !important;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram a::before {
background-image: url(https://xs448827.xsrv.jp/BRSearchSystem/wp-content/uploads/logo-Instagram_white.png) !important;
}
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram .btn-copy::before, 
[class*="is-BrSearchBtn-style_"] .btn.btn_sns.instagram .btn-copy::after {
background-color: var(--btn-instagram-copy-color) !important;
}

/* アニメーション各種 */
/* ぽよぽよ */
.btn.anime-poyopoyo  {
animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
0%, 40%, 60%, 80% {
  transform: scale(1.0);
}
50%, 70% {
  transform: scale(0.95);
}
}

/* ズーム */
.btn.anime-zoomIn {
animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
 0% {
    transform: scale(0.92);
  }
50% {
  transform: scale(1);
}
100% {
  transform: scale(0.92);
}
}

/* キラッと光る*/
.btn.anime-reflection a {
  overflow: hidden;
}

.btn.anime-reflection a::after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}


@keyframes is-reflection {
0% {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  opacity: 0;
}
80% {
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  opacity: 0.5;
}
81% {
  -webkit-transform: scale(4) rotate(45deg);
  transform: scale(4) rotate(45deg);
  opacity: 1;
}
100% {
  -webkit-transform: scale(50) rotate(45deg);
  transform: scale(50) rotate(45deg);
  opacity: 0;
}
}

:root {
--btn-line-color: #06c755;
--btn-x-color: #000000;
--btn-instagram-color1: #427eff;
--btn-instagram-color2: #f13f79;
--btn-instagram-copy-color: #f13f79;
--btn-youtube-color: #ff0000;
}

/*********************************
ギャラリー
*********************************/
.g-type-tile.gallery-list.gallery-list {
    margin: 0 0 25px!important;
    padding: 0 !important;
}
.g-type-tile.gallery-list.gallery-list br {
    display: none;
}
.g-type-tile.gallery-list.gallery-list p {
    margin: 0 !important;
}

/*********************************
ギャラリー(タイル型)
*********************************/
.g-type-tile.gallery-list {
  columns: 3;
  gap: 10px 10px; 
}
    
.g-type-tile.gallery-list li {
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none;
  break-inside: avoid;
}
.g-type-tile.gallery-list li a {
    display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
}
.g-type-tile.gallery-list li img{
    width: 100%;
    height: auto !important;
    max-height: unset !important;
}
.g-type-tile.gallery-list li:hover a {
  opacity: .7;
  transition: opacity .3s;
}
.g-type-tile.gallery-list li .quote {
    display: block;
    font-size: 9px;
    text-align: right;
    line-height: 1;
    margin: 1px 0 0 auto;
    color: #999;
    cursor: pointer;
}
  
@media only screen and (max-width: 768px) {
    .g-type-tile.gallery-list {
        columns: 2;
    } 
}

/* TOPページ　振袖レンタルのおすすめの時期の表 */
.table_add table,
.table_add table tbody,
.table_add table tbody tr th,
.table_add table tbody tr td {
	display: block;
	width: 100%;
	border: none !important;
	padding: 0 5px;
}
.table_add table {
	border: 2px solid #8080804d !important
}
.table_add td, 
.table_add tr, 
.table_add th {
	border: none !important;
}
.table_add table tbody tr {
	display: flex;
	padding: 0 !important;
}

.table_add table tbody tr + tr {
	border-top: 2px solid #8080804d !important;
}

.table_add table tbody tr th {
display: flex;
align-items: center;
justify-content: center;
width: 150px;
}

@media screen and (max-width: 768px) {
.table_add table tbody tr {
	/*display: block;*/
	font-size: 11px;
}
.table_add table tbody tr th {
		width: 100%
}
}

/*********************************
 導入事例/商品情報
  *********************************/
.info-wrapper {
  margin:0 0 25px !important;
}

.info-wrapper .info-list,
.info-wrapper .info-list li{
  margin:0 !important;
  padding: 0 !important;
  list-style: none;
}

.info-wrapper .info-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px !important;
    box-sizing: border-box;
    border: 3px solid var(--info-primary-color) !important;
    background-color: #fff;
    position: relative;
}

.info-wrapper .info-list li:not(.info-wrapper.info-scroll .info-list li) + li {
    margin-top: 22px !important;
}

.info-wrapper .info-list li .img-wrap {
    width: 35%;
    min-width: 250px;
    margin-right: 20px;
}
  
.info-wrapper .info-list li .img-wrap img {
    width: 100%;
    height: auto;
}

.info-wrapper .info-list li .img-wrap .info-quote {
    display: block;
    font-size: 9px;
    text-align: right;
    line-height: 1;
    margin: 5px 5px 5px auto;
    color: #999;
    width: 95%;
    cursor: pointer;
}
  .info-wrapper .info-list li .img-wrap .info-quote a {
    color: blue;
  }
  .info-wrapper .info-list li .img-wrap .info-quote{
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 3px 3px;
  }
  .info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar {
    height: 3px;
  }
  .info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .info-wrapper .info-list li .img-wrap .info-quote::-webkit-scrollbar-thumb {
    background-color: #999;
  }

.info-wrapper .info-list li .text-wrap {
    width: calc(65% - 20px);
    padding-bottom: 40px;
}

.info-wrapper .info-list li .text-wrap .title {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    border-left: 3px solid var(--info-primary-color);
    padding-left: 7px;
    margin-bottom: 20px;
    position: relative;
}
.info-wrapper .info-list li .text-wrap .title::after {
    content: '';
    display: block;
    background-color: var(--info-primary-color);
    width: calc(100% - 3px);
    height: 3px;
    margin: 5px 0 0 auto;
}

.info-wrapper .info-list li .text-wrap .description {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
    color: #333;
}

.info-wrapper .info-list li .text-wrap .description p {
    font-size: 14.5px;
    margin: 0 !important;
    line-height: 1.6;
}

.info-wrapper .info-list li .text-wrap .description p + p {
    margin-top: 10px !important;
}

.info-wrapper .info-list li .text-wrap .info-button {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.info-wrapper .info-list li .text-wrap .info-button a {
    display: block;
    font-size: 16.5px;
    line-height: 1.4;
    border: none;
    position: relative;
    color: #fff !important;
    padding: 15px 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    background-color: var(--info-button-bg-color);
    border: 2px solid  var(--info-button-bg-color);
    transition: all .3s;
}

.info-wrapper .info-list li .text-wrap .info-button a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    height: 16px;
    margin: auto;
    transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a  {
    background-color: #fff;
    color: var(--info-button-bg-color) !important;;
    transition: all .3s;
}
.info-wrapper .info-list li .text-wrap .info-button:hover a i {
    right: 12px;
    transition: all .3s;
}

/* レスポンシブスタイル */
@media (max-width: 768px) {
    .info-wrapper .info-list li {
        flex-direction: column;
        text-align: center;
        padding: 16px 16px 90px !important;
    }
    .info-wrapper .info-list li .img-wrap {
        width: auto;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .info-wrapper .info-list li .img-wrap img {
        width: 100%;
        height: auto;
    }
    .info-wrapper .info-list li .text-wrap {
        width: auto;
        padding-bottom: 0;
    }
    .info-wrapper .info-list li .text-wrap .title {
        font-size: 16px;
        text-align: left;
    }
    .info-wrapper .info-list li .text-wrap .info-button {
        max-width: 100%;
        width: calc(100% - 32px);
        font-size: 14.5px;
        margin-left: unset;
        right: 16px;
        left: 16px;
        bottom: 16px;
    }
    .info-wrapper .info-list li .text-wrap .info-button a {
        font-size: 14.5px;
    }
}

/* スクロール作動 */
.info-wrapper.info-scroll .infoScrollArea {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.info-wrapper.info-scroll .infoScrollArea li {
    min-width: 100%;
    width: 100%;
    scroll-snap-align: start;
}
.info-wrapper.info-scroll .info-list li + li {
    margin-left: 22px !important;
}
.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar {
  height: 10px;
}

.info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-track {
   background-color: #f5f5f5;
 }

 .info-wrapper.info-scroll .infoScrollArea::-webkit-scrollbar-thumb{
  background-color: var(--info-primary-color);
  border-radius: 50px;
}

/* スクロール（縦） */
.info-wrapper.row .info-list li {
    flex-direction: column;
    justify-content: start;
    text-align: center;
    padding: 16px !important;
    min-width: 250px;
    width: calc(100% / 3.1);
    padding-bottom: 90px !important;
}
.info-wrapper.row .info-list li .img-wrap {
  width: 100%;
  box-sizing: border-box;
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 5px;
}

.info-wrapper.row .info-list li .img-wrap img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
}

.info-wrapper.row .info-list li .text-wrap {
    width: auto;
    padding-bottom: 0;
}
.info-wrapper.row .info-list li .text-wrap .title {
    font-size: 16px;
    text-align: left;
}
.info-wrapper.row .info-list li .text-wrap .info-button {
    max-width: 100%;
    width: calc(100% - 32px);
    margin-left: unset;
    position: absolute;
    right: 16px;
    left: 16px;
    bottom: 16px;
}

@media (max-width: 1024px) {
    .info-wrapper.row .info-list li {
        min-width: 300px;
        width: calc(100% / 3.1);
    }
}

@media (max-width: 480px) {
    .info-wrapper.row .info-list li {
        min-width: 100%;
        width: 100%;
    }
}

 /* カスタムプロパティ（変数） */
:root {
    --info-primary-color: #f8bbd0;
    --info-button-bg-color: #f8bbd0;
}

/*********************************
事例BOX
*********************************/
[class*='is-BrSearchContents-style_constructions'] {
  margin: 0 0 25px !important;
}

[class*='is-BrSearchontents-style_constructions'] ul,
[class*='is-BrSearchContents-style_constructions'] li {
padding: 0 !important;
margin: 0 !important;
border: none !important;
}


[class*='is-BrSearchContents-style_constructions'] .constr-title {
display: flex;
align-items: center;
min-height: 45px;
line-height: 1.4;
  font-size: 16.5px;
  border-left: 5px solid;
  border-color: #333;
  font-weight: 600;
  line-height: 1.35;
  padding-left: 7px;
  margin-bottom: 10px;
}

[class*='is-BrSearchContents-style_constructions'] .scrollArea {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar {
  height: 8px;
  border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-thumb {
  border-radius: 50px;
}
[class*='is-BrSearchContents-style_constructions'] .scrollArea::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

[class*='is-BrSearchContents-style_constructions'] .constr-quote {
  display: block;
  text-align: right;
  font-size: 9px;
  color: #999;
  font-family: none;
  margin: 5px 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0 .3rem .3rem;
}

[class*='is-BrSearchContents-style_constructions'] .constr-quote a {
  color: blue !important;
  text-decoration: underline !important;
}

[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar {
  height: 3px;
}

[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar-track {
  background-color: #ccc;
}

[class*='is-BrSearchContents-style_constructions'] .constr-quote::-webkit-scrollbar-thumb{
  background-color: #999;
}


[class*='is-BrSearchContents-style_constructions'] .constr-table {
   width: 100%;
   border-spacing: unset !important;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table th,
[class*='is-BrSearchContents-style_constructions'] .constr-table tr,
[class*='is-BrSearchContents-style_constructions'] .constr-table td {
  border: 1px solid #e9e9e9 !important;
  box-sizing: border-box;
word-break: break-all;
}

[class*='is-BrSearchContents-style_constructions'] .constr-table td {
  display: table-cell !important;
  font-size: 12px;
  padding: 7px;
  vertical-align: middle;
  line-height: 1.3;
  width: 80% !important;
}
[class*='is-BrSearchContents-style_constructions'] .constr-table td:first-child {
  width: 20% !important;
  min-width: 100px;
  font-size: 14px;
  background-color: #efefef;
  color: #333;
  text-align: left;
  font-weight: 500;
}

[class*='is-BrSearchContents-style_constructions'] li .btn-wrap {
  margin-top: 15px;
}
[class*='is-BrSearchContents-style_constructions'] li .btn-wrap .btn {
  width: 90%;
}
[class*='is-BrSearchContents-style_constructions'] li .btn-wrap .btn a{
  padding-top: 15px;
  padding-bottom: 15px;
}

[class*='is-BrSearchContents-style_constructions'] .constr-imgLink {
  display: block;
  width: 100%;
}

/* スライダー専用の記述 */
.is-BrSearchContents-style_constructions_slider {
margin:0 0 40px !important;
}

.is-BrSearchContents-style_constructions_slider .splide__slide {
  padding: 0 !important;
  width: calc(100% / 3.2);
  min-width: 275px;
  list-style: none;
  margin: 0 !important;
  line-height: unset !important;
  padding: 0 !important;
  scroll-snap-align: start;
}
.single .is-BrSearchContents-style_constructions_slider .splide__slide,
.subpage .is-BrSearchContents-style_constructions_slider .splide__slide {
  width: calc(100% / 2.1);
}
.is-BrSearchContents-style_constructions_slider.splide .splide__slide {
  box-sizing: border-box;
  background-color: #fff;
}
.is-BrSearchContents-style_constructions_slider.splide .splide__slide + .splide__slide{
margin-left: 24px !important;
}
@media screen and (max-width: 559px) {
  .is-BrSearchContents-style_constructions_slider.splide .splide__slide + .splide__slide{
      margin-left: 16px !important;
  }
}

.is-BrSearchContents-style_constructions_slider .splide__slide img {
  display: block;
  width: 100%;
  height: 235px !important;
  object-fit: cover;
}

.single .is-BrSearchContents-style_constructions_slider img,
.subpage .is-BrSearchContents-style_constructions_slider img,
.is-BrSearchContents-style_constructions_slider li p:not(.is-BrSearchContents-style_constructions_slider li .text-wrap p) {
margin: 0 !important;
}
.is-BrSearchContents-style_constructions_slider li br:not(table tr td br) {
display: none;
visibility: hidden;
}

.is-BrSearchContents-style_constructions_slider li a {
  display: block;
  width: 100%;
}

@media (max-width:480px){
.is-BrSearchContents-style_constructions_slider .constr-list li {
  width: 100%;
  min-width: 100%;
}
}

/* スライダーの記述 */
.is-BrSearchContents-style_constructions_slider .splide__pagination {
  display: none !important;
  flex-wrap: wrap !important;
  gap: 1.2rem 0.8rem !important;
  justify-content: center !important;
  margin-top: 3.2rem !important;
  text-align: center !important;
  border-radius: 0 !important;
  bottom: -16px !important;
}

@media (min-width: 600px) {
.is-BrSearchContents-style_constructions_slider .splide__pagination {
  bottom: -20px !important;
}
}
.is-BrSearchContents-style_constructions_slider.splide.is-overflow .splide__pagination{
  display: flex !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrows {
  display: none !important;
}
.is-BrSearchContents-style_constructions_slider.splide.is-overflow .splide__arrows{
  display: block !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination__page.is-active {
  width: 35px !important;
  background-color: #333 !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination__page {
  width: 20px !important;
  height: 3px !important;
  cursor: pointer !important;
  transition: all .3s !important;
  vertical-align: top !important;
  background-color: #efefef !important;
}

.is-BrSearchContents-style_constructions_slider .splide__pagination button {
margin: 0 5px 0 0 !important; 
  padding: 0 !important;
  background: #efefef !important;
  border: none !important;
  border-radius: 5px !important;
  appearance: none !important;
}
.is-BrSearchContents-style_constructions_slider .splide__pagination {
  font-size: 0 !important;
}

.is-BrSearchContents-style_constructions_slider .splide__arrow--prev {
left: -.5em !important;
}
.is-BrSearchContents-style_constructions_slider .splide__arrow--next {
  right: -.5em !important;
}

.is-BrSearchContents-style_constructions_slider .splide__arrow svg {
  fill: #fff !important;
  height: 1em !important;
  width: 1em !important;
}

.is-BrSearchContents-style_constructions_slider .splide__arrow {
  background: #333 !important;
  opacity: .5 !important;
}
.is-BrSearchContents-style_constructions_slider .splide__list {
display: flex !important;
}
.is-BrSearchContents-style_constructions_slider.splide {
visibility: visible !important;
}
@media (min-width: 1025px) {
  .is-BrSearchContents-style_constructions_slider .splide__slide {
  width: calc(100% / 3); /* 3つのスライドを並べる */
}
}

@media (max-width: 600px) {
  .is-BrSearchContents-style_constructions_slider .splide__slide {
  width: calc(100% / 2); /* 2つのスライドを並べる */
}
}

/*********************************
  事例BOX
  *********************************/
  .constructions {
    margin: 0 0 25px !important;
  }
.constructions li br {
	display: none;
}
  .constructions .splide__slide {
    padding: 0 !important;
    width: calc(100% / 3.1);
    min-width: 285px;
    list-style: none;
    margin: 0 !important;
    line-height: unset !important;
    padding: 0 !important;
    scroll-snap-align: start;
  }
  .single .constructions .splide__slide,
  .subpage .constructions .splide__slide {
    width: calc(100% / 2.1);
	  min-width: 300px;
  }
  .constructions.splide .splide__slide {
  box-sizing: border-box;
  background-color: #fff;
  }
  .constructions.splide .splide__slide + .splide__slide{
  margin-left: 24px !important;
  }
  @media screen and (max-width: 559px) {
    .constructions.splide .splide__slide + .splide__slide{
    margin-left: 16px !important;
    }
  }
  .constructions .splide__slide .ex-title {
    font-size: 18px;
    border-left: 3px solid;
    border-color: #333;  /* サイトメインカラーに合わせて変更 */
    font-weight: 600;
    line-height: 1.35;
    padding-left: 7px;
    margin-bottom: 10px;
  }
  .constructions li img {
    display: block;
    width: 100%;
    height: 345px !important;
    object-fit: contain;
  }
  .constructions li table.recommend-table {
     width: 100%;
     border-spacing: unset !important;
  }
  .constructions li .recommend-table th,
  .constructions li .recommend-table tr,
  .constructions li .recommend-table td {
  border: 1px solid #e9e9e9 !important;
  box-sizing: border-box;
  }
  .constructions li .recommend-table td {
    display: table-cell !important;
    font-size: 12px;
    padding: 7px;
    vertical-align: middle;
    line-height: 1.3;
    width: 80% !important;
  }
  .constructions li .recommend-table td:first-child {
    width: 20% !important;
    min-width: 100px;
    font-size: 14px;
    background-color: #efefef;
    color: #333;
    text-align: left;
    font-weight: 500;
  }
  .constructions li .btn-wrap {
    margin-top: 1.5rem;
  }
  .constructions li .btn-wrap .btn {
    width: 90%;
  }
  .constructions li .btn-wrap .btn a{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .constructions .exScrollArea {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }
  .constructions .exScrollArea::-webkit-scrollbar {
    height: 8px;
    border-radius: 50px;
  }
  .constructions .exScrollArea::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 50px;
  }
  .constructions .exScrollArea::-webkit-scrollbar-thumb {
    border-radius: 50px;
  }
  .constructions .exScrollArea::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  
  .ex-quote {
    display: block;
    text-align: right;
    font-size: 9px;
    color: #999;
    font-family: none;
    margin: 5px 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 .3rem .3rem;
  }
  .ex-quote a {
  color: blue !important;
  text-decoration: underline !important;
  }
  .ex-quote::-webkit-scrollbar {
    height: 3px;
  }
  
  .ex-quote::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  
  .ex-quote::-webkit-scrollbar-thumb{
    background-color: #999;
  }
a.ex-imgLink {
    display: block;
    width: 100%;
}
.single .constructions img,
.subpage .constructions img,
.constructions li p:not(.constructions li .text-wrap p) {
  margin: 0 !important;
}
.constructions li br:not(table tr td br) {
  display: none;
  visibility: hidden;
}

@media (max-width:480px){
  .constructions .ex-list li {
    width: 100%;
    min-width: 100%;
  }
}

/* スライダーの記述 */
.splide__pagination {
    display: none !important;
    flex-wrap: wrap !important;
    gap: 1.2rem 0.8rem !important;
    justify-content: center !important;
    margin-top: 3.2rem !important;
    text-align: center !important;
    border-radius: 0 !important;
  bottom: -16px !important;
}
.constructions.splide.is-overflow .splide__pagination{
    display: flex !important;
}
.splide__arrows {
    display: none !important;
}
.constructions.splide.is-overflow .splide__arrows{
    display: block !important;
}
.splide__pagination__page.is-active {
    width: 35px !important;
    background-color: #333 !important;
}
.splide__pagination__page {
    width: 20px !important;
    height: 3px !important;
    cursor: pointer !important;
    transition: all .3s !important;
    vertical-align: top !important;
    background-color: #efefef !important;
}

.splide__pagination button {
  margin: 0 5px 0 0 !important; 
    padding: 0 !important;
    background: #efefef !important;
    border: none !important;
    border-radius: 5px !important;
    appearance: none !important;
}
.splide__pagination {
    font-size: 0 !important;
}

.splide__arrow--prev {
  left: -.5em !important;
}
.splide__arrow--next {
    right: -.5em !important;
}

.splide__arrow svg {
    fill: #fff !important;
    height: 1em !important;
    width: 1em !important;
}

.splide__arrow {
    background: #333 !important;
    opacity: .5 !important;
}

#main_section .splide__pagination li {
    line-height: 1 !important;
}

/*********************************
Gallery
*********************************/
.splideSlider-wrapper {
  margin: 0 auto; 25px
}
.main-slider {
  width: 100%;
  max-width: var(--main-slide-size) !important;
  display: block;
  margin: 0 auto;
}

div.main-slider {
  max-width:  var(--main-slide-size);
}

/* メイン画像の調整 */
.splide__slide img {
  width: var(--main-slide-size) !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.thumbnails {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /*初期スライドの枚数を指定*/
  gap: 8px;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}

@media screen and (max-width: 768px) {
  .thumbnails {
   grid-template-columns: repeat(5, 1fr);
  }
}

.thumbnail {
  cursor: pointer;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: unset !important;
  list-style: none !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .thumbnail {
      padding-top: 0;
  }
}

.thumbnail img {
  width: 100% !important;
  height: auto !important;
  min-width: 100px !important;
  min-height: 100px !important;
  object-fit: cover;
  object-position: center top;
}

@media screen and (max-width: 768px) {
  .thumbnail img {
      position: static;
      width: 100% !important;
      height: auto !important;
      max-height: 200px;
      min-width: 50px !important;
      min-height: 50px !important;
  }
}

.slick-list {
position: absolute;
  top: 0;
  left: 0;
overflow: visible !important;
}

.splide__arrow--next {
   right: -1em;
}
.splide__arrow--prev {
  left: -1rem;
}

.splide__arrow svg {
color: #fff !important;
}

.splide__arrow--next {
right: -1em !important;
}

.splide__arrow--prev {
  left: -1em !important;
}

.splide__arrow svg {
fill: #fff !important;
}

.main-slider .quote {
  display: block;
  font-size: 10px;
  text-align: right;
  line-height: 1;
  margin: 16px 10px 0 auto;
  color: #999;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.main-slider .quote a {
  color: blue !important;
}

/* カスタムプロパティ（変数） */
:root {
--main-slide-size: 550px;
}