@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";
@import "slick.css";


/* font
--------------------------------------------------*/
@font-face {
	font-family: 'DollyPro-Regular';
	src: url('../font/DollyPro-Regular.eot');
	src: url('../font/DollyPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/DollyPro-Regular.woff') format('woff'),
		url('../font/DollyPro-Regular.ttf') format('truetype'),
		url('../font/DollyPro-Regular.svg#DollyPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #e8e8e8;
}
::selection {
	background: #e8e8e8;
}

/* font */
.en {
	font-family: 'DollyPro-Regular', 'Neuton', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.jp {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.serif {
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'ＭＳ Ｐ明朝', serif;
}

/* a */
a {
	color: #836b61;
	text-decoration: underline;
}


/* cap */
.caption {
	font-size: 9px;
}

/* language */
html:lang(ja) .lang_en {
	display: none !important;
}
html:lang(en) .lang_ja {
	display: none !important;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 2;
	text-align: left;
}

/* navArea */
#navArea {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 260px;
	height: 100%;
}
body.navOPEN #navArea {
	-webkit-overflow-scrolling: touch;
}
#navArea .inner {
	width: 220px;
	padding: 0 20px;
}
#navArea nav {
	margin: 0 -6px 0 -20px;
	padding: 12px 0 36px 20px;
	border-bottom: #000 solid 1px;
	font-size: 16px;
	line-height: 36px;
}
#navArea nav ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#navArea nav ul li a.touched {
	color: #888888;
}
#navArea .addressArea {
	padding: 15px 0 10px;
	line-height: 1.86;
}
#navArea .addressArea .info {
	line-height: 1.86;
}
#navArea .addressArea .info dt {
	float: left;
}
#navArea .addressArea .info dd {
	margin-left: 54px;
}
#navArea .caption {
	font-size: 10px;
	line-height: 1.8;
}
#navArea .businesshour {
	font-size: 10px;
	line-height: 1.8;
}
#navArea .accessLinkArea {
	margin-bottom: 10px;
}
#navArea .snsLinkArea {
	margin-top: 35px;
}
#navArea .copyright {
	padding: 30px 0;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

.reservationbtn {
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:3px solid #ff4a4a;
	padding-top:6px;
	padding-bottom:6px;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:#ff4a4a;
	display:inline-block;
 	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
 	box-shadow:inset 0px 0px 0px 0px #ffffff;
	margin-top:12px;}
.reservationbtn:hover {
	background-color:#ff4a4a;
	text-decoration:none;
	color:#ffffff;}
.reservationbtn:active {
	position:relative;
	text-decoration:none;
	top:1px;}
	
/* container */
#container {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #ffffff;
}

/* header */
.gHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
body.navOPEN .gHeader {
	position: fixed;
}
.gHeader.white {
	height: 70px;
	background: url(http://www.why-juice.me/sp/common/imgs/shadow-main.png);
	background-size: contain;
}

.gHeader .inner {}
.gHeader .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.gHeader .logo {
	float: left;
	padding: 13px 0 10px 11px;
}
.gHeader .logo a {
	display: block;
	overflow: hidden;
	width: 130px;
	height: 40px;
	background: url(../../images/headerlogo.png) no-repeat left top;
	-webkit-background-size: 120px auto;
	background-size: 120px auto;
	text-indent: -9999px;
}
.gHeader .iconNav {
	overflow: hidden;
	float: right;
	width: 56px;
	height: 60px;
	background: url(../../images/icon_gnavi.png) no-repeat center center;
	-webkit-background-size: 34px auto;
	background-size: 34px auto;
	text-indent: -9999px;
	cursor: pointer;
}
body.navOPEN .gHeader .iconNav {
	background-image: url(../../images/icon_gnaviclose.png);
}
.gHeader#fixedHeader {
	position: fixed;
	top: -60px;
	background: #ffffff;
}
.gHeader#fixedHeader .logo a {
	background-image: url(http://www.why-juice.me/sp/common/imgs/logo_black.png);
}
.gHeader#fixedHeader .iconNav {
	background-image: url(http://www.why-juice.me/sp/common/imgs/icon-nav_black.gif);
}

