@charset "UTF-8";
.fs-l-pageMain.box-corporation{
	padding-bottom: 0;
	max-width: 100%;
}
.box-corporation .lst-img-link{
	padding-top: 10px;
}
.box-corporation .lst-img-link li{
	display: block;
}
@media only screen and (min-width: 768px){ /* PC */
	.fs-l-pageMain.box-corporation{
		padding-bottom: 120px;
	}
	.box-corporation .lst-img-link .btn{
		font-size: 14px;
		letter-spacing: 0.08em;
		padding: 17px 0;
		margin-top: 40px;
	}
	.box-corporation .lst-img-link p{
		margin-top: 32px;
	}
}
@media only screen and (max-width: 767px){ /* SP */
	.box-corporation .breadcrumb-wrap{
		background: #fff;
	}
	.box-corporation .lst-img-link{
		width: calc(100% + 60px);
		margin: 0 -30px 60px;
	}
	.box-corporation .lst-img-link li{
		display: flex;
	}
}

.box-corporation-foot{
	background-color: #eeede9;
	display: flex;
	max-width: 1030px;
	margin: 100px auto 0;
}
.box-corporation-foot__img{
	width: 50%;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 80px;
}
.box-corporation-foot__img img{
	max-width: 100%;
	height: auto;
}
.box-corporation-foot__cnt{
	width: 50%;
	padding: 72px 80px 75px;
}
.box-corporation-foot__cnt__txt{
	font-size: 12px;
	line-height: 1.67;
	letter-spacing: 0.1em;
	padding-top: 31px;
}
.box-corporation-foot .btn{
	width: 100%;
	max-width: 100%;
	font-size: 14px;
	letter-spacing: 0.08em;
	padding: 18px 0;
	margin-top: 38px;
}
@media only screen and (max-width: 767px){ /* SP */
	.box-corporation-foot{
		margin: 0 -60px;
		display: block;
	}
	.box-corporation-foot__img{
		width: 100%;
		padding-left: 0;
	}
	.box-corporation-foot__cnt{
		width: 100%;
		padding: 30px;
	}
	.box-corporation-foot__cnt__hdg{
		font-size: 18px;
		line-height: 1.33;
	}
	.box-corporation-foot__cnt__txt{
		padding-top: 30px;
		line-height: 1.92;
	}
	.box-corporation-foot .btn{
		margin-top: 15px;
	}
}


/*-------------------------
/f/corporation/showroom/
---------------------------*/
.page-showroom .fs-c-heading{
	padding: 0;
	margin: 30px auto 40px;
	border: none;
	color: #333;
	font-size: 22px;
}
.fs-l-pageMain.page-showroom{
	max-width: 100%;
	padding: 0;
}
@media only screen and (min-width: 768px){
	.page-showroom .fs-c-heading{
		margin: 52px auto 112px;
		font-size: 32px;
	}
}
@media only screen and (max-width: 767px){ /* SP */
	.fs-l-pageMain.page-showroom .bleadcrumb-wrap{
		margin: 0;
	}
	.page-showroom .fs-c-heading{
		margin: 30px auto 58px;
	}
}

