.submenu-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}
.submenu-wrap .submenu{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 170px;
    padding: 0px 0px 0px 0px;
}
.submenu-wrap .submenu::before{
    content:"";
    display: block;
    position: absolute;
    left:0px;
    top:18px;
    width: 1px;
    height: 46px;
    background-color: #ffffff;
}
.submenu-wrap .submenu:first-child::before{
    display: none;
}
.submenu-wrap .submenu::after{
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 18px;
	width: 1px;
	height: 46px;
	background-color: #0C5A2F;
}
.submenu-wrap .submenu:last-child::after{
    display: none;
}
.submenu-wrap .submenu a{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    text-decoration: none;
    padding: 20px 0px 20px 0px;
}

.submenu-wrap .submenu a .en{
    font-size: 16px;
    font-weight: bold;
    color: #f3db31;
    text-shadow:-1px -1px 0px #0C5A2F;
}
.submenu-wrap .submenu a .ja{
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0.15em;
    text-shadow:-1px -1px 0px #0C5A2F;    
}
.submenu-wrap .submenu a::before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 15px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #f3db31;
	position: absolute;
	display: block;
}
.submenu-wrap .submenu a:hover::before {
	width: 30%;
	border-bottom: 1px solid #f3db31;
}
.submenu-wrap .submenu a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 15px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #f3db31;
	position: absolute;
	display: block;
}
.submenu-wrap .submenu a:hover:after {
	width: 30%;
	border-bottom: 1px solid #f3db31;
}

.submenu-wrap .submenu a.current::before {
	width: 30%;
	border-bottom: 1px solid #f3db31;
}
.submenu-wrap .submenu a.current::after {
	width: 30%;
	border-bottom: 1px solid #f3db31;
}



.tomatobox {
    width: 1140px;
    margin: 0 auto;
    padding: 40px 30px 40px 30px;
    vertical-align: middle;
}
.tomatobox.head{
/*    padding-top: 70px;*/
    padding-top: 40px;
}
.tomatobox.bottom{
    padding-bottom: 70px;
}
.tomato-leftbox {
    width: 400px;
    margin: 0px 40px 0px 0px;
    padding: 10px 0px 0px 0px;
    float: left;
}
.tomato-text-rightbox {
    width: 700px;
    margin: 0;
    padding: 0px;
    float: right;
}
.tomato-rightbox {
    width: 400px;
    margin: 0px 0px 0px 40px;
    padding: 10px 0px 0px 0px;
    float: right;
}
.tomato-text-leftbox {
    width: 700px;
    margin: 0;
    padding: 0px;
    float: left;
}
.tomato-leftbox img{
    max-width: 100%;
    height: auto;
}
.tomato-rightbox img{
    max-width: 100%;
    height: auto;
}

.tomato-text-box{
    width: 700px;
}
.tomato-text-box h2{
    color: #f2d945!important;
    font-size: 20px!important;
    font-weight: bold!important;
    line-height: 39px!important;
    letter-spacing: 0px!important;
    padding: 0px 0px 3px 0px!important;
    border-bottom: 2px solid #f2d945!important;    
}
.tomato-text-box .desc-wrap{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 20px 0px 0px 0px;
}
.tomato-text-box .desc-wrap p{
    margin-bottom: 20px;
}
.tomato-text-box .desc-wrap p:last-child{
    margin-bottom: 0px;
}
.tomato-text-box .desc-wrap p.message{
    font-size: 20px;
    font-weight: bold;
}
.tomato-fullbox {
    width: 1140px;
    margin: 0px;
    padding: 0px;
    float: none;
}
.tomato-full-text-box h2{
    color: #f2d945!important;
    font-size: 20px!important;
    font-weight: bold!important;
    line-height: 39px!important;
    letter-spacing: 0px!important;
    padding: 0px 0px 3px 0px!important;
    border-bottom: 2px solid #f2d945!important;    
}
.tomato-full-text-box .desc-wrap{
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    padding: 20px 0px 0px 0px;
}
.tomato-full-text-box .desc-wrap p{
    margin-bottom: 20px;
}
.tomato-full-text-box .desc-wrap p:last-child{
    margin-bottom: 0px;
}
.tomato-full-text-box .desc-wrap p.farm-name span{
    font-size: 20px;
    font-weight: bold;
}
.tomato-full-img-box{
    padding: 30px 0px 0px 0px;
}
.tomato-full-img-box div:first-child{
    float: left;
    text-align:center;
    width: 50%;
}
.tomato-full-img-box div:last-child{
    float: right;
    text-align:center;
    width: 50%;
}
.tomato-full-img-box div img{
    max-width: 100%;
    height: auto;
}

