@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

.block{
	width: 1000px;
	margin: 0 auto;
}

.w50{
	width: 50%;
}

.ovfl-hddn{
	overflow: hidden;
}

.floatL{
	float: left;
}

.floatR{
	float: right;
}

.pc-V{
	display: block;
}

.sp-V{
	display: none;
}

img{
	line-height: 0;
	vertical-align: bottom;
}

.header-top{
	background: #47a174;
	padding: 10px 0;
}

.shop-catch{
	font-size: 15px;
	color: #fff;
	float: left;
}
header{
	position: absolute;
}
ul.header-top-nav{
	display: block;
	overflow: hidden;
	line-height: 1;
	float: right;
}

ul.header-top-nav li{
	float: left;
	line-height: 1;
	padding: 0 15px;
	
}

ul.header-top-nav li a{
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.header-Main{
	padding: 20px 0;
	border-bottom: 1px solid #47a174;
	margin: 0 0 1% 0;
}

.header-Main .Logo{
	padding: 10px 0;
}

.header-Main .members-Area{
	border: 1px solid #47a174;
	border-radius: 5px;
	display: block;
	padding: 1.5% 4%;
	margin: 0 0 0 3%;
	width: 45%;
}

.header-main-nav ul {
	display: block;
	overflow: hidden;
}

.header-Main .members-Area ul li{
	font-size: 13px;
	color: #47a174;
	padding: 2% 0;
	list-style: none;
}

.header-Main .members-Area ul li:first-child{
	border-bottom: 1px solid #47a174;
}

.header-Main .members-Area ul li a{
	text-decoration: none;
	color: #47a174;
}


.header-Main .header-main-nav{
	display: block;
	overflow: hidden;
	width: 40%;
}

.header-Main .header-main-nav li{
	float: left;
	padding: 0 5%;
	list-style: none;
}

.header-Main .header-main-nav li:nth-child(2) {
	padding: 0 16%;
}
header.sticky{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1111;
}
header.sticky .header-top,
header.sticky .header-Main,
header.sticky #slider-exterior{
	display: none !important;
}
header+div{
	padding-top: 250px;
}

.Search-Area{
	width: 100%;
}

#searchbox_wrap {
	overflow: hidden;
	margin: 6px 0 0 0;
}

#searchbox {
	line-height: 160%;
	font-size: 65%;
	color: #999;
	text-align: right;
	float: right;
	overflow: hidden;
	width: 100%;
}

#searchbox form {
	border:1px solid #47a174;
	box-sizing: border-box;
	float: left;
	height: 30px;
	width: 100%;
}

#searchbox input.searchbox {
	border: none;
	box-sizing: border-box;
	float: left;
	height: 28px;
	padding: 0 5px;
	width: 82%;
}

#searchbox input.searchSubmit {
	border: 0;
	width: 11%;
	background: #47a174;
	padding: 3px;
	box-sizing: content-box;
}


.swiper-container{
	display: none;
}

#contents {
	width: 1200px;
}

.w100 .news, .newItem, .pickup, .ranking {
	width: 1000px;
	margin: 0 auto;
}

.w100 .news{
	padding: 0 0 23px 0;
}

#main-column{
	width: 100%;
	padding: 0 3%;
}

#main-column h2 {
	border-top: none;
}

section .newItem h2, section .pickup h2, section .ranking h2, section .group h2, section .category h2, .w100 .news h2 {
	text-align: center;
	font-size: 42px;
	color: #5bc891;
	line-height: 1;
	margin-bottom: 3%;
}

#main-column .newItem h2::before {
	content: "";
	display: block;
	margin-bottom: 32px;
	height: 120px;
	background: url(https://yaso-cha.com/pic-labo/new-item-icon.png) no-repeat center center;
}

#main-column .pickup h2::before {
	content: "";
	display: block;
	margin-bottom: 32px;
	height: 120px;
	background: url(https://yaso-cha.com/pic-labo/reccomend-item-icon.png) no-repeat center center;
}

#main-column .pickup h2::before {
	content: "";
	display: block;
	margin-bottom: 32px;
	height: 120px;
	background: url(https://yaso-cha.com/pic-labo/reccomend-item-icon.png) no-repeat center center;
}


#main-column .news h2 {
	position: relative;
	margin-top: 120px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#main-column .news h2::before{
	content: "";
	display: block;
	margin-bottom: 32px;
	height: 120px;
	width: 100%;
	background: url(https://yaso-cha.com/pic-labo/news-icon.png) no-repeat center center;
	position: absolute;
	top: -100px;
	left: 0;
}


#sub-column {
	width: 100%;
	margin: 0 30px 0 0;
	padding: 0 2%;
}

.header_area {
	width: 100%;
	margin: 0 auto;
}

.header_area a img {
	width: 100%;
}

.header_area a {
	display: inline-flex;
	margin: 1% 0 2%;
}

.column3 .badge, .column4 .badge, .column5 .badge {
	height: 35px;
	padding: 4px 0 0 4px;
	position: absolute;
   	width: auto;
	z-index: 10;
}

.column3 .badge img, .column4 .badge img, .column5 .badge img{
	max-height: 35px;
}

.newItem span.badge {
	width: 52px;
	height: 50px;
}


.pickup .column-set .column5{
	float: left;
	width: 22%;
	margin: 0 4% 20px 0;
	padding-bottom: 20px;
}
.pickup .column-set .column5:nth-child(3n+1) {
	clear: none;
}
.pickup .column-set .column5:nth-child(4n) {
	margin: 0 0 20px 0;
}
.pickup .column-set .column5:nth-child(4n+1) {
	clear: both;
}

.pickup .column-set .column5:nth-child(5n+1) {
	clear: none;
}
.pickup span.badge {
	width: 130px;
	height: 20px;
}

/*商品ページ*/
#itemDetail-cont {
	overflow: hidden;
	margin: 5% 0 0 0;
}

#itemDetail-cont .itemThumb-wrap {
	float: left;
	width: 55%;
	margin: 0;
}

#itemDetail-cont .itemOutline {
	float: left;
	width: 40%;
	margin: 0 0 0 5%;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
	width: auto;
	height: auto;
}

