/*
Theme Name: Robata Jinya
Theme URI: https://www.eau-design.com/
Description: Robata JINYA
Author: eau design
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	box-sizing: border-box;
}

img{
	max-width: 100%;
}

textarea {
  white-space: revert;
}

svg{
    width: 100%;
    height: 100%;

    -webkit-transition: fill .3s ease-in-out;
            transition: fill .3s ease-in-out;
}


body{
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .06em;
	margin: 0;
	line-height: 1;
	background: #000;
	color: #eee;
	-webkit-font-smoothing: antialiased;
}

a,button{
	cursor: pointer;
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
}

a img,
:link img,
:visited img{
	border: none;
}

@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%);
	filter: grayscale(100%);
}

a {text-decoration: underline;}
a:link {color: #EEE;}
a:visited {color: #EEE;}
a:active {color: #EEE;}
a:hover {
	color: #FFF;
	text-decoration: none;
}

:focus-visible{
    outline: 3px dotted #FFFFFF;
}

/* :focus:not(:focus-visible) { */
/*   outline-color: transparent; */
/* } */

a{
    -webkit-transition: color .4s, background-color .4s ease-in-out;
    transition:         color .4s, background-color .4s ease-in-out;
}

::-webkit-input-placeholder {font-size:.8rem;letter-spacing:.01em;line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: Helvetica, sans-serif; }
::-moz-placeholder {font-size:.8rem;letter-spacing:.01em;line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: Helvetica, sans-serif; }
:-ms-input-placeholder {font-size:.8rem;letter-spacing:.01em;line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: Helvetica, sans-serif; }
:-moz-placeholder {font-size:.8rem;letter-spacing:.01em;line-height: .4;color: #FFF; opacity: 1;overflow: visible; font-family: Helvetica, sans-serif; }


/* utilities */


@media (min-width: 801px){

	.mobile_only{
		display: none !important;
	}
}

@media (max-width: 800px){

	.desk_only	{
		display: none !important;
	}
}

.tc{
    text-align: center;
}

.bold{
	font-weight: bold;
}


.flx_jsp{
	justify-content: space-between;
}

@media (min-width: 768px){
    .flex_desk{
        display: flex;
    }
}

.flx_1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nobtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	overflow: hidden;
}

.nobtn:hover{
	background-color: transparent;
}

#wrapper{
	margin: 0;
	padding: 0;
	clear: both;
}

#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{
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
	position: relative;
}


#ae_app .ae-initial-cta span{
	font-size: 20px !important;
}
#ae_app #ae_launcher.ae-cta-position-preset-right-lower{
	bottom: 50px !important;
}


/**
ROLLOVER
*/

a img:hover{
	opacity: 0.90;
	-moz-opacity: 0.90;
}


/* 404 */
.fourohfour{
	min-height: 400px;
}

/**
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;
}

/* ijd 12-07-21  */

.menu_brands{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.menu_brands ul{
	display: flex;
	justify-content: center;
}

header .menu_brands{
	height: auto;
	background-color: #484848;
	line-height: 1;
}

div.menu_brands ul {
	display: flex;
	justify-content: center;
	width: 965px;
	max-width: 100%;
	margin: auto;

}
.menu_brands ul li{
	display: flex;
	flex: 1 1 0;
	justify-content: center;
	align-items: center;
	list-style: none;
}

.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;
}
	
.menu_brands ul li img{
	height: 25px;
	opacity: 0.55;
	transition: opacity .3s ease-in-out;
}


.menu_brands ul li.active{
	background-color: #000000;
}

.menu_brands ul li a:focus img,
.menu_brands ul li a img:hover,
.menu_brands ul li.active a img{
	opacity: 1;
}

.menu_brands ul li.active a img{
	height: 17px;
}

footer .menu_brands ul li img{
	opacity: 1.00;
}
.menu_brands ul li.active a{
	color: #FFF;
}
.menu_brands ul li a:hover{
	color: #EEE;
}

.menu_brands ul li.saijo_logo img {
    height: 30px;
}
footer .menu_brands ul li a{
	color: #FFF;
	padding: 0;
}

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: 29vw;
	}
}

#nav_bottom{
	display: flex;
	position: relative;
		z-index: 110;
	justify-content: space-between;
	align-items: center;
	width: 1070px;
	max-width: 100%;
	padding: 10px 0;
	margin: auto;
}

#social_mail_wrap .inner{
	width: 100%;
}

/* yext */

.yxt-SearchBar-container{
	border-color: #FFF !important;
	background-color: #000000 !important;
	border-width: 1px !important;
}

.yxt-SearchBar-input{
	color: #ffffff;
	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;
}

