﻿
@charset "UTF-8";
.hidden-fb{
	display: none;
}
.hidden-sb-teashop{
	display: block;
}
html {
    font-size: 62.5%;
}
body{
	min-width: 1200px;
	color: #222222;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}
.forcms_block img{
	max-width: 100%;
}
/*-----ヘッダー-----*/
header{
	background: #FFFFFF;
	border-bottom: 1px solid #DEDEDE;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.is-static header{
	position: relative;
}
.is-static .pane-main{
	margin-top: 0!important;
}
.header-top.header-top.fixed{
	display: none;
}
.header-top{
	background: #F7F7F7;
	padding: 8px 0 8px 40px;
	display: flex;
	justify-content: start;
	align-items: center;
}
.header-top-text a{
	display: flex;
	gap: 6px;
	justify-content: start;
	align-items: center;
	text-decoration: none;
}
.header-top-text a:hover{
	opacity: 0.8;
}
.header-top-text img{
	vertical-align: top;
	height: 19px;
}
.header-top-text p{
	line-height: 1;
	font-weight: 500;
	color: #222222;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
}
.header-top .header-top-text a{
	display: flex;
	flex-direction: row;
	line-height: 1;
}
.header-top .header-language{
	width: max-content;
	margin: 0 14px 0 auto;
	padding: 0 0 0 24px;
	background: none;
	font-size: 10px;
	position: relative;
	line-height: 1;
	background: url(../img/header/language.png) left center no-repeat;
	height: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

header .language-detail {
	background-color: #333;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 18px 15px;
	width: 215px;
	z-index: 10;
	display: none;
}
header .language-detail p{
	margin: 1rem 0;
}
header .languageSelect {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
	margin-right: 4px;
	cursor: pointer;
}
header .language-detail::after {
	border-bottom: 10px solid #333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	left: 15%;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	width: 0;
}
.header-language > p{
	cursor: pointer;
}
.header-language > p:hover{
	opacity: 0.8;
}
.header-main{
	display: flex;
	flex-direction: row;
	max-height: 80px;
}
.header-logo{
	margin: 16px 0 16px 40px;
}
.header-logo ul{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo ul a:hover{
	opacity: 0.8;
}
.header-logo ul li.kenkotai{
	margin-right: 20px;
}
.header-logo ul li.teashop{
	margin-right: 24px;
}
.header-logo ul li.crazyJasmine2{
	margin-right: 24px;
}
.header-logo ul li.tullys{
	margin-right: 20px;
}
.header-logo ul li.chichiyasu{
	margin-right: 16px;
}
.header-main h1{
	margin: 16px 0 17px 40px;
	padding: 0;
	line-height: 1;
	height: 48px;
}
.header-main h1 img{
	vertical-align: bottom;
}
.header-categorylist{
	display: flex;
	flex-direction: row;
	margin: auto 0 auto 55px;
}
.header-categorylist li{
	margin: 0 28px 0 0;
	padding: 0 24px 0 0;
	position: relative;
	line-height: 1;
	width: max-content;
}
.header-categorylist li::before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #BFBFBF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.header-categorylist li:last-child{
	margin: 0;
	padding: 0;
}
.header-categorylist li:last-child::before{
	display: none;
}
.header-categorylist a{
	font-size: 1.4rem;
	color: #222222;
	text-decoration: none;
	display: block;
	line-height: 1;
}
.header-right{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: max-content;
	margin: 0 0 0 auto;
}
.header-right ul{
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-right: 40px;
}
.header-right ul li > div,
.header-right ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-decoration: none;
	color: #222;
	position: relative;
}
.header-search-btn{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-right ul li .header-search-inner{
	position: relative;
}
.header-right ul li .header-search-inner .header-search-form{
	position: absolute;
	top: 80px;
	right: 0;
	width: 360px;
	display: none;
}
.header-right ul li .header-search-inner .header-search-form form{
	position: relative;
	z-index: 1;
}
.header-search-form-bg{
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 81px;
	height: 65px;
	width: 100%;
	
}
.header-search{
	cursor: pointer;
}
.header-right ul li .header-search-inner .block-global-search--submit{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 19px;
    height: 19px;
    margin: auto 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.header-right ul li.header-brand-kenkotai a img{
	height: 35px;
}
.header-right ul li.header-brand-teashop a img{
	height: 41px;
}
.header-right ul li.header-brand-tullys a img{
	height: 51px;
}
.header-right ul li.header-brand-chichiyasu a img{
	height: 22px;
}
.header-right ul li.header-brand-tsuchikura a img{
	height: 52px;
}
.block-headernav--cart-count{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D54B60;
	color: #fff;
	font-size: 12px;
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	right: 5px;
	font-family: "Barlow", sans-serif;
	font-weight: bold;
	line-height: 1;
}
.header-language{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #222222;
	font-weight: 500;
	font-size: 12px;
	margin-right: 20px;
	font-family: "Barlow", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
}
.header-language p{
	padding: 0 0 0 19px;
	background: url(../img/header/language.png) left center no-repeat;
}
.header-brand-list-title{
	width: 100px;
}
.header-brand-list-title{
	position: relative;
	height: 81px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	background: #2E9B3B url(../img/header/brandlistshape.png) center bottom 12px no-repeat;
}
.header-brand-list-title span:hover{
	opacity: 0.8;
}
.header-brand-list-wrap{
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 10;
	width: 200px;
}
.header-brand-list-title.active{
	background: #2E9B3B url(../img/header/brandlistshape_up.png) center bottom 12px no-repeat;

}
.header-brand-list-title ul{
	background: #fff;
	display: none;
	flex-direction: column;
	z-index: 2;
	background: #F7F7F7;
	padding: 3px 4px;
	box-sizing: border-box;
	gap: 2px;
	margin: 0 0 0 0;
}
.header-brand-list-title ul li{
	margin-bottom: 2px;
}
.header-brand-list-title ul li:last-child{
	margin-bottom: 0;
}
.header-brand-list-title ul li > div,
.header-brand-list-title ul a{
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.header-brand-list-title ul a:hover{
	opacity: 0.8;
}
.header-foot{
	background: #2E9B3B;
	text-align: center;
	padding: 9px 0 8px;
}
.header-foot a,
.header-foot p{
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
}
.header-foot span{
	margin: 0 0 0 3rem;
}
/*-----ヘッダー-----*/

/*-----パンくずリスト-----*/
.page-goods .pane-topic-path{
	margin: 0 0 12px 0;
	padding: 14px 0 14px;
}
.pane-topic-path {
	margin: 0 0 12px 0;
	padding: 14px 0 14px;
	background: none;
}
.pane-topic-path .container {
	width: 1200px;
	margin: 0 auto;
}
.block-topic-path--list .block-topic-path--item__home .block-topic-path--item__homeinner,
.block-topic-path--list .block-topic-path--item__home a {
	text-indent: -9999px;
	display: block;
	background: url(/cms/teashopitoen/img/home.png) center center no-repeat;
	width: 18px;
	height: 18px;
}
.block-topic-path--list li:nth-child(n+2) span + span::before,
.block-topic-path--list li:nth-child(n+2) a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	transform: rotate(-45deg);
	transition: all 0.3s;
	content: "";
	box-sizing: border-box;
}
.pane-topic-path .block-topic-path {
	padding: 0;
	margin: 0!important;
}
.block-topic-path--list {
	line-height: 1;
	text-align: left;
}

.block-topic-path--list li {
	padding-right: 0;
	vertical-align: middle;
	display: inline-block;
}
.block-topic-path--list li .block-topic-path--item__current a,
.block-topic-path--list li a,
.block-topic-path--list li span,
.block-topic-path--list li.block-topic-path--category-item a {
	text-decoration: underline;
	color: #888888;
	font-size: 1.2rem;
}
span.block-topic-path--delimiter {
	display: none;
}

.block-topic-path--item__current a span,
.block-topic-path--item__current a,
.block-topic-path--list li:nth-child(n+2).block-topic-path--item__current a {
	text-decoration: none;
	color: #222222;
}
.block-topic-path--list li:nth-child(n+2) span + span{
	text-decoration: none;
	color: #222222;
}
.block-topic-path--list li:nth-child(n+2) span + span,
.block-topic-path--list li:nth-child(n+2) a {
	padding-left: 11px;
	margin-left: 0;
	display: block;
	position: relative;
}
.block-topic-path--list li .block-topic-path--item__current a,
.block-topic-path--list li a,
.block-topic-path--list li span,
.block-topic-path--list li.block-topic-path--category-item a {
	font-size: 1.2rem;
}
.block-topic-path--list li a {
	line-height: 1;
}
.block-topic-path--item__current a span, .block-topic-path--item__current a,
.block-topic-path--list li:nth-child(n+2).block-topic-path--item__current a {
	text-decoration: none;
	color: #222222;
	font-size: 1.2rem;
}
/*-----パンくずリスト-----*/

/*-----フッター-----*/
footer{
	background: #444444;
}
footer.common-footer{
	background: #444444;
}
footer.common-footer .footer-main{
	padding-top: 52px;
}
footer.common-footer ul.footer-staticpage-list{
	display: flex;
}
footer.common-footer .footer-logo{
	margin: 0;
	padding: 40px 0;
	background: #fff;
}
.footer-logo{
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.footer-logo ul{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer-logo ul li.kenkotai{
	margin-right: 24px;
}
.footer-logo ul li.teashop{
	margin-right: 28px;
}
.footer-logo ul li.crazyJasmine2{
	margin-right: 28px;
}
.footer-logo ul li.tullys{
	margin-right: 24px;
}
.footer-logo ul li.chichiyasu{
	margin-right: 19px;
}


.footer-contact{
	background:#F7F7F7;
	color: #222222;
	padding: 47px 0 53px 0;
}
.footer-contact{
	width: 100%;
	margin: 0 auto;	
}
.footer-contact-main{
	max-width: 1200px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0;
}
.footer-contact-main ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.footer-contact-main ul.hidden-fb{
	display: none;
}
.footer-contact-main li{
	width: calc((100% / 3) + 20px);
}
.footer-brand-paymentlist{
	display: flex;
	flex-direction: row;
	width: max-content;
	margin: 0 auto;
}
.footer-brand-paymentlist ul{
	width: unset;
	gap: 0;
}
.footer-brand-paymentlist li{
	width: unset;
}
.footer-brand-paymentlist ul li{
	width: unset;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}
.footer-brand-paymentlist ul picture{
	height: max-content;
	line-height: 1;
}


.footer-contact address{
	text-align: center;
	display: block;
	width: max-content;
	margin: 0 auto;
}
.footer-contact address p{
	color: #222222;
	font-size: 1.4rem;
	line-height: 1.8;
}
.footer-contact address img{
	margin-bottom: 16px;
	vertical-align: bottom;
}
.footer-contact-items{
	max-width: 1000px;
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 20px;
}
.footer-brand-staticlist{
	text-align: center;
	width: 100%;
	margin: 40px 0 0 0;
}
.footer-brand-staticlist ul{
	text-align: center;
	width: max-content;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 16px;
	gap: 0;
}
.footer-brand-staticlist ul:last-of-type{
	margin-bottom: 0;
}
.footer-brand-staticlist ul li{
	width: max-content;
	line-height: 1;
	padding: 0 28px 0 0;
	margin: 0 28px 0 0;
	position: relative;
}
.footer-brand-staticlist ul li.pdf:last-child,
.footer-brand-staticlist ul li.pdf {
    padding-right: 44px;
}
.footer-brand-staticlist ul li.pdf::before{
    width: 12px;
    height: 12px;
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
}
.footer-brand-staticlist ul li::after{
	width: 1px;
	height: 14px;
	background: #BFBFBF;
	display: inline-block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.footer-brand-staticlist ul li:last-of-type::after{
	display: none;
}
.footer-brand-staticlist ul li:last-child{
	margin: 0;
	padding: 0;
}
.footer-brand-staticlist ul li a{
	color: #222222;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 1;
}
.footer-contact-item{
	width: calc((100% / 2) - 10px);
}
.footer-contact-item-title{
	color: #222222;
	text-align: center;
	padding: 0 25px;
	width: max-content;
	margin: 0 auto;
	line-height: 1;
	font-weight: bold;
}

.footer-contact-inner{
	border: 1px solid #2E9B3B;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 8px;
	min-height: 106px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2E9B3B;
	margin-top: 16px;
	flex-direction: column;
}
p.footer-contact-text1{
	font-size: 2.4rem;
	font-weight: bold;	
	padding: 0 0 0 45px;
}
p.footer-contact-text2{
	font-size: 3.2rem;
	font-weight: bold;	
	padding: 0 0 0 41px;
	margin-bottom: 12px;
	line-height: 1;
}
p.footer-contact-text3{
	font-size: 1.4rem;
	text-align: center;
	color: #222222;
}
.footer-contact-comment{
	width: max-content;
	margin: 16px auto 0;
	font-size: 1.4rem;
	color: #222222;
	display: flex;
	align-items: center;
	flex-direction: row;
	
}
.footer-contact-comment span{
	font-weight: bold;
	text-decoration: underline;
}
.footer-main{
	margin: 0;
	padding: 32px 0 16px 0;
	text-align: center;
}
.footer-main ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 56px;
}
.footer-main ul li a{
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
}
.footer-main ul li a:hover{
	text-decoration: underline;
}
.footer-main ul li{
	margin: 0 28px 0 0;
	padding: 0 28px 0 0;
	position: relative;
	min-width: max-content;
}

.footer-staticpage-list li.pdf{
	padding-right: 48px;
}
.footer-staticpage-list li.pdf::before{
	background: url(/cms/teashopitoen/img/pdf.png) no-repeat right center;
	width: 12px;
	height: 12px;
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto 0;
}
.footer-main ul li.pdf::after{
	right: 0;
}
.footer-main ul li::after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #888888;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.footer-main ul li::after{
	right: 0;
}
.footer-main ul li:last-child{
	margin: 0;
	padding: 0;
}
.footer-main ul li:last-child::after{
	display: none;
}
.footer-main small{
	color: #AAAAAA;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 1px;
}
.footer-main .pdf{
	margin-left: 8px;
}

.card_visa{margin-right: 6px;}
.card_mastercard{margin-right: 3px;}
.card_jcb{margin-right: 4px;}
.card_amex{margin-right: 8px;}

.card_p{margin-right: 13px;}
.card_diners{margin-right: 8px;}
.card_d{margin-right: 8px;}
.card_amazonpay{margin-right: 11px;}
/*-----フッター-----*/

/*-----タイトル-----*/
.block-top-title{
	width: max-content;
	margin: 0 auto;
	text-align: center;
	font-size: 2.8rem;
}
.block-top-title span{
	display: block;
    margin-top: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
}
/*-----タイトル-----*/






body[data-brand="kenkotai"] #goodsdetail_itemhistory .block-recent-item--header{
    color: #222222;
    font-size: 3.6rem;
    font-weight: bold;   
}
body[data-brand="kenkotai"] #goodsdetail_itemhistory .block-recent-item--header span{
		color: #2E9B3B;
		font-weight: bold;
		font-size: 1.2rem;
}

body[data-brand="teashop"] #goodsdetail_itemhistory .block-recent-item--header{
    color: #222222;
    font-size: 2.8rem;
    font-weight: normal;   
}
body[data-brand="teashop"] #goodsdetail_itemhistory .block-recent-item--header span{
		color: #222222;
		font-weight: 500;
		font-size: 1.2rem;
}