#itemDetail-cont .itemOutline ul.ico_itemType li:first-child img {
	height: 100%;
	max-height: 35px;
}

article#Detail #main-column .spec-g_txt_table_wrap {
	display: none;
}

#itempage img {
	width: 100%;
	margin: 0px auto 20px auto;
	height: auto;
	border-style: none;
	display: block;
}

#itempage h4 , #pricepage h4 {
	background-color: #4fbb86;
	border-left: 20px solid #308d5f;
	font-size: 22px;
	line-height: 70px;
	color: #fff;
	margin: 40px 0 10px 0;
	padding-left: 20px;
	letter-spacing: 3px;
}

#itempage .box_osusume {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#itempage .box_osusume li {
	float: left;
	display: block;
	width: 50%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#itempage .box_text , #pricepage .box_text {
	display: table;
	padding: 20px;
	width: 100%;
	margin: 0px 0px 80px 0px;
	/* border: 1px solid #dfdfdf; */
	border-radius: 8px;
	box-sizing: border-box;
}

#itempage .img_right {
	vertical-align: middle;
	float: right;
	width: 40%;
	margin: 0px 0px 10px 25px;
}
#itempage .img_left {
	vertical-align: middle;
	float: left;
	width: 40%;
	margin: 0px 25px 10px 0;
}
#itempage .img_small {
	width: 30%;
	margin: 0 0 10px;
}

#itempage p {
	font-size: 16px;
	line-height: 35px;
}

#itempage .box_text p {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: hidden;
}
#itempage .text_left {
	float: left;
	width: 60%;
	margin-right: 5%;
}


#itempage ol#drink {
	counter-reset: list;
	list-style-type: none;
	font: 14px/1.6 'arial narrow', sans-serif;
	margin: 0;
	padding: 20px;
	background-color: #f5f5f5;
}

#itempage ol#drink li {
	position: relative;
	padding: 10px;
	margin: 7px 0px 20px 0px;
	line-height: 50px;
	border: dashed 1px transparent;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-weight: normal;
	list-style-type: none;
	background-color: #fff;
	height: 250px;
}

#itempage ol#drink li:before {
	counter-increment: list;
	content: counter(list);
	font-size: 20px;
	position: absolute;
	font-weight: bold;
	left: 15px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #47a175;
	 border-radius: 50%;
	top: 35px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#itempage ol#drink img {
	width: auto;
	height: 100%;
	max-width: 320px;
	max-height: 100%;
	float: left;
	object-fit: cover;
}

#itempage ol#drink p {
	position: absolute;
	top: 50%;
	z-index: 0;
	transform: translate(0, -50%);
	left: 370px;
	width: 55%;
}

#drink_sub {
	line-height: 200%;
	margin: 0;
	padding: 0 20px 20px 20px;
	background-color: #f5f5f5;
}

#drink_sub section {
	/* border-bottom: 1px dashed #ccc; */
	padding: 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

#drink_sub h5 {
	color: #fff;
	width: 150px;
	position: absolute;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	font-size: 100%;
	background-color: #47a175;
	line-height: 200%;
}

#drink_sub p {
	margin-left: 150px;
	padding-left: 20px;
}
#itempage .box_text a ,
#pricepage .box_text a ,
.phytochemical table a {
	background: #47a175;
	border-radius: 5px;
	color: #fff;
	display: block;
	width: 40%;
	text-align: center;
	padding: 2% 0;
}
#itempage .box_text a{
	display: flow-root !important;
	margin: 5% auto 0;
}
#itempage .box_text table a{
	margin: auto;
}
#itempage table , #pricepage table {
	margin-bottom: 10px;
}

caption, th {
	text-align: left;
}

#itempage table tr , #pricepage table tr {
	line-height: 150%;
}

#itempage table th , #pricepage table th {
	background-color: #f6f6f6;
	border: 1px #dfdfdf solid;
	padding: 10px;
}

#itempage table td , #pricepage table td {
	border: 1px #dfdfdf solid;
	padding: 10px;
}
#itempage .price table td , #pricepage .price table td {
	white-space: nowrap;
}
#itempage .price table th,
#itempage .price table td{
	text-align: center;
}
#itempage .price table tr td:nth-child(2){
	text-align: left;
}

#landingpage,
.landingpage {
	margin: 0 auto 20px auto;
}
#landingpage img,
.landingpage img {
	margin: 0px;
}

/* ファイトケミカル表 */
#itempage .phytochemical{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.phytochemical h4{
	width: 100%;
}
.phytochemical h5 img{
	display: inline-block !important;
	width: 74px !important;
	height: 100% !important;
	margin: 0 !important;
}
.phytochemical h5{
	width: 37%;
	height: fit-content;
	font-size: 24px;
	line-height: 45px;
	margin: 50px 0 0;
}
@media screen and (min-width: 1025px) {
	.phytochemical h5{
		width: 29%;
		margin: 50px 0 0 74px;
		text-indent: -74px;
	}
}
.phytochemical table{
	max-width: 62%;
	margin: 50px 0 0;
}
.phytochemical table th,
.phytochemical table td{
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px #dfdfdf solid !important;
	border-top: 1px #dfdfdf solid !important;
}
.phytochemical table th{
	width: 75%;
}
.phytochemical table td{
	width: 25%;
}
.phytochemical table a{
	width: 100% !important;
}
.phytochemical>a{
	margin: auto 0 auto auto !important;
	padding: 6px 15px !important;
}

/*レフトカテゴリ*/
#sub-column .category .fukidashi nav .sps-itemCategorySub {
	width: 100%;
	position: inherit; 
	top: 0;
	left: 0;
	display: none;
}

/*コンテンツ*/
.contents-Area{
	padding: 1% 0;
}

.contents-Area ul{
	margin: 0;
}

.contents-Area ul li{
	width: 49%;
	float: left;
	list-style: none !important;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: 1px solid #5bc891;
}

.contents-Area ul li:nth-child(2n+1){
	margin: 0 2% 0 0;
}

.contents-Area ul li img{
	width: 100%;
	line-height: 0;
	vertical-align: bottom;
}

.contents-Area ul li a{
	transition: all 0.2s ease-out;
}