/* .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;
}

header .header_tagline{
	color: rgb(204,0,0);
	font-weight: bold;
	padding-top: 4px;
}

#nav_bottom .nav_wrap .header_tagline{
	flex: 1 1 auto;
	width: 20%;
	padding: 0 20px;
	text-align: center;
	transition: all .3s ease-in-out;
}

body.yxt_searchbar_on .header_tagline{
	opacity: 0;
}

@media (max-width: 420px){
	
	header .header_tagline{
		font-size: .8rem;
	}
}

@media (max-width: 350px){
	
	header .header_tagline{
		font-size: .7rem;
	}
}

#nav_bottom .nav_wrap #main-nav{
	margin-left: 0;
	margin-right: auto;
}

@media (min-width: 801px) and (max-width: 850px){

	#nav_bottom .nav_wrap .header_tagline{
		width: 44vw;
	}
}

@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,
#main-nav ul button{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .1em;
}

.jrb_nav ul li,
#main-nav ul li{
    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,
#main-nav ul li button{
	display: inline-block;
	padding: 15px;
	color: #ccc;
	line-height: 1;
	text-decoration: none;
}

#main-nav ul li button{
	overflow: hidden;
	margin: 0;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

@media (max-width: 800px){
	
	#main-nav .dropdown_wrap ul{
		position: static;
	}
}

.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;
}

#main-nav ul li.current-menu-item.dropdown_wrap a{
	border: none;
}

#main-nav .dropdown_wrap ul{
	left: 0;
	width: calc(100% + 70px);
	padding: 0;

	-webkit-transform: none;
	        transform: none;
}

@media (min-width: 810px){

	#main-nav .dropdown_wrap ul li{
		margin: 0;
	}
}

#nav_bottom .box_info a{
    height: auto;
    padding: 1.3em 1em;
    font-size: .75rem;
    line-height: 1;
}

#nav_bottom .box_info.nav_oo{
	display: flex;
}

#nav_bottom .box_info.nav_oo a{
	padding: 1.4em 1.5em;
}

.nav_oo a{
	text-transform: uppercase;
}

@media (min-width: 701px){

	#nav_bottom .box_info.nav_oo .button + .button{
		margin-left: 10px;
	}
}

@media (min-width: 800px) and (max-width: 940px){

    header div.menu_brands ul{
        display: flex;
        justify-content: center;
    }

    header div.menu_brands img{
        max-width: none;
    }

    /* #nav_bottom .box_info a, */
    /* #main-nav ul li{ */
    /*     font-size: .6rem; */
    /* } */

}

@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: 40px;
        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;
    }

}


.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;
	margin: 0 10px;
}

header.is_search #yxt_search_btn{
	display: none;
}

#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 1.2fr;
	}

	#nav_bottom .logo{
		padding-bottom: 0.5em;
		margin: 0 20px;
		text-align: left;
	}

	#nav_bottom .nav_wrap{
		width: auto;
		margin-top: 0;
		justify-self: end;
	}

	#nav_bottom .nav_wrap .header_tagline{
		padding: 0;
		font-size: .8rem;
	}

	#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{
		margin-left: 10px;
		background-size: 70%;
	}
}

.hdr_cta_mobile	{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	grid-column: 1 / 4;
}

.hdr_cta_mobile	.btn{
	width: 300px;
	text-align: center;
	max-width: 96%;
	margin-bottom: 10px;
}

@media (min-width: 701px){
	#nav_bottom .box_info.nav_oo.hdr_cta_mobile{
		display: none;
	}
}

@media (max-width: 700px){
	
	#nav_bottom .box_info.nav_oo.hdr_cta_desk{
		display: none;
	}

	.hdr_cta_mobile	{
		display: flex;
	}
}

@media (max-width: 360px){
	
	#jrb_logo{
		width: 112px;
	}
}

.accessibility-statement-container li{
	line-height: 1.4;
}

/**HEADER*/

header{
    position: sticky;
	position: -webkit-sticky;
	    top: 0;
	    z-index: 50;
    width: 100%;
    background: #000;
}

.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 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;
	/*width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0,0,0,1);
	color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;*/
}
.box_social ul li.instagram span.text{
	margin-right: 1em;
}

/*FIX*/
#contents .box_social,
#social_mail_wrap{
    position: fixed;
	    bottom: 0;
	    left: 0;
	    z-index: 200;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,1);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


#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;
}

#contents .box_social ul li span.text,
#social_mail_wrap .box_social ul li span.text{
	padding-right: 10px;
	font-weight: bold;
}

@media (max-width: 767px){
	
	#social_mail_wrap .flx_1{
		justify-content: center;
	}
}

@media (max-width: 500px){
	
	#social_mail_wrap .box_mail{
		display: none;
	}
}

@media (max-width: 420px){
    
    #social_mail_wrap{
        align-items: flex-end;
        justify-content: space-between;
    }

    #social_mail_wrap .box_mail{
        flex: 0 0 130px;
    }

    #social_mail_wrap .box_social {
        flex: 1 1 auto;
    }

	#social_mail_wrap .box_social ul{
		text-align: left;
	}

    #social_mail_wrap .box_social .social_handle{
        display: block;
        padding-left: 10px;
        text-align: left;
    }

    #social_mail_wrap .box_social .social_handle + li{
        margin-left: 0;
		padding-left: 10px;
    }

}

/**
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;
}




/**
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; */
}


/* default page */

.std_copy .container{
	width: 1000px;
	max-width: 95%;
	margin: auto;
	color: #8c8c8c;
}

