@charset "UTF-8";
body .site {
	font-size: 14px;
	color: #000;
	line-height: 2;
	background: #fff;
	font-family: Yu Gothic,Yu Gothic M,"メイリオ",Meiryo,sans-serif;
	font-weight: 500;
}
body a,
body a:visited,
body a:active,
body a:focus {
	color: #000;
}
body a:hover {
	color: #2d592d;
	text-decoration: none;
}
.font--Hannari,
.main-menu li,
.home-main-text,
.title--font--Hannari .module-title,
body .title_page-name .fancy-heading .main-head {
	font-family: "Hannari","Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
.font--Cormorant, 
.module.title--font--Cormorant .module-title, 
body #footerwrap .copy, 
body .title_page-name .fancy-heading .sub-head,
.btn-shop,
.copyright-container,
body .title_page-name .fancy-heading .sub-head {
	font-family: 'Cormorant', serif;
}
.site a img {
	transition: 0.2s all;
}
.site a:hover img {
	opacity: 0.70;
}
body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
body ul li {
	line-height: 2;
	margin-bottom: 0;
}
body .pagewidth {
	max-width: 1100px;
	width: 100%;
}
div img {
	vertical-align: top;
}

body #headerwrap {
	padding-bottom: 30px;
	background: none;
}
body hgroup {
	padding: 50px 0 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.buttons .head_btn {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.main-menu-container {
	max-width: 1100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main-menu {
	display: inline-block;
	vertical-align: middle;
}
.main-menu > li {
	float: left;
}
.main-menu > li > a {
	padding: 10px 25px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.main-menu > li:first-child > a {
	padding-left: 0;
}
.main-menu > li > a::after {
	content: "";
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #000;
	transition: 0.2s all linear;
	visibility: visible;
}
.main-menu > li a:hover {
	color: #000
}
.main-menu > li > a:hover::after {
	width: 100%;
}
.home-main {
	position: relative;
}
.home-main::before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../../uploads/01.png) repeat;
	content: "";
}
.module_row.fullwidth.home-main > .row_inner {
	max-width: 1300px;
}
.home-main .row_inner .tb_backstretch,
.home-main .row_inner .tf_hide.tb_slider {
	display: none;
}
.home-main .row_inner {
	z-index: 1;
}
.home-main-text {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
	z-index: 1;
	font-weight: bold;
	letter-spacing: 5px;
}
body .module_row > .row_inner {
	width: 100%;
}
.module.title-news .module-title {
	margin-bottom: 20px;
	color: #000;
	font-size: 32px;
}
.module.post-news .post {
	margin-bottom: 20px;
	padding-top: 20px;
}
.post-news .post-content {
	display: flex;
	flex-wrap: wrap;
}
.module.post-news .post-title {
	margin-bottom: 25px;
	padding-bottom: 13px;
	border-bottom: #bfbfbf solid 1px;
	color: #000;
	line-height: 2;
	font-size: 15px;
	padding-top: 10px;
	order: 3;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}
.module.post-news .post-meta .post-category {
	margin: 0;
	padding: 4px 30px;
	background: #2d592d;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0;
	order: 1;
}
.module.post-news .post-meta .post-category a {
	color: #fff;
	pointer-events: none;
	text-decoration: none;
}
.post-news .post-meta .post-category:after {
	display: none;
}
.module.post-news .post-date {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 14px;
	line-height: 1.8;
	order: 2;
}
.post-news .entry-content {
	order: 4;
	flex-basis: 100%;
}
.module.link-more-post {
	text-align: right;
}
.module.link-more-post a {
	text-decoration: underline;
}
.module.link-more-post a:hover {
	text-decoration: none;
}
body .themify_builder .module_row.home_row02 {
	background: rgb(2,0,36);
	background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
}
.home_row02::before {
	display: block;
	visibility: visible;
	content: "";
	width: 156px;
	height: 132px;
	position: absolute;
	right: 30%;
	top: 60px;
	z-index: 1;
	background: url(../../uploads/home_row02-bg01.png) no-repeat right top;
}
.home_row02::after {
	display: block;
	visibility: visible;
	content: "";
	width: 293px;
	height: 230px;
	position: absolute;
	left: calc( (100% - 1280px)/2 );
	bottom: -60px;
	z-index: 1;
	background: url(../../uploads/home_row02-bg02.png) no-repeat right top;
}
body .module_row.fullwidth > .row_inner {
	max-width: 1100px;
}
.home_title-greeting {
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 6px;
}
.module p:last-child {
	margin: 0;
}
.module.home_text-greeting {
	margin-bottom: 50px;
	letter-spacing: 1.6px;
}
.module.btn--in--right {
	text-align: right;
}
.module.btn-box a {
	display: inline-block;
	max-width: 370px;
	width: 100%;
	position: relative;
	padding: 14px 30px;
	border: #000 solid 1px;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
	transition: 0.2s all linear;
	box-sizing: border-box;
}
.module.btn-box.btn--bg--brow a {
	background-color: #221305;
	color: #fff;
	border-color: #221305;
}
.module.btn-box.btn--bg--brow a::before {
	content: "";
	width: 8px;
	height: 8px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: url(../../uploads/btn-arrow-bg.png) no-repeat center center;
}
.module.btn-box a:hover {
	opacity: 0.7;
}
.title-main .module-title {
	margin-bottom: 0;
	color: #000;
	font-size: 36px;
	text-align: center;
	letter-spacing: 3.5px;
}
.module.home_image-item {
	margin-bottom: 25px;
}
.home_text-item a {
	text-decoration: underline;
	font-weight: bold;
}
.home_text-item a,
.home_text-item a:visited,
.home_text-item a:active,
.home_text-item a:focus,
.home_text-item a:hover {
	color: #366636;
}
.btn-shop > .tf_inline_b {
	display: block;
}
.btn-shop {
	text-align: center;
}
.module.module-buttons.btn-shop a.tb_default_color {
	display: block;
	max-width: 450px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: #fff solid 1px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s all linear;
	background: transparent;
	box-sizing: border-box;
	padding: 0;
}
.btn-shop.module-buttons span {
	display: inline-block;
	padding: 17px 5px 17px 50px;
	background: url(../../uploads/cart-icon.png) no-repeat left center;
	line-height: 2;
}
.module.module-buttons.btn-shop a.tb_default_color:hover {
	opacity: 0.7;
}
body .sub_column.subcol-category-btn {
	margin-bottom: 50px;
	padding: 50px 20px 40px;
	background: #fff url(../../uploads/btn-cate-arrow.png) no-repeat right 10px bottom 10px;
}
.module.home_image-category01 {
	margin-bottom: 35px;
	transition: 0.2s all linear;
}
.module.home_text-category {
	color: #000;
	font-size: 27px;
	text-align: center;
	letter-spacing: 6px;
	transition: 0.2s all linear;
}
.module.home_text-category .module-title {
	margin-bottom: 0;
	color: #000;
	font-size: 22px;
	line-height: 1;
}
.module.home_link-category {
	position: unset;
}
.module.home_link-category a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.subcol-category-btn:hover .module-text, 
.subcol-category-btn:hover .module-image {
	opacity: 0.7;
}
.module.home_text-category02 {
	font-size: 27px;
	text-align: center;
}
.module.home_text-category02 p img {
	display: inline-block;
	margin: 0;
	margin-right: 30px;
	vertical-align: middle;
	transition: 0.2s all linear;
}
body .module_row.home_row06 {
	margin-bottom: 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,227,223,1) 50%, rgba(233,227,223,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,227,223,1) 50%, rgba(233,227,223,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(233,227,223,1) 50%, rgba(233,227,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e9e3df",GradientType=1);
}
.module.module-buttons.btn-shop.btn--bg--green a.tb_default_color {
	border-color: #2d592d;
	background: #2d592d;
}
body .module_row.fullwidth.home_row06 .row_inner {
	max-width: 1280px;
}
body #footer {
	padding: 80px 0;
}
.module.footer-map iframe {
	vertical-align: top;
}
.ft-logo {
	margin-bottom: 40px;
}
.ft-img {
	margin-bottom: 35px;
}
.ft-logo li,
.ft-img li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
}
.ft-img li {
	margin-right: 25px;
}
.module.footer_text {
	max-width: 510px;
	line-height: 2.2;
	letter-spacing: 1.5px;
}
.ft-img li:last-child,
.ft-logo li:last-child {
	margin-right: 0;
}
#footer li img {
	margin-bottom: 0;
}
body #pc-backtop {
	width: auto;
	height: auto;
	right: 10px;
	bottom: 20px;
}
body #footerwrap .copyright-container {
	padding: 29px 3% 28px;
	background: #221305;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
