/*
Theme Name: jinyaramenbar
Theme URI: https://www.eau-design.com/
Description: JINYA RAMEN BAR用
Author: eau design
Version: 1.0
*/
/**
BASIC
*/
body{
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .06em;
	line-height: 1;
	background: #000;
	color: #8C8C8C;
	-webkit-font-smoothing: antialiased;
}

:root{
	--body_font: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	--jrb_red: #cc0000;
	--jrb_gray: #8c8c8c;
}

@media (max-width: 800px){
	:root {
		font-size: 13px;
	}
}

a img,
:link img,
:visited img{
	border: none;
}

h1,h2,h3,h4,h5{
	color: #FFFFFF;
}

 
@keyframes fadeIn {
    0% {opacity: 0} 
    100% {opacity: 1} 
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

 
img[src$=".gif"], img[src$=".png"] {
	/*image-rendering: -moz-crisp-edges;          Firefox */
	/*image-rendering:   -o-crisp-edges;          Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (非標準プロパティ) */
}
.grayImage img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

a{
	text-decoration: underline;
	color: #FFFFFF;
    -webkit-transition: color .4s, background-color .4s ease-in-out;
    transition:         color .4s, background-color .4s ease-in-out;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

/* input:focus, */
/* select:focus, */
/* textarea:focus, */
/* a:focus, */
/* button:focus, */
/* :focus{ */
/* 	outline-style: initial; */
/* } */

body :focus:not(:focus-visible) {
  outline-color: transparent;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
    /* padding-top: 150px; */
}

/* .home #wrapper{ */
/*     padding-top: 120px; */
/* } */

/* body.about #wrapper, */
/* body.recruit #wrapper{ */
/*     padding-top: 100px; */
/* } */

#wrapper.has_popup{
    position: relative;
}

#contents{
	position: relative;
		z-index: 1;
	padding: 0;
	margin: 0 auto 0px 0;
	padding-top: 30px;
}



.holdings #contents,
.bushibyjinya #contents{
	padding: 0;
}

body.home #contents{
	padding: 0;
	/*margin-top: 60px;*/
    position: relative;
    z-index: 1;
}
/*.franchise #contents,
.recruit #contents{
	padding-top: 255px;
}*/

#main_contents{
	float: left;
	width: 680px;
	margin-right: 30px;
	margin-bottom: 30px;
	border: solid 1px rgba(0,0,0,0.1);
}
body.locations #main_contents{
	float: none;
	width: 100%;
	margin-left: 0;
}

#sidebar{
	float: left;
	width: 270px;
}
body.locations #sidebar{
	width: 100%;
	float: none;
	display: none;
}

.inner{
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

img {
   /*background-image: url("/images/ajax-loader.gif");
   background-repeat: no-repeat;
   background-position: center center;
   display: inline-block;*/
}


#ae_app .ae-initial-cta span{
	font-size: 20px !important;
}
#ae_app #ae_launcher.ae-cta-position-preset-right-lower{
	bottom: 50px !important;
}


.fonts{
	font-family: neue-haas-grotesk-display,sans-serif;
	font-family: source-sans-pro,sans-serif;
	font-weight: 300; /* regular */
	font-weight: 400; /* regular */
	font-weight: 900; /* black */
}

/* utilities */

.dbc_tabs .tabpanel{
    display: none;
}

.upp{
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}

.blo{
	display: block;
}

.mobile_only_inb{
	display: inline-block;
}

.mobile_only_fl{
	display: flex;
}


@media (min-width: 801px){

	.mobile_only,
	.mobile_only_inb,
	.mobile_only_fl{
		display: none;
	}
}

@media (max-width: 800px){

	.desk_only{
		display: none;
	}
}

@media (min-width: 801px){
	.desk_flex{
		display: flex;
	}
}

.nobtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	overflow: hidden;
}

.nobtn:hover{
	background-color: transparent;
}

/**
ROLLOVER
*/

a img:hover{
	/* IE 
	filter: alpha(opacity=70);*/
	/* Safari Opera */
	opacity: 0.90;
	/* Firefox Netscape */
	-moz-opacity: 0.90;
}


/**
LOADING
*/

#is-loading {
 display: block;
 position: relative;
 width: 100%;
 height: 50vh;
 top: 0px;
 left: 0px;
 z-index: 8;
}
#loading {
 display: none;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 z-index: 9;
}

/*#locations-list-result{
	min-height: 50vh;
}*/



/**
HEADER
*/

/**HEADER(BRANDS)*/

#jrb_logo{
	width: 154px;
}

@media (max-width: 767px){

	#jrb_logo{
		width: 120px;
	}
}

div.menu_brands{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

header div.menu_brands{
	width: calc(100% + 30px);
	height: auto;
	margin: 0 -15px;
	background-color: #484848;
	line-height: 1;
}

div.menu_brands ul {
	display: flex;
	justify-content: center;
	width: 965px;
	max-width: 100%;
	margin: auto;
}

div.menu_brands ul li{
	list-style: none;
	display: inline-block;
    flex: 1 1 0;
}

div.menu_brands ul li a{
	text-decoration: none;
	font-weight: 400;
	color: rgba(255,255,255,.35);
	font-size: 1rem;
	padding: 15px 20px;
    display: inline-block;
}
	
div.menu_brands ul {
	display: flex;
    justify-content: center;
}

div.menu_brands ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

div.menu_brands ul li img{
	height: 25px;
	opacity: 0.55;
	transition: opacity .3s ease-in-out;
}


div.menu_brands ul li.active{
	background-color: #000000;
}

div.menu_brands ul li a:focus img,
div.menu_brands ul li a img:hover,
div.menu_brands ul li.active a img{
	opacity: 1;
}

/* div.menu_brands ul li.active a img{ */
/* 	height: 30px; */
/* } */

footer div.menu_brands ul li img{
	opacity: 1.00;
}
div.menu_brands ul li.active a{
	color: #FFF;
}
div.menu_brands ul li a:hover{
	color: #EEE;
}

div.menu_brands ul li.saijo_logo img {
    height: 30px;
}

footer .menu_brands ul li a{
	padding: 0;
	margin: 2px;
	color: #FFF;
}

footer .menu_brands {
	height: auto;
	line-height: 1;
}

footer .menu_brands ul li img{
	height: auto;
    width: 170px;
}

@media (max-width: 600px){
	footer .menu_brands ul li img{
		width: 23vw;
	}
}

#nav_bottom{
	display: flex;
	position: relative;
		z-index: 110;
	justify-content: space-between;
	align-items: center;
	width: 1120px;
	max-width: 100%;
	padding: 10px 0;
	margin: auto;
}



/* yext */

.inner.yext_answers{
	width: auto;
}

.yxt-SearchBar-container{
	border-color: #FFF !important;
	background-color: #000000 !important;
	border-width: 1px !important;
}

.yxt-SearchBar-input{
	border: none !important;
}

.yxt-SearchBar-button,
.yxt-SearchBar-button:hover{
	background-color: #000000 !important;
}

.js-yext-submit svg{
	fill: #FFF !important;
}

.js-yext-submit svg path{
	stroke: #FFF !important;
}

.page-template-page-search #contents{
	padding-top: 50px;
}

@media (max-width: 768px){

	.page-template-page-search #contents{
		padding-top: 75px;
	}
}

/* .yxt-SearchBar-clear */
/* .yxt-SearchBar-form */
/* .yxt-AutoComplete-wrapper */
/* .yxt-AutoComplete-option */
/* .yxt-AutoComplete-option.yxt-selected */

#nav_bottom .logo_searchwrap{
	display: flex;
	flex: 1 1 auto;
	justify-content: space-between;
	margin-right: auto;
}

#nav_bottom .search_form{
	flex: 1 1 auto;
    padding: 0 10px;
    max-width: 580px;
}

#nav_bottom .nav_wrap{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}

#nav_bottom .nav_wrap #main-nav{
	margin-left: 0;
	margin-right: auto;
}

@media (max-width: 1270px){
	
	#nav_bottom{
		flex-wrap: wrap;
	}

	#nav_bottom .nav_wrap{
		justify-content: center;
		width: 100%;
		/* margin-top: 20px; */
	}

	#nav_bottom .search_form{
		flex: 1 1 100%;
		/* order: 3; */
	}
}

#nav_bottom .box_info{
    margin-left: 10px;
}

.jrb_nav ul,
#main-nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

#mobile_toggle{
    display: none;
    overflow: hidden;
    padding: 0;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}



.jrb_nav ul li,
#main-nav ul li{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 0 10px;
}

.jrb_nav ul li a,
.jrb_nav ul li a:visited,
#main-nav ul li a,
#main-nav ul li a:visited{
    text-decoration: none;
    color: #CCC;
	padding: 15px;
}

.jrb_nav ul li a:hover,
#main-nav ul li a:hover{
    color: #FFFFFF;
}

.jrb_nav ul li.current-menu-item a,
.jrb_nav ul li a.active,
#main-nav ul li.current-menu-item a,
#main-nav ul li a.active{
    border-bottom: 1px solid #FFF;
}

#nav_bottom .box_info a{
    height: auto;
    padding: 1.3em 1em;
    font-size: .75rem;
    line-height: 1;
}

#nav_bottom .box_info.nav_oo a{
	padding: 1.4em 1.5em;
}

.nav_oo a{
	text-transform: uppercase;
}

@media (min-width: 800px) and (max-width: 940px){

    header div.menu_brands ul{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 800px){


    #mobile_toggle{
        display: block;
    }

    #nav_bottom .logo{
        margin-left: 20px;
    }

    #nav_bottom .box_info a{
        padding: 1em 1em .8em;
    }

    #main-nav {
        position: absolute;
	        top: 60px;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        background-color: #000;

        -webkit-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
    }

    #main-nav.reveal{
        max-height: 400px;
		/* yext search bar allowance */
		/* padding-top: 80px; */
    }

	.is_search #main-nav.reveal{
		padding-top: 0;
	}

    #main-nav ul{
        display: block;
    }

    #main-nav ul a{
        display: inline-block;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #262626;
    }

}


/**HEADER*/

header{
    position: sticky;
	position: -webkit-sticky;
	    top: 0;
	    z-index: 50;
    width: 100%;
    padding: 0 15px;
    background: #000;
    box-sizing: border-box;

    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}

.holdings header{
	background: inherit;
}

/* .hidden { */
/*   background: none; */
/*   transition: all 0.5s ease; */
/* } */


header .logo img.title{
    max-height: 50px;
    vertical-align: bottom;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
}

header .logo a{
	text-decoration: none;
	color: #EEE;
	font-size: 30px;
}

@media (max-width: 800px){
    #nav_bottom{
        padding: 0;
    }

    header .logo img.title{
        max-height: 35px;
    }
}

/* header .box_info{ */
/* 	position: absolute; */
/* 	top: 81px; */
/* 	right: 35px; */
/* } */

body.japan header .box_info,
body.express header .box_info,
body.robata header .box_info{
	display: none;
}

/* header .box_info ul li{ */
/* 	list-style: none; */
/* 	margin: 0 0 0 10px; */
/* 	display: inline-block; */
/* 	line-height: 1.5; */
/* 	vertical-align: middle; */
/* } */

header .box_info ul li.button a{
	/*font-family: HelveticaNeueLTStd-Bd;*/
	font-weight: bold;
	padding: 2px 15px 0 15px !important;
}


header .box_info ul li.tel span a{
	font-size: 25px;
	pointer-events: none;
	color: inherit;
	text-decoration: none;
}

@media (max-width: 350px){
    header .logo img.title{
        max-height: 40px;
    }
}

/**
SOCIAL
*/
.box_social ul{
	padding-right: 170px;
}
/*.holdings .box_social ul,
.bushibyjinya .box_social ul,
.bushi .box_social ul,
.robata .box_social ul{
	padding-right: 10px;
}*/

.box_social ul li{
	list-style: none;
	display: inline;
	margin: 0px;
	line-height: 0;
}

.box_social ul li a{
	padding: 0 3px;
}
.box_social ul li img{
	height: 30px;
}

/* .box_social ul li.subscribe img{ */
/* 	height: 15px; */
/* } */

.box_social ul li span,
.box_social ul li i,
.box_social ul li svg{
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
}

.box_social ul li a{
	display: inline-block;
	text-decoration: none;
}

.box_social ul li.instagram span.text{
	margin-right: 1em;
}


footer .box_social ul li {
	margin: 0 .2em;
}


#contents .box_social,
#social_mail_wrap{
    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 200;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0,0,0,1);
    display: flex;
	justify-content: flex-end;
    align-items: center;
}

#social_mail_wrap .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	max-width: 100%;
	margin: auto;
}


#social_mail_wrap .box_social {
    margin: 0;
    margin-right: 20px;
}

#social_mail_wrap .box_social ul {
    padding: 0;
}

#contents .box_social ul li,
#social_mail_wrap .box_social ul li{
	display: inline-block;
	margin-top: 10px;
}

#social_mail_wrap .box_social ul li{
    margin-top: 0;
}

#social_mail_wrap .box_social ul li img{
	height: auto;
	width: 2.5rem;
}

#contents .box_social ul li span.text,
#social_mail_wrap .box_social ul li span.text{
	padding-right: 10px;
	font-weight: bold;
}

#social_mail_wrap .mappin{
	width: 37px;
    margin-right: 11px;
}

#social_mail_wrap a.graylink{
	opacity: .6;
	text-decoration: none;
}

@media (max-width: 800px){
	
	#social_mail_wrap .jrb_nav{
		display: none; 
	}

	#social_mail_wrap .container{
		justify-content: center;
	}

	#social_mail_wrap .box_social ul li{
		margin: 0 .4em;
	}

	#social_mail_wrap .box_social ul li img{
		width: 3.4rem;
	}
}

@media (min-width: 400px) and (max-width: 800px){

	#social_mail_wrap .box_social ul li{
		margin: 0 .7em;
	}
}

@media (max-width: 440px){
	
	#social_mail_wrap .box_social ul li img{
		width: 3.1rem;
	}
}

@media (max-width: 400px){
	
	#social_mail_wrap .box_social ul li{
		margin: 0 .4em;
	}
}

@media (max-width: 370px){
	
	#social_mail_wrap .box_social ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#social_mail_wrap .box_social ul li{
		margin-bottom: 10px;
		flex: 0 0 28%;

	}

}

@media (max-width: 320px){
	
	#social_mail_wrap .box_social ul li{
		margin: 0 .2em;
	}
}

/**
Mail Register
*/
#contents .box_mail{
	position: fixed;
	bottom: 9px;
	right: 35px;
	z-index: 999;
}

#contents .box_mail p,
#social_mail_wrap .box_mail p{
	margin: 0;
}

#contents .box_mail input[type="email"],
#social_mail_wrap .box_mail input[type="email"]{
	width: 250px;
	border-radius: 0;
	border: none !important;
	color: #FFF;
    background: rgba(255,255,255,.2);
    font-size: 10px;
    line-height: 30px;
    padding: 0 10px;
}

#contents .box_mail input.btn,
#social_mail_wrap .box_mail input.btn{
    color: #000;
    font-size: 10px;
    line-height: 30px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    padding: 0 10px;
    display: inline-block;
    border: none;
    background: rgba(255,255,255,1);
	border-radius: 0;
}


#contents .box_mail div.wpcf7 .ajax-loader,
#social_mail_wrap .box_mail div.wpcf7 .ajax-loader{
	display: none;
}

@media (max-width: 800px){
	
	#social_mail_wrap .container.desk_only{
		display: none;
	}

	#social_mail_wrap .container.mobile_only{
		display: flex;
	}
}

@media (max-width: 500px){
	
	#social_mail_wrap .mappin{
		width: 25px;
	}

	#social_mail_wrap a.graylink{
		font-size: .8rem;
	}

	footer .nav_oo a{
		font-size: .6rem;
	}

}

@media (max-width: 350px){
	
	#social_mail_wrap a.graylink{
		font-size: .65rem;
	}

}

/**
SUB NAVI
*/

ul.sub_navi li{
	display: inline-block;
	margin:  0 .5em;
	line-height: 1.5;
	font-size: 10px;
}

/* ul.sub_navi li a {text-decoration: none; outline: 0;} */

ul.sub_navi li a:link,
ul.sub_navi li a:visited,
ul.sub_navi li a:active{
    color: #FFFFFF;
}

ul.sub_navi li a:hover {
	color: #999;
	/* text-decoration: none; */
	/* outline: 0; */
}




/**
COMMON_LAYOUT
*/

.corner{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.shadow{
	box-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 1px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.8);
}

.txt.shadow{
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.fl_left{
	float: left;
	margin: 0 10px 5px 0;
 }
 
.fl_right{
	float: right;
	margin: 0 0 5px 10px
}
 
.clear{
	clear: both;
}
 
img{
	vertical-align:middle;
	max-width: 100%;
}

img.frame{
	padding: 10px;
	border: solid 1px #EEE;
	background: #FFF;
}

#contents section,
#contents .section{
	clear: both;
	padding: 50px 0;
	border-bottom: solid 1px rgba(0,0,0,0.05);
}
/*#contents section:nth-child(2){
	padding-top: 0;
}*/

/*パンくず入る場合
#contents section:nth-child(3){
	padding-top: 0;
}
*/

#contents section div.block{
	margin-bottom:30px;
}
#contents section div.block:last-child{
	margin-bottom: 0;
}


/**MOVIE*/

.franchise .movie{
	width: 60%;
	margin: 0 auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 



/**
ICON
*/

span.category a{
	padding: 5px 8px 3px 8px;
	display: inline-block;
	line-height: 1;
	background-color: #333;
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}



/**
Parallax PHOTO
*/

section.photo{
  background-position: center center;   
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-size: cover;
  /* background-color: #FFF; */
  position: relative;
}

@media screen and (min-width: 800px) {
  section.photo {    
    background-attachment: fixed;
  }
}



/**
COMMON_PARTS
*/

.cover:before {
    z-index: 60;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}

.cover .inner{
	z-index: 99;
}


div.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
div.title.center{
	text-align: center;
}
div.block  div.title{
	margin-top: 40px;
}


div.title h1{
	font-size: 36px;
	line-height: 1.2;
}
div.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

div.title h2{
	font-size: 30px;
	position: relative;
	z-index: 9;
}

div.title h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}

div.title h4{
	font-size: 24px;
	line-height: 1.2;
	/*border-bottom: solid 1px rgba(255,255,255,.8);*/
}
div.title.sticky{
	position:-webkit-sticky; 
	position:sticky !important; 
	top:140px;
	z-index: 99;
	display: block;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #000;}
div.title.sticky h4{
	font-weight: bold;
}
div.title.center h2{
	font-size: 39px;
	line-height: 1.2;
	margin: 1em 0;
	/* font-weight: normal; */
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

/* .locations.single div.title.center h2, */
/* .franchise div.title.center h2, */
/* .recruit div.title.center h2, */
/* .about div.title.center h2{ */
/* 	display: none; */
/* } */

div.title.center h3{
	position: relative;
	display: inline-block;
	padding: 0 55px;
    font-size: 28px;
	margin: 1em 0 0 0;
	border-bottom: none;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

/*div.title.center h3:before,
div.title.center h3:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #FFF;
}
div.title.center h3:before {left:0;}
div.title.center h3:after {right: 0;}
*/


p{
  line-height: 1.6;
  margin: 1em 0;
}

p.catch{
	font-size: 20px;
}
p.catch span.sub{
	font-size: 13px;
	color: #999;
	display: block;
}

p.lead{
	font-size: 16px;
	margin: 1em 0;
}

p.right{text-align: right;}
p.center{text-align: center;}
p.left{text-align: left;}


.caution,
.caption{
	font-size: 12px;
	/* color: #666; */
	line-height: 1.3;
	font-weight: normal;
}

ul.caution li{
	margin: 0.2em 0 0.2em 20px;
	line-height: 1.3;
}

hr{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: rgba(255,255,255,.3);
	height: 1px;
	margin: 1.5em 0;
	clear: both;
}

span.mark.new,
span.mark.update,
span.mark.coming{
	margin-left: 1em;
	font-weight: normal;
	font-size: 12px;
	color: #F00;
}
span.mark.coming{
	color: #CCC;
}

.tel a{
	pointer-events: none;
}


.hover_text{
	position: relative;
	display: inline-block;
}
.hover_text .text {
	text-align: center;
	padding-top: 180px;
}
.hover_text .text p.caption{
	color: #FFF !important;
}
.hover_text .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:	 0;	
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.hover_text:hover .mask {
	opacity:	 1;
}



/**
PROMOTION
*/


.flex-control-paging li a{
	background: rgba(255,255,255,.6) !important;
}
.flex-control-paging li a.flex-active{
	background: rgba(204,0,0,1)  !important;
}




/**
BX-SLIDER
*/

#sliderWrap{
	margin-bottom: 20px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: inherit !important;
	left: 0 !important;
	background: inherit !important;
}

.bx-wrapper .bx-controls-direction a{
	z-index: 90 !important;
}
#sliderWrap ul li{
	list-style: none;
}

#slider li {
  height: 100vh;
  background: center / cover no-repeat;
}





.main_slider a.whole {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_slider{
	position: relative;
}
.main_slider p.catch{
	font-size: 50px;
	line-height: 1.2;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	display: block;
	text-align: center;
	position: absolute;
	top: 40%;
	left:0;
	width: 100%;
	z-index: 99;
	
	display: none;
}
.main_slider p.catch a{
	color: #FFF;
	text-decoration: none;
}
	

.bx-viewport {
  left: 0;
  box-shadow: none;
  border: none;
}


.bxslider li img{
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF !important;
}


/**
META SLIDER
*/

.metaslider .flex-control-nav li{
	width: auto !important;
}


/**
VIDEO
*/

.wrapper {
  height: 100%; 
  height: 100vh; 
  position: relative;
  width: 100%;
}


#video {
	width: 100%;
	height: 100%;
  
}

.home #video {
	position: relative;
	z-index: 10;
}

@media (max-width: 800px){
	.home #video {
		object-fit: cover;
	}
}

video{
    /* opacity: 0; */

    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
}




/**
SUB_MENU
*/

ul.sub_menu{
	text-align: center;
	margin: 4em auto 2em auto;
	display: block;
}
ul.sub_menu li{
	list-style: none;
	display: inline-block;
	margin: 0 -2px;
	/*font-family: "HelveticaNeueLTStd-Lt";*/
	font-weight: 400;
	letter-spacing: .05em;
}
ul.sub_menu li a{
	display: inline-block;
	padding: 10px 10px;
	margin-bottom: 1px;
	border-bottom: solid 1px #666;
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
ul.sub_menu li a.active{
	color: rgba(255,255,255,1);
	border-bottom: solid 2px rgba(255,255,255,1);
}
ul.sub_menu li a:hover,
ul.sub_menu li a.active{
	color: rgba(255,255,255,1);
	border-bottom: solid 2px rgba(255,255,255,1);
	margin-bottom: 0;
}



/**
PAGER
*/

.pager{
	line-height: 2.5;
    text-align: center;
}

.pager a,
.pager > span{
    margin: 0 .7em;
    padding: .3em;
}

.pager span.current{
    border: 1px solid #FFF;
}

/* .wp-pagenavi:after { */
/* 	font-size: 1px; */
/* 	content: ""; */
/* 	display: block; */
/* 	height: 0; */
/* 	clear: both; */
/* } */
/* .wp-pagenavi { */
/* 	zoom: 1; */
/* } */
/*  */
/* a.page{ */
/* 	white-space: nowrap; */
/* } */
/* .wp-pagenavi { */
/* 	text-align: center; */
/* } */
/* .wp-pagenavi .current, */
/* .wp-pagenavi .pages{ */
/* 	clear: both; */
/* 	font-size: 1.2em; */
/* 	color: #808080; */
/* 	padding: 8px 12px 8px 12px; */
/* } */
/* .wp-pagenavi .current{ */
/* 	background-color: rgba(0,0,0,1); */
/* 	color: #FFF; */
/* 	border: none; */
/* } */
/*  */
/* .wp-pagenavi span.current{ */
/* 	/*border: #cd3e2c solid 1px;*/ */
/* } */
/* .wp-pagenavi a{ */
/* 	font-size: 1.2em; */
/* 	padding: 8px 12px 8px 12px; */
/* 	/*border: #DDD solid 1px;*/ */
/* 	text-decoration: none; */
/* 	border: none; */
/* 	background-color: ; */
/* } */
/* .wp-pagenavi a.last, */
/* .wp-pagenavi a.previouspostslink{ */
/* 	background-color: inherit; */
/* } */
/* .wp-pagenavi span.pages, */
/* .wp-pagenavi span.extend{ */
/* 	border: none; */
/* } */
/* .wp-pagenavi a:hover{ */
/* 	text-decoration: none; */
/* 	background-color: rgba(0,0,0,0.5); */
/* 	color: #FFF; */
/* } */
/*  */
/**
ページ分割
*/
/* .wp-separatenavi { */
/* 	font-size: 1.2em; */
/* 	color: #666; */
/* 	margin: 1em auto; */
/* 	line-height:2em; */
/* 	text-align:center; */
/* } */
/* .wp-separatenavi a { */
/* 	padding: 12px 8px; */
/* 	border: none; */
/* 	background-color: #f3f3f3; */
/* 	text-decoration: none; */
/* } */
/* .wp-separatenavi a:hover { */
/* 	text-decoration: none; */
/* 	background-color: #cd3e2c; */
/* 	color: #FFF; */
/* } */
/* .wp-separatenavi .numbers { */
/* 	padding: 12px 8px; */
/* } */
/*  */
/*  */
/* @media screen and (max-width: 800px) { */
/* .pager{ */
/* 	font-size: 90%; */
/* } */
/*  */
/* .wp-pagenavi .pages{ */
/* 	display: block; */
/* } */
/* } */


/**
ACCORDION
*/

.accordion div.title{
	background: url(/images/arrow_right_w.png) top right no-repeat #000;
	padding-right: 30px;
	border-bottom: solid 1px rgba(255,255,255,.5);
	padding-bottom: 5px;
	background-size: 20px;
}


.accordion div.title.active{
	background: url(/images/arrow_down_w.png) top right no-repeat #000;
	border-bottom: none;
	background-size: 20px;
}


.accordion .title.more.active{
	/*background: url(/images/arrow_up.png) no-repeat right center;*/
	background-size: 16px;
	padding-right: 20px;
}


/*.accordion .content_detail{
	border-bottom: solid 1px rgba(255,255,255,.5);
}*/



/**
SINGLE LIST(PRESS)
*/

.press ul.item{
	margin-top: 60px;
}

.press ul.item li .image{
	margin: 0 !important;
}

.press ul.item li p{
	text-align: center;
}

.press ul.item li .title{
	font-weight: bold;
	margin: .5em 0;
}

.press ul.item li .date{
	font-style:italic;
	color: #bbb;
	margin: 1.5em 0 2em 0 !important;
}

.press #contents .item li{
    background-color: #1a1a1a;
}

