@charset "UTF-8";
/*
* Noto Sans Japanese (japanese) http://www.google.com/fonts/earlyaccess
 */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {
    outline: 0 !important;
}
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
body {
    line-height: 1.7 !important;
}
.inline {
    display: inline;
}
ol, ul {
    list-style: none;
}
table {

    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption, th, td {
    text-align: left;
    padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: none;
    display: block;
}
a img:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
    display: block;
}
a {
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
a:hover {

    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    line-height:1.5;
}
h1, h2, h3, h4, h5, h6, span{
    margin:0px;
    padding:0px;
}

p{
    margin:0;
}
iframe{width:100%;}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
/*
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(1,39,63,0.5);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*-webkit-box-shadow: inset 0 0 0px rgba(255,222,222,1);
    background:#2c8a3a;
    border:1px solid #ccc;
}


@font-face{
    src:url(../fonts/KozGoPro-Regular.otf);
    font-family:"Kozuka";
}
*/

body{
    margin:0px;
    padding:0px;
    background-color: #FFF;

    /*
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,sans-serif;
    */
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 14px;
    line-height:1.7;
    font-weight: normal;
    min-width:980px;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s;
    position:relative;
    left:0;
}
.padding-top-none{
    padding-top: 0 !important;
}
.complete-entry-event{
    font-size: 36px;
}
body.push{
    left:-280px;
    overflow:hidden;
}
body.fixed{
    overflow:hidden;
}
.fl{
    float:left;
}
.fr{
    float:right;
}

.mobile {
    display: none !important;
}

.hide{display:none !important;}
.mail-entry-note{
    margin-top: 10px;
    border: 1px solid #8e0019;
    padding:20px; 
}
.mail-entry-note .mail{
    font-weight: bold;
    color: #8e0019
}
table{
    width:100%;
}
table th,
table td{
    border:1px solid #d1d1d1;
    border-collapse:collapse;
    line-height:2 !important;
    padding:10px 20px !important;
}
table th{
    background:#f2f2f2;
    font-size:14px;
    vertical-align:middle !important;
    min-width:145px;
}

#main-logo {
	padding: 5px 0 0 0;
}

.r_text{text-align:right;}
.center,
.center_text{
    text-align:center;
    margin:0 auto;
}

.b,b{ font-weight:bold !important; }
.rq{ color:red; }
.white{color:#fff !important;}

.dark-bg{background-color:#101a28;}
.w100{width:100% !important;}
.no-pad{padding:0 !important}
.no-mar{margin:0 !important}
.wauto{
    width:980px;
    margin:0 auto;
}
.main-container{
    width:980px;
    margin:0 auto;
}


/* Ace styles */
#top-head{
    border-bottom:1px solid #f2f2f2;
    padding:15px 0 10px;
}
#main-logo .text{
    padding:15px 0 0 10px;
	display:inline-block;
}

/* Primary Menu */
ul#primary-menu{
    padding:20px 0;
}
ul#primary-menu li{
    width:20%;
    float:left;
}
ul#primary-menu li a,
ul#primary-menu li a span{
    display:block;
    text-align:center;
}
ul#primary-menu li a span img{margin:0 auto;}
ul#primary-menu li a .icon{
    min-height:30px;
}
ul#primary-menu li a .ja{
    font-size:16px;
    padding-top:5px;
}
ul#primary-menu li a .en{
    font-size:13px;
}

ul#primary-menu li a .active-icon{
	display:none;
}
ul#primary-menu li a{
	height:80px;
	overflow:hidden;
}
ul#primary-menu li a:hover .icon,
ul#primary-menu li a.active .icon{
	margin-top:-80px;
}

ul#primary-menu li a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}

/* Breadcrumb */
.breadcrumb ul.list li{
    display:inline;
	font-size:11px;
}
/* Index page */



#index-page #emergency .box{
    border-width:3px;
    border-style:solid;
    margin:7px 0;
    padding:5px 0;
}
#index-page #emergency .box .title{
    /*padding:5px 4px 2px 15px;*/
	padding-right:20px;
    font-size:16px;
}
#index-page #emergency .emergency-posts{
    padding:5px 25px 0 20px;
}
.post-date{color:#6b6b6b;
	font-size:11px;}
#index-page #emergency .emergency-posts .post .post-date{
    padding-right:5px;
	font-size:11px;
}
#index-page #emergency .emergency-posts .post .s-title{
    padding:0 60px 0 0;
}
#index-page #emergency .emergency-posts .post:last-child .s-title{
    padding-right:0;
}
#index-page #emergency .navi-icon{
    padding-top:5px;
    width:22px;
    height:20px;
    display:block;
}
#index-page #emergency .navi-icon span{
    display:block;
    border-top-width:3px;
    border-top-style:solid;
    padding-top:4px;
}
#index-page #emergency .banners_list .banner{
    width:33%;
    
    border-bottom-style:solid;
}
#index-page #emergency .banners_list .banner.mid{
    margin:0 0.5%;
}

/* Post types area*/
#index-page #post-types-area .part{
    width:33%;
    float:left;
}
#index-page #post-types-area .part.mid{
    margin:0 0.5%;
}
#index-page #post-types-area .part section{
    border-width:1px;
    border-style:solid;
    border-top-width:2px;
    padding:0 10px;
    margin-bottom:10px;
	position: relative;
}
#index-page .receipe_list_link {
	padding: 0px 0;
	text-align: center;
	margin:10px 0 15px 0;
	color:#FFF;
	border-radius:5px;
	display:block;
}
#index-page .receipe_list_link a{
	display:block;
	color:#FFF;
	padding: 10px 0;
	border-radius:5px;
}
#index-page .receipe_list_link a:hover{
	color:#FFF !important;
	background: #999;
}

#index-page #post-types-area .part1 section,
#index-page #post-types-area .part3 section{
    padding-right:10px;
}
#index-page #post-types-area .section-title{
    padding:10px 0;
}
#index-page #post-types-area .section-title a span{
    display:block;
    float:left;
}
#index-page #post-types-area .section-title a .ja{
    padding:0 10px;
    font-size:16px;
}
#index-page #post-types-area .post .date{
    color:#6b6b6b;
	font-size:11px;
}

#index-page #post-types-area .section-title a .en{
    padding-top:3px;
    font-size:13px;
}
/* Part 1 */
#index-page #post-types-area .part1 section .post{
    padding-bottom:21.5px;
}
#index-page #post-types-area .part1 section .title{
    padding:0 20px 0 0;
}
/* Part 2*/
.owl-item a,
.owl-item img{width:100%;}
#store_banner_slider .owl-pagination{
    padding-top:0px;
}
#store_banner_slider .owl-pagination .owl-page span{
    border:2px;
    border-width:2px;
    border-style:solid;
}
#store_banner_slider .item .status{
    display:inline-block;
    margin:15px 0 5px;
    padding:2px 10px;
    border-width:1px;
    border-style:solid;
}
#store_banner_slider .item .title{
    font-size:17px;
}
#index-page #post-types-area{
    padding-top:25px;
    margin-top:25px;
    border-top:1px solid #ebebeb;
}
#index-page #post-types-area .media-news,
#index-page #post-types-area .store_news{
   /* height:410px; */
}

#index-page #post-types-area .store_list .search-btn{
    border-radius:7px;
    display:inline-block;
    padding:3px 10px;
    margin-top:10px;
}
#index-page #post-types-area .store_list .search-btn:hover{
	background:#686868 !important;
}
#index-page #post-types-area .store_list .select{
    background:#ebebeb;
    padding:10px 15px;
    margin-bottom:10px;
    border-radius:7px;
    cursor:pointer;
    position:relative;
}

#index-page #post-types-area .store_list .select .arrow{
    position:absolute;
    top:50%;
    margin-top:-3.5px;
    right:15px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent  !important;
    border-right: 7px solid transparent  !important;

    border-top-width:7px;
    border-top-style:solid;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
}
#index-page #post-types-area .store_list .select.opening .arrow{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
#index-page #post-types-area .store_list .store-category{
    padding:8.5px 0;
}
#index-page #post-types-area .store_list .store-category .list{
    border-radius:7px;
    overflow:hidden;
    margin-bottom:10px;
    display:none;
}
#index-page #post-types-area .store_list .store-category .list .title:first-child a{
    border-top-left-radius:7px;
    border-top-right-radius:7px;
}
#index-page #post-types-area .store_list .store-category  .list .title:last-child a{
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
#index-page #post-types-area .store_list .store-category .list a{
    padding:15px;
    display:block;
    border-bottom:1px solid #fff;
    cursor:pointer;
}
#index-page #post-types-area .store_list .store-category .list a:hover{
    background:rgba(0,0,0,0.5);
}
/* Part 3*/
#index-page #post-types-area .store_events .post{
    padding-bottom:15.5px;
}
#recipe-slider .owl-controls{
    margin-top: 9px;
}
#index-page #post-types-area .part3 .post .tmb{
    padding-right:25px;
}
#index-page #post-types-area .part3 .content{
    padding-left:0;
    margin-left:-12px;
}
#recipe-slider .owl-pagination .owl-page span{
    border-width:2px;
    border-style:solid;
}
#index-page #post-types-area .recipe .section-title{
    padding:11px 0 17px 0px;
}