.contents-Area ul li a:hover{
	transition: all 0.2s ease-out;
	opacity: 0.8;
}

/*ftr*/
.ftr{
	padding: 4% 0 1%;
	background: #47a175;
}

.ftr h3 {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	padding: 0 0 3% 0;
	margin: 5% 0 4% 0;
	line-height: 1;
}

.ftr-block{
	padding: 0 0 3% 0;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
}

.ftr-block:last-of-type{
	border-bottom: none;
}

.ftr-block h4 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0 0;
}

.ftr-block dl {
	float: left;
	width: 48%;
}

.ftr-block dl:first-of-type{
	margin-right: 4%;
}

.ftr-block dl dt{
	color: #fff;
	font-size: 18px;
	padding: 5% 0 2% 0;
}

.ftr-block dl dd{
	color: #fff;
	padding: 0 0 1% 0;
	font-size: 14px;
	line-height: 2;
}

.ftr-block dl dd span{
	font-size: 80%;
}

.ftr-block-in p {
	color: #fff;
	padding: 5% 0 0 0;
	line-height: 2;
	font-size: 14px;
}

.ftr-block-in p + p{
	padding: 2% 0 0 0;
}

.ftr-block.second-block {
	padding: 3% 0;
}

.ftr-block.second-block .floatL {
	width: 48%;
}

.ftr-block.second-block .floatL:first-child, .ftr-block.second-block .floatL:nth-child(3){
	margin-right: 4%;
}

.ftr-block.second-block .floatL:last-child h4 {
	margin: 6% 0 0 0;
}


.ftr .Shop-Info {
	background: #fff;
	padding: 3% 0;
}

.ftr .Shop-Info h3 {
	color: #47a174;
	border-bottom: 2px solid #47a174;
}

.ftr .Shop-Info ul li {
	float: left;
	width: 32%;
	list-style: none;
	color: #333;
	font-weight: 100;
	line-height: 1.6;
	font-size: 14px;
}
.ftr .Shop-Info ul li:nth-child(2){
	margin: 0 2%;
}

.ftr .Shop-Info ul li img{
	width: 100%;
}

.ftr .Shop-Info ul li.map iframe{
	width: 100%;
	height: 184px;
}

.ftr .Copyright{
	color: #fff;
	text-align: center;
}

.ftr .Copyright ul.ftr-nav{
	width: 50%;
	display: flex;
	margin: 3% auto 1%;
	justify-content: space-between;
}

.ftr .Copyright ul.ftr-nav li{
	float: left;
	list-style: none;
	font-size: 12px;
	font-weight: 100;
	box-sizing: border-box;
	padding: 0 5% 0 0;
	border-right: 2px solid #fff;
	line-height: 1;
	width: max-content;
}

.ftr .Copyright ul.ftr-nav li:last-child{
	padding-right: 0;
	border-right: none
}

.ftr .Copyright ul.ftr-nav li a{
	color: #fff;
	text-decoration: none;
}

.ftr .Copyright p{
	font-weight: 100;
	font-size: 13px;
	padding: 1% 0 0 0;
}


/*Side*/

.Side img{
	width: 100%;
}

.freeArea2 .free-contents ul.ovfl-hddn {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.freeArea2 .free-contents ul.ovfl-hddn li {
	width: 49%;
}

.Side li{
	margin: 0;
	padding: 0;
}

.side li a{
	text-decoration: none !important;
	transition: all 0.2s ease-out;
}

.side li a:hover{
	opacity: 0.8;
	transition: all 0.2s ease-out;
}


.Side li a span{
	width: 100%;
	display: block;
	text-align: center;
	color: #555;
	font-size: 13px;
	padding: 2% ;
	text-decoration: none !important;
}


/*float-menu*/
#page-top a img {
	display: none;
}

#page-top a {
	text-decoration: none;
	width: 45px;
	height: 45px;
	padding: 0;
	text-align: center;
	display: block;
	background: url(https://yaso-cha.com/pic-labo/pagetop.png) no-repeat center center;
	background-size: cover;
}

#to-cart img {
	display: none;
}

#page-top a:hover {
	text-decoration: none;
	background: url(https://yaso-cha.com/pic-labo/pagetop.png) no-repeat center center;
	background-size: cover;
	opacity: 0.9;
}

#to-cart a {
	background: url(https://yaso-cha.com/pic-labo/go-cart.png) no-repeat center center;
	text-decoration: none;
	color: #fff;
	width: 45px;
	height: 45px;
	padding: 0;
	text-align: center;
	display: block;
	background-size: cover;
}

#to-cart a:hover {
	text-decoration: none;
	background: url(https://yaso-cha.com/pic-labo/go-cart.png) no-repeat;
	background-size: cover;
	opacity: 0.9;
}

.leftSearch #searchbox form {
	background: #fff;
	border: none;
}

.leftSearch #searchbox_wrap {
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 4%;
}

.leftSearch #searchbox input.searchbox {
	border: none;
	box-sizing: border-box;
	float: left;
	height: 100%;
	padding: 0 0 0 5%;
	width: 80%;
}

.leftSearch #searchbox input.searchSubmit {
	width: 8%;
	padding: 4% 6% 6%;
	background: #fff;
}

#sub-column h2 {
	border-top: none;
	padding: 2% 0 4% 0;
	margin: 0 0 4% 0;
	border-bottom: 1px solid #ccc;
}

#sub-column .Cate h2,
#sub-column .Cate .side-accordion {
	display: none;
}

div#sub-column section div#snav_mailMag {
	display: none;
}

#sub-column div.cal_wrapper table.cal tr th input.prev {
	background: url(https://yaso-cha.com/pic-labo/calendar_pleft.png) no-repeat left bottom #FFF;
}

#sub-column div.cal_wrapper table.cal tr th input.next {
	background: url(https://yaso-cha.com/pic-labo/calendar_pright.png) no-repeat right bottom #FFF;
}
#sub-column div.subc_cal_cont .cap .cap-info {
	background-color: transparent;
	line-height: 120%;
	font-size: 12px;
	color: #555;
	padding: 3% 0 0 0;
}
#sub-column div#subc_calendar h2 {
	padding: 6% 0;
	position: relative;
	text-align: center;
}
#sub-column div#subc_calendar h2::before {
	content: "CALENDAR";
	display: block;
	color: #46a175;
	font-weight: bold;
	font-size: 18px;
}
#sub-column div#subc_calendar h2::after{
	display: none;
}

