@charset "utf-8";
/* CSS Document */

.partner {
margin: 0 40px;
}
.black_filter{
display: block;
background-color: transparent;
}
nav.showroom-spot{
	width: 100%;
}
nav.showroom-spot ul{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
nav.showroom-spot ul li{
	width: calc(100% / 6);
	text-align: center;
	box-sizing: border-box;
	transition: 0.5s;
	display: flex;
  align-items: center;
	overflow: hidden;
}
nav.showroom-spot ul li+li{
	border-left: 1px solid #666;
}
nav.showroom-spot ul li a{
	display: block;
	width: 100%;
	padding: 15px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
}
nav.showroom-spot ul li:hover{
	background-color: #E3E3E3;
}
nav.showroom-spot ul li a.active{
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
}
section.sr-area{
	padding: 30px 0px 65px;
}
.sr-area h1{
	font-size: 32px;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 30px;
}
.sr-area h1 span{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.swiper-wrapper{
	height: auto;
}
.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
	transition: opacity 0.5s ease;
}
.mySwiper {
	height: auto;
	width: 100%;
}
.mySwiper2 {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.mySwiper2 .swiper-slide {
	width: 150px;
	height: 75px;
	opacity: 0.4;
}
.mySwiper2 .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-free-mode>.swiper-wrapper{
	width: fit-content;
}

/* 導入事例一覧からそのまま拝借 */
  .icon_desc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  }
  .icon_desc > p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1;
  }
  .icon_desc > p span {
  display: inline-block;
  }
  .case_box_wrapper {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 40px;
  margin-left: -16px;
  }
  .case_box_wrapper .case_box {
  box-sizing: border-box;
  width: calc( 25% - 16px );
  padding: 30px;
  margin-left: 16px;
  margin-bottom: 16px;
  background: #f4f6f7;
  cursor: pointer;
  }
  .case_box_wrapper .case_box a {
  display: block;
  padding: 30px;
  margin: -30px;
  }
  .case_box_wrapper .case_box .icons {
  	margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
  }
  .case_icon {
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    background: #3b3c3d;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
		margin-right: 10px;
  }
	.case_icon.case_icon-partner {
	  background: #e74c3d;
  }	
	.icons .case_icon.case_icon-partner {
	  width: 100%;
		background: transparent;
		padding: 0;
		margin-bottom: 10px;
  }
	.case_icon.case_icon-partner div{
		width: 35%;
		background: #e74c3d;
	}
	.case_icon.case_icon-industry{
		color: #3b3c3d;
    outline: 1px solid #3b3c3d;
    outline-offset: -1px;
    background: transparent;
	}
  .case_box_wrapper .case_box .title {
  margin-bottom: 20px;
  color: #3b3c3d;
  font-size: 18px;
  font-weight: bold;
  }
  .case_box_wrapper .case_box .img {
  display: flex;
  justify-content: center;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #b7b9b9;
  }
  .case_box_wrapper .case_box .img img {
  width: 100%;
  object-fit: cover;
  }
  .case_box_wrapper .case_box .desc {
  margin-top: 10px;
  margin-bottom: -5px;
  font-size: 14px;
  color: #3b3c3d;
  line-height: 1.6;
  }
  .youtube-size{
  width: 544px;
  height: 306px;
  margin: 90px 0 0 30px;
  }
  .embed-youtube {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 90px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: -30%;
  }
  .embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  }
  .container03 {
  display: flex;
  margin-bottom: 1.5rem;
  /*justify-content: space-between;*/
  align-items: flex-start;
  }
  /*showroom_tab*/
  .s_tab-group{
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  }
  .s_tab{
  /*flex-grow: 1;*/
  width: 100%;
  padding:15px;
  list-style:none;
  background-color: rgba(255,255,255,0.6);
  border-top:solid 1px #e74c3d;
  color: #e74c3d;
  font-weight: bold;
  text-align:center;
  cursor:pointer;
  font-family: "Montserrat";
  transition: all 0.3s ease-out;
  z-index: 100;
  letter-spacing: 0.1em;
  }
  .s_tab + .s_tab{
    border-left:solid 1px #e74c3d;
  }
  .panel{
  display:none;
  transition: all 0.3s ease-out;
  }
  .s_tab.is-active{
  background:#e74c3d;
  color:#fff;
  transition-duration: 0.3 ease;
  }
  .s_tab:hover{
  background:rgb(255 209 189);
  transition-duration: 0.3 ease;
  }
  .s_tab.green{
    border-top:solid 1px #8CC63F;
    border-left:solid 1px #8CC63F;
    color: #8CC63F;
  }
  .s_tab.green:hover{
    background-color: #ebffb1;
  }
  .s_tab.green.is-active{
    color: #fff;
    background-color: #8CC63F;
  }
  .panel.is-show{
    display: block;
    text-align: center;
    padding: 100px 0 0 0;
    box-sizing: border-box;
  }
  .n_slide{
    margin-top: -100px;
    position: relative;
  }
  .sr_name{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: auto;
    z-index: 100;
    color: #fff;
    padding: 20px 0;
    background: rgba(0,0,0,0.4);
  }
  .sr_name h2{
    font-size: 21px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
		font-style: italic;
    letter-spacing: 0.1em;
  }
  .sr_name h2 span{
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  /*showroom_info*/
  .show_info{
  margin: 0 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: hidden;
  }
  .caution-text{
    width: auto;
    border: 2px solid #e74c3d;
    color: #e74c3d;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
  }
  .no_mov{
    display: block;
  }
  .detail_list{
    width: 50%;
  }
  .s_access{
    width: 49%;
    text-align: left;
  }
  .no_mov .s_access{
    width: 100%;
  }
  .s_access_full{
    width: 100%;
    text-align: left;
  }
  .s_mov{
  width: 49%;
  padding-top:40px;
  text-align: right;
  }
  .s_mov iframe{
    width: 700px;
    height:320px;
    margin-bottom: 15px;
  }
  .s_map{
  margin: 0 40px;
  padding-top:40px; 
  }
  .s_map iframe{
  border: 1px solid #ccc;
  }
  img.sp-image{
  margin-left: 0!important;
  margin-top: 0!important;
  }
  img.sp-thumbnail{
  cursor: pointer;
  }
  .sp-thumbnail-container img{
  width: 100%!important;
  height: auto!important;
  margin-left: 0!important;
  margin-top: 0!important;
  }
  .sp-selected-thumbnail{
  border: 2px solid #e74c3d;
  }
  .sp-selected iframe{
  width: 100%;
  height:100%;
  }
  .sp-selected video{
  width: 100%;
  height:100%;
  }
  .showroom_product_list{
  margin: 10px 0 40px;
  display: flex;
  }
  .showroom_product_list a{
  width: 300px;
  height: 45px;
  display: block;
  color: #fff;
  background-color: #e74c3d;
  background-image: url("../img/showroom/pdf-download.svg");
  background-size: 18px 24px;
  background-position: 15px 10px;
  background-repeat: no-repeat;
  line-height: 3.2;
  padding-left: 45px;
  margin-right: 15px;
  box-sizing: border-box;
  transition-duration: 0.5s;
  }
  .showroom_product_list a:hover{
  opacity: 0.6;
  transition-duration: 0.5s;
  }
  .showroom_product_list span{
  display: block;
  padding-right: 15px;
  line-height: 3.2;
  color: #e74c3d;
  }
  .showroom-yoyaku{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
  }
  .showroom-yoyaku img{
    width: 120px;
  }
  p.side_title_en span{
    color: #e74c3d;
    margin-left: 10px;
    font-size: 14px;
  }
.side_title_line:after{
	bottom: -2px;
}
@media screen and (max-width: 1810px){
  .youtube-size{
    width: 480px;
    height: 270px;
    margin: 90px 0 0 40px;
  }
}
@media screen and (max-width: 1759px){
	.youtube-size{
		margin: 70px 0 0 40px;
	}
}
@media screen and (max-width: 1450px){
  .youtube-center{
    text-align: center;
  }
  .s_mov iframe{
    width: 100%;
  }
}
@media screen and ( max-width: 1365px ){
  .case_box_wrapper {
    margin-top: 30px;
    /*padding-right: 16px;*/
  }
  .case_box_wrapper .case_box {
    width: calc( 50% - 16px );
  }

  .embed-youtube {
    margin-bottom: 0;
  }

  .embed-youtube iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and ( max-width: 1300px ){
  .container03 {
    display: block;
  }
  .youtube-size{
    width: 640px;
    height: 360px;
    margin: 40px 0 0 0;
  }

  .s_tab:hover {
    opacity: 1;
  }
  .s_access{
    width: 48%;
  }
  .s_mov{
    width: 48%;
  }
  .s_mov iframe{
    width: 100%;
  }
  .showroom-yoyaku{
    top: auto;
    bottom: 100px;
  }
}
@media screen and ( max-width: 1000px ){
  .s_tab{
    /*flex-grow: 1;*/
    width: 100px;
    font-size: 12px;
  }
  .icon_desc {
    flex-direction: column;
  }
  .icon_desc > p {
    margin-left: 0;
    margin-top: 10px;
    line-height: 1.3;
    text-align: center;
  }
  .show_info{
    display: block;
  }
  .detail_list{
    width: 100%;
  }
  .s_access{
    width: 100%;
  }
  .s_mov{
    width: 100%;
  }
  .s_mov iframe{
    height:390px;
  }
}
@media screen and ( max-width: 768px ){
		.case_icon.case_icon-partner div{
			width: 50%;
		}
    .sr_name{
      top: 32%;
    }
}
@media screen and ( max-width: 767px ){
  .case_box_wrapper .case_box {
    width: 100%;
  }
  .youtube-size{
    width: 384px;
    height: 216px;
    margin-top: 20px;
    padding-right: 16px;
  }
}
@media screen and ( max-width: 599px ){
	nav.showroom-spot ul{
		border: none;
	}
	nav.showroom-spot ul li{
		width: calc(100% / 3);
		border-bottom: 1px solid #333;
	}
	nav.showroom-spot ul li:nth-child(4){
		border-left: none;
	}
	nav.showroom-spot ul li a{
		font-size: 12px;
		padding: 10px 0;
	}
  .sr-area h1 {
    font-size: 21px;
	}
	.side_read_jp{
		display: block;
	}
	.partner {
    margin: 0 15px;
  }
  .youtube-size{
    width: 320px;
    height: 180px;
    margin-top: 20px;
    margin-left: 0;
  }
  .embed-youtube {
    margin: 40px 15px 0 15px 
  }
  header.smp{
    margin-top: -80px;
  }
  .n_slide {
    margin-top: -35px;
  }
  .s_tab-group{
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto -80px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .s_tab{
    /*flex-grow: 1;*/
    width : calc(100% / 3) ;
    border: none;
    font-size: 11px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .s_tab + .s_tab {
    border-left: none;
  }
  .s_tab:hover {
    background: #e74c3d;
  }
  .s_tab{
    border-bottom: 1px solid #e74c3d;
  }
  .s_tab.tokyo,.s_tab.osaka{
    border-right: 1px solid #e74c3d;
  }
  .s_tab.nagoya{
    border-left: 1px solid #e74c3d;
  }
  .s_tab.green{
    border: none;
    border-left: 1px solid #8CC63F;
    border-bottom: 1px solid #8CC63F;
  }
  .panel.is-show{
    padding: 115px 0 0 0;
  }
  .show_info {
    margin: 0 20px;
  }
  .sr_name {
    top:270px;
    display: none;
  }
  .s_mov iframe{
    height:240px;
  }
  .s_map {
    margin: 0 20px;
  }
  .showroom_product_list{
    display: block;
  }
  .showroom_product_list a{
    width: 100%;
    height: 50px;
    line-height: 4;
    background-position: 15px;
  }
  .showroom_product_list span{
    font-size: 12px;
  }
  .caution-text {
    font-size: 10px;
  }
  .showroom-yoyaku{
    top: 10px;
    left: 10px;
  }
  .showroom-yoyaku img {
    width: 60px;
  }
}