.press ul.item li .data{
	padding: 20px 30px 30px 30px;
}

@media (max-width: 500px){
    body.press #wrapper {
        padding-top: 100px;
    }

    .press #contents .item li{
        width: 100%;
    }

    .press #contents .item li .title{
        text-align: center;
    }

}

/**
SINGLE
*/

.single article{
	margin-bottom: 50px;
}

.single article p img{
	margin-bottom: 3px;
}

.single article h1,
.locations article h1{
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	margin: .5em 0;
}

.single #main_contents h4{
	font-size: 130%;
	line-height: 1.5;
	margin-bottom: 1em;
	border-left: 3px solid #000;
    padding-left: 15px;
}

.single article p.data span{
	margin-right: 10px;
}

.single article p.data span.date,
.single article p.data span.writer{
	font-size: 14px;
}

.single article p.data span.writer{
	display: none;
}

.single article img{
	max-width: 100%;
}



/**
SIDEBAR
*/

#sidebar section{
	padding: 20px 0;
	border: none;
}
#sidebar section:first-child{
	padding-top: 0;
}

.box_search button{
    border: none !important;
    color: #FFF;
    height: 35px;
    line-height: 35px;
    width: 18%;
    text-align: center;
    padding: 0;
    vertical-align: middle;
	border-radius: 0;
	background:rgba(255,255,252,.3);
}

.box_search input {
    height: 35px;
    border-radius: 0;
    font-size: 14px;
    width: 82% !important;
    padding-left: 10px !important;
    vertical-align: middle;
}

#sidebar h3{
	font-size: 110%;
	padding-bottom: 10px;
	margin: 0 0 5px 0;
	font-weight: 400;
}

#sidebar ul li{
	line-height: 1.4;
	margin-bottom: .3em;
	font-size: 90%;
	margin-left: 20px;
}

/* #sidebar ul li a{ */
/* 	text-decoration: none; */
/* } */

#sidebar select{
	width: 100%;
}



/**
NEWS
*/

.icon.new{
	margin-left: .5em;
	color: #F30;
	font-size: 12px;
}


/**
LIST_LIST
*/

ul.item.list li p{
	margin: 0;
}

ul.item.list li{
	list-style: none;
	margin-bottom: 2%;
}

ul.item.list li div.image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li div.image img{
	width: 100%;
}


ul.item.list li p.date{
	font-size: 13px;
	color: #666;
	line-height: 1;
	margin-bottom: 5px;
}

ul.item.list li p.title{
	font-size: 14px;
	line-height: 1.5;
}

ul.item.list li p.category{
	margin-bottom: 5px;
	line-height: 1;
}

ul.item.list li p.text{
	font-size: 12px;
}

ul.item li a{
	text-decoration: none !important;
}



/**
LIST_BOX
*/

ul.item.box{
	margin-left: -2%;
}

ul.item.box li{
	list-style: none;
	float: left;
	margin: 0 0 4% 2%;
	display: inline-block;
}

ul.item.box li .image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
ul.item.box li .image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
ul.item.box li .image img{
	width: 100%;
}

ul.item.box li .content{
	float: none;
	width: 100%;
}

ul.item.box li .date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
ul.item.box li .title{
	font-size: 120%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
ul.item.box li .title span.sub{
	font-size: 10px;
}
ul.item.box li .text p{
	font-size: 12px;
	color: rgba(255,255,255,.5);
	margin: 5px 0 0 0;
	line-height: 1.3;
}

ul.item.box.column_2 li{
	width: 48%;
}

ul.item.box.column_3 li{
	width: 31.33333333%;
}

ul.item.box.column_4 li{
	width: 23%;
}

ul.item.box.column_5{
	width: 18%;
}

@media (max-width: 800px){
    
    ul.item.box li .title{
        font-size: 1.5rem;
    }
}

/**SIZE FIX*/

ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
ul.item.box.fix li div.image,
.flexbox.fix li div.image{
	height: 120px;
	overflow: hidden;
	position: relative;
}
.locations #contents ul.item.box.fix li div.image{
	min-height: 160px;
}
ul.item.box.fix li div.image img,
.flexbox.fix li div.image img{
  position: absolute;
  width: 20%;
  height: 0;
  width: 100%;
  height: auto;
 /* padding-bottom: 20%;*/
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}



/**
FLEXBOX
*/

.flexbox{
	display: flex;
	display: -webkit-flex; /* Safari */
	-js-display: flex;/*IE*/
    -webkit-flex-wrap: wrap;
	justify-content: space-around; 
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
	/*justify-content: flex-start;*/
	width: 100%;
}

.flexbox.reverse {
	flex-direction:row-reverse;
}

.flexbox li .image{
	float: none;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
.flexbox li .image span.category{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	line-height: 0;
}
	
.flexbox li .image img{
	width: 100%;
}

.flexbox.column_2 >li{
	width: 49%;
}
.flexbox.column_3 >li{
	width: 32%;
}
.flexbox.column_4 >li{
	width: 24%;
}
.flexbox.column_5 >li{
	width: 19%;
}
.flexbox.column_6 >li{
	width: 16%;
}


 
.flexbox > li {
	list-style: none;
	margin-bottom: 3%;
}
.flexbox > li p.date{
	font-size: 12px;
	margin: 5px 0;
	line-height: 1;
}
.flexbox > li p.title{
	font-size: 110%;
	line-height: 1.3;
	margin: 0 0 5px 0;
}
.flexbox > li p.text{
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	line-height: 1.3;
}

.flexbox > li .image .title{
	position: absolute;
	top: 45%;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 30px;
	color: #FFF;
	font-size: 38px;
	font-weight: 400;
	z-index: 66;
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

.flexbox .sub{
	flex: 1;
	margin: 0 15px 0 0;
}
.flexbox.reverse .sub{
	margin: 0 0 0 15px;
}

.flexbox .main{
	flex: 1;
}
.flexbox .main.w_3{
	flex: 3;
}
.flexbox .main.w_2{
	flex: 2;
}
.flexbox .main.w_4{
	flex: 4;
}
.flexbox .main.w_5{
	flex: 5;
}

.flexbox .main p{
	margin-top: 0;
}


.flexbox.box ul li{
	width: 100%;
}
.flexbox.box ul li .image{
	width: 25%;
}
.flexbox.box ul li .content{
	width: 73%;
}



/**
MAP
*/

path,
polygon{
	/*fill:rgba(255,255,255,.3);*/
}

a path,
a polygon{
	fill:rgba(255,255,255,.3);
	cursor: pointer;
}

a path:hover,
a polygon:hover{
	fill:rgba(255,255,255,.2);
}


/* D.C. link */
#a5128 path,
#a5128:hover path{
    fill: #FFFFFF;
}

.map img{
	width: 70%;
	margin: 2em auto;
}

.single-locations .map img{
    width: 500px;
    margin: 20px auto 0;
}

.map iframe{
	width: 100%;
}

.home .locations .map.slide{
	margin-top: 2em;
}


/**
TABLE
*/

table{
	width: 100%;
}

table ul,
table ol{
	margin-left: 20px;
}

table.data th,
table.data td{
	padding: 10px;
	border: solid 1px #EEE;
	line-height: 1.5;
}

table.list th,
table.list td{
	padding: 10px;
	border-bottom: solid 1px rgba(255,255,255,.5);
	line-height: 1.5;
}

table.block{
	border-collapse: separate;
    border-spacing: 2px;
}

table.block th,
table.block td{
	padding: 10px;
	line-height: 1.5;
}

table.block th{
	background-color: rgba(0,0,0,0.2);
}

table.block td{
	background-color: rgba(0,0,0,0.1);
}

.trcolor1{background-color: rgba(255,255,255,1);}
.trcolor2{background-color: rgba(255,255,255,.1);}



/**
FORM
*/


body .wpcf7-not-valid{
    background: rgba(204,0,0,.4) !important;
}
 
body div.wpcf7-response-output{
    position: relative;
    margin-right: 0;
    margin-left: 3em;
    opacity: 0;
}
 
body div.wpcf7-response-output[role=alert]{
    border: none;
    margin-right: 0.5em;
    margin-left: 0.5em;
    opacity: 1;
    transition: all .5s ease-in-out;
	padding: 10px;
}
 
body div.wpcf7-response-output[role=alert]:before{
    content: "\002716";
    margin-right: 0.5em;
    color: #F99;
    vertical-align: middle;
}
 
body div.wpcf7-mail-sent-ok[role=alert]:before{
    content: "\002714";
    color: #3F7;
}
 
body div.wpcf7-response-output:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .5s ease-in-out;
}
 
body div.wpcf7-mail-sent-ok[role=alert]:after{
    width: 100%;
    border-bottom: solid 1px #3F7;
}


span.wpcf7-not-valid-tip {
    color: rgba(204,0,0,1) !important;
	line-height: 1.5;
	margin-top: 10px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border-bottom: 1px solid rgba(204,0,0,1) !important;
	padding:10px !important;
	line-height: 1.5;
}

span.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}


div.form ul li{
	list-style: none;
	margin-bottom: 15px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="checkbox"],
textarea,select{
	border-radius: 5px;
	border: solid 1px #EEE;
	padding: 10px;
	font-size: 13px;
	background-color: #000000;
	color: #ddd;
	width: 100%;
}

select option{
	color: #FFFFFF;
}


::-webkit-input-placeholder {line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: var(--body_font); letter-spacing: .1em }
::-moz-placeholder {line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: var(--body_font); letter-spacing: .1em }
:-ms-input-placeholder {line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: var(--body_font); letter-spacing: .1em }
:-moz-placeholder {line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: var(--body_font); letter-spacing: .1em }

.safari_browser ::-webkit-input-placeholder {line-height: 1.4}

/**
INPUT
*/

input,
textarea{
	outline: none;
}

input.half{
	width: 50%;
}
input.full{
	width: 100%;
}

select{
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-image: url(/images/arrow_down.png);
	background-position: right 20px center;   
	background-repeat: no-repeat;
    background-size: 14px;
    -webkit-appearance: none;
}

select option{
    color: #000000;
	background-color: #ffffff;
    font-family: inherit;
}


select.select-box.full{
	width: 100%;
}

.tr{
	text-align: right;
}




/**
BUTTON
*/

input.btn,
button,
a.btn{
	color: #FFF;
	line-height: 1;
	cursor: pointer;
	border: none;
	text-decoration: none;
	padding: 1.3em;
	display: inline-block;
	border: solid 1px #FFF;
    font-size: 1rem;
	background: rgba(0,0,0,0);
}

a.btn:focus-visible,
a.cta:focus-visible{
	outline: 2px dotted #ffffff;

}

.safari_browser a.btn{
	padding: 1.3em 1.3em 1em;
}

a.btn.red{
	background-color: rgba(204,0,0,1);
	border: none;
	font-weight: bold;
}
a.btn.full{
	width: 100%;
	text-align: center;
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	height: auto;
	line-height: 1;
	font-size: 85%;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	height: auto;
	line-height: 1;
	font-size: 120%;
}

input.btn.size_2l,
button.size_2l,
a.btn.size_2l{
	height: 80px;
	line-height: 80px;
	font-size: 140%;
}

input.btn.cancel,
button.cancel,
a.btn.cancel{
	background-color: rgba(0,0,0,0.8);
	color: #333;
}

input.btn:hover,
button:hover,
a.btn:hover{
	background-color: rgba(255,255,255,0.2);
}
input.btn.red:hover,
button.red:hover,
a.btn.red:hover{
	background-color: rgba(204,0,0,.8);
}


/**
PROMO(COMMON)
*/

.locations.single section.promotion{
	display: none;
}

.promotion ul.column_3 li{
	padding: 20px;
}



/**
JOIN FC(COMMON)
*/

section.photo.join{
  background-image: url(/images/franchise-banner.jpg); 
  /*min-height: 300px;*/
  padding: 70px 0 !important;
  text-align: center;
  border: none !important;
}

section.photo.join p{
    text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
}
section.photo.join p.catch{
	font-weight: 400;
	font-size: 40px;
	margin: .5em 0 .5em 0;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}



/**
FOOTER
*/

footer{
	clear: both;
	background-color: rgba(0,0,0,0.1);
	padding: 30px 0 60px 0;
	text-align: center;
}

footer div.menu_brands{
	margin-bottom: 30px;
}

footer ul.sub_navi{
	text-align: center;
	margin-bottom: 0px;
}

footer .box_social{
	text-align: center;
	margin: 1em auto;
}

footer p.copy{
	/* font-size: 10px; */
    font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	color: #888;
}

.holdings footer{
	position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,1);
    z-index: 190;
	padding: 20px 0 0 0;
}

#page-top {
    position: fixed;
    bottom: 80px;
    z-index: 100;
    right: 80px;
}

#page-top button {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0;
    -webkit-appearance: none;
    background-color: transparent;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    border: none;
    font-size: 20px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

@media (max-width: 800px){
    
    #page-top{
        right: 5px;
    }
}

#ae_launcher .ae-right{
	top: -10px !important;
}


/**
CLEARFIX
*/

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}




/**
HOME
*/

body.home section p{
	text-align: center;
}

body.home section.menu ul li a{
	z-index: 999;
	position: relative;
}

body.home section.menu ul li a:hover .cover:before{
	background: rgba(0,0,0,0.4);
}


body.home section.locations .map img{
	
}

body.home section .catch{
	font-size: 39px;
	/* font-weight: 400; */
	line-height: 1.2;
	margin: 0 0 1em 0;
}

body.home section .button{
	margin-top: 50px;
}



/**
MENU
*/

body.menu div.title h3 {
    font-size: 35px;
}

body.menu ul.item.box li{
	padding: 0px;
	position: relative;
	margin-bottom: 10px;
}
body.menu ul.item.box li:nth-child(1){
    width: 64.5%;
}
body.menu ul.item.box li p.title{
	font-size: 130%;
	line-height: 1.3;
	font-weight: 400;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0px;
	background: rgba(0,0,0,1);
	color: #FFF;
	width: 100%;
}


	

body.menu ul.item.box li p.text{
	font-size: 10px;
}
body.menu ul.item.box li div.text{
	display: none;
}



/**
LOCATIONS
*/

.locations .view_all_locs{
	margin: 30px 0;
	text-transform: uppercase;
}

.locations #contents section section {
    padding: 0px 0 !important;
}

.locations.list ul.item.box li p.title{
	font-size: 140%;
}

.locations .gmap{
	position: relative;
}

.locations .new_locs .gmap{
	height: 590px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

.locations .gmap p.countup{
	position: absolute;
	left: 50px;
	bottom: 50px;
	text-align: left;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.locations .gmap p.countup{
	text-shadow: none;
	color: #000;
}


.locations p.countup{
	font-size: 20px;
	margin: 3em 0 -110px 0;
	position: relative;
	z-index: 9;
	margin: 0;
}
.locations p.countup.gmap{
	margin: 0 0 1em 0;
	z-index: 9;
}
.locations p.countup.gmap{
	display: none;
}

.locations p.countup span.count{
	font-size: 120px;
	line-height: 1;
	display: block;
}

.all_locations ul.item.box li{
	background: #222;
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 2%;
	height: inherit;
}
.all_locations ul.item.box li div.icon{text-align: center;}
.all_locations ul.item.box li div.icon img{
	display: inline-block;
	height: 50px;
}
.all_locations ul.item.box li p.title{
	margin: 1em 0;
}
.all_locations ul.item.box li p.button {
	margin: 10px 0 0 0;
}
.all_locations ul.item.box li p.button a{
	width: 100%;
	padding: 3px 0 0px 0 !important;
}
.all_locations ul.item.box li p.text{
	font-size: 12px;
    color: rgba(255,255,255,.5);
    margin: 5px 0 0 0;
	
	overflow: hidden;
	text-overflow: ellipsis;
}

.all_locations ul.item.box li p.button{
	min-height: 40px;
}

.all_locations.list section{
	padding-bottom: 0 !important;
}

.all_locations table.list th{
	vertical-align: top;
	text-align: center;
	width: 5%;
}

.all_locations table.list th,
.all_locations table.list td{
	border: none;
	padding: 5px;
}

.all_locations table.list tr.sns td a{
	margin-right: 10px;
}

.all_locations table.list tr.sns{
	display: none;
}

.all_locations table.list td ul{
	margin-left: 0;
}
.all_locations table.list td ul li{
	width: 100%;
}

.all_locations article p.main_image{
	margin-bottom: 20px;
}

.all_locations article p.main_image img{
	width: 100%;
}

.all_locations article table.list{
	margin: 0 0 20px 0;
}


.all_locations article .order{
	margin-bottom: 1em;
}

@media (max-width: 767px){
	.all_locations {
		padding-top: 30px;
	}

}

.single-locations article .order{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}

.locations article .order li{
	flex: 0 0 48%;
	/*width: 100%;*/
	width: 200px;
	display: inline-block;
	text-align: center;
	list-style: none;
	margin-right: 12px;
}

.locations article .order .menu{
	margin: 0;
}

.postid-6215 .order .menu,
.postid-6089 .order .menu,
.postid-6256 .order .menu{
	display: none;

}

.single #main_contents article li.waitlist{
	margin-left: auto;
}

.locations article .order li a{
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}

.locations article .order li.menu a{
	width: 100%;
	height: auto;
	line-height: 1;
}

@media (max-width: 800px){
    
	.single-locations article .order{
		display: block;
		width: 400px;
		max-width: 100%;
		margin: auto;
	}

    .locations article .order li{
        width: 100%;
    }
}

/* yext ijd 01-12-21  */

.jrb_loc_group .drop_content{
	display: none;
}

.jrb_loc_group .loc_btn{
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.jrb_loc_group .state_name{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}

.jrb_loc_group .state_toggle{
	padding: 1em 0;
}

/* .jrb_loc_group .state_toggle:focus, */
/* .jrb_loc_group .loc_btn:focus{ */
/* 	outline: 3px dotted #FFFFFF; */
/* } */

.all_locations .jrb_loc_group ul.item.box {
	margin: 0 0 12px;
	display: grid;
	grid-gap: 22px;
	grid-template-columns: 1fr 1fr 1fr;
}

.all_locations .jrb_loc_group ul.item.box li{
	margin: 0;
	float: none;
}


@media (max-width: 1000px){
	.all_locations .jrb_loc_group ul.item.box {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px){
	.all_locations .jrb_loc_group ul.item.box {
		grid-template-columns: 1fr;
	}
}


.post-type-archive-jrb_locations #contents{
	padding-top: 0;
}

/* ===================== jrb loc single ===================== */

#loc_map{
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	filter: grayscale(1);
}

#loc_map .map_pin{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: auto;
	transform: translate(-50%,-110%);
}

#radar-map-logo img{
	margin-top: 0;
}

.single-locations #map_ig .map .promoimg{
	margin-bottom: 50px;
}

.single-locations .loc_hdr_row{
	flex-direction: column;
	align-items: flex-start;
	color: white;
}

.single-locations .cs_text{
	font-weight: bold;
	text-transform: uppercase;
}

@media (min-width: 801px){

	.single-locations #map_ig .map img.mapimg{
		width: 100%;
		height: 500px;
		margin-top: 108px;
		object-fit: cover;
	}

	.single-locations #map_ig{
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
	}

	.single-locations #map_ig > div{
		flex: 0 0 49%;
		margin: 0;
	}
}

#sb_instagram{display: none}

@media (max-width: 800px){
	
	.single-locations #map_ig #sb_instagram{
		margin-top: 50px;
	}
}

.single-locations #sb_instagram .sbi_follow_btn a{
	background-color: #333;
}


#sb_instagram .sb_instagram_header a{
	display: inline-flex;
    float: none;
    align-items: center;
}

#sb_instagram .sb_instagram_header .sbi_header_text{
	margin-left: 20px;
	order: 2;
}

#sb_instagram .sb_instagram_header .sbi_header_img {
	margin: 0 !important;
	float: none;
	flex: 0 0 auto;
	order: 1;
}

/**
ABOUT
*/

/* body.about .main_image{ */
/* 	margin-top: -140px; */
/* } */

body.about .section .catch{
    margin: 0 0 1em 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.about_video{
	max-width: 640px;
	margin: auto;
}

/* body.about section p{ */
/* 	text-align: center; */
/* } */

/* body.about section.sec_2 p.catch{ */
/* 	text-align: center; */
/* } */

body.about .sec_2 .column{
	width: 800px;
    max-width: 100%;
	margin: 50px auto;
}

body.about .sec_2 .column .main{
	padding: 50px;
}
body.about .sec_2 .column .main p{
	text-align: left;
}

body.about .info ul li{
	padding: 0 50px;
}
body.about .info p.title{
	text-align: center;
	margin-bottom: 30px;
}
body.about .info p.title img{
	height: 20px;
    opacity: 0.50;
}
body.about .info p{
	text-align: center;
}


/**
FRANCHISE
*/

body.franchise section.join{
	display: none;
}

body.franchise .main_image{
    margin-top: -140px;
}

body.franchise section p{
	text-align: center;
}

body.franchise section .catch{
    width: 100%;
    margin: .5em 0 1em 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

body.franchise section.intro {
    width: 700px;
    max-width: 100%;
    margin: auto;
}

body.franchise section.intro .catch{
    width: 300px;
    max-width: 100%;
    margin: auto;
}

body.franchise .form .catch{
    text-align: center; 
}

body.franchise .form .form_copy{
    text-align: center; 
    width: 500px;
    max-width: 100%;
    margin: auto;
}

body.franchise section p.button{
	margin-top: 50px;
}

body.franchise section.sec_1 .text{
    position: absolute;
	    top: 40%;
	    left: 50%;
    width: 500px;
    max-width: 100%;

    -webkit-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
          text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

body.franchise section.sec_1 div.images{
	padding-bottom: 100px;
}

body.franchise section.sec_2 .column{
	margin: 50px auto;
}
body.franchise section.sec_2 .column .main p{
	text-align: left;
	font-size: 20px;
	padding: 50px;
}

body.franchise div.title.center{
    margin-bottom: 0;
}

body.franchise div.title.center h1{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

@media (max-width: 800px){
    
    body.franchise section .catch{
        font-size: 1.63rem;
    }

    body.franchise section.sec_2 .flexbox{
        display: block;
    }

    body.franchise section.sec_2 .main{
        width: 300px;
        max-width: 100%;
        margin: 30px auto;
    }

}

/**
CONTACT
*/

/* body.contact section.intro .column .main p{ */
/* 	margin-right: 200px; */
/* } */

body.contact section.intro .column .main .catch{
    width: 400px;
    max-width: 100%;
    margin: 0 0 1em 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

body.contact section.info ul li{
	padding: 50px 30px;
	line-height: 1.6;
}

.contact section.info ul li p.title{
	border-top: solid 1px  rgba(255,255,255,.3);
	padding-top: 50px;
	color: #999;
}

body.contact section.info ul li p.button{
	margin-top: 30px;
}

@media (max-width: 800px){
    
    body.contact section.intro .column .main .catch{
        width: 200px;
        max-width: 100%;
        margin: 30px 0;
        font-size: 1.63rem;
    }
}

/**
RECRUIT
*/

/* body.recruit .main_image{ */
/*     margin-top: -140px; */
/* } */

body.recruit .inner{
    width: 100%;
}

body.recruit .recruit{
    max-width: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}

body.recruit section p{
	text-align: center;
}
body.recruit section.intro p{
	margin: 1em auto;
}

body.recruit section.intro .inner{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

body.recruit section.intro p.catch{
	width: 100%;
	margin: 1em 0;
}

body.recruit section p.catch{
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1em 0;
	
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

body.recruit section p.button{
	margin-top: 50px;
}

body.recruit section.sec_1 p{
	text-align: left;
}
body.recruit section.sec_1 .accordion p,
body.recruit section.sec_1 .accordion li{
	color: #999;
}

body.recruit section.sec_1 p.title{
	font-size: 26px;
}
body.recruit section.sec_1 .accordion div.title p{
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	color: rgba(255,255,255,.6);
}


body.recruit section.sec_1 ul.flexbox.column_3 li ol{
	padding-left: 20px;
}
body.recruit section.sec_1 ul.flexbox.column_3 li ol li{
	width: 100% !important;
	margin-bottom: .5em;
	list-style-type: decimal;
	line-height: 1.4;
}

body.recruit section .form p{
	text-align: left;
}
body.recruit section .form p.button{
	text-align: center !important;
}





 /**
 STATIC
 */
 
body.privacy.static #contents ul li{
	 line-height: 1.6;
	 margin: 0 0 .5em 0;
 }
body.privacy.static #contents ul{
	margin-left: 2.5em;
}

body.privacy.static #contents h3{
	font-size: 16px;
	font-weight: 500;
	margin-top: 2em;
}

body.privacy.static #contents  .inner{
	width: 60%;
}


/* @media (max-width: 800px){ */
/*     body.privacy #wrapper { */
/*         padding-top: 100px; */
/*     } */
/* } */


/**
BRANDS
*/

/**EXPRESS*/
.jinya_express video{
	object-fit: cover;
}

.express .title .hdr{
	text-transform: uppercase;
}

.express .exp_region,
.express .exp_loc {
	margin-bottom: 65px;
}


body.express #contents{
    /*margin-top: -90px;*/
	/* padding-top: 60px; */
}


html {
  scroll-padding-top: 255px; /* 固定ヘッダの高さ分 */
}



/**
HOLDINGS
*/

body.holdings #contents {
   /* margin-top: -90px;
	padding-top: 60px;*/
}

body.holdings footer,
body.holdings .box_social,
body.holdings .box_mail{
	display: none;
}



/**
BUSHI
*/

body.bushi #contents {
   /* margin-top: -90px;*/
	padding-top: 60px;
}


