@charset "UTF-8";
/*
writing-mode: vertical-rl; text-orientation: mixed; 
 * vt_custom css date : 22.04.2022 (dd.mm.yyy)
 * user:Văn Lực
*CSS-FONT
*CSS-LAYOUT
*CSS-HEADER
*CSS-SLIDER
*CSS-MENU
*CSS-FOOTER
*CSS-TITLE
*CSS-PAGE
*CSS-POST
*CSS-BTN
*CSS-FORM
*CSS-SINGLE
*CSS-ARCHIVE
*CSS-SHARE
*@939
*@768
*@680
Press [Ctrl + f] to search for the prefix [-] to move to the corrected location
for example: [-css-font] go to -> CSS-FONT
-------------- */

/*---------------------
CSS-FONT
--------------------*/
body .site{
	font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    color: #222222;
    line-height: 40px;
    font-size:16px;
}

#pagewrap .font-arno{
	font-family: arno-pro, serif;
	font-style: normal;
	font-weight: 400;
	line-height: 0.5;
}
#pagewrap .font-arno-title .module-title{
	font-family: arno-pro, serif;
	font-style: normal;
	font-weight: 400;
}

#pagewrap .font-ff{
	font-family: ff-market-web, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#pagewrap .font-ff-title .module-title{
	font-family: ff-market-web, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/*---------------------
end of CSS-FONT
--------------------*/

/*---------------------
CSS-SHARE
--------------------*/
/* murata0929 */
/* .module.layout-showcase .gallery-images img{
	max-width: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.layout-showcase .gallery-images{
	width: 23%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 15px;
} */
#pagewrap a,
#pagewrap a img
{
	transition:all 0.3s;
}
#pagewrap a{
	outline:none;
}
#pagewrap a:hover img{
	opacity:0.6;
}

#pagewrap .tel-link a{
    pointer-events:none;
}
.module p{
	margin-bottom:0;
}
#pagewrap .m-frame-250{
    height:250px;
	overflow:hidden;
}

#pagewrap .tb_flex{
	display:inline-flex;
	margin:0px auto;
}

#pagewrap .m-button a{
	display:inline-flex;
	align-content:center;
	justify-content:center;	
	box-sizing:border-box;
}

#pagewrap .frame-block iframe, #pagewrap .frame-block object {
    max-width: 100%;
    display: block;
}


#pagewrap .col-hover{
	overflow:hidden;
	transition:all 0.3s;
}
#pagewrap .col-hover:hover{
	opacity:0.6;
}



#pagewrap .m-tel a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../uploads/tel.png);
    background-repeat: no-repeat;
    background-position: center left 0px;
    padding-left: 25px;
}

#pagewrap .max-width-1490{
	max-width:1480px;
	margin:0px auto;
}

/* ingredient table setting */
.ingredient_table table{
    border-collapse: collapse;
}
.ingredient_table table th,
.ingredient_table table td{
    padding: 30px 16px;
    border: 1px solid #333;
}
.ingredient_table table th{
    background: #eaeaea;
    text-align: center;
    padding: 6px 16px 8px; 
}
.ingredient_table table td.column-1,
.ingredient_table table td.column-3{
    box-sizing: border-box;
    width: 300px;
    text-align: center;
}

/* SHARE @768*/
@media screen and (max-width: 768px){
#pagewrap .tel-link a{
    pointer-events:auto;
}
#pagewrap .image-center-768 .image-wrap {
	width:100%;
	text-align:center;
}	

}/*@768*/


/* SHARE @680*/
@media screen and (max-width: 680px){
#pagewrap .m-anchor a{
	display:inline-block;
}
	
#pagewrap .img-center-680 .image-wrap{
	width:100%;
	text-align:center;
}	
	
	
}/*@680*/


/*---------------------
end of CSS-SHARE
--------------------*/




/*---------------------
CSS-LAYOUT
--------------------*/
#pagewrap {
    width: auto;
    max-width: 1920px;
    margin: 0px auto;
}
#pagewrap .pagewidth {
	width: 100%;
	max-width: 100%;
}

#pagewrap .row_inner{
    width:100%;
    max-width:1300px;
}
#pagewrap .fullwidth .row_inner{
    width:100%;
    max-width:1920px;
}
/*murata20220927*/
.module.module-text.tb_90b0487 {
    line-height: 0.8;
}
/* murata20220929 */
.module.module-text.tb_rayj842.font-cor {
    line-height: 0.8;
}