body[data-brand="tullys"] #goodsdetail_itemhistory .block-recent-item--header{
    color: #044116;
    font-size: 2.8rem;
    font-weight: 500;   
}
body[data-brand="tullys"] #goodsdetail_itemhistory .block-recent-item--header span{
		color: #044116;
		font-weight: 500;
		font-size: 1.2rem;
}

body[data-brand="chichiyasu"] #goodsdetail_itemhistory .block-recent-item--header{
    color: #E51F19;
    font-size: 2.8rem;
    font-weight: bold;   
    font-family: "Zen Maru Gothic", serif;
}
body[data-brand="chichiyasu"] #goodsdetail_itemhistory .block-recent-item--header span{
   color: #E51F19;
   font-weight: 500;
}

body[data-brand="tsuchikura"] #goodsdetail_itemhistory .block-recent-item--header{
    color: #222222;
    font-size: 2.8rem;
    font-weight: 500;   
		font-family: "Noto Serif JP", serif;
}
body[data-brand="tsuchikura"] #goodsdetail_itemhistory .block-recent-item--header span{
   color: #222222;
	 font-size: 1.2rem;
   font-weight: 500;
}
@media print, screen and (max-width: 767px) {
	.header-search-inner span{
		display: none;
	}
	.header-search{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header{
		min-height: 48px;
	}
	.header-brand-list {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}	
	.forcms_block .header-right ul{
		top: 0;
	}
	.forcms_block .header-right-menu{
		margin-top: 6px;
	}
	.header-logo{
		display: none;
	}
	.hidden-fb{
		display: block;
	}
	
	.hidden-sb,
	.hidden-sb-teashop{
		display: none;
	}	
	body{
		min-width: unset;
	}
	/*-----ヘッダー-----*/
	/*
	.header-right{
		position: fixed;
	}
	.header-top.fixed,
	.header-right.fixed{
		display: none;
	}*/
	.header-top .header-language.hidden-sb-teashop{
		display: none;
	}	
	.header-top{
		padding: 10px 0 10px 12px;
	}
	.header-top-text p{
		font-size: 0.9rem;
		line-height: 1.4;
	}
	.header-top-text picture{
		margin-right: 6px;
	}
	.header-top-text img{
		height: 25px;
		vertical-align: bottom;
	}
	.wrapper_ header{
		height: 48px;
		box-sizing: border-box;
		top: 0;
	}
	header.fixed{
		top: 0;
	}
	.header-main {
		height: 48px;
	}
	header .header-main h1 {
		margin: 0;
		padding: 8px 0 8px 12px;
		height: unset;
	}
	.header-main h1 picture{
		height: 25px;
	}
	.header-main h1 img{
		height: 70px;
		display: block;
		vertical-align: bottom;
	}
	.header-search-form-bg{
		top: 48px;
	}
.header-right ul li .header-search-inner > span{
	display: none;
}
	.header-right ul li .header-search-inner .header-search-form form{
    position: fixed;
    z-index: 1;
    left: 0;
    width: 100%;
		padding: 0 24px;
		box-sizing: border-box;
		top: 55px;
	}
	.header-right ul li .header-search-inner .block-global-search--submit{
		right: 40px;
	}
	.header-right > ul{
		margin-right: 0;
		right: 12px;
		position: relative;
		z-index: 100;		
	}
	
	.header-right ul li a span{
		display: none;
		font-size: 1.1rem;
	}
	.header-right ul li a picture{
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-right ul li.header-login a{
		width: 30px;
	}
	.header-right ul li.header-login img{
		width: 24px;
	}
	.header-right ul li.header-favorite a{
		width: 30px;
	}
	.header-right ul li.header-favorite img{
		width: 24px;
	}
	.header-right ul li.header-cart img{
		width: 23px;
	}
	.header-right ul li.header-cart a{
		width: 37px;
	}
	.header-right ul li.header-cart picture{
		width: 37px;
		height: 36px;
		margin: 0 0 0 2px;
		justify-content: start;
	}
	.header-right .header-brand-list-wrap{
		top: 48px;
		left: 0;
		right: unset;
		width: 100%;
		flex-wrap: wrap;
		display: flex;
	}
	
	.header-right .header-brand-list-wrap ul{
		margin: 0;
		padding: 16px 20px 28px;
		width: 100%;
		flex-direction: row;
		overflow: hidden;
		top: 0;
	}
	.header-right .header-brand-list-wrap ul li{
		width: calc((100%/2) - 4px);
		float: left;
		margin-bottom: 2%;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-kenkotai img{
		max-width: unset;
		width: unset;
		height: 35px;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-teashop img{
		max-width: unset;
		width: unset;
		height: 41px;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-tullys img{
		max-width: unset;
		width: unset;
		height: 51px;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-chichiyasu img{
		max-width: unset;
		width: unset;
		height: 22px;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-tsuchikura img{
		max-width: unset;
		width: unset;
		height: 52px;
	}
	.header-right .header-brand-list-wrap ul li:nth-child(odd){
		margin-right: 1%;
	}
	.header-right .header-brand-list-wrap ul li:nth-child(even){
		margin-left: 1%;
	}
	.header-right .header-brand-list-wrap ul li.header-brand-crazyjasmine2 img{
		height: 52px;
	}
	.block-headernav--cart-count{
		right: 0;
		top: 0;
	}
	.header-brand-list-title{
		width: 76px;
		height: 48px;
		font-size: 0.9rem;
		font-size: 1.1rem;
		align-items: start;
		padding: 14px 0 0 0;
		box-sizing: border-box;
		position: static;
		background: #2E9B3B url(../img/header/sp/brandlistshape.png) center bottom 8px no-repeat;
		background-size: 6px auto;
	}
	.header-brand-list-title.active{
		background: #2E9B3B url(../img/header/sp/brandlistshape.png) center bottom 8px no-repeat;
		background-size: 6px auto;
	}
	/*-----ヘッダー-----*/
	body div.mainframe_ div.container,
	.pane-topic-path .container{
		width: unset;
	}
	/*-----フッター-----*/
	.top-footer{
		display: flex;
		flex-direction: column;
	}
	.top-footer .footer-logo{
		order: 1;
	}
	.top-footer .footer-language{
		order: 2;
	}
	.top-footer .footer-main{
		order: 3;
	}
	footer{
		padding: 0 0 20px;
	}
	footer{
		display: flex;
		flex-direction: column;
	}
	.footer-logo{
		flex-direction: column;
		order: 1;
	}
	.footer-logo ul{
		gap: 24px;
		margin-bottom: 12px;
	}
.footer-logo ul:last-of-type{
	margin-bottom: 0;
}
.footer-logo ul li.kenkotai{
	margin-right: 0;
}
.footer-logo ul li.kenkotai img{
	height: 36px;
}
.footer-logo ul li.teashop{
	margin-right: 0;
}
.footer-logo ul li.teashop img{
	height: 45px;
}
.footer-logo ul li.crazyJasmine2{
	margin-right: 0;
}
.footer-logo ul li.crazyJasmine2 img{
	height: 52px;
}
.footer-logo ul li.tullys{
	margin-right: 0;
}
.footer-logo ul li.tullys img{
	height: 52px;
}
.footer-logo ul li.chichiyasu{
	margin-right: 0;
}	
.footer-logo ul li.chichiyasu img{
	height: 30px;
}
.footer-logo ul li.tsuchikura img{
	height: 55px;
}
	.footer-language{
		padding: 44px 24px 28px 24px;
		order: 2;
	}
	.footer-main{
		margin: 0 24px;
		padding: 28px 0 0;
		border-top: 1px solid #fff;
		order: 3;
	}
	.footer-main ul{
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 20px;
	}
	.footer-main ul li:after{
		display: none;
	}
	ul.footer-staticpage-list{
		margin-bottom: 60px;
	}
	ul.footer-staticpage-list li.pdf{
		margin-left: 0;
	}
	.footer-language{
		text-align: left;
	}
	.footer-language select{
		margin-bottom: 8px;
		width: 200px;
		height: 40px;
		border: none;
		outline: none;
		border-radius: 4px;
		padding: 0 16px;
		background: #fff url(../img/footer/sp/pulldown.png) right 16px center no-repeat;
		background-size: 9.5px auto;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.footer-language p{
		color: #fff;
		font-size: 1.2rem;
	}
	.footer-main .pdf img{
		height: 12px;
	}
	.footer-brand-paymentlist {
		flex-direction: column;
	}
	.footer-brand-paymentlist ul{
		width: unset;
		gap: 3px;
		margin: 0 0;
	}
	.footer-brand-paymentlist ul li {
		margin: 0;
		width: unset;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-brand-paymentlist ul li picture{
		height: max-content;
		line-height: 1;
	}

	.footer-brand-paymentlist ul li.card_visa img{
			height: 15px;
			margin-right: 6px;
	}
	.footer-brand-paymentlist ul li.card_mastercard img{
			height: 37px;
			margin-right: 3px;
	}
	.footer-brand-paymentlist ul li.card_jcb img{
			height: 33px;
			margin-right: 4px;
	}
	.footer-brand-paymentlist ul li.card_amex img{
			height: 38px;
			margin-right: 8px;
	}
	.footer-brand-paymentlist ul li.card_p img{
			height: 26px;
			margin-right: 0;
	}
	.footer-brand-paymentlist ul li.card_diners img{
			height: 33px;
			margin-right: 8px;
	}
	.footer-brand-paymentlist ul li.card_d img{
			height: 26px;
			margin-right: 8px;
	}
	.footer-brand-paymentlist ul li.card_amazonpay img{
			height: 27px;
			margin-right: 10px;
	}
	.footer-brand-paymentlist ul li.card_paidy img{
			height: 19px;
			margin-right: 0px;
	}	
	.footer-contact-comment p{
		display: flex;
    justify-content: center;
    align-items: center;
	}
	.footer-contact-comment{
		flex-direction: column;
	}
	/*-----フッター-----*/
	
	/*-----タイトル-----*/
	.block-top-title{
        font-size: 2.4rem;
        margin: 0 auto 48px;
	}
	.block-top-title span{
        font-size: 1.2rem;
        margin-top: 10px;
	}
	/*-----タイトル-----*/

	.footer-staticpage-list li.pdf::before{
		background: url(/cms/teashopitoen/img/sp/pdf.png) no-repeat right center;
		background-size: 12px 12px;
	}
	#goodsdetail_itemhistory .swiper-wrapper {
        margin-left: 16px;
  }

	body[data-brand="kenkotai"] #goodsdetail_itemhistory .block-recent-item--header{
		font-size: 2.8rem;
	}
	body[data-brand="kenkotai"] #goodsdetail_itemhistory .block-recent-item--header span{
		font-weight: 500;
	}
	body[data-brand="teashop"] #goodsdetail_itemhistory .block-recent-item--header{
		font-size: 2.8rem;
	}
	body[data-brand="teashop"] #goodsdetail_itemhistory .block-recent-item--header span{
		font-weight: 500;
	}	
	body[data-brand="tullys"] #goodsdetail_itemhistory .block-recent-item--header{
		font-size: 2.8rem;
	}
	body[data-brand="tullys"] #goodsdetail_itemhistory .block-recent-item--header span{
		font-weight: 500;
	}	

	.page-event .block-event-page .block-pickup-list-p{
		border-bottom: none;
	}
	.page-event .block-event-page{
		margin: 0;
	}
	.page-event .block-event-page .block-pickup-list-p--goods-image{
		float: left;
	}
	.page-event .block-event-page .block-event-page--header{
		margin: 0 16px 0;
	}
	.page-event .block-event-page .block-pickup-list-p--item{
		padding: 24px 16px;
	}
	.page-event .block-event-page .block-pickup-list-p--goods-right{
		float: left;
		width: 61%;
		padding-left: 10px;
	}
	.page-event .block-event-page .block-pickup-list-p--goods-description{
		clear: both;
		margin: 10px 0 0 0;
		padding: 0;
		display: block;
	}
	.page-event .block-event-page .block-pickup-list-p--goods-name{
		font-size: 16px;
	}
	.header-foot{
		display: flex;
		flex-direction: column;
	}
	.header-foot p span{
		display: block;
	}
	.header-foot p span{
		margin: 0;
	}
}

@media print, screen and (max-width: 400px) {
	.footer-brand-staticlist ul li a{
		letter-spacing: -0.03em;
	}
}


.header-brand-bg{
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.forcms_block .error{
	text-align: center;
	border: medium double #808080;
	position: relative;
	color: #222;
	width: 500px;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
.forcms_block .error a{
	color: #222;
}

@media print, screen and (max-width: 767px) {
	.forcms_block .error{
		width: unset;
		margin: 10px;
	}
}
.page-genre .block-genre-page--header-freespace .block-category-list--sub-title,
.page-category .block-category-list--header-freespace h2.block-category-list--sub-title {
  margin: 0 auto 16px;
  padding: 0;
  text-align: center;
  border: none;
  color: #044116;
  font-size: 2.0rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  width: max-content;
}
.page-genre .block-genre-page--header-freespace .block-category-list--sub-title span,
.page-category .block-category-list--header-freespace h2.block-category-list--sub-title span {
    color: #044116;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 6px;
}
.block-category-style-g--items-0 {
  padding: 16px 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block-category-style-g--image {
  margin-bottom: 8px;
}
.block-category-style-g--name {
  font-size: 1.2rem;
  text-align: center;
}
.block-category-style-g--item {
    width: calc((100% - 60px) / 4);
}
.block-category-style-g--image figure {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}
.block-category-style-g--image figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}