/**
ROBATA
*/

#reserve{
	position: absolute;
	top: 75px;
    right: 35px;
	z-index: 999;
}
	

body.robata #contents {
    /*margin-top: -90px;*/
	padding-top: 60px;
}


/**
JAPAN
*/

body.japan #contents {
    /*margin-top: -90px;*/
	padding-top: 60px;
}

body.japan #contents .locations .flexbox li p.title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

body.japan #contents .locations .flexbox li p.button{
	margin-bottom: 3em;
}

body.japan .promotion,
body.japan section.join{
	display: none;
}


/**
HOLDINGS
*/

body.holdings{
	/*background: inherit;*/
}
body.holdings footer{
	/*position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0);*/
	z-index: 1200;
	width: 100%;
}


body.holdings div.navi{
	/*position: absolute;
	top: 0%;
	left: 0;
	width: 100%;*/
}


body.holdings{
	overflow-x: hidden;
	overflow: hidden;
}

div.bg-change img{
	max-height: 26px;
	opacity: .4;
}
div.bg-change{	
	-moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
	overflow: hidden;
}
div.bg-change:hover{ 
 -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	transform-origin: 50% 50%;
	overflow: hidden;
}

div.bg-change img:hover{
	opacity: 1;
}

body.holdings div.bg-change{
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0%;
	height: 100vh;
	line-height: 100vh;
	left: 0;
	z-index: 100;
	border-right: solid 1px rgba(255,255,255,.6);
	overflow: hidden;
}
/*COLUMN5
body.holdings div.bg-change.no1{left: 0%; width: 16.6%;}
body.holdings div.bg-change.no2{left: 16.6%; width: 16.6%;}
body.holdings div.bg-change.no3{left: 33.8%; width: 16.6%;}
body.holdings div.bg-change.no4{left: 49.8%; width: 16.6%;}
body.holdings div.bg-change.no5{left: 66.4%; width: 16.6%;}
body.holdings div.bg-change.no6{left: 83.2%; width: 16.6%; border: none;}
*/

/*body.holdings div.bg-change.no1{left: 0%; width: 20%;}*/
body.holdings div.bg-change.no2{left: 0%; width: 20%;}
body.holdings div.bg-change.no3{left: 20%; width: 20%;}
body.holdings div.bg-change.no4{left: 40%; width: 20%;}
body.holdings div.bg-change.no5{left: 60%; width: 20%;}
body.holdings div.bg-change.no6{left: 80%; width: 20%; border: none;}


body.holdings div.bg-change.no1 img{max-height:30px;}
body.holdings div.bg-change.no2 img{max-height:30px;}
body.holdings div.bg-change.no3 img{max-height:30px;}
body.holdings div.bg-change.no4 img{max-height:35px;}
body.holdings div.bg-change.no5 img{max-height:40px;}
body.holdings div.bg-change.no6 img{max-height:30px;}



/* コンテンツのスタイル */
body.holdings .wrapper {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
body.holdings .contents {
    height: 100vh;
    background-image: url(/images/main_image_ramenbar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
}


/* ボタンホバー時のスタイル */
.bg-change.no1:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_holdings.jpg); opacity: 0.8;
    background-size: cover;
}
.bg-change.no2:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_ramenbar.jpg); opacity: 0.8;
    background-size: cover;
}
.bg-change.no3:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_robata.jpg); opacity: 0.8;
    background-size: cover;
}
.bg-change.no4:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_bushi.jpg); opacity: 0.8;
    background-size: cover;
}
.bg-change.no5:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_holdings.jpg); opacity: 0.8;
    background-size: cover;
}
.bg-change.no6:hover ~ .wrapper .contents {
    background-image: url(/images/main_image_japan.jpg); opacity: 0.8;
    background-size: cover;
}




@media (max-width: 1200px) and (min-width: 801px){

    .inner {
        width: 90%;
    }

    #main_contents{
        width: 100%;
        margin-right: 0;
    }

    #sidebar{
        float: none;
        clear: both;
        width: 100%;
    }

}



@media screen and (max-width: 800px) {

        /**
        BASIC
         */

    body{
        -webkit-text-size-adjust: none;
        /* font-size: 12px; */
    }

    img{
        max-width: 100%;
        height: auto;
    }

    #wrapper{
        width: 100%;
    }

    /* #wrapper{ */
    /*     padding-top: 60px; */
    /* } */


    body.home #contents{
        margin-top: 0px;
    }

    .franchise #contents{ 
        padding-top: 80px;
    }

    .recruit #contents {
        padding-top: 0;
    }

    body.recruit #wrapper{
        padding-top: 60px;
    }

    #main_contents{
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    #sidebar{
        float: none;
        clear: both;
        width: 100%;
    }

    .inner{
        width: 100%;
        padding: 0 10px;
    }

    /* #wrapper{ */
    /*     margin-top: 10px; */
    /* } */

    #wrapper,
    #main_contents,
    #sidebar,
    .inner{
        float: none;
        width: 100%;
    }

    #contents section{
        padding: 30px 0;
    }


    /**
    HEADER
     */

    header{
        transition: all 0.5s ease;
        background: #000 !important;
        z-index: 999;
    }

    .hidden {
        background: none;
        transition: all 0.5s ease;
    }

    header div.menu_brands{
        display: none;
    }

    header .inner{
        padding: 10px;
        box-sizing: border-box;
    }

    header p.site_catch{
        font-size: 10px;
    }

    header h1.logo img.title {
        max-height: 35px;
    }

    header h1{
        margin-bottom: 0px;
        position: relative;
        /*text-align: center;*/
        padding-left: 50px;
    }
    .robata header h1.logo,
    .japan header h1.logo,
    .express header h1.logo{
        text-align: center !important;
        padding-left: 0 !important;
    }
    .bushi header h1.logo{
        padding-left: 0 !important;
    }

    header h1.logo a{
        z-index: 9999 !important;
        position: relative !important;
        display: inline-block;
    }

    /* header .box_info { */
    /*     top: 12px; */
    /*     right: 12px; */
    /*     z-index: 9900; */

        /*display: none;*/
    /* } */

    /* header .box_info ul li{ */
    /*     list-style: none; */
    /*     margin: 0 0 0 0; */
    /*     text-align: center; */
    /*     display: inline-block; */
    /* } */

    header .box_info ul li.button a{
        line-height: 30px;
    }



    /**
    BOX_
     */

    #contents .box_mail{
        right: 10px;
        bottom: 6px;
    }

    #contents .box_mail input[type="email"]{
        width: 120px;
    }

    .box_social ul {
        padding-right:110px;
    }
    .box_social ul li span.text{
        /*display: none;*/
    }

    /* .box_social ul li img{ */
    /*     height: 22px; */
    /* } */
    /*  */
	/* footer .box_social ul li img{ */
	/* 	height: 34px; */
	/* } */

	/* footer .box_social ul li.subscribe img{ */
	/* 	height: 20px; */
	/* } */

    .box_social ul li a{
        padding: 0;
    }


    /**
    SUB NAVI
     */


    /**
    GLOBAL NAVI(STELL)
     */

    header {
		padding: 12px 0 0;
    }

    header nav {
        top: 0px;
        left: 0px;
    }

    #navre li{
        text-align: left;
        width: 100%;
    }



    /**
    COMMON_LAYOUT
     */

    /**MOVIE*/

    .franchise .movie{
        width: 100%;
        margin: 0 auto;
    }



    /**
    COMMON_PARTS
     */

    /*h1,h2,h3{
    font-size: 100%;
    line-height: 1.3;
    }*/

    div.title.sticky{
        top:53px;
    z-index: 99;}

    div.title h1{
        font-size: 30px;
        line-height: 1.2;
    }
    div.title h2,
    div.title.center h2{
        font-size: 26px;
        line-height: 1.2;
    }
    div.title h3,
    div.title.center h3{
        font-size: 20px;
        line-height: 1.2;
    }

    div.title h4{
        font-size: 18px;
        line-height: 1.2;
    }

    p.catch{
        font-size: 18px;
    }

    p.lead{
        font-size: 14px;
    }

    .tel a{
        pointer-events: inherit;
    }


    .hover_text .mask {
        display: none;
    }


    /**
    MAIN
     */


    /*.slide{
    height: 100vh;
    }*/



    /**
    BX-SLIDER
     */

    .bx-wrapper img{
        max-width: 100%;
        height: inherit;
        margin: 0;
    }

    .main_slider p.catch{
        font-size: 24px;
        top: 32%;
    }

    /*.main_slider video{
    height: 55vh;
    }*/




    /**
    SUB_MENU
     */

    ul.sub_menu li a{
        display: inline-block;
        font-size: 12px;
        padding: 10px 5px;
    }
    ul.sub_menu{
        margin: 2em 0 3em 0;
    }


    /**
    PAGER
     */

    .pager{
        font-size: 80%;
    }

    .wp-pagenavi .current, .wp-pagenavi .pages,
    .wp-pagenavi a{
        padding: 5px 8px 5px 8px;
    }


    /**
    PRESS
     */

    .press ul.item{
        margin-top: 30px;
    }

    .press ul.item li div.data {
        padding: 20px 20px 0px 20px;
    }
    .press ul.item li div.content{
        padding: 20px 10px 150px 10px;
    }

    .press.list ul.item li div.content p.text{
        font-size: 10px;
    }

    .press.list ul.item li p.date{
        margin: 1em 0 1em 0 !important;
    }



    /**
    SINGLE
     */

    .single article h1,
    .locations article h1{
        font-size: 24px;
    }


    /**
    SIDEBAR
     */

    #sidebar{
        padding: 50px 0;
        border-top: solid 1px rgba(255,255,255,.3);
    }

    #sidebar section{
        padding: 15px 0;
    }

    #sidebar h3 {
        font-size: 150%;
    }

    /**
    LIST_LIST
     */

    ul.item.list li div.image{
        width: 20%;
        margin-right: 2%;
    }

    ul.item.list li div.content{
        width: 77%;
    }


    /**
    LIST_BOX
     */

    ul.item.box.column_3 li,
    ul.item.box.column_4 li,
    ul.item.box.column_5 li{
        width: 48%;
    }

    ul.item.box.sp_full{
        margin-left: 0%;
    }

    ul.item.box.sp_full li{
        width: 100%;
        margin: 0 0 4% 0;
    }
    ul.item.box.sp_full li div.image{
        height: 150px;
    }


    /**
    FLEXBOX
     */

    .flexbox{
        justify-content: space-around;
        -js-display: content;

        display: content;
        -webkit-flex-wrap: content;
        flex-wrap: wrap;
        align-items: stretch;

        justify-content: flex-start;
        justify-content: space-between;
    }

    .flexbox li {
        list-style: none;
        width: 100%;
    }

    .flexbox li img{
        width: 100%;
    }


    .flexbox.column .sub{
        flex: 100%;
        margin: 0 0 1em 0;
    }
    .flexbox.column.reverse .sub{
        margin: 0 0 1em 0;
    }

    .flexbox.column .main{
        flex: 100%;
    }

    .flexbox.list .main{
        flex: 3 !important;
    }

    .flexbox.column_3 li,
    .flexbox.column_4 li,
    .flexbox.column_5 li{
        width: 49%;
    }

    .flexbox.sp_full li{
        width: 100%;
        margin-bottom: 5%;
    }


    /**
    MAP
     */

    .map iframe{
        height: 250px;
    }


    /**
    FORM
     */



    /* * { */
    /*     -webkit-appearance: none; */
    /* } */

    div.form{
        margin: 1em auto;
        width: 100%;
    }

    /* input, button, textarea, select{ */
    /*     -webkit-appearance: none; */
    /* } */

    div.form{
        /*padding: 10px;*/
    }

    div.form ul li{
        margin-bottom: 10px;
    }

    div.form dl dt,
    div.form dl dd{
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
    }
    div.form dl dt{
        padding-bottom: 0;
    }
    div.form .caution{
        display: block;
        margin-top: 5px;
    }



    /**
    INPUT
     */

    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    input[type="text"].size_s,
    input[type="text"].size_m,
    input[type="text"].size_l,
    textarea,
    select{
        width: 100%;
    }


    /**
    BUTTON
     */

    /*input[type="submit"].btn,
    button,
    a.btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    }
     */

    input[type="submit"].btn.size_l,
    button.size_l,
    a.btn.size_l{
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }


    input[type="submit"].btn.size_2l,
    button.size_2l,
    a.btn.size_2l{
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    /**
    PROMO(COMMON)
     */

    .promotion ul.column_3 li{
        width: 100%;
    }



    /**
    JOIN_FC(COMMON)
     */

    section.photo.join{
        text-align: center;
    }
    section.photo.join p.catch{
        font-size: 30px;
    }


    /**
    FOOTER
     */

    footer{
        padding: 30px 0 65px 0;
    }

    footer .inner{
        padding: 0;
    }


    footer div.menu_brands{
        height: auto;
        line-height: inherit !important;
        margin-bottom: 50px;
    }

    footer div.menu_brands ul{
        width: 95%;
        margin: 0 auto 30px auto;
    }

	/* #social_mail_wrap{ */
	/* 	height: 80px; */
	/* } */

	#social_mail_wrap .box_social{
		margin-right: 0;
	}


    /**
    HOME
     */

    body.home section p br{
        display: none;
    }

    body.home section p.catch{
        font-size: 26px;
        margin-bottom: .5em;
    }
    body.home section p.catch br{
        display: inherit;
    }

    body.home section p.button {
        margin-top: 30px;
    }


    body.home section.menu ul li{
        width: 32%;
        margin-bottom: 1%;
    }
    body.home section.menu ul li p.title{
        font-size: 15px;
    }


    body.home section.press ul li:last-child{
        display: none;
    }


    /**
    MENU
     */

    body.menu ul.item.box li:nth-child(1){
        width: 98%;
    }

    body.menu ul.item.box li {
        padding: 5px;
    }

    body.menu div.title h3{
        font-size: 18px;
        font-weight: normal;
    }

    body.menu ul.item.box li p.title{
        font-size: 110%;
        margin-bottom: 5px;
    }

    body.menu section.accordion{
        padding-top: 0 !important;
    }

    section.accordion div.title.sticky{
        margin-top: 0;
    }





    /**
    LOCATIONS
     */

    .locations .gmap{
        width: 90%;
        height: inherit;
        margin: auto;
    }


    .locations .gmap p.countup{
        position: inherit !important;
        font-size: 18px;
        margin: 2em auto -40px 0;
        z-index: 99;
        left: 0;
        right:0;
        text-align: center;
    }
    .locations p.countup span.count{
        font-size: 60px;
        line-height: 1.5;
        margin-bottom: -25px;
    }

    .locations .gmap p.countup{
        text-shadow: none;
    }



    /**LIST*/
    .locations section.accordion{
        padding: 0 0 0px 0 !important;
    }

    .locations section.accordion div.title{
        padding-bottom: 8px;
    }

    .locations section.accordion div.title h2{
        font-size: 20px;
    }

    .locations #contents ul.item.box li{
        padding: 20px 20px;
        /*height: 290px;*/
    }

    .locations #contents ul.item.box{
        margin-bottom: 2em;
    }



    /**DETAIL*/

    .locations article h1{
        font-size: 24px;
    }

    .locations table.list th{
        vertical-align: top;
    }

    .locations article ul.data > li{
        width: 100%;
    }

    .locations article ul.delivery li{
        width: inherit;
        display: inline-block;
    }
    .locations article ul.delivery li img {
        width: auto;
    }

    .locations article ul.order li.menu a{
		height: auto;
		line-height: 1;
    }


    /**
    ABOUT
     */

    body.about .main_image{
        margin-top: -20px;
    }

    body.about section p.catch{
        font-size: 20px;
    }

    body.about section.intro p{
        text-align: center;
    }
    body.about section.intro p br{
        display: none;
    }
    body.about section p.catch br{
        display: inherit;
    }

    body.about section.sec_2 p.catch{
        text-align: center;
    }

    body.about.sec_2{
        width: 800px;
        margin: 50px auto;
    }

    body.about section.sec_2 .column .main{
        padding: 0px;
    }
    body.about section.sec_2 .column{
        width: 100%;
    }

    body.about section.info ul li{
        padding: 0 30px;
        width: 100%;
    }
    body.about section.info p.title img{
        width: auto;
    }
    body.about section.info p{
        text-align: center;
    }


    /**
    FRANCHISE
     */

    body.franchise .main_image{
        margin-top: -47px !important;
    }
    body.franchise section p br{
        display: none;
    }

    body.franchise section p.catch{
        font-size: 30px;
        margin: 0 0 .5em 0;
    }
    body.franchise section p.catch br{
        display: inherit;
    }

    body.franchise section.sec_1 img{
        padding-bottom: 0;
    }

    body.franchise section.sec_1 div.text {
        -webkit-transform: none;
        transform: none;
        position: inherit;
        left: 0px;
        width: 100%;
        padding-top: 2em;
    }

    body.franchise section.sec_2 .column .main p {
        font-size: 16px;
        padding: 0;
    }

    body.franchise section.sec_1 div.images {
        padding-bottom: 30px;
    }

    body.franchise section.sec_2 .column {
        margin: 0px auto;
    }

    body.franchise section p.button{
        margin-top: 20px;
    }



    /**
    CONTACT
     */

    body.contact section.intro{
        padding: 0 !important;
    }

    body.contact .flexbox{
        display: block;
    }

    body.contact section.info ul li p.button{
        text-align: center;
    }

    body.contact section.intro .column .main p.catch{
        font-size: 26px;
        margin-top: 1em;
    }

    body.contact section.intro .column .main p {
        margin-right: 0px;
    }

    body.contact section.info ul li{
        padding: 0;
        width: 100%;
    }

    body.contact section.info ul li p.title {
        padding-top: 20px;
    }



    /**
    RECRUIT
     */

    /* body.recruit .main_image{ */
    /*     margin-top: -47px !important; */
    /* } */

    body.recruit section p.catch{
        font-size: 30px;
    }

    body.recruit section.intro p.catch{
        margin: 0;
        font-size: 22px;
    }

    body.recruit section p.button {
        margin-top: 20px;
    }

    body.recruit section.sec_1 ul li{
        width: 100%;
        margin-bottom: 15% ;
    }
    body.recruit section.sec_1 ul li li{
        margin-bottom: 2%; 
    }

    body.recruit section.sec_1 ul li .accordion p{
        margin: .5em 0 0 0;
    }

    body.recruit section.sec_1 p.title{
        font-size: 24px;
        margin-bottom: 0;
    }


    html {
        scroll-padding-top: 155px; /* 固定ヘッダの高さ分 */
    }



    /**
    STATIC
     */

    body.privacy.static #contents  .inner{
        width: 100%;
    }


    /**
    HOLDINGS
     */

    body.holdings{
        height: 100vh;
    }

    body.holdings .contents{
        background: none;
    }

    div.bg-change img{
        max-height: 26px;
        opacity: 1.0;
    }
    div.bg-change{
        transition: none;
    }
    div.bg-change:hover{ 
        transform: none;
    }


    body.holdings div.bg-change{
        height: inherit;
        line-height: inherit;
        border-right: none;

    }

    body.holdings div.bg-change{
        display: block;
        position: absolute;
        top: 0%;
        left: 0;
    }
    /*
    body.holdings div.bg-change.no1{left: 0%; top: 25%; width: 100%;}
    body.holdings div.bg-change.no2{left: 0%; top: 35%; width: 100%;}
    body.holdings div.bg-change.no3{left: 0%; top: 45%; width: 100%;}
    body.holdings div.bg-change.no4{left: 0%; top: 55%; width: 100%;}
    body.holdings div.bg-change.no5{left: 0%; top: 65%; width: 100%;}
    body.holdings div.bg-change.no6{left: 0%; top: 75%; width: 100%;}
     */

    body.holdings div.bg-change{
        top: auto !important;
        position: inherit;
        display: block;
        height: 20vh;
        line-height: 20vh;
        width: 100% !important;
        alignment-adjust: 99;
    }
    body.holdings div.bg-change img{
        max-height: 40px !important;
        z-index: 99;
        position: relative;
    }
    body.holdings div.bg-change:before {
        z-index: 60;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.2);
    }
    body.holdings div.bg-change a{
        display: inline-block;
        width: 100%;
        border-top: solid 1px #FFF !important;
        z-index: 99;
        position: relative;
    }



    body.holdings div.bg-change.no2{background: url(/images/main_image_ramenbar.jpg) no-repeat center center; background-size: 100%;}
    body.holdings div.bg-change.no3{background: url(/images/main_image_robata.jpg) no-repeat center center; background-size: 100%}
    body.holdings div.bg-change.no4{background: url(/images/main_image_bushi.jpg) no-repeat center center; background-size: 100%}
    body.holdings div.bg-change.no5{background: url(/images/main_image_holdings.jpg) no-repeat center center; background-size: 100%}
    body.holdings div.bg-change.no6{background: url(/images/main_image_japan.jpg) no-repeat center center; background-size: 100%}




    /**
    ROBATA
     */

    #reserve{
        position: inherit;
        top: inherit;
        right: inherit;
        width: 100%;
        text-align: center;
        margin: 20px auto 0 auto;
        z-index: 999;
    }



}


@media (max-width: 767px){
	
	footer div.menu_brands ul{
		flex-wrap: wrap;
	}

	div.menu_brands ul li{
		flex: 0 0 137px;
	}
}




/**
FANCYBOX
*/

.fancybox-skin{
	background: none !important;
}
.fancybox-opened .fancybox-skin{
	padding: 0 !important;
}


/**
ANIMATION
*/

.slide {
  overflow: hidden;
  position: relative;
}

.slide img {
  display: block;
  /*height: auto;
  width: 100%;*/
}