@media screen and (max-width: 1024px){
	#pagewrap .old-ipad-fix .sub_column{
		width: 100%!important;
	}
	#pagewrap .old-ipad-fix .sub_column.last{
		display: none!important;
	}
}

@media screen and (max-width: 939px){
    #pagewrap .pagewidth {
		width: 100%;
		max-width: 100%;
	}
    #pagewrap .row_inner{
		width: 100%;
		max-width: 100%;
 		padding:0px 5%; 
	}
  #pagewrap .full-inner  .row_inner{
	  width: 100%;
	  max-width: 100%;
	  padding:0px 0%;
	}
    .ingredient_table .tb_text_wrap{
        overflow: auto;
        box-shadow: 0px 0px 10px 0px #999 inset;
        padding: 0px;
    
    }
    .ingredient_table table{ width: 1000px; }
    .ingredient_table table td.column-1,
    .ingredient_table table td.column-3{
        width: 200px;
    }
}


/*---------------------
end of CSS-LAYOUT
--------------------*/



/*---------------------
CSS-HEADER
--------------------*/

#headerwrap {
}

#header.header {
	padding:0;
}
#site-logo {
}
#site-description {
}
.header-brand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 5%;
    height: 130px;
}
.rb {
    display: flex;
    justify-content: flex-end;
}
.rb1 {
    display: flex;
    justify-content: flex-end;
}
.rb2 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 220px;
    align-items: center;
	margin-left: 40px;
}


#pagewrap .contact a{
	
}


#pagewrap .tel-header a{
	
}
#pagewrap .tel-header a:hover{
	
}


.online-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../uploads/line-header.png),url(../../uploads/line-header.png);
    background-repeat: no-repeat;
    background-position: center left,center right;
    max-width: 200px;
    font-family: arno-pro, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 44px;
}
.base {
    margin-right: 20px;
}





/*---------------------
end of CSS-HEADER
--------------------*/


/*---------------------
CSS-MENU
--------------------*/

#main-menu-container {
    display: flex;
    align-items: center;
}
#main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}
#main-menu > li {
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
}
#main-menu > li >a {
	font-size: 17px;
    line-height: 25px;
    color: #000;
    padding: 0px 15px;
    text-align: center;
}
#main-menu > li:last-child{
}
#main-menu > li > a:before{
}
#main-menu > li > a:hover:before{
}
#main-menu > li > a:hover{
	text-decoration:none;
	font-weight:bold;
}
/*menu-edit*/
#main-menu > li.nav00{
   display:none;
}
#main-menu > li.nav01 > a{
 
}
#main-menu > li.nav02 > a{
 
}
#main-menu > li.nav03 > a{
 
}
#main-menu > li.nav04 > a{
 
}
#main-menu > li.nav05 > a{
 
}
#main-menu > li.nav06 > a{
 
}
#main-menu > li:last-child a{
    padding-right:0;
}
/*menu hover*/
#main-menu > li.nav01 > a:hover{
 
}
#main-menu > li.nav02 > a:hover{
 
}
#main-menu > li.nav03 > a:hover{
 
}
#main-menu > li.nav04 > a:hover{
 
}
#main-menu > li.nav05 > a:hover{
 
}
#main-menu > li.nav06 > a:hover{
 
}
/*menu sub*/
#main-menu .menu-item-has-children{
}
#main-menu  li .sub-menu{
    z-index:9;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 150%;
    transform: translateX(25%);
}
#main-menu  li .sub-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-menu  li .sub-menu li a{
    display: block;
    text-align: center;
    padding: 10px 10px;
    color: #4d4d4d;
    font-size: 14px;
    background-color: #f7f7f7;
    line-height: 40px;  
}
#main-menu  li .sub-menu li a:hover{
 
}
/*sub hover*/
#main-menu > li:hover .sub-menu{
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 150%;
    transform: translateX(-14%);
}



#slider-top .tf_swiper-wrapper .tf_swiper-slide:nth-child(3) .slide-inner-wrap{
	flex-direction: row-reverse;
}

#slider-top .slide-image{
	width: 70%;
}

#slider-top .slide-content{
	width: 30%;
    padding: 30px 0%;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
}





/*---------------------
CSS-TITLE
--------------------*/
/*title-main*/
#pagewrap .title-main{
}
#pagewrap .title-main .module-title{
 
}
/*title-01*/
#pagewrap .title-01{
   
}
#pagewrap .title-01 .module-title{
}

