@charset "UTF-8";

/*----------------------------------------------------

通販 (OPEN)

----------------------------------------------------*/

/* 共通部分
--------------------------*/

/* FV ---*/
#shop .page-fv{
	position: relative;
}
#shop .shop-fv-day{
	width: 100%;	
	position: absolute;
	left: 0;
	top: 42%;
	z-index: 5;
}
#shop .shop-fv-day1400{
	max-width: 140rem;
	margin: 0 auto;
	padding: 0 5% 0 0;		
}
#shop .shop-fv-day1400 div{
	display: block;
	width: 18rem;
	height: 18rem;
	margin-left: auto;
	padding: 5rem 0 0;
	line-height: 1;
	letter-spacing: 0.025em;
	text-align: center;
	border: 0.5rem solid var(--blue);
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
}
#shop .shop-fv-day1400 div p:first-child{
	font-size: 1.6rem;
	color: var(--blue);
}
#shop .shop-fv-day1400 div p:nth-child(2){
	padding: 1rem 0;
	font-size: 1.6rem;
}
#shop .shop-fv-day1400 div p:nth-child(2) span{
	padding-right: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
}
#shop .shop-fv-day1400 div p:last-child{
	padding: 0 0 0 1rem;
	font-size: 2.8rem;
	color: var(--blue);
}
#shop .shop-fv-day1400 div p:last-child span{
	padding: 0 0.5rem;
	font-size: 1.6rem;
	color: #000;
}
#shop .shop-fv-day1400 div p:last-child span:last-child{
	padding: 0 0.5rem 0 0;
	font-size: 1.4rem;
}


/* ※close用 SP
---------------------*/
#shop .shop-fv-day1400 div p.close{
	padding: 1rem 0 0;
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
}

/* h2 ---*/
#shop .common-note-h2{
	position: relative;
}
#shop .shop-note{
	width: 21rem;
	text-align: center;
	letter-spacing: 0.05em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	background: var(--blue);
	position: absolute;
	bottom: 1rem;
	left: 8rem;
}

/* サイドメニュー ---*/
#shop .page-sidenav-sp{
  padding: 0 2rem;
}

#shop ul.shop-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 64rem;
	margin: 1rem 0 0;
	padding: 1rem;
	background: var(--lblue);
}
#shop ul.shop-nav li{
	width: 48%;
}
#shop ul.shop-nav li a{
	display: block;
	margin: 0;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	border-bottom: 0;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
	background-size: 12px;
}
#shop ul.shop-nav li a:hover{
	color: var(--blue);
	background: #fff url(../img/common-icon-open-blue.svg) no-repeat 92% center;
	background-size: 12px;
}
#shop ul.shop-nav li a::before{
	display: none;
}
#shop ul.shop-nav li a span{
	padding: 0 0.4rem 0 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;	
}


/* アコーディオン設定 SP --- */
#shop .func-q {
  display: flex;
  justify-content: center;
  padding: 0;
  line-height: 1.6;
  cursor: pointer;  
  position: relative;
  background: url(../shop/img/fonc-line-8.png) repeat-x left center;  
}
#shop .func-q p{
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 1px solid #ccc;
}
#shop .func-q::before, .func-q::after {
  content: "";
  display: block;
  background: var(--blue);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#shop .func-q::before {
  width: 15px;
  height: 3px;
}
#shop .func-q::after {
  width: 3px;
  height: 15px;
  opacity: 1;
  transition: .3s;
}
#shop .func-q.active::after {
  opacity: 0;
}

/* 回答 SP ----------------- */
#shop .func-a {
  display: none;
}
#shop .func-a article{
  padding: 3rem 0 0;
}
#shop .func-a article h4{
  width: 28rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--blue);
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--blue);
}
#shop .func-a article h4.mgb{
  margin: 0 0 2rem;
}
#shop .func-a article h4 span{
  padding: 0 0.5rem 0 0;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
}
#shop .func-a article p span{
  display: block;
  padding: 1.5rem 0 0;
  font-size: 1.4rem;  
}
#shop .func-a article p + figure{
  display: block;
  padding: 2rem 0 1rem;
}


@media only screen and (min-width: 750px) {

	/* FV TB ---*/
	#shop .shop-fv-day{
		left: 0;
		top: 0;
	}

	/* サイドメニュー TB ---*/
	#shop .page-sidenav-sp{
	  padding: 0 6rem;
	}

}