/* 拡大 */
.slide-expansion.slide-animation img {
  animation: sample-expansion 1.2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes sample-expansion {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}


/* 左から右 */
.slide-LR.slide-animation {
  animation: slide-LR-img 2s cubic-bezier(.4, 0, .2, 1);
}

.slide-LR.slide-animation:before {
  animation: slide-LR-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes slide-LR-img {
  0% {
    opacity: 0;
  }
}

@keyframes slide-LR-before {
  100% {
    transform: translateX(100%);
  }
}

/* 右から左 */
.slide-RL.slide-animation {
  animation: slide-RL-img 2s cubic-bezier(.4, 0, .2, 1);
}

.slide-RL.slide-animation:before {
  animation: slide-RL-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes slide-RL-img {
  0% {
    opacity: 0;
  }
}

@keyframes slide-RL-before {
  100% {
    transform: translateX(-100%);
  }
}




/* 上下半分 */
.slide-3.slide-animation:before,
.slide-3.slide-animation:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.slide-3.slide-animation:before {
  animation-name: sample-3-before;
  left: 0;
  right: 50%;
}

.slide-3.slide-animation:after {
  animation-name: sample-3-after;
  left: 50%;
  right: 0;
}

@keyframes sample-3-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes sample-3-after {
  100% {
    transform: translateY(-100%);
  }
}


#locations-list-map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

/* ==== */
/* ijd 07-24-20  */

.sr-only,
.screen-reader-text{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
    font-size: 1rem;
}

.hide{
    display: none;
}

svg a{
    text-decoration: none;
}

.screen-reader-shortcut {
    position: absolute;
    top: -1000em;
    color: #FFFFFF;
    background-color: #000000;
    -webkit-transition: none;
    transition:         none;
}

.screen-reader-shortcut:focus {
    display: block;
    top: 6px;
    left: 6px;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 1em 2em;
    background-color: #000000;
    font-size: 1em;
    color: #FFFFFF;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    outline: 1px solid #FFF;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}


.tc{
    text-align: center;
}

.cta{
    display: inline-block;
    padding: 0 25px;
    background: rgba(0,0,0,0);
    border: solid 1px #ffffff;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
}


/* dropdown kit */
.dropdown_wrap {
    display: inline-block;
    position: relative;
	    z-index: 1;
}

.dropdown_wrap button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}


.dropdown_wrap ul,
.dropdown_wrap ol,
.dropdown_wrap .drop_content{
	display: none;
	position: absolute;
		top: 100%;
		left: 50%;
		z-index: 1;
	width: calc(100% + 2px);
	padding-top: 20px;
	margin: 0;
	background-color: #000000;
	list-style: none;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.dropdown_wrap ul a,
.dropdown_wrap ol a{
    display: inline-block;
    width: 100%;
    padding: .5em 1em;
}

.play_btn{
    position: absolute;
	    bottom: 20px;
	    left: 20px;
	    z-index: 20;
    width: 1em;
    height: 1em;
    overflow: hidden;
    padding: 0;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjRkZGIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMiwwLjcgMiwxMS4zIDEwLDYgIi8+Cjwvc3ZnPgo=");
}

.play_btn:hover{
	background-color: transparent;
}

.play_btn.pause{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxyZWN0IHg9IjI3LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KCTxyZWN0IHg9IjU1LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KPC9nPgo8L3N2Zz4K");
	background-size: 90%;
}

.heart_icon{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE2LjUgM2MtMS43NCAwLTMuNDEuODEtNC41IDIuMDlDMTAuOTEgMy44MSA5LjI0IDMgNy41IDMgNC40MiAzIDIgNS40MiAyIDguNWMwIDMuNzggMy40IDYuODYgOC41NSAxMS41NEwxMiAyMS4zNWwxLjQ1LTEuMzJDMTguNiAxNS4zNiAyMiAxMi4yOCAyMiA4LjUgMjIgNS40MiAxOS41OCAzIDE2LjUgM3ptLTQuNCAxNS41NWwtLjEuMS0uMS0uMUM3LjE0IDE0LjI0IDQgMTEuMzkgNCA4LjUgNCA2LjUgNS41IDUgNy41IDVjMS41NCAwIDMuMDQuOTkgMy41NyAyLjM2aDEuODdDMTMuNDYgNS45OSAxNC45NiA1IDE2LjUgNWMyIDAgMy41IDEuNSAzLjUgMy41IDAgMi44OS0zLjE0IDUuNzQtNy45IDEwLjA1eiIvPjwvc3ZnPg==");
}

.heart_icon.filled{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2NkMDAwMSI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDIxLjM1bC0xLjQ1LTEuMzJDNS40IDE1LjM2IDIgMTIuMjggMiA4LjUgMiA1LjQyIDQuNDIgMyA3LjUgM2MxLjc0IDAgMy40MS44MSA0LjUgMi4wOUMxMy4wOSAzLjgxIDE0Ljc2IDMgMTYuNSAzIDE5LjU4IDMgMjIgNS40MiAyMiA4LjVjMCAzLjc4LTMuNCA2Ljg2LTguNTUgMTEuNTRMMTIgMjEuMzV6Ii8+PC9zdmc+");
}

/* slider general */

.slick-arrow{
    position: absolute;
	    top: 50%;
	    z-index: 10;
    width: 1em;
    height: 1em;
    color: #FFF;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
    overflow: hidden;
    border: none;
    font-size: 4em;
    text-indent: -9999em;
    cursor: pointer;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.lt_arrow {
    left: 20px;
}

.rt_arrow{
    right: 20px;
}

.lt_arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgd2lkdGg9IjYxLjkiIGhlaWdodD0iNjIuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MS45IDYyLjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxLjkgNjIuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3QwX2xlZnRfYXJyb3d7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQogICAgPHBhdGggY2xhc3M9InN0MF9sZWZ0X2Fycm93IiBkPSJNMjMuOSwzMi40Yy0wLjQtMC40LTAuNS0wLjgtMC41LTEuM3MwLjItMSwwLjUtMS4zbDExLjUtMTEuNWMwLjctMC43LDEuOS0wLjcsMi42LDBjMC43LDAuNywwLjcsMS45LDAsMi42DQoJCQkJTDI3LjksMzEuMUwzOCw0MS4yYzAuNywwLjcsMC43LDEuOSwwLDIuNmMtMC43LDAuNy0xLjksMC43LTIuNiwwTDIzLjksMzIuNEwyMy45LDMyLjR6Ii8+DQo8L3N2Zz4NCg==");
}

.rt_arrow {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgd2lkdGg9IjYxLjkiIGhlaWdodD0iNjIuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2MS45IDYyLjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxLjkgNjIuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3QwX3J0X2Fycm93e2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KICAgIDxwYXRoIGNsYXNzPSJzdDBfcnRfYXJyb3ciIGQ9Ik0zOCwzMi40TDI2LjUsNDMuOWMtMC43LDAuNy0xLjksMC43LTIuNiwwcy0wLjctMS45LDAtMi42bDEwLjItMTAuMkwyMy45LDIwLjljLTAuNy0wLjctMC43LTEuOSwwLTIuNg0KCQkJCXMxLjktMC43LDIuNiwwTDM4LDI5LjhjMC40LDAuNCwwLjUsMC44LDAuNSwxLjNDMzguNiwzMS42LDM4LjQsMzIsMzgsMzIuNEwzOCwzMi40eiIvPg0KPC9zdmc+DQo=");
}

.slick-dots div,
.slick-dots div button,
.slick-dots div button:before{
    width: 10px;
    height: 10px;
}

.slick-dots div button{
    color: #FFFFFF;
}

.slick-dots div button:before{
    opacity: 1;
    background-color: #999;
    border-radius: 100%;
    border: none;
    color: transparent;
    content: '';
}

.slick-dots div.slick-active button:before{
    background-color: #CC0000;
    content: '';
    opacity: 1;
}

.slider_wrap {
    position: relative;
    margin-bottom: 50px;
}

.slider_wrap .play_btn{
    font-size: 1.5rem;
}

/* video general */
.video_wrap{
    position: relative;
    overflow: hidden;
}

.video_wrap .loader{
		top: 45%;
		left: 50%;
	width: 1em;
	height: 1em;
	margin: 0;
	background-image: url(images/jinya_loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 0;
	font-size: 5rem;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	        animation: none;
}

@media (prefers-reduced-motion: reduce) {
	.video_wrap .loader{
		background-image: url(images/jinya_loader.png);
	}
}


/* ===================== Home ===================== */

section.join .catch,
body.home .about .catch,
body.home .locations .catch{
    max-width: 100%;
    margin: auto;
    text-align: center;
    visibility: visible !important;
}

body.home .about .catch{
    width: 240px;
    margin-bottom: 1em;
}

body.home .locations .catch{
    width: 500px;
}

section.join {
    visibility: visible !important;
}

section.join .catch{
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1em 0;
}

section.join .inner .button{
    display: inline-block;
}

section.join .inner .join_copy{
    margin: auto;
    width: 483px;
    max-width: 100%;
}

#franch_section .heading {
	display: inline-block;
	font-weight: bold;
}

#franch_section p{
	color: #FFFFFF;
}

#home_boxes {
    height: 352px;
    z-index: 1;
}

#home_boxes .home_box{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#home_boxes .home_box *{
    -webkit-transition: all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

#home_boxes .home_box .overlay{
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 1;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

#home_boxes .home_box .inside{
    position: absolute;
	    top: 45%;
	    left: 50%;
	    z-index: 1;
    width: 95%;

    -webkit-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
}

#home_boxes .home_box .title{
    display: block;
    font-size: 38px;
}

#home_boxes .home_box .text{
    width: 200px;
    max-width: 100%;
    padding: 0;
    margin: 10px auto 0;
    opacity: 0;
}

#home_boxes .home_box .cta{
    padding: .8em 3em;
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1;
}

#home_boxes .home_box:focus .text,
#home_boxes .home_box:hover .text{
    opacity: 1;
}

#home_boxes .home_box:focus .overlay,
#home_boxes .home_box:hover .overlay{
    background-color: rgba(0,0,0,0.4);
}

@media (max-width: 900px){
    
    #home_boxes {
        height: 31.499vw;
    }

}

@media (max-width: 800px){
    
    /* body.home section.menu ul li{ */
    /*     width: 100%; */
    /* } */

    body.home section .catch,
    body.home .about .catch{ 
        width: 220px;
		margin: 0 auto .5em;
        font-size: 26px;
    }

    /* #home_boxes { */
    /*     height: auto; */
    /*     display: block; */
    /* } */

    /* #home_boxes .home_box{ */
    /*     height: 300px; */
    /* } */

    #home_boxes a{
        pointer-events: none;
    }

    #home_boxes .home_box .title{
        font-size: 15px;
    }

    #home_boxes .home_box .text{
        display: none;
    }

    #home_boxes .home_box .overlay{
        background-color: rgba(0,0,0,0.4);
    }

    #home_boxes .home_box .inside{
        left: 50%;
        top: 50%;
        width: 300px;
        max-width: 100%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }

}

#home_map {
    text-align: center;
}

#home_map svg{
    width: 1em;
    height: 0.56122449137em;
    font-size: 58rem;
    max-width: 100%;
}

#home_map svg a:focus{
    outline: 1px solid #FFFFFF;
}

@media (max-width: 900px){
    #home_map svg{
        font-size: 100vw;
    }
}

body.franchise .main_image img,
body.recruit .main_image img,
body.about .main_image img{
    width: 100%;
    height: auto;
}

.wpcf7 [type="checkbox"]{
    color: #FFFFFF;
}

.locations #map_wrap{
    background-color: #FFFFFF;
	height: 100%;
}

#map_wrap{
    position: relative;
}

#map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

@media (max-width: 767px){
	
	#map_wrap #map_controls{
		display: none;
	}
}

#locations-list-map a,
#locations-list-map button{
	outline-color: #000;
}

#map_wrap #map_controls button{
	position: relative;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	border: none;
	font-size: 2.5rem;
	color: #000000;
	line-height: 1;
	outline-color: #000;
	cursor: pointer;
}

#map_zoom_in{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLXBsdXMiIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iIzAwMDAwMCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICA8cGF0aCBzdHJva2U9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz4KICA8bGluZSB4MT0iMTIiIHkxPSI1IiB4Mj0iMTIiIHkyPSIxOSIgLz4KICA8bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiIgLz4KPC9zdmc+Cg==");
}

#map_zoom_out{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJpY29uIGljb24tdGFibGVyIGljb24tdGFibGVyLW1pbnVzIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiMwMDAwMDAiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+CiAgPHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgPGxpbmUgeDE9IjUiIHkxPSIxMiIgeDI9IjE5IiB5Mj0iMTIiIC8+Cjwvc3ZnPgo=");
}

#map_wrap #map_controls button span{
    vertical-align: middle;
}

/* map pins */

#locations-list-map [role=dialog]{
	padding: 12px !important;
}

#locations-list-map [role=dialog] [aria-label=Close]{
	background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiB3aWR0aD0iMjkuNSAiIGhlaWdodD0iMjkuMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOS41IDI5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNS40OTE4IDE0LjQ2NTUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPC9zdmc+") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	top: 6px !important;
    right: 3px !important;
	position: absolute !important;
	width: 24px !important;
	height: 24px !important;
}

#locations-list-map [role=dialog] [aria-label=Close] img,
#locations-list-map [role=dialog] [aria-label=Close] span{
	display: none !important;
}

#locations-list-map [role=dialog],
#locations-list-map .pin_box{
	background-color: #000000;
	color: #FFFFFF;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.pin_box {
	width: 220px;
	max-width: 100%;
}

.pin_box .favloc{
	border: none;
	font-size: .6rem;
}

.pin_box .pin_box_title{
	font-size: 1.2rem;
    font-weight: bold;
	margin: .3em 0 .3em;
}

.pin_box .pin_box_address{
	margin-bottom: 15px;
	line-height: 1.2;
}

.pin_box .pin_box_phone{
	margin-top: .5em;
    display: inline-block;
	font-weight: 400;
}

.pin_box .pin_box_hrs{
	background-repeat: no-repeat;
	background-position: left top .1em;
    background-size: auto 1.1em;
    line-height: 1.3;
	padding-left: 20px;
	margin-bottom: 15px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZm9jdXNhYmxlPSJmYWxzZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUsOS45QzIuMyw5LjksMC4xLDcuNywwLjEsNWMwLTIuNywyLjItNC45LDQuOS00LjlTOS45LDIuMyw5LjksNUM5LjksNy43LDcuNyw5LjksNSw5Ljl6IE01LDAuOQoJCQlDMi43LDAuOSwwLjksMi43LDAuOSw1UzIuNyw5LjEsNSw5LjFTOS4xLDcuMyw5LjEsNVM3LjMsMC45LDUsMC45eiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuNyw3LjVjLTAuMSwwLTAuMiwwLTAuMy0wLjFMNC43LDUuN0M0LjYsNS42LDQuNiw1LjUsNC42LDUuNFYyLjljMC0wLjIsMC4yLTAuNCwwLjQtMC40czAuNCwwLjIsMC40LDAuNAoJCQl2Mi4zTDcsNi44QzcuMiw3LDcuMiw3LjIsNyw3LjRDNi45LDcuNSw2LjgsNy41LDYuNyw3LjV6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
}

.pin_box .pin_box_hrs .hrs{
	font-weight: 400;
	margin-left: .1em;
}

.pin_box .pin_box_cta_row{
	flex-direction: column;
	display: flex;
}

.pin_box .pin_box_cta_row a{
	padding: .8em 1em;
	margin-bottom: .8em;
	font-size: .7rem;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width: 350px){
	
	.pin_box .pin_box_cta_row a{
		font-size: .6rem;
	}

	.pin_box .pin_box_title{
		font-size: 1.2rem;
	}
}

.gm-style .gm-style-iw-d{
	overflow: auto !important;
}

.gm-style .gm-style-iw-t::after{
	background: linear-gradient(45deg,#000 50%,#000 51%,#000 100%)
}

.cta.dir{
	display: flex;
	align-items: center;
	justify-content: center;
}

span.directions{
	display: inline-block;
	margin-right: .5em;
	width: 1em;
	height: 1em;
	background-image: url(images/icons/directions-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1rem;
}

.all_locations .state_toggle{
	width: 100%;
	overflow: hidden;
	padding: 0 30px 0 0;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background-color: transparent;
	background: url(/images/arrow_right_w.png) center right no-repeat #000;
	background-size: 20px;
	border: none;
	border-bottom: solid 1px rgba(255,255,255,.5);
	line-height: 3;
	text-align: left;
	cursor: pointer;
}

.all_locations .state_toggle.active{
    background-color: #000000;
    background-image: url(/images/arrow_down_w.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: none;
}

@media (max-width: 767px){
	.page-template-page-all-locations #contents{
		padding-top: 30px;
	}
}

.country_block .state_name{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 800px){
    .country_block .state_name{
        font-size: 18px;
        line-height: 1.2;
    }
}

.home #offers .offer_slide {
    position: relative;
}

.resp_slider img{
    height: auto;
}

.home .home_txt{
    width: 600px;
    margin: auto;
    max-width: 100%;
}

.home #offers .offer_slide .caption{
    display: block;
    font-size: 1rem;
    position: absolute;
	    bottom: 0;
	    left: 0;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    opacity: 0.7;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 1.4em;
}

@media (max-width: 800px){
    
    .home #offers .offer_slide .caption{
        position: static;
    }

    .home #offers .slick-arrow{
        top: 40%;
    }

    .home #offers .rt_arrow{
        right: 0;
    }

    .home #offers .lt_arrow{
        left: 0;
    }
}

section.promotion_footer .slider_wrap{
    overflow: hidden;
}


section.promotion_footer .promo_slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

section.promotion_footer .slider_wrap .lt_arrow{
    left: -10px;
}

section.promotion_footer .slider_wrap .rt_arrow{
    right: -10px;
}

section.promotion_footer .slider_wrap,
section.promotion_footer .resp_slider,
section.promotion_footer .slick-list,
section.promotion_footer .slick-track,
section.promotion_footer .slick-slide,
section.promotion_footer .slick-slide *{
    height: 100%;
}


@media (max-width: 800px){
    
    section.promotion_footer{
        width: 400px;
        max-width: 100%;    
        margin: auto;
    }

    section.promotion_footer .promo_slide{
        height: 340px;
    }

}

/* press */

.post_block{
    position: relative;
}

.post_block .perma{
    display: inline-block;
    position: absolute;
	    top: 50%;
	    left: 50%;
	    z-index: 1;
    width: 97%;
    height: 97%;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.page-template-page-express #contents{
    margin-top: 50px;
}

/* locations */
.gm-style .gm-style-cc span{
    font-size: 16px !important;
}

/* try on blocks */
/* display: grid; */
/*     grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); */
/*     grid-gap: 10px; */

/* location details */
.loc_hdr_row {
	display: flex;
	align-items: center;
}

.loc_hdr_row .badge {
	margin-left: 20px;
}

.loc_hdr_row .badge img{
	width: 100px;
}

.loc_details p,
.loc_details {
    line-height: 2;
}

.loc_desc,
.loc_gc {
	margin-top: 60px;
}

.loc_desc h2,
.loc_gc h2{
	color: #8c8c8c;
}

.loc_details .loc_icon{
    margin: 0 .6em;
}

.loc_details .loc_hours{
    position: relative;
    padding-left: 2.6em;
}

.loc_details .loc_hours .loc_icon{
    display: inline-block;
    position: absolute;
        top: .5em;
	    left: 0;
	    z-index: 1;
}

.loc_details .loc_hours .special_hrs h2{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.loc_details .addl_hrs{
    padding-left: 2.6em;
}

.loc_details .sns a{
    display: inline-block;
    margin: 0 .5em;
    font-size: 1rem;
}

/* express */
.express .title .hdr{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
}

.express .map {
    margin-bottom: 50px;
}

.express .map img{
    width: 100%;
    margin: 0;
}

.express .loc_title{
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    margin: .5em 0;
}

.express .delivery_block{
    padding: 0 20px;
}

.express .delivery_block .del_title{
    line-height: 1.7;
}

.express .delivery {
    margin-top: 20px;
}

.express .delivery li{
    display: inline-block;
    margin-right: 15px;
}

.express section{
    padding: 0;
}

@media (min-width: 768px){
    .express .loc_copy{
        display: flex;
    }
}

@media (max-width: 767px){
    .express .delivery_block{
        text-align: center;
    }
}

/* general */
.j_container{
    width: 1200px;
    max-width: 100%;
    padding: 0 20px;
    margin: auto;
}

.j_container.sitemap{
    width: 1000px;
}

.sitemap h2{
    font-size: 2rem;
    margin: .5em 0;
}

.sitemap ul{
    list-style-position: inside;
}

.sitemap li{
    line-height: 1.5;
}

/* press */
.single #main_contents article li{
    margin: 1em 0;
    line-height: 1.3;
}

/* About */

body.about .section .catch{
    width: 500px;
    max-width: 100%;
    margin: 1em auto;
}

body.about .sec_2.section .catch{
    width: 550px;
}

body.about #contents > .title,
body.about #contents > .main_image p{
    margin: 0;
}

body.about .info p.title img{
    width: auto;
}

body.about #contents .intro{
    padding-top: 0; 
}

body.about .intro .inner{
    text-align: center;
    max-width: 100%;
    width: 500px;
}

body.about .slider_wrap{
    margin-bottom: 50px;
}

body.about .about_slide{
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 800px){
    
    body.about .section .catch{
        font-size: 1.63rem;
    }

    body.about .about_slide{
        height: 400px;
    }

    body.about .sec_2 .inner:last-child .column{
        margin-bottom: 0;
    }

    .page-template-page-about #contents .info.section {
        padding-top: 0;
    }

    .page-template-page-about .info.section .flexbox.column_3 li{
        width: 100%;
    }

}

/* archive */

section.archive ul{
    list-style: none;
}

#sidebar ul li{
    margin-left: 0;
}

section.archive li{
    line-height: 1.4;
}

/* japan */
.japan #hero{
    height: 100vh;
    background: center / cover no-repeat;
}

.japan .locs .title{
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 767px){
    .japan .locs.flexbox{
        display: block;
    }

    .japan .locs .loc{
        width: 400px;
        max-width: 100%;
        margin: auto;
    }

}

.inner .archive_skip:focus{
    top: -3em;
}

@media (max-width: 767px){

    .inner .archive_skip:focus{
        font-size: .7rem;
    }
}

/* Menu */

body.menu .slide a{
    display: inline-block;
    margin: 3px;
    width: calc(100% - 6px);
}

@media (max-width: 800px){
    body.menu #wrapper {
        padding-top: 100px;
    }
}

/* forms */
.gform_wrapper {
    width: 600px;
    margin: auto;
    max-width: 100%;
}

.gform_wrapper ul {
    list-style: none;
}

.gform_wrapper .gfield{
	position: relative;
    margin-bottom: 20px;
}

.gform_wrapper .gfield.space_above{
	margin-top: 40px;
}

.gform_wrapper input,
.gform_wrapper select{
    width: 100%;
    height: auto;
    padding: 1em;
    color: #FFFFFF;
    line-height: normal;
}

.gform_wrapper textarea{
	padding: 1em;
	font-family: inherit;
}

.gform_wrapper label,
.gform_wrapper legend{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.gform_wrapper [type=checkbox]{
    width: auto;
}

.gform_wrapper .show_label legend,
.gform_wrapper .show_label label,
.gform_wrapper [type=checkbox] + label,
.gform_wrapper .normal_labels [type=checkbox] + label{
	position: static; width: auto; height: auto; margin: 0;
	margin-left: 1em;
	color: #ffffff;
}

.gfield_checkbox li,
.gfield_checkbox .gchoice{
	display: flex;
	align-items: center;
}

.gfield_description{
    line-height: 1.4;
    margin-top: 1em;
}

.gform_footer {
    text-align: center;
}

.gform_wrapper input[type=submit]{
    display: inline-block;
    width: auto;
    padding: 0 25px;
    background: rgba(0,0,0,0);
    border: none;
    border: solid 1px #FFF;
    font-size: 1rem;
    color: #FFF;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}

.gform_wrapper input[type=submit]:hover{
    background-color: rgba(255,255,255,0.2);
}

.gform_wrapper .validation_error{
    width: 400px;
    max-width: 100%;
    margin: 0 auto 20px;
    line-height: 1.3;
    text-align: center;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message{
    color: #FF3838;
}

.gform_confirmation_message{
    text-align: center;
}

.gform_validation_container {
	display: none;
}

.gform_wrapper .normal_labels .gfield:not(.sr_label) label,
.gform_wrapper .normal_labels .gfield:not(.sr_label) legend{
	display: inline-block;
	padding-bottom: .4em;
	color: #ffffff;
	position: static; width: auto; height: auto; margin: 0;clip: initial;
}

.normal_labels .ginput_container_checkbox label{
	padding-bottom: 0;
}

.floating_labels label{
	position: absolute;
		top: 0;
		z-index: 1;
	padding-left: 2em;
	transition: all .3s ease-in-out;
	width: auto; 
	height: auto; margin: 0;clip: initial;
}

.floating_labels.unfloat label{
	top: -1em;
	left: 0;
	font-size: .9rem;
	color: #FFFFFF;
}

.gfield--input-type-datedropdown .ginput_complex {
	display: flex;
    gap: 1em;
}

.gfield--input-type-datedropdown .ginput_complex .ginput_container{
	flex: 0 1 20%;
}

.gform_wrapper .normal_labels .gfield--input-type-datedropdown .ginput_complex label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

@media (max-width: 767px){

	.gfield--input-type-datedropdown .ginput_complex .ginput_container{
		flex: 0 1 33%;
	}
}

/* recruit */

.recruit h1{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.recruit #wrapper > header{
    background-color: rgba(0, 0, 0, 0.7);
}

.recruit .section .title{
    font-size: 2rem;
}

.recruit .catch{
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    width: 340px;
    margin: auto;
    max-width: 100%;
}

.recruit_drop ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1em;
}

.recruit_drop {
    width: 100%;
    border-bottom: solid 1px #999;
    padding: 10px 0;
}

.recruit_drop .drop_content{
    position: static;
    padding-top: 10px;
}


.recruit_drop.dropdown_wrap ul,
.recruit_drop.dropdown_wrap ol{
	-webkit-transform: none;
	transform: none;
}

.recruit_drop .dropdown_hdr{
    width: 100%;
}

.recruit_drop .dropdown_hdr button{
    width: 100%;
    padding-right: 30px;
    background: url(/images/arrow_right_w.png) center right no-repeat #000;
    background-size: 20px;
    font-size: 1.5rem;
    color: #999;
    font-weight: bold;
    text-align: left;
}

.recruit_drop.active .dropdown_hdr button{
	background-image: url(/images/arrow_down_w.png);
}

.recruit_drop .drop_content{
    background-color: #000000;
}

.recruit_drop .drop_content li{
    line-height: 1.6;
    margin-bottom: .4em;
    color: #999;
}

@media (max-width: 800px){
    body.recruit #contents .sec_1 {
        padding-top: 0;
    }

    body.recruit .sec_1 .flexbox {
        display: block;
    }

    body.recruit .sec_1 .flexbox li{
        width: 100%;
    }

    .recruit .intro .catch{
        font-size: 1.63rem;
    }

    .recruit .section .title{
        margin-top: 60px;
    }

}

/* menu */
.archive.menu .dbc_lightbox{
    width: 100%;
    margin: 3px;
}

.dbc_lightbox{
    background-color: transparent;
    outline-offset: -7px;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.dbc_lightbox_pop{
	position: fixed;
		top: 50%;
	width: 700px;
	max-width: 95%;
	background-color: #000000;
	line-height: 1.3;
	text-align: center;
	transform: translate(-50%, -50%);
}

.dbc_lightbox_pop img{
	object-fit: contain;
}

@media (max-height: 600px){
	
	.dbc_lightbox_pop img{
		width: 82vh;
		width: 82svh;
	}
}

.dbc_lightbox_caption{
	padding: 15px;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}


.jr_dismiss{
    width: 1em;
    height: 1em;
    overflow: hidden;
    padding: 0;
    -webkit-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100%;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjkuNSIgaGVpZ2h0PSIyOS4yIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOS41IDI5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGU+IHJlY3R7ZmlsbDogI0ZGRn08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNS40OTE4IDE0LjQ2NTUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPC9zdmc+Cg==");
}

#popup{
	display: none;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0,0,0,.5);

	-webkit-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
}

#popup_wrap{
    position: fixed;
	    top: 50%;
	    left: 50%;
	    z-index: 100;
    width: 506px;
    display: none;
    max-width: 90%;
    padding: 30px;
    background-color: #000;
    overflow: hidden;
    font-size: .8rem;

    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#popup_wrap #popup_dismiss{
    position: absolute;
	    top: .5em;
	    right: .5em;
	    z-index: 1;
    margin-top: 0;
    font-size: 1.5rem;
}

#popup_wrap #popup_dismiss:hover{
    background-color: transparent;
}

#popup_wrap #popup_content,
#popup_wrap #popup_content p{
    text-align: left;
    font-size: 1rem;
}

#popup_wrap #popup_header{
    text-align: center;  
    font-size: 1.6rem;
    margin-bottom: 1em;
    font-weight: bold;
}

#popup_overlay{
    /* display: none; */
    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 70;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

#popup.show{
    display: block;
}

#popup.reveal{
    opacity: 1;
}

@media (max-height: 800px){
    #popup_wrap{
		top: 145px;
		width: 90%;
		max-width: 600px;

		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media (max-width: 767px){
    
    #popup_wrap{
        position: absolute;
	        top: 120px;
	        z-index: 1;

        -webkit-transform: translate(-50%,0%);
                transform: translate(-50%,0%);
    }

}