body .module_row.fullwidth.main_row .row_inner {
	max-width: 1000px;
	padding: 120px 0 140px;
	background: #e9e3df;
}
.select_row01::before, .select_row01::after {
	content: "";
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 1;
}
.select_row01::before {
	width: 370px;
	height: 230px;
	background: url(../../uploads/select_row01-bg01.png) no-repeat center center;
	right: calc( (100% - 1220px)/2 );
	top: 40px;
}
.select_row01::after {
	width: 178px;
	height: 174px;
	background: url(../../uploads/select_row01-bg02.png) no-repeat center center;
	bottom: 35px;
	right: calc( 50% - 75px );
}
.select_row01 {
	background: rgb(2,0,36);
	background: -moz-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 81%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 81%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(233,227,223,1) 0%, rgba(233,227,223,1) 81%, rgba(255,255,255,1) 81%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#ffffff",GradientType=1);
}
.module.title_page-name {
	position: relative;
	left: -50px;
	z-index: 2;
}
body .title_page-name .fancy-heading .main-head {
	color: #000;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 5px;
}
body .title_page-name .fancy-heading .sub-head {
	color: #f6f4f3;
	font-size: 72px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 3.5px;
	padding-top: 0;
}
.module.about_text-vertical01, 
.module.about_text-vertical02 {
	writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	writing-mode: vertical-rl;
	text-orientation: upright;
}
.module.about_text-vertical01, 
.module.about_text-vertical02 {
	display: inline-block;
	vertical-align: top;
	clear: both;
	color: #000;
	font-size: 36px;
	line-height: 1.6;
	text-align: left;
	letter-spacing: 5px;
}
.module.about_text-vertical01 {
	margin-top: 65px;
	font-size: 30px;
}
body .module_row.fullwidth.about_row01 .row_inner {
	max-width: 1280px;
}
.about_row01 .first {
	text-align: center;
}
.module.about_main-text {
	font-size: 30px;
	line-height: 1.6;
	letter-spacing: 5px;
}
body .module_row.fullwidth.roasting_row01 .row_inner {
	max-width: 1280px;
}
.module.roasting_text-greeting {
	line-height: 2.5;
}
.module.roasting_title-greeting01 {
	font-size: 28px;
	letter-spacing: 5px;
	font-weight: normal;
}
.module.roasting_title-greeting02 {
	font-size: 33px;
	letter-spacing: 5px;
	font-weight: normal;
}
.module.roasting_content-table .module-title {
	margin-bottom: 0;
	color: #000;
	font-size: 45px;
	text-align: center;
	line-height: 1.8;
}
.module.roasting_table {
	max-width: 230px;
	margin: 0 auto;
	padding: 15px 15px 20px;
	background: #e9e3df;
}
.module.roasting_table .module-title {
	margin-bottom: 0;
	color: #181818;
	font-size: 14px;
}
.module.roasting_table tr td {
	padding: 9px 0;
	border-bottom: dotted 1px #bdb3a8;
	font-weight: bold;
}
.module.select_title-main .module-title {
	margin-bottom: 0;
	color: #221305;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 5px;
}
.module.select_title-main {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
.module.roasting_banner {
	margin-bottom: 20px;
}
body .module_row.fullwidth.row--width--full .row_inner,  
.home_row06 .row_inner {
	max-width: 100%;
}
.module.select_content01 .module-title {
	margin-bottom: 30px;
	color: #000;
	font-size: 28px;
	font-weight: normal;
}
body .module_row.select_row02 {
	background: url(../../uploads/select_row02_bg01.png) no-repeat left calc( 50% - 40px ) bottom 65px;
}
.module.title-in-brow .module-title {
	margin-bottom: 0;
	padding: 19px 5px 18px;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1.8;
}
.module.select_table {
	margin-bottom: 60px;
}
.module.select_table tr td {
	width: 20%;
	padding: 12px 30px 11px;
	border: solid 1px #c6bfbb;
	background: #fff;
	text-align: center;
	line-height: 1.7;
	vertical-align: middle;
	height: 71px;
}
.module.select_table tr td a {
	text-decoration: underline;
}
body .module.select_table td a:hover {
	text-decoration: none;
}
body .module.select_table.table-orange td a,
body .module.select_table.table-orange td a:visited,
body .module.select_table.table-orange td a:active,
body .module.select_table.table-orange td a:focus {
	color: #ae4d1e;
}
body .module_row.fullwidth.info_row01 .row_inner {
	max-width: 1280px;
}
body .themify_builder .module_row.info_row01 {
	background: url(../../uploads/info_row01-bg.png) no-repeat left calc( 50% - 160px ) top 55px;
}
.module.info_title01 .module-title, 
.module.info_title02 .module-title {
	color: #000;
	font-size: 34px;
	line-height: 1.8;
}
.module.info_title01 .module-title {
	margin-bottom: 10px;
}
.module.info_table tr th, 
.module.info_table tr td {
	padding: 23px 0 22px;
	border-bottom: 1px solid #c0c0c0;
	vertical-align: top;
	text-align: left;
}
.module.info_table tr th {
	width: 90px;
}
.info_gallery .gallery-icon img {
	width: 100%;
}
.module.info_title02 .module-title {
	margin-bottom: 40px;
	text-align: center;
}
body #body .module .wpcf7 table tbody tr th, 
body #body .module .wpcf7 table tbody tr td {
	padding: 15px 0px;
	border: 0;
	text-align: left;
}
body #body .module .wpcf7 table tbody tr th {
	font-weight: normal;
	color: #000;
	font-size: 14px;
	width: 20%;
}
body #body .module .wpcf7 table tbody tr th span {
	font-size: smaller;
	color: #ee0033;
}
.module.policy-text .module-title {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cac1b9;
	color: #000;
	font-size: 22px;
}