@media only screen and (min-width: 1000px) {

	/* 共通部分
	--------------------------*/	

	/* FV 1000 ---*/
	#shop .shop-fv-day{
		left: 0;
		top: 8%;
	}

	#shop .shop-note{
		width: 28rem;
		font-size: 1.8rem;
		bottom: 1.5rem;
		left: 10rem;
	}
	/* サイドメニュー 1000 ---*/
	#shop ul.shop-nav{
		flex-direction: column;
		max-width: 24rem;
		margin: 5rem 0 0;
		padding: 1rem;
	}
	#shop ul.shop-nav li{
		width: 100%;
	}	
	#shop ul.shop-nav li a{
		display: block;
		margin: 0;
		padding: 2rem;
		font-size: 1.6rem;
		background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
		background-size: 16px;
	}
	#shop ul.shop-nav li a:hover{
		background: #fff url(../img/common-icon-open-blue.svg) no-repeat 92% center;
		background-size: 16px;
	}

}

@media only screen and (min-width: 1200px) {

	/* FV 1200 ---*/
	#shop .shop-fv-day1400 div{
		width: 24rem;
		height: 24rem;
		padding: 6rem 0 0;
	}
	#shop .shop-fv-day1400 div p:first-child{
		font-size: 2.1rem;
	}
	#shop .shop-fv-day1400 div p:nth-child(2){
		padding: 1.5rem 0;
		font-size: 1.8rem;
	}
	#shop .shop-fv-day1400 div p:nth-child(2) span{
		font-size: 2.4rem;
	}
	#shop .shop-fv-day1400 div p:last-child{
		padding: 0 0 0 1rem;
		font-size: 3.2rem;
	}
	#shop .shop-fv-day1400 div p:last-child span{
		padding: 0 0.5rem;
		font-size: 1.8rem;
	}
	#shop .shop-fv-day1400 div p:last-child span:last-child{
		font-size: 1.6rem;
	}

	/* ※close用 1200
	---------------------*/
	#shop .shop-fv-day1400 div p.close{
		padding: 2rem 0 0;
		font-size: 2.4rem;
	}

}


@media only screen and (min-width: 1400px) {

	/* 共通部分
	--------------------------*/	
	#shop .shop-fv-day{
		top: 15%;
	}
	#shop .shop-fv-day1400 div{
		width: 32rem;
		height: 32rem;
		padding: 9rem 0 0;
	}
	#shop .shop-fv-day1400 div p:first-child{
		font-size: 2.8rem;
	}
	#shop .shop-fv-day1400 div p:nth-child(2){
		font-size: 2.4rem;
	}
	#shop .shop-fv-day1400 div p:nth-child(2) span{
		font-size: 3.2rem;
	}
	#shop .shop-fv-day1400 div p:last-child{
		font-size: 5rem;
	}
	#shop .shop-fv-day1400 div p:last-child span{
		font-size: 3rem;
	}
	#shop .shop-fv-day1400 div p:last-child span:last-child{
		font-size: 2.4rem;
	}

	/* ※close用 1400
	---------------------*/
	#shop .shop-fv-day1400 div p.close{
		padding: 2rem 0 0;
		line-height: 1.8;
		font-size: 2.8rem;
	}

	#shop .shop-note{
		width: 36rem;
		letter-spacing: 0.025em;		
		font-size: 2.4rem;
		bottom: 2.4rem;
		left: 15rem;
	}

}

/* ------------------------

商品のご案内

--------------------------*/
.shop-item{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}

/* 商品情報 flex SP -- */
.shop-item article{
	max-width: 42rem;
	margin: 0 auto 5rem;
	letter-spacing: 0.025em;
	font-size: 1.6rem;	
	font-weight: 500;
}
.shop-item article:last-child{
	margin: 0 auto;
}
.shop-item-info{
	display: flex;
	flex-direction: column;
}
.shop-item-info figure,.shop-item-name{
	width: auto;
}
.shop-item-name{
	padding: 1.5rem 0 0;
}

.shop-item article h4{
	display: inline;
	font-size: 2rem;
}
.shop-item article h4 span{
	padding: 0 1rem 0 0;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.6rem;	
	font-weight: 600;
	color: var(--blue);
}
.shop-item article h4 small{
	padding: 0 0.2rem 0 0;
	font-size: 1.6rem;	
}