#popup_content .gform_confirmation_message{
	width: 275px;
	max-width: 100%;
	margin: auto;
	line-height: 1.3;
}

#popup_content .optin .gfield_description{
	font-size: .8rem;
}

/* reg default page */
.plain_page h2{
    font-size: 1.5rem;
}

/* cat type pages */
.cat_type .cat_wrap > .title {
	line-height: 3;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
    -webkit-appearance: none;
    background-color: transparent;
    background: url(/images/arrow_right_w.png) center right no-repeat #000;
    background-size: 20px;
    border: none;
    border-bottom: solid 1px rgba(255,255,255,.5);
    text-align: left;
    cursor: pointer;
}

.cat_type .cat_desc,
.cat_type .cat_desc p{
	color: #ffffff;
}

.cat_type .cat_desc p{
	margin: 0 0 1em;
}

.cat_type .cat_wrap > .title.active{
    background-color: #000000;
    background-image: url(/images/arrow_down_w.png);
    background-repeat: no-repeat;
    background-position: center right;
    border-bottom: none;
}

.cat_type .cat_wrap > .title .btn_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 800px){
    
    .cat_type .cat_wrap > .title .btn_title {
        font-size: 1.15rem;
    }
}

/* ===================== Loader ===================== */

.loader.hide{
    display: none;
}

.loader {
    position: absolute;
        left: 50%;
        top: 50%;
    width: 1em;
    height: 1em;
    margin: 100px auto;
    border-radius: 50%;
    font-size: 1.3em;
    color: #FFF;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
@-webkit-keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }


/* new menu ijd 09-24-20  */

#contents .menu_new .section{
	padding: 0;
	margin-bottom: 1em;
}

#contents .menu_new .section{
	/* display: none; */
	margin-top: 100px;
}

#contents .menu_new .section:first-child{
	margin-top: 200px;
}

/* #contents .menu_new .section.active{ */
/* 	display: block; */
/* } */

.menu_new {
	line-height: 1.3;
}

.menu_new.inner{
	margin-top: 100px;
	padding-bottom: 500px;
}

.menu_new#menu_header{
	display: flex;
	position: fixed;
		top: 122px;
		z-index: 100;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0 20px;
	background-color: black;
}

.menu_new#menu_header ul.sub_menu li a{
	font-size: .8rem;
}

.menu_new#menu_header div.title {
	margin: 0 20px;
}

.menu_new#menu_header div.title h1{
	font-size: 2rem;
}

.menu_new#menu_header div.title h1.long_title{
	font-size: 1.5rem;
}

.menu_new #menu_nav{
	position: relative;
	width: 1020px;
	max-width: 100%;
	padding: 0 20px;
	margin: auto;
}

.menu_new#menu_header ul.sub_menu{
	margin: 1em auto;
}

.menu_new #menu_nav_mobile .dropdown_wrap{
	width: 300px;
	max-width: 95%;
	padding: .6em .5em .4em;
	margin: 0 1em;
	border: 1px solid #FFF;
	/* margin: auto; */
}

.menu_new #menu_nav_mobile ul{
	max-height: calc(95vh - 223px);
	top: calc(100% + 2px);
	overflow-y: auto;
}

.menu_new #menu_nav_mobile .dropdown_wrap:first-child{
	z-index: 10;
}

.menu_new #menu_nav_mobile ul a{
	text-decoration: none;
}

@media (max-width: 800px){
	.menu_new #menu_nav_mobile ul{
		max-height: calc(93vh - 223px);
	}
}


.menu_new #menu_nav_mobile button{
	width: 100%;
	background-color: #000000;
	background-image: url(/images/arrow_down_w.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1250px){

	.menu_new #menu_nav_mobile .dropdown_wrap{
		width: 215px;
	}

	.menu_new #menu_nav_mobile button{
		font-size: 1rem;
	}

}

@media (min-width: 801px) and (max-width: 1130px){

	.menu_new#menu_header{
		top: 125px;
	}
}

@media (max-width: 800px){
	
	.menu_new#menu_header{
		flex-direction: column;
		top: 125px;
	}

	.menu_new#menu_header .menu_title {
		margin-bottom: 1em;
	}

	.menu_new #menu_nav_mobile {
		display: flex;
		/* flex-direction: column; */
		justify-content: center;
		align-items: center;
	}

	.menu_new #menu_nav_mobile .dropdown_wrap{
		width: auto;
		margin-bottom: 2em;
	}

	.menu_new #menu_nav_mobile button{
		padding-right: 30px;
		font-size: 1rem;
	}

}

@media (max-width: 800px){
	
	.menu_new#menu_header{
		padding-bottom: 0px;
	}

	.menu_new#menu_header .menu_title span{
		position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
	}

	.menu_new#menu_header .menu_title{
		margin-bottom: .5em;
	}

	.menu_new #menu_nav{
		display: none;
	}
	.menu_new #menu_nav_mobile{
		display: block;
	}

}



.menu_new #menu_skiplink:focus{
	top: -65px;
}

.menu_new#menu_nav ul.sub_menu {
	margin: 2em auto 2em auto;
}

.menu_new#menu_nav ul.sub_menu li a{
	font-size: 1rem;
}

.menu_new .cat_btn{
	width: 100%;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background: url(/images/arrow_right_w.png) center right no-repeat #000;
	background-size: 20px;
	border: none;
	border-bottom: solid 1px rgba(255,255,255,.5);
	text-align: left;
	cursor: pointer;
}

.menu_new #other_menus{
	padding: 10px 0 30px;
}

@media (max-width: 800px){
	.menu_new #other_menus{
		padding: 30px 0 30px;
	}
}

.menu_olo .item_photo img{
	object-fit: cover;
	object-position: center;
	width: 320px;
	height: auto;
	aspect-ratio: 1 / 1;
}

.menu_olo .section + h2{
	margin-top: 100px;
}

.menu_olo .section .item{
	display: flex;
	flex-direction: column;
	display: flex;
}

.menu_olo .section .item_info{

}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* .menu_new .cat_btn.active{ */
/* 	position: fixed; */
/* 		top: 345px; */
/* 		left: 50%; */
/* 	width: 980px; */
/* 	max-width: 96%; */
/*  */
/* 	-webkit-transform: translate(-50%,0%); */
/* 	        transform: translate(-50%,0%); */
/* } */
/*  */
/* @media (max-width: 767px){ */
/* 	 */
/* 	.menu_new .cat_btn.active{ */
/*  */
/* 	} */
/*  */
/* } */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.menu_new .menu_type_title{
	text-transform: uppercase;
}

.menu_new .sect_cat_name{
	padding-bottom: 7px;
	font-size: 1.6rem;
	font-weight: bold;
}

.menu_new .section_name{
	text-transform: uppercase;
	font-size: 1.5rem;
    margin-top: .4em;
}

.menu_new .content_detail .section_desc{
	padding: 1em 0;
}

.menu_new .content_detail .section_desc em{
	font-style: italic;
}

.menu_new .items_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 1em;
}

.menu_new .items_wrap:after{
	content: '';
}

.menu_new .item{
	margin-bottom: 40px;
	color: #9e9e9e; /* menu grey */
	font-weight: 100;
	width: 31%;
	flex: 0 0 auto;
	margin: 0;
	/* content-visibility: auto; */
	/* contain-intrinsic-size: 320px 620px; */
}

@media (max-width: 800px){
	
	.menu_new.inner{
		margin-top: 100px;
	}

	.menu_new#menu_header{
		top: 58px;
	}
}


@media (max-width: 700px){
	
	.menu_new .item{
		width: 48%;
	}

}

@media (max-width: 500px){
	
	.menu_new .item{
		width: 100%;
	}

}

@supports (display: grid){
	.menu_new .items_wrap{
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

	.menu_new .item{
		width: auto;
	}

	@media (max-width: 768px){
		
		.menu_new .items_wrap{
			grid-template-columns: repeat(auto-fill, 48%);
		}

	}
}



.menu_new .item .main{
	display: flex;
	justify-content: space-between;
}

.page-template-page-menu-template .dbc_lightbox_cap_copy{
	display: none;
}

.page-template-page-menu-template #page-top{
	bottom: 184px;
}


.menu_new .item .main .name_desc{
	flex: 1 1 auto;
    padding-right: 20px;
}

.menu_new .item .options{
	margin-top: 1em;
}

.menu_new .item .option{
	margin-bottom: 1em;
}

.menu_new .item .opt_name{
	max-width: 77%;
}

.menu_new .item .price_cal{
	display: flex;
    justify-content: space-between;
}

.menu_new .item .item_mods{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: .5em;
}

.menu_new .item .opt_name{
	flex: 0 0 100%;
	max-width: none;
}

.menu_new .item .item_mods .item_price{
	flex: 1 0 auto;
}

.menu_new .item .item_mods .mod_items{
	width: 100%;
	padding-left: 1em;
	margin-top: .5em;
}

.menu_new .item .item_mods .mod_items .mod_opt{
	padding-left: 1em;
}

.menu_new .item_photo{
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (max-width: 767px){

	.menu_new .section.hide_images .item_photo{
		display: none;
	}
}

.menu_new .item_name{
	margin-bottom: .2em;
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: bold;
}

.menu_new .item_desc,
.menu_new .option_name{
	margin-bottom: .5em;
}

.menu_new .item_price,
.menu_new .item_cal,
.menu_new .option_price,
.menu_new .option_cal{
	display: inline-block;
	margin-right: 1em;
}

.menu_new .item_option{
	margin-top: .5em;
}

.menu_new #combinations .item{
	margin-bottom: 0;
}


@media (max-width: 800px){
	
	.menu_new .item_name{
		font-size: 1.1rem;
	}
}

.menu_new.disclaimer{
	position: -webkit-sticky;
	position: sticky;
		bottom: 48px;
	width: 100%;
	padding: 1em;
	margin: auto;
	background-color: black;
	font-size: .75rem;
	text-align: center;
	text-transform: uppercase;
}

.menu_new.disclaimer.mobile_only{
	position: fixed;
		bottom: 50px;
		left: 0;
		z-index: 100;
	width: 100vw;
}

.menu_new.disclaimer .container{
	max-width: 95%;
	width: 800px;
	margin: auto;
}

@media (max-width: 500px){
	
	.menu_new.disclaimer{
		font-size: .7rem;
	}

}
@media (max-width: 400px){
	
	.menu_new#menu_header div.title h1{
		font-size: 1.2rem;
	}

	.menu_new #menu_nav_mobile .dropdown_wrap{
		padding: .3em .5em .4em;
	}

	.menu_new #menu_nav_mobile button{
		font-size: .7rem;
	}

	.menu_new .item_name{
		font-size: 1rem;
	}

}

@media (min-width: 801px){
	
	.mobile_only{
		display: none !important;
	}

}

@media (max-width: 800px){
	.desk_only,
	.desktop_only {
		display: none !important;
	}
}

#ccpa-modal{
	position: fixed;
	top: auto;
	bottom: 20px !important;
	left: 0px !important;
	right: 0px !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 9999999;
	font-family: DroidSansRegular,Helvetica,sans-serif;
	width: 950px;
	max-width: 100%;
	color: #ffffff;
	background: #0E1215;
	font-size: 80%;
	line-height: 1;
}

#ccpa-modal a{
	color: #ffffff;
	font-weight: 400;
}

#ccpa-modal button.ccpa-close{
	background: url('./images/ccpa-Close-Icon.png') #0E1215;
	width: 31px;
	height: 29px;
	border: none;
	position: absolute;
	top: 20px;
	left: 40px;
	background-repeat: no-repeat;
	padding: 0px !important;
}

#ccpa-modal button.ccpa-close span{
	display: none;
}

#ccpa-modal .cppa-modal-content{
	padding: 0px;
}

#ccpa-modal .cppa-modal-content .cppa-modal-body{
	width: 80%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

#ccpa-modal .cppa-modal-content .cppa-modal-body p{
	line-height: 1.0rem;
	width: 100%;
	font-size: 0.80rem;
}

@media (max-width: 900px){
	#ccpa-modal button.ccpa-close{
		left: 10px;
	}
}

@media (max-width: 767px){
	#ccpa-modal{
		bottom: 0px !important;
	}
	
	#ccpa-modal button.cppa-close{
		background: url('./images/ccpa-Close-Icon-Mobile.png') transparent;
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		top: 40px;
		left: 10px;
	}
	
	
	#ccpa-modal .modal-content .modal-body{
		margin-left: 70px;
		margin-right: 25px;
		width: auto;
		text-align: left;
		font-size: 0.7rem;
	}
	
	#ccpa-modal .modal-content .modal-body p{
		line-height: 0.9rem;
	}

}

#yext_search{
	position: relative;
	z-index: 10;
}

#yext_search .inner{
	position: relative;
	z-index: 1;
}

.privacy-table tr {
	
}

.privacy-table tr th ,
.privacy-table tr td {
	padding: 10px;
	border: 1px solid;
	vertical-align: top;
}

.first-table {
	margin-bottom: 20px;
}

/* mobile app landing ijd 01-07-21  */

.mobile_apps {
	min-height: 220px;
    height: calc(100vh - 560px);
    height: calc(100svh - 560px);
}

.app_btns,
.mobile_apps .app_btns{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
	gap: 20px;
}

.app_btns a{
	display: inline-block;
	text-decoration: none;
}

.app_btns img,
.mobile_apps .app_btns img{
	width: auto;
	height: 70px;
}

@media (max-width: 767px){

	.mobile_apps {
		min-height: 280px;
		height: calc(100vh - 720px);
		height: calc(100svh - 720px);
	}

	.mobile_apps .app_btns{
		flex-direction: column;
		display: flex;
	}
}

/* header adjust, mobile */
@media (max-width: 800px){
	
	.menu_new#menu_header{
		top: 60px;
	}

    body.menu #wrapper {
        padding-top: 0;
    }
}

@media (max-width: 767px){
	#contents{
		padding-top: 90px;
	}
}

/* 04-12-21  */

#franchise_form {
	width: 700px;
	max-width: 95%;
	margin: auto;
}

#franchise_form input,
#franchise_form select,
#franchise_form textarea{
	margin-bottom: 20px;
}

#franchise_form input[type=checkbox]{
	display: inline-block;
	margin-left: 1em;
	width: auto;
	margin-bottom: 0;
	outline-color: #FFF;
}

#franchise_form .submit_block{
	margin-top: 50px;
	text-align: center;
}

#franchise_form .pplink{
	margin: 20px 0;
}

#franchform .submit_block {
	position: relative;
}

#franchform .submit_block input{
	cursor: pointer;
}

#franchform .submit_block .loader{
	display: none;
	top: -13em;
	right: 8em;
	left: auto;
	font-size: .4rem;
}

/* header updates ijd 03-25-21  */

#top_banner{
    position: relative;
    z-index: 100;
	background-color: #cc0000; /* jrb red */
}

#top_banner .banner_copy{
	width: 1500px;
	max-width: 100%;
	padding: .1em 40px;
	margin: auto;
}

#top_banner .banner_copy,
#top_banner .banner_copy p{
	font-size: .8rem;
	color: #ffffff;
	text-align: center;
}

#top_banner #banner_dismiss{
	position: absolute;
		top: 5px;
		right: 10px;
		z-index: 1;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	font-size: 1.2rem;
	line-height: 1;
	outline-color: #FFF;
	cursor: pointer;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjkuNSIgaGVpZ2h0PSIyOS4yIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyOS41IDI5LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjUgMjkuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGU+IHJlY3R7ZmlsbDogI0ZGRn08L3N0eWxlPgo8cmVjdCB4PSItMy4yIiB5PSIxMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIDAuNzA3MSAtMC43MDcxIDAuNzA3MSAxNC42MzIxIC02LjE1ODUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPHJlY3QgeD0iLTMuMiIgeT0iMTIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEgMC43MDcxIC0wLjcwNzEgLTAuNzA3MSAzNS40OTE4IDE0LjQ2NTUpIiB3aWR0aD0iMzUuOCIgaGVpZ2h0PSI1LjIiLz4KPC9zdmc+Cg==");
}

/* header update ijd 04-01-21  */
.search_btn{
	display: inline-block;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	/* mag glass icon */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNzYiIGhlaWdodD0iNzUuNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA3NiA3NS42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NiA3NS42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ3LjksMEMzMi4zLDAsMTkuNywxMi42LDE5LjcsMjguMXMxMi42LDI4LjEsMjguMSwyOC4xUzc2LDQzLjcsNzYsMjguMVM2My40LDAsNDcuOSwweiBNNDcuOSw1Mi4zCgkJYy0xMy4zLDAtMjQuMS0xMC44LTI0LjEtMjQuMVMzNC41LDQsNDcuOSw0UzcyLDE0LjgsNzIsMjguMVM2MS4yLDUyLjMsNDcuOSw1Mi4zeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLjEsNDkuN0wwLjYsNzIuMmMtMC44LDAuOC0wLjgsMiwwLDIuOEMxLDc1LjQsMS41LDc1LjYsMiw3NS42czEtMC4yLDEuNC0wLjZMMjYsNTIuNWMwLjgtMC44LDAuOC0yLDAtMi44CgkJQzI1LjIsNDguOSwyMy45LDQ4LjksMjMuMSw0OS43eiIvPgo8L2c+Cjwvc3ZnPgo=");
	opacity: .6;
	transition: all .3s ease-in-out;
}

.search_btn:hover,
.search_btn:focus{
	opacity: 1;
	background-color: transparent;
}

.header_search_group{
	display: flex;
	align-items: center;
	height: 50px;
}

#yxt_search_btn{
	flex: 0 0 32px;
}

#nav_bottom #yxt_header_search{
	width: 0;
	opacity: 0;
	padding: 0;

	transition: all .3s ease-in-out;
}

#nav_bottom #yxt_header_search.hide{
	display: none;
}

#nav_bottom #yxt_header_search.expanded{
	width: 300px;
	opacity: 1;
	padding: 0 10px;
}

@media (min-width: 801px) and (max-width: 1130px){
	
	#nav_bottom {
		position: static;
	}

	#nav_bottom .nav_wrap{
		flex-wrap: wrap;
		/* position: relative; */
	}

	/* .header_search_group{ */
	/* 	flex: 1 1 100%; */
	/* 	justify-content: center; */
	/* 	margin-top: 20px; */
	/* } */

	/* #nav_bottom .search_form{ */
	/* 	flex: 0 0 auto; */
	/* 	padding: 0; */
	/* } */

	#nav_bottom .header_search_group{
		position: absolute;
			top: 100%;
			left: 0;
		width: 100%;
		height: auto;
		padding: 0 20px;
		margin: 0;
		background-color: #000000;
	}

	#nav_bottom #yxt_header_search{
		width: 100%;
		height: 0;;
		max-width: none;
		overflow: hidden;
		padding: 0;
		opacity: 1;
		background-color: #000000;
		transition: all .3s ease-in-out;
	}

	#nav_bottom #yxt_header_search.expanded{
		width: 100%;
		padding: 10px 0;
		height: 80px;
	}

	/* #yxt_search_btn{ */
	/* 	position: absolute; */
	/* 		top: 4px; */
	/* 		right: 0; */
	/* 	transition: none; */
	/* } */

	#nav_bottom #yxt_header_search.expanded{
		width: 500px;
	}

	/* #nav_bottom .nav_oo{ */
	/* 	margin-right: 60px; */
	/* } */

}

@media (max-width: 800px){
	
	#nav_bottom{
		display: grid;
		position: relative;
		padding: 0 20px 12px;
		grid-template-columns: auto 1fr 1fr;
	}

	#nav_bottom .logo{
		margin: 0 20px;
		text-align: left;
	}

	#nav_bottom .nav_wrap{
		width: auto;
		margin-top: 0;
		justify-self: end;
	}

	#nav_bottom #yxt_header_search{
		position: absolute;
			top: 100%;
			left: 50%;
			z-index: 1;
		width: 100vw;
		height: auto;
		padding: 10px 20px;
		background-color: #000000;
		max-width: none;

		-webkit-transform: translate(-50%,0%);
		        transform: translate(-50%,0%);

		transition: opacity .2s ease-in-out;
	}

	#nav_bottom #yxt_header_search.expanded{
		padding: 10px 20px 20px;
		width: 100vw;
	}


	.header_search_group.fade_search{
		opacity: 1;
	}

	#mobile_toggle{
		justify-self: start;
	}
	
	#nav_bottom .box_info.nav_oo a{
		padding: 1.2em 1.3em;
		white-space: nowrap;
	}

	#nav_bottom .box_info{
		margin: 0;
	}

	/* #nav_bottom .box_info{ */
	/* 	order: 2; */
	/* } */

	#nav_bottom .header_search_group{
		/* order: 1; */
		margin-right: 10px;
	}

	#yxt_search_btn{
		background-size: 70%;
	}

}

@media (max-width: 360px){
	
	#jrb_logo{
		width: 112px;
	}
}

.accessibility-statement-container li{
	line-height: 1.4;
}

/*  Locations Landing ijd 03-29-21  */

.jrb_loc_landing{
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 1500px;
	overflow: hidden;
	padding: 0 20px;
}

.jrb_loc_landing #no_results_msg{
	display: none;
	width: 238px;
	line-height: 1.3;
	max-width: 100%;
	padding: 20px 0;
	margin: auto;
	color: #FFFFFF;
	text-align: center;
}

.jrb_loc_landing #search_criteria{
	color: #FFFFFF;
	text-align: center;
	padding: 1em 0;
}

.jrb_loc_landing .location_column{
	flex: 0 0 400px;
	height: 68vh;
	min-height: 600px;
	overflow: auto;
}

.jrb_loc_landing .loc_block{
	position: relative;
	background-color: #000000;
	border-bottom: 1px solid #777;
	padding: 10px 1em;
	color: #FFFFFF;
}

.jrb_loc_landing .loc_block.fave_loc{
	background-color: #222;
}

.jrb_loc_landing .heart_icon:hover,
.jrb_loc_landing .fave_loc .heart_icon{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2NkMDAwMSI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEyIDIxLjM1bC0xLjQ1LTEuMzJDNS40IDE1LjM2IDIgMTIuMjggMiA4LjUgMiA1LjQyIDQuNDIgMyA3LjUgM2MxLjc0IDAgMy40MS44MSA0LjUgMi4wOUMxMy4wOSAzLjgxIDE0Ljc2IDMgMTYuNSAzIDE5LjU4IDMgMjIgNS40MiAyMiA4LjVjMCAzLjc4LTMuNCA2Ljg2LTguNTUgMTEuNTRMMTIgMjEuMzV6Ii8+PC9zdmc+");
	background-color: transparent;
}

.jrb_loc_landing .loc_block .name{
	padding-right: 25px;
	margin-bottom: .5em;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.2;
}

.jrb_loc_landing .loc_block .distance{
	font-style: italic;
}

.jrb_loc_landing .loc_block .distance,
.jrb_loc_landing .loc_block .address button{
	margin-bottom: 20px;
	font-size: .9rem;
}

.jrb_loc_landing .loc_block .address button{
	width: 100%;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	text-align: left;
	cursor: pointer;
}

.loc_block .cta_row{
	display: flex;
	justify-content: space-between;
}

.jrb_loc_landing .loc_block .cta{
	flex: 1 1 auto;
	padding: .7em 1em;
	border-color: #999;
	font-size: .6rem;
	font-weight: 400;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
}

.jrb_loc_landing .loc_block .cta + .cta{
	margin-left: 10px;
}

.jrb_loc_landing .loc_block .cta.red{
	border: solid 1px #cc0000;
}


.loc_block .favloc{
	display: inline-block;
	position: absolute;
		top: .5em;
		right: .5em;
		z-index: 1;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
}

.loc_block .cta_row .dropdown_wrap {
	z-index: 10;
}

.loc_block .cta_row .dropdown_wrap > .cta{
	background-repeat: no-repeat;
    background-position: right 2px center;
    background-size: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOS42IiBoZWlnaHQ9IjYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOS42IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDkuNiA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iOC41LDAgNC44LDMuNyAxLjEsMCAwLDEuMSA0LjgsNS45IDkuNiwxLjEgIi8+Cjwvc3ZnPg==);
    padding-right: 27px;
    font-weight: bold;
}

.loc_block .cta_row .drop_content{
	top: calc(100% + 5px);
	right: 0;
	left: auto;
	width: auto;
	padding: .3em 1em;
	border: 1px solid #fff;
	line-height: 1.5;
	white-space: nowrap;
	transform: none;
}

.jrb_loc_landing .gmap{
	flex: 1 1 auto;
	position: relative;
}

.jrb_loc_landing .search_loc_bar{
	padding: 10px;
}

.jrb_loc_landing .search_lower{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
	margin: 20px 0 12px;
}

.jrb_loc_landing .search_lower button{
	margin: 0 .7em;
	font-size: .9rem;
	line-height: 1;
	color: #999;
	padding: .5em 0;
}

.jrb_loc_landing .search_lower button.active{
	color: #FFFFFF;
	font-weight: bold;
}

.safari_browser .jrb_loc_landing .search_lower button{
	padding: .75em 0 .5em;
}

.safari_browser .jrb_loc_landing .search_lower button.active{
	padding: .5em 0 .5em;
}

.jrb_loc_landing #show_all{
}

.jrb_loc_landing .gmap .spinner{
	display: none;
	top: 46%;
	z-index: 10;
	font-size: 0.8rem;
}

.jrb_loc_landing #search_field{
	padding: .4em 2em .3em;
	border: none;
}

.jrb_loc_landing #search_field.active{
	outline-color: transparent;
}


.jrb_loc_landing .search_group{
	display: flex;
	position: relative;
	flex: 1 1 auto;
	justify-content: flex-end;
	border: 1px solid #fff;
}


.jrb_loc_landing .search_group .search_field{
	flex: 1 1 auto;
	margin: 0 auto 0 0;
	display: flex;
    align-items: flex-end;
}