/* Webshop */
.footer_area{
    border-top:1px solid #ebebeb;
    padding-top:30px;
    margin-top:30px;
}
.footer_area section.webshop{
    margin:0;
    padding-top:5px;
}
.footer_area section.webshop .post{
    padding:0 5px;
}
.footer_area section.webshop .box{
    border:1px solid #dcdcdb;
}
.footer_area section.webshop .box .title{
    padding:10px;
	height: 48px;
}
.footer_area section.webshop .box .title img {
	max-width: 23px;
}
.footer_area section.webshop .tmb{
    padding:10px 0 0;
    position:relative;
}

.footer_area section.webshop .tmb > img{
    min-height: 152px;
    object-fit: cover;
}

.footer_area section.webshop .tmb .layer{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0);
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}
.footer_area section.webshop .tmb:hover .layer{
    background:rgba(0,0,0,0.4);
}
.footer_area section.webshop .tmb:hover .layer .read-more{
    top:50%;
}
.footer_area section.webshop .tmb .layer .read-more{
    position:relative;
    top:130%;
    left:50%;
    margin-top:-25px;
    margin-left:-25px;
    display:block;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
}
/* Socials */
.footer_area section.socials{
    margin:0;
    padding:10px 0 70px;;
}
.footer_area section.socials .part{
    padding:0 5px;
}
.footer_area section.socials .part.mid{
    margin:0 0.5%;
}
.footer_area section.socials .part .box{
    border:1px solid #dcdcdb;
    padding:10px;
}
.footer_area section.socials .section-title{
    padding-bottom:10px;
    border-bottom:1px solid #dcdcdb;
    margin-bottom:10px;
	height: 38px;
}
.footer_area section.socials .blog .posts{
    height:295px;
    overflow-y:scroll;
    padding-right:15px;
}
.footer_area section.socials .blog .posts .post{
    padding-bottom:25px;
}
.footer_area section.socials .blog .posts .post .title{
    padding-bottom:5px;
    font-size:14px;
}
.footer_area section.socials .blog .posts .post .tmb{
    width:90px;
    height:90px;
    background:#dcdcdb;
    float:left;
    margin:6px 10px 0 0;
    margin-bottom:-2px;
}

.footer_area section.socials .instagram .thumbs{
    margin:0;
}
.footer_area section.socials .instagram .tmb{
    padding:5px;
	
}
.footer_area section.socials .instagram .tmb img{
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.footer_area section.socials .instagram .tmb a{
	display:block;
	overflow:hidden;
}
.footer_area section.socials .instagram .tmb img:hover{
	transform:scale(1.1);
}

/* Pages */



/* Footer */
.menu_footer_area{
    background:#f1f1f1;
    position:relative;
}
#backtop-btn{
    position:absolute;
    right:3%;
    top:-37px;
    cursor:pointer;
	height:70px;
	overflow:hidden;
}
#backtop-btn.fixed{
	position: fixed;
    z-index: 9999;
    bottom:20px;
	top:inherit;
}	

	
#backtop-btn:hover img{
	margin-top:-70px;
}
ul#footer_menu{
    padding:20px 0 20px;
	border-bottom: 1px solid #DDD;
	display:block;
	width:100%;
}
ul#footer_menu li a.en {
	font-family: TimesNewRoman,"Times New Roman",Times,Baskerville,Georgia,serif;
}
.authen_footer_group{
    display: block;
    padding: 13px 0 13px 0;
}
.text_authen{
    display: block;
    margin-top: 20px;
    margin-right: 20px;
}
footer#footer_inc{
    display: block;
    overflow: hidden;
    margin-bottom: -10px;
}
.footer_logo_icon a img.logo_footer{
    display: block;
    float: left;
}
.footer_logo_icon a img.logo_sub_footer{
    display: block;
    float: left;
    margin-left: 10px;
}
.footer_logo_area .footer_logo_icon a{
    display: block;
}
.footer_logo_area .footer_logo_icon{
 /*   position: absolute;
    top: 50%;
    left: 0px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}
.slogan .text_header{
    margin-top: 20px;
    margin-right: 5px;
}
.postion_relead{
    position: relative;
}
ul#footer_menu > li{
	
    float:left;
    padding-right:40px;
	
	/*display:table-cell;*/
}
ul#footer_menu > li:last-child{
    padding-right:0;
}
ul#footer_menu li a{
    display:block;
}
ul#footer_menu li a.en{
    padding-top:20px;
}
.footer_logo_area{
    padding:15px 0;
}
.footer_logo_area .authen .text{
    padding:16px 25px 0 15px;
}
.copy-right{
    padding:15px 0;
    font-size:11px;
}


/* Custom color */

.main-color{color:#2c8a3a;}

.main-bg-color,
.owl-pagination .owl-page.active span{ background-color:#2c8a3a !important; }

.bor-color,
.bor-color *:after,
.bor-color *:before,
.bor-color:after,
.bor-color:before,
.owl-pagination .owl-page span{border-color:#2c8a3a !important;}

/*Style Color--------------------------------------*/
.gray-bg{background:#ebebeb;}

/* About us page */
#primary.about-us{
    padding-bottom:50px;
    /*font-size:13px;*/
}

#primary .post-nav{
    border-width:3px;
    border-style:solid;
    border-left:none;
    border-right:none;
    width:100%;
    max-width:230px;
}
.title .ja{ font-size:16px; }
.title .en{ font-size:13px;}

#primary .post-nav .title{
    padding:10px 5px;
    border-bottom-width:1px;
    border-bottom-style:solid;
}
#primary .post-nav .title span{
    display:block;
}
#primary .post-nav .title .ja{
    padding:2px 0 0 10px;
}
#primary .post-nav .title .ja{
    padding-left:5px;
}

#primary .post-nav .title .en{padding:5px 0 0 7px;}
#primary .post-nav .post-title-list a{
    display:block;
    padding:11px 30px 11px 15px;
    border-bottom:1px solid #ebebeb;
    position:relative;
}
#primary .post-nav .post-title-list a:after{
    content:"";
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-4px;
    width:8px;
    height:8px;
    border-right-style:solid;
    border-right-width:1px;
    border-bottom-style:solid;
    border-bottom-width:1px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
#primary .post-nav .post-title-list li.active{
	background:#f2f2f2;
}
#primary.about-us .post-nav .post-title-list li:nth-child(5){
    border-bottom:1px solid;
}
#primary .detail-content{
    width:100%;
    max-width:700px;
	padding-bottom:50px;
}
#primary .detail-content .page-title{
	padding-bottom:20px;
}
#primary .detail-content .page-title .ja{ font-size:36px;}
#primary .detail-content .page-title .en{ font-size:21px;}

#primary .detail-content .post-list .post{
    border:1px solid #ebebeb;
    margin-bottom:10px;
}
#primary .detail-content .post-list .post1,
#primary .detail-content .post-list .post2{
	border:none;
}
#primary .detail-content .post-list .post .s-box{
    padding:20px;
}
#primary .detail-content .post-list .post  .img-title{
    padding-top:25px;
}
#primary .detail-content .post-list .post .title span{
    display:block;
}
#primary .detail-content .post-list .post1 .content {
    padding:50px 15px 0 15px;
	
}
#primary .detail-content .post-list .post2{
    position:relative;
}
#primary .detail-content .post-list .post2 .abs-content{
    position:absolute;
    top:20px;
    left:30px;
}

#primary .detail-content .post-list .s-box{
    padding:0 5px;
}

#primary .detail-content .post-list .s-box .post{padding:20px;}


#primary .detail-content .post-list .s-box-list{
    margin-left:5px;
    margin-right:5px;
}


#primary.about-us .detail-content .post-list .post .title a{
	height:45px;
	overflow:hidden;
	display:block;
}
#primary.about-us .detail-content .post-list .post.kitano-creation .title a{
	height:44px;
}

#primary.about-us .detail-content .post-list .post .title a:hover img{
	margin-top:-45px;
	opacity:1;
	filter:alpha(opacity=100);
}