/* content */
#content {
	padding-bottom: 40px;
}
#content #hImage {
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.pageTitle {
	padding: 34px 0 30px 14px;
	font-size: 34px;
	line-height: 1;
	text-align: center;
	font-family: Raleway;
	font-weight:400;
	letter-spacing:0.1em;
}
.pageSubTitle {
	padding: 35px 0 14px;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	font-family: Raleway;
	letter-spacing:0.1em;
}
#content .leadText {
	margin: 0 40px 35px;
	font-size: 14px;
	line-height: 1.93;
}
#content .leadText p {
	text-align:justify;
}
#content .leadText .lang_en {
	font-size: 15px;
	line-height: 1.6;
}
#content .leadText .learnMore {
	margin-top: 20px;
}
#content .leadText .learnMore a {
	display: block;
	width: 198px;
	margin: 0 auto;
	padding: 12px 0;
	border: #cccccc solid 1px;
	border-radius: 4px;
	color: #cccccc;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
}
#content section {
	margin-right: 8px;
	margin-left: 8px;
}
#content .tabArea .tab {
	position: relative;
	z-index: 2;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#content .tabArea .tab li {
	display: table-cell;
}
#content .tabArea .tab li a {
	position: relative;
	display: block;
	padding: 13px 0;
	background: #cccccc;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#content .tabArea .tab li a.current {
	background: #ffffff;
	color: #000000;
}
#content .tabArea .tab li a:after {
	display: none;
}
#content .tabArea .tab li a.current:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-top: #ffffff solid 12px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
}
#content .tabArea .tabContent {
	display: none;
	position: relative;
	z-index: 1;
}
#content .tabArea .tabContent.current {
	display: block;
}
#content .fullImage img {
	width: 100%;
	height: auto;
}
#content .halfImage img {
	width: 45%;
	height: auto;
}
#content .accordion {
	margin: 0 8px;
	border-bottom: #e5e5e5 solid 1px;
}
#content .accordion > dt {
	padding: 0 10px;
	border-top: #e5e5e5 solid 1px;
}
#content .accordion > dt:first-child {
	border-top: none;
}
#content .accordion > dt a {
	display: block;
	padding-right: 25px;
	background: url(http://www.why-juice.me/sp/common/imgs/arw-accordion_open.gif) no-repeat right center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	color: #000000;
	text-decoration: none;
}
#content .accordion > dt a.touched {
	background-image: url(http://www.why-juice.me/sp/common/imgs/arw-accordion_open_ov.gif);
}
#content .accordion > dt.open a {
	background: none;
}
#content .accordion > dd {
	display: none;
	border-top: #e5e5e5 solid 1px;
}
#content .accordion > dd > .inner {
	padding: 20px 12px 0;
}
#content .accordion > dd .close {
}
#content .accordion > dd .close a {
	display: block;
	overflow: hidden;
	height: 72px;
	margin-top: 30px;
	border-top: #eeeeee solid 1px;
	background: url(http://www.why-juice.me/sp/common/imgs/arw-accordion_close.gif) no-repeat right center;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	text-indent: -9999px;
}
#content .accordion > dd .close a.touched {
	background-image: url(http://www.why-juice.me/sp/common/imgs/arw-accordion_close_ov.gif);
}
#content .menuAreaWrap {
	margin-top: 30px;
}
#content .menuAreaWrap .menuArea {
	border-top: #e5e5e5 solid 1px;
}
#content .menuAreaWrap .menuArea > dt {
	margin-left: -8px;
	line-height: 1;
}
#content .menuAreaWrap .menuArea > dt a {
	position: relative;
	margin-left: -10px;
	padding-left: 84px;
}
#content .menuAreaWrap .menuArea > dt a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 72px auto;
	background-size: 72px auto;
}
#content .menuAreaWrap .menuArea > dt.open a:before {
	opacity: 0.5;
}
#content .menuAreaWrap .menuArea > dt a .inner {
	display: table-cell;
	height: 72px;
	vertical-align: middle;
}
#content .menuAreaWrap .menuArea > dt a .inner .name {
	font-size: 20px;
	line-height: 1;
}
#content .menuAreaWrap .menuArea > dd .image {
	margin: -12px -12px 20px;
	text-align: center;
}
#content .menuAreaWrap .menuArea > dd .materials {
	margin-bottom: 10px;
}
#content .menuAreaWrap .menuArea > dd .materials li {
	float: left;
	padding: 4px 0;
	font-weight: bold;
	line-height: 1.67;
}
#content .menuAreaWrap .menuArea > dd .materials li:before {
	content: '+';
	display: block;
	float: left;
	margin: 0 8px;
}
#content .menuAreaWrap .menuArea > dd .materials li:first-child:before {
	display: none;
}
#content .menuAreaWrap .menuArea > dd .materials li span {
	display: inline-block;
	padding: 0 8px;
	border-radius: 5px;
	background: #cccccc;
	color: #ffffff;
	vertical-align: top;
	cursor: pointer;
}
#content .menuAreaWrap .menuArea > dd .text .lang_en {
	font-size: 13px;
	line-height: 1.8;
}
#content .menuAreaWrap .menuArea > dd .text .priceArea {
	display: table;
	width: 100%;
	padding: 15px 0 14px;
	margin-top: 30px;
	border-top: #eeeeee solid 1px;
	border-bottom: #eeeeee solid 1px;
}
#content .menuAreaWrap .menuArea > dd .text .priceArea .price {
	display: table-cell;
	font-size: 15px;
	line-height: 1.47;
	vertical-align: middle;
}
#content .menuAreaWrap .menuArea > dd .text .priceArea .online {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
#content .menuAreaWrap .menuArea > dd .text .priceArea .online .lang_en {
	font-size: 13px;
}
#content .menuAreaWrap .menuArea.accordion > dd .close a {
	margin-top: 0;
	border-top: none;
}
#content .menuAreaWrap .captionArea {
	margin-top: 18px;
	padding: 0 20px;
}
#content .menuAreaWrap #about {
	margin: 34px 8px 0;
	padding-top: 40px;
	border-top: #000000 solid 1px;
}
#content .menuAreaWrap #about .label {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.01em;
}
#content .menuAreaWrap #about .title {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 1;
	text-align: center;
}
#content .menuAreaWrap #about .text {
	margin: 0 24px 0;
}
#content .menuAreaWrap #about .text p {
	margin-top: 2em;
}
#content .menuAreaWrap #about .text p:first-child {
	margin-top: 0;
}