.cate-Top img {
	width: 100%;
}

/*float*/
	.Contact-us {
		width: 220px;
		background: #47A176;
		box-sizing: border-box;
		padding: 10px;
		position: fixed;
		right: 5px;
		top: 250px;
		z-index: 11;

		border: 1px solid #fff;
	}
	.Contact-us h4 {
		background: #fff;
		padding: 1% 0;
		text-align: center;
		color: #47a175;
		font-size: 14px;
		font-weight: bold;
	}
	.Contact-us dl {
		padding: 85px 0 20px 0;
		color: #fff;
		line-height: 1;
		font-size: 16px;
		letter-spacing: 1px;
		font-weight: bold;
		text-align: center;
	}
	
	.Contact-us dl dt{
		margin: 0 0 2% 0;
	}

	.Contact-us a:first-of-type dl {
		/* background: url(https://yaso-cha.com/pic-labo/contact-us-call.png) no-repeat center 15px; */
		background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat center 15px;
		background-size: 50px;
	}
	#Contact-pc a:nth-of-type(2) dl {
		border-bottom: 2px solid #FFF;
		padding: 0 0 20px 0;
	}
	.Contact-us a:nth-of-type(3) dl{
		background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat center 15px;
		background-size: 50px;
	}
	.Contact-us dl dd{
		font-size: 11px;
		text-align: center;
		line-height: 1.8;
	}
	p.Tap{
		display: none;
	}

	@media screen and (max-width:1450px) {

		.Contact-us {
			width: 100%;
			margin: 0;
			background: #47A176;
			box-sizing: border-box;
			padding: 5px;
			top: auto;
			bottom: 0;
			left: 0;
			right: 0;
			z-index: 50;
			overflow: hidden;
		}
		.Contact-us h4 {
			background: #fff;
			padding: 1% 0;
			text-align: center;
			color: #47a175;
			font-size: 120%;
			line-height: 1;
		}
		.Contact-us dl {
			width: 45%;
			float: left;
			box-sizing: border-box;
			padding: 1% 0 2% 75px;
			color: #fff;
			line-height: 1;
			min-height: 78px;
		}
		
		.Contact-us dl dt{
			margin: 0 0 2% 0;
		}
		
		.Contact-us a:first-of-type dl {
			/* background: url(https://yaso-cha.com/pic-labo/contact-us-call.png) no-repeat 10px; */
			background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat center 10px;
			background-size: 50px;
			border-bottom: none;
		}
		.Contact-us a:nth-of-type(3) dl{
			border-bottom: none;
		}
		.Contact-us a dl dt {
			font-size: 25px;
			text-align: left;
			font-weight: bold;
			color: #fff !important;
		}
		
		.Contact-us a:last-of-type dl{
			background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat 10px;
			background-size: 50px;
		}
		
		.Contact-us a:last-of-type dl dt{
			padding-top: 10px;
		}
		.Contact-us a:nth-child(3){
			position: absolute;
			bottom: 0;
			left: 25%;
		}
		.Contact-us a:nth-child(3) dl{
			width: 100%;
    	min-height: unset;
			padding: 1% 0 0 0;
		}
		.Contact-us dl dd {
			text-align: left;
			font-size: 13px;
		}
		.ftr{
			padding: 4% 0 14%;
		}
	}

/*float*/


/*footer-list*/
.fotter-list {
	display: block;
	background: #ffffff;
	padding: 40px 20px 20px 20px;
	box-sizing: border-box;
	background-color: white;
	margin: 0 auto 80px;
}

.fotter-list.block h3 {
	color: #46a175;
	border: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.fotter-list .footer-list-cate{
	padding-bottom: 35px;
}

.fotter-list .footer-list-cate h4 {
	font-size: 20px;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #47a175;
	margin: 0 0 10px 0;
	color: #47a175;
	font-weight: bold;
}
.fotter-list .footer-list-cate p {
	font-size: 13px;
	padding: 0 0 15px 0;
	color: #333;
}
.fotter-list ul.ftr-list {
	overflow: hidden;
	padding: 5px;
}

.fotter-list ul.ftr-list li ul{
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 15px;
}
.fotter-list ul.ftr-list li ul li{
	width: 33.333%;
	list-style: none;
	white-space: nowrap;
}

.fotter-list ul.ftr-list li ul li a{
	display: block;
	width: 100%;
	padding: 5px 0;
	color: #333;
	text-decoration: none;
	font-size: 13px;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
	padding-left: 2%;
}

.fotter-list ul.ftr-list li ul li a:before{
	content: ">";
	padding: 0 5px 0 0;
}


.fotter-list ul.ftr-list li ul li a:hover{
	transition: all 0.2s ease-out;
	background: #47a175;
	color: #fff;
}
/*footer-list*/

/*headerカート情報表示*/
.member_info_cart_info {
	border: 1px solid #47a174;
	border-radius: 5px;
	display: block;
	padding: 2% 4%;
	margin: 0 0 0 3%;
	width: 45%;
	min-height: 58px;
	font-size: 13px;
}

.member_info_cart_info a {
	text-decoration: none;
	color: #47a174;
}

div#member_info {
	text-decoration: none;
	color: #47a174;
	padding-bottom: 8px;
	border-bottom: 1px solid #46a176;
}

.membername_box {
	float: left;
}

span.lastname_guest {
	display: none;
}

.membername_box a {
	padding-right: 13px;
}

div#cart_info {
	padding: 8px 0 0 0;
}

/*headerカート情報表示*/

/* 画像レスポンシブ対応 */

#itempage .pc_resp img{
	display: block !important;
}

#itempage .sp_resp img{
	display: none !important;
}

/* 画像レスポンシブ対応 */

.expl-fixed{
	margin-top: 50px;
}

/* 検査結果ページ */
#Journal img{
	display: block;
	margin: auto;
}