.std_copy strong{
	font-weight: bold;
}

.std_copy h1, 
.std_copy h2, 
.std_copy h3, 
.std_copy h4, 
.std_copy h5, 
.std_copy h6 {
	font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: 700;
	color: #FFFFFF;
}

.std_copy h2{
	font-size: 1.5rem;
}

.std_copy h3{
	font-size: 1.3rem;
}

.std_copy h4{
	font-size: 1.3rem;
}

.std_copy h5{
	font-size: 1rem;
}

.std_copy th,
.std_copy td{
	line-height: 1.3;
    padding: 0.5em;
}

.std_copy th{
	padding: 10px;
	border: 1px solid;
	font-weight: bold;
	vertical-align: top;
}

.std_copy ul {
    padding-left: .5em;
    list-style-type: disc;
    list-style-position: outside;
	margin-bottom: 1em;
}


.std_copy li{
	line-height: 1.5;
}

.std_copy ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.std_copy ul ul,
.std_copy ol ul {
    margin: 1em;
    list-style-type: circle;
    list-style-position: outside;
}

.std_copy ol ol,
.std_copy ul ol {
	margin: 1em;
	list-style-type: lower-latin;
	list-style-position: inside;
}




/**
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 .block{
	margin-bottom:30px;
}
#contents section .block:last-child{
	margin-bottom: 0;
}


/**MOVIE*/

.franchise .movie{
	width: 60%;
	margin: 0 auto;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     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;
}

.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+");
}


/**
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;
}


.title{
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
.title.center{
	text-align: center;
}
.block  .title{
	margin-top: 40px;
}


.title h1{
	font-size: 36px;
	line-height: 1.2;
}
.title h1 .sub{
	font-size: 60%;
	margin-left: 1em;
}

.title h2{
	font-size: 30px;
	position: relative;
	z-index: 9;
}

.title h3{
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
}

.title h4{
	font-size: 24px;
	line-height: 1.2;
	/*border-bottom: solid 1px rgba(255,255,255,.8);*/
}
.title.sticky{
	position:-webkit-sticky; 
	position:sticky !important; 
	top:140px;
	z-index: 99;
	display: block;
	padding-bottom: 10px;
	margin-top: 10px;
	background-color: #000;}
.title.sticky h4{
	font-weight: bold;
}
.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);
}


.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);
}



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 .hero_overlay_text{
	position: absolute;
		top: 50px;
		left: 50%;
		z-index: 10;
	font-size: 2.5rem;
	font-weight: bold;
	transform: translateX(-50%);
	width: 95%;
}

@media (max-width: 500px){
	
	.main_slider .hero_overlay_text{
		font-size: 1.5rem;
	}
}

@media (max-width: 350px){
	
	.main_slider .hero_overlay_text{
		font-size: 1.2rem;
	}
}

.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 {
  background-attachment: fixed; 
  background-position: center center;
  background-size: cover;
  left: 0;
  /*以下、画面いっぱいにするためのCSS設定*/
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。*/
  position: absolute;
  top: 0;
  
  z-index: 1;
}

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;
}

/**
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 .image{
	width: 10%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: top;
}

ul.item.list li .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: 1rem;
    }
}

/**SIZE FIX*/

ul.item.box.fix li .image,
.flexbox.fix li .image{
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
ul.item.box.fix li .image,
.flexbox.fix li .image{
	height: 120px;
	overflow: hidden;
	position: relative;
}
.locations.top #contents ul.item.box.fix li .image{
	min-height: 160px;
}
ul.item.box.fix li .image img,
.flexbox.fix li .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{
	flex: 0 0 49%;
}
.flexbox.column_3 >li{
	flex: 0 0 32%;
}
.flexbox.column_4 >li{
	flex: 0 0 24%;
}
.flexbox.column_5 >li{
	flex: 0 0 19%;
}
.flexbox.column_6 >li{
	flex: 0 0 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;
}


.map iframe{
	width: 100%;
	/*height: 300px;*/
}

.locations .map iframe{
	height: 300px;
}

.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;
}




input:-internal-autofill-selected {
    background-color: #000 !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}


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;
}
/*div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
	padding:15px !important;
	line-height: 1.5;
}
*/
span.wpcf7-list-item {
    margin: 0 0 0 0 !important;
}



@keyframes onAutoFillStart { from {} to {}}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
	-webkit-text-fill-color: #EEE !important;
}

span.required{
	color: #F30;
	margin: 0 0.5em;
	font-weight: normal;
}

div.form ul li{
	list-style: none;
	margin-bottom: 15px;
}

input,textarea,select{
	border-radius: 5px;
	border: solid 1px #EEE;
	padding: 10px;
	font-size: 13px;
	background: rgba(0,0,0,1);
	color: #DDD;
	width: 100%;
}


/**
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: url(images/arrow_down_w.png) no-repeat 95% 50%;
	/*color: #EEE;*/
    background-size: 14px;
    -webkit-appearance: none;
}

select option{
    color: #000000;
    font-family: inherit;
}