/* 商品詳細 SP -----------------*/
.shop-ttl{
	padding: 0.5rem 0 1.5rem;
	line-height: 1.6;
	font-weight: 400;
	color: #444;
}
.shop-ttl span{
	color: var(--blue);
}
.shop-date{
	width: 16rem;
	text-align: center;
	border: 1px solid #ccc;
}
.shop-sub-ttl{	
	padding: 0.5rem 0 0;
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: 400;
}
.shop-pay{
	padding: 1rem 0 0;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--red);
}
.shop-pay small{
	padding: 0 0.2rem 0 0;
	font-size: 2.1rem;
	font-weight: 500;
}

/* 商品詳細 ※商品11 SP ---------*/
ol.shop-ttl-list{
	margin: 0 0 0 1.5rem;
	padding: 0.5rem 0 1rem;
}
ol.shop-ttl-list li{
	line-height: 1.5;
	list-style: disc;
	font-size: 1.4rem;
	font-weight: 400;
	color: #444;
}

/* アコーディオン内 ※通常 SP -------*/
.shop-item-content{
	display: flex;
	flex-wrap: wrap; 	
	flex-direction: column;
	padding: 3rem 2rem;
	background: #f5f5f5;
}
.shop-item-content figure,
.shop-item-content div{
	width: auto;
}
.shop-item-content h5{	
	padding: 1rem 0 0.5rem;
	font-weight: 600;	
}
.shop-item-content h5 + p{
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}
.shop-item-content h5 + p span{
	display: block;	
	padding: 0.5rem 0 0;
	color: var(--red);
	font-size: 1.4rem;
}


/* アコーディオン内 ※商品02用 SP -------*/
.shop-item-content.noflex{
	display: block;
}
ol.shop-itemlist-seaset{
	display: flex;
	flex-wrap: wrap;	
	padding: 1rem 0 0 0;
}
ol.shop-itemlist-seaset li{
	padding: 1rem 1rem 0 0;
}
ol.shop-itemlist-seaset + p{
	padding: 1rem 0 0;	
	font-size: 1.4rem;
	font-weight: 400;	
	color: var(--red);
}

/* アコーディオン内 ※商品04用 SP -------*/
.shop-item-content.posi{
	position: relative;
}
.shop-item-content.posi figure{
	position: static;
}
.shop-item-content.posi div{
	width: 100%;
}
.shop-item-content.posi h5 + p{
	padding: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}

/* アコーディオン内 ※商品05・08・10用 SP -------*/
.shop-item-content div + p{
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}
.shop-item-content div + p span{
	display: block;
	padding: 0.5rem 0 0;
}
.shop-item-content div + p span.col-red{
	color: var(--red);
}

/* アコーディオン内 ※商品11用 SP -------*/
.shop-item-content dl{
	padding: 1rem 0 0;
	font-size: 1.4rem;
	font-weight: 400;
}
.shop-item-content dl dd{
	color: #333;
}
.shop-item-content dl + p{
	padding: 1.5rem 0 0;
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}





@media only screen and (min-width: 750px) {

	/* 商品のご案内 750
	--------------------------*/
	.shop-item{
		flex-direction: row;
	}
	.shop-item article{
		max-width: 45%;
		margin: 0 0 5rem;
	}
	.shop-item article:last-child{
		margin: 0;
	}

}

@media only screen and (min-width: 1400px) {

	/* アコーディオン内 1400 -------*/
	.shop-item-content{
		flex-direction: row;
	}
	.shop-item-content figure{
		width: 12rem;
	}
	.shop-item-content div{
		width: calc(100% - 12rem);
		padding: 0 0 0 3rem;
	}
	.shop-item-content h5{	
		padding: 0 0 0.5rem;
		font-weight: 600;	
	}

	/* アコーディオン内 ※商品04用 1400 -------*/
	.shop-item-content.posi figure{
		width: 20rem;
		position: absolute;
		right: 2rem;
		bottom: 2rem;
	}
	.shop-item-content.posi div{
		width: 64%;
		padding: 0;
	}
	.shop-item-content.posi h5 + p{
		padding: 0 0 5rem;
	}


}