body .wpcf7 table input[type="text"], 
body .wpcf7 table input[type="password"], 
body .wpcf7 table input[type="date"], 
body .wpcf7 table input[type="datetime"], 
body .wpcf7 table input[type="datetime-local"], 
body .wpcf7 table input[type="month"], 
body .wpcf7 table input[type="week"], 
body .wpcf7 table input[type="email"], 
body .wpcf7 table input[type="number"], 
body .wpcf7 table input[type="search"], 
body .wpcf7 table input[type="tel"], 
body .wpcf7 table input[type="time"], 
body .wpcf7 table input[type="url"], 
body .wpcf7 table input[type="color"], 
body .wpcf7 table tr td textarea {
	border: 0px;
	background: #eeeeee;
	box-shadow: none;
	border-radius: 0;
}
body #body .module .wpcf7 input[type=submit] {
	display: block;
	margin: 20px auto;
	max-width: 250px;
	border: solid 1px #2d592d;
	background-color: #2d592d;
	font-size: 14px;
	font-weight: bold;
	padding: 19px 30px;
	border-radius: 0;
	box-sizing: border-box;
}
.wpcf7 .submit_btn {
	margin-bottom: 0;
}
.policy-title {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cac1b9;
	color: #000;
	font-size: 22px;
}
.policy-title .module-title {
	margin-bottom: 0;
	display: block;
	padding: 0 0 0 30px;
	position: relative;
  	font-size: 22px;
}
.policy-title .module-title::before {
	content: "";
	width: 5px;
	height: 15px;
	background: #221305;
	position: absolute;
	left: 0;
	top: calc( 50% - 7px );
}
body #body .module .wpcf7 input[type=submit]:hover {
	background-color: #fff;
	color: #2d592d;
	transition: 0.4s all;
}
.pagenav {
	padding: 30px 0 0;
	text-align: center;
}
body .pagenav a {
	background: #2d592d;
}
.pagenav a, 
.pagenav span {
	padding-top: 5px;
}