/*---------------------
end of CSS-TITLE
--------------------*/


/*---------------------
CSS-PAGE
--------------------*/
#pagewrap .m-top-main{
	width:360px;
	height:360px;
	display:inline-flex;
	justify-content:center;
	align-items:center;	
	margin:0px auto;
}


#pagewrap .img-margin-0 .image-wrap {
    margin-bottom: 0;
}

#pagewrap .m-image-1 img{
	margin-right:20px;
}

/*---------------------
end of CSS-PAGE
--------------------*/


/*---------------------
CSS-POST
--------------------*/
/*post-01*/
#pagewrap .post-01.module.module-post{
}
#pagewrap .post-01.module.module-post .module-title{
}
#pagewrap .post-01.module.module-post .module-title span{
}
#pagewrap .post-01.module.module-post .builder-posts-wrap {
}
#body .post-01.module.module-post .builder-posts-wrap .post{
	margin-bottom: 30px;
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image{
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a{
}
#body .post-01.module.module-post .builder-posts-wrap .post .post-image a img{
	
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .post-date{
	margin: 0;
    margin-right: 40px;
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .post-title a{
	    font-weight: normal;
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}
@media screen and (max-width: 680px){
  #body .post-01.module.module-post .builder-posts-wrap .post{
	  margin-bottom: 20px;
	}
  #body .post-01.module.module-post .builder-posts-wrap .post .post-image{text-align:center;}
}



/*post-02*/
#pagewrap .post-02.module.module-post{
}
#pagewrap .post-02.module.module-post .module-title{
}
#pagewrap .post-02.module.module-post .module-title span{
}
#pagewrap .post-02.module.module-post .builder-posts-wrap {
}
#body .post-02.module.module-post .builder-posts-wrap .post{
    margin-bottom: 0;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 20px;
}
#body .post-02.module.module-post .builder-posts-wrap .post:first-child{
    border-top: 1px solid #5b5b5b;
}

#body .post-02.module.module-post .builder-posts-wrap .post .post-image{
}
#body .post-02.module.module-post .builder-posts-wrap .post .post-image a{
}
#body .post-02.module.module-post .builder-posts-wrap .post .post-image a img{
	
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .post-date{
	margin: 0;
    margin-right: 40px;
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .ex-title {
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .more-link {
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .ex-title p {
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .post-title{
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .post-title a{
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .entry-content{
}
#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content .entry-content p{
}
@media screen and (max-width: 680px){
  #body .post-02.module.module-post .builder-posts-wrap .post{}
  #body .post-02.module.module-post .builder-posts-wrap .post .post-image{text-align:center;}
}


#pagewrap .pagenav {
	text-align: center;
}
#pagewrap .pagenav .number,
#pagewrap .pagenav a{
	display: inline-flex;
    border: 1px solid #333;
    width: 32px;
    height: 32px;
    border-radius: 0;
    background-color: transparent;
    color: #333;
    justify-content: center;
    align-items: center;
    padding: 0;
}	

#pagewrap .pagenav .current{
    background-color: #333;
    color: white;
}



/*---------------------
end of CSS-POST
--------------------*/

/*---------------------
CSS-BUTTOM
--------------------*/
/*btn-fixed*/
#pagewrap .btn-fixed.module-buttons{
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;    
}
#pagewrap .btn-fixed.module-buttons *{
    width: 100%;
    height:100%;
    opacity: 0;   
    padding: 0;
    margin: 0;
}

/*btn-01*/
#pagewrap .btn-01 p {
	display:flex;
}

#pagewrap .btn-01 a {
    display: flex;
    justify-content: center;
}


#pagewrap .btn-01 a {
    background-image: url(../../uploads/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
/*     width: 220px; */
    height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
/*     margin: 0px 12px; */
    margin-top: 110px;
	padding: 60px;
	text-decoration: none;
	white-space: nowrap;
}

/*#pagewrap .btn-01 a:hover{
	text-decoration:none;
	opacity:0.6;
}*/
.module.module-text.tb_xc4j382.btn-01{
	left:75px;
}


#pagewrap .btn-02 a {
    background-image: url(../../uploads/bg-button.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
}

#pagewrap .btn-02 a:hover{
	text-decoration:none;
	opacity:0.6;
}