#primary.about-us .detail-content .post-list .post.kitano-creation .title a:hover img{
	margin-top:-44px;
}

/* Single */
#primary .detail-content .post-title{
    font-size:29px;
    border-left-width:3px;
    border-left-style:solid;
    padding-left:10px;
}
#primary .detail-content .head .printing-btn,.pdf_file_btn{
    display:inline-block;
    padding:7px 25px 10px;
    border-radius:25px;
}
#primary .detail-content .head .printing-btn:hover,.pdf_file_btn:hover{
	background:#686868 !important;
}
#primary .detail-content .head .printing-btn:hover img{
	opacity:1;
}
#primary .detail-content .content{
    padding-top:25px;
}
#primary .detail-content .content .content-title{
    font-size:24px;
}
#primary .detail-content .content p{
    padding:15px 0 20px;
}
#primary .detail-content .content .wrap{
    padding:35px 0;
}
#primary.about-us [class*="col-"], 
#primary.about-us [class*="col-"]{
	padding-left: 10px;
    padding-right: 10px;
}
#primary.about-us .row, 
#primary.about-us .row{
	margin-left: -10px;
    margin-right: -10px;
}

#primary.about-us .zoom-wrap{padding:50px 0px;}

#primary.about-us table.develop tr:first-child td{position:relative;}
#primary.about-us table.develop tr:first-child td:before{
    content:"";
    position:absolute;
    background:#fff;
    width:10px;
    height:7px;
    left:-6px;
}

#primary.about-us table.develop th,
#primary.about-us table.develop td{
    border:none;
    padding:0 0 20px 0 !important;

}
#primary.about-us table.develop td{padding-left:20px !important;}

#primary.about-us table.develop tr:last-child td{
    padding-bottom:0px !important;
}

#primary.about-us table.develop th{
    min-width:145px;
    background:none;
    border-right:3px solid #ebebeb !important;
    position:relative;
    vertical-align:top !important;
	font-weight:bold;
}
#primary.about-us .show-map{
    width:100%;
    height:320px;
    margin-top:10px;
}
#primary.about-us .see-map{
	height:25px;
	display:block;
}
#primary.about-us .see-map span{
	display:block;
}

#primary.about-us .map-icon{
    height:15px;
	overflow:hidden;
	margin:5px 5px 0 0;
}

#primary.about-us .see-map:hover .map-icon img{
	margin-top:-15px;
}
#primary .detail-content .mail-btn .mail-icon{
	display:inline-block;
	height:15px;
	overflow:hidden;
	padding-top:2px;
}

#primary .detail-content .mail-btn:hover .mail-icon img{
	margin-top:-15px;
	opacity:1;
	filter:alpha(opacity=100);
}
#primary.about-us .content .s-title{
    font-size:18px;
}
#primary.about-us .content h5{font-size:15px;}
#primary.about-us table.develop th:after{
    content:"";
    position:absolute;
    right:-6.5px;
    top:8px;
    border-width:2px;
    border-style:solid;
    border-radius:50%;
    width:10px;
    height:10px;
    background:#fff;
}
#primary.about-us .content .mail-icon{font-size:17px;}
#primary.about-us .content  .chart{
    padding-top:30px;
}
#primary.about-us .content .company-info{
    padding-bottom:50px;
    display:block;
}
#primary.about-us .content  .chart .box{
    border:1px solid #d1d1d1;
    display:block;
	margin:0 auto;
	width:250px;
	margin-bottom:30px;
	padding:10px 0;
	text-align:center;
	position:relative;
}
#primary.about-us .content  .chart .box1:after,
#primary.about-us .content  .chart .box3:after{
	content:"";
	position:absolute;
	border-left:1px solid #d1d1d1;
	left:50%;
	top:43px;
	height:30px;
}

#primary.about-us .content  .chart .box5{
	width: 65%;
    height: 30px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    margin: 0 auto;
}

#primary.about-us .detail-content .content p{
    padding:10px 0;
}

.mg-t-10{
	margin-top:10px;
	
}
section.emergency-notice{
	position: relative;
}
section.emergency-notice{
	position: relative;
}
.post_might_alert{
	position: absolute;
	top:50%;
	-ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
}

/* News Page */
#primary.news  .detail-content .cat{
    border-width:1px;
    border-style:solid;
    padding:10px 15px;
    display:inline-block;
	font-size:14px;
}
#primary.news  .detail-content .post-title{
    border-left:none;
    font-size:23px;
    padding:10px 0 0 0;
}
#primary.news .social_btn_single{display:none;}
.page_navi{
    zoom: 1;
    display: block;
    padding: 20px 0 10px;
    text-align: center;
    width: 100%;
}
.page_navi:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.page_navi ul{
    float: right;
}
.page_navi ul li {
    display: block;
    float: left;
    margin: 0 0 0 10px;
}
.page_navi_view{
	text-align:right;
}
.page_navi_view ul.pagination li a{
	font-size:14px;
	color:#000;
}
.page_navi_view ul.pagination li.active a{
	border-color:#ddd;
	color:#fff;
}

.entry-content {
    padding: 0px;
    position: relative;
    text-align: justify;
	display:block;
	 zoom: 1;
}
.entry-content:after{
	 clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.entry-content h3.entry-title{
	display:block;
	padding:10px 20px 0 20px;
	font-weight:bold;
}
.entry-content h3.entry-title a{
	display:block;
	font-weight:bold;
	font-size:14px;
}
.entry-content .excerpt{
	display:block;
	padding:5px 20px 10px 20px;
}
.detail-content-news .entry-content{
	border:1px solid #CCC;
	display:block;
}
.detail-content-news .item_news_list{
	margin-bottom:10px;
}
.span_l_r_5{
	padding-left:5px;
	padding-right:5px;
}
h1.content_title,
figure.content_title{
	font-weight:normal;
	font-size:30px;
	margin-bottom: 25px;
	color:#000 !important;
	line-height:35px;
}
h1.content_title {
	padding-left:10px;
	border-left-style: solid;
    border-left-width: 3px;
}

.box-store-search{
	border-width:2px;
	border-style: solid;
	padding:15px;
	display:block
}
.box-store-search .form-control{
	height:40px;
	padding-top:0px;
	padding-bottom:0px;
}
.box-store-search  .btn-nearby_store{
        width: 100%;
    padding: 10px;
    float: left;
    border: none;
}
.box-store-search .btn-nearby_store:hover{
          color: #fff !important;
              background: #999 !important;
}
.box-store-search .btn-nearby_store img {
          padding-left: 10px;
    /* padding-top: 0px; */
    display: inline-block;
    margin-top: -2px;
}
.box-store-search h3.title{
	line-height:40px;
}
.box-store-search h3.title .ja{
	font-size:20px;
}
.box-store-search h3.title .icon img{
	margin-top:-5px;
}
.list-item-store{
	display:block;
	width:100%;
}
.list-item-store .stores_item{
	display:block;
	border-bottom:1px solid #F2F2F2;
	padding-bottom:20px;
}
.list-item-store .stores_item:last-child{
	border-bottom:none;
	padding-bottom:0px;
}
figure.main-page-title img{
	display:block;
}
.details_content_store table.table_store_entry th{
	white-space: nowrap;
}
.store_box_content .store_box_thumbnail a{
	height: 200px;
	display:block;
	overflow:hidden;
}
figure.category_store_title{
	display: block;
    padding: 30px 0 20px;
} 
figure.category_store_list{
	padding: 30px 0 20px;
}
h3.area_title{
	display:block;
	padding:30px 0 20px 0;
}
h3.area_title .ja{
   font-size:20px;
   padding-right:5px;	
}
.store_box_thumbnail a img{
	display:block;
	width:100%;
}
ul#menu_store_primary>li>ul.child-sub,#primary ul#part-time-menu_left>li>ul.child-sub{
	background:#F2F2F2;
} 
ul#menu_store_primary a,#primary ul#part-time-menu_left a {
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding: 11px 15px;
    position: relative;
	cursor:pointer;
	color:#333;
}
ul#menu_store_primary>li>ul.child-sub,#primary ul#part-time-menu_left>li>ul.child-sub{
	list-style:outside;
	padding-left:25px;
	padding-right:15px;
	color:#333;
}
#primary ul#part-time-menu_left>li>ul.child-sub>li>a{
	border-bottom: none !important;
	padding: 2px 0px !important;
}
ul#menu_store_primary>li>ul.child-sub>li,#primary ul#part-time-menu_left>li>ul.child-sub>li{
	width:100%;
}
ul#menu_store_primary>li>ul.child-sub>li>a,#primary ul#part-time-menu_left>li>ul.child-sub>li>a{
	
	border-bottom:none;
	padding:2px 0px;
} 
ul#menu_store_primary>li.has-sub>a::after{
	content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right:0;
	margin-top: 0px;
}
#primary ul#part-time-menu_left>li>a::after{
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right:0;
	margin-top: 0px;
	z-index:100;
}
#primary ul#part-time-menu_left>li>a>.holder{
	height: 30px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    z-index: 9999;
}
.blue-btn{
    background-color:#1da1f2 !important;
    border:1px solid #1da1f2 !important;
}
a:not(.main-bg-color).blue-btn:hover{
    background-color: transparent !important;
    color: #1da1f2 !important;
}
ul#menu_store_primary a.end_store{
	font-size: 13px;
}
#primary ul#part-time-menu_left>li>a.has_tg_sub::after{
	content: "\f107";
}