.mfp-bottom-bar{
	display: none;
}











/* =============================================
mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	width: 100%;
	height: 48px;
	background-color: #2d592d;
	text-align: right;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 10px 0 auto;
	width: 32px;
	height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
#menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	margin-right: 10px;
	margin-left: auto;
	color: #fff;
	font-size: 10px;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}

@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}

	/* Mobile Header Menu Container */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #2d592d;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
		/*padding-top: 50px;*/
	}
	.main-menu > li {
		float: none;
		border-bottom: 1px solid #fff;
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	.is-active .main-menu > li:first-child > a {
		padding-left: 25px;
	}
	.is-active .main-menu {
		display: block;
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
        padding-top: 50px;
	}
  	.main-menu{
  		padding-top: 50px;
  	}
	.is-active .main-menu > li a,
	.is-active .main-menu > li a:visited,
	.is-active .main-menu > li a:active,
	.is-active .main-menu > li a:focus,
	.is-active .main-menu > li a:hover {
		color: #fff;
      	display: block;
	}
	.is-active .main-menu > li > a {
		font-size: 16px;
	}
  	.main-menu > li a{
  		color: #fff;
      	font-size: 16px;
  	}
   .main-menu > li a, 
   .main-menu > li a:visited,
   .main-menu > li a:active,
   .main-menu > li a:focus,
   .main-menu > li a:hover{
   		color: #fff;
     	display: block;
   }
}