/* wagonMap */
.map .zoom {
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	margin-top: -42px;
}
.map .zoom li {
	margin-top: 4px;
	cursor: pointer;
}
.map .zoom li:first-child {
	margin-top: 0;
}

/* footer */
#footer {
	position: relative;
}
#footer .inner {
	position: relative;
	z-index: 2;
	padding: 0 16px;
	background: #edecec;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
#footer.langOPEN .inner {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
#footer #fContent {
	padding-top: 6px;
	border-bottom: #d2d2d2 solid 1px;
}
#footer #fContent > dt {
	border-top: #d2d2d2 solid 1px;
	font-size: 16px;
	line-height: 1;
}
#footer #fContent > dt:first-child {
	border-top: none;
}
#footer #fContent > dt a {
	display: block;
	position: relative;
	padding: 18px 40px 18px 12px;
	color: #000000;
	text-decoration: none;
}
#footer #fContent > dt a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 15px;
	height: 15px;
	margin-top: -8px;
	background: url(../../images/icon_accordionbefore.png) no-repeat center center;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
#footer #fContent > dt a.touched:after {
	background-image: url(../../images/icon_accordionbefore_on.png);
}
#footer #fContent > dt.open a:after {
	background-image: url(../../images/icon_accordionafter.png);
}
#footer #fContent > dt.open a.touched:after {
	background-image: url(../../images/icon_accordionafter_on.png);
}
#footer #fContent > dd {
	display: none;
	padding: 0 12px 40px;
}
#footer #fAddress {
	line-height: 1.86;
}
#footer #fAddress .info dt {
	float: left;
}
#footer #fAddress .info dd {
	margin-left: 54px;
}
#footer #fAddress .info dd span {
	font-size: 10px;
}
#footer #fAddress .info dd .lang_en {
	display: block;
}
#footer #fAddress .accessLinkArea {
	margin: 10px 0;
}
#footer #fAddress .caption {
	font-size: 10px;
	line-height: 1.8;
}
#footer #fContact dl {
	line-height: 1.67;
}
#footer #fContact dl dt {
	margin-top: 10px;
}
#footer #fContact dl dt:first-child {
	margin-top: 0
}
#footer #fContact dl dt .lang_en {
	font-size: 14px;
}
#footer #fContact dl dd {
	font-size: 14px;
}
#footer #fSubscribe p {
	line-height: 1.5;
}
#footer #fSubscribe p.lang_en {
	font-size: 14px;
	line-height: 1.22;
}
#footer #fSubscribe form {
	position: relative;
	margin: 15px -4px 0;
	font-size: 11px;
	line-height: 1.46;
}
#footer #fSubscribe form .thanks {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eeeeee;
	width: 100%;
	height: 100%;
}
#footer #fSubscribe form .thanks span {
	display: block;
	margin-right: 105px;
	padding-left: 4px;
	border-bottom: #cccccc solid 1px;
	color: #888888;
	font-size: 20px;
	line-height: 31px;
}
#footer #fSubscribe form .text {
	padding: 6px 115px 6px 10px;
	background: #ffffff;
}
#footer #fSubscribe form .text input {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 14px;
	line-height: 20px;
}
#footer #fSubscribe form .submit {
	position: absolute;
	top: 0;
	right: 0;
}
#footer #fSubscribe form .submit input {
	width: 105px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #cccccc;
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	-webkit-appearance: none;
}
#footer #fSubscribe form .submit input.touched {
	background: #000000;
}
#footer #copyrightArea {
	position: relative;
	padding: 30px 0;
}
#footer #copyrightArea #fLang {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -15px;
}
#footer #copyrightArea #fLang a {
	display: inline-block;
	position: relative;
	padding-right: 13px;
	line-height: 30px;
	text-decoration: none;
}
#footer #copyrightArea #fLang a.touched {
	color: #000000;
}
#footer #copyrightArea #fLang a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	border-top: #cccccc solid 4px;
	border-right: transparent solid 4px;
	border-left: transparent solid 4px;
}
#footer #copyrightArea #fLang a.touched:after {
	border-top-color: #000000;
}
#footer.langOPEN #copyrightArea #fLang a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#footer #copyrightArea #pageTop {
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -10px;
}
#footer #copyrightArea .copyright {
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
#footer #fLangList {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	table-layout: fixed;
	width: 100%;
}
#footer #fLangList li {
	display: table-cell;
}
#footer #fLangList li a {
	display: block;
	background: #cccccc;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}