/* select option:nth-child(1){ */
/* 	color: #DDD !important; */
/* } */

select.select-box.full{
	width: 100%;
}





/**
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.red{
	background-color: rgba(204,0,0,1);
	text-transform: uppercase;
	border: none;
}
a.btn.full{
	width: 100%;
	text-align: center;
}

input.btn.size_s,
button.size_s,
a.btn.size_s{
	font-size: 85%;
}

input.btn.size_l,
button.size_l,
a.btn.size_l{
	height: 60px;
	line-height: 60px;
	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,
a.cta: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.menu ul li a:hover .cover::before{
	background: rgba(0,0,0,0.4);
}


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 #contents section section {
    padding: 0px 0 !important;
}

.locations.list ul.item.box li p.title{
	font-size: 140%;
}

.locations .gmap{
	position: relative;
	/* height: 590px; */
}

.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.top .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.top p.countup.gmap{
	display: none;
}

.locations p.countup span.count{
	font-size: 120px;
	line-height: 1;
	display: block;
}

.locations div.map iframe{
	margin-bottom: 50px;
}

.locations.top #contents ul.item.box li{
	background: #222;
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 2% !important;
	height: inherit;
}
.locations.top #contents ul.item.box li div.icon{text-align: center;}
.locations.top #contents ul.item.box li div.icon img{
	display: inline-block;
	height: 50px;
}
.locations.top #contents ul.item.box li p.title{
	margin: 1em 0;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.locations.top #contents ul.item.box li p.button {
	margin: 10px 0 0 0;
}
.locations.top #contents ul.item.box li p.button a{
	width: 100%;
	padding: 3px 0 0px 0 !important;
}
.locations ul.item.box li p.text{
	font-size: 12px;
    color: rgba(255,255,255,.5);
    margin: 5px 0 0 0;
	
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.locations ul.item.box li p.button{
	min-height: 40px;
}

.locations.list section{
	padding-bottom: 0 !important;
}

.locations table.list th{
	vertical-align: top;
	text-align: center;
	width: 5%;
}
.locations table.list th,
.locations table.list td{
	border: none;
	padding: 5px;
}
.locations table.list tr.sns td a{
	margin-right: 10px;
}
.locations table.list tr.sns{
	display: none;
}

.locations table.list td ul{
	margin-left: 0;
}
.locations table.list td ul li{
	width: 100%;
}

.locations article p.main_image{
	margin-bottom: 20px;
}
.locations article p.main_image img{
	width: 100%;
}

.locations article div.comment{
	/*padding: 5px 20px;
	background: rgba(204,0,0,.5);
	margin-bottom: 20px;*/
}

.locations article table.list{
	margin: 0 0 20px 0;
}

/* .locations article ul.delivery li{ */
/* 	width: inherit; */
/* 	display: inline-block; */
/* 	margin-right: 2%; */
/* 	list-style: none; */
/* } */

.locations article .order{
	margin-bottom: 1em;
}


.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;
}

.single #main_contents article li.waitlist{
	margin-left: auto;
}

.locations article .order li a{
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.locations article .order li.menu a{
	width: 100%;
	height: 60px;
	line-height: 60px;
}

.single-location .loc_logo{
	width: 300px;
	max-width: 100%;	
	margin-bottom: 20px;
}

.single-location .loc_logo svg{
	fill: #ffffff;
}

.single-location .loc_logo svg .st0{
	fill: #eb2127;
}

@media (max-width: 800px){
    
    .locations article .order li{
        width: 100%;
    }

	.single-location .loc_logo{
		margin: 0 auto 20px;
	}
}

/**
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;
}

/* 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;
    }

}





 /**
 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*/
.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;
}

footer .box_mail a.btn{
	padding: .5em 1em;
	line-height: 1;
}