/* === mobile menu end === */

.sp_br{
		display: none;
    }
/* =============================================

Media Query

============================================= */

@media screen and (max-width: 1024px) { 
	body #headerwrap {
		padding-top: 45px;
		padding-bottom: 0;
	}
	body #header.pagewidth,
	.module_row.fullwidth.home-main > .row_inner,
	body .module_row > .row_inner,
	body .module_row.fullwidth > .row_inner {
		max-width: 94%;
	}
	body .sp-footer-icons-container a {
		background: #2d592d;
		color: #fff;
		border-color: #fff;
	}
	body .sp-footer-icons-container a svg {
		fill: #fff;
	}
	.home_row02::after {
		left: 0;
	}
	body #pagewrap {
		padding-bottom: 50px;
	}
	body .module_row.fullwidth.main_row .row_inner,
	body .module_row.fullwidth.info_row01 .row_inner {
		max-width: 94%;
	}
	.module.title_page-name {
		left: 0;
	}
	.select_row01::before {
		width: 260px;
		height: 170px;
		background-size: 100% auto;
		right: 0;
		top: 40px;
	}
	body .themify_builder .module_row.select_row01 {
		background: #e9e3df;
	}
	body .title_page-name .fancy-heading .main-head {
		font-size: 30px;
	}
	body .title_page-name .fancy-heading .sub-head {
		font-size: 45px;
	}
	.module-layout-part .module_row.fullwidth > .row_inner {
		max-width: 94%;
	}
	.module.about_text-vertical01, 
	.module.about_text-vertical02 {
		font-size: 26px;  
	}
	.module.about_text-vertical01 {
		margin-top: 20px;
	}
	body .module_row.fullwidth.roasting_row01 .row_inner {
		max-width: 94%;
	}
}