#pagewrap .btn-03{
 	position: absolute;
    bottom: -60px;
    right: 70px;
    z-index: 9;
}
.btn-3-1 a{
	right:0px;
	bottom:0px
}


#pagewrap .btn-03 a {
/* 	background-image: url(../../uploads/index-Recoveredd_03.png); */
    background-repeat: no-repeat;
    background-position: center;
    width: 220px;
    height: 99px;
    align-items: center;
    justify-content: infinite;
    display: inline-flex;
    padding-top: 6px;
    padding-left: 5px;
	position: absolute;    
}

#pagewrap .btn-03 a:hover{
	text-decoration:none;
	opacity:0.6;
}








/*---------------------
// CSS-BUTTOM
--------------------*/


/*---------------------
end of CSS-BOTTON
--------------------*/


/*---------------------
CSS-TABLE
--------------------*/

/*table-01*/
.table-01.module table{
}
.table-01.module table tr td,
.table-01.module table tr th{
	padding: 5px 0px;
}
.table-01.module table tr th{
    text-align: left;
    white-space: normal;
    padding-right: 40px;	
}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody th{display:block;width:auto;padding-bottom:0;}}
@media screen and (max-width: 768px){body #body #layout #content .table-01.module  tbody td{display:block;width:auto;}}

/*---------------------
end of CSS-TABLE
--------------------*/


/*---------------------
CSS-FOOTER
--------------------*/

#pagewrap #footerwrap {
    border-top: 1px solid #222;
}
#pagewrap #footerwrap .row_inner {
   align-items: center 
}

#pagewrap #footer {
}
#pagewrap .copyright-container {
 	font-size: 16px;
    font-family: arno-pro, serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

#pagewrap .copyright-container a  {
	display: flex;
    margin-left: 10px;
}
#pagewrap .copyright-container a img  {

}

#pagewrap .footer-nav{
    text-align: center;
}
#pagewrap .footer-nav li{
    margin: 0;
}
#pagewrap .footer-nav li a{
    color: #222;
    padding: 0px 10px;
    border-right: 1px solid #222;
    text-decoration: underline;
    font-size: 16px;  
}
#pagewrap .footer-nav li:last-child a{
    border-right: 0px solid #222;
}


#pagewrap .footer-nav li a:hover{
    text-decoration: none;   
}

#pagewrap #pc-backtop {
	bottom: 50px;
    right: 50px;
}

.copy-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 0px auto;
	padding-bottom: 80px;
 	padding-top:50px; 
}







/*---------------------
end of CSS-FOOTER
--------------------*/




/*---------------------
end of CSS-GALLER
--------------------*/



#pagewrap #edit-gallery-01 .gallery-images{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
/*     justify-content: space-between; */
}

#pagewrap #edit-gallery-01 .gallery-images .gallery-icon {
    width: 23%;
    margin: 0;
    margin-right: 2%;
    margin-bottom: 15px;
}

#pagewrap #edit-gallery-01 .gallery-images .gallery-icon:nth-child(4n){
    margin-right: 0%;
}
#pagewrap #edit-gallery-01 .gallery-images img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 0;
    margin-bottom: 0;
}

/*---------------------
end of CSS-GALLER
--------------------*/

/*--------------------
 * CSS-SINGLE
 * ------------------*/
.single #layout {
    padding: 100px 2%;
    margin: 0px auto;
    max-width: 1100px;
}
.single .post-title {
	display:none;
}
.single .cat-11 .post-title {
	display:block;
}


.single .post-date {
	display:none;
}
.single .cat-11 .post-date {
	display:block;
}



.single .history-back-container {
    text-align: center;
	margin-bottom: 100px;
}

.single .history-back-container a {
    display: inline-block;
    padding: 10px 86px;
    background-image: url(../../uploads/asd.png);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 18px;
    color: #333;
}

/*--------------------
 * end of CSS-SINGLE
 * ------------------*/



/*---------------------------
 * -@939@
 * ------------------------*/

@media screen and (max-width: 939px){
#pagewrap{
		overflow:hidden;
	}
 /*header*/    
.header-brand-container {
    height: auto;
    padding: 30px 2%;
    flex-direction: column;
    justify-content: center;
}   
.rb1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}    
.rb1 p{
    margin-bottom:0;
}       
    
.rb1 .contact{
    margin-top:10px;
}    
 