#primary ul#part-time-menu_left>li>a::after{
	top: 10px;
	border:none;
	transform:none;
	-webkit-transform:none;
	-ms-transform:none;
	width: inherit;
	height: inherit;
}
#primary ul#part-time-menu_left>li.open>a::after{
	border:0px;
}
ul#menu_store_primary>li>ul.child-sub>li>a::after,#primary ul#part-time-menu_left>li>ul.child-sub>li>a::after{
	display:none;
}
ul#menu_store_primary>li.open>a,#primary ul#part-time-menu_left>li.open>a{position:relative;}

ul#menu_store_primary>li.open>a::before,#primary ul#part-time-menu_left>li.open>a::before,
ul#menu_store_primary>li.open>a::after,#primary ul#part-time-menu_left>li.open>a::after{
	content: "";
	position:absolute;
	height:14px;
}
ul#menu_store_primary>li.open>a::before{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	border-right:1px solid;
	right:15px;
	top:13px;
}
ul#menu_store_primary>li.open>a::after{	
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	border-left:1px solid;
	right:7px;
	top:10px;
}
#primary ul#part-time-menu_left>li.open>a::before{
		transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	border-right:1px solid;
	right:15px;
	top:15px;
}
#primary ul#part-time-menu_left>li.open>a::after{
	top: 12px;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	border-left:1px solid;
	right:7px;
}

.content_single_store h3.cat{
	border-style: solid;
    border-width: 1.5px;
    display: inline-block;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 14px;
}
h1.title_store_single{
	font-weight:bold;
	display:block;
	padding:10px 0;
	font-size:19px;
}
.gallery_store{
	display:block;
}
.details_content_store{
	display:block;
	margin-top:10px;
}
.other_free_space_single{
	display:block;
	margin-top:10px;
}
.content_event_single{
	display:block;
	margin:10px 0;
}
.content_event_single h3.title_event .ja{
	display:block;
	line-height:28px;
}
.content_event_single h3.title_event .en{
	display:block;
	line-height:28px;
}
.content_map_single h3.title_map .en{
	display:block;
	line-height:28px;
}
.content_map_single{
	display:block;
	margin:20px 0;
}
.content_map_single h3.title_map{
	display:block;
	padding-bottom:10px;
	font-size: 14px;
    font-weight: bold;
}
.content_event_single h3.title_event {
	font-size: 14px;
    font-weight: bold;
}
.content_event_single h3.title_event span {
	padding: 0 5px 0 0;
}
.download_pdf_inc a{
	display:block;
	font-size:12px;
	padding:5px 10px;
}
.download_pdf_inc a.event_flyer_tbl{
	cursor:pointer;
	background:#90191d;
	color:#FFF;
}
.download_pdf_inc a.event_flyer_tbl:hover{
	color:#000 !important;
}
.download_pdf_inc a.calendar_flyer_tbl{
	cursor:pointer;
	color:#FFF;
	background:#999;
	margin-left:10px;
}
#calendar_events {
    display: block;
    padding: 0px 0;
}
.event_posts_content{
	display:block;
	margin-top:10px;
}
#calendar_events{
	display:block;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}
#calendar_events p{
	display:block;
}
#calendar_events .header_event_title{
	padding:0;
}
#calendar_events .header_event_title .title_head{
	border-width:3px;
	border-left-style:solid;
	padding:5px 10px;
	border-bottom:1px solid #CCC !important;
	display:block;
	font-size:14px;
	font-weight:bold;
}
#calendar_events .desc_trig_outter{
	padding:5px 10px;
	border-bottom:1px solid #CCC !important;
	position:relative;
}
#calendar_events .desc_trig_outter a{
	display:block;
	position:relative;
}
#calendar_events .desc_trig_outter .evcal_cblock{
	background-color: transparent !important;
    color: #999;
    top:0px;
    font-weight: bold;
    left: 0;
    position: absolute;
	height:100%;
	border-right:1px solid #CCC;
	width:73px;
}
#calendar_events .desc_trig_outter .evcal_desc_group{
	display: block;
    margin-bottom: 0;
    margin-left: 5px;
    padding: 3px 0px 0 80px;
    top: 0;
	position:relative;
	min-height:50px;
}
.evcal_cblock .evo_date .start{
	line-height: 100%;
    vertical-align: super;
	clear: both;
    float: left;
    font-size: 30px;
	font-size: 27px;
}
.evcal_cblock .evo_date .end{
	float: left;
    font-size: 13px;
    margin-left: 4px;
	line-height: 100%;
    vertical-align: super;
}
.evcal_cblock .evo_date .start em{
	margin-left: 0;
    display: block;
    font-size: 10px;
    line-height:17px;
}
.evcal_cblock .evo_date .end em{
	font-size: 8px;
    margin-top: 3px;
	 font-weight: normal;
    margin-left: 6px;
	display:block;
	font-style: normal;
    line-height: 110%;
    text-transform: uppercase;
	font-size: 11px;
}
.evcal_desc_group .evcal_event_title{
	display:block;
}
.evcal_desc_group .evcal_desc_info{
	display:block;
}
.bor-color .ja{
	color:#333 !important;
}

ul#menu_store_primary>li>ul>li.active a{
	/*color:#f60b05;*/
}
.store_box .store_box_content{
	display:block;
	border:1px solid #CCC;
}
.container_list_store_index .store_box{
	display:block;
	margin-bottom:10px;
}
.store_box_first .store_box_info{
	display:block;
	padding:10px 15px;
}
.store_box_content .store_box_icons_item{
	padding:0px 15px 10px 15px;
	font-size: 10px;
}

.store_box_content .notice{
    padding:10px 0;
    border-top-width:1px;
    border-top-style:solid;
    margin:0 15px;
    font-size:11px;
}

.store_box_info h2.store_name{
	display:block;
	padding-bottom:10px;
}
.store_box_info .info_details_store{
	display:block;
	margin-top:10px;
	position:relative;
}
.info_details_store .icon_in{
	position:absolute;
	top:0;
	left:0;
}
.info_details_store .text_store_ps{
	padding:0 0 0 25px;
	position:relative;
	display:block;
	text-align: left;
}
.store_shop_area h3.area_title .ja{
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.store_box_info h2.store_name a{
	font-weight:bold;
	color:#000;
	font-size:15px;
}

/*Icon store*/
#pc_recruit_group_part_time .icon_store{
	display:block;
	margin-top:10px;
}
.icon_store span,.list_icon_contain span{
	display:block;
	margin-right:5px;
	padding:5px 10px;
	color:#000;
	background:#FC0;
	margin-bottom:5px;
	float:left;
}