@media only screen and (min-width: 1600px) {

	/* 商品情報 flex 1400 -- */
	.shop-item-info{
		flex-direction: row;
		margin: 0 0 2rem;
	}
	.shop-item-info figure{
		width: 25rem;
	}
	.shop-item-name{
		width: calc(100% - 25rem);
		padding: 0 0 0 3rem;
	}

	.shop-item article{
		margin: 0 0 8rem;
	}
	.shop-item article h4{
		padding: 0;
		font-size: 2.4rem;
	}
	.shop-item article h4 span{
		display: block;
		padding: 0;
	}
	.shop-item article h4 small{
		font-size: 1.8rem;	
	}


	/* 商品詳細 1400 -------*/
	.shop-ttl{
		padding: 0 0 1.5rem;
		font-weight: 400;
	}
	.shop-sub-ttl{	
	  font-size: 1.4rem;
	}

	/* アコーディオン内 通常 1600 -------*/
	.shop-item-content figure{
		width: 15rem;
	}
	.shop-item-content div{
		width: calc(100% - 15rem);
	}
	.shop-item-content h5 + p{
		font-size: 1.6rem;
	}

	/* アコーディオン内 ※商品04用 1600 -------*/
	.shop-item-content.posi figure{
		width: 26.7rem;
		bottom: 0;
	}
	.shop-item-content.posi div{
		width: 62%;
	}
	.shop-item-content.posi h5 + p{
		font-size: 1.6rem;
	}

	/* アコーディオン内 ※商品05用 1600 -------*/
	.shop-item-content div + p{
		font-size: 1.6rem;
	}

	/* アコーディオン内 ※商品11用 1600 -------*/
	.shop-item-content dl{
		padding: 2rem 0 0;
		font-size: 1.6rem;
	}
	.shop-item-content dl + p{
		line-height: 1.6;
	}


}

/* ------------------------

商品下、申し込み方法など

--------------------------*/

/* ------------------------
共通
--------------------------*/

/* 期間 SP ---------------- */
dl.shop-com-dl{
	display: flex;
	flex-direction: column;
	padding: 2rem 0;	
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 1.8rem;
}
dl.shop-com-dl dt{
	width: auto;
	padding: 0 0 1rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: var(--blue);
}
dl.shop-com-dl dd{
	width: auto;	
	line-height: 1.5;
	border-left: none;		
	font-weight: 400;
}
dl.shop-com-dl dd span{
	padding: 0 0.4rem;
	font-size: 2.4rem;
	font-weight: 500;	
}
dl.shop-com-dl dd small{
	display: block;
	padding: 0.5rem 0 0;
	line-height: 1.8;
	font-size: 1.4rem;	
}


/* ------------------------
申込方法について
--------------------------*/

/* 申込方法 SP ---------------- */
.shop-perlod-content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 5rem 0 0;
	letter-spacing: 0.025ems;
}
.shop-perlod-content article{
	width: auto;
	border: 1rem solid var(--lblue);
	position: relative;
}
.shop-perlod-content article:first-child{
	margin: 0 0 5rem;
	padding: 3rem 2rem;	
}
.shop-perlod-content article:last-child{
	padding: 5rem 2rem 3rem;	
}
.shop-perlod-content article h4{
	width: 86%;
	padding: 1.6rem 1.5rem 1.6rem 6.4rem;
	text-align: left;
	line-height: 1.5;
	background: #fff;	
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-weight: 700;
	position: absolute;
	top: -40px;
	left: 7%;
	z-index: 1;
}
.shop-perlod-content article h4 span{
	padding-right: 0.5rem;
	color: var(--blue);
}
.shop-perlod-content article:first-child h4 span{
	font-size: 1.8rem;
}
.shop-perlod-content article h4 br{
	display: block;
}
.shop-perlod-content article h4.icon-fax{
	background: #fff url(../img/common-icon-fax.svg) no-repeat 15px center;
	background-size: 3rem;
}
.shop-perlod-content article h4.icon-form{
	background: #fff url(../img/common-icon-tel.svg) no-repeat 15px center;
	background-size: 3rem;
}
.shop-perlod-match{
	padding: 0 0 2rem;
}
.shop-perlod-match > p{
	padding: 0 0 2rem;
	font-size: 1.6rem;
	font-weight: 400;
}
.shop-perlod-content article p.shop-fax-num{
	padding: 1rem 0;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-size: 2.4rem;
	color: var(--blue);
}
.shop-perlod-content article p.shop-fax-num span{
	padding-right: 2rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}