.jrb_loc_landing .field_wrap{
	overflow: hidden;
	background-color: #000000;
	border-radius: 0;
}

.jrb_loc_landing .field_wrap label{
	color: #FFFFFF;
	line-height: 1;
}

.jrb_loc_landing .field_wrap .floating_labels label{
	top: 50%;
	padding-left: 1em;

	-webkit-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
}

.jrb_loc_landing .field_wrap .unfloat label{
	top: .7em;
}




.jrb_loc_landing #search_locs{
	padding: 1.3em 2em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px;
	border: none;
	outline-color: #FFF;
	outline-offset: -9px;

	/* NE arrow hollow */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3MiAyNzIiIHdpZHRoPSIyNzIiIGhlaWdodD0iMjcyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzIgMjcyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyNS43LDIyOC40Yy0xLjMsMC0yLjYtMC4yLTQtMC41Yy02LjgtMS45LTExLjMtOC4xLTEwLjgtMTUuMmw0LTU2LjdsLTU2LjcsNGMtNy4xLDAuNS0xMy4zLTMuOS0xNS4yLTEwLjgKCQkJYy0xLjktNi44LDEuMy0xMy44LDcuNi0xN2wxMzYuMy02OGM1LjctMi44LDEyLjQtMS43LDE2LjksMi44czUuNiwxMS4zLDIuOCwxNi45bC02OCwxMzYuM0MxMzYuMSwyMjUuMywxMzEuMSwyMjguNCwxMjUuNywyMjguNHoKCQkJIE0xMTkuNiwxMzYuNmMzLjksMCw3LjYsMS41LDEwLjQsNC4zYzMsMyw0LjYsNy4yLDQuMywxMS40bC0yLjgsMzkuOUwxODMuOSw4N0w3OC42LDEzOS41bDM5LjktMi44CgkJCUMxMTguOSwxMzYuNiwxMTkuMiwxMzYuNiwxMTkuNiwxMzYuNnogTTE5MS4yLDcyLjdMMTkxLjIsNzIuN0wxOTEuMiw3Mi43eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.jrb_loc_landing #search_locs.nearme{
	background-color: #000000;

	/* NE arrow filled */
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI3MiAyNzIiIHdpZHRoPSIyNzIiIGhlaWdodD0iMjcyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNzIgMjcyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5OS4zLDY1LjVsLTE1Myw3Ni4zYy01LjcsMi44LTMuMywxMS40LDMsMTFsNjkuMS00LjhjMy41LTAuMiw2LjQsMi43LDYuMiw2LjJsLTQuOCw2OS4xCgkJCWMtMC40LDYuMyw4LjEsOC43LDExLDNsNzYuMi0xNTNDMjA5LjUsNjguMywyMDQuMiw2MywxOTkuMyw2NS41eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}


.all_locations .hdr,
.locations_archive .hdr{
	font-size: 2rem;
	text-align: center;
}

.jrb_scroll::-webkit-scrollbar {
	width: 9px;
}

.jrb_scroll::-webkit-scrollbar-track {
	background-color: #000;
}

.jrb_scroll::-webkit-scrollbar-thumb {
	background-color: #999;
	
}


.locations #coming_soon_locs {
	margin-top: 75px;
}

@media (min-width: 901px){
	
	.jrb_loc_landing .location_column{
		margin-right: 20px;
		padding-right: 27px;
	}
}

@media (max-width: 1020px){
	
	.locations_archive #contents{
		padding-top: 35px;
	}

	.jrb_loc_landing{
		flex-direction: column;
	}

	.jrb_loc_landing .search_loc_bar{
		flex-wrap: wrap;
		justify-content: center;
	}

	.jrb_loc_landing #search_field{
		margin: 0;
	}

	.jrb_loc_landing .field_wrap label{
		top: 1.3em;
	}


	.jrb_loc_landing #search_locs{
		margin-right: 10px;
	}

	.jrb_loc_landing .gmap{
		order: 1;
		width: 100%;
		margin-bottom: 30px;
	}

	.locations_archive #locations-list-map{
		height: 500px;
	}

	.jrb_loc_landing .location_column{
		flex: 1 1 auto;
		order: 2;
		width: 430px;
		height: auto;
		max-width: 100%;
		min-height: 0;
		margin: auto;
	}

	.loc_block .cta_row{
		justify-content: flex-start;
	}

	.loc_block .cta_row .dropdown_wrap{
		margin: 0 0 0 auto;
	}
}

@media (max-width: 600px){
	.jrb_loc_landing .search_loc_bar{
		height: auto;
		margin-bottom: 30px;
	}

	.jrb_loc_landing .search_group{
		flex: 0 0 100%;
		margin-bottom: 5px;
		height: 46px;
	}

	.jrb_loc_landing #search_field{
		font-size: 1.2rem;
	}

	.jrb_loc_landing .loc_block .name{
		font-size: 1.5rem;
	}

	.jrb_loc_landing .loc_block .distance,
	.jrb_loc_landing .loc_block .address button{
		font-size: 1rem;
	}

	.safari_browser .jrb_loc_landing .loc_block .address button{
		line-height: 1.2;
	}

	.jrb_loc_landing .loc_block .cta{
		font-size: .7rem;
	}

	.loc_block .favloc{
		font-size: 1.8rem;
	}

}

@media (max-width: 350px){
	
	.loc_block .cta_row{
		flex-direction: column;
		text-align: center;
	}

	.jrb_loc_landing .loc_block .cta + .cta{
		margin-left: 0;
	}

	.jrb_loc_landing .loc_block .cta{
		margin-bottom: 10px;
	}

	.jrb_loc_landing .search_lower button{
		line-height: 1.4;
	}

	.loc_block .cta_row .drop_content{
		left: 50%;
		right: auto;
		-webkit-transform: translate(-50%,0%);
		        transform: translate(-50%,0%);
	}

}

/* ===================== Loader ===================== */

.radar_circles circle{
	transform-origin: center;
	fill: #ffffff;
}

.radar_circles .circ_1{
	animation: 2s linear infinite circ_outward;
}

.radar_circles .circ_2{
	animation: 2s linear infinite circ_outward;
	animation-delay: 1s;
}

.radar_circles .circ_3{
	animation: 2s linear infinite circ_outward;
	animation-delay: 2s;
}

@keyframes circ_outward { from { r: 1; opacity: 1 } to { r: 10; opacity: 0 }  }

.spinner {
    position: absolute;
        top: 12%;
	    left: 47%;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    font-size: 1.3em;
    color: #000;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
@-webkit-keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes load4 { 0%, 100% { box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; } 12.5% { box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 25% { box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; } 37.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; } 50% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; } 62.5% { box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; } 75% { box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; } 87.5% { box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

/* ===================== home page new ===================== */

.innerhdr{
	line-height: 1.3;
	font-weight: bold;
}

.container{
	width: 1300px;
	max-width: calc(100% - 20px);
	margin: auto;
}

.stdbk{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.jrb_cta{
	display: inline-block;
	padding: 1em 3em;
	background-color: #000000;
	border: 1px solid #fff;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

#hp_top_video .container{
	width: 100%;
}

#hp_top_video .video_wrap{
	width: 100%;
	height: 70vh;
	min-height: 400px;
	padding-top: 0;
}

#hp_top_video .video_wrap video{
	object-fit: cover;
}

#crazy_about .container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}


#crazy_about .catch{
	margin-bottom: .5em;
}

#crazy_about .about_copy{
	width: 500px;
	max-width: 85%;
	padding: 30px 0;
	text-align: center;
}

#crazy_about .about_copy > p{
	width: 370px;
	max-width: 100%;
	margin: auto;
}


@media (max-width: 800px){
	
	#hp_top_video .video_wrap{
		height: 120vw;
		min-height: 0;
	}

	#crazy_about{
		background-image: none;
	}
}

@media (max-height: 1100px) and (max-width: 700px){

	#hp_top_video .video_wrap{
		height: calc( 100vh - 137px );
	}
}

body.home .about .catch{
	width: auto;
}

#contents section#menu_links {
	padding: 0;
	margin: 50px 0;
	border: none;
}

#contents section#menu_links .container{
	width: 1430px;
}

#menu_links .menu_link a{
	display: inline-block;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
	text-decoration: none;
}


#menu_links .menu_link{
	position: relative;
	height: 470px;
	text-align: center;
}

#menu_links .menu_link .inner{
	display: flex;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

#menu_links .menu_link:last-child{
	margin-bottom: 0;
}

#menu_links .menu_link .ml_title{
	font-weight: bold;
	text-shadow: 0px 2px 6px rgb(0 0 0 / 78%);
	font-size: 2.6rem;
    padding: 1em 1em 0;
}

#menu_links .menu_link .copy{
	max-width: 300px;
}

#menu_links .menu_link .image{
	flex: 1 1 auto;
}

/* slider */
#menu_links .menu_links{
	margin-bottom: 0;
}

#menu_links .slick-dots{
	bottom: 30px;
}

#menu_links .slick-dots > div{
	width: 1em;
	height: 1em;
	font-size: .8rem;
    margin: 0 8px;
}

#menu_links .slick-dots button,
#menu_links .slick-dots button:before{
    width: 100%;
	height: 100%;
	padding: 0;
}

#menu_links .slick-dots button:before{
    opacity: 1;
    border-radius: 100%;
    border: 2px solid #fff; 
    color: transparent;
    background-color: transparent;
    content: '';
}

#menu_links .slick-dots .slick-active button:before{
    background-color: #fff; 
    opacity: 1;
}

@media (min-width: 801px){

	#menu_links .menu_links{
		width: 100%;
		display: grid;
		grid-gap: 30px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	#menu_links .menu_lifont-family: Arial, Helvetica, sans-serifo{
		flex: 1 1 auto;
		margin-bottom: 0;
	}
}


@media (max-width: 800px){
	
	#menu_links {
		background-size: 16px;
	}

	#menu_links .menu_link{
		width: auto;
		height: 95vw;
		background-position: center top;
	}

	#contents section#menu_links{
		margin: 50px 0 30px;
	}
}

@media (max-width: 500px){
	
	#menu_links .menu_link .ml_title{
		font-size: 2.3rem;
	}
}

.locations_archive .inner,
.all_locations .inner{
	width: 1300px;
	padding: 0 22px;
}

.home #contents section#new_locations{
	padding-top: 10px;
}

.home #new_locations .container {
	position: relative;
	width: 1100px;
}

#new_locations .jrb_cta{
	background-color: transparent;
}

#new_locations .innerhdr{
	font-size: 2.4rem;
    font-weight: 800;
}

.home #coming_soon_locs{
	position: relative;
}

.home #coming_soon_locs .scroll_inner{
	max-height: 510px;
	margin: 25px 0 0;
	text-align: left;
	overflow-y: auto;
}

#coming_soon_locs h2{
	margin-bottom: 1em;
}

#coming_soon_locs .cs_jrb_loc{
	margin-bottom: 3.5em;
}


#coming_soon_locs .cs_jrb_loc:first-of-type{
	margin-top: 2em;
}

#coming_soon_locs .cs_link{
	display: inline-block;
	padding: 0px 50px 0 1em;
	background-repeat: no-repeat;
	font-family: neue-haas-grotesk-display,sans-serif;
	font-weight: 600;
	font-size: 2.3rem;
	line-height: normal;
	text-decoration: none;
}

#coming_soon_locs .cs_link .open_date{
	display: block;
	font-size: .7em;
	font-weight: 200;
}

.home #coming_soon_locs h3,
.home #coming_soon_locs .cs_link{
	color: #ffffff;
	padding: 0 20px;
}

.home #coming_soon_locs h3{
	font-size: 2rem;
	margin-bottom: .6em;
}

.home #coming_soon_locs .overlay{
	pointer-events: none;
	position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	width: calc(100% - 9px);
	height: 100%;


	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+70,0.9+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

#loc_page_cs .inner{
	margin-top: 50px;
	width: 1200px;
	max-width: calc(100% - 28 px);
}

#loc_page_cs .hdr{
	font-weight: 600;
}

#loc_page_cs .cs_blocks{
	/* display: grid; */
	margin: auto;
	margin-bottom: 3.5rem;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-weight: 600;
	/* grid-gap: 30px; */
	/* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
	display: flex;
    flex-wrap: wrap;
}

#loc_page_cs .cs_jrb_loc{
	display: flex;
	position: relative;
	flex-direction: column;
	flex: 1 0 380px;
	justify-content: flex-start;
	align-items: center;
	padding: 50px 0;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #ffffff;
}

#loc_page_cs .cs_jrb_loc h3{
	font-size: 2rem;
	margin-bottom: .5em;
}

#loc_page_cs .more.cta{
	text-transform: uppercase;
	font-size: 1.2rem;
    line-height: 3;
}

#loc_page_cs .cs_jrb_loc .address_phone{
	line-height: 1.3;
	text-align: center;
}

#loc_page_cs .cs_jrb_loc .address{
	margin-bottom: 1em;
}

@media (max-width: 500px){
	
	#loc_page_cs .inner{
		margin-top: 30px;
	}

	#loc_page_cs .cs_jrb_loc{
		padding: 20px 0;
	}

	#loc_page_cs .cs_blocks{
		grid-gap: 40px;
	}
}

#new_locations .inner_copy{
	width: 400px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}

#new_locations #map_list{
	display: flex;
	min-height: 400px;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

@media (max-width: 767px){
	
	#new_locations #map_list{
		justify-content: center;
		background-position: left 18% center;
		background-size: 141%;
	}

	.home #coming_soon_locs .scroll_inner{
		max-height: 360px;
	}

	.home #coming_soon_locs{
		flex: 0 0 100%;
	}
}


/* promo */
#promo_blocks{
	list-style: none;
}

@media (min-width: 801px){

	#promo_blocks .container,
	ul#promo_blocks {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
	}
}

@media (min-width: 770px) and (max-width: 800px){

	#promo_blocks .container,
	ul#promo_blocks {
		grid-template-columns: 1fr 1fr;
	}
}


#promo_blocks .all_promos{
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

#promo_blocks .promo_block{
	position: relative;
	text-align: center;
}

#promo_blocks .promo_block > img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

#promo_blocks .promo_block .inner{
	position: absolute;
		z-index: 10;
	padding: 20px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, .9);
	color: #FFFFFF;
}

#promo_blocks .promo_block.no_overlay .inner{
	height: 100%;
	width: 100%;
}

#promo_blocks .promo_block a.fullwh{
	width: 100%;
	height: 83%;
	display: inline-block;
}

#promo_blocks .promo_block .promo_hdr{
	margin-bottom: .3em;
	font-size: 2.2rem;
	line-height: 1.2;
}

#promo_blocks .promo_block .cta_row{
	margin-top: 1em;
}

#promo_blocks .promo_block .promo_cta{
	text-transform: uppercase;
	text-shadow: none;
	font-size: .8em;
}

#promo_blocks .promo_block .full_link{
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	width: 100%;
	height: 100%;
}

#promo_blocks .promo_block .promo_copy{
	line-height: 1.4;
}

#promo_blocks .promo_block .promo_copy p{
	margin: 0;
	text-align: inherit;
}

#promo_blocks .promo_block.cta_bottom .inner{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	max-width: 100%;
}

#promo_blocks .promo_block.cta_bottom .inner .cta_row{
	margin: auto 0 0;
}

#promo_blocks .promo_block.hide_title h3{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

@media (max-width: 800px){
	
	#promo_blocks .promo_block{
		width: 400px;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	#promo_blocks .promo_block.cta_bottom.no_img .inner .cta_row{
		margin-top: 10px;
	}

	#promo_blocks .promo_block.no_img .inner{
		-webkit-transform: none;
		transform: none;
		position: static;
	}
}

@media (max-width: 400px){
	
	#promo_blocks .promo_block .inner{
		max-width: 81%;
		left: 50%;
		-webkit-transform: translate(-50%,0%);
		        transform: translate(-50%,0%);
	}
}

.post-type-archive-promotions #promo_blocks .promo_block{
	margin-bottom: 20px;
}

@media (min-width: 810px){

	.post-type-archive-promotions #promo_blocks .promo_block{
		min-height: 400px;
	}

	.post-type-archive-promotions #promo_blocks .promo_block > img{
		height: 100%;
		object-fit: cover;
		object-position: left center;
	}

}

/* promo video */
.promo_video{
	width: 100%;
}

.promo_playpause{
	position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
	width: 1em;
	height: 1em;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

@media (max-width: 800px){
	.promo_playpause{
		font-size: 3.5rem;
	}
}

.wrap_text_circle{
	height: 200px;
}

@media (max-width: 800px){

	.wrap_text_circle{
		height: auto;
	}
}

#join_franchise .inner_copy{
	margin-top: 50px;
}

#join_franchise .innerhdr{
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: .3em;
}

#join_franchise .inner_copy p{
	margin: 0 auto 2em;
	width: 500px;
	max-width: 85%;
}


@media (max-width: 800px){
	
	#join_franchise .innerhdr{
		font-size: 2rem;
	}

	.home #contents section{
		padding: 0;
		margin-bottom: 20px;
	}

}

.play_link{
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url("images/icons/play-button.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 10rem;
}

#join_franchise .video_link{
	position: relative;
	width: 1000px;
	max-width: 100%;
	height: 600px;
	margin: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#join_franchise .play_link{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}



@media (max-width: 800px){
	
	#join_franchise .video_link{
		height: 65vw;
	}

	.play_link{
		font-size: 7rem;
	}

}


/**** nutritional ***/

/* Nutrition page CA 4/12/21 */
@media (max-width: 767px){
	.page-template-page-nutritional #contents{
		padding-top:40px;
	}
	#nut-content .hero-images {   
		height: 350px;
	}
}
@media (max-width: 567px){	
	#nut-content .hero-images {   
		height: 200px;
	}
}
#nut-content{
   background-image: url("images/backgrounds/square-background.jpg");
   background-repeat: repeat;
   background-position: top left;
   background-size:90px;
}
#nut-content a{
color:rgba(204,0,0,1);
}
#nut-content .hero-images{height:400px;background:black;position:relative;margin-bottom:20px;}
#nut-content .left{position:relative;width:50%;float:left;height:100%;background: black;}
#nut-content .left img{
	position:absolute;
	width:auto;height:auto;
	max-height:375px; 
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#nut-content .right{position:relative;width:50%;float:right;clear:right;height:100%;background:black;}
#nut-content .right img{
	position:absolute;
	width:auto;
	height:auto;
	max-height:375px;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#nut-content .h2container {width:100%; padding-top:5px;padding-bottom:20px;background:#d25728}
#nut-content p {padding:20px;text-align:center;font-size:1.1rem;font-weight:bold;color:#000000;}
#nut-content h2{background:#000000;color:#ffffff; width:100%;text-align:center;padding:8px;}

.table-heading {
	background:#000000;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	padding:10px;
}
.table-heading span{width:33.3%; text-align:center;float:left;padding:10px;}

	}
.nutrition table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.nutrition table {
    text-align: center;
    margin: 0 auto;
	width: 90%;
    color: #3E2300;
	margin-bottom: 30px;
}
.nutrition tbody tr{height:30px;}
}
.nutrition .has_disclaimer {
	margin-bottom: 15px;
}

.nutritional_information .disclaimer_text, .top_disclaimer {
	margin: 0 auto 30px;
	max-width: 90%;
	color: #3E2300;
	margin-top:30px;
}

.nutrition th.name_heading {
    width: 20%;
    color: #000000;
    font-size: 1.1rem;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 20px;
    vertical-align: bottom;
    padding-bottom: 10px;
}
.nutrition thead th.category {
	width:12%;
	font-size: 1.1rem;
    text-align: left;
    padding-left: 1.5%;
    padding-right: 20px;
    vertical-align: bottom;
    padding-bottom: 10px;
}

.nutrition th.nutrition_heading {
    width: 3%;
    text-align: center;
	vertical-align: bottom;
    padding-bottom: 5px;
}

.nutrition th.nutrition_heading .v-heading {
writing-mode: vertical-lr;
    -webkit-transform: rotate(-164deg);
}


.nutrition tr, .nutrition td, .nutrition th {
    padding: 1px;
    font-size: 0.75rem;
}
.nutrition th{padding:0;font-size:0.8rem;}
.nutrition thead th {
	border-bottom: 0;
    border-top: 0px solid #F6F6F6;
    border-left: 0px solid #F6F6F6;
    border-right: 0px solid #F6F6F6;
	border-bottom: 0;
}

.nutrition tbody th {
	border: 2px solid #F6F6F6;
	border-top:0px;
	border-bottom:0px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    padding-left: 1.5%;
}

.nutrition td {
    text-align: center;
    border: 0px solid #F6F6F6;
}
.nutrition .col-line-gray{
	border-right-color:#F6F6F6;
	border-right-width:4px;
}

.nutrition tr.header_row.top-head{
	background-color:#808080;
	color:#000000;
	
}
.nutrition tr:nth-of-type(odd){
	background-color: #F6F6F6;
	color:#000000;
}
.nutrition tr:nth-of-type(even){
	background-color:#c5c5c5;
	color:#000000;
	
}
/*.nutrition td:nth-of-type(odd), .nutrition th:nth-of-type(even){
	background-color: #F1F1F1;
}
*/
.nutrition tr.content_row {display:table-row;}
.nutrition tr.content_row.subitem th {
    padding-left: 30px;
}


tr.content_row.subheading th {
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: #F1F1F1;
}

.nutrition tbody th:first-of-type span {
	color: #000000;
	text-transform: none;
	font-size: 0.9rem;
}

.nutrition thead th:first-of-type span {
	color: #000000;
	text-transform: none;
	font-size: 1rem;
	display:block;
}
.nutrition tbody tr.cat-spacer {border:2px solid #DADADA;border-top:0;border-bottom:0;cursor: pointer;color:rgba(204,0,0,.8);}
.nutrition tbody tr.cat-spacer th{position:relative;}
.nutrition tbody tr.cat-spacer th span{
	color:rgba(204,0,0,1);
	font-weight:700;
	font-size:1.2rem;
	width: 250px;
    position: absolute;
    text-align: center;
    top: 20%;
    left: 20px;
	text-align:left;
}
.nutrition .cat-spacer th, .nutrition .cat-spacer td{border-right:0px;border-left:0;}
.nutrition tr.content_row {display:table-row;}

.nutrition tbody tr.cat-spacer th span:after {
 content: '';
    display: inline-block;
    margin-top: 0.2em;
    width: 0.4em;
    height: 0.4em;
    border-top: 0.2em solid #333;
    border-right: 0.2em solid #333;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	vertical-align:middle;
    margin-left: 30px;
	float:right;
	transition: transform .5s;
}

@media (min-width: 801px){
	.nutrition tbody tr.cat-spacer th span:after {
		display:none;
	}
}
/* Mobile variant for nutrition menu */
.mobile, .mobile.nutrition{display:none;}

@media (max-width: 768px){

.nutrition table {width:min-content;overflow-x:scroll;}
.nutrition tbody tr.cat-spacer{font-size:1.5rem;}
.nutrition tr.content_row {display:none;}	
.mobile.mobile.nutrition{display:block;}
.nutrition{width:100%;overflow-x:scroll;}
}

/************** test css for mobile *******************/
@media only screen and (max-width: 800px) {
	.nutrition tbody tr.cat-spacer th span {
		width: 94% !important;
	}	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th,   	
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block;
		border:0px;		
	}
	
	#no-more-tables tr.cat-spacer th{display:block;}
	#no-more-tables th, #no-more-tables td{
		display: block;
		margin: 6px;
		font-size: 1rem;
	}
	#no-more-tables th.item-name{
		font-size:1.4rem;
		padding-bottom:10px;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}
	 #no-more-tables tr.cat-spacer td {display:none;}
	#no-more-tables tr.content_row { 
		height:fit-content;
		margin:auto;
		text-align:center;
		display:none;
	}
	#no-more-tables tr.content_row.mobile-content { 
		padding-bottom:40px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
	#no-more-tables tr.cat-spacer.parent { background:#F6F6F6; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */

		/* border-bottom: 1px solid #eee; */
		position: relative;
		white-space: normal;
		/* text-align: left; */
		display: inline-block;
		height: 54px;
		width: 23%;
		margin: 2px;
		border: 2px solid #d25728;
		padding-top:2px;
	}
	#no-more-tables td:last-child { 
		padding-bottom:40px;
	}
 
	#no-more-tables td span:before { 
		/* Now like a table header */
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 100%;
		display: inline-block;
		padding-right: 10px;
		white-space: nowrap;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		line-height:27px;
	}
 .allergens-block{background:red; border:4px solid green;}
	/*
	Label the data
	*/
	#no-more-tables td.aller-data:before, #no-more-tables td span:before 
	{ content: attr(data-title);display:block; }
}

@media only screen and (max-width: 500px) {
#no-more-tables td { 
		width: 32%;
	}

}

.yt-link:focus img, .fancybox-close:focus {
    outline: 3px dotted #FFF !important;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
.nutrition [data-tooltip] {
  position: relative;
  z-index: 999;
  cursor: pointer;
}

/* Hide the tooltip content by default */
.nutrition [data-tooltip]:before,
.nutrition [data-tooltip]:after, .nutrition .mobile [data-tooltip]:before, .nutrition .mobile [data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
.nutrition [data-tooltip]:before, .nutrition .mobile [data-tooltip]:before {
  position: absolute;
  bottom: 97%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 20%, 0.9);
  background-color: #d25728;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
.nutrition [data-tooltip]:after {
  z-index: 999;
  position: absolute;
  bottom: 97%;
  left: 50%;
  margin-left: -5px;
  width: 0;  
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-top: 5px solid #d25728;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
.nutrition [data-tooltip]:hover:before,
.nutrition [data-tooltip]:hover:after {
  z-index: 999;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* contact form update ijd 12-17-21 */
#yext_search_contact{
	position: relative;
		z-index: 10;
	width: 645px;
	max-width: 100%;
	margin: auto;
}

.contact #faqs{
    padding: 47px 0;
    text-align: left;
}

.contact #faqs .container{
    width: 850px;
	max-width: 100%;
	margin: auto;
}

.contact #faqs .faq_wrap{
    margin-top: 37px;
}