/**
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% !important;
        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;
    }

    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;
    }

    .box_social ul li a{
        padding: 0;
    }


    /**
    SUB NAVI
     */


    /**
    GLOBAL NAVI(STELL)
     */

    header {
        padding: 10px;
        /*display: none;*/
    }

    header nav {
        top: 0px;
        left: 0px;
    }

    #navre li{
        text-align: left;
        width: 100%;
    }

    .stellarnav{
        width: 100%;
    }

    /* .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile{ */
    /*     padding: 15px 20px !important; */
    /* } */

    .stellarnav .fa-bars::before{
        font-size: 20px;
    }


    .stellarnav > ul > li > a {
        padding-left: 15px;
        font-size: 12px;
        text-shadow: none;
    }

    .stellarnav.mobile > ul > li{
        border-top: solid 1px rgba(0,0,0,0.05);
        margin: 0;
    }

    .stellarnav.mobile{
        position: absolute;
        width: 100%;
        border: none;
    }

    .stellarnav.mobile.dark ul {
        background: rgba(0, 0, 0, 1);
    }

    .stellarnav > ul > li{
        width: 100%;
    }

    .stellarnav ul li.button{
        display: block;
    }

    .stellarnav.mobile.light li a{
        height: 48px;
        padding-left: 10px;
        border-bottom: solid 1px rgba(0,0,0,0.1);
    }

    .stellarnav.mobile.light > ul{
        border: none;
    }
    .stellarnav.mobile.light li a{
        border: none;
    }

    .stellarnav.light li a.dd-toggle{
        color: rgba(0,0,0,0.8);
    }

    .stellarnav.mobile.light ul li li a{
        padding-left: 50px;
        border-top: solid 1px rgba(0,0,0,0.02);
    }

    .stellarnav ul li a.active{
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }


    /**
    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;
    }*/


    /**
    VIDEO
     */

    .wrapper {
        height: 55vh; 
    }

    #video {
        min-height: 55vh;
        /*left: -50px;*/
    }

    /**
    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 {
        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 50px 0;
    }

    footer .inner{
        padding: 0;
    }


    footer div.menu_brands{
        height: auto;
        line-height: inherit;
        margin-bottom: 50px;
    }

    footer div.menu_brands ul{
        width: 95%;
        margin: 0 auto 30px auto;
		flex-wrap: wrap;
    }

    footer div.menu_brands ul li {
		display: inline-block;
		flex: 1 1 30%;
		padding: 0 0 15px 0;
		margin: 0px;
		text-align: center;
    }




    /**
    ACCORDION
     */


    /**
    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.top .gmap p.countup{
        text-shadow: none;
        color: #FFF;
    }


    /**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.top #contents ul.item.box li{
        padding: 20px 20px;
        /*height: 290px;*/
    }

    .locations.top #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: 40px;
        line-height: 40px;
    }


    /**
    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;
    }



}






/**
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: 600px;
  position: relative;
  z-index: 0;
}

/* ==== */
/* ijd 07-24-20  */

.sr-only{
    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);
}

.stellarnav.mobile .menu-toggle{
    overflow: hidden;
    padding: 0;
    margin: 15px 0 15px 15px;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.jrob_title{
	font-size: 2rem;
}

.cta{
	display: inline-block;
	padding: .5em 1em;
	background-color: #000000;
	border: solid 1px #FFF;
	font-size: 1rem;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.cta.red{
	background-color: rgba(204,0,0,1);
	border-color: rgba(204,0,0,1);
}

.cta.red:hover{
	background-color: rgba(204,0,0,.8);
	border-color: rgba(204,0,0,.8);
}

/* dropdown kit */
.dropdown_wrap {
    display: inline-block;
    position: relative;
	    z-index: 1;
}

.dropdown_wrap.active{
	z-index: 10;
}

.dropdown_wrap button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none;
    overflow: hidden;
}

.dropdown_wrap ul,
.dropdown_wrap ol{
	display: none;
	position: absolute;
		top: 100%;
		left: 50%;
		z-index: 1;
	width: calc(100% + 2px);
	padding: 20px 0 0 0;
	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: 1;
    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.pause{
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBmaWxsPSJ3aGl0ZSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEyNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTAwIDEyNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxyZWN0IHg9IjI3LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KCTxyZWN0IHg9IjU1LjUiIHk9IjI2IiB3aWR0aD0iMTciIGhlaWdodD0iNzMiLz4KPC9nPgo8L3N2Zz4K");

}
/* 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: 0;
}

.rt_arrow{
    right: 0;
}

.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: 30%;
}


@media (max-width: 800px){
    .video_wrap .loader{
        top: 8%;
    }
}

/* add'l 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%);
}

/* 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 }  }
/* ===================== Home ===================== */

.home .video_wrap{
	height: auto;
	padding: 0 0 60px;
}

.home .video_wrap #video{
	position: relative;
	height: calc(100vh - 250px);
	min-width: 0;
	min-height: 0;
	object-fit: cover;
}

@media (max-width: 800px){
	
	.home .video_wrap{
		height: auto;
	}

	.home .video_wrap #video{
		height: 100vw;
	}
}

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%;
}

#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 .catch,
    body.home .about .catch{ 
        /* width: 220px; */
        margin-bottom: .5em;
		font-size: 3rem;
    }

    #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;
}

#map_wrap{
    position: relative;
}

#map_wrap #map_controls{
    position: absolute;
	    right: 20px;
	    bottom: 20px;
	    z-index: 1;
}

#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;
    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;
}

body.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;
    text-align: left;
    border-bottom: solid 1px rgba(255,255,255,.5);
    cursor: pointer;
}

body.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;
}

.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 {
    line-height: 2;
}

.loc_details .loc_icon{
    margin: 0 .6em;
}

.loc_details .loc_hours{
    position: relative;
    padding-left: 2.6em;
}

.loc_details .happy_hour{
	margin-top: 1em;
}

.loc_details .loc_hours .loc_icon{
    display: inline-block;
    position: absolute;
        top: .5em;
	    left: 0;
	    z-index: 1;
}

.loc_details .addl_hrs{
    padding-left: 2.6em;
}

.loc_gc {
	margin: 60px 0;
}

.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;
    }
}

/* forms */

.floating_labels .gfield{
	position: relative;
}

.floating_labels label{
	position: absolute;
		top: 0;
		z-index: 1;
	padding-left: 2em;
	transition: all .3s ease-in-out;
}