.shop-perlod-content article p.shop-perlod-btn a{
	display: block;
	padding: 2rem 3rem;
	text-align: left;
	letter-spacing: 0.05em;
	border: 1px solid var(--blue);
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
	background-size: 1.5rem;
}
.shop-perlod-content article p.shop-perlod-btn a:hover{
	color: var(--blue);
	background: #fff url(../img/common-icon-open.svg) no-repeat 92% center;
	background-size: 1.5rem;
}

/* ------------------------
代金支払方法について
--------------------------*/
.shop-payment h4{
	padding: 3rem 0 1rem;
	font-size: 1.8rem;
	font-weight: 500;	
}
.shop-payment ol{
	padding: 3rem 2rem;
	letter-spacing: 0.05em;
	background: #f5f5f5;
}
.shop-payment ol:first-of-type{
	margin: 0 0 2rem;
}
.shop-payment ol li{
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.shop-payment ol li span{
	padding: 0 0.5rem;
}

.shop-payment ol li:first-child{
	margin: 0 0 1rem;
	padding: 0 0 0.5rem;
	color: var(--blue);
	border-bottom: 1px solid #ccc;
}
.shop-payment ol li:first-child small{
	padding-right:1rem;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;	
}
.shop-payment ol li:last-child p{
	padding: 1rem 0 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
}
.shop-payment ol li br{
	display: block;
}

/* ------------------------
配送について
--------------------------*/

/*発送および到着日 SP ------*/
ol.shop-deli-exp{
	padding: 3rem 0;
	letter-spacing: 0.025em;
	font-size: 1.6rem;
}
ol.shop-deli-exp li sup{
	color: var(--red);
	vertical-align: top;
	font-size: 1.2rem;
}

.shop-deli-point{
	padding: 3rem 2rem;
	background: #f5f5f5;
}
.shop-deli-point p{
	padding: 0 0 1.5rem;
	font-size: 1.6rem;
}
.shop-deli-point ol li{
	padding: 1rem 0 0;
	font-size: 1.4rem;	
}
.shop-deli-point ol li span{
	padding-right: 1rem;
	color: var(--red);
}

/*梱包について SP ------*/
.shop-deli-pack{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;	
	padding: 3rem 0 5rem;
	letter-spacing: 0.025em;
}
.shop-deli-pack figure{
	width: auto;
	text-align: center;
}
.shop-deli-pack div{	
	width: auto;
	padding: 2rem 0;
}
.shop-deli-pack div h4{
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--blue);
}
.shop-deli-pack div h4 + p{
	padding: 1.5rem 0;
	font-size: 1.6rem;	
}
.shop-deli-pack ol li{
	font-size: 1.4rem;
}

/* 申し込みボタン SP ------*/
ol.shop-deli-btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	padding: 2rem;
	background: var(--lblue);
}
ol.shop-deli-btn li{
	width: auto;
}
ol.shop-deli-btn li:first-child{
	margin: 0 0 1rem;
}
ol.shop-deli-btn li a{
	display: block;
	padding: 2rem 3rem;
	text-align: left;
	letter-spacing: 0.05em;
	border: 1px solid var(--blue);
	border-radius: 0.5rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
	background-size: 1.5rem;
}
ol.shop-deli-btn li a:hover{
	color: var(--blue);
	background: #fff url(../img/common-icon-open.svg) no-repeat 92% center;
	background-size: 1.5rem;
}