.icon_store .store_icon_item_1,.list_icon_contain .store_icon_item_1{
	background:#FFC100;
}
.icon_store .store_icon_item_2,.list_icon_contain .store_icon_item_2{
	background:#8F0019;
	color:#FFF;
}
.icon_store .store_icon_item_3,.list_icon_contain .store_icon_item_3{
	background:#3A1300;
	color:#FFF;
}
.icon_store .store_icon_item_4,.list_icon_contain .store_icon_item_4{
	background:#003FA4;
	color:#FFF;
}
.icon_store .store_icon_item_5,.list_icon_contain .store_icon_item_5{
	    background: #fff;
    color: #8f0019;
    border: 1px solid;
        padding-bottom: 3px;
}
.icon_store .store_icon_item_6,.list_icon_contain .store_icon_item_6{
	background: #FFC100;
    color: #000;
}
.icon_store .store_icon_item_7,.list_icon_contain .store_icon_item_7{
	background: #961200;
    color: #FFF;
}
.icon_store .store_icon_item_8,.list_icon_contain .store_icon_item_8{
	background:#F36;
	color:#FFF;
}
.icon_store .store_icon_item_9,.list_icon_contain .store_icon_item_9{
	background:#600;
	color:#FFF;
}
.icon_store .store_icon_item_10,.list_icon_contain .store_icon_item_10{
	background:#060;
	color:#FFF;
}
.icon_store .store_icon_item_11,.list_icon_contain .store_icon_item_11{
	background:#903;
	color:#FFF;
}
/*End Icon Store*/
.icon_store .store_icon_item_new_1,.list_icon_contain .store_icon_item_new_1{
    background:#FFC100;
}
.icon_store .store_icon_item_new_2,.list_icon_contain .store_icon_item_new_2{
    background: #FFC100;
    color: #000;
}
.icon_store .store_icon_item_new_3,.list_icon_contain .store_icon_item_new_3{
    background: #961200;
    color: #FFF;
}
.icon_store .store_icon_item_new_4,.list_icon_contain .store_icon_item_new_4{
    background:#8F0019;
    color:#FFF;
}
.icon_store .store_icon_item_new_5,.list_icon_contain .store_icon_item_new_5{
    background:#3A1300;
    color:#FFF;
}
.icon_store .store_icon_item_new_6,.list_icon_contain .store_icon_item_new_6{
    background:#003FA4;
    color:#FFF;
}
.icon_store .store_icon_item_new_7,.list_icon_contain .store_icon_item_new_7{
        background: #fff;
    color: #8f0019;
    border: 1px solid;
        padding-bottom: 3px;
}

.icon_store .store_icon_item_new_8,.list_icon_contain .store_icon_item_new_8{
    background:#000;
    color:#FFF;
}
.icon_store .store_icon_item_new_9,.list_icon_contain .store_icon_item_new_9{
    background:#600;
    color:#FFF;
}
.icon_store .store_icon_item_new_10,.list_icon_contain .store_icon_item_new_10{
    background:#060;
    color:#FFF;
}
.icon_store .store_icon_item_new_11,.list_icon_contain .store_icon_item_new_11{
    background:#903;
    color:#FFF;
}
.round_btn {
    border-radius: 5px;
    text-align: center;
    padding: 10px 15px;
}
.red_btn {
    background-color: #8f0019;
    color: #fff !important;
}
.red_btn:hover {
    background-color: #ddd;
}
.fullwidth_btn {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/**/
.hitsu{
	color:#F00 !important;
}
.post-nav ul.contact_form li.active{
	background:#F2F2F2;
}
h3.title .fa-envelope-o{
	font-size:20px;
}
.content_customer_inc .note_first{
	border:1px solid #CCC;
	padding:10px 15px;
	display:block;
}
.note_first h3.title{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}
.note_first ul.list_note{
	list-style:outside;
	padding-left:15px;
}
.note_first ul.list_note li{
	line-height:22px;
	width:100%;
	text-align:left;
	padding-bottom:5px;
	font-size:12px;
}
.form_frm_contact .entry_content_form{
	display:block;
	border-bottom:1px solid #CCC;
	padding:20px 0 10px 0;
	margin-bottom:10px;
}
.entry_content_form .item_row_list{
	display:block;
	padding:10px 0 10px 15px;
	border-top:1px solid #CCC;
}
/*End Style Color*/
.wauto .row,.main-container .row{
	margin-left: -5px;
    margin-right: -5px;
}
.wauto [class*="col-"],.main-container [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.entry_content_form .last-col input[type="text"]{
	width:100%;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#eaecec;
}
.last-col .text_area_customer{
	margin-top:10px;
}
.text_area_customer_recruit textarea{
	width:100%;
	padding:10px;
	border-radius: 5px;
	border: none;
	background:#eaecec;
}
.last-col .text_area_customer textarea{
	width:100%;
	padding:10px;
	border-radius: 5px;
	border:none;
	background:#eaecec;
}
.btn-primary {
	border: none;
}
.item_line .first-col{
	display: block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    padding-top: 10px;
    vertical-align: middle;
}
.item_line .first-col-1{
	display: block;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    padding-top: 0px;
    vertical-align: middle;
}
.item_line .fnt_en{
	font-size: 12px;
}
.group_radio_form label{
	font-size:14px;
}
input.tbl_submit_contact:hover{
	background-color:#666 !important;
	
}
p.error{
    color: #f00;
}
.textError{
    border: 1px solid #f00 !important;
}
.bg_error_fx {
    background: #fff4f4;
}
.mr_bt-3{
	margin-bottom:3px;
}
.group_radio_form_top2 .l{
	display:block;
	float:left;
	min-width:50px;
}
.group_radio_form_top3 .l{
	display:block;
	float:left;
	min-width:60px;
}
.group_radio_form_top1 .l{
	display:block;
	margin:0px;
	float:left;
	min-width:170px;
}
.last-col .select2_fd{
	display:block;
	float:left;
	width:100px;
}
.last-col .select2_fd select{
	width:100%;
}
.last-col .select2_fd_none{
	display:block;
	float:left;
	width:30px;
	line-height:36px;
	padding:0 10px;
}
.tree_select {
    background: rgba(0, 0, 0, 0) url("../public/images/l-search.png") no-repeat scroll 0 10px;
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
}
.store-category .store_area_top{
    margin-bottom: 10px;
}
.page_navi ul li a{
    display: block;
    color: #FFF;
    border-radius: 50%;
    font-size: 14px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.page_navi ul li a:hover{
   font-weight: bold;
}
.page_navi ul li.active a{
    opacity: 0.8;
}
.content_authentication_group {
    display: block;
    padding:15px 0;
    border-top: 1px solid #CCC; 
}
.content_authentication_group .text{
     padding: 16px 25px 0 15px;
}
.jssora13l{
    display: none !important;
}
.jssora13r{
    display: none !important;
}
#top_index_slider {
    background: transparent url("../img/loading_slider.gif") no-repeat scroll center center;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#top_index_slider li {
    float: left;
    max-width: 980px;
}
#top_index_slider img {
    display: block;
}
#top_index_slider ul, #top_index_slider #next, #top_index_slider #prev {
    visibility: hidden;
}

#top_index_slider #prev, #top_index_slider #next {
    cursor: pointer;
    position: absolute;
    top: 143px;
}
#top_index_slider .fix_np{
    position:absolute;
    left:0;
    right:0;
    width: 980px;
    margin:0 auto;
   
}
#top_index_slider #prev {
    left: -45px;
}
#top_index_slider #next {
    right: -45px;
}
#top_index_slider ul {
    
}
#top_index_slider .layer {
    background: #000000;
    height: 300px;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 980px;
    
}
.final_education select, .preferred_workplace select{
    width: 230px !important;
}
.employment_status .l{
    padding-bottom: 7px;
}
.list_emergency_announcement ul.item_list {
    display: block;
    list-style: outside none none;
}
.list_emergency_announcement ul.item_list li {
    border-bottom: 1px dotted #c5c5c5;
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
.list_emergency_announcement ul.item_list li:first-child {
    margin-top: 0;
}
.list_emergency_announcement ul.item_list li a {
    display: block;
}
.list_emergency_announcement ul.item_list li a .date_emergency_index {
    color: #c5c5c5;
    padding: 0 5px 0 0;
}

.social_btn_single ul.social_list{
    display: block;
    padding: 10px 0;
}
.social_btn_single ul.social_list li{
    display: block;
    float: left;
    padding: 0 5px 0 0;
}
.emergency-announcement-single{
    display: block;
}
h1.entry-title-detail{
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 20px;
}
.post-nav ul li a.active{
    background: #f2f2f2 none repeat scroll 0 0;
}
.tmb_webshop_footer{
    display: block;
    margin: 0px;
    padding: 0px !important;
}
h3.title img.icon_footer_file{
    padding-left: 5px;
}
#emergency .emergency-posts{
    position: relative;
    padding: 0 45px 0 95px !important;
}
#emergency .title{
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2px 4px 2px 15px;
    display: block;
}
#emergency .navi-icon{
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top:0px !important;
}
#index-page #emergency .box .title img {
	display: block;
}
#emergency .emergency_group_wr{
    position: relative;
}
#index-page #emergency .emergency_group_wr{
    padding: 0px 0;
}
#emergency ul#ticker_top_yes li a .red_seminar{
    color: #6b6b6b;
    padding-right: 5px;
}
#emergency ul#ticker_top_yes li a .title_seminar{
    font-weight: bold !important;
    color: #000000;
}
#emergency ul#ticker_top_yes li a{
    display: block;
    padding-right: 60px;
}
#emergency ul#ticker_top_yes li a:hover span {
	color: #8f0019;
}
.carousel-control.left,.carousel-control.right{
    background-image:none;
}
.list-item-store .recruit_index_inc {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.recruit_box .store_box_content{
    display: block;
    border: 1px solid #ccc;
    padding: 0px;
    margin-bottom: 10px;
}
.item_recruit_row .store_box_info .info_details_store {
    margin-top: 5px;
}
.content_single_store h1.title_store_single{
    padding: 15px 0;
}
.entry_content_recruit{
    display: block;
}
.entry_content_recruit table tr td:first-child{
    background: #ebebeb;
    vertical-align: middle;
    font-size: 15px;
    font-weight: normal;
 }
.entry_content_recruit table tr td:nth-child(2){
    padding: 0px !important;
    width: auto !important;
    border-left: none;
    border-right: none;
}
.entry_content_recruit table tr td:nth-child(3){
    border-left: none;
}
.product_list_inc .products-col{
    margin-bottom: 10px;
}
.product_list_inc .products-col .products-entry-content{
    display: block;
    border:  1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
}
.products-entry-tmb a{
    display: block;
}
.product_list_inc .products-entry-tmb a img{
    width: 100%;
}
.products-entry-content h3.entry-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 8px;
    text-align: justify;
    display: block;
}
.products-entry-content h3.entry-title a{
    font-weight: bold;
}
.products-entry-content .products-excerpt {
    bottom: 10px;
    margin: 0;
    display: block;
}
.product_details_inc h1.products_title{
    display: block;
     font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}
