@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1339px) {
	.g-header-logo {
		margin-left: 10px;
		padding-top: 45px;
		transform: scale(.8);
	}
	
	.g-header-nav-main-items {
		padding-left: 220px;
	}
	
	.g-header-nav-main-item {
		font-size: 1.4rem;
		padding: 0 10px;
	}
} /* END RESPONSIVE 1339px */




@media screen and (max-width:1079px) {
	.g-header-logo {
		margin-left: 0;
	}
	.g-header-nav-main-item {
		font-size: 1.25rem;
	}
} /* END RESPONSIVE 1079x */




@media screen and (max-width:767px) {
	html {
		overflow: auto;
	}
	
	html.is-open {
		height: auto;
		overflow: hidden;
	}
	
	.g-body {
		font-size: 1.4rem;
		min-width: 0;
	}
	
	.g-body:before,
	.g-body:after {
	}

	.u-show-media {
		display: inline-block;
	}

	.u-hide-media {
		display: none;
	}

	.u-sp-zoom {
		color: rgba(0,0,0,.5);
		font-size: 1rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		width: 100%;
		margin: 15px 0 0;
		padding: 7px 10px;
		display: block;
		background: rgba(100,100,100,.2);
		border-radius: 50px;
	}
	
	.js-zoom-link:hover {
		opacity:1;
	}
	
	.u-into-scroll {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 25px;
		overflow: auto;
		position: relative;
		-webkit-overflow-scrolling: touch;
	}
	
	.u-into-scroll:before {
		content: '※表は横スクロールで見れます｡';
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: .05em;
		display: block;
		margin: 0 0 10px;
		position: absolute;
		top: 0;
	}
	
	.u-into-scroll::-webkit-scrollbar{
		height: 5px;
	}
	.u-into-scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.u-into-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	
	.u-into-scroll .u-table {
		width:700px;
		margin-bottom: 10px;
	}
	
	.g-container {
		padding: 0;
		transition: all .4s;
	}
	
	.is-top .g-container {
		padding-bottom: 50px;
		top: 50px;
	}
	
	.is-open .g-container {
		transform: translateX(-75%);
		opacity: .5;
	}
	
	
	
/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
	.u-content {
		padding: 30px 0 0;
	}
	
	.u-inner {
		width: 100%;
		max-width: none;
		padding-right: 25px;
		padding-left: 25px;
	}
	
	
	
/* ----------------------------------------------------------------------
 * Global Title
 * ---------------------------------------------------------------------- */
	.u-content-title-high {
		font-size: 2.2rem;
		margin: 0 0 40px;
		padding: 25px 0;
	}

	.u-content-title-high:before,
	.u-content-title-high:after {
		height: 7px;
	}
	
	.u-content-title-mid {
		font-size: 1.8rem;
		margin: 0 0 20px;
		padding: 0 0 15px 30px;
		background-position: left 0 top .1em;
	}

	.u-content-title-sma {
		font-size: 1.6rem;
		margin: 0 0 10px;
	}

.u-content-title-sma.u-content-title-sma--arrow {
}

.u-content-title-sma.u-content-title-sma--arrow:before {
	border: 6px solid transparent;
	border-bottom: 6px solid #b3923a;
	border-right: 6px solid #b3923a;
	left: -6px;
	top: 6px;
}

.u-content-title-sma.u-content-title-sma--arrow.u-font-colorRed:before {
	border: 6px solid transparent;
	border-bottom: 6px solid #df2d32;
	border-right: 6px solid #df2d32;
}



/* ----------------------------------------------------------------------
 * Global rtRecommend
 * ---------------------------------------------------------------------- */
	.u-rtRecommend {
	}
	.u-rtRecommend-title {
		font-size: 1.8rem;
		line-height: 1.5;
		margin: 0 0 20px;
	}
	.u-rtRecommend-title:before {
		width: 18px;
		height: 24px;
	}
	.u-rtRecommend-items {
		display: block;
		margin: 0 auto;
	}
	.u-rtRecommend-item {
		width: 100%;
		margin: 20px 0 0;
	}
	.u-rtRecommend-item:first-child {
		margin: 0;
	}
	.u-rtRecommend-item .e-title {
	}
	.u-rtRecommend-item .e-image {
		margin-bottom: 5px;
	}

	
	
	
/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */

	
	
	
/* ----------------------------------------------------------------------
 * Shop Search
 * ---------------------------------------------------------------------- */
	.g-search-shop {
		padding: 60px 25px 20px;
	}
	
	.g-search-shop .u-inner {
		max-width: none;
		padding: 30px 15px;
	}
	
	.g-search-shop .u-inner:after {
		top: -40px;
	}
	
	.g-search-shop-title {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
	
	.g-search-shop-button .e-link {
		font-size: 1.6rem;
		letter-spacing: 0;
		width: 100%;
		min-width: 0;
	}
	
	.g-search-shop-button .e-link:before {
		width: 20px;
		height: 20px;
		margin-right: 15px;
	}
	
	
	
/* ----------------------------------------------------------------------
 * Content last line
 * ---------------------------------------------------------------------- */
.is-content-last {
}

.is-content-last .u-inner:after {
	top: -30px;
}
	
	
	
/* ----------------------------------------------------------------------
 * page menu
 * ---------------------------------------------------------------------- */
.u-page-menu-item .e-link {
	font-size: 1.3rem;
	text-align: left;
	padding: 15px 0 15px 40px;
}
 
.u-page-menu-items {
 margin: 0;
 display: block;
}
.u-page-menu-item {
 width: 100%;
 margin: 0 0 5px;
 padding: 0;
}
.u-page-menu-item .e-link:before {
 width: 10px;
}
 
/*__culum-5*/
.__item-culum-5 .u-page-menu-items {
	margin: 0 -3px;
}

.__item-culum-5 .u-page-menu-item {
	margin: 0 0 6px;
	padding: 0 3px 0;
	width: 50%;
}
	
	
	
/* ----------------------------------------------------------------------
 * KEY VISUAL
 * ---------------------------------------------------------------------- */
	.l-kv {
		height: 230px;
		padding: 120px 0 0;
	}
	
	.l-kv-title {
		font-size: 2rem;
		padding-right: 10px;
	}
	
	.l-kv-title:before {
		width: 24px;
		height: 24px;
	}
	
	.l-kv-title:after {
		padding-top: 7.5px;
		padding-left: 10px;
	}

	.is-news .l-kv {
		background-image: url(/contents/nishikawa-chain/global/img/kv-07_sp.jpg);
	}

	
	
	
/* ----------------------------------------------------------------------
 * 関連商品
 * ---------------------------------------------------------------------- */
	.l-relation-items {
		margin: 0 -7.5px;
	}
	
	.l-relation-item {
		padding: 0 7.5px;
	}
	
	.l-relation-item .e-image {
		margin: 0 0 10px;
	}
	
	.l-relation-item .e-name {
		font-size: 1.4rem;
		line-height: 1.5;
		min-height: 3em;
	}
	
	.l-relation-item .e-text {
		font-size: 1.2rem;
		line-height: 1.75;
		text-align: justify;
	}
	
	
	
	/* 関連 */
	.l-solution-entry-relation {
		padding: 15px;
	}
	
	.l-solution-entry-relation .e-image {
		width: 100%;
		margin: 0 0 15px;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.l-solution-entry-relation .e-title {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
	
	.l-solution-entry-relation .e-text {
		font-size: 1.3rem;
		line-height: 1.75;
	}
	
	.l-solution-entry-relation .e-button .e-link {
		font-size: 1.4rem;
		width: 100%;
		min-width: 0;
	}
	
	
	
/* ------------------------------------------------------------------------------------------------
 * Breadcrumb
 * ------------------------------------------------------------------------------------------------ */
	.g-breadcrumb-item {
		font-size: 1.2rem;
	}
	
	
	
/* ------------------------------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------------------------------ */
	.g-header {
		min-width: 0;
		height: 50px;
		position: fixed;
	}
	.is-scroll.g-header {
		height: 50px;
	}
	
	.g-header:after {
		height: 15px;
		bottom: -15px;
		background-size: auto 100%;
	}
	
	.g-header-logo {
		width: 100%;
		margin: 0 auto;
		padding: 7.5px 0 0;
		transform-origin: center top;
		transition: all .4s;
	}
	
	.g-header-logo img {
		width: 160px;
	}
	
	.is-open .g-header-logo {
		transform: translateX(-75%);
		opacity: .5;
	}
	
	
	.g-header-logo:before {
		font-size: 1rem;
		margin: 0 0 5px;
	}
	
	.g-header-nav {
		width: 75%;
		height: 100%;
		background: #df2d32;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
		transform: translateX(100%);
	}
	
	.is-open .g-header-nav {
		transform: none;
	}
	
	.g-header-nav-main-items {
		text-align: left;
		margin: 0 0 30px;
		padding: 50px 0 0;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.g-header-nav-main-item {
		margin: 0;
		padding: 0;
		display: block;
	}
	
	.g-header-nav-main-item:before {
		display: none;
	}
	
	.g-header-nav-main-item .e-link {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 700;
		letter-spacing: 0;
		padding: 20px 0 20px 35px; 
		display: block;
		background: url(/contents/nishikawa-chain/global/img/arrow-white-right-01.png) no-repeat left 20px top 50% / 6px auto;
	}
	
	.is-top .is-top.g-header-nav-main-item .e-link,
	.is-about .is-about.g-header-nav-main-item .e-link,
	.is-voice .is-voice.g-header-nav-main-item .e-link,
	.is-faq .is-faq.g-header-nav-main-item .e-link,
	.is-useful .is-useful.g-header-nav-main-item .e-link,
	.is-shops .is-shops.g-header-nav-main-item .e-link,
	.is-news .is-news.g-header-nav-main-item .e-link {
		color: #fff;
		background: rgba(255,255,255,.5);
	}
	
	.g-header-nav-sub-items {
		padding: 0 20px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	.g-header-nav-sub-item {
		margin: 0 0 5px;
		border: 1px solid #fff;
		display: block;
	}
	
	.g-header-nav-sub-item .e-link {
		color: #fff;
		padding: 12.5px 0;
		border: 0;
		background: transparent;
	}
	
	.g-header-button {
		width: 20px;
		height: 20px;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 200;
	}
	
	.g-header-button .line {
		width: 100%;
		height: 2px;
		display: inline-block;
		background: #df2d32;
		position: absolute;
	}
	
	.g-header-button .line.is-top {
		top: 0;
	}
	
	.g-header-button .line.is-center {
		top: 8px;
	}
	
	.g-header-button .line.is-bottom {
		top: 16px;
	}
	
	.is-open .g-header-button .line {
		background: #fff;
	}
	
	.is-open .g-header-button .line.is-top {
		top: 8px;
		transform: rotate(45deg);
	}
	
	.is-open .g-header-button .line.is-center {
		opacity: 0;
	}
	
	.is-open .g-header-button .line.is-bottom {
		top: 8px;
		transform: rotate(-45deg);
	}
	
	
	
/* ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------ */
	.g-footer {
		padding: 30px 0 0;
		border-top: 1px solid #ddd;
		transition: all .4s;
	}
	
	.is-open .g-footer {
		transform: translateX(-75%);
		opacity: .5;
	}
	
	.g-footer-logo {
		padding: 0;
		background: #fff;
	}
	
	.g-footer-logo .e-logo {
		width: 160px;
		padding: 0;
	}
	
	.g-footer-logo .e-logo .e-link {
		display: block;
	}
	
	.g-footer-nav-main-items {
		padding: 20px 0 0;
	}
	
	.g-footer-nav-main-item {
		margin: 0 0 15px;
		padding: 0 7.5px;
	}
	
	.g-footer-nav-main-item:before {
		display: none;
	}
	
	.g-footer-nav-main-item .e-link {
		font-size: 1.2rem;
		letter-spacing: 0;
		white-space: nowrap;
	}
	
	.g-footer-nav-sub-items {
		padding: 0;
	}
	
	.g-footer-nav-sub-item {
		margin: 0 0 15px;
		padding: 0 7.5px;
	}
	
	.g-footer-nav-sub-item:before {
		display: none;
	}
	
	.g-footer-nav-sub-item .e-link {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	
	.l-copyright {
		font-size: 1.2rem;
		margin: 0;
		padding: 60px 0 30px;
	}
	
	.g-footer-pagetop {
		right: 25px;
	}
	
	.g-footer-pagetop .e-link {
		width: 50px;
		height: 50px;
	}
	
	
	
/* ----------------------------------------------------------------------
 * Popup Window
 * ---------------------------------------------------------------------- */
	.is-popup .l-close-button {
		padding: 0 25px 60px;
	}
	
	.is-popup .l-close-button .e-link {
		font-size: 1.4rem;
		width: 100%;
		max-width: none;
	}
	
	
	
/* ------------------------------------------------------------------------------------------------
 * FloatBnr 
 * ------------------------------------------------------------------------------------------------ */
	.g-floatBnr {
		height: 80px;
	}
	.g-floatBnr .e-button .e-link {
		font-size: 1.4rem;
		width: 70%;
	}
	.g-floatBnr .e-button .e-link span {
		background-size: 20px 20px;
	}
	
} /* END RESPONSIVE 767px */




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:374px) {
	.l-kv-title {
		font-size: 1.7rem;
	}
	
	.g-search-shop-button .e-link {
		line-height: 1.35;
		text-align: left;
		padding: 15px 0 15px 45px;
		background-image: url(/contents/nishikawa-chain/global/img/icon-search-01.png);
		background-repeat: no-repeat;
		background-position: left 15px top 50%;
		background-size: 20px auto;
	}
	
	.g-search-shop-button .e-link br {
		display: inline-block;
	}
	
	.g-search-shop-button .e-link:before {
		display: none;
	}
} /* END RESPONSIVE 320px */



@media (max-width: 767px) and (orientation: landscape) {
	.g-header-nav {
		padding-bottom: 30px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
} /* END RESPONSIVE landscape */




@media print {
	html {
		margin: 0;
		padding: 0;
	}

	.g-body {
		transform-origin: top center;
		-webkit-transform: scale(.9, .9);
		transform: scale(.9, .9);
	}
	
	
	
	
} /* END PRINT */