.box-showroom{
	position: relative;
	padding: 40px 0 135px;
}
.box-showroom::before{
	content: '';
	background: #eeede9;
	width: 100%;
	height: 564px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.box-showroom.kyushu::before{
	height: 990px;
}
.box-showroom .hdg-lv3-c{
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	margin: 46px 0 49px;
}
.box-showroom__main{
	max-width: 1030px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 80px;
}
.box-showroom__main__cnt{
	width: 50.3%;
	padding-top: 10px;
	padding-right: 20px;
}
.box-showroom__main__map{
	width: 49.7%;
}
.box-showroom__main__cnt p{
	color: #000;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
}
.box-showroom__main__cnt p + p{
	padding-top: 17px;
}
.box-showroom__main__cnt .btn{
	width: 252px;
	max-width: 100%;
	margin: 34px auto 0 0;
	padding: 17px 0;
}
.box-showroom__main__cnt .btn-black{
	color: #fff;
}
@media (min-width: 768px) and (max-width: 1440px){
	.box-showroom::before{
		height: 39.17vw;
	}
	.box-showroom.kyushu::before{
		height: 960px;
	}
	.box-showroom__main__map iframe{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){ /* SP */
	.box-showroom{
		padding: 20px 0 60px;
	}
	.box-showroom::before{
		height: 245px;
	}
	.box-showroom.kyushu::before{
		height: 905px;
	}
	.box-showroom .hdg-lv3-c{
		font-size: 18px;
		margin: 23px 0 26px;
	}
	.box-showroom__main{
		display: block;
		padding-top: 13px;
	}
	.box-showroom__main__cnt{
		width: 100%;
		padding-right: 0;
	}
	.box-showroom__main__map{
		width: 100%;
	}
	.box-showroom__main__cnt p{
		font-size: 12px;
		line-height: 1.67;
	}
	.box-showroom__main__cnt p + p{
		padding-top: 13px;
	}
	.box-showroom__main__cnt .btn{
		width: 100%;
		font-size: 12px;
		padding: 15px 0;
		margin: 36px auto 0 0;
	}
	.box-showroom__main__cnt .btn + .btn{
		margin-top: 20px;
	}
	.box-showroom a[href^="tel:"]{
		text-decoration: underline;
	}
}

.lst-showroom__cnt{
	margin-top: 16px;
}
.lst-showroom__cnt__item{
	display: flex;
	width: 100%;
}
.lst-showroom__cnt__title,.lst-showroom__cnt__txt{
	color: #000;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.08em;
}
.lst-showroom__cnt__title{
	width: 76px;
}
.lst-showroom__cnt__txt{
	width: calc(100% - 76px);
}
@media only screen and (max-width: 767px){
	.lst-showroom__cnt{
		margin-top: 12px;
	}
	.lst-showroom__cnt__title,.lst-showroom__cnt__txt{
		font-size: 12px;
		line-height: 1.67;
	}
	.lst-showroom__cnt__title{
		width: 65px;
	}
	.lst-showroom__cnt__txt{
		width: calc(100% - 65px);
	}
}

/*Slide*/
.box-display{
	margin-bottom: 210px;
}
.box-display__hdg{
	text-align: center;
}
.box-display__hdg__sub{
	display: block;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-weight: normal;
	padding-top: 7px;
}
.box-display__slider{
	position: relative;
	margin-top: 56px;
	padding: 0 0 60px;
}
.box-display__slider__content{
	position: absolute;
	top: -8px;
	right: 73px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1em;
	z-index: 1;
}
.box-display__slider .box-display__slider__list {
	position: relative;
	margin: 0 auto;
	width: 100%;
	cursor: default;
}

.slick-slider__arrow{
	width: 60px;
	height: 60px;
	z-index: 5;
	background: #5d655c;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
@media (min-width: 768px){
	.slick-slider__arrow:hover{
		opacity: 0.7;
		background: #5d655c;
		color: #fff;
	}
}
.slick-slider__arrow.slick-prev::before,
.slick-slider__arrow.slick-next::before{
	content: "";
	width: 9px;
	height: 14px;
	opacity: 1;
}
.slick-slider__arrow.slick-prev::before{
	background: url("https://tableware.noritake.co.jp/resource/images/corporation/icn-arrow-left.png") no-repeat center center;
	background-size: cover;
}
.slick-slider__arrow.slick-next::before{
	background: url("https://tableware.noritake.co.jp/resource/images/corporation/icn-arrow-right.png") no-repeat center center;
	background-size: cover;
}
.slick-slider__arrow.slick-next,
.slick-slider__arrow.slick-prev{
	top: -50px;
}
.slick-slider__arrow.slick-prev{
	left: auto;
	right: 60px;
}
.slick-slider__arrow.slick-next{
	right: 0;
}
.box-display-paging{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	left: 99px;
	bottom: -50px;
}
.box-display-paging span{
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	line-height: 1.4;
}
.box-display-paging span:first-child{
	padding-left: 0;
}
.box-display-paging span:last-child{
	padding-right: 0;
}
span.box-display-paging__total{
	border-left: solid 1px #828282;
	color: #828282;
}
@media (min-width: 768px) and (max-width: 991px){
	.slick-slider__arrow.slick-next, .slick-slider__arrow.slick-prev{
		top: -70px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.box-display__slider .box-display__slider__list{
		margin: 60px 0 0;
		width: auto;
	}
	.box-display__slider__content{
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	.box-display__slider{
		padding: 0 0 40px;
	}
	.box-display__slider::before{
		height: 220px;
	}
	.box-display-paging{
		margin: 27px auto 0 20px;
	}
}
@media only screen and (max-width: 767px) {
	.box-display{
		margin-bottom: 4px;
	}
	.box-display__hdg__sub{
		padding-top: 2px;
	}
	.box-display__slider{
		padding: 0 0 62px;
		margin-top: 19px;
	}
	.box-display__slider::before{
		height: 174px;
	}
	.box-display__slider .box-display__slider__list{
		width: auto;
		margin: 26px -30px 0;
	}
	.box-display__slider__content{
		position: relative;
		top: 0;
		right: auto;
		font-size: 12px;
		line-height: 1.67;
	}

	.box-display-paging{
		position: relative;
		left: 0;
		bottom: 15px;
		margin: 18px auto 0;
		justify-content: center;
	}
	.box-display-paging span{
		font-size: 10px;
		padding: 0 15px;
	}
	.slick-slider__arrow{
		width: 50px;
		height: 50px;
		background: transparent;
	}
	.slick-slider__arrow.slick-prev,
	.slick-slider__arrow.slick-next{
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.slick-slider__arrow.slick-prev::before,
	.slick-slider__arrow.slick-next::before{
		width: 8px;
	}
	.slick-slider__arrow.slick-next{
		right: -30px;
	}
	.slick-slider__arrow.slick-prev{
		right: auto;
		left: -30px;
	}
}
@media (max-width: 374px){
	.slick-slider__arrow{
		width: 30px;
	}
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .box-display .fluid-image{
		width: auto;
	}
}*/



.box-display__slider__list::after{
	content: "";
	clear: both;
	display: block;
}
.box-display__slider .box-display__slider__list{
	max-width: 1040px;
}

@media only screen and (max-width: 1239px){
	.box-display__slider__content{
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	.box-display__slider .box-display__slider__list{
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px){
	.box-display__slider::before{
		bottom: 0;
	}
	.box-display__slider__content{
		text-align: left;
	}
	.box-display__slider .box-display__slider__list{
		margin-top: 26px;
	}
}

.section-display {
  position: relative;
  padding-top: 315px;
}
.section-display::before{
	content: '';
	background: #d9d9d9;
	width: 100%;
	height: 396px;
	position: absolute;
	top: 234px;
	left: 0;
	right: 0;
}
@media (min-width: 992px) and (max-width: 1239px){
	.section-display::before{
		top: 230px;
	}
}

/*Slick slider*/
.section__title, .section__subtitle {
	text-align: center;
	color: white;
	display: block;
}
.section__title {
	font-size: 3em;
	line-height: 1;
	margin: 0 0 20px;
}
.section__subtitle {
	font-size: 1.2em;
	line-height: 1.5;
	opacity: 0.5;
}
.section__subtitle a {
	color: inherit;
}
.display-carousel {
	position: relative;
}
.display-strip {
	padding: 0 6.94vw 0 245px;
}
.display-strip .slick-list{
	overflow: visible;
}
.display-strip .display {
	cursor: pointer;
	margin: 0 10px;
	position: relative;
	width: 272px;
	display: flex;
}
.display-strip img {
	max-width: 100%;
	width: 100%;
	height: auto;
}
.display-strip .display:before{
	content: '';
	background: rgba(93,101,92,0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.display-screen {
	height: 451px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	margin: auto;
}
.display-screen .display-detail {
	position: absolute;
	left: 100px;
	right: 0;
	bottom: 0;
	width: 564px;
	height: 398px;
	margin: 32px 0 0;
	z-index: 1;
	background-color: #333;
}
.display-screen .display {
	margin-right: -100%;
	float: left;
	cursor: move;
}

@media only screen and (max-width: 1239px){
	.section-display{
		padding-top: 310px;
	}
}
@media only screen and (max-width: 991px){
	.section-display{
		padding-top: 0;
		margin-top: 280px;
	}
	.section-display::before{
		top: -100px;
	}
}
@media only screen and (max-width: 980px){
	.display-screen .display{
		margin-right: 0;
	}
	.display-screen .display-detail {
		left: 0;
	}
	.box-display-paging{
		left: 20px;
	}
}
@media only screen and (max-width: 767px){
	.section-display{
		padding-top: 0;
		margin-top: 25px;
	}
	.section-display::before{
		height: 175px;
		bottom: -6px;
		top: auto;
	}
	.display-screen{
		width: 100%;
		height: 270px;
	}
	.display-screen .screen-frame{
		width: 100%;
		height: 270px;
	}
	.display-screen .display-detail{
		width: 68vw;
		height: 48vw;
	}
	.display-screen .display-detail{
		margin: 0 auto;
	}
	.display-strip{
		margin: 25px 0 32px;
	}
	.display-carousel{
		/*padding: 50px 0;*/
	}
	.display-strip .display{
		margin: 0 5px;
	}
	.display-strip{
		padding: 0;
		height: 184px;
	}
	.display-strip .slick-list{
		width: 265px;
		margin: 0 auto;
		padding: 0!important;
	}
	.display-screen{
		opacity: 0;
		visibility: hidden;
	}
	.slick-slider .slick-track {
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
		height: 185px;
	}
	.slick-slider .slick-slide {
		float: none;
		display: inline-block;
		vertical-align: middle;
		transition: all 0.3s ease;
		height: auto;
		text-align: center;
	}
	.slick-slide img{
		transition: all 0.3s ease;
		transform-origin: center center;
		width: 100%;
		height: 120px;
		object-fit: cover;
	}
	.slick-slider .slick-slide.slick-current img, .slick-slider .slick-slide.slick-center img{
		width: 100%;
		height: 180px;
	}

	.section-display .slick-slide{
		position: relative;
	}
	.section-display .slick-slide::before{
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgba(93, 101, 92, 0.5);
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.section-display .slick-active.slick-center.slick-slide::before{
		display: none;
	}
}



/*Contact*/
.box-infor{
	background: #e5e4de;
	margin-top: 100px;
	padding-bottom: 109px;
}
.box-infor__inner{
	max-width: 1025px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}
.box-infor .hdg-lv2-c{
	text-align: center;
	margin-top: 0;
	padding-top: 86px;
}
.box-infor__sub{
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 2;
	text-align: center;
	margin-top: 12px;
}
.lst-infor{
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}
.lst-infor__item{
	width: 50%;
	padding: 0 68px;
	box-sizing: border-box;
	margin-bottom: 12px;
}
.lst-infor__item:nth-child(even) {
	padding: 0 68px 0 57px;
}
.box-infor__name{
	font-size: 16px;
	width: 37%;
	display: inline-block;
	vertical-align: middle;
}
.lst-infor__item:nth-child(even) .box-infor__name{
	width: 30.5%;
}
.box-infor__phone{
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 5px;
	cursor: pointer;
}
@media only screen and (max-width: 1200px){
	.lst-infor__item{
		padding: 0 20px;
	}
	.lst-infor__item:nth-child(even){
		padding: 0 20px;
	}
	.lst-infor__item:nth-child(even) .box-infor__name{
		width: 37%;
	}
}
@media only screen and (max-width: 767px){

	.box-infor{
		padding-bottom: 40px;
		margin-top: 0;
	}
	.box-infor .hdg-lv2-c{
		padding-top: 44px;
		letter-spacing: 0.08em;
	}
	.box-infor__sub{
		font-size: 12px;
		margin-top: 22px;
		line-height: 1.67;
		letter-spacing: 0.08em;
	}
	.lst-infor{
		margin-left: 0;
		margin-right: 0;
		margin-top: 25px;
	}
	.lst-infor__item{
		width: 100%;
		border: 1px solid #8e8e8e;
		text-align: center;
		padding: 10px 5px 13px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.lst-infor__item:nth-child(even) {
		padding: 10px 5px 13px;
	}
	.box-infor__name , .box-infor__phone{
		font-size: 12px;
		letter-spacing: 0.08em;
		line-height: 2;
	}
	.box-infor__phone{
		top: 0;
	}
	.box-infor__name {
		width: 92px;
	}
	.lst-infor__item:nth-child(even) .box-infor__name{
		width: 92px;
	}
}