.floating_labels .gfield.unfloat label{
	top: -1em;
	left: 0;
	font-size: .9rem;
}

.gfield.sr_label > label{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

/* Menu */

body.menu .slide a{
    display: inline-block;
    margin: 3px;
    width: calc(100% - 6px);
}

@media (max-width: 800px){
    body.menu #wrapper {
        padding-top: 100px;
    }
}

.gform_wrapper ul {
    list-style: none;
}

.gform_wrapper .gfield{
    margin-bottom: 20px;
}

.gform_wrapper input,
.gform_wrapper select{
    width: 100%;
    height: auto;
    padding: 1em;
    padding: 1em 1em;
    color: #FFFFFF;
    line-height: normal;
}

.gform_wrapper textarea{
    font-family: inherit;
}

.gform_wrapper label,
.gform_wrapper legend{
	margin-bottom: .5em;
	display: inline-block;
}

.gfield_required{
	margin-left: .3em;
}

.gform_wrapper [type=checkbox],
.gform_wrapper [type=radio]{
	cursor: pointer;
}

.gform_wrapper [type=checkbox]{
	width: 1em;
	height: 1em;
	appearance: auto;
	font-size: 1.5rem;
}

.gform_wrapper .terms_checkbox{
	display: flex;
	flex-wrap: wrap;
}

.gform_wrapper .terms_checkbox .gfield_description {
	flex: 0 0 90%;
	margin-top: 0;
	margin-left: 1em;
}

.gform_wrapper .terms_checkbox .validation_message {
	flex: 0 0 100%;
	margin-top: 1em;
	margin-left: 0;
}

.gform_wrapper .hide_label label,
.gform_wrapper .hide_label legend{
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}

.gform_validation_container {
	display: none;
}

.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-radius: 0;
	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;
}

#gf_form_focus:focus{
	outline-color: transparent;
}

.req_footnote{
	margin-top: 2em;
}

/* form template */
.form_page .container{
	width: 800px;
}

/* 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{
    width: 600px;
    max-width: 95%;
    background-color: #000000;
    line-height: 1.3;
    text-align: center;
}

.dbc_lightbox_caption{
    padding: 5px 0;
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}

.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: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: 0;

    -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: 400px;
        width: 90%;
        max-width: 600px;
    }
}

@media (max-width: 767px){
    
    #popup_wrap{
        position: absolute;
	        top: 120px;
	        z-index: 1;

        -webkit-transform: translate(-50%,0%);
                transform: translate(-50%,0%);
    }

}

/* reg default page */
.plain_page h2{
    font-size: 1.5rem;
}

/* cat type pages */
.cat_type .cat_wrap > .title {
    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_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  */

.page-template-page-menu-template #contents{
	padding-top: 0;
}

.menu_new .section{
	padding: 0;
	margin-bottom: 1em;
}

.menu_new .section{
	/* display: none; */
	margin-top: 100px;
}

.menu_new .section:first-child{
	margin-top: 200px;
}

.menu_new {
	line-height: 1.3;
}

.menu_new.inner{
	margin-top: 100px;
	padding-bottom: 500px;
}

.menu_new#menu_header{
	display: flex;
	position: -webkit-sticky;
	position: sticky;
		top: 119px;
		z-index: 10;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
	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-align: center;
	text-transform: uppercase;
}

.menu_new #menu_nav_mobile {
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	max-width: 900px;

	display: grid;
	grid-gap: 10px;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
	justify-items: center;
	margin: 0 10px;

}

.menu_new #menu_nav_mobile .menu_anchor{
	display: inline-block;
	/* flex: 1 0 30%; */
	/* max-width: 95%; */
	padding: 0.5em 1em;
	margin: 0 .5em .5em;
	border: 1px solid #FFF;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
}


@media (max-width: 1060px){
	
	.menu_new#menu_header{
		flex-direction: column;
	}

	.menu_new#menu_header .menu_title {
		margin-bottom: 1em;
	}

	.menu_new #menu_nav_mobile {
		/* align-items: center; */
	}

	.menu_new #menu_nav_mobile .dropdown_wrap{
		width: auto;
	}

	.menu_new #menu_nav_mobile button{
		padding-right: 30px;
		font-size: 1rem;
	}

	.menu_new #menu_nav_mobile .menu_anchor{
		margin-bottom: 0.5em;
		font-size: 1rem;
	}

}

@media (max-width: 800px){
	
	.menu_new #menu_nav{
		display: none;
	}
}


@media (max-width: 600px){

	.menu_new #menu_nav_mobile {
		grid-template-columns: auto auto;
	}

	.menu_new #menu_nav_mobile .dropdown_wrap{
		margin-bottom: 15px;
	}

}

.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;
	}
}

@media (max-width: 767px){

	.menu_new .section.hide_images .item_photo{
		display: none;
	}
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.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 .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;
}

@media (max-width: 800px){
	
	.menu_new.inner{
		margin-top: 30px;
	}

	.menu_new#menu_header{
		top: 58px;
	}
}