/* 価格情報ネコポスバナー表示 */
#itempage .box_text table td.nekoposu{
	position: relative;
}
#itempage .box_text table td.nekoposu a{
	background: none;
	width: auto;
	margin: 0 15px;
	padding: 0;
	position: absolute;
	top: 33%;
	right: 0;
}
#itempage .box_text table td.nekoposu a img{
	margin: 0;
	width: auto;
	max-height: 25px;
}
#itempage .price p a{
	display: inline-block !important;
	background: none;
	width: fit-content;
	max-width: 85px;
	margin: 0 5px;
	padding: 0;
	vertical-align: text-top;
}
#itempage .price p a img{
	margin: 0;
	padding: 0;
	width: auto;
	max-height: 25px;
}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 1200px) {
	.expl-fixed{
		margin-top: 4%;
	}
	
}
/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 1024px) {
	#contents {
		width: 100%;
	}
	.block {
		width: 96%;
		margin: 0 auto;
	}
	.w100 .news, .newItem, .pickup, .ranking {
		width: 96%;
		margin: 0 auto;
	}
	.header-Main .header-main-nav li:nth-child(2) {
		padding: 0 13%;
	}
	#main-column .newItem h2::before, #main-column .pickup h2::before{
   		height: 80px;
		background-size: 6%;
	}
	#main-column .news h2::before {
		background-size: 12%;
	}
	.contents-Area ul{
		margin: 0 !important;
	}

	#itempage .phytochemical{
		display: table;
	}
	.phytochemical h5{
		width: 100%;
		margin: 50px 0 10px;
	}
	.phytochemical table{
		max-width: 600px;
		margin: 0 0 0 auto;
	}
	.phytochemical table th{
		width: 70%;
	}
	.phytochemical table td{
		width: 30%;
	}
	.fotter-list ul.ftr-list li ul li{
		white-space: unset;
	}
}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 960px) {
	#main-column {
		width: 100%;
	}
	#sub-column {
		width: 100%;
		margin: 0;
	}
	
	.header_area {
		width: 100%;
	}
	
	.Top-cnts001 h3, .Top-cnts002 h3, .Top-cnts003 h3 {
		font-size: 30px;		
	}
	.ftr-block dl, .ftr-block.second-block .floatL  {
		float: left;
		width: 46%;
	}
	.ftr-block dl:first-of-type, .ftr-block.second-block .floatL:first-child, .ftr-block.second-block .floatL:nth-child(3) {
		margin-right: 8%;
	}
	.ftr-block dl dd, .ftr-block-in p {
		font-size: 12px;
	}
	li.map {
		height: 169px;
	}
	div#itempage iframe {
		width: 100%;
	}
	#itemDetail-cont .itemThumb-wrap {
		float: left;
		width: 46%;
		margin: 0;
	}
	#itemDetail-cont .itemOutline {
		float: left;
		width: 50%;
		margin: 0 0 0 4%;
	}
	.ftr {
	padding: 4% 0 18%;
	}

	#itempage ol#drink p {
		width: 40%;
	}

}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 820px) {
	.header-Main .members-Area ul li {
		font-size: 12px;
	}
	.header-Main .header-main-nav li:nth-child(2) {
		padding: 0 7%;
	}
	.Contact-us{
		padding-bottom: 0;
	}
	.Contact-us h4 {
		background: #fff;
		padding: 1% 0;
		text-align: center;
		color: #47a175;
		font-size: 13px;
		line-height: 1;
		font-weight: bold;
	}
	.Contact-us a dl{
		overflow: hidden;
		padding: 2% 0 2% 50px;
		min-height: auto;
	}
	.Contact-us a dl dt {
		font-size: 22px;
		margin: 0 0 2px 0;
	}
	.Contact-us dl dd {
		font-size: 12px;
	}
	.Contact-us a:first-of-type dl {
		/* background: url(https://yaso-cha.com/pic-labo/contact-us-call.png) no-repeat 10px 12px; */
		background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat 10px 12px;
		background-size: 30px;
		border-bottom: none;
		width: 100%;
		margin: 0 0 0 23%;
		padding-bottom: 1%;
	}
	.Contact-us a:first-of-type dl dt{
		float: left;
		margin-right: 10px;
	}
	.Contact-us a:first-of-type dl dd{
		float: left;
	}
	.Contact-us a:last-of-type{
		/* display: none; */
	}
	p.Tap {
		clear: both;
		display: block;
		text-align: center;
		color: #fff !important;
		padding: 0 0 1% 0;
		margin-bottom: 16px;
	}
	div#itempage iframe {
		width: 100%;
		height: 450px;
		max-height: 600px;
	}
}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 768px) {
	header+div{
		padding-top: 0;
	}
	#contents {
		width: 96%;
	}
	#sps-page-top p a {
		display: block;
		width: 45px;
		height: 45px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		border-radius: 8px;
		transition: all 0.3s;
		opacity: 1;
		cursor: pointer;
		background: url(https://yaso-cha.com/pic-labo/pagetop.png) no-repeat center center;
		background-size: cover;
		color: #c5dfb8;
		font-size: 16px;
		text-indent: 99999px;
	}
	.pc-V{
		display: none;
	}
	.footer_area .pc-V{
		display: block;
	}
	.sp-V{
		display: block;
	}
	#main-column {
		width: 100%;
	}
	.block{
		width:94%;
	}
	.shop-catch {
		font-size: 13px;
		width: 100%;
		text-align: center;
	}
	header, header.sticky{
		position: relative;
	}
	ul.header-top-nav {
		overflow: hidden;
		line-height: 1;
		float: right;
		display: none;
	}
	
	.header-Main .header-main-nav {
		display: none;
	}
	
	.header-Main .block{
		width: 100%;
	}
	
	.header-Main .members-Area {
		margin: 0 0 0 16%;
		width: 60%;
	}
	.header-Main .Logo {
		padding: 10px 0 22px 0;
		width: 100%;
	}
	.header-Main .Logo a {
		display: block;
		width: 50%;
		margin: 0 auto;
	}
	.header-Main .w50.floatR.ovfl-hddn {
		width: 100%;
	}
	.header-Main .members-Area {
		border: none;
		border-top: 2px solid #47a174;
		border-bottom: 2px solid #47a174;
		border-radius: 0;
		display: block;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.header-Main .members-Area ul {
		display: flex;
		justify-content: space-between;
	}
	
	.header-Main .members-Area ul li {
		font-size: 18px;
		color: #47a174;
		padding: 2% 0;
		list-style: none;
		float: left;
		width: 50%;
		text-align: center;
	}
	.header-Main .members-Area ul li:first-child {
		border-bottom: none;
	}
	
	li#member_info {
		margin: 0 0 0 10%;
	}
	
	li#member_info a {
		margin: 0 18% 0 0;
	}
	

	
	li#header-nav-drawer {
		display: block;
		width: 34px;
	}
	
	li#header-nav-mypage, li#header-nav-cart {
		display: none;
	}
	

	#sub-column.spsDrawerOpen {
		display: block;
		z-index: 101;
	}
	

	

	.contents-Area.block {
		width: 100%;
	}
	.ftr {
		padding: 5% 0 90px;
	}
	.ftr h3 {
		font-size: 26px;
	}
	
	.ftr-block, .ftr-block.second-block {
		padding: 0 0 0 0;
	}
	
	.ftr-block dl, .ftr-block.second-block .floatL {
		float: inherit;
		width: 100%;
		border-bottom: 1px solid #175235;
	}
	.ftr-block dl dt {
		padding: 2% 0 1% 0;
	}
	
	.ftr-block dl dt:first-child, .ftr-block-in p{
		padding-top: 0;
	}
	
	.ftr-block {
		border-bottom: 1px solid #175235;
	}
	.ftr-block dl {
		background: #358e63;
	}
	.ftr-block-in{
		padding: 3%;
		background: #358e63;
		display: none;
	}
	.ftr-block.second-block .floatL:last-child h4 {
		margin: 0;
	}	
	.ftr-block h4 {
		padding: 2%;
		position: relative;
		font-size: 18px;
	}
	
	.ftr-block h4:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		display: block;
		position: absolute;
		top: 38%;
		right: 5%;
		transform: rotate(135deg);
		transition: all 0.1s ease-out;
	}
	
	.ftr-block h4.open:after {
		transform: rotate(315deg);
		transition: all 0.1s ease-out;
	}
	.ftr .Shop-Info {
		margin: 6% 0 4%;
		padding: 5% 0;
	}
	.ftr li.map {
		height: 136px;
	}
	.ftr .Shop-Info ul li {
		font-size: 13px;
		line-height: 1.4;
	}
	.ftr .Copyright ul.ftr-nav {
		width: 80%;
	}
	.ftr .Copyright ul.ftr-nav li {
		font-size: 12px;
	}
	.newItem span.badge {
		width: 35px;
		height: 35px;
	}
	.pickup span.badge {
		width: 110px;
		height: 17px;
	}
	.ftr-block:first-of-type dl {
		border-bottom: none;
	}
	.ftr-block:first-of-type dl:last-child {
		margin: 2% 0 0 0;
	}
	.ftr .Copyright ul.ftr-nav li {
		padding: 0 7% 0 0;
	}
	
	.left-icons ul {
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		padding: 2% 0 5%;
		margin: 0 !important;
	}
	
	.left-icons ul li {
		padding: 3% 8% 4%;
		border-right: 2px solid #459b72;
	}
	.left-icons ul li:last-child{
		border-right: none;
	}
	#sub-column .freeArea2 .free-contents {
		padding: 2% 0;
	}
	#sub-column .freeArea2 .free-contents ul.ovfl-hddn {
		display: block;
	}
	#sub-column .freeArea2 .free-contents ul.ovfl-hddn li {
		width: 100%;
	}
	.left-icons ul li a span {
		font-size: 5px;
	}
	.leftSearch {
		background-color: #459b72;
	}
	.leftSearch #searchbox_wrap {
		display: block;
		padding: 4%;
		width: 92%;
	}
	.leftSearch #searchbox input.searchSubmit {
		padding: 0 6% 0;
	}
	#sub-column .freeArea2 .free-contents {
		padding: 0;
	}
	#sub-column .freeArea2 .free-contents {
		background-color: transparent;
	}
	#sub-column h2 {
		display: block;
		border-top: none;
		padding: 4%;
		margin: 0 0 4% 0;
		border-bottom: 1px solid #ccc;
		color: #459b70;
		font-size: 18px;
		font-weight: bold;
		background: transparent;
	}
	#sub-column .Cate h2,
	#sub-column .Cate .side-accordion {
		display: block;
	}
	.swiper-button-prev, .swiper-button-next {
		display: none;
	}
	#wrapper.spsDrawerOpen::after {
		content: "×";
		left: 48%;
		position: fixed;
		top: 16px;
		z-index: 50;
		color: #FFF;
		font-size: 50px;
		animation: fadeIn 0.3s linear;
	}
	.header_area {
		margin-bottom: 0;
	}
	.fotter-list{
		margin-bottom: 30px !important;
	}
	.fotter-list ul.ftr-list li ul li a {
		font-size: 11px;
	}
	.ftr-list-Switch h4 {
		position: relative;
	}
	.ftr-list-Switch h4:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #46a175;
		border-right: 2px solid #46a175;
		display: block;
		position: absolute;
		top: 14%;
		right: 3%;
		transform: rotate(135deg);
		transition: all 0.1s ease-out;
	}
	.ftr-list-Switch.open h4:after{
		transform: rotate(315deg);
		transition: all 0.1s ease-out;
	}
	
	#floating-menu {
		position: fixed;
		bottom: 40px;
		right: 10px;
		z-index: 100;
	}
	
	#Contact-pc{
		display: none;
	}
	.Contact-us dl {
		width: 100%;
	}	
	.Contact-us a:first-of-type dl {
		width: 60%;
		margin: 0 20%;
	}
	.Contact-us a:nth-of-type(2) dl {
		border-bottom: none;
		padding: 0;
	}
	
	div#itempage iframe {
		height: 300px;
		max-height: 600px;
	}

	.phytochemical h5{
		width: 100%;
	}
	.phytochemical table{
		width: 97%;
	}
	.phytochemical table th,
	.phytochemical table td{
		display: block;
		width: 100%;
		background-color: transparent !important;
		border: none !important;
	}
	.phytochemical table th{
		padding: 10px 5px 0 !important;
		border-top: 1px #dfdfdf solid !important;
	}
	.phytochemical table td{
		border-bottom: 1px #dfdfdf solid !important;
	}
	.phytochemical table a {
		width: 40% !important;
		font-size: 15px;
		background: #4772a1 !important;
		margin: 0 0 0 auto !important;
		padding: 1% 0 !important;
	}	
	.phytochemical>a{
		width: 90% ;
		padding: 6px 15px ;
		margin: auto ;
	}
	