.product_details_inc .entry_content p {
    margin-bottom: 1.625em;
}
.product_details_inc .entry_content th {
	width: 145px;
}
#webshop {
    float: right;
    font-size: 10px;
    padding: 40px 0;
    text-align: right;
}
#webshop_button {
    background: rgba(0, 0, 0, 0) url("../../img/04_products/button_webshop.png") no-repeat scroll 0 0;
    display: block;
    height: 60px;
    width: 253px;
}
#ks_products {
    float: left;
    padding-right: 14px;
    margin-top: 30px;
    width: 25%;
}
#ks_products_end {
    float: left;
    margin-top: 30px;
    width: 25%;
}
#kitanoselection_menu img.kitanoselection{
    background: #CCC;
}
h1.mr-bt-15{
	margin-bottom:15px;
}
.mr-bt-15{
	margin-bottom:15px;
}
ul.menu_fixed li a img{
	display:inline-block;
	margin-left:5px;
}
.store_box_info .box_pd_item{
	display:block;
	padding:10px 15px;
}
.entry_recruit_single{
	display:block;
	margin-top:20px;
	font-size:18px;
	/*font-weight:bold;*/
	border:none;
}

.zoomContainer{
	  overflow: inherit !important;
}
#top-head #main-logo{
	padding:0px;
	position: relative;
}
#top-head{
	padding: 15px 0;
}
#top-head .main-container{
	position: relative;
	display:block;
}
#top-head .slogan{
	padding:0px;
	position: absolute;
	-ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
     right: 0;	
   top:50%;
}
a.main-color:hover {
	color: #23527c !important;
}
.block_title {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.page_block {
	padding: 0 0 30px 0;
}
.group_news_list{
	display:block;
	overflow:hidden;
}
.group_news_list .list_new_group_item{
	display:table;
	padding:15px 0;
	border-top:1px solid #ebebeb;
	width:100%;
}
.list_new_group_item .category_news_item{
	display:table-cell;
	width:120px;
	text-align:left;
	vertical-align:middle;
	padding-right:20px;
}
.list_new_group_item .category_news_item a{
	border-width:1px;
	border-style:solid;
	padding: 3px 10px;
	display:block;
	text-align:center;
	font-size:10px;
}
.list_new_group_item .entry_list_news{
	display:table-cell;
}
.entry_list_news .thumbnail_list_news{
	display:table-cell;
	width:130px;
	vertical-align:middle;
}
.entry_list_news .title_list_news{
	display:table-cell;
	vertical-align:middle;
	padding-left:20px;
}
.title_list_news h3.entry-title a{
	display:block;
}
.title_list_news time.time{
	display:block;
	color:#999;
}
.group_news_list .box_kitano_new{
	display:block;
	border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 25px;
	margin-top:5px;
}
.group_news_list .box_kitano_new h4.title{
	display:block;
	color: rgb(64, 224, 208);
    font-size: 14px;
    font-weight: bold;
	margin-bottom:10px;
}

.recruit_interview_single_inc .group_entry_content_recruit_interview{
	display:block;
	padding-top:30px;
}
.mobile{
	display:none !important;
}
a.entry_recruit_single:hover{
	color:#F4F4F4 !important;
}
.title_event span.icon img{
	max-width:20px;
}
.product_top_single .col_thumbnail_product img{
	text-align: center;
	display: block;
	margin: 0 auto;
}


.socials h3.section-title img{
	height:23px;
}
.socials h3.section-title span.title{
	line-height:23px;
	padding-left:5px;
	font-size:15px;
}

.menu_footer_area a{
	 font-size:12px;
}
.col-ingredients .ingredients_excerpt table{
	width:100%;
}
.col-ingredients .ingredients_excerpt table tr{
	
	border-bottom:1px solid #E0E0E0;
}
.col-ingredients .ingredients_excerpt table tr:first-child{
	border-top:1px solid #E0E0E0;
}

.col-ingredients .ingredients_excerpt table tr th{
	text-align:left;
	padding:5px 0px 5px 0px !important;
	width: inherit;
}
.col-ingredients .ingredients_excerpt table tr td{
	text-align:right;
	padding:5px 0px 5px 0px !important;
}
.recipe_img_inredients .col-img-recipe img{
	width:100%;
}
h4.ingredients_title span.portions_title{
	font-size: 13px;
	color: #333;
	font-weight: normal;
	padding-left: 5px;
}

ul.list_link_store li.tmb{
	background: #ebebeb;
	border-radius: 5px;
	display: block;
	margin-bottom: 10px;
	padding: 10px !important;
	position: relative;
}
.link_group_web_product ul.list_link_store li.tmb a img{
	display: inline-block;
	margin-right: 10px;
	color: #000;
	max-width: 23px;
	text-align: left;
}
.link_group_web_product ul.list_link_store li.tmb span.title{
	line-height: 23px;
}
.link_group_web_product .list_link_store{
	display:block;
	margin-top:10px;
}

.container_404{
	display:block;
	padding:100px 50px;
}
.container_404 .title_en{
	display:block;
	text-align:center;
	font-size:30px;
	font-weight:bold;
}
.container_404 .title_ja{
	display:block;
	text-align:center;
	font-size:25px;
	font-weight:bold;
	padding-bottom:20px
}
.container_404 .desc_404{
	padding:0px;
	display:block;
	text-align:center;
	color:#333 !important;
	line-height:21px;
}
.mg-bt-15{
	display:block;
	margin-bottom:15px;
}
select#region_shop_index,select#shop_detail_index{
	appearance: none;
}
select#region_shop_index::-ms-expand,select#shop_detail_index::-ms-expand {
    display: none;
}
.entry_list_news .thumbnail_list_news a img{
	width: 130px;
}
select#region_shop_store::-ms-expand, select#shop_detail_store::-ms-expand {
	display: none;
}
select#region_shop_recruit::-ms-expand, select#shop_detail_store::-ms-expand
{
	display: none;
}

.icon_envent_e{
	background:none !important;
	padding:4px 5px 4px 5px !important;
	margin: 0px 0px 0px 0px !important;
	border-width: 1px;
	border-style: solid;
}
.icon_envent_e img{
	width:16px !important;
}

.checkbox_gr_content label{
	 line-height:20px;
}
.checkbox_gr_content label{
	 line-height:20px;
}
.checkbox_gr_content label input[type="checkbox"]{
	 margin-top:0px;
	 line-height:20px;
}
.black_bg{
	background:#000 !important;
}
.tooltip-inner{
	max-width:250px !important;
}
.map_link_google .button_link_google:hover{
	background-color:#666 !important;
	color:#FFF !important;
}
.pull-right.map_link_google {
    margin-top: 15px;
}
.stamp-card-conent .top_first{
	display:block;
    padding:20px 0 30px 0;
}
.stamp-card-conent table{
   width:100%;
   margin-bottom: 25px;
}

