@charset "utf-8";
/* CSS Document */

/*------------------------
	共通要素
------------------------*/
body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#contents {
    width: 1000px;
    padding-top: 40px;
}
#main-column {
    width: 700px;
}
.header_area {
    margin: 0;
}
.w-1200 {
	width: 1200px;
	margin: 0 auto;
}
.flex-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.smp-V {
	display: none;
}
a:active {
    color: #285808;
}
a:hover img, a:hover p {
    opacity: .8;
}

@media (max-width:1200px){
.w-1200 {
	width: 100%;
	padding: 0 2%;
	box-sizing: border-box;
}	
}

@media (max-width:1000px){
#contents {
	width: 100%;
	padding: 40px 2% 0;
	box-sizing: border-box;
}
#main-column {
    width: 70%;
}
#sub-column {
    margin-right: 4%;
	width: 26%;
}	
}

@media (max-width:768px){
#main-column {
    width: 100%;
}	
#contents {
	padding: 30px 2% 0;
}	
.smp-V {
	display: block;
}	
}

@media (max-width:480px){
}

/*------------------------
	電話番号・メール
------------------------*/
.contact-area {
    display: flex;
	gap: 40px;
}
.contact-area a {
    display: flex;
	align-items: center;
}
.contact-area a {
    text-decoration: none;
}
.contact-area a.call {
    pointer-events: none;
}
.contact-area a img {
	filter: brightness(0) invert(1);
	vertical-align: middle;
}
.contact-area img.c-tel {
    width: 20px;
	margin-right: 5px;
}
.contact-area img.c-mail {
    width: 18px;
	margin-right: 10px;
}
.contact-area a p {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	letter-spacing: 0.05rem;
}
#footer-inner .contact-area a p {
    font-weight: normal;
}

@media (max-width:1200px){
.footer-navi .contact-area {
    gap: 20px;
}	
}

@media (max-width:768px){
.header-top .contact-area {
    display: none;
}
#footer-inner .contact-area {
    gap: 10px;
}
#footer-inner .contact-area a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}	
#footer-inner .contact-area a p, #footer-inner .contact-area a span {
	color: #fff;
	font-size: 14px;
    font-weight: bold;
}	
.contact-area a.call {
    pointer-events: auto;
}	
}

/*------------------------
	サイドバー
------------------------*/
/*バナー一覧*/	
.side-bnr-list {
    margin: 5% 0;
}
.side-bnr-list a {
    display: block;
	margin-bottom: 15px;
}
.side-bnr-list img {
    width: 100%;
	vertical-align: bottom;
}

/*------------------------
	ドロワーメニュー
------------------------*/
@media (max-width:768px){
#sub-column {
	background-color: #fff;
	width: 50%;
	right: -50%;
	padding: 120px 3% 0;
	margin-right: 0;
}	
#sub-column h2, .leftSearch {
	background-color: #fff;
}
	
/*ハンバーガーアイコン*/	
li#header-nav-drawer {
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 46px;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 2%;
	top: 66px;
	white-space: nowrap;
	width: 50px;
	z-index: 101;
}
li#header-nav-drawer.is-scrolled {
    background: #ffffffcc;
}
li#header-nav-drawer:after {
    content: "メニュー";
	color: #fff;
    font-size: 12px;
    line-height: 1.2;
    font-weight: bold;
    position: absolute;
    bottom: 0;
	left: 0;   
    width: 100%;
    text-align: center;
}
li#header-nav-drawer.is-scrolled:after,
li#header-nav-drawer.spsDrawerOpen:after{
	color: #333;
}		
#header-nav-drawer span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 3px;
	margin: -9px 0 0 -12px;
	background: #fff;
	transition: .2s;
}
#header-nav-drawer.is-scrolled span {
	background: #333;
}
#header-nav-drawer.spsDrawerOpen.is-scrolled span {
	background: transparent;
}		
#header-nav-drawer span::before, #header-nav-drawer span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 23px;
	height: 3px;
	background: #fff;
	transition: .3s;
}
#header-nav-drawer.is-scrolled span::before, #header-nav-drawer.is-scrolled span::after,
#header-nav-drawer.spsDrawerOpen span::before, #header-nav-drawer.spsDrawerOpen span::after {
	background: #333;
}		
#header-nav-drawer span::before {
	margin-top: -9px;
}
#header-nav-drawer span::after {
	margin-top: 6px;
}	
body#EST_SPS_cart li#header-nav-drawer {
    display: none;
}	
	
/*検索窓*/
.leftSearch #searchbox form {
	height: auto;
}
.leftSearch #searchbox input.searchbox {
	height: 39px !important;	
	font-size: 16px;
}
.leftSearch #searchbox input.searchSubmit {
	height: 39px;
	width: 60px;
}	
}

@media (max-width:580px){
#sub-column {
	width: 70%;
	right: -70%;
}	
	
/*ハンバーガーアイコン*/	
li#header-nav-drawer {
	top: 67px;
}	
li#header-nav-drawer:after {
	font-size: 10px;
	bottom: 3px;
}
#header-nav-drawer span {
	margin: -12px 0 0 -12px;
}	
}

@media (max-width:480px){
#sub-column {
	width: 80%;
	right: -80%;
}	
	
/*ハンバーガーアイコン*/	
li#header-nav-drawer {
	top: 54px;
}
li#header-nav-drawer:after {
	bottom: 4px;
}	
#header-nav-drawer span {
	margin: -11px 0 0 -12px;
}	
}

/*------------------------
	ボタン
------------------------*/
#floating-menu {
	bottom: 80px;
	z-index: 99;
}
p#to-cart a, p#page-top a {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
p#to-cart a img, p#page-top a img {
    display: none;
}
p#to-cart a ,p#to-cart a:hover {
    background: url(https://tatezakura.jp/pic-labo/right_cart.png) no-repeat;
    background-size: 100%;
}
p#page-top a ,p#page-top a:hover {
    background: url(https://tatezakura.jp/pic-labo/pagetop.png) no-repeat;
    background-size: 100%;
}

/*------------------------
	トップイメージの入替
------------------------*/
section #guide .guide01 p {
    font-size: 80%;
    line-height: 2;
    margin: 5px 0 10px;
}

/*------------------------
	商品一覧
------------------------*/
.column4 p.inner-catch, .column5 p.inner-catch {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*------------------------
	商品詳細ページ
------------------------*/
#itemDetail-cont .itemThumb-wrap {
    width: 50%;
    margin: 0 5% 0 0;
}
#itemDetail-cont .itemOutline {
    width: 45%;
}
section#itemDetail-wrap .description p {
    font-size: 90%;
    line-height: 180%;
}
article#Detail .itemOutline ul.infoArea {
    height: auto;
}
.snsArea {
    width: initial;
    height: auto;
    min-height: 0;
}
.snsArea tr {
    height: auto;
}
.snsArea tr td {
    height: 30px;
}
.fl_thumbnail {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #4a7a2a !important;
}
.fl_img_selected {
    background-color: #dce8d4 !important;
}

@media (max-width:580px){
#itemDetail-cont .itemThumb-wrap {
    width: 100%;
    margin: 0 0 5%;
}
#itemDetail-cont .itemOutline {
    width: 100%;
}
}

/*------------------------
	カート
------------------------*/
.member_bnr_cart {
    width: 80%;
    margin: 3% auto;
}
.member_bnr_cart img {
    display: block;
	vertical-align: bottom;
}

/*------------------------
	Google口コミ
------------------------*/
div#___ratingbadge_0 {
    z-index: 99!important;
}