/*headerカート情報*/
	.member_info_cart_info {
		border: none;
		border-top: 2px solid #47a174;
		border-bottom: 2px solid #47a174;
		border-radius: 0;
		display: block;
		padding: 1%;
		margin: 0;
		width: 100%;
		min-height: 20px;
		font-size: 15px;
	}
	.membername_box {
		float: left;
		margin: 0 0 0 15%;
	}
	div#member_info {
		border-bottom: none;
		float: left;
		padding: 0;
		margin: 0 0 0 5%;
	}
	
	div#cart_info {
		padding: 0 15% 0  0;
		float: right;
	}
/*headerカート情報*/

	.expl-fixed{
		margin-top: 0;
	}

	#itempage .price table td , #pricepage .price table td {
		white-space: wrap;
	}
	
	#itempage ol#drink img{
		width: 100%;
		max-width: 100%;
	}
	#itempage ol#drink p {
		width: 100%;
		position: relative;
		top: auto;
		left: 0;
		transform: none;
	}
	#itempage ol#drink li {
		height: auto; 
		overflow: hidden;
	}
	#itempage ol#drink li{
		height: auto;
	}
	#drink_sub h5{
		position: relative;
	}
	#drink_sub p{
		margin-left: 0;
		padding: 0 10px;
	}

	/* 画像レスポンシブ対応 */

	#itempage .pc_resp img{
		display: none !important;
	}

	#itempage .sp_resp img{
		display: block !important;
	}

	#itempage .img_right,
	#itempage .img_left {
		float: inherit;
		width: 100%;
		margin: 0px auto 10px;
	}
	#itempage .img_small {
		float: inherit;
		width: 70%;
		margin: 0px auto 10px;
	}
	#itempage .text_left {
		float: inherit;
		width: 100%;
		margin: auto;
	}

	/* 価格情報SP表示 */
	#itempage .price table tr td{
		text-align: center !important;
	}

	/* 価格情報ネコポスバナー表示 */
	#itempage .box_text table td.nekoposu{
		position: relative;
		text-indent: -60px;
	}
	#itempage .box_text table td.nekoposu a{
		background: none !important;
		width: fit-content;
		margin: 0 5px 0 0;
		padding: 0;
		position: absolute;
		top: 5px;
		right: 0;
	}
	#itempage .box_text table td.nekoposu a img{
		margin: 0;
		width: auto;
		max-height: 25px;
	}
	#itempage .price p{
		display: block;
	}
	#itempage .price p a{
		display: inline-block !important;
		background: none !important;
		width: fit-content;
		max-width: 80px;
		margin: 0 5px;
		padding: 0;
		vertical-align: middle;
	}
	#itempage .price p a img{
		margin: 0;
		padding: 0;
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* 画像レスポンシブ対応 */

