/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/



.comingsoon {
	position: relative; 
}
.comingsoon::after {
	content: "Coming soon";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 25;/*
	cursor: not-allowed;*/
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.comingsoon:hover::after {
	opacity: 1;
	visibility: visible;
}

.comingsoon_link {
	position: relative; 
}
.comingsoon_link::after {
    content: "Coming soon";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 0 .6em;
}
.comingsoon_link:hover::after {
	opacity: 1;
	visibility: visible;
}





.full_link_col {
  position: relative;
}
.stretched_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.full_link_col .col-inner {
  position: static;
}
.full_link_col > .col-inner {
  position: relative;
}
.full_link_col .col {
  position: static;
}
.full_link_col .stretched_link {
  position: static !important;
}
.full_link_col .front_link {
  position: relative !important;
  z-index: 2;
}



.back-to-top.button.icon.circle {
	padding: 1px 0;
}
.header-nav.nav-line-bottom>li>a:before, .header-nav.nav-line-grow>li>a:before, .header-nav.nav-line>li>a:before {
    height: 1px;
}
.header-nav-main.nav-left,
.header-nav-main.nav-right {
	justify-content: space-evenly;
}/*
.header-nav-main.nav-left > li:first-of-type{
    margin-right: 13%;
	font-size: .75em;
	line-height: 1.5;
}
.header-nav-main.nav-left > li:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 82%;
    top: 8%;
    left: -1em;
    background-color: #CECECE;
}*/



.head_txt01 {
    margin-right: 13%;
	font-size: .9em;
	line-height: 1.5;
}


.head_txt01::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 82%;
    top: 8%;
    left: -1em;
    background-color: #CECECE;
}



.is-outline:hover, .primary.is-outline:hover {
	color: var(--fs-color-base);
    background-color: #D7D7D7;
}
.button.primary:hover {
	color: var(--fs-color-base);
    background-color: #D7D7D7;
	border: 1px solid var(--fs-color-base);
}

.banner.has-hover,
.btn_circular .text-box > .text-box-content,
.btn_circular .text-box > .text-box-content::before {
	transition: 0.5s ease;
}
.btn_circular .text-box > .text-box-content::before {
    content: "";
    position: absolute;
    inset: -6%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
}
.btn_circular:hover .text-box > .text-box-content {
    background-color: #F2F2F2 !important;
}
.btn_circular:hover .text-box > .text-box-content::before {
    content: "";
    position: absolute;
    inset: -6%;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
}
.btn_brown {
	color: var(--fs-color-base);
	border: 1px solid var(--fs-color-base);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/arrow_line_white.svg') no-repeat var(--fs-color-base) 90% 50% / 27px;
}
.btn_brown:hover {
	border: 1px solid var(--fs-color-base);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/arrow_line.svg') no-repeat #fff 90% 50% / 27px;
}
.btn_brown:hover .dark p {
	color: var(--fs-color-base);
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
	min-height: 2em;
	line-height: 2.2em;
}
.bnr_hover_shadow:hover {
	box-shadow: 0px 2px 20px rgba(99, 92, 86, 0.2);
}
.btn_brown_external {
	color: var(--fs-color-base);
	border: 1px solid var(--fs-color-base);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external_white.svg') no-repeat var(--fs-color-base) 90% 50% / 15px;
}
.btn_brown_external:hover {
	border: 1px solid var(--fs-color-base);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external-1.svg') no-repeat #fff 90% 50% / 15px;
}
.btn_brown_external:hover .dark p {
	color: var(--fs-color-base);
}
.btn_brown2_external {
	color: var(--fs-color-secondary);
	border: 1px solid var(--fs-color-secondary);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external_white.svg') no-repeat var(--fs-color-secondary) 90% 50% / 15px;
}
.btn_brown2_external:hover {
	border: 1px solid var(--fs-color-secondary);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external-1.svg') no-repeat #fff 90% 50% / 15px;
}
.btn_brown2_external:hover .dark p {
	color: var(--fs-color-secondary);
}
.btn_wine_external {
	color: var(--fs-color-success);
	border: 1px solid var(--fs-color-success);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external_white.svg') no-repeat var(--fs-color-success) 90% 50% / 15px;
}
.btn_wine_external:hover {
	border: 1px solid var(--fs-color-success);
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/ico_external-1.svg') no-repeat #fff 90% 50% / 15px;
}
.btn_wine_external:hover .dark p {
	color: var(--fs-color-success);
}
.btn_inline {
	display: inline;
}
.btn_inline > span {
	padding:0 .5em;
	font-size: .875rem;
	display: inline-block;
	vertical-align: text-bottom;
}
.bloglist_first_larger .post-item:first-of-type {
	max-width: 33%;
	flex-basis: 33%;
}
.bloglist_first_larger .post-item + .post-item {
	max-width: calc(67% / 3);
}
.bloglist_first_larger .blog-post-inner {
	display: flex;
	flex-flow: row wrap;
}
.bloglist_first_larger .post-meta {
	order: 1;
	color: #8D8D8D;
	font-size: .94rem;
}
.bloglist_first_larger .post-title {
	order: 2;
	font-size: .94rem;
	font-weight: 500;
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
.bloglist_first_larger .post-item:first-of-type .post-title {
	font-size: 1.125rem;
}

.bloglist_text .blog-post-inner {
	display: flex;
	flex-flow: row wrap;
}
.bloglist_text .post-item {
	padding-bottom: 0;
	margin-bottom: 10px;
}
.bloglist_text .post-item .col-inner {
	border-bottom: 1px solid #E3E3E3;
}
.bloglist_text .post-meta {
	order: 1;
	color: #8D8D8D;
	font-size: .94rem;
	width: 7em;
}
.bloglist_text .post-title {
	order: 2;
	font-size: .94rem;
	font-weight: 500;
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
	width: calc(100% - 9em);
}
.head_shop_btm .section-bg, 
.head_shop_btm .text-box-circle .text-box-content {
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_footer-1.webp') repeat 50% 50% ;
}


.bg_strawberries .section-bg {
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_strawberries.webp') no-repeat 99% 98% / 320px;
}
.bg_hamburger .section-bg {
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_hamburger-1.webp') no-repeat 112% 125% / 719px;
}
.bg_mizunobu .section-bg {
	background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_mizunobu.webp') no-repeat 99% 96% / 450px;
}
.bg_footer .section-bg {
	background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_footer-1.webp') repeat 50% 50% ;
}
.bg_news .section-bg,
.bg_news .col-inner {
	background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_news.webp') ;
}

.btn_btm_line.button.is-link {/*
	position: relative;*/
	text-decoration: none;
    background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/arrow_line.svg') no-repeat #fff 90% 50% / 27px;
	border-bottom: 2px solid #C7C7C7 !important;
	text-align: left;
}/*
.btn_btm_line span {
  position: relative;
  z-index: 2;
}*/
.btn_btm_line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: var(--fs-color-base);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.btn_btm_line:hover::after {
  transform: scaleX(1);
}
.box-blog-post .is-divider {
	display: none;
}
.shoplist >.nav {
	border-bottom: 1px solid #7C7C7C;
}
.shoplist >.nav > li {
    flex: 1;
    text-align: center;
    font-size: 1.8rem;
}
.shoplist >.nav > li > a {
	padding: 30px 0;
	display: block;
	color: #8D8D8D;
    font-weight: 500;
}
.shoplist >.nav > li.active > a {
	color: var(--fs-color-base);
}
.shoplist .nav-line-bottom>li>a:before, .shoplist .nav-line-grow>li>a:before, .shoplist .nav-line>li>a:before {
    height: 2px;
	bottom: -1px;
}


.footer_nav_accordion {
	margin-left: 1em;
}
.footer_nav_accordion .accordion-title {
	padding: .6em 0;
	background: none;
	font-size: 1rem;
	font-weight: 500;
	border-top: none;
	border-bottom: 1px solid #C7C7C7;
}
.footer_nav_accordion .accordion-title::before,
.footer_nav_accordion .accordion-title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--fs-color-base);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
}