/*menu -footer*/ 
#pagewrap #main-menu {
    display: flex;
    flex-direction: column;
}
#main-menu li a:before {
    display:none;
}   
#main-menu li a {
    height: auto;
    padding: 10px;
}   
/*humbeger*/   
#menu-button {
	background-color: #222;
    color: white;
}   
#menu-button .ham-lines span {
    background-color: white;
}   
#menu-button .ham-lines::before {
     background-color: white;
}   
#menu-button .ham-lines::after {
     background-color: white;
}       
   
/*f-con*/   
.sp-footer-icons-container {
    background-color: #3b7b24;
    padding: 0px 0px;
    bottom:0px;
}   
   
/*single*/
.single    .post-image {
    text-align: center;
}



/*menu mobile*/
#main-menu .menu-item-has-children{
    display: flex;
    flex-direction: column;
}
#pagewrap #main-menu > li {
    width: 100%;
    max-width: 60%;
    border-bottom: 0;   
    text-align:center;
    padding:0;
    margin:0;
    background: none;
        height: auto;
}    
    
#pagewrap #main-menu > li.nav02 > a {
    color: #000;
    text-indent: 0;
}   
    
#pagewrap #main-menu li a {
    width: 100%;
    max-width: 100%;
    text-align:center;
    display:block;
    padding: 8px 0px;
    margin:0;   
    color: #000 ;
    text-indent: 0;
}   
    
    
    
    
    
#pagewrap #main-menu li .sub-menu {
    width: 100%;
    transform: none;
    display: block;
    position: static;
    padding:0;
    margin:0;
}
    
#pagewrap #main-menu li .sub-menu li a {
    color:#a9a1a1;
    padding: 8px 0px;
    margin:0;
    
}  


#main-menu-container {
    padding-top: 100px;
}	



.rb2 {
    max-width: 320px;
    align-items: center;
    justify-content: center;
	margin-left: 0;
}
.online-text {
	font-size: 21px;
    width: 100%;
    max-width: 76%;
    margin-top: 25px;
}



	
#slider-top .tf_swiper-wrapper .tf_swiper-slide .slide-inner-wrap {
    flex-direction: column;
}	
	
#slider-top .slide-content {
    width: 100%;
}	
	
#slider-top .slide-image {
    width: 100%;
}	
	
	
#slider-top .tf_swiper-wrapper .tf_swiper-slide:nth-child(3) .slide-inner-wrap {
    flex-direction: column;
}	

	
#pagewrap .bg-sp-1{
background-image: url(../../uploads/sp-Recovered231_02.jpg),url(../../uploads/sp-Recovered123_02.jpg);
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat, repeat-y;
	overflow: hidden;

}
	
	
#pagewrap .bg-sp-2{
	background-image: url(../../uploads/sp-Recovereddd234234234_04.jpg),url(../../uploads/sp-Recovered123_02.jpg);
/*     background-position: bottom center;  
	background-position: bottom 56px left 80px;
    background-size: 100% auto;
    background-repeat: no-repeat, repeat-y; */
	background-clip: content-box;

}
#pagewrap .fullwidth .row_inner {
    padding: 0;
}
img.wp-post-image.wp-image-4855 {
     margin-top: 30px; 
}
		
	
#pagewrap .btn-03 {
/* 	position: absolute; */
    bottom: 0px; 
    right: -8%; 
    z-index: 9;
}	

.copy-box {
    flex-direction: column;
}	
	
#pagewrap .footer-nav li a {
    margin-bottom: 15px;
    display: inline-block;
}	
	
	
#pagewrap .sp-footer-icons-container a {
    border-left: 1px solid #222;
    color: #222;
    border-top: 1px solid #ccc;
}	
	