@media screen and (max-width:600px) {
	#Contact-pc{
		display: none;
	}
	.Contact-us dl {
		width: 100%;
	}	
}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 580px) {
	.header-Main .members-Area ul li {
		font-size: 13px;
	}
	
	.news .news-contents {
		margin-top: -40px;
		height: 200px;
	}
	dl.news-box {
		font-size: 12px;
	}
	.news-box dd {
		line-height: 2.8;
	}
	.ftr h3 {
		font-size: 20px;
	}
	.ftr-block h4 {
		font-size: 16px;
	}
	.ftr .Copyright ul.ftr-nav {
		width: 80%;
	}
	#itemDetail-cont .itemThumb-wrap {
		float: inherit;
		width: 100%;
		margin: 0;
		padding: 0 0 5% 0;
	}
	#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
		height: auto;
	}
	#itemDetail-cont .itemOutline {
		float: left;
		width: 100%;
		margin: 0;
	}
	.cartArea {
		width: 60%;
		margin: 0 auto;
	}
	.cartArea + p {
		width: 60%;
		margin: 0 auto;
	}
	section#itemDetail-wrap p.cancel {
		width: 60%;
		margin: 0 auto;
	}
	div#main-column section#itemDetail-wrap p.review_txt {
		width: 60%;
		margin: 0 auto;
	}
	article#Detail .itemOutline ul.infoArea {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

	#itempage h4 {
		font-size: 18px;
		line-height: 45px;
	}
	
	#sub-column {
		width: 60%;
		right: -60%;
	}
	#wrapper.spsDrawerOpen::after {
		left: 30%;
		font-size: 40px;
	}
	#floating-menu {
		bottom: 100px;
	}
	.fotter-list .footer-list-cate h4 {
		font-size: 16px;
	}
	.fotter-list .footer-list-cate p {
		font-size: 12px;
	}
	.fotter-list ul.ftr-list li ul li {
		width: 50%;
	}
	.ftr {
		padding: 5% 0 160px;
	}

	.Contact-us a:first-of-type dl {
		width: 78%;
		margin: 0 0 0 50%;
		transform: translateX(-50%);
		/* background: url(https://yaso-cha.com/pic-labo/contact-us-call.png) no-repeat 10px 7px; */
		background: url(https://yaso-cha.com/pic-labo/contact-us-mail.png) no-repeat 10px 7px;
		background-size: 30px;
	}
	.Contact-us a:nth-child(3){
		left: 20%;
	}
	p.Tap {
		font-size: 14px !important;
		margin-bottom: 14px;
	}

	div#itempage iframe {
		height: 500px;
		max-height: 600px;
	}
	
	#itempage .box_osusume li {
		width: 100%;
	}

	/*headerカート情報*/
	.member_info_cart_info {
		padding: 2% 0;
	}
	.membername_box {
		float: left;
		margin: 0 0 0 10%;
	}
	div#cart_info {
		padding: 0 10% 0 0;
		float: right;
	}
	/*headerカート情報*/
	ul#header-nav {
		top: 20px;
	}
	.header_area a {
		width: 100%;
		display: block;
		margin: 1% 0 2%;
	}	
	#itempage .box_text , #pricepage .box_text {
		margin: 0px;
	}	
}