.cooking-studio .img-studio{
    width: 300px;
    max-width: 100%;
    margin-right: 23px;
}
.introduction-items .product-item{
    border: 1px solid #ddd;
    width: calc(50% - 10px);
}
.introduction-items .product-item .img{
    text-align: center;
    height: 312px;
    padding-top: 21px;
}
.introduction-items .product-item .img img{
     text-align: center;
     margin: 0 auto
}
.news-top{
   padding-bottom: 15px;
}
.introduction-items .product-item .block_tit{
    font-size: 14px;
    color:#8d0019;
    font-weight: bold;
} 
.introduction-items .tit{
    font-size: 18px;
    color:#8d0019;
    font-weight: bold;
    padding-top: 35px;
    padding-bottom: 15px;
}
.agodashi-main-03{
    margin: -14px 0 -8px;
    padding:0 20px;
        z-index: 99999;
    position: relative;
    background: url('../images/agodashi-main-5.png') no-repeat center center;
}
.daily-patronage .store-list tr th{
    text-align: center;
}
.news-list.daily-patronage .store-list tr th{
    width: auto !important
}
.daily-patronage .store-list tr:nth-child(1) th:nth-child(1){
    width: auto !important;
    max-width: 100%;
}
.daily-patronage .img-example{
   margin: 15px 0 5px;
}
.news-between.patronage .bottom-tbl-content{
    background: #f2f2f2;
    padding: 20px 16px;
    border-radius: 10px;
    margin-top: 40px;
}
.list-bottom-star li{
        position: relative;
    padding-left: 19px;

}
.list-bottom-star li:after{
    position: absolute;
    top: 4px;
    left: 0px;
    content: "";
    background: url('../images/star.png') no-repeat center center;
    width: 12px;
    height: 12px;
}
.news-between.patronage .bottom-tbl-content .content-wrap{
    margin-bottom: 30px;
}
.news-between.patronage .bottom-tbl-content .content-wrap:last-child{
    margin-bottom: 0px;
}
.daily-patronage .store-list tr th,.daily-patronage .store-list tr td{
    text-align: center;
}
.daily-patronage .store-list tr td:nth-child(1){
    text-align: left;
}
.news-between.patronage .bottom-tbl-content .content-wrap .block_tit{
    font-weight: bold;
    color: #8f0019;
    padding-bottom: 5px;
    font-size: 14px;
}
.patronage.news-between .btn_near_store .btn-nearby_store.block i:before{
    content: "\f106";
}
.patronage-block{
    padding-top: 15px;
}
#patronage-block.slow{
    display: block;
}
.news-subtitle{
	font-size:18px;
	text-align:center;
	padding-bottom:15px;
}
.daily-patronage .store-list tr:nth-child(even) {background: #f2f2f2}
.daily-patronage .store-list tr:nth-child(odd) {background: #FFF}
.agodashi-main-03 .items-agodashi{
    flex-wrap: wrap;
    padding-top: 35px;
}
/*.line-agodashi{
    background: url(../line.png) no-repeat center center;
    width: 100%;
    height: 6px
}*/
.agodashi-main-03 .items-agodashi .items-list{
    width: calc(50% - 10px)
}
.agodashi-main-03 .cont-center{
    text-align: center;
    
}
.agodashi-main-03 .items-agodashi .block_tit{
    font-size: 25px;
    color:#770e00;
    padding-top: 10px;
}
#primary .detail-content .agodashi-main-03 .items-agodashi .cont {
    font-size: 14px;
    color: #770e00;
    padding-top: 8px;
    padding-bottom: 15px;
}
#primary .detail-content .agodashi-main-03 .items-agodashi .cont.padding0{
    padding-bottom: 0;
}
#primary .detail-content .agodashi-main-03 .cont-center{
    color:#231815;
    padding: 10px 0 0;
} 
.introduction-items .product-item .title{
    padding: 20px;
}
.using-cheeses{
     background: #f0ded1;
    padding: 30px 15px;
    color: #4b414e;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.using-cheeses p{
    color: #4b414e;
}
.using-armesan-cheese .note-cheese {
    width: calc(100% - 246px);
}
.using-armesan-cheese .img-cheese{
    width: 246px;
    text-align: right;
}
.using-armesan-cheese{
    margin-top: 30px;
    align-items: center;
}
.using-armesan-cheese .img-cheese img{
    margin-right: 44px;
}
.secret-of-taste .title {
    background: #4b414e;
    padding: 10px 0 8px;
    position: relative;
}
.secret-of-taste .title:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #4b414e transparent transparent transparent;
    margin-left: -7px; 
}
.secret-of-taste .title .block_tit{
    font-weight: bold;
    color:#fff;
    font-size: 24px;
    text-align: center;
}
.wrap-twitter p,.tit-twitter p{
    padding: 0 !important;
    line-height: 24px;
}
.note {
    color: #980010;
}
.content-twitter {
    padding: 20px 0;
}
.tit-twitter {
    padding: 8px;
    position: relative;
    background-color: #efefef;
    color: #980010;
    font-weight: bold;
}
.tit-twitter:after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -13px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #efefef;
}
.box-twitter {
    padding: 0 0 20px 0;
}
.btn-md {
    color: #fff !important;
    background-color: #2aa9e0;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 7px;
}
.link-mail-twitter{
    color:#980010;
}
.link-mail-twitter:hover{
    color: #2aa9e0 !important;
}
ul.list-twitter li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    top: 10px;
    transform: translateY(-49%);
    left: -20px;
    display: inline-block;
}
ul.list-twitter li {
    margin: 0 0 15px 20px;
    position: relative;
}
.table-twitter th {
    display: inline-block;
    color: #2aa9e0;
    font-weight: bold;
    min-width: 80px;
    padding: 5px !important;
}
.table-twitter th, .table-twitter td {
    border: none;
    background-color: transparent;
    padding: 5px !important;
    margin: 12px 0;
}
.link-twitter span:first-child{
    display: inline-block;
}
.link-twitter span:last-child {
    vertical-align: middle;
}
span.logo-twitter img {
    display: inline-block;
    margin-right: 5px;
}
.link-twitter {
    color: #2aa9e0;
}
.point_title {
    font-size: 18px;
    font-weight: bold;
}
.point_img {
    padding: 0 0 15px 0 !important;
}
.point_top {
    padding: 30px 0 0 0;
}
.secret_point {
    color: #4b414e;
}
.cheese_title {
    font-size: 16px;
    font-weight: bold;
}
.cheeses > div {
    width: 50%;
}
.ratio {
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    padding: 45px 0;
}
.ratio_txt {
    font-size: 16px;
    border: 1px solid;
    border-radius: 7px;
    padding: 0 10px;
    display: inline-block;
}
.ratio_no {
    font-size: 25px;
    color: #fff;
    background: #4b414e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block !important;
    font-family: Arial, sans-serif;
    position: relative;
    top: 4px;
}
.chia {
    font-size: 20px;
    font-family: serif;
    padding: 0 8px;
}
.bang {
    font-size: 20px;
    padding: 0 8px;
}
.parmesan {
    background: #fff9e9;
}
.gouda {
    background: #f0e9f4;
}
.cheese_txt {
    padding: 15px 15px 0 15px;
}
.secret_point2 {
    background: #f0ded1;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}
.secret_point3 .flex-view {
    align-items: center;
}

.align-center{
    align-items: center;
}
.bold{
    font-weight: bold;
}
.row-reverse{
    flex-direction: row-reverse;
} 
.proportion{
    padding: 25px 0 15px
}

.text-center{
    text-align: center;
}

.left10{
    padding-left: 10px
}

.cooking-studio .cont-studio{
    width: calc(100% - 300px);
    text-align: justify;
}
.stamp-card-conent h4.block_title{
   font-size: 17px;
   padding-left: 10px;
}
.stamp-card-conent .top_first  h4.block_title{
    border-top: 2px solid;
    padding-top: 18px;
}
.content-service{
    padding-top: 30px;
}
.stamp-card-conent .content-service p.discount {
    padding-bottom: 30px;
    padding-left: 10px
}
.stamp-card-conent .top_first p{
    padding-left: 10px;
}
#sliders-post .item .title {
    font-size: 17px;
}
#sliders-post .owl-pagination .owl-page span {
    border: 2px;
    border-width: 2px;
    border-style: solid;
}
.stamp-card-conent .content-service h4.service{
        border-top: 2px solid;
    padding-top: 18px;
    color: #8f0019 !important;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 10px;
}
.stamp-card-conent table p.link a{
	font-size: 13px;
    font-weight: bold;
    padding: 10px 0 10px;
	color: #8f0019;
}

.products_restaurante td {
	padding: 15px !important;
	width: 25%;
}
.content_group_store_fix .item_store_fx .image_feild_product{
	display:block;
	padding-bottom:20px;
	text-align: center;
}
	
.item_store_fx .container_group h4{
	font-size: 15px;
	font-weight: bold;
	padding-bottom:15px;
    
}
.item_store_fx .container_group h4 img.k_icon {
	margin: -3px 5px 0 0;
    width: 18px;
}
.alert_products{
	 padding-top:20px;
}
.alert_products p{
	display: block;
    line-height: 18px;
    margin-bottom: 5px;
}