@media (max-width: 700px){
	
	.menu_new#menu_header{
		top: 66px;
	}

	.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: 110px;
}


.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_photo{
	height: auto;
	max-width: 100%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.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{
	width: 100%;
	padding: 1em;
	margin: auto;
	background-color: black;
	font-size: .8rem;
	text-align: center;
}

.menu_new.disclaimer.mobile_only{
	position: fixed;
		bottom: 50px;
		left: 0;
		z-index: 100;
	width: 100vw;
}

.menu_new.disclaimer .container{
	max-width: 95%;
	width: 700px;
	margin: auto;
}


@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;
	}

}



#yext_search{
	position: relative;
	z-index: 10;
}

#yext_search .inner{
	position: relative;
	z-index: 1;
}

.privacy-table tr {
	
}

.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 .app_btns{
	margin-top: 20px;
	text-align: center;
}

.mobile_apps .app_btns a{
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 20px;
}

/* slider general */
.slick-dots li button::before,
.slick-dots li button .slick-dot-icon::before{
	content: none;
}

.slick-dots li button{
	width: 1em;
	height: 1em;
	border-radius: 100%;
	border: 2px solid #fff;
	font-size: 1rem;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	overflow: hidden;
}

.slick-dots li.slick-active button{
    background-color: #fff; 
    opacity: 1;
}


/* Front Page */

#jinya_history{
	width: 950px;
	max-width: 100%;
	margin: auto;
	font-family: minion-pro,serif;
}

#jinya_history .jrob_title{
	border-bottom: 7px solid #cc0200;
	padding-bottom: 0.75em;
}

#history_slider {
	background-color: #121212;
	padding: 38px;
}

#history_slider .slick-dots{
	bottom: 10px;
	left: 50%;
	width: 100%;

	-webkit-transform: translate(-50%,0%);
	        transform: translate(-50%,0%);
}

@media (min-width: 768px){
	#history_slider .slick-dots{
		display: inline-flex;
		top: 50%;
		right: 40px;
		bottom: 50%;
		left: auto;
		flex-direction: column;
		width: auto;

		-webkit-transform: translate(0%,-50%);
		        transform: translate(0%,-50%);
	}
}

#history_slider .slick-dots li {
	flex: 1 1 auto;
}

#history_slider .slick-dots li button{
	margin: .5em 0;
}

#history_slider .history_slide{

}

#history_slider .history_slide .copy{
	padding: 10px 30px;
	color: #acacac;
}

#history_slider .history_slide .copy h3{
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
}

#history_slider .history_slide .hist_img{
	flex: 0 0 50%;
}

@media (max-width: 767px){
	
	/* #history_slider .history_slide .inner{ */
	/* 	display: flex; */
	/* 	flex-direction: column; */
	/* } */

	#history_slider .history_slide .copy{
		padding: 60px 30px 30px;
	}
}

#contact .inner{
	width: 700px;
}

#health_slider .slick-slide{
	margin: 0 10px;
}

@media (max-width: 767px){
	#health_slider{
		width: 430px;
		max-width: 100%;
		margin: auto;
	}
}

#menu_listing .items_list{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.loc_block {
	margin-bottom: 100px;
}

.loc_block h3{
	font-size: 2rem;
	font-weight: bold;
}

.loc_block .loc_inner{
	align-items: flex-start;
}

.loc_block .info{
	font-size: 1.2rem;
	line-height: 2;
	flex: 0 0 50%;
}

.loc_block .address .coming_soon{
	margin-top: 20px;
	text-align: center;
}

.loc_block .info .loc_icon{
	margin-right: .3em;
}

.loc_block .ctas{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	flex: 0 0 40%;
}

@media (max-width: 800px){
	
	.loc_block .coming_soon{
		text-align: center;
	}
}
/* locations ijd 03-29-22  */

.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,
.jrb_loc_landing .loc_block .address {
	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;
	outline-offset: -2px;
}

.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: 400px){
	
	.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%);
	}

}

/* single loc */

.single-location #main_contents{
	width: 100%;
	float: none;
	margin-left: 0;
}

.single-location .grid_ctas{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	margin-bottom: 20px;
}

.single #main_contents article .grid_ctas li{
	margin: 0;
}


.single-location .grid_ctas a{
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 600px){
	
	.single-location .column_2{
		display: block;
	}
}

/* OT widget */

.single #main_contents article .grid_ctas li.ot_widget{
	margin-bottom: -40px;
}

.single #main_contents article .grid_ctas.has_ot_widget .oo_cta{
	align-self: flex-end;
}

@media (min-width: 768px){

	.single #main_contents article .grid_ctas.has_ot_widget{
		grid-template-columns: auto 224px
	}
}

@media (max-width: 1000px){
	
	.single #main_contents article .grid_ctas li.ot_widget{
		text-align: center;
	}

	.single #main_contents article .grid_ctas.has_ot_widget{
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 1000px){

}