/* loadingWrap */
#loadingWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
#loadingWrap .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 8px;
	margin: -4px 0 0 -24px;
}
#loadingWrap .loading span {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 8px;
	height: 8px;
	margin-left: 12px;
	border-radius: 4px;
	background: #4c423e;
}
#loadingWrap .loading span:first-child {
	margin-left: 0;
}


/* footerContents
--------------------------------------------------*/
/* header */
#footerContents .gHeader {
	background: #ffffff;
}
#footerContents .gHeader .logo a {
	background-image: url(http://www.why-juice.me/sp/common/imgs/logo_black.png);
}
#footerContents .gHeader .iconNav {
	background-image: url(http://www.why-juice.me/sp/common/imgs/icon-nav_black.gif);
}
body.navOPEN#footerContents .gHeader .iconNav {
	background-image: url(http://www.why-juice.me/sp/common/imgs/icon-nav_black_close.png);
}

/* content */
#footerContents #content {
	padding-top: 100px;
	padding-right: 16px;
	padding-left: 16px;
}
#footerContents #content .pageTitle {
	margin-bottom: 50px;
	padding: 0;
	font-size: 26px;
	text-align: left;
}
#footerContents #content .pageTitle:after {
	display: none;
}
#footerContents #content section {
	margin: 24px 0 0;
	padding-top: 26px;
	border-top: #d2d2d2 dotted 1px;
	font-size: 11px;
	line-height: 1.82;
}
#footerContents #content .pageTitle + section {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#footerContents #content section .title {
	margin-bottom: 6px;
	font-size: 14px;
}
#footerContents #content section .title:first-child {
	margin-top: 0;
}
#footerContents #content section p,
#footerContents #content section dl,
#footerContents #content section dl dt,
#footerContents #content section ul {
	margin-top: 12px;
}
#footerContents #content section .title + p,
#footerContents #content section p:first-child,
#footerContents #content section .title + dl,
#footerContents #content section dl dt:first-child,
#footerContents #content section .title + ul,
#footerContents #content section ul:first-child {
	margin-top: 0;
}
#footerContents #content section ul li {
	margin-top: 12px;
	padding-left: 1em;
}
#footerContents #content section ul li:first-child {
	margin-top: 0;
}
#footerContents #content section ul li:before {
	content: '・';
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/* Map
--------------------------------------------------*/
.maplink {
	padding-left: 12px;
	background: url(http://www.why-juice.me/sp/common/imgs/icon-mapLink.gif) no-repeat;
	background-position: left center;
	background-size: 8px 14px;
}
#footer .maplink,
#navArea .maplink {
	margin-top: 3px;
}

/* accessLinkArea */
.accessLinkArea {
	padding-left: 8px;
	line-height: 1;
}
.accessLinkArea:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.accessLinkArea li {
	float: left;
	width: 50%;
	margin-left: 8px;
}
.accessLinkArea li:first-child {
	margin-left: -8px;
}
.accessLinkArea li a {
	display: block;
	padding: 52px 0 14px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	background-repeat: no-repeat;
	background-position: center 15px;
	-webkit-background-size: auto 22px;
	background-size: auto 25px;
	text-decoration: none;
	text-align: center;
}
.accessLinkArea li.map a {
	background-image: url(../../images/icon_map.png);
	color: #000;
}
.accessLinkArea li.tel a {
	background-image: url(../../images/icon_call.png);
	color: #000;
}
.accessLinkArea li.webreserve a {
	background-image: url(../../images/icon_reserve.png);
	color: #000;
}
.accessLinkArea li a.touched {
	color: #666;
}