#pagewrap .sp-footer-icons-container a:first-child {
    border-left: 0px solid #222;
}
.gallery-columns-4 .gallery-item, .gallery-columns-4 .item{
	width:50%;
}
	
	.themify_builder_content-263 .tb_paeh841.module-post.module .post .post-date {
    font-size: 16px;
}
	.themify_builder_content-263 .tb_paeh841.module-post.module .post-title, .themify_builder_content-263 .tb_paeh841.module-post.module .post-title a {
    font-size: 16px;
}
	
	body .site {
    line-height: 37px;
    font-size: 15px;
}
	.themify_builder_content-5080 .tb_rl6f343.module-post.module .post .post-date {
    font-size: 15px;
}
	.themify_builder_content-5080 .tb_rl6f343.module-post.module .post-title, .themify_builder_content-5080 .tb_rl6f343.module-post.module .post-title a {
    font-size: 15px;
}
	#pagewrap .post-02.module.module-post .builder-posts-wrap .post .post-content {
    display: block;
}
	.gutter-narrow:not(.tb_grid_classes) > .module_column, .gutter-none:not(.tb_grid_classes) > .module_column, div:not(.tb_grid_classes) > .module_column {
    padding: 0px;
}
#pagewrap .btn-01 a {
    background-image: url(../../uploads/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0px 10px;
    margin-top: 120px;
    background-size: contain;
	padding: 0;
}
	.module.module-text.tb_xc4j382.btn-01{
		left: 0;
	}
	.themify_builder_content-4945 .tb_4x1d952.module_row {
    padding-bottom: 30px;
}
	.themify_builder_content-4945 .tb_x6ou893.module_column{
		border:none;
	}
.copy-box {
 	padding:0px; 
}
	#pagewrap .btn-03 a{
		transform: scale(0.8);
	}
.row_inner.col_align_middle.col-count-4.column4-2.tf_box.tf_w.tf_rel.tb_grid_classes {
    display: flex;
    align-items: baseline;
}
	.themify_builder_content-263 .tb_yo1r354.module_row {
    padding-bottom: 0px;
    padding-top: 80px;
}
/*  	.image-wrap.tf_rel.tf_mw {
    padding-bottom: 10px
} */
	.module.module-text.tb_3m69568 {
    line-height: 1.6;
}
	.module.module-text.tb_j97r531 {
    line-height: 1.6;
}
    .module.module-text.tb_dr80786 {
    line-height: 1.6;
}
 	#pagewrap .btn-03 a {
/*     background-image: url(../../uploads/index-Recoveredd_03.png); */
    background-repeat: no-repeat;
    background-position: center;
/*      width: 150px;  */
    height: 99px;
    align-items: center;
    justify-content: infinite;
    display: inline-flex;
    padding-top: 6px;
    padding-left: 5px; 
	position:static;
}
	


}/*@939-*/


/*---------------------------
 * end of @939
 * ------------------------*/

/*---------------------------
 * @768@
 * ------------------------*/
@media screen and (max-width: 768px){
#pagewrap .table-wrap .tb_text_wrap{
    width: 100%;
    overflow: auto;   
}
#pagewrap .table-wrap .tb_text_wrap table{
    width: 768px;
}

#pagewrap #edit-gallery-01 .gallery-showcase-image {
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 50px;
}
	
.themify_builder_content-263 .tb_hq74780.module-text {
     padding-bottom: 0;
     padding-top: 0;
}		
	
}/*@768-*/
/*---------------------------
 * end of @768
 * ------------------------*/



/*---------------------------
 * @680@
 * ------------------------*/

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

#pagewrap .post-01.module.module-post .builder-posts-wrap .post .post-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}	
	
#pagewrap .bg-s3{
	background-size:85% auto;
	background-position: bottom 89px right 30px;
}	
	
/* #pagewrap .btn-03 {
    position: static;
    margin-top: 26px;
} */
	
	
/* #pagewrap .btn-03 a {
    width: 100%;  */
}	
	

	
	
}/*@680-*/

/*---------------------------
 * end of @680
 * ------------------------*/


.post-title{
	font-weight: 400;
}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}


.themify_builder_content-263 .tb_3t7a236.module_column {
    background-color: #fff;
    border: 1px solid #5b5b5b;
}
.xo-event-calendar {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

.post-title.entry-title {
    font-weight: normal;
}
.post-title.entry-title a:hover {
    text-decoration: none;
	font-weight: bold;
}

table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #333;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  color: #222; 
}
	th.name, th.allergy {
    width: 300px;
	background: #eaeaea;
}
   th.ingredients{
	background: #eaeaea;
}
.tb01 td {
    padding: 30px 16px;
    text-align: left;
}
@media screen and (max-width: 939px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
	.tb01 th {
    background: #333;
		font-size: 18px;
}
.tb01 th {
  color: #fff; 
}
  .tb01 td{
    padding: 0px 10px;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tb01 td:before{
    color: #222;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: block;
    background-color: #eaeaea;
    width: calc(100% + 20px);
    transform: translateX(-10px);
    box-sizing: border-box;
	      text-align: center;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* by fujimoto */
.single .cat-7 .post-title, .single .cat-7 .post-date {
    display: block;
}
/* end fujimoto */