.footer_nav_accordion .accordion-title::before {
  transform: translateY(-50%) rotate(0deg);
}

.footer_nav_accordion .accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.footer_nav_accordion .accordion-title.active::after {
  transform: translateY(-50%) rotate(0deg);
}



.footer_nav_accordion .accordion-inner {
    padding: 0;
	margin-bottom: 1em
}
.footer_nav_accordion .toggle {
	display: none;
}
.flatsome_recent_posts .post_comments {
    display: none;
}


.inline_bgwhite {
    margin: 0 4px;
    padding: 20px 7px 20px;
    display: inline-block;
    background: #fff;
    border: 1px solid #7C7C7C;
}
.button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    border: 1px solid;
}
.button, button, input[type=button], input[type=reset], input[type=submit] {
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {font-weight: 500 !important;}
body {
	line-height: 1.8;
}
body,
.yakuhan{
	font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}
.lh1 {line-height: 1 !important;}
.lh12 {line-height: 1.2 !important;}
.lh13 {line-height: 1.3 !important;}
.lh14 {line-height: 1.4 !important;}
.lh15 {line-height: 1.5 !important;}
.lh16 {line-height: 1.6 !important;}
.lh17 {line-height: 1.7 !important;}
.lh18 {line-height: 1.8 !important;}
.lh2 {line-height: 2 !important;}

.ls0 {letter-spacing: 0 !important;}
.ls1 {letter-spacing: 1px !important;}
.ls2 {letter-spacing: 2px !important;}
.ls3 {letter-spacing: 3px !important;}
.ls4 {letter-spacing: 4px !important;}
.ls5 {letter-spacing: 5px !important;}
.ls6 {letter-spacing: 6px !important;}
.ls7 {letter-spacing: 7px !important;}
.ls8 {letter-spacing: 8px !important;}
.ls9 {letter-spacing: 9px !important;}
.ls10 {letter-spacing: 10px !important;}

.fw4 {font-weight: 400 !important;}
.fw5 {font-weight: 500 !important;}
.fw6 {font-weight: 600 !important;}

.round10,
.round10 > .img-inner,
.round10 > div > .banner-bg,
.round10 > div > .banner-bg img,
.round10 > div > .banner-bg .overlay,
.round10 > .col-inner,
.round10::before,
.round10 > a > .img-inner {
	border-radius: 10px;
	overflow: hidden;
}
.round6,
.round6 > .img-inner,
.round6 > div > .banner-bg,
.round6 > div > .banner-bg img,
.round6 > div > .banner-bg .overlay,
.round6 > .col-inner,
.round6::before,
.round6 > a > .img-inner {
	border-radius: 6px;
	overflow: hidden;
}
.tate {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 3px;
}
@media screen and (max-width: 849px) {
}
@media screen and (max-width: 549px) {
	#logo img {
		padding: 0;
	}
	.header .stuck #logo img {
		padding: 10px 0;
	}
	.header #logo img,
	.header .stuck #logo img,
	.header .transparent #logo img {
		max-height: 70px !important;
	}
	.transparent .header-main,
	.header .stuck .header-main {
		height: 70px !important;
	}
	.mobile-nav.nav-left {
		margin-left: 15px;
	}
	.header-block-block-1 {
		width: 100%;
	}
	.off-canvas-center.mfp-bg.mfp-ready {
		margin-top: 70px;
	}
	.off-canvas-center .nav-vertical>li.menu-item {
		padding-right: 15px;
		padding-left: 15px;
	}
	.off-canvas-center .nav-vertical > li > a {
		padding-bottom: 10px;
		padding-top: 10px;
		font-size: 1rem;
		text-align: left;
		display: block;
		font-weight: 400;
		border-bottom: 1px solid #7E6165;
		background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/arrow_line_white.svg') no-repeat 90% 50% / 27px;
	}
	.footer_nav {
		
	}
	.home_main_txt {
		left: calc(50% - 6.4em);
	}
	.bg_strawberries .section-bg {
		background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_strawberries.webp') no-repeat 104% 0% / 104px;
	}
	.bg_hamburger .section-bg {
		background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_hamburger-1.webp') no-repeat 108% 1% / 231px;
	}
	.bg_mizunobu .section-bg {
		background: url('https://mizunobu.com/wp2026/wp-content/uploads/2026/03/bg_mizunobu_sp.webp') no-repeat 99% 6% / 210px;
	}
	.shoplist >.nav > li {
		font-size: 1.5rem;
	}
	.shoplist >.nav > li > a {
		padding: 10px 0;
	}
	.sp_center .is-divider {
		margin-right: auto;
		margin-left: auto;
	}
	.bloglist_first_larger .post-item:first-of-type,
	.bloglist_first_larger .post-item + .post-item{
		max-width: 100%;
		flex-basis: 100%;
		padding-bottom: 5px;
	}
	.bnr_history {
		
	}
	.shop_info_th .is-border {
		border: none;
	}
	.shop_info_th p {
		margin-bottom: 0;
		font-weight: 600;
	}
	.shop_info_th + .col > .col-inner {
		padding: 0 !important;
	}
	.bloglist_text .post-meta {
		width: 100%;
	}
	.bloglist_text .box-text {
		padding-top: 0;
		padding-bottom: 1em;
	}
	
	.header {
		z-index: 1043;
	}
	.nav:not(.nav-slide) .active>.children {
		margin-top: 10px;
	}
	.off-canvas-center .nav-vertical>li>ul>li a {
		padding: .3em 30px;
		text-align: left;
		display: block;
		font-family: "Noto Serif JP", sans-serif;
	}
	.menu-item-has-children {
	  position: relative;
	  margin-left: 1em;
	}
	.off-canvas-center .nav-sidebar.nav-vertical>li .toggle {
		right: 28px;
		top: 8px;
		width: 55px;
	}
	.off-canvas-center .nav-vertical > li.menu-item-has-children > a {
		background: none;
	}
	.menu-item-has-children .toggle i {
		display: none;
	}
	.menu-item-has-children .toggle::before,
	.menu-item-has-children .toggle::after {
		content: "";
		position: absolute;
		right: 16px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 2px;
		background: #fff;
		transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
	}
	.menu-item-has-children .toggle::before {
		transform: rotate(0deg);
	}
	.menu-item-has-children .toggle::after {
		transform: rotate(90deg);
	}
	.menu-item-has-children.active .toggle::after {
		transform: rotate(0deg);
	}
	.menu-item-has-children.active .toggle::before {
		transform: rotate(180deg);
	}
	.menu-item-has-children .accordion-inner {
		padding: 0;
		margin-bottom: 1em;
	}
	.mfp-close {
		top: 75px;
		right: 7px;
	}

}









.pcbr {display:inline;}
.tbbr {display:none;}
.spbr {display:none;}
@media (max-width: 768px) {
	.pcbr {display:none;}
	.tbbr {display:inline;}
	.spbr {display:none;}
	}
@media (max-width: 549px) {
	.pcbr {display:none;}
	.tbbr {display:none;}
	.spbr {display:inline;}
}
.mg00{	margin: 0 !important;}
.mb00{	margin-bottom:0px;}

.banner a{
	z-index:12;
}



/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}