@charset "utf-8";


/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1199px) {

/* ----------------------------------------------------------------------
 * SHOP LP
 * ---------------------------------------------------------------------- */
	.c-shoplpHeader__name {
		font-size: 2.5rem;
	}
	
	.is-scroll .c-shoplpHeader__name {
		padding: 0 200px;
	}
	
	.c-shoplpHeader__tel {
		font-size: 2.6rem;
		right: 20px;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name {
		font-size: 2rem;
		padding: 0 240px;
	}
	
	
	
} /* END RESPONSIVE 1199x */


@media screen and (max-width:1023px) {
	
} /* END RESPONSIVE 1023x */


@media screen and (max-width:767px) {
	
	
/* ----------------------------------------------------------------------
 * GLOBAL - UTILITY
 * ---------------------------------------------------------------------- */
 .u-content {
  margin: 0 0 80px;
  padding: 80px 0 0;
 }

 .u-content.u-content-bg {
  margin: 0;
  padding: 80px 0;
 }
	
	
	
/* ----------------------------------------------------------------------
 * Global Title
 * ---------------------------------------------------------------------- */
 .u-content-title {
  margin-bottom: 30px;
 }

 .u-content-head {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
 }
 
 .u-content-lead {
  font-size: 1.5rem;
  margin-bottom: 10px;
 }

 .u-content-note {
  font-size: 1.3rem;
 }



/* ----------------------------------------------------------------------
 * GLOBAL - List
 * ---------------------------------------------------------------------- */
	.u-flex__mobile-none {
		display: block;
	}
	
	.u-flex__mobile-none .u-flexChild {
		width: 100%;
	}
	
	.u-flex__mobile-none .u-flexChild:nth-child(n + 2) {
		margin-top: 20px;
	}
	
/*	.u-flex {
		margin-top: 30px;
	}*/
	
	
/* ----------------------------------------------------------------------
 * Global Button
 * ---------------------------------------------------------------------- */
 .u-button {
  font-size: 1.4rem;
  border-radius: 25px;
  width: 100%;
  margin: 30px auto 0;
 }

 .u-button.is-iconPop span:after {
  right: 20px;
 }

 .u-button.is-iconPop span {
  padding: 16px 35px 16px 30px;
 }

 .u-button.is-iconBlank a,
 .u-button.is-iconSerch a {
  padding: 16px 20px;
 }

 .u-button.is-iconBlank span {
  padding-left: 27px;
 }

 .u-button.is-iconBlank span:after {
  height: 14px;
  width: 17px;
  top: calc(50% - 7px);
 }

 .u-button.is-iconSerch span {
  padding-left: 27px;
 }

 .u-button.is-iconSerch span:after {
  height: 20px;
  width: 17px;
  top: calc(50% - 10px);
 }
 
	
	
/* ----------------------------------------------------------------------
 * LAYOUT
 * ---------------------------------------------------------------------- */
	.g-container {
		font-size: 1.4rem;
		min-width: 0;
		overflow: hidden;
		top: 50px;
		padding-bottom: 50px;
	}

	
/* ----------------------------------------------------------------------
 * KEY VISUAL
 * ---------------------------------------------------------------------- */
	.c-kv {
		padding-top: 96.5%;
	}
	
	.c-kv__title {
		text-align: center;
	}
	
	.c-kv__title img {
		width: 95%;
	}
	
	
	
/* ----------------------------------------------------------------------
 * MENU
 * ---------------------------------------------------------------------- */
	.c-menu-items {
		display: block;
	}
	
	.c-menu-item {
		width: 100%;
		height: auto;
		margin: 5px 0 0;
	}
	
	.c-menu-item a {
		width: 100%;
		height: auto;
		padding: .75em 1em .75em 3em;
		display: block;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.c-menu-item a:after {
		border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d81626;
    position: absolute;
    margin: 0;
    top: calc(50% + 4px);
    left: 22px;
	}
	
	.c-menu-item a span {
		font-size: 1.5rem;
		text-align: left;
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}

	
	
/* ------------------------------------------------------------------------------------------------
 * SEARCH
 * ------------------------------------------------------------------------------------------------ */
 .g-header-search-btn {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 60px;
  width: 60px;
 }
 
 .is-search-open .g-header-search-btn {
  display: table;
 }
 
 .g-header-search-btn p {
  display: table-cell;
  vertical-align: middle;
 }
 
 .g-header-search-btn p span {
  padding-left: 0;
 }
 
 .g-header-search-btn p span:before {
  display: block;
  position: relative;
  top: 0;
  margin: 0 auto 0.5em;
 }
 
 .is-search-open .g-header-search-btn p span:before {
  height: 25px;
  width: 22px;
  top: 0;
 }
 
 .is-search-open .g-header-search {
  overflow-y: auto;
 }
 
 .g-header-search-inner {
  padding: 100px 25px;
 }

 .g-header-search-title {
  font-size: 2.2rem;
 }

 .g-header-search-text {
  text-align: left;
 }
 
 .g-header-search-item {
  width: calc(100% / 3);
  padding-bottom: 50px;
 }
 
 .g-header-search-item .e-child p {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
 }

	
	
/* ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------ */
 .is-about.is-umofuton_reform .g-footer-logo {
   min-height: 0;
   background: #fff;
  }

 .is-about.is-umofuton_reform .g-footer-logo .e-logo {
  position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
 



/* ----------------------------------------------------------------------
 * ABOUTCHAIN
 * ---------------------------------------------------------------------- */
.c-aboutChain {
	padding: 50px 0;
}

.c-aboutChain__title {
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding-top: 0;
}

.c-aboutChain__text {
	margin-bottom: 20px;
}

.c-aboutChain__point {
	display: flex;
	gap: 10px;
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
	top: 0;
	left: 0;
	transform: none;
}

.c-aboutChain__point li {
}


/* ----------------------------------------------------------------------
 * CONTENTS1
 * ---------------------------------------------------------------------- */
.c-contents1 {
	padding: 20px 0 80px;
}

.c-contents1__title {
	padding-bottom: 30px;
}

.c-contents1__main {
}

.c-contents1__Point {
	margin-top: 60px;
}

.c-contents1__Point.c-contents1__Point1 {
	margin-top: 40px;
}

.c-contents1__Point h3 {
}

.c-contents1__Point .e-copy {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.c-contents1__Point .e-text {
	font-size: 1.5rem;
	line-height: 1.75;
	padding-right: 0;
}

.c-contents1__Point .e-text b {
}

.c-contents1__Point .u-flex .e-copy,
.c-contents1__Point .u-flex .e-text {
	padding-right: 0;
}

.c-contents1__Point .u-flex.u-flex__reverse .e-copy,
.c-contents1__Point .u-flex.u-flex__reverse .e-text {
	padding-left: 0;
}

.c-contents1__Point .e-note {
}

.c-contents1__Point .e-link {
}

.c-contents1__Point .e-link:after {
}

.c-contents1__Point figure {
	
}

.c-contents1__Point figure img {
}

.c-contents1__Point figure figcaption {
}
	
.c-contents1__Point.c-contents1__Point2 .u-flexChild:first-child {
	margin-top: 0;
}
	
.c-contents1__Point.c-contents1__Point2 .u-flexChild {
	margin-top: 20px;
}

/* ----------------------------------------------------------------------
 * CONTENTS2
 * ---------------------------------------------------------------------- */
.c-contents2 {
	padding: 80px 0 0;
}

.c-contents2__title {
}

.c-contents2__title h2 {
	width: 85%;
	margin-bottom: 20px;
}

.c-contents2__title p {
	font-size: 2rem;
}

.c-contents2__title p b {
}

.c-contents2__title p small {
}

.c-contents2__title p b,
.c-contents2__title p small,
.c-contents2__title p span {
}

.c-contents2__Points {
	margin-top: 70px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}

.c-contents2__Points  > * {
	width: calc(100%);
}

.c-contents2__Point {
	margin-bottom: 60px;
	padding-right: 0;
	padding-left: 0;
}

.c-contents2__Point_inner {
	padding: 20px;
}

.c-contents2__Point h3 {
	font-size: 2.2rem;
	    margin-top: -60px;
}

.c-contents2__Point h3:before {
}

.c-contents2__Point h3 span {
	line-height: 85px;
}

.c-contents2__Point p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.c-contents2__Point figure {
	margin-top: 10px;
}

.c-contents2__Memo {
}

.c-contents2__Memo_block {
	padding: 30px 0 0 0;
	width: 100%;
}

.c-contents2__Memo h3 {
	font-size: 1.8rem;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.c-contents2__Memo p {
}

.c-contents2__Memo img {
	position: relative;
	right: -50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 40%;
}


/* ----------------------------------------------------------------------
 * CONTENTS3
 * ---------------------------------------------------------------------- */
.c-contents3 {
	padding: 80px 0 20px;
}

.c-contents3__title {
	margin-bottom: 0;
}

.c-contents3__title h2 {
	width: 85%;
	margin: 0 auto 20px;
	padding-bottom: 0;
}

.c-contents3__title .e-text {
}

.c-contents3__title .e-img {
	position: relative;
	right: initial;
	bottom: initial;
	margin: 10px auto 0;
}

.c-contents3__Items {
	margin-right: 0;
	margin-left: 0;
}

.c-contents3__Items > * {
	width:100%;
}

.c-contents3__Item {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 40px;
}

.c-contents3__Item figure {
}

.c-contents3__Item figcaption {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 1em 0.5em;
}

.c-contents3__Item.c-contents3__Item_goose figcaption {
}

.c-contents3__Item.c-contents3__Item_mgoose figcaption {
}

.c-contents3__Item_data {
}

.c-contents3__Item_data .e-nama {
	margin-top: 15px;
}

.c-contents3__Item_data .e-nama {
}

.c-contents3__Item_data .e-nama:before {
}

.c-contents3__Item_goose .c-contents3__Item_data .e-nama:before {
}

.c-contents3__Item_mgoose .c-contents3__Item_data .e-nama:before {
}

.c-contents3__Item_data .e-nama span {
}

.c-contents3__Item_data .e-data {
	/*margin-top: 20px;*/
}

.c-contents3__Item_data .e-size {
	/*line-height: 1.75;*/
	float: none;
}

.c-contents3__Item_data .e-price {
	font-size: 4.0rem;
	float: none;
	text-align: right;
}

.c-contents3__Item_data .e-price span {
	font-size: 2.0rem;
}

.c-contents3__Item_data .e-price small {
}

.c-contents3__Item_data .e-material {
	margin-top: 20px;
}

.c-contents3__Item_data .e-note {
}

.c-contents3__Item_data .e-memo {
	margin-top: 15px;
}

.c-contents3__Item_data .e-memo span {
}
.c-contents3__Item_data .e-memo img {
}
	
	

/* ----------------------------------------------------------------------
 * CONTENTS4
 * ---------------------------------------------------------------------- */
.c-contents4 {
	padding: 60px 0;
}

.c-contents4__Items {
	margin-right: 0;
	margin-left: 0;
}

.c-contents4__Items > * {
	width: 100%;
}

.c-contents4__Item {
	margin-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}

.c-contents4__Item.c-contents4__title h2 {
	width: 90%;
	margin: 0 auto 20px;
}

.c-contents4__Item p {
	min-height: 206px;
	/*padding: 40px;*/
}

.c-contents4__Item:nth-child(3) p,
.c-contents4__Item:nth-child(4) p {
}

.c-contents4__Item p em {
}

.c-contents4__Item p em span {
}

.c-contents4__note {
}




/* ----------------------------------------------------------------------
 * CONTENTS5
 * ---------------------------------------------------------------------- */
.c-contents5 {
	padding: 60px 0 0;
}

.c-contents5__title {
	width: 90%;
	margin: 0 auto 40px;
}

.c-contents5__main {
	margin-bottom: 60px;
}

.c-contents5__subtitle {
	font-size: 1.7rem;
	line-height: 1.3;
	border-radius: 30px 30px 0 0;
	margin-bottom: 20px;
}

.c-contents5__subtitle span {
	text-align: left;
	display: inline-block;
	padding-left: 65px;
}

.c-contents5__subtitle span:before {
	width: 50px;
	height: 50px;
	top: -25px;
	left: 5px;
}

.c-contents5__Items {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 50px;
	display: block;
}

.c-contents5__Items > * {
	width: 100%;
}

.c-contents5__Item {
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}

.c-contents5__Item figure img {
	width: 100%;
}

.c-contents5__Item figcaption {
	margin-top: 14px;
	line-height: 1.5;
}

.c-shindanshi {
	padding: 40px 0 80px;
}

.c-shindanshi__inner {
	padding: 0 20px;
}

.c-shindanshi figure {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.c-shindanshi_box {
	float: none;
	width: 100%;
}

.c-shindanshi_box .e-text {
	line-height: 1.5;
	margin-bottom: 20px;
}

.c-shindanshi_box .e-btn {
	line-height: 50px;
}

.c-shindanshi_box .e-btn span:before {
}

.c-shindanshi_box .e-btn a {
	font-size: 1.8rem;
}

.c-shindanshi_btn {
	margin-top: 30px;
}

.c-shindanshi_btn a {
}

.c-shindanshi_btn a:before {
}


/* ----------------------------------------------------------------------
 * ACTIONBUTTON
 * ---------------------------------------------------------------------- */
	.c-actionButton {
		margin: 0;
		padding: 30px 0;
	}
	
	.c-actionButton__text {
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0;
	}
	
	.c-actionButton__text b {
		padding: 0 .5em;
		transform: none;
	}
	
	.c-actionButton__button {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	
	.c-actionButton__button a {
		width: 90%;
		min-width: 0;
		padding: 20px 20px 20px 0;
	}
	
	.c-actionButton__button a em:before {
	}


/* ----------------------------------------------------------------------
 * SHOP LP
 * ---------------------------------------------------------------------- */
	.c-actionButton__buttonShop a {
		width: 100%;
		min-width: 0;
	}
	
	.c-actionButton__buttonShop a em {
		font-size: 1.8rem;
		line-height: 1.35;
	}
	
	.c-shoplpHeader__tel {
		font-size: 1.4rem;
		right: 10px;
	}
	
	.c-shoplpHeader__tel:before {
		display: none;
	}
	
	.c-shoplpHeader__tel a {
		text-indent: -9999px;
		width: 42px;
		height: 42px;
		display: inline-block;
		border-radius: 3px;
		background: #c4aa65 url("/contents/nishikawa-chain/shops/icon-tel.png") no-repeat center / 70% auto;
		overflow: hidden;
	}
	
	.c-shoplpFooter {
		text-align: center;
		padding: 0 0 30px;
		display: block;
	}
	
	.c-shoplpHeader__name {
		font-size: 1.8rem;
		letter-spacing: 0;
		padding: 0 60px 0 10px;
		top: calc(50% + .1em);
	}
	
	.c-shoplpHeader__name small {
		font-size: 1rem;
		letter-spacing: 0;
		margin-top: .4em;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name {
		font-size: 2.4rem;
		max-width: none;
		padding: 0 20px;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	
	.c-shoplpFooter .c-shoplpHeader__name small {
		font-size: 1.4rem;
		margin-top: .5em;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel {
		font-size: 2.6rem;
		margin: 15px 0 0;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel a {
		line-height: 1;
		text-indent: 0;
		width: auto;
		height: auto;
		padding-left: 1.5em;
		background: none;
		overflow: visible;
		position: relative;
	}
	
	.c-shoplpFooter .c-shoplpHeader__tel a:before {
		content: '';
		width: 1.25em;
		height: 1.25em;
		display: inline-block;
		border-radius: 3px;
		background: #c4aa65 url("/contents/nishikawa-chain/shops/icon-tel.png") no-repeat center / 65% auto;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}
	
	.c-actionButton__buttonShopTel {
		font-size: 3rem;
	}
	
	.c-actionButton__buttonShopTel a:before {
		font-size: 1.6rem;
		margin: 0 0 5px;
		display: block;
		text-align: center;
	}



	/* ----------------------------------------------------------------------
	 * MODAL
	 * ---------------------------------------------------------------------- */
	 #modal-main {
		width: 90%;
		max-height: 90%;
	 }

	 .modal-main-inner {
		padding: 50px 20px;
	 }

	 .modal-main-inner:after {
		height: 40px;
		width: 40px;
		right: 10px;
		top: 10px;
	 }

	 #modal-main h2 {
		font-size: 2.0rem;
		margin-bottom: 20px;
	 }

	 #modal-main figure p {
		width: 80%;
		margin: 15px auto 0;
	 }

	 #modal-main figure figcaption {
		font-size: 1.4rem;
		line-height: 1.5;
		float: none;
		width: 100%;
		padding-left: 0;
	 }
	
	



	/* ----------------------------------------------------------------------
	 * POPUP
	 * ---------------------------------------------------------------------- */
/*
	.Popup-img {
		width: 70%;
		bottom: 20px;
		left: 20px;
	}

	.Popup-img.PopupClose {
	}

	.Popup-img .e-img {
	}

	.Popup-img .e-close {
	}

	.Popup-img.PopupClose + p.Popup-btn {
		color: #fff;
		font-size: 1.6rem;
		padding: 0 1.2em 0 0.5em;
		height: 100px;
	}

	.Popup-img.PopupClose + p.Popup-btn:after {
		right: 5px;
	}
*/
	
	/* POPUP */
	.Popup {
		width: 100%;
		left: 15px;
		bottom: 15px;
	}
	
	.Popup-img {
		width: 75%;
		min-width: 75%;
	}
	
	.Popup-btn {
		font-size: 1.8rem;
		height: 140px;
		left: -15px;
	}
	
	
	.c-prevention {
		padding: 30px 0 20px;
	}
	
	.c-prevention__text {
		font-size: 1.3rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	.c-prevention__items {
		margin: 15px 0 0;
		padding: 0;
	}
	
	.c-prevention__item {
		text-align: center;
		display: block;
	}
	
	.c-prevention__item figure {
		width: 60px;
		margin: 0 auto;
	}
	
	.c-prevention__item em {
		font-size: 1.6rem;
		line-height: 1.35;
		margin: 5px 0 0;
		padding: 0;
	}
	
	
	
	
}

@media screen and (max-width:666px) {

} /* END RESPONSIVE 666px */