/* snsLinkArea */
.snsLinkArea {
	padding-left: 16px;
}
.snsLinkArea:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.snsLinkArea li {
	float: left;
	width: 33.3%;
	margin-left: 8px;
}
.snsLinkArea li:first-child {
	width: 33.4%;
	margin-left: -16px;
}
.snsLinkArea li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 38px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 16px 16px;
	background-size: 18px 18px;
	text-indent: -9999px;
}
.snsLinkArea li.facebook a {
	background-image: url(../../images/icon_facebook.png);
}
.snsLinkArea li.instagram a {
	background-image: url(../../images/icon_instagram.png);
}
.snsLinkArea li.blog a {
	background-image: url(../../images/icon_blog.png);
}

/* floatingWindow */
#floatingWindow {}
#floatingWindow #floatingOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
#floatingWindow #floatingContent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 16px 0;
	opacity: 0;
}
#floatingWindow #floatingContent .inner {
	position: relative;
	margin: 0 16px;
	padding: 26px 27px 78px;
	background: #eeeeee;
}
#floatingWindow #floatingContent dl dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#floatingWindow #floatingContent dl dt.en {
	font-size: 24px;
	font-weight: normal;
}
#floatingWindow #floatingContent dl dd {
	font-size: 13px;
	line-height: 1.85;
}
#floatingWindow #floatingContent #floatingClose {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -12px;
}
#floatingWindow #floatingContent #floatingClose a {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background: url(http://www.why-juice.me/sp/common/imgs/bt-close.png) no-repeat left top;
	-webkit-background-size: 25px auto;
	background-size: 25px auto;
	text-indent: -9999px;
}

/* productsTabArea */
#productsTabArea .pageTitle {
	padding-bottom: 30px;
}
#productsTabArea .pageTitle:after {
	display: none;
}
#productsTabArea #pulldownArea {
	position: relative;
	z-index: 2;
	height: 60px;
}
#productsTabArea #pulldownArea .pulldown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f4f4f4;
}
#productsTabArea #pulldownArea .pulldown.fixed {
	position: fixed;
	z-index: 2;
}
body.navOPEN #productsTabArea #pulldownArea .pulldown.fixed {
	position: absolute;
}
#productsTabArea #pulldownArea .pulldown .labelWrap {
	display: block;
	position: relative;
	padding: 0 40px;
	color: #888888;
	font-size: 14px;
	line-height: 1.43;
	text-decoration: none;
}
#productsTabArea #pulldownArea .pulldown .labelWrap:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(http://www.why-juice.me/sp/common/imgs/arw-01.png) no-repeat center center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#productsTabArea #pulldownArea .pulldown.open .labelWrap:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#productsTabArea #pulldownArea .pulldown .labelWrap.touched:after {
	background-image: url(http://www.why-juice.me/sp/common/imgs/arw-01_ov.png);
}
#productsTabArea #pulldownArea .pulldown .labelWrap .label {
	display: table;
	width: 100%;
	height: 60px;
}
#productsTabArea #pulldownArea .pulldown .labelWrap .label .inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#productsTabArea #pulldownArea .pulldown .labelWrap .label .inner .lang_en {
	line-height: 1.3;
}
#productsTabArea #pulldownArea .pulldown .list {
	display: none;
	margin: 0 20px;
	padding: 20px 0;
	border-top: #d2d2d2 solid 1px;
	font-size: 14px;
	line-height: 1.43;
	text-align: center;
}
#productsTabArea #pulldownArea .pulldown .list li .lang_en {
	line-height: 1.3;
}
#productsTabArea #pulldownArea .pulldown .list li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
#productsTabArea #pulldownArea .pulldown .list li a.on {
	color: #000000;
}
#productsTabArea .tabContent {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 0;
}
#productsTabArea .tabContent.on {
	overflow: visible;
	height: auto;
}
#productsTabArea .tabContent .menuAreaWrap {
	margin-top: 0;
}
#productsTabArea #communityBnr {
	margin: 40px 8px 0;
	padding-top: 20px;
	border-top: #000000 solid 1px;
	text-align: center;
}
#productsTabArea #communityBnr a {
	display: inline-block;
	margin: 0 8px;
}
#productsTabArea #communityBnr img {
	width: 100%;
	height: auto;
}