@charset "utf-8";
/* CSS Document */

/*.js-fadebox {
	opacity: 0;
	transition: opacity .3s linear;
}
.js-fadebox.fade_on {
	opacity: 1;
}*/

/**================================= Index Setting =================================**/
/* Loading */
.loadingLayer {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F7CF0A;
	z-index: 4000;
	transition: .5s .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loadingLayer.fin {
	transform: translate(0, -100%);
}
.loadingLogo {
	position: absolute;
	z-index: 5000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(50);
	display: none;
	/*transition: .8s;
	opacity: 0;*/
}
.loadingLogo.fin {
	-webkit-animation-name: animation;
	-webkit-animation-duration: .8s;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: both;
	-webkit-animation-play-state: running;
	
	display: block;
	animation-name: animation;
	animation-duration: .8s;
	animation-timing-function: ease;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-play-state: running;
}

@-webkit-keyframes animation{
	0% {
		transform: translate(-50%, -50%) scale(50);
		opacity: 0;
	}
	80% {
		transform: translate(-50%, -50%) scale(0.8);
	}
	85% {
		transform: translate(-50%, -50%) scale(1.2);
	}
	90% {
		transform: translate(-50%, -50%) scale(0.9);
	}
	95% {
		transform: translate(-50%, -50%) scale(1.1);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes animation{
	0% {
		transform: translate(-50%, -50%) scale(50);
		opacity: 0;
	}
	80% {
		transform: translate(-50%, -50%) scale(0.8);
	}
	85% {
		transform: translate(-50%, -50%) scale(1.2);
	}
	90% {
		transform: translate(-50%, -50%) scale(0.9);
	}
	95% {
		transform: translate(-50%, -50%) scale(1.1);
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
	}
}


/* Main Image Slide */
.blockIndexMainImg {
	padding: 0 30px 40px;
	background-color: #F7CF0A;
}
.slideWrap {
	max-width: 1300px;
	margin: 0 auto;
}
.slideWrapSp {
	display: none;
}

/* 初期起動設定 */
.slideMain {
  display:none;
}
.slideMain.slick-initialized {
  display: block;
}

.slideItem {
	margin: 0 15px;
	position: relative;
}
.slideItem a,
.slideItem span {
	display: block;
	position: relative;
}
.slideItem span {
	cursor: pointer;
}
.slideMain .slick-slide a::after,
.slideMain .slick-slide span::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	transition: .3s;
	opacity: 0;
	/*opacity: .7;*/
}
.slideMain .slick-slide:not(.slick-center) a::after,
.slideMain .slick-slide:not(.slick-center) span::after,
.slideMain .slick-cloned.slick-center a::after,
.slideMain .slick-cloned.slick-center span::after{
	opacity: .7;
}
.slideMain .slick-slide.is-active-next a::after,
.slideMain .slick-slide.is-active-next span::after {
	opacity: 0;
}
.slideItem img {
	/*border: #FFF solid 9px;*/
	/*max-width: 1070px;*/
}

/* Arrow */
.slideMain .slick-prev,
.slideMain .slick-next {
	width: 30px;
	height: 30px;
}
.slideMain .slick-prev:before,
.slideMain .slick-next:before
{
	display: block;
    width: 30px;
    height: 30px;
    opacity: 1;
}
.slideMain .slick-prev
{
    left: 30px;
	z-index: 50;
}
.slideMain [dir='rtl'] .slick-prev
{
    right: 35px;
    left: auto;
}
.slideMain .slick-prev:before
{
    content: '';
    border-top: solid 7px #F7CF0A;
    border-left: solid 7px #F7CF0A;
    transform: rotate(-45deg);
}
.slideMain [dir='rtl'] .slick-prev:before
{
    content: '';
    border-top: solid 7px #F7CF0A;
    border-right: solid 7px #F7CF0A;
    transform: rotate(45deg);
}

.slideMain .slick-next
{
    right: 35px;
}
.slideMain [dir='rtl'] .slick-next
{
    right: auto;
    left: 30px;
}
.slideMain .slick-next:before
{
    content: '';
    border-top: solid 7px #F7CF0A;
    border-right: solid 7px #F7CF0A;
    transform: rotate(45deg);
}
.slideMain [dir='rtl'] .slick-next:before
{
    content: '';
    border-top: solid 7px #F7CF0A;
    border-left: solid 7px #F7CF0A;
    transform: rotate(-45deg);
}

/* Slide Navi */
.slideMainNav {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.slideNavItem {
	margin: 0 15px;
	position: relative;
	cursor: pointer;
	width: 180px;
}
.slideNavItem::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	transition: .3s;
	opacity: .7;
}
.slideNavItem.act::after {
	opacity: 0;
}
.slideNavItem img {
	/*border: #FFF solid 4px;*/
}

/* indexCurryMenu */
.blockContents {
	padding: 80px 0;
}
.indexCurryMenu {
	background: 
		url(../images/index/bg_tl.png) no-repeat -52px -75px,
		url(../images/index/bg_rb.png) no-repeat 100% calc(100% + 220px),
		url(../images/common/bg.jpg) center top;
}

.indexCurryMenu.cn{
	background: url("../images/index/bg_tl_cn.png") no-repeat -52px -75px,
	url(../images/index/bg_rb.png) no-repeat 100% calc(100% + 220px),
	url(../images/common/bg.jpg) center top;
}

.indexCurryMenu.en{
	background: url("../images/index/bg_tl_en.png") no-repeat -52px -75px,
	url(../images/index/bg_rb.png) no-repeat 100% calc(100% + 220px),
	url(../images/common/bg.jpg) center top;
}

.blockContents__inner {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 2Column */
.curryMenu2clm {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.curryMenu2clm__item {
	width: 47%;
}
.curryMenu2clm__item:nth-of-type(2n) {
	margin-left: 6%;
}
.curryMenu2clm__item:nth-of-type(n+3) {
	margin-top: 60px;
}
.curryMenu2clm .goriemon {
	margin-top: 20px;
}

/* 3Column */
.curryMenu3clm {
	display: flex;
	flex-wrap: wrap;
}
.curryMenu3clm__item {
	width: 31.8%;
}
.curryMenu3clm__item:nth-of-type(3n),
.curryMenu3clm__item:nth-of-type(3n+2){
	margin-left: 2.2%;
}
.curryMenu3clm__item:nth-of-type(n+4) {
	margin-top: 60px;
}
.curryMenu3clm .wc {
	margin-top: 100px;
}
.curryMenuImg {
	margin-bottom: 20px;
}
.goriemon .curryMenuImg {
	width: 80%;
	margin: 0 auto;
}
.curryMenuName {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.curryMenuName span{
	font-size: .75em;
	display: block;
}
.curryMenuText{
	text-align: left;
	margin-bottom: 1rem;
}
.curryMenu3clm .curryMenuText{
		min-height: 8rem;
}
.curryMenuPrice{
	font-size: 1.6rem;
	margin-bottom: 6px;
}
.curryMenuPrice dt{
	display: inline-block;
	margin-right: 1rem;
	background-color: #4E2F04;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 2px 12px;
	color: #fff;
	border-radius: 8px;
	/*border: 1px solid #4E2F04;*/
}
.curryMenuPrice dd{
	font-weight: 700;
	display: inline-block;
	color: #DF1F27;
	font-size: 1.8rem;
	min-width: 8rem;
	vertical-align: sub;
}
span.priceNotice{
	font-weight: normal;
	font-size: 1.2rem;
	color: #DF1F27;
}
	.alt--priceNotice{
		display: inline-block;
		font-size: 1.6rem;
		padding: 2px 12px;
		color: #F00;
		font-weight: bold;
	}
.alt--priceNotice.footage{
	margin: 2em auto 0;
}


.takeout {
	position: relative;
}
.takeout::after {
	content: "";
	display: block;
	width: 76px;
	height: 76px;
	background: url(../images/index/icn_takeoutok.png) no-repeat center center / contain;
	position: absolute;
	/*bottom: 20px;*/
	top: 260px;
	left: 70%;
}

.curryMenu2clm__item.takeout::after {
	top: 324px;
	left: 80%;
}

.sizeListBox {
	/*background: url(../images/index/bg_topping.png) no-repeat center center / cover;*/
	padding: 30px 20px;
	margin: 80px auto 50px;
	max-width: 1090px;
	border-top: 1px solid #4E2F04;
	text-align: center;
}
.sizeListWrap{
	text-align: center;
}
.sizeListWrap li{
	display: inline-block;
	list-style: none;
	font-size: 1.8rem;
	font-weight: bold;
}
.sizeListWrap li:first-child{
	background: #4E2F04;
	color: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	margin-right: 2rem;
	font-size: 1.6rem;
}
.sizeListWrap li::after{
	content: '|';
	padding: 2rem;
}
.sizeListWrap li:first-child::after{
	content: '';
	padding: 0;
}
.sizeListWrap li:last-child::after{
	content: '';
	padding: 0;
}

.taste {
	background-color: #F7CF0A;
	border-radius: 10px;
	line-height: 42px;
	color: #E93137;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
	
	
	
/* Topping */
.indexToppingBox {
	background: url(../images/index/bg_topping.png) repeat center center / cover;
	padding: 30px 20px;
	margin: 80px auto 50px;
	max-width: 1090px;
}
.hlLv03--topping {
	font-size: 2.8rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 25px;
	text-align: center;
}
.hlLv03--topping__line {
	display: inline-block;
}
.hlLv03--topping__line:nth-of-type(n + 2) {
	margin-left: 1em;
}
.indexTopping__inner {
	display: flex;
	justify-content: center;
	max-width: 1050px;
}
.indexTopping__item:nth-of-type(n+2) {
	margin-left: 10px;
}
.indexTopping__item dt {
	background-color: #F7CF0A;
	border-radius: 10px;
	line-height: 42px;
	color: #E93137;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.indexTopping__item dd {
	text-align: center;
}
.indexTopping__item dd figure {
	margin: 0 auto 15px;
	max-width: 104px;
}
.indexTopping__item dd figcaption {
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
}
.indexTopping__list {
	display: flex;
}
.indexTopping__list__item {
	list-style: none;
}
.indexTopping__list__item:nth-of-type(n+2) {
	margin-left: 10px;
}
.toppingBtmBtnBox {
	text-align: center;
	padding-bottom: 80px;
}

/* Curry Menu Zoom */
.imgSlideWrap {
	display: none;
}

/*RECRUIT*/
.recruitWrap {
	background-color: #F7CF0A;
	padding-top: 40px;
}
.recruitIndexMenu{
	text-align: center;
	margin-bottom: 60px;
}
.recruitIndexMenu a li{
	display: inline-block;
	padding: 12px 16px;
	background-color: #4E2F04;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 180px;
	border-radius: 4px;
}
.recruitIndexMenu a li{
	margin: 0 20px;
}
.recruitIndexMenu a:hover li{
	transition: .3s;
	background-color: #DF1F27;
}

.recruitBox{
	width: 860px;
	margin: 0 auto 60px;
	background-color: #fff;
	padding: 60px;
	border-radius: 4px;
	font-size: 1.5rem;
	color: #333;
}
.recruitBox td:nth-child(odd){
	width: 16rem;
}
.recruitBox h2{
	margin-bottom: 5rem;
	text-align: center;
	/*border-bottom: 1px solid #4E2F04;
	padding-bottom: 2rem;*/
}
.recruitBox tr{
	padding: 0 1rem 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
	display: block;
}

.toppingBtmBtnBox.recruitBtn{
	margin-top: 30px;
	padding: 0;
}

#recruitInfo03.recruitBox{
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
	font-size: 1.8rem;
}
#recruitInfo03.recruitBox h3{
	border-bottom: 1px solid #333;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

	#recruitInfo03.recruitBox a{
	color: #333;
}

@media only screen and (min-width:768px) {
	spOnly {
		display: none;
	}
}
@media only screen and (max-width:1100px) {
	.indexCurryMenu {
		background: 
			url(../images/index/bg_tl.png) no-repeat -20px -32px / 200px auto,
			url(../images/index/bg_rb.png) no-repeat 100% calc(100% + 220px),
			url(../images/common/bg.jpg) center top;
	}
}
@media only screen and (max-width:1023px) {
	.slideMain .slick-prev
	{
		left: 10px;
	}
	.slideMain [dir='rtl'] .slick-prev
	{
		right: 15px;
		left: auto;
	}

	.slideMain .slick-next
	{
		right: 15px;
	}
	.slideMain [dir='rtl'] .slick-next
	{
		right: auto;
		left: 10px;
	}
	
	.takeout::after {
		width: 38px;
		height: 38px;
		bottom: auto;
		left: auto;
		top: -10px;
		right: 0;
	}
	
	.indexTopping__item dd figcaption {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width:767px) {
	/**================================= Index Setting =================================**/
	pcOnly {
		display: none;
	}
	/* Main Image Slide */
	.blockIndexMainImg {
		padding: 0 0 40px;
		background-color: #F7CF0A;
	}
	.slideWrap {
		display: none;
	}
	.slideWrapSp {
		display: block;
	}
	
	/* 初期起動設定 */
	.slideMainSp {
	  display:none;
	}
	.slideMainSp.slick-initialized {
	  display: block;
	}
	
	
.loadingLogo {
	transform: translate(-50%, -50%) scale(80);
	display: none;
}
	
	/* Slick Dots */
	.slideMainSp.slick-dotted.slick-slider {
		margin-bottom: 70px;
	}
	.slideMainSp .slick-dots {
		bottom: -40px;
	}
	.slideMainSp .slick-dots li {
		margin: 0 10px;
	}
	.slideMainSp .slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;

		width: 16px;
		height: 16px;
		border-radius: 50%;

		content: '';
		text-align: center;

		opacity: .25;
		background-color: black;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slideMainSp .slick-dots li.slick-active button:before
	{
		opacity: .75;
		color: black;
	}
	
	/* indexCurryMenu */
	.blockContents {
		padding: 40px 0;
	}
	.indexCurryMenu {
		background: 
			url(../images/index/bg_tl.png) no-repeat center -36px / 193px auto,
			none,
			url(../images/common/bg.jpg) 30% top / auto 1200px;
		padding-top: 180px;
	}
	
	.indexCurryMenu.cn{
	background: url("../images/index/bg_tl_cn.png") no-repeat center -36px / 193px auto,
	none,
	url(../images/common/bg.jpg) center top;
	}

	.indexCurryMenu.en{
	background: url("../images/index/bg_tl_en.png") no-repeat center -36px / 193px auto,
	none,
	url(../images/common/bg.jpg) center top;
	}
	
	
	
	.blockContents__inner {
		padding: 0 5%;
		margin-bottom: 60px;
	}
	.curryMenu2clm__item {
		width: 47%;
	}
	.curryMenu2clm__item:nth-of-type(2n) {
		margin-left: 6%;
	}
	.curryMenu2clm__item:nth-of-type(n+3) {
		margin-top: 40px;
	}
	
.curryMenu2clm__item.takeout::after {
	top: 0;
}
	
	
	/* 3Column */
	.curryMenu3clm__item {
		width: 47%;
		margin-bottom: 2rem;
	}
	.curryMenu3clm__item:nth-of-type(3n),
	.curryMenu3clm__item:nth-of-type(3n+2){
		margin-left: 0;
	}
	.curryMenu3clm__item:nth-of-type(2n) {
		margin-left: 6%;
	}
	.curryMenu3clm__item:nth-of-type(n+3) {
		margin-top: 40px;
	}
	.curryMenu3clm .wc {
		margin-top: 40px;
	}
	.curryMenu3clm .wc {
		margin-top: 40px;
	}
	.curryMenu3clm .goriemon {
		margin-top: 35px;
	}
	
	.curryMenuImg {
		min-height: 100px;
		margin-bottom: 10px;
	}
	.goriemon .curryMenuImg {
		width: 80%;
		margin-left: 0;
		margin-right: auto;
	}
	.goriemon .curryMenuImg,
	.wc .curryMenuImg{
		min-height: 110px;
		margin-bottom: 0;
	}
	.curryMenuName {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.curryMenuText{
		min-height: 0;
		margin-bottom: 1rem;
	}
	.curryMenuPrice{
		text-align: left;
		margin-bottom: 0;
	}
	.curryMenuPrice dt{
		min-width: 6rem;
		background-color: #4E2F04;
		color: #fff;
		font-size: 1rem;
		text-align: center;
	}
	.curryMenuPrice dd{
		/*margin-right: 2rem;*/
		min-width: 0;
	}
	.curryMenuPrice dd:nth-child(odd){
		margin-right: 0;
	}
	
.curryMenuPrice.single dd{
		margin-right: 2rem;
	}
span.priceNotice{
		display: block;
	}
	
	/* Topping */
	.indexToppingBox {
		padding: 20px 0;
		margin: 20px auto 20px;
		max-width: 1090px;
		background-size: contain;
		background-repeat: repeat-y;
	}
	.hlLv03--topping {
		font-size: 2.2rem;
		font-weight: bold;
		color: #FFF;
		margin-bottom: 15px;
		text-align: center;
	}
	.hlLv03--topping__line {
		display: block;
	}
	.hlLv03--topping__line:nth-of-type(n + 2) {
		margin-left: 0;
	}

	.indexTopping__inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0 5%;
	}
	.indexTopping__item--i1 {
		width: 22%;
		margin-right: 4%;
	}
	.indexTopping__item--i2 {
		width: 48%;
		/*width: 98%;*/
		margin-bottom: 20px;
	}
	.indexTopping__item__btm {
		width: 100%;
		margin-top: 30px;
	}
	.indexTopping__item:nth-of-type(n+2){
		margin-left: inherit;
	}
	.indexTopping__item:nth-child(even) {
		margin-left: 4%;
	}
	/*.indexTopping__item:nth-of-type(n+2){
		margin-left: 0;
	}*/
	.indexTopping__item dt {
		background-color: #F7CF0A;
		border-radius: 10px;
		line-height: 42px;
		color: #E93137;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 25px;
	}
	.indexTopping__item dd {
		text-align: center;
	}
	.indexTopping__item dd figure {
		margin: 0 auto 10px;
		width: 72px;
		/*margin-bottom: 15px;*/
	}
	/*.indexTopping__item dd figcaption {
		font-size: 1.4rem;
		text-align: center;
		color: #FFF;
	}*/
	.indexTopping__list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.indexTopping__list__item {
		list-style: none;
	}
	.indexTopping__list__item:nth-of-type(n+2) {
		margin-left: 0;
	}
	.indexTopping__item--i2 .indexTopping__list__item {
		width: 50%;
		margin-bottom: 1rem;
	}
	/*.indexTopping__item--i2 li:nth-child(3) {
		margin-bottom: 0;
	}*/
	.indexTopping__item__btm .indexTopping__list__item {
		width: 22%;
	}
	.toppingBtmBtnBox {
		padding-bottom: 40px;
	}
	
	
	.sizeListBox{
		border: none;
		margin: 20px auto;
	}
	
	.sizeListWrap li:first-child{
		display: block;
		margin: 0 auto 2rem;
		width: 100%;
	}
	.sizeListWrap li{
		/*border: 1px solid #4E2F04;*/
		display: inline-block;
		color: #4E2F04;
		width: 48%;
		padding: 1rem 0;
		font-size: 1.6rem;
	}
.sizeListWrap li::after{
	content: '';
	padding: 8px 12px;
	margin: 3%;
}
	
	
	.taste{
		margin: 6%;
		font-size: 1.4rem;
	}
	
	/* Curry Menu Zoom */
	.imgSlideWrap {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #F7CF0A;
		top: 0;
		left: 0;
		z-index: 3000;
	}
	.imgSlide {
		width: 95%;
		height: 70%;
		position: absolute;
		top: 50px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
	}
	.imgSlide .slick-list,
	.imgSlide .slick-track {
		height: 100%;
	}
	.imgSlide__item {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		cursor: pointer;
	}
	.slick-initialized .slick-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.imgSlide__item::after {
		content: '';
		display: block;
		height: 100%;
	}
	.imgSlide__item figure {
		text-align: center;
	}
	.imgSlide__item figcaption {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	/* Slick Dots */
	/*.imgSlide .slick-dots {
		bottom: -40px;
	}*/
	.imgSlide.slick-dotted.slick-slider {
		margin-bottom: auto;
	}
	.imgSlide .slick-dots li {
		margin: 0 6px;
		width: 18px;
		height: 18px;
	}
	.imgSlide .slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;

		width: 16px;
		height: 16px;
		border-radius: 50%;

		content: '';
		text-align: center;

		opacity: .25;
		background-color: black;

		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.imgSlide .slick-dots li.slick-active button:before
	{
		opacity: .75;
		color: black;
	}


	/* Close Botton */
	.imgSlideCloseBtn {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background-color: #4E2F04;
		cursor: pointer;
	}
	.imgSlideCloseBtn::before,
	.imgSlideCloseBtn::after {
		content: '';
		width: 30px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #FFF;
	}
	.imgSlideCloseBtn::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.imgSlideCloseBtn::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	
	
	.recruitIndexMenu a li{
		max-width: 38%;
		margin: 0 10px;
	}	
	
	.recruitBox{
		width: 100%;
		padding: 60px 4% 0;
		font-size: 1.4rem;
	}
	
	
	.recruitBox td{
	margin-bottom: 1rem;
	}
		
	.recruitBox td:nth-child(2n+1){
		width: auto;
		display: block;
		font-weight: bold;
	}
	
	#recruitInfo03{
		text-align: center;
	}
	
	#recruitInfo03.recruitBox a{
	display: block;
	margin-bottom: 1rem;
	color: #333;
}
	
	.toppingBtmBtnBox.recruitBtn{
		padding-bottom: 50px;
	}
/*.recruitBox tr:last-child{
	border-bottom: none;
}*/
	
	.orderbnrWraper .orderBnr:last-child img{
		width: 200px;
		margin-top: 30px;
	}
	.orderLinks{
		padding-bottom: 30px;
	}
}

/****** Helper ******/

.pt0 { padding-top: 0; }

.mt0 { margin-top: 0; }

@media only screen and (min-width:768px) {
}
@media only screen and (max-width:767px) {
	.spb0 { padding-bottom: 0; }
}


.lang {
    position: absolute;
    right: auto;
    left: 0px;
    top: 0px;
    font-size: 13px;
    color: #5a3700;
}

.lang span {
    text-align: center;
    display: block;
}

#acMenu dt {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /* border: #666 1px solid; */
    cursor: pointer;
    background-color: #e60012;
    /*background-color: #d4b000;*/
    /* text-align: center; */
    color: #FFFFFF;
}
#acMenu dd {
    background: #f2f2f2;
    width: 130px;
    height: auto;
    line-height: 40px;
    text-align: center;
    border: none;
    display: none;
}
.lang a {
    color: #5a3700;
    text-decoration: none;
    transition: .3s;
    display: block;
    background-color: #ffde3a;
    border-bottom: 1px solid #f7cf0a;
}

.lang a:hover{
	background-color: #f5d63f;
}

.lang .fa-globe:before {
    content: "\f0ac";
    margin-left: 7px;
}

@media only screen and (max-width: 1370px){
.lang {
    position: absolute;
    right: auto;
    left: 0px !important;
    top: 0px;
    font-size: 13px;
    color: #5a3700;
}
}

@media only screen and (max-width: 767px){
.headInner {
    padding: 20px 0 25px;
    display: block;
    padding-top: 60px;
}
}