/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 480px) {
	li#member_info {
		margin: 0 0 0 5%;
	}
	#main-column {
		padding: 0;
	}
	.Top-cnts001 .floatR div, .Top-cnts002 .floatL div, .Top-cnts003 .floatR div {
		padding: 5% 5% 10% 5%;
	}
	
	.pickup .column-set .column5 {
		width: 49%;
		margin: 0 2% 10px 0;
		padding-bottom: 10px;
	}
	.pickup .column-set .column5:nth-child(2n) {
		clear: none;
		margin: 0 0 10px 0;
	}
	.pickup span.badge {
		width: 130px;
		height: 20px;
	}
	.ftr {
		padding: 5% 0 130px;
	}
	.ftr .block {
		width: 100%;
	}
	.ftr .Shop-Info ul {
		padding: 0 5%;
	}
	.ftr .Shop-Info ul li{
		float: inherit;
		width: 100%;
	}
	.ftr .Shop-Info ul li.map{
		height: 185px;
		margin: 3% 0;
	}
	.ftr .Copyright ul.ftr-nav {
		width: 100%;
	}
	.ftr .Copyright ul.ftr-nav li {
		padding: 0 5%;
		font-size: 11px;
	}
	.ftr .Copyright ul.ftr-nav li:last-child{
		padding-right: 5%;
	}
	.contents-Area.block {
		width: 96%;
	}
	div#itempage iframe {
		width: 100%;
		height: 500px;
	}
	div#itempage {
		overflow: hidden;
	}
	#floating-menu {
		bottom: 35px;
	}
	#sps-floating-menu {
		bottom: 30px;
	}
	
	.Contact-us a:hover p{
		background: #47A176;
		color: #fff;
	}
	
	.Contact-us a:first-of-type dl {
		width: 100%;
		margin: 0 0 0 0;
		transform: translateX(0);
	}
	.Contact-us dl dd {
		font-size: 11px;
		padding: 4px 0 0 0;
	}

	/*headerカート情報*/
	.member_info_cart_info {
		font-size: 14px;
	}
	.member_info_cart_info {
		padding: 2% 0;
	}
	.membername_box {
		float: left;
		margin: 0 0 0 5%;
	}
	div#cart_info {
		padding: 0 5% 0 0;
		float: right;
	}
	/*headerカート情報*/
	ul#header-nav {
		top: 30px;
	}
	li#header-nav-drawer {
		width: 26px;
	}
	#header-nav-drawer span {
		left: -5px;		
	}

}

/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 414px) {
	ul#header-nav {
		top: 22px;
		right: 0;
	}
	li#member_info {
		margin: 0;
	}
	.header-Main .members-Area ul li:first-child {
		width: 71%;
	}
	.header-Main .members-Area ul li {
		font-size: 11px;
	}
	.ftr {
		padding: 8% 0 140px;
	}
	.ftr h3 {
		font-size: 20px;
		padding: 0 0 5% 0;
	}
	.ftr-block h4 {
		font-size: 14px;
		padding: 4%;
	}
	.ftr-block h4:after {
		right: 7%;
	}
	.ftr-block dl dt {
		font-size: 15px;
	}
	.ftr-block dl dd, .ftr-block-in p {
		font-size: 11px;
	}
	.ftr-block-in {
		padding: 3% 5%;
	}
	.ftr .Copyright p {
		font-size: 11px;
	}
	.ftr .Copyright ul.ftr-nav {
		display: block;
	}
	.ftr .Copyright ul.ftr-nav li {
		padding: 2% 0;
		font-size: 11px;
		float: inherit;
		border: none;
		text-align: center;
		width: 100%;
	}
	.header-Main .Logo a {
		display: block;
		width: 65%;
		margin: 0 auto;
	}
	.cartArea {
		width: 80%;
	}
	.cartArea + p {
		width: 80%;		
	}
	section#itemDetail-wrap p.cancel {
		width: 80%;
	}
	div#main-column section#itemDetail-wrap p.review_txt {
		width: 80%;
	}	
	#itemDetail-cont table.snsArea {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 1% 0;
	}
	article#Detail .itemOutline ul.infoArea {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	div#itempage iframe {
		width: 100%;
		height: 400px;
	}
	#itempage .box_text a {
		width: 60%;
	}
	section#itemDetail-wrap .description p {
		font-size: 14px;
	}
	#itempage ol#drink p {
		line-height: 1.8;
	}
	table {
		font-size: 13px;
	}

	.Contact-us a:first-of-type dl {
		width: 90%;
		margin: 0 0 0 50%;
		transform: translateX(-50%);
	}
	
	/*headerカート情報*/
	.member_info_cart_info {
		font-size: 12px;
	}
	/*headerカート情報*/

	.phytochemical table a {
		font-size: 13px;
		width: 50%;
	}
}


/***************************************************************************/
/***************************************************************************/
@media screen and (max-width: 375px) {
	ul#header-nav {
		top: 26px;
		right: 0;
	}
/* 	#header-nav-drawer span {
		width: 26px;
	} */
	
	.cartArea {
		width: 90%;
	}
	.cartArea + p {
		width: 90%;
	}
	article#Detail .itemOutline ul.infoArea {
		width: 90%;
		margin: 2% auto;
	}
	#itemDetail-cont .itemOutline {
		float: none;
		width: 94%;
		margin: 0 3%;
	}
	#itemDetail-cont table.snsArea {
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding: 1% 0;
	}
	.ftr {
		padding: 8% 0 140px;
	}
	.Contact-us a:first-of-type dl {
		width: 70%;
	}
}