.contact #faqs .hdr{
    text-align: center;
    box-sizing: border-box;
}

.contact .faq{
    position: relative;
	font-size: 1.2rem;
    background-image: url(images/icons/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: right 2% top 15px;
    background-size: 40px;
    border: 1px solid #000;
}

.contact .faq a{
    color: #000000;
}

.contact .faq.reveal{
    background-image: url(images/icons/icon-minus.svg);
}

.contact .faq .question{
    display: inline;
    padding-left: 0;
    margin-bottom: 4px;
    font-size: 1em;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
}

.contact .faq .answer{
    display: none;
	padding: 0 11% 1em 4%;
}

.contact .faq .answer,
.contact .faq .answer p{
    margin: 0;
	line-height: 1.2;
    text-transform: none;
    font-size: 1em;
}

.contact .faq .faq_toggle{
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: none;
    font-weight: normal;
    cursor: pointer;
}

.contact .faq .faq_toggle{
	padding: 1em 11% 1em 4%;
}

.contact .faq .plus_minus{
    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 1;
    width: 7%;
    height: 100%;
}

.contact .faq .faq_toggle.fa-angle-up{
    display: none;
}

.contact #contact_form{
	padding-top: 20px;
}

@media (max-width: 767px){

	.contact #contents{
		padding-top: 40px;
	}
}

/* home page dynamic map ijd 01-11-22 */
#dyn_map_section {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 590px;
}

#dyn_map_section #dyn_map{
	position: relative;
}

#dyn_map_section #dyn_map .map_pin{
	position: absolute;
		z-index: 1;
	width: 1em;
	height: 1em;
	padding: 0;
	background-color: #ffffff;
	border-radius: 100%;
	border: none;
	font-size: 1rem;
}

#dyn_map_section #loc_list{
	flex: 0 0 300px;
	height: 100%;
	overflow: hidden;
}

#dyn_map_section .loc_list_btn{
	border: none;
	padding: 0.3em 0;
    text-align: left;
	line-height: 1.3;
}

#dyn_map_section .loc_list_btn:hover{
	background-color: #000000;
}

#dyn_map_section .slick-current .loc_list_btn{
	background-color: rgba(255,255,255,0.2);
}

#dyn_map_section #dyn_map #address_boxes{
	position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
}

#dyn_map_section #dyn_map #address_boxes .jrb_logo{
	margin-bottom: 10px;
}

#dyn_map_section #dyn_map .sample_loc{
	position: absolute;
		top: 200px;
		left: 300px;
		z-index: 1;
	font-size: 3rem;
	color: #ffffff;
}

#dyn_map_section #address_boxes .address_box{
	display: none;
}

#dyn_map_section #address_boxes .address_box.active{
	display: block;
}

.leader-line{
	z-index: 10;
}

/* video */
.video_wrap {
	position: relative;
		z-index: 1;
	padding: 50px 0;
	background-color: #000;
}

.video_wrap video{
	display: block;
	width: 100%;
	/* height: 605px; */
	/* object-fit: cover; */
	/* object-position: top; */
}

.video_wrap .video_controls{
	position: absolute;
		bottom: 0;
		left: 0;
	padding: 0 5px;
	display: none;
}

.video_wrap.reveal .video_controls{
	display: block;
}

.control_buttons .ctrl_btn{
    width: 1em;
    height: 1em;
    font-size: 2.5rem;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

button.vid_play,
.promo_playpause,
.control_buttons .ctrl_btn.play{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSIjRkZGIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTIgMTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyIDEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMiwwLjcgMiwxMS4zIDEwLDYgIi8+Cjwvc3ZnPgo=");
	background-size: 65%;
}

.promo_playpause.pause,
.control_buttons .ctrl_btn.pause{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTYgMTloNFY1SDZ2MTR6bTgtMTR2MTRoNFY1aC00eiIvPjwvc3ZnPg==");
}

.control_buttons .ctrl_btn.mute_btn{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTMgOXY2aDRsNSA1VjRMNyA5SDN6bTctLjE3djYuMzRMNy44MyAxM0g1di0yaDIuODNMMTAgOC44M3pNMTYuNSAxMmMwLTEuNzctMS4wMi0zLjI5LTIuNS00LjAzdjguMDVjMS40OC0uNzMgMi41LTIuMjUgMi41LTQuMDJ6TTE0IDMuMjN2Mi4wNmMyLjg5Ljg2IDUgMy41NCA1IDYuNzFzLTIuMTEgNS44NS01IDYuNzF2Mi4wNmM0LjAxLS45MSA3LTQuNDkgNy04Ljc3IDAtNC4yOC0yLjk5LTcuODYtNy04Ljc3eiIvPjwvc3ZnPg==");
}

.control_buttons .ctrl_btn.muted{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTQuMzQgMi45M0wyLjkzIDQuMzQgNy4yOSA4LjcgNyA5SDN2Nmg0bDUgNXYtNi41OWw0LjE4IDQuMThjLS42NS40OS0xLjM4Ljg4LTIuMTggMS4xMXYyLjA2YzEuMzQtLjMgMi41Ny0uOTIgMy42MS0xLjc1bDIuMDUgMi4wNSAxLjQxLTEuNDFMNC4zNCAyLjkzek0xMCAxNS4xN0w3LjgzIDEzSDV2LTJoMi44M2wuODgtLjg4TDEwIDExLjQxdjMuNzZ6TTE5IDEyYzAgLjgyLS4xNSAxLjYxLS40MSAyLjM0bDEuNTMgMS41M2MuNTYtMS4xNy44OC0yLjQ4Ljg4LTMuODcgMC00LjI4LTIuOTktNy44Ni03LTguNzd2Mi4wNmMyLjg5Ljg2IDUgMy41NCA1IDYuNzF6bS03LThsLTEuODggMS44OEwxMiA3Ljc2em00LjUgOGMwLTEuNzctMS4wMi0zLjI5LTIuNS00LjAzdjEuNzlsMi40OCAyLjQ4Yy4wMS0uMDguMDItLjE2LjAyLS4yNHoiLz48L3N2Zz4=");
}

.control_buttons .ctrl_btn.cc_btn{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE5IDRINWMtMS4xMSAwLTIgLjktMiAydjEyYzAgMS4xLjg5IDIgMiAyaDE0YzEuMSAwIDItLjkgMi0yVjZjMC0xLjEtLjktMi0yLTJ6bTAgMTRINVY2aDE0djEyek03IDE1aDNjLjU1IDAgMS0uNDUgMS0xdi0xSDkuNXYuNWgtMnYtM2gydi41SDExdi0xYzAtLjU1LS40NS0xLTEtMUg3Yy0uNTUgMC0xIC40NS0xIDF2NGMwIC41NS40NSAxIDEgMXptNyAwaDNjLjU1IDAgMS0uNDUgMS0xdi0xaC0xLjV2LjVoLTJ2LTNoMnYuNUgxOHYtMWMwLS41NS0uNDUtMS0xLTFoLTNjLS41NSAwLTEgLjQ1LTEgMXY0YzAgLjU1LjQ1IDEgMSAxeiIvPjwvc3ZnPg==");
}

.control_buttons .ctrl_btn.cc_btn.nocc{
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIGZpbGw9IiNmZmZmZmYiPjxyZWN0IGZpbGw9Im5vbmUiIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIvPjxwYXRoIGQ9Ik0xMywxMGMwLTAuNTUsMC40NS0xLDEtMWgzYzAuNTUsMCwxLDAuNDUsMSwxdjFoLTEuNXYtMC41aC0ydjFMMTMsMTB6IE0xNi41LDEzLjVsMS4yMSwxLjIxQzE3Ljg5LDE0LjUyLDE4LDE0LjI3LDE4LDE0di0xIGgtMS41VjEzLjV6IE04LjgzLDZIMTl2MTAuMTdsMS45OCwxLjk4YzAtMC4wNSwwLjAyLTAuMSwwLjAyLTAuMTZWNmMwLTEuMS0wLjktMi0yLTJINi44M0w4LjgzLDZ6IE0xOS43OCwyMi42MUwxNy4xNywyMEg1IGMtMS4xMSwwLTItMC45LTItMlY2YzAtMC4wNSwwLjAyLTAuMSwwLjAyLTAuMTVMMS4zOSw0LjIybDEuNDEtMS40MWwxOC4zOCwxOC4zOEwxOS43OCwyMi42MXogTTcuNSwxMy41aDJWMTNoMC42N2wtMi41LTIuNUg3LjUgVjEzLjV6IE0xNS4xNywxOEwxMSwxMy44M1YxNGMwLDAuNTUtMC40NSwxLTEsMUg3Yy0wLjU1LDAtMS0wLjQ1LTEtMXYtNGMwLTAuMzIsMC4xNi0wLjU5LDAuNC0wLjc4TDUsNy44M1YxOEgxNS4xN3oiLz48L3N2Zz4=");
}

.video_wrap .overlay{
	position: absolute;
		top: 50px;
		left: 0;
		z-index: 1;
	width: 100%;
	height: calc(100% - 100px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transition: opacity .3s ease-in-out;
}

.video_wrap.reveal .overlay{
	opacity: 0;
	pointer-events: none;
}

.video_wrap .overlay button.vid_play{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 1em;
	height: 1em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px;
	font-size: 2rem;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, 0.5);

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

/* ijd 01-31-22 franchise */
.franchise .container{
	width: 980px;
	margin: auto;
	max-width: 100%;
}

body.franchise section.intro{
	width: auto;
}

.franchise section.intro .inner{
	width: 700px;
}

.franchise .video_wrap{
	margin: 0 30px;
}

/* Reviews */

#contents section.reviews_wrap{
	padding-top: 0;
}

.reviews_wrap {
	max-width: 100%;
	margin: auto;
}

.reviews_wrap h1{
	font-size: 1rem;
	margin-bottom: 1em;
}

.reviews_wrap .review_half{
	flex: 0 0 auto;
    padding: 0 93px;
    max-width: 670px;
}

.reviews_wrap .hero_half{
	flex: 1 1 auto;
}

.reviews_wrap .hero_half img{
	height: 70%;
	object-fit: cover;
	object-position: left;
}

.reviews_wrap .review_half .dbc_loader{
	opacity: 0;
	position: absolute;
		top: 0;
		right: 57px;
	height: 100%;
}

.reviews_wrap .review_half #location_list{
	height: 43vh;
	max-height: 800px;
	overflow-y: auto;
}

.reviews_wrap .review_half #location_results{
	max-height: 650px;
    overflow-y: auto;
}

.review_btn{
	padding: 1em 1.5em;
    padding-left: 4em;
	background-color: #cc0001;
	font-size: .7rem;
	color: #ffffff;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	background-size: 15px;
    background-position: left 13px center;
	background-repeat: no-repeat;
}

.review_btn.google{
	background-image: url(images/icons/google.svg);
}

.review_btn.yelp{
	background-image: url(images/icons/yelp.svg);
}

.reviews_wrap .loc_block .cta_row{
	display: grid;
	justify-content: stretch;
	grid-gap: 10px;
	grid-template-columns: auto auto;
}

.reviews_wrap .loc_block .cta_row.onecta{
	display: block;
}

.reviews_wrap .loc_block .cta_row .review_btn{
	display: inline-block;
}

.review_slider {
	max-width: 600px;
	margin-top: 70px;
}

.review_slider h2{
	position: relative;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 1.2rem;
}

.review_slider h2::after{
	display: inline-block;
	position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
	width: 130px;
	height: 1px;
	background-color: #ffffff;
	content:'';

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

.review_slider .review{
	color: #ffffff;
}

.review_slider .source{
	margin-bottom: 1.5em;
}

.review_slider .copy{
	font-style: italic;
	line-height: 1.3;
}

.review_half .endquote{
	font-size: 15rem;
	color: #ffffff;
	font-style: italic;
	line-height: .1;
	transform: translate(-25px, 21px);
}

.review_half .slider_controls {
	text-align: left;
	margin-top: 10px;
}

.review_half .slider_controls .sliderbutton{
	position: static;
	overflow: hidden;
	padding: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

@media (max-width: 1020px){
	
	.reviews_wrap .review_half{
		width: 525px;
		max-width: 100%;
		padding: 0 20px;
		margin: auto;
	}
}

@media (max-width: 800px){
	
	.reviews_wrap .review_half{
		width: 425px;
	}

	.reviews_wrap .loc_block .cta_row{
		justify-content: center;
		grid-template-columns: auto;
	}

	.reviews_wrap .loc_block .cta_row .review_btn{
		text-align: left;
	}
}

.form_submitted .hide_on_submit{
	display: none;
}

/* signup */
.signup{
	width: 680px;
	padding-bottom: 100px;
}

.signup > ul {
	list-style-position: outside;
	margin-left: 1em;
}

.form_submitted .signup > ul,
.form_submitted .signup > p{
	display: none;
}

.signup ul li{
	margin-bottom: .5em;
	line-height: 1.3;
}

.signup .gform_wrapper{
	margin-top: 50px;
}

.signup .gform_confirmation_message{
	padding: 50px 0;
    font-size: 1.5rem;
	color: #ffffff;
}

/* signup popup */
#popup_wrap {
	border-radius: 10px;
	border: 1px solid white;
	text-align: center;
}

#popup_wrap #popup_header{
	text-transform: uppercase;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 1em;
}

#popup_wrap .gform_body input,
#popup_wrap .gform_body select{
	background-color: #ffffff;
	color: #000000;
	text-transform: uppercase;
	border-radius: 0;
}

#popup_wrap #popup_content, #popup_wrap #popup_content p{
	color: #ffffff;
	text-align: center;
}

#popup_wrap ::-webkit-input-placeholder {line-height: .4;color: #000; opacity: 1;overflow: visible; }
#popup_wrap ::-moz-placeholder {line-height: 0;color: #000; opacity: 1;overflow: visible; }
#popup_wrap :-ms-input-placeholder {line-height: 1;color: #000; opacity: 1;overflow: visible; }
#popup_wrap :-moz-placeholder {line-height: 0;color: #000; opacity: 1;overflow: visible; }

#popup_wrap .gform_wrapper input[type=submit]{
	padding: .5em 3em;
	background-color: rgba(204,0,0,1);
	border: none;
	color: #ffffff;
	text-transform: uppercase;
}

#popup_wrap .gform_wrapper .validation_message{
	text-align: left;
    margin-top: 0.5em;
	font-size: 1rem;
}

.gfield_visibility_hidden{
	display: none !important;
}

/* ===================== Datepicker ===================== */

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);
    color: #607382;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) table,.gform-theme-datepicker:not(.gform-legacy-datepicker) td,.gform-theme-datepicker:not(.gform-legacy-datepicker) th,.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) td,.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #607382;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme!important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
	left: 0;
	background-color: var(--dusk_blue);
	background-image: url(images/icons/l-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before { */
/*     content: "" */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
	right: 0;
	background-color: var(--dusk_blue);
	background-image: url(images/icons/r-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
	border-radius: 100%;
}

/* .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before { */
/*     content: ""; */
/* } */

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;
    background-image: url(images/icons/calendar-down-arrow.svg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
	background-size: 12px 12px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    text-decoration: none;
    width: 40px
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #607382;
    outline: 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #607382;
    border-color: #607382;
    box-shadow: 0 2px 2px rgba(58,58,87,.0596411);
    color: #fff
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #607382
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32,32,46,.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58,58,87,.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px
}

/* ===================== Do Not sell ===================== */

#cmplz-datarequest-form > div{
	margin-bottom: 20px;
}

ul.sub_navi li.opt_out_icon{
	padding-right: 3.5em;
	background-image: url(images/icons/opt_out_check.svg);
	background-repeat: no-repeat;
	background-position-x: calc(100% - 11px);
	background-position-y: calc(100% - 2px);
	background-size: auto 1em;
}

ul.sub_navi li.opt_out_icon a{
    padding-right: 0em !important;
    margin: 0 0.2em;
}

section#partnerships{
	padding-top: 0;
}

#partnerships .link_row{
	display: flex;
	justify-content: center;
	align-items: center;
}

#partnerships .partner_copy{
	margin: auto;
	max-width: 85%;
}

#partnerships p{
	margin-bottom: 2em;
}

#partnerships .link_row a{
	margin: 0 30px 30px;
}

#partnerships .link_row img{
	height: 100px;
	object-fit: contain;
}

@media (max-width: 767px){
	#partnerships .link_row{
		flex-direction: column;
	}
}

body.nohdr  #contents{
	padding: 0;
}

.redirect_template {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 70vh;
}

.redirect_template h1{
	text-transform: uppercase;
	font-size: 2rem;
	padding: 2em 0;
}

/* ijd 08-02-23  */
.franchise_v2{
	text-align: center;
	background-position: center top;
	background-repeat: repeat-x;
	background-image: url(images/franchise/brick-bg-for-repeat.jpg);
	background-size: auto 665px;
}

@media (max-width: 767px){
	
	.franchise_v2{
		background-image: url(images/franchise/brick-bg-for-repeat-mobile.jpg);
		background-size: auto 516px;
	}
}

.franchise_v2 p{
	line-height: 1.3;
	color: #9b9b9b;
	font-weight: 300;
}

.franchise_v2 .container{
	width: 750px;
}

.franchise_v2 .cta.red{
	padding: 1.3rem 4rem;
	text-transform: uppercase;
}

.franchise_v2 .f_red{
	color: #cc0000;
}

.franchise_v2 .f_red_ol{
	font-size: 4.1rem;
	color: #cc0000;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: -.5px -.5px 0 #fff, .5px -.5px 0 #fff, -.5px .5px 0 #fff, .5px .5px 0 #fff;
}

.franchise_v2 h1,
.franchise_v2 h2,
.franchise_v2 h3,
.franchise_v2 .subheading{
	text-transform: uppercase;
}

.franchise_v2 h1{
	display: inline-block;
	padding-bottom: 0.1em;
	margin-bottom: 0.3em;
	border-bottom: 2px solid white;
	font-size: 2.6rem;
	letter-spacing: .04em;
}

.franchise_v2 .subheading{
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .05em;
}

.franchise_v2 .top_tagline{
	margin-top: 20px;
    font-style: italic;
}

.franchise_v2 .top_title_group,
.franchise_v2 .top_copy{
	position: relative;
	z-index: 10;
}

.franchise_v2 .top_copy{
	width: 525px;
	max-width: 95%;
	margin: -85px auto 35px;
}

.franchise_v2 .video_hero_wrap{
	position: absolute;
		top: 180px;
		left: 50%;
		z-index: 1;
	width: 982px;
	max-width: 100%;

	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.franchise_v2 .video_hero_wrap .control_buttons{
	position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
}

.franchise_v2 .video_hero{
	width: 100%;
}

.franchise_v2 .geisha_hero{
	/* height: 427px; */
	height: 660px;
	margin-bottom: 32px;
	/* background-image: url(images/franchise/geisha-mural-desktop.png); */
	/* background-repeat: no-repeat; */
	/* background-position: left calc(49.84vw - 414px) center; */
	/* background-size: auto 100%; */
}

@media (max-width: 767px){
	
	.franchise_v2 .top_copy{
		margin-top: 0;
	}

	.franchise_v2 .geisha_hero{
		/* height: 237px; */
		height: 65vw;
		/* background-image: url(images/franchise/geisha-mural-mobile.png); */
		/* background-position: center; */
	}

	.franchise_v2 .video_hero_wrap{
		top: 232px;
	}
}

.franchise_v2 .video_wrap{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 67px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 10rem;
	aspect-ratio: 1 / 0.6623076;
}

.franchise_v2 .play_video{
	display: none;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 10;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0;
	opacity: 0;
	-webkit-appearance: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: none;
	cursor: pointer;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

@media (max-width: 767px){
	
	.franchise_v2 .play_video .play_img{
		width: 72px;
	}
}

.franchise_v2 .play_video .play_img{
	pointer-events: none;
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 120px;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

@media (max-width: 500px){
	
	.franchise_v2 .play_video .play_img{
		width: 72px;
	}
}

.franchise_v2 #franch_video{
	display: none;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.franchise_v2 .play_video.show,
.franchise_v2 #franch_video.show{
	display: block;
}

.franchise_v2 .play_video.reveal,
.franchise_v2 #franch_video.reveal{
	opacity: 1;
}

.franchise_v2 .mid_img_copy{
	position: relative;
	margin-bottom: 55px;
	font-weight: bold;
	text-transform: uppercase;
}

.franchise_v2 .mid_img_copy img{
	width: 100%;
}

.franchise_v2 .mid_image_text{
	position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
	width: 500px;
	max-width: 95%;
	font-size: 2.4rem;
	color: white;
	letter-spacing: .1em;
	line-height: 1.1;

	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

@media (max-width: 400px){
	
	.franchise_v2 .mid_image_text{
		font-size: 1.7rem;
	}
}

.franchise_v2 .mid_copy h2{
	margin-bottom: 10px;
	font-size: 2.5rem;
}

.franchise_v2 .mid_copy p{
	margin: 0 0 2em;
	font-style: italic;
}

.franchise_v2 .page_anchors{
	display: grid;
	width: 560px;
	margin: 0 auto 50px;
	grid-gap: 36px;
	grid-template-columns: 1fr 1fr;
	max-width: 95%;
	justify-items: center;
}

.franchise_v2 .page_anchors a{
	border-color: #9b9b9b;
}

@media (max-width: 500px){
	
	.franchise_v2 .page_anchors{
		grid-template-columns: 1fr;
	}
}

.franchise_v2 .page_anchors .cta{
	width: 100%;
	width: 100%;
	padding: 0.6em 10px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

.franchise_v2 .page_anchors .cta:hover{
	background-color: #cc0000; /* jrb red */
	border-color: #cc0000; /* jrb red */
}

.franchise_v2 .value_container{
	width: 475px;
	max-width: 100%;
	padding: 0 20px;
	margin: auto;
}

.franchise_v2 .value_container h2,
.franchise_v2 .value_container h3{
	font-size: 2.5rem;
}

.franchise_v2 .value_container h2{
	color: #cc0000;
	margin-bottom: 15px;
}

.franchise_v2 .value_container h3{
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
}

.franchise_v2 .value_container h3.lwr{
	text-transform: none
}

.franchise_v2 .value_container h3.values_hdr{
	margin: 35px 0 25px;
}

.franchise_v2 #core_values{
	margin-bottom: 32px;
}

@media (min-width: 768px){

	.franchise_v2 #core_values{
		overflow: hidden;
		background-image: url(images/franchise/values_ramen_bowl.jpg);
		background-repeat: no-repeat;
		background-position: calc(50% + 417px) 63%;
		background-size: 362px;
	}
}

.franchise_v2 .core_values{
	margin: auto;
	color: #000000;
}

.franchise_v2 .core_value {
	margin-bottom: 20px;
}

.franchise_v2 .core_value .name_hdr{
	padding: 0.5em;
	margin-bottom: 0;
	border-bottom: 2px solid #cc0000;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: none;
}

.franchise_v2 .core_value p{
	color: #000000;
	padding: 0;
	margin: 0;
	font-weight: 400;
}

.franchise_v2 .core_value .copy{
	padding: 1.2em 1em;
	font-size: .8rem;
	line-height: 1;
}

.franchise_v2 .core_value:nth-child(1){
	background-color: #a2b59c;
}

.franchise_v2 .core_value:nth-child(1) .name_hdr{
	background-color: #256d28;
}

.franchise_v2 .core_value:nth-child(2){
	background-color: #c4a28d;
}

.franchise_v2 .core_value:nth-child(2) .name_hdr{
	background-color: #834218;
}

.franchise_v2 .core_value:nth-child(3){
	background-color: #b8ae90;
}

.franchise_v2 .core_value:nth-child(3) .name_hdr{
	background-color: #685721;
}

.franchise_v2 .core_value:nth-child(4){
	background-color: #aa9dab;
}

.franchise_v2 .core_value:nth-child(4) .name_hdr{
	background-color: #503954;
}

.franchise_v2 .core_value:nth-child(5){
	background-color: #8fa1b7;
}

.franchise_v2 .core_value:nth-child(5) .name_hdr{
	background-color: #19426f;
}

.franchise_v2 .accolades{
	display: grid;
	width: 943px;
	max-width: 80%;
	margin: 0 auto 60px;
	grid-gap: 45px;
	grid-template-columns: auto auto auto;
	justify-items: flex-start;
}

.franchise_v2 .accolade{
	width: 100%;
}

@media (max-width: 1100px){
	
	.franchise_v2 .accolades{
		grid-template-columns: auto auto;
		width: 435px;
		grid-gap: 20px;
		grid-row-gap: 50px;
	}

	.franchise_v2 .accolade:nth-child(1){
		text-align: left;
	}

	.franchise_v2 .accolade:nth-child(2){
		text-align: right;
	}

	.franchise_v2 .accolade:nth-child(3){
		grid-area: 2 / 1 / 3 / 3;
	}

	.franchise_v2 .accolade:nth-child(3) img{
		width: 100%;
	}
}

.franchise_v2 #where_going {
	margin-top: 45px;
}

.franchise_v2 .where_going_img img{
	width: 100%;
}

.franchise_v2 #where_going h2{
	margin-bottom: 25px;
	font-size: 2.2rem;
	font-weight: 800;
}

@media (max-width: 767px){
	
	.franchise_v2 #where_going .dollar_text{
		font-size: 2.7rem;
	}
}

.franchise_v2 #open_dev{
	display: flex;
	width: 520px;
	max-width: 95%;
	margin: auto;
}

.franchise_v2 #open_dev .open_dev_block{
	flex: 0 0 50%;
}

.franchise_v2 #open_dev .open_dev_block .num{
	background-size: .5em auto;
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: .9em;
}

.franchise_v2 #open_dev .open_dev_block .num{
	font-size: 5rem;
	margin-bottom: 5px;
}