/*お問い合わせ SP ----------*/
.shop-inq{
	letter-spacing: 0.025em;
}
.shop-inq h4{
	padding: 0 0 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.shop-inq div {
	display: flex;
	flex-direction: column;
}
/* フォーム　ボタン　SP　-- */
.shop-inq-btn{
	width: auto;
}
.shop-inq-btn a{
	display: block;
	padding: 2rem;
	border: 1px solid var(--blue);
	font-size: 1.8rem;
}
.shop-inq-btn a:hover{
	color: #fff;
}
/* 内容　SP　-- */
.shop-inq div ol{
	width: auto;
	padding: 2rem 0 0;
	border-left: none;
}
.shop-inq div ol li{
	font-size: 1.6rem;	
}
.shop-inq div ol li:first-child{
	padding: 0 0 1rem;
}
.shop-inq div ol li:nth-child(2){
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: url(../img/common-icon-telephone.svg) no-repeat left 1rem;
	background-size: 1.8rem;
}
.shop-inq div ol li:nth-child(2) span:first-child{
	font-size: 3rem;		
	color: var(--blue);
}
.shop-inq div ol li:nth-child(2) span:nth-child(2){
	padding: 0 1rem;
	font-size: 1.6rem;	
}
.shop-inq div ol li:nth-child(2) small{
	padding-left: 1rem;
	font-size: 1.4rem;		
}
.shop-inq div ol li:nth-child(2) {
	font-size: 2.1rem;		
	color: var(--blue);
}
.shop-inq div ol li:last-child{
	display: block;
	line-height: 1.5;	
	padding: 0.5rem 0 0;
	font-size: 1.4rem;
}

.shop-inq div + p{
	padding: 2rem 0 0;
	font-size: 1.6rem;
}


@media only screen and (min-width: 750px) {

	/* ------------------------
	申込方法について
	--------------------------*/

	/* 期間 750 ---------------- */
	dl.shop-com-dl{
		flex-direction: row;
		text-align: left;
	}
	dl.shop-com-dl dt{
		width: 22%;
		padding: 0;
		text-align: center;
	}
	dl.shop-com-dl dd{
		width: 78%;
		padding: 0 0 0 2rem;
		border-left: 1px solid #ccc;		
	}
	dl.shop-com-dl dd span{
		padding: 0 0.4rem;
		font-size: 2rem;
	}

	/* 申込方法 750 ---------------- */
	.shop-perlod-content{
		flex-direction: row;
	}
	.shop-perlod-content article{
		width: 48%;
		margin: 0;
	}
	.shop-perlod-content article:first-child{
		margin: 0;
	}

	/* ------------------------
	代金支払方法について 750
	--------------------------*/
	.shop-payment ol li{
		text-align: left;
	}
	.shop-payment ol li br{
		display: none;
	}

	/* 梱包について TB ------*/
	.shop-deli-pack{
		flex-direction: row;	
	}
	.shop-deli-pack figure{
		width: 30rem;		
		text-align: left;
	}
	.shop-deli-pack div{	
		width: calc(100% - 30rem);
		padding: 0 0 5rem 1%;
	}
	.shop-deli-pack div h4{
		font-size: 1.6rem;
		font-weight: 500;
		color: var(--blue);
	}
	.shop-deli-pack div h4 + p{
		padding: 1.5rem 0;
		font-size: 1.6rem;	
	}
	.shop-deli-pack ol li{
		font-size: 1.4rem;
	}

	/* 申し込みボタン TB ------*/
	ol.shop-deli-btn {
		flex-direction: row;
	}
	ol.shop-deli-btn li{
		width: 48%;
	}
	ol.shop-deli-btn li:first-child{
		margin: 0;
	}

}


@media only screen and (min-width: 1000px) {

	/* ------------------------
	代金支払方法について 1000
	--------------------------*/
	.shop-payment ol li{
		font-size: 1.8rem;
		font-weight: 500;
		text-align: left;
	}
	.shop-payment ol li:first-child{
		margin: 0 0 1.5rem;
		padding: 0 0 1rem;
		color: var(--blue);
	}

}


@media only screen and (min-width: 1200px) {

	.shop-perlod-content article:first-child,
	.shop-perlod-content article:last-child{
		padding: 2rem 2rem 4rem;	
	}
	.shop-perlod-content article h4 br{
		display: none;
	}

	/* ------------------------
	代金支払方法について 1200
	--------------------------*/
	.shop-payment h4{
		padding: 5rem 0 1rem;
		font-size: 2.4rem;
	}
	.shop-payment ol{
		padding: 3rem 5rem;
	}
	.shop-payment ol li{
		font-size: 1.8rem;
	}

	/* ------------------------
	配送について 1200
	--------------------------*/

	.shop-deli-pack div{	
		padding: 0 0 10rem 1%;
	}

	/* お問い合わせ 1200 ----------*/
	.shop-inq div {
		flex-direction: row;
	}
	.shop-inq-btn{
		width: 38%;
	}
	.shop-inq-btn a{
		padding: 3rem;
	}
	.shop-inq div ol{
		width: 62%;
		margin: 0 0 0 2rem;
		padding: 0 0 0 2rem;
		border-left: 1px solid #ccc;
	}
	.shop-inq div ol li:first-child{
		padding: 0;
	}
	.shop-inq div ol li:nth-child(2) span:last-child{
		display: inline;
	}
	.shop-inq div ol li:last-child{
		font-size: 1.4rem;
	}



}

@media only screen and (min-width: 1400px) {

	/* ------------------------
	共通
	--------------------------*/

	/* 期間 1400 ---------------- */
	dl.shop-com-dl{
		padding: 3rem 0;
		font-size: 2rem;
	}
	dl.shop-com-dl dt{
		width: 24%;
	}
	dl.shop-com-dl dd{
		width: 76%;
		padding: 0 0 0 4rem;	
	}
	dl.shop-com-dl dd span{
		font-size: 2.8rem;
	}	
	dl.shop-com-dl dd small{	
		font-size: 1.6rem;	
	}

	/* ------------------------
	申込方法について
	--------------------------*/

	/* 申込方法 1400 ---------------- */
	.shop-perlod-content{
		padding: 8rem 0 0;
	}
	.shop-perlod-content article:first-child,
	.shop-perlod-content article:last-child{
		padding: 5rem;	
	}
	.shop-perlod-content article h4{
		text-align: center;
		font-size: 2.1rem;
		top: -30px;
		left: 7%;
		z-index: 1;
	}
	.shop-perlod-content article:first-child h4 span{
		font-size: 2.4rem;
	}
	.shop-perlod-content article h4.icon-fax{
		background: #fff url(../img/common-icon-fax.svg) no-repeat 40px center;
		background-size: 5rem;
	}
	.shop-perlod-content article h4.icon-form{
		background: #fff url(../img/common-icon-tel.svg) no-repeat 15px center;
		background-size: 3.6rem;
	}

	.shop-perlod-match > p{
		padding: 0 0 3rem;
		font-size: 1.8rem;
	}
	.shop-perlod-content article p.shop-fax-num{
		padding: 1.5rem 0;
		font-size: 3rem;
	}
	.shop-perlod-content article p.shop-fax-num span{
		font-size: 2rem;
	}
	.shop-perlod-content article p.shop-perlod-btn a{
		padding: 3rem 4rem;
		font-size: 2rem;
		background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
		background-size: 2.4rem;
	}
	.shop-perlod-content article p.shop-perlod-btn a:hover{
		background: #fff url(../img/common-icon-open.svg) no-repeat 92% center;
		background-size: 2.4rem;
	}

	/* ------------------------
	配送について
	--------------------------*/

	ol.shop-deli-exp{
		font-size: 1.8rem;
	}
	.shop-deli-point p{
		font-size: 1.8rem;
	}
	.shop-deli-point ol li{
		font-size: 1.6rem;	
	}

	/*梱包について 1400 ------*/
	.shop-deli-pack{
		padding: 5rem 0;
	}
	.shop-deli-pack div h4{
		font-size: 1.8rem;
	}
	.shop-deli-pack div h4 + p{
		font-size: 2.1rem;	
	}
	.shop-deli-pack ol li{
		font-size: 1.6rem;
	}

	/* 申し込みボタン 1400 ------*/
	ol.shop-deli-btn li a{
		padding: 3rem;
		font-size: 2rem;
		background: var(--blue) url(../img/common-icon-open-white.svg) no-repeat 92% center;
		background-size: 1.8rem;
	}
	ol.shop-deli-btn li a:hover{
		background: #fff url(../img/common-icon-open.svg) no-repeat 92% center;
		background-size: 1.8rem;
	}

	/*お問い合わせ 1400 ----------*/
	.shop-inq h4{
		padding: 0 0 1.5rem;
		font-size: 2.4rem;
	}
	.shop-inq-btn a{
		font-size: 2.4rem;
	}

	/* お問い合わせ 1400 ----------*/
	.shop-inq div ol{
		margin: 0 0 0 4rem;
		padding: 0 0 0 4rem;
	}


}

@media only screen and (min-width: 1600px) {

	/* ------------------------
	共通
	--------------------------*/

	/* 期間 1600 ---------------- */
	dl.shop-com-dl{
		font-size: 2.4rem;
	}
	dl.shop-com-dl dd{
		padding: 0 0 0 8rem;	
	}
	dl.shop-com-dl dd span{
		padding: 0 0.6rem;
		font-size: 3.6rem;
	}	

	/* ------------------------
	申込方法について
	--------------------------*/

	/* 申込方法 1600 ---------------- */
	.shop-perlod-content article:first-child,
	.shop-perlod-content article:last-child{
		padding: 6rem 5rem;	
	}
	.shop-perlod-content article h4.icon-fax{
		background: #fff url(../img/common-icon-fax.svg) no-repeat 60px center;
		background-size: 6rem;
	}
	.shop-perlod-content article h4.icon-form{
		background: #fff url(../img/common-icon-tel.svg) no-repeat 30px center;
		background-size: 4.2rem;
	}

	.shop-perlod-content article p.shop-perlod-btn a{	
		padding: 3rem 0;
		text-align: center;
		font-size: 2.4rem;
	}



}


/*----------------------------------------------------

通販 (CLOSE)

----------------------------------------------------*/

#shop-close .page-container{
	padding: 5rem 0;
}

