#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: <{$setting-slide-currentColor}>;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
  padding: 10px 24px;
  max-width: 600px;
  letter-spacing: 1px;
  margin: 0 auto;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;

}

.p-contents__list li::before {
  position: absolute;
  top: 1.75em;
  left: 25px;
  content: '#';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  transition: opacity .2s;
  text-decoration: none;
  color: #000;
padding: 25px 30px 24px;
background: #fff;
margin: 2%;
border-radius: 4px;
font-size: 13px;
border: 1px solid #ccc;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: <{$setting-custom-textColor}>;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: <{$setting-custom-textColor}>;
  background: <{$setting-custom-bgColor}>;
}

.p-custom-banner__unit--text a {
  color: <{$setting-custom-textColor}>;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}



  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
top: 2.23em;
left: 35px;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
display: block;
padding: 30px 40px;
font-size: 14px;
margin: 0 2%;    
    
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}







  /* ----------------------------------------
スライダーに関係するタグ
---------------------------------------- */

#slider div {
  width: 100% !important;
  height: auto;
}


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


/* ----------------------------------------
 トップの大きいバナー
---------------------------------------- */

.big_banner_all {
  max-width: 1300px;
  margin: 60px auto 10px;
}

.big_banner_inner {
  margin: 0 0 60px;
  text-align: center;
}

.big_banner_inner ul {
  list-style: none;
  padding-left: 0px;
}

.big_banner_inner li {
  display: inline-block;
  max-width: 26%;
  padding: 0 .3%;
}

.banner_mask {
display:inline-block;
max-width: 100%;
height: auto;
overflow: hidden;
margin: 0;
position: relative;
}
.banner_mask .caption {
font-size: 130%;
color: #fff;
text-align: center;
}

.banner_mask .caption_mini {
font-size: 85%;
color: #fff;
text-align: center;
padding: 3% 0 0;
}

.banner_mask .mask {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;	/* マスクを表示しない */
background-color: rgba(0,0,0,0.65);
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.banner_mask:hover .mask {
opacity: 1;	/* マスクを表示する */
padding-top: 22%;	/* 下にずらす */
}


@media (max-width: 769px) {
  .big_banner_inner {
  font-size: 14px;
  padding: 0 1%;
  }
  
  .big_banner_inner li {
  display: inline-block;
  max-width: 42%;
  padding: 1.3% 2% 2%;
}
}
  
@media (max-width: 480px) {
.big_banner_inner {
    padding: 0 1%;
    margin: 0 0 60px 0;
  }
.big_banner_inner li {
    display: block;
    max-width: 100%;
    padding: 10px 10%;
    margin: 0 0 10px 0;
  }
}





/* ----------------------------------------
　天板素材別タグ
---------------------------------------- */

ul.top_tenita_img-4 {
text-align: center;
width: 80%;
margin: 0 auto;
padding: 0 0 20px;
}

ul li.top_tenita_img-4 {
display:inline-block;
width: 22%;
margin: 2% 4%;
vertical-align: top;
text-align: center;
}


ul li.top_tenita_img-4 a{
	display: inline-block;
	position: relative;
	color: #555;
 	text-decoration: none;
}

ul li.top_tenita_img-4 a:before{
	content: "";
	position: absolute;
	 left: 15%;
	bottom: -12px;
	width: 70%;
	height: 10px;
	background: #e2dcd3;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}

ul li.top_tenita_img-4 a:hover:before {
	transform: scale(1);
}

.top_tenita_img-4 img {
border-radius: 0;
padding: 0;
}

.top_tenita_moji_sub {
color: #999;
font-size: 12px;
font-weight: normal;
max-width: 100%;
padding: 18px 0 0;
}

.top_tenita_moji_main {
font-size: 25px;
font-weight: bold;
max-width: 100%;
padding: 10px 0 4px;
}

.top_tenita_moji_main_sukima {
font-size: 25px;
font-weight: bold;
max-width: 100%;
padding: 10px 0 4px;
letter-spacing: -2px;
}

.top_tenitacolor {
  display: none;
margin: 0 auto;
}

.top_under_arrow{
width: 16px;
height: 16px;
border: 1px solid;
border-color:  transparent transparent #999 #999;
transform: rotate(-45deg);
margin: 10px auto 0;
}

.top_viewmore01 {
color: #999;
font-size: 12px;
text-align: center;
padding: 15px 0 0;
letter-spacing: 1px;
}

li.top_tenita_img-4 a {
    display: block;
    height: 100%;
    width: 100%
}


.top_tenita_alltables {
text-align: center;
}

.top_tenita_alltables_arrow-type01 {
display: inline-block;
margin: 20px 0 15px;
}

.top_tenita_alltables_arrow-type01 a {
text-decoration: none;
font-size: 24px;
font-weight: bold;
letter-spacing: 1px;
border: 3px solid #000;
padding: 12px 80px;
border-radius: 32px;
transition: 0.6s ;
}

.top_tenita_alltables_arrow-type01 a:hover {
color: #fff;
background: #222;
}

@media (max-width: 920px) {
 
ul.top_tenita_img-4 {
width: 100%;
}

.top_tenita_moji_main {
font-size: 20px;
}

.top_tenita_moji_main_sukima {
font-size: 20px;
}
}

@media (max-width: 480px) {
  ul li.top_tenita_img-4 {
    width: 27%;
    margin: 2% 2%;
}

.top_tenita_moji_sub {
font-size: 9px;
font-weight: normal;
}
  
ul.top_tenita_img-4 {
width: 90%;
}
  
.top_tenita_moji_main {
font-size: 16px;
}

.top_tenita_moji_main_sukima {
font-size: 15px;
}

.top_viewmore01 {
color: #999;
font-size: 10px;
letter-spacing: 0px;
}

.top_tenita_alltables_arrow-type01 a {
font-size: 16px;
letter-spacing: 0px;
padding: 8px 40px;
border-radius: 22px;
}
}


.bx-wrapper .bx-viewport {
  height: 39vw !important;
}

.slider img {
  width: 100%;
  height: 39vw;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .bx-wrapper .bx-viewport {
    height: 52vw !important;
}
  .slider img {
    height: 52vw;
}
}

@media (max-width: 1000px) {
  .bx-wrapper .bx-viewport {
    height: 80vw !important;
}
  .slider img {
    height: 80vw;
}
}

@media (max-width: 600px) {
  .bx-wrapper .bx-viewport {
    height: 100vw !important;
}
  .slider img {
    height: 100vw;
}
}