.franchise_v2 #open_dev .locs_open .num{
	background-image: url(images/franchise/pin-white.png);
}

.franchise_v2 #open_dev .locs_dev .num{
	background-image: url(images/franchise/pin-red.png);
}

.franchise_v2 #open_dev .loc_label{
	font-size: 1.2rem;
	color: #ffffff;
	font-weight: 800;
	line-height: 1.3;
	text-align: left;
	text-transform: uppercase;
}

.franchise_v2 #open_dev .locs_dev .loc_label{
	padding-left: 21px;
}

@media (max-width: 767px){
	
	.franchise_v2 #open_dev .open_dev_block .num{
		font-size: 4rem;
	}

	.franchise_v2 #open_dev .loc_label{
		font-size: 1rem;
	}
}

@media (max-width: 400px){
	
	.franchise_v2 #open_dev .open_dev_block .num{
		font-size: 3rem;
	}

}
.franchise_v2 #new_locations {
	padding-bottom: 25px;
}

.franchise_v2 #new_locations .container{
	width: 980px;
}

.franchise_v2 #new_locations #map_list{
	height: 500px;
	background-position: left top;
	background-size: 92%;
}

@media (max-width: 767px){
	
	.franchise_v2 #new_locations #map_list{
		background-size: 110%;
	}
}

.franchise_v2 #new_locations p{
	margin: 0 0 1em;
}

.franchise_v2 #new_locations .jrb_cta{
	padding: 1.3em 4em;
	border-color: #9b9b9b;
}

.franchise_v2 #coming_soon_locs .cs_link{
	color: #ffffff;
	font-size: 2rem;
}

.franchise_v2 #new_locations #coming_soon_locs{
	text-align: left;
	mask-image: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,0) 100%); 
	-webkit-mask-image: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 72%,rgba(0,0,0,0) 100%); 
}

.franchise_v2 #new_locations #coming_soon_locs .scroll_inner{
	overflow-y: auto;
	height: 100%;
}

.franchise_v2 #in_the_news h2{
	margin: 50px 0 20px;
    font-size: 2.5rem;
}

.franchise_v2 #in_the_news .slick-dots div, 
.franchise_v2 #in_the_news .slick-dots div button, 
.franchise_v2 #in_the_news .slick-dots div button:before{
	width: 17px;
	height: 17px;
}

.franchise_v2 #requirements {
	margin: 110px 0 80px;
}

@media (max-width: 767px){
	
	.franchise_v2 #requirements{
		margin-bottom: 0;
	}
}

.franchise_v2 #requirements .requires{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 1200px;
}

.franchise_v2 #requirements .require h3{
	margin-bottom: 7px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

.franchise_v2 #requirements .require {
	position: relative;
	padding: 0 10px;
	margin: 0 10px;
	flex: 0 1 350px;
}

.franchise_v2 #requirements .require .copy p{
	margin: 0;
}

@media (min-width: 768px){
	.franchise_v2 #requirements .require + .require::before{
		display: inline-block;
		position: absolute;
			top: 50%;
			left: 0;
			z-index: 1;
		width: 2px;
		height: 75px;
		background-color: #9e9e9e; /* menu grey */;
		content:'';

		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

@media (max-width: 767px){
	
	.franchise_v2 #requirements .requires{
		align-items: center;
		flex-direction: column;
	}

	.franchise_v2 #requirements .require {
		flex: 0 0 auto;
		padding: 0;
		margin: 0 0 50px;
	}

	.franchise_v2 #requirements .require + .require::before{
		display: inline-block;
		position: absolute;
			top: -30px;
			left: 50%;
			z-index: 1;
		width: 150px;
		height: 2px;
		background-color: #9e9e9e; /* menu grey */;
		content:'';

		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

}

.franchise_v2 #news_slider{
	width: 700px;
	max-width: 100%;
    margin: auto;
}

.franchise_v2 #news_slider .news_item img{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 1 / 0.67428571;
}

.franchise_v2 #news_slider .news_item img:hover{
	opacity: 1;
}

@media (max-width: 767px){
	
	.franchise_v2 #news_slider .lt_arrow{
		left: -2px;
	}

	.franchise_v2 #news_slider .rt_arrow{
		right: -2px;
	}

	.franchise_v2 #news_slider .slick-dots {
		bottom: 25px;
	}

	.franchise_v2 #news_slider .slick-dots div{
		margin: 0 8px;
	}

	.franchise_v2 #news_slider .slick-dots div button:before {
		background-color: #000000;
		border: 2px solid #ffffff;
	}

	.franchise_v2 #news_slider .slick-dots div.slick-active button:before{
		background-color: #ffffff;
	}
}

.franchise_v2 .form_title{
	font-size: 1.7rem;
    font-weight: 600;
    width: 476px;
	max-width: 95%;
    line-height: 1.1;
    margin: 85px auto 10px;
}

.franchise_v2 .form_copy{
    width: 550px;
	max-width: 95%;
	margin: auto;
}

.page-template-tpl_banquet .title{
	margin-bottom: 50px;
	text-transform: uppercase;
}

.banquet .sections{
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	text-align: center;
}

.banquet .section {
	font-size: 1.2rem;
	max-width: 410px;
}

.banquet .sections .section_name{
	margin-bottom: 1em;
	text-transform: uppercase;
}

.banquet .sections .sub_heading{
	margin-bottom: .5em;
}

.banquet .sections .items{
	list-style: none;
	font-weight: 600;
}

.banquet .sections .item{
	margin-bottom: .4em;
}

.banquet .sections .item .small{
	font-size: .8em;
}

@media (max-width: 900px){

	.banquet .sections{
		grid-template-columns: 1fr;
	}
}

@media (max-width: 800px){
	
	#contents .banquet .section{
		padding: 0 0 70px;
		font-size: 1.5rem;
	}
}

.banquet #banquet_form{
	margin: 100px 0;
}

.banquet #banquet_form .gform_confirmation_message{
	margin-top: 50px;
}

.banquet #banquet_form h2{
	font-size: 36px;
	text-transform: uppercase;
}

@media print{

	.page-template-tpl_banquet *{
		color: #000000 !important;
	}

	.page-template-tpl_banquet .title{
		margin-bottom: 100px;
	}

	#contents .banquet .section{
		border: none;
		padding-bottom: 30px;
	}

	.page-template-tpl_banquet #header,
	.page-template-tpl_banquet #banquet_form,
	.page-template-tpl_banquet footer{
		display: none !important;
	}
}

@media (min-width: 600px){

	.form_style .gform_fields{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.form_style_wrapper .validation_error{
	margin-top: 20px;
}

.form_style_wrapper .gform_required_legend{
	text-align: right;
}

.form_style .gfield {
	flex: 0 0 100%;
}

.form_style .gfield label{
	display: inline-block;
	margin-bottom: 0.4em;
	margin-left: 0.9em;
}

.form_style .gfield label,
.form_style .gfield input,
.form_style .gfield textarea{
	letter-spacing: .1em;
	font-size: .9rem;
	color: #ffffff;
}

.form_style .gfield.gfield--width-half{
	flex: 0 0 48%;
}

.xdsoft_datetimepicker .xdsoft_timepicker{
	width: 70px !important;
}

.form_style .gfield--type-html{
	line-height: 1.6;
}

/* ijd 01-25-24  */

.page-template-tpl_rewards #contents{
	padding-top: 0;
}

@media (max-width: 800px){

	.page-template-tpl_rewards #contents{
		padding-top: 20px;
	}
}

.page-template-tpl_rewards h1{
	position: relative;
	z-index: 10;
}

.page-template-tpl_rewards h1 img{
	width: 405px;
}

@media (min-width: 768px) and (max-width: 1300px){

	.rewards .rewards_hero{
		position: relative;
			left: 50%;
		width: 1300px;
		max-width: none;

		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.rewards .rewards_hero_mobile{
	width: 500px;
	margin: auto;
}

@media (max-width: 767px){
	.rewards .rewards_hero_mobile{
		display: block;
	}
}

.rewards .content{
	overflow: hidden;
}

.rewards.inner{
	position: relative;
		z-index: 5;
	width: 1250px;
	margin-top: -65px;
}

.inner.rewards > h2,
.rewards .app_links h2{
	font-size: 2rem;
}

.rewards #show_shop{
	position: relative;
		z-index: 20;
	overflow: hidden;
	padding: 0;
	margin-top: 20px;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 1.4rem;
	text-decoration: underline;
	cursor: pointer;
}

.rewards_pop #popup{
	background-color: rgba(0,0,0,.8);
}

.rewards_pop #popup_content{
	padding: 0 0 30px;
}

.rewards_pop #popup_wrap{
	position: fixed;
		top: 50%;
		left: 50%;
	width: 563px;
	height: auto;
	padding: 0;
	border-radius: 45px;
	border: none;
	max-width: 90%;

	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}

.rewards_pop #popup_wrap img{
	width: 100%;
    object-fit: contain;
}

@media (max-height: 1350px){

	.rewards_pop #popup_wrap{
		position: absolute;
			top: 46px;
			left: 50%;

		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

.rewards_pop #popup_wrap #popup_dismiss{
	top: 0;
	right: 0;
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	font-size: 4rem;
}

.rewards_pop #popup_wrap .btn.red{
	padding: 1em 3em;
	font-size: .9rem;
	text-transform: uppercase;
}

.rewards.inner .content_copy{
	font-size: 1.2rem;
	color: #ffffff;
}

.content_copy_2
{
	font-size: 1.2rem;
	color: #ffffff;
	margin-left: 10%;
	margin-right: 10%;
}

.content_copy_2 h2 {
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 2.5rem;
}

.faq-header {
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 20px;
}

.rewards .faq {
  position: relative;
  margin-bottom: 10px;
  background-image: url(images/icons/icon-faq-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 0% top 15px;
  background-size: 40px;  
}

.rewards .faq .answer {
  display: none;
}

.rewards .faq .faq_toggle, .rewards .faq .answer {
  padding: 20px 11% 20px 0%;
}

.rewards .faq .answer, .rewards .faq .answer p {
  margin: 0;
  text-transform: none;
  color: #ffffff;
  font-size: 1rem;
}

.rewards .faq .answer p {
  margin-bottom: 0em;
  font-color: #ffffff !important;
}

.rewards .faq .faq_toggle {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: none;
  font-weight: normal;
  cursor: pointer;
}

.rewards .faq .question {
  display: inline;
  padding-left: 0;
  margin-bottom: 4px;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.content_copy_2 li {
	margin-bottom: 15px;
}

.faq-answer {
	margin-top: 10px;
}

.faq-question {
	margin-bottom: 5px !important;
}


.rewards.inner .content_copy p{
	margin-bottom: 0;
}

.rewards.inner .content_copy p:last-of-type{
	margin: 0 0 1em;
}

@media (min-width: 801px){

	.rewards.inner{
		margin-top: -220px;
	}

	.rewards.inner .content_copy{
		position: absolute;
			top: 0;
			left: 50%;
			z-index: 10;
		padding-top: 123px;

		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}

@media (max-width: 500px){
	
	.rewards.inner{
		margin-top: -90px;
	}

	.rewards .slurp_earn{
		max-width: 88%;
	}
}

.rewards .content_bottom{

}

.rewards .content,
.rewards .benefits{
	margin-bottom: 50px;
}

.rewards_v2 h2 {
	margin-bottom: 20px;
}

.rewards .bookend_lines {
	overflow: hidden;
	margin-bottom: 16px;
	text-align: center;
}

.rewards .bookend_lines span{
	display: inline-block;
	position: relative;
	font-size: 1rem;
}

.rewards .bookend_lines span::after,
.rewards .bookend_lines span::before{
	display: inline-block;
	position: absolute;
		top: 50%;
		z-index: 1;
	width: 100%;
	height: 2px;
	background-color: #212121;
	font-size: 1rem;
	content:'';

	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.rewards .bookend_lines span::after{
	left: calc(100% + 4px);
}

.rewards .bookend_lines span::before{
	right: calc(100% + 4px);
}

.rewards .compact{
	width: 325px;
	max-width: 100%;
	margin: auto;
}

.rewards .cta{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.rewards .cta_group {
	display: flex;
	flex-direction: column;
	width: 150px;
	max-width: 95%;
	margin: auto;
	gap: 12px;
}

.rewards .cta_group .cta{
	padding: 1em;
	font-size: .9rem;
	line-height: 1;
}

.rewards .app_links a{
	display: inline-block;
	margin: 0 8px 20px;
	text-decoration: none;
}

.rewards .app_links img{
	height: 73px;
}

.app-copy {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 40px;
}

.canada-copy {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}

.Canada-font {
	font-size: 1.5em !important;
}

.rewards .benefits{
	display: grid;
	width: 985px;
	max-width: 98%;
	margin: 0 auto 50px;
	grid-gap: 50px;
	grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
}

.rewards .benefit{
	aspect-ratio: 1 / 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 20px;
	background-color: #212123;
	color: #ffffff;
	text-align: center;
}

.rewards .benefit p{
	margin: 0;
}

.rewards .benefit .image{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 58%;
}

.rewards .benefit .copy{
	line-height: 1.1;
}

.rewards .benefit img{
	transform: scale(.7);
}

@media (max-width: 900px){
	
	.rewards .benefits{
		grid-template-columns: 1fr 1fr;
		gap: 35px;
		max-width: calc(100% - 50px);
	}

	.rewards .benefit{
		aspect-ratio: auto;
	}
}

@media (max-width: 400px){
	
	.rewards .benefits{
		gap: 10px;
		max-width: 100%;
	}
}

@media (max-width: 340px){
	
	.rewards .benefits{
		grid-template-columns: 1fr;
	}
}

.rewards .footer_copy{
	margin: 82px 0;
	margin-bottom: 0px;
}

/* ===== */

.single-jrb_locations #contents{
	padding-top: 0;
}

.location_v2 .gray_hdr{
	color: var(--jrb_gray);
	text-transform: uppercase;
	font-weight: bold;
}

.location_v2 .fas{
	margin-right: 1em;
}

.location_v2 .white_hdr{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.4rem;
    font-weight: 600;
}

.location_v2 .slider_wrap .loader{
	top: 30%;
	z-index: 100;
}

.location_v2 #hero_slider{
	margin-bottom: 0;
    overflow: hidden;
}

@media (min-width: 801px){

	.location_v2 #hero_slider{
		max-height: 888px;
	}
}

@media (max-width: 800px){
	
	.location_v2 #hero_slider{
		max-height: 100vw;
	}
}

.location_v2 #slickdots{
	position: static;
}

.location_v2 .hero_slide{
	opacity: 0;
	width: 100%;
	height: 500px;
	object-fit: cover;
	transition: opacity .3s ease-in-out;
}

.location_v2 .hero_slide.reveal{
	opacity: .6;
}

@media (min-width: 768px) and (min-height: 800px){

	.location_v2 .hero_slide{
		max-height: calc(100vh - 390px);
	}
}

@media (min-width: 960px){
	
	.location_v2 .hero_slide{
		height: 58vw;
	}
}

@media (max-width: 800px){

	.location_v2 .hero_slide{
		height: 100vw;
	}
}

.location_v2 .slick-dots {
	position: static;
}

.location_v2 .slick-dots div {
	width: auto;
	height: auto;
}

.location_v2 .slick-dots div button{
	width: 1em;
	height: 1em;
	border-radius: 100%;
	border: 1px solid #ffffff;
	font-size: 1rem;
	color: #000;
	text-indent: -9999em;
}

.location_v2 .slick-dots div button:before{
	content: none;
}

.location_v2 .slick-dots div.slick-active button{
    background-color: #ffffff;
    opacity: 1;
}

.location_v2 .container{
	width: 960px;
}

@media (max-width: 800px){

	.location_v2 .container{
		width: 500px
	}
}

.location_v2 .loc_heading{
	width: 100%;
	position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 1;
}

@media (min-width: 768px){
	
	.location_v2 .loc_heading{
		bottom: auto;
		/* top: clamp(200px, calc(100% - 125px),  calc(97.01vh - 332px)); */
		top: auto;
        bottom: 40px;
	}

	/* body.scrolled_down .location_v2 .loc_heading{ */
	/* 	top: 86%; */
	/* } */
}


.location_v2 .loc_heading .title_badge{
	display: inline-block;
	padding: 1em 2em;
	margin-bottom: 1em;
	background-color: var(--jrb_red);
	font-size: .8rem;
	color: #ffffff;
}

.location_v2 .loc_heading h1{
	font-size: 3rem;
}

.location_v2 .loc_heading .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.location_v2 .slider_controls{
	position: absolute;
		bottom: 40px;
		left: 20px;
		z-index: 1;
}

.location_v2 .slider_controls .play_btn{
	top: 0;
	left: 0;
}

@media (max-width: 1130px){

	.location_v2 .slider_controls{
		left: auto;
		right: 34px;
		bottom: 30px;
	}
}

.location_v2 .loc_content {
	margin-bottom: 100px;
	gap: 60px;
}

.location_v2 .loc_content .half{
	flex: 0 1 50%;
}

.location_v2 .info_block{
	margin-bottom: 40px;
	font-size: 1.3rem;
}

.location_v2 .info_block a{
	line-height: 1.3;
}

.location_v2 .info_block h2{
	font-size: 1rem;
	margin-bottom: .5em;
}

.location_v2 .info_block .today_hours{
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}

.location_v2 .info_block .all_hours{
	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1.5;
}

.location_v2 .info_block .happy_hour{
	margin-top: 20px;
}

/* .location_v2 .map.desk_only a{ */
/* 	display: inline-block; */
/* 	width: 100%; */
/* } */

.location_v2 .map {
	margin-bottom: 50px;
}

.location_v2 .map img{
	width: 100%;
}

.location_v2 .loc_page a{
	padding: .9em 1em;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .1em;
}

@media (max-width: 800px){
	
	.location_v2 .loc_page{
		margin-top: 50px;
	}
}

.location_v2 .ctas{
	display: grid;
	margin-bottom: 60px;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
}

.location_v2 .ctas.has_one{
	grid-template-columns: 1fr;
	width: 216px;
}

@media (min-width: 801px){
	
	.location_v2 .ctas{
		width: 216px;
		margin: 0 auto 42px;
		grid-template-columns: 1fr;
	}
}

.location_v2 .ctas .cta{
	width: 100%;
	padding: 1em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.location_v2 .tonkotsu h2{
	display: inline-block;
	padding: .6em 1.2em;
	border: 1px solid var(--jrb_red);
	font-size: 1.3rem;
	font-weight: 600;
}

.location_v2 .cs_text{
	color: #ffffff;
	font-size: 2rem;
	margin-bottom: 1em;
}

.rewards_insert{
	color: #ffffff;
	margin-bottom: 40px;
}

.rewards_insert .content{
	flex: 0 0 50%;
}

.rewards_insert .content .cta{
	margin-top: 20px;
}

.rewards_insert .content p{
	width: 320px;
	max-width: 100%;
	margin: auto;
}

.rewards_insert .content img{
	width: 437px;
	max-width: 80%;
	margin-bottom: 10px;
}

.rewards_insert .rewards_img{
	flex: 0 0 50%;
}

@media (min-width: 801px){
	
	.rewards_insert{
		align-items: center;
	}
}

@media (max-width: 800px){
	
	.rewards_insert{
		padding-bottom: calc(71.43vw - 28px);
		background-image: url(images/rewards/hero_graphic_mobile_v2.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
	}

	.rewards_insert .rewards_img {
		display: none;
	}
}

.legal h1{
	font-size: 3rem;
}

.legal p{
	color: #ffffff;
}

.page-template-tpl_jinya15 #contents{
	padding-top: 0;
}

.jinya_15 .hero{
	width: 100%;
}

.jinya_15 .inner{
	width: 900px;
    padding: 0 20px;
}

.jinya_15 h2{
	font-size: 2.4rem;
	font-style: italic;
}

.jinya_15 h3{
	font-size: 1.54rem;
	line-height: 1.3;
}

.jinya_15 .top_header{
	margin: 70px 0 30px;
	text-align: center;
}

@media (min-width: 768px){
	
	.jinya_15 .top_header br{
		display: none;
	}
}

.jinya_15 .perks{
	display: flex;
	gap: 16%;
	margin-bottom: 50px;
}

.jinya_15 .perk{
	flex: 1 1 0;
	padding: 30px 0 40px;
	border: 1px solid #fff;
}

.jinya_15 .perk h3{
	margin-bottom: 1.4em;
}

@media (max-width: 767px){

	.jinya_15 .perk{
		padding-top: 0;
	}

	.jinya_15 .perks{
		flex-direction: column;
		gap: 100px;
        width: 340px;
		margin: 0 auto 70px;
        max-width: 100%;
	}

	.jinya_15 .perk h3{
		margin-bottom: 1em;
	}
}

.jinya_15 .perk img{
	display: block;
	width: 220px;
    height: 210px;
	margin: 0 auto 20px;
	object-fit: contain;
	object-position: bottom;
}

@media (max-width: 767px){
	
	.jinya_15 .perk img{
		height: auto;
	}
}

.jinya_15 .perk .copy{
	text-align: center;
	padding: 0 30px;
}

.jinya_15 .perk .copy p{
	color: #ffffff;
	margin: 0 0 .5em;
}

.jinya_15 .perk + .perk{
	position: relative;
}

.jinya_15 .perk + .perk::after{
	display: inline-block;
	position: absolute;
		top: 19%;
		left: -19%;
		z-index: 1;
	width: 1em;
	height: 1em;
	font-size: 6rem;
	color: #ffffff;
	content:'';
	transform: translateX(-50%);
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4gPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOmk9Imh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVJbGx1c3RyYXRvci8xMC4wLyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTIwLjcgMTIwLjciIGZpbGw9IiNmZmZmZmYiPiA8cG9seWdvbiBwb2ludHM9IjExOS4yIDYzLjQgMTE5LjIgNTggNjQuNiA1OCA2Mi45IDU2LjIgNjIuOSAxLjcgNTcuNCAxLjcgNTcuNCA1Ni4yIDU1LjcgNTggMS4yIDU4IDEuMiA2My40IDU1LjcgNjMuNCA1Ny40IDY1LjEgNTcuNCAxMTkuNyA2Mi45IDExOS43IDYyLjkgNjUuMSA2NC42IDYzLjQgMTE5LjIgNjMuNCIvPiA8L3N2Zz4=");
}

@media (max-width: 767px){
	
	.jinya_15 .perk + .perk::after{
		top: -77px;
        left: 50%;
        font-size: 4rem;
	}
}

.jinya_15 .top_content h2{
	text-transform: uppercase;
}

.jinya_15 .top_content p,
.jinya_15 .top_content li,
.jinya_15 .gfield_description:not(.validation_message){
	color: #ffffff;
}

.jinya_15 .top_content ul{
	margin: auto;
	padding-left: 2em;
	max-width: 430px;
}

.jinya_15 .top_content li{
	line-height: 1.3;
}

.jinya_15 .top_content .app_btns{
	max-width: 310px;
    margin: auto;
}

.jinya_15 .top_content .cta{
	text-transform: uppercase;
	width: auto;
}

.jinya_15 .top_content .cta,
.jinya_15 .top_content img{
	margin-bottom: 50px;
}

.jinya_15 .mid-page_heading{
	margin: 70px 0;
	font-size: 2.2rem;
	font-weight: normal;
	font-style: normal;
}

.jinya_15 .map_img{
	width: 800px;
}

.jinya_15 .timeline_img{
	width: 470px;
}

.jinya_15 .gform_wrapper{
	width: 620px;
	margin-top: 50px;
}

.jinya_15 .gform_wrapper input,
.jinya_15 .gform_wrapper select{
	font-size: 16px;
}

.jinya_15 .gform_confirmation_message{
	margin: 120px 0;
	font-size: 1.5rem;
	color: white;
}


@media (max-width: 767px){
	
	.jinya_15 .top_content > p{
		max-width: 310px;
		margin-right: auto;
		margin-left: auto;
	}

	.jinya_15 .mid-page_heading{
		margin: 100px 0 0;
	}
}

.dbc_tabs .tablist{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
	border-bottom: 1px solid #fff;
	gap: 20px;
}

.dbc_tabs .tablist button{
	background-color: #000000;
	transform: translateY(1px);
}

.dbc_tabs .tablist button.active{
	border-bottom-color: #000;
}

.franchise_v2 .gform_wrapper {
	max-width: 90%;
}

.franchise_v2 .gform_confirmation_message{
	text-align: center;
    font-size: 2rem;
    color: #fff;
    margin: 60px 0;
}

.gform_wrapper .franchising-form .gfield--type-address .address_line_1,
.gform_wrapper .franchising-form .gfield--type-address .address_city,
.gform_wrapper .franchising-form .gfield--type-address .address_state,
.gform_wrapper .franchising-form .gfield--type-address .address_zip{
	position: relative;
	display: block;
    margin-bottom: 20px;
}

.gform_wrapper .franchising-form .ginput_container_address{
	margin-top: 20px;
}

@media (min-width: 768px){

	.gform_wrapper .franchising-form .ginput_container_address{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: space-between;
	}

	.gform_wrapper .franchising-form .ginput_container_address .gform-grid-col{
		flex: 0 0 100%;
	}

	.gform_wrapper .franchising-form .gfield--type-address .address_city{
		flex: 1 1 45%;
	}

	.gform_wrapper .franchising-form .gfield--type-address .address_state,
	.gform_wrapper .franchising-form .gfield--type-address .address_zip{
		flex: 1 1 22%;
	}
}


.page-template-page-blank header{
	position: static;
	padding: 0;
}

.post-password-form{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 500px;
	height: 50vh;
	max-width: 100%;
	margin: 90px auto;
	text-align: center;
}

.post-password-form input[type="submit"]{
	display: inline-block;
	padding: 0 25px;
	margin-top: 50px;
	background: rgba(0,0,0,0);
	border: solid 1px #ffffff;
	font-size: 12px;
	color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	cursor: pointer;
}

.pswd_logo{
	display: block;
	width: 270px;
	max-width: 75%;
	margin: auto;
}