.shop-close-content{
	display: flex;	
	flex-direction: column;
	align-items: flex-start;
	letter-spacing: 0.05em;
	font-weight: 500;
}
.shop-close-ttl {
	width: auto;
	margin: 0 0 3rem;
	padding: 0;
}
.shop-close-ttl p:first-child{
	font-size: 1.6rem;
}
.shop-close-ttl p:nth-child(2){
	padding: 1rem 0 3rem;
	line-height: 1.5;
	font-size: 2.6rem;
	font-weight: 700;
	color: var(--blue);
}
.shop-close-ttl p:nth-child(3){
	width: 26rem;
	margin: 0 0 1rem;
	padding: 0.5rem 0;
	text-align: center;
	border-radius: 5rem;
	border: 1px solid var(--red);
	font-size: 1.6rem;
	color: var(--red);
}
.shop-close-ttl p:last-child{
	font-size: 1.6rem;
	font-weight: 400;
}

.shop-close-day{
	width: 100%;
	padding: 1rem;
	background: var(--lblue);
}
.shop-close-day table{
	background: #fff;
}
.shop-close-day table th,.shop-close-day table td{
	padding: 2rem;
	border: 1px solid #ccc;
	font-weight: 500;
}
.shop-close-day table th{
	font-size: 1.6rem;
}
.shop-close-day table td{
	font-size: 1.4rem;
}
.shop-close-day table td strong{
	padding: 0 0.2rem;
	font-size: 1.6rem;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;		
}