@media screen and (max-width: 939px) {
	.home-main .tb_local_video {
		display: none;
	}
	.module.home_title-greeting {
		margin-bottom: 25px;
		font-size: 25px;
	}
	.module.home_text-category {
		font-size: 25px;
	}
	.module.home_text-category02 {
		font-size: 20px;
	}
	body .subcol-category-btn.subcol-cate02 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.module.home_text-category02 p img {
		margin-right: 10px;
	}
	.module.about_main-text {
		margin-bottom: 15px;
		font-size: 25px;
	}
	.module.roasting_title-greeting01 {
		font-size: 20px;
	}
	.module.roasting_title-greeting02 {
		font-size: 25px;
	}
	body .module_row.fullwidth.row--width--full .row_inner {
		max-width: 94%;
	}
	body #body .module .wpcf7 table tbody tr th {
		padding-bottom: 0;
		width: 100%;
	}
}
@media screen and (max-width: 680px) {
	hgroup {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 0;
	}
	.lb {
		margin-bottom: 15px;
	}
	.module_row.fullwidth.home-main > .row_inner {
		max-width: 100%;
	}
	.home-main .row_inner .tb_backstretch {
		display: block;
		position: relative;
	}
	/*.home-main .row_inner .tb_backstretch:before {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: url(../../uploads/01.png) repeat left top;
		content: "";
	}*/
	.home-main-text {
		/*font-size: 16px;*/
		letter-spacing: 0.1em;
		padding-left: 3%;
		padding-right: 3%;
		z-index: 2;
	}
	body .themify_builder .module_row.home_row02 {
		background: rgba(233,227,223,1);
	}
	.home_row02::before,
	.home_row02::after {
		display: none;
	}
	.module.home_title-greeting {
		margin-bottom: 25px;
		font-size: 18px;
		font-weight: bold;
	}
	.module.btn--in--right {
		text-align: center;
	}
	.module.home_text-category02 p img {
		display: block;
		margin: 0 auto 10px;
	}
	body .module_row.fullwidth.home_row06 .row_inner {
		max-width: 94%;
	}
	body #footer {
		padding: 50px 0;
	}
	.ft-logo {
		text-align: center;
		margin-bottom: 20px;
	}
	.ft-logo li {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.ft-img {
		text-align: center;
		margin-bottom: 30px;
	}
	.ft-img li {
		margin-right: 10px;
	}
	.footer_text {
		font-size: 13px;
		margin-bottom: 40px;
	}
	body .module_row.fullwidth.main_row .row_inner {
		max-width: 94%;
		padding: 70px 0 60px;
	}
	.select_row01::before {
		width: 200px;
		height: 140px;
		top: 20px;
	}
	body .select_row01::after {
		display: none;
	}
	body .module_row.fullwidth.about_row01 .row_inner {
		max-width: 94%;
	}
	.module.about_text-vertical01, 
	.module.about_text-vertical02 {
		writing-mode: initial;
		-moz-writing-mode: initial;
		-o-writing-mode: initial;
		-webkit-writing-mode: initial;
		-webkit-text-orientation: initial;
		writing-mode: initial;
		text-orientation: initial;
	}
	.module.about_text-vertical01, 
	.module.about_text-vertical02,
	.module.about_main-text {
		font-size: 20px;
		letter-spacing: 0.08em;
	}
	body .title_page-name .fancy-heading .sub-head {
		/*font-size: 35px;*/
		padding-top: 5px;
	}
	.module.select_title-main .module-title {
		font-size: 26px;
	}
	.module.select_title-main {
		font-size: 20px;
	}
	.module.select_content01 .module-title {
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	body .module_row.select_row02 {
		background: none;
	}
	.module.select_table tr td {
		width: auto;
		padding: 10px;
		box-sizing: border-box;
		height: auto;
		font-size: 13px;
	}
	body .themify_builder .module_row.info_row01 {
		background: none;
	}
	.module.info_table tr th, 
	.module.info_table tr td {
		display: block;
		padding: 10px 0;
	}
	.module.info_table tr th {
		padding-bottom: 0;
		border-bottom: 0;
	}
	.module.info_title02 .module-title {
		margin-bottom: 20px;
	}
	.policy-title {
		font-size: 18px;
	}
	.policy-title .module-title {
		padding-left: 20px;
	}
	.tb_kkge700 .tf_box{
  	    display: flex;
      	flex-direction: column-reverse;
  	}
  	.module.about_text-vertical01{
  		margin-top: 0;
  	}
    .tb_4e0t51 table{
		width: 685px;
    }
    .tb_4e0t51 .tb_text_wrap{
   		overflow: auto;
    }
    .tb_4e0t51 .table-black:before, .tb_4e0t51 .table-orange:before{
		content:"\025b6表を横に動かせます";
      	color: #919191;
    }
    .sp_br{
		display: block;
    }
	.buttons .head_btn{
  		width: 100%;
        text-align: center;
        margin-bottom: 10px;
  }
  .module .post img{
  		max-width: 100%!important;
  }
 body .themify_builder_content-3967 .tb_3b4c607.module_row {
        margin-top: 50px;
    } 
}