/* 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,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iNTcuNiIgaGVpZ2h0PSI1Ny42IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU3LjYgNTcuNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTcuNiA1Ny42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZmlsbD0iI2ZmZiI+Cjxwb2x5Z29uIHBvaW50cz0iNDMuMiwxNy4yIDQwLjQsMTQuNCAyOC44LDI2IDE3LjIsMTQuNCAxNC40LDE3LjIgMjYsMjguOCAxNC40LDQwLjQgMTcuMiw0My4yIDI4LjgsMzEuNiA0MC40LDQzLjIgNDMuMiw0MC40IAoJMzEuNiwyOC44ICIvPgo8L3N2Zz4K") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	top: 6px !important;
    right: 3px !important;
}

#locations-list-map [role=dialog] [aria-label=Close] img{
	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;
}

#loc_page_cs .inner{
	margin-top: 50px;
	width: 1200px;
	max-width: calc(100% - 28 px);
}

#loc_page_cs .hdr{
	font-weight: 600;
	font-size: 2rem;
    text-align: center;
}

#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{
	position: relative;
	flex: 1 0 380px;
	max-width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 15px solid #000;
}


#loc_page_cs .cs_jrb_loc .cs_link{
	display: flex;
	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
}

#loc_page_cs .cs_jrb_loc .cs_link > span{
	padding: 2em 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0+72 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 72%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 72%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#loc_page_cs .cs_jrb_loc .cs_link .date{
	display: block;
	padding: .1em;
	font-size: 1.4rem;
	font-weight: 300;
}

#loc_page_cs .more.cta{
	text-transform: uppercase;
	font-size: 1.2rem;
    line-height: 3;
}

@media (max-width: 500px){
	
	#loc_page_cs .inner{
		margin-top: 30px;
	}

	#loc_page_cs .cs_jrb_loc{
		height: 70vw;
	}

	#loc_page_cs .cs_blocks{
		grid-gap: 40px;
	}
}

.home #menu_listing {
	margin-bottom: 50px;
}

.home #menu_listing .gallery_copy{
	width: 620px;
	max-width: 96%;
	margin: auto;
}

/* locations update */
.jrb_loc_landing{
	display: grid;
	justify-content: center;
	width: 870px;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
}

/* .jrb_loc_landing .loc_block{
	display: flex;
	flex-direction: column;
	padding: 0;
	border: 1px solid #999;
} */

.jrb_loc_landing .loc_block .cs_txt{
	font-size: .6em;
	margin-bottom: .1em;
}

.jrb_loc_landing .loc_block .top_image img{
	width: 100%;
    height: 355px;
    object-fit: cover;
	object-position: top;
    max-width: none;
}

.jrb_loc_landing .loc_block .info{
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 20px;
}

.jrb_loc_landing .loc_block .name{
	font-size: 1.5rem;
}

.jrb_loc_landing .loc_block .name h2{
	font-size: 1em;
}

.jrb_loc_landing .loc_block .name.no_cs{
	padding-top: 0.8em;
}


.jrb_loc_landing .loc_block .info .cta_row{
	margin: auto 0 0 0;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.jrb_loc_landing .loc_block .cta,
.jrb_loc_landing .loc_block .cta + .cta{
	margin: 0;
}

@media (max-width: 839px){
	.jrb_loc_landing{
		width: 550px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 400px){
	.jrb_loc_landing .loc_block .info .cta_row{
		grid-template-columns: 1fr;
	}
}

.jrb_loc_landing .loc_block.loc_menu .cta{
	padding-left: 5em;
	padding-right: 5em;
}

.jrb_loc_landing.menu_landing.one_loc{
	display: block;
	width: 435px;
	max-width: 100%;
	margin: auto;
}


/* Reviews */

.page-template-page-reviews .jrb_loc_landing{ 
	width: 1500px;
}

#contents section.reviews_wrap{
	padding-top: 0;
}

.reviews_wrap {
	max-width: 100%;
	margin: auto;
}

.reviews_wrap h1{
	font-size: 1rem;
	margin-bottom: 1em;
	font-weight: bold;
}

.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{
	position: absolute;
		top: 0;
		right: 57px;
	width: 45px;
	height: 100%;
	opacity: 0;
}

.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 1em;
    padding-left: 3em;
	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;
}

.slick-autoplay-toggle-button {
	display: none;
}

@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;
	}
}

.redirect_template {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70vh;
}

.redirect_template h1{
	text-transform: uppercase;
	font-size: 2rem;
	padding: 2em 0;
}

/**
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;
}

/* add'l 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;
	font-weight: bold;
}

.recruit .catch{
	font-weight: 700;
    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/icons/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;
}

@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;
    }
}

.recruit .form h2{
	font-weight: bold;
}

.recruit .gfield--type-fileupload,
.recruit .gfield_label{
	color: #8c8c8c;
}

.recruit .gfield--type-fileupload{
	margin-top: 1em;
	display: inline-block;
}

.recruit .gform_wrapper{
    width: 600px;
    margin: auto;
    max-width: 100%;
}

.gfield_checkbox .gchoice{
	display: flex;
	align-items: center;
	gap: 1em;
}

.gfield_checkbox .gchoice label{
	margin: 0;
}

#yxt_search_btn{
	display: none;
}