.shop-close-day table th.col-blue{
	color: var(--blue);
}
.shop-close-day table th.col-red{
	color: var(--red);
}


@media only screen and (min-width: 750px) {

	.shop-close-ttl p:nth-child(2){
		padding: 1rem 0 5rem;
	}
	.shop-close-day table th{
		width: 30%;
	}
	.shop-close-day table td{
		width: 70%;
	}

}


@media only screen and (min-width: 1000px) {

	#shop-close .page-container{
		padding: 10rem 0;
	}
	.shop-close-ttl p:first-child{
		font-size: 2.1rem;
	}
	.shop-close-ttl p:nth-child(2){
		padding: 2rem 0 5rem;
		font-size: 2.8rem;
	}
	.shop-close-ttl p:nth-child(3){
		width: 32rem;
		margin: 0 0 2rem;
		font-size: 1.8rem;
	}
	.shop-close-ttl p:last-child{
		font-size: 1.8rem;
	}

	.shop-close-day{
		width: 80%;
	}	
	.shop-close-day table th,.shop-close-day table td{
		padding: 3rem;
	}
	.shop-close-day table th{
		font-size: 1.8rem;
	}
	.shop-close-day table td{
		font-size: 1.8rem;
	}
	.shop-close-day table td strong{
		padding: 0 0.5rem;
		font-size: 2.4rem;
	}


}

@media only screen and (min-width: 1200px) {

	.shop-close-content{
		flex-direction: row;
	}
	.shop-close-ttl {
		width: 50%;
		margin: 0;
		padding: 0 3% 0 0;
	}
	.shop-close-day{
		width: 50%;
		padding: 2rem;
	}

}

@media only screen and (min-width: 1400px) {

	.shop-close-content{
		flex-direction: row;
	}

	.shop-close-ttl {
		width: 53%;
		margin: 0;
		padding: 0 3% 0 0;
	}
	.shop-close-day{
		width: 47%;
		padding: 3rem;
	}

}

@media only screen and (min-width: 1600px) {

  .shop-close-ttl p:first-child{
		font-size: 2.4rem;
	}
	.shop-close-ttl p:nth-child(2){
		font-size: 3.2rem;
	}




}