.products_category_group .post-nav{
    /*border-width: 0px medium !important;*/
	border-bottom: medium none !important;
}
.products_category_group .post-nav .box_search_product{
    border-top-width: 3px !important;
    border-top-style: solid;
    margin-top: 5px;
    padding-top: 15px;
}
.products_category_group .post-nav ul.post-title-list li:last-child a{
    border-bottom: none !important;
}
#from_frm_product .stylish-input-group{
    position: relative;
    display: block;
}
#from_frm_product .stylish-input-group input[name="search_txt"]{
    padding-left: 44px;
    position: relative;
    height: 40px;
    
    border-radius: 3px;
    z-index: 1;
	border-style: solid;
    border-width: 1px;
	border-color: #8f0019;
	box-sizing: border-box;
    line-height: 1.0;
}
#from_frm_product .stylish-input-group #search_tbl_submit{
    border: medium none;
    display: block;
    font-size: 0;
    height: 34px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 34px;
    z-index: 10;
    cursor: pointer;
}
.sub_category_product_list .products_restaurante{
    border: 1px solid #d1d1d1;
    display: block;
}
.sub_category_product_list .products_restaurante .content_group_store_fix{
    display: block;
    border-right: 1px solid #d1d1d1;
    padding: 0px;
}
.sub_category_product_list .products_restaurante .content_group_store_fix:nth-child(4n){
    border-right: none;
}
.sub_category_product_list .products_restaurante .content_group_store_fix .item_store_fx{
    padding: 5px 15px;
}
.group_content_category_products h3{
	display:block;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.news-red-detail {
	font-weight: bold;
	color: #8f0019;
	display: block;
}
.news-between .store-list tr th{
	    font-weight: bold;
    color: #8f0019;
    background: transparent;
    width: 92px !important;
    min-width: 92px;

}

.f-bold{
	font-weight:bold;
	}


.news-between table.store-list th, .news-between table.store-list td{
	    padding: 7px 15px !important;
	}
.news-between table.store-list {
    margin-bottom: 20px;
    /*margin-top: 10px;*/
}
.news-between .store-list .tbl-right{
	color:#8f0019;
	float: right;

}
.news-between .store-list .tbl-center{
    color:#8f0019;
  

}
.patronage.news-between .btn_near_store .btn-nearby_store{
    width: 100% ;
    border-color: #8f0019 !important;
    padding: 10px 0;
}
.patronage.news-between .btn_near_store .btn-nearby_store:hover {
       border-color: gray !important;
    background-color: gray !important;
    color: #fff !important;
}
.patronage.news-between .btn_near_store{
    margin-bottom: 15px;
}
.news-between table.store-list:last-child{
	margin-bottom: 0px;
}
.news-list .news-detail-store{
	margin-top: 25px
}
.news-detail-store{
    margin-bottom: 0px;
    margin-top: 15px;
}
.news-between table.store-list th{
	vertical-align: top !important;
}
.download_pdf_inc .news_flyer_tbl{
	font-size: 14px;
	padding: 10px 15px;
	cursor: pointer;
	background: #90191d;
	color: #FFF;
    margin: 20px 0;
}
.download_pdf_inc .news_flyer_tbl:hover{
	color:#fff !important;
    background-color: #666 !important;
}
.news-between .store-list .tbl-right:hover{
	    text-decoration: underline;
}
.news-between .store-list.multi tr td.even {background: #f2f2f2}
.news-between .store-list.multi tr td.odd {background: #FFF}
.social_group ul.social_item{
	margin-top:50px;
	display:block;
	float:right;
}
.social_group ul li{
	display:block;
	float:left;
	margin: 0 0px 0 10px;
}
.social_group{
	display: block;
	padding:15px 0;
}
.social_group .fb_iframe_widget span{
	display: block;
}

.facebook_btn iframe, .twitter_btn iframe, .google_btn iframe {
    height: 20px !important;
    display: block !important;
}
#recipe-slider article.item{
   display: block;
   margin-bottom:6px;
}
#recipe-slider article.item:last-child{
   margin-bottom:0px;
}
.grau_bg {
	background: #f2f2f2;
}
.table_title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0; 
	margin: 0 0 10px 0;
}
.red {
	color: #ff2200;
}
.blue {
	color: #0031ba;
}
.detail_table {
	padding: 40px 0 0 0;
}
.detail_table table td, .detail_table table th {
	padding: 10px 5px !important;
	line-height: 1.5 !important;
}
.detail_table table tr:nth-child(even) {
	background: #f2f2f2;
}
.detail_table .table_col_fix_width tr > td {
	width: 95px;
}
.detail_table .table_col_fix_width tr > td:first-child {
	width: 172px;
}
.center th, .center td {
	text-align: center;
}
.middle_v th, .middle_v td {
	vertical-align: middle;
}
.detail_table th {
	background: inherit;
	font-size: 15px;
	font-weight: bold;
}

.happybag2018-item{
	color:#CC0003;
	font-size:11px;
	line-height:16px;
	padding:0 10px 8px;
}
 
.right_btn a {
	border: 2px solid;
	display: inline-block;
	border-radius: 10px;
	padding: 10px 35px 10px 15px;
	position: relative;
}
.right_btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 22px;
	position: absolute;
	top: 3px;
	right: 15px;
	color: inherit !important;
}
.right_btn {
	text-align: right;
	margin: 30px 0 0 0;
}
h1.sns_title {
	margin-bottom: 10px;
}
.under_title {
	margin: 0 0 20px 0;
}

#gmap-store-detail iframe{
    height:350px;
}
.flex-view{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-view.middle{
    align-items: center;
    -webkit-align-items: center;
}
.wine-bottles-list{
    margin:20px 0;
}

.wine-bottles-list .it{
    border:1px solid #39af33;
    width: calc(50% - 7.5px);
    width: -webkit-calc(50% - 7.5px);
}
.wine-bottles-list .it .fig{
    padding:20px;
}
.wine-bottles-list .it .fig img{
    max-width: 94%;
    margin:0 auto;
    display: block;
}
.wine-bottles-list .it .cont{
    padding: 20px;
    font-size: 16px;
}
.wine-bottles-list .it .cont .tit{
    color:#39af33;
}
.wine-bottles-list .it .cont .price{
    color:#8f0019;
    margin-top:8px;
}
/* Clearfix
-----------------------------------------*/
/*
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
*/
.clear {
    zoom: 1;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#event-flyers-list .area-wpr{
    margin-bottom:30px;
}
#event-flyers-list .area-name{
    font-size:16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#event-flyers-list .it{
    border:1px solid #d1d1d1;
    padding:8px;
    margin-bottom:10px;
}

/* Additional CSS */
.the-cont ul li{
    position: relative;
    padding-left:18px;
}
.the-cont ul li:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width:3px;
    height:3px;
    background: #8f0019;
    border-radius: 50%;
}
.main-btn2{
    background:#8f0019;
    border:1px solid #8f0019;
    color:#fff;
    font-size:16px;
    line-height: 24px;
    padding:12px 25px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin:0 3px;
}
.main-btn2:hover{
    background: #fff;
}
#news_175_852 .tit1{
    font-size:23px;
}

#news_175_852 .tit1 span{
    display: block;
}

#news_175_852 .steps{
    margin-top:15px;
}
#news_175_852 .steps li{
    display: block;
    list-style:none;
    background: #e4efec;
    border-radius: 20px;
    padding:18px 20px;
    margin-bottom:10px;
}
#news_175_852 .steps li:before{
    display: none;
}
#news_175_852 .steps li .lbl{
    display: inline-block;
    vertical-align: top;
    width:75px;
}
#news_175_852 .steps li .cont{
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 80px);
    max-width: -webkit-calc(100% - 80px);
}
#news_175_852 .steps li .spec{
    color:#0074dd;
}
.cooking_items .product-item .img {
    height: auto;
    padding-top: inherit;
}
.cooking_items .product-item {
    border: none;
}
.cooking_items {
    padding: 0 0 80px 0;
}
.center_btn {
    text-align: center;
    padding-top: 20px;
}
.center_btn a {
    display: inline-block;
    padding: 10px 15%;
}
.pro_block_title {
    color: #8f0019;
    border-left: 3px solid;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 10px 15px;
    margin: 0 0 15px 0;
}
.pro_block {
    padding: 0 0 80px 0;
}
.pro_block:last-child {
    padding: 0;
}
.page_about-us .about-us .post-nav ul.post-title-list > li:nth-child(2),
.page_about-us .about-us .detail-content .post-list .post2,
#footer_inc #footer_menu .sub-aboutus > li:nth-child(2) {
    display: none;
}