<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* headerMenu
--------------------------- */
.headerMenu {
	padding: 5px 0 0 0;
	background: url("../images/navBg.png") no-repeat;
	background-position: center -5px;
	background-size: contain;
}
@media screen and (max-width:767px){
}
/* topImgArea
--------------------------- */
.topImgArea {
	min-width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
}
.topImgAreaInner {
	height: 103vh;
	min-height: 750px;
	max-height: 1000px;
	padding: 0 15px 0;
	background: url("../images/mainImg_pc.png") no-repeat;
	background-position: center -20px ;
	background-size: cover;
}
.topImgAreaInner .cts01{
	position: relative;
}
.topImgAreaInner .mainCtach{
	color: #fff;
	position: absolute;
	top: -100px;
	right: 0;
	width: 500px;
}
.mainLead {
	position: absolute;
	width: 320px;
	right: 25px;
	top: -80px;
}
.lemonPackageArea{
	position: relative;
	width: 1070px;
	margin: 0 auto;
	top: -380px;
}
.lemonPackage {
	position: absolute;
	width: 520px;
	top: 0px;
	left: -50px;
}
.lemonPackageNew {
	display: block;
	position: absolute;
	width: 97px;
	z-index: 1;
	top: 40px;
	left: -30px;
}

@media screen and (max-width:767px){
	.topImgArea {
		min-width: auto;
		margin: 0 0 50px 0;
		padding: 0 0 50px 0;
	}
	.topImgAreaInner {
		height: 75vh;
		min-height: auto;
		background: url("../images/mainImg_sp.png") no-repeat;
		background-position: bottom center;
		background-size: cover;
	}
	.topImgAreaInner .mainCtach {
		top: -30px;
		left: auto;
		width: 70%;
		right: -25px;
	}
	.mainLead {
		width: 60%;
		top: auto;
		right: auto;
		bottom: 13.5vh;
		left: 4%;
	}
	.lemonPackageArea {
		width: 70%;
		top: -310px;
		left: -50px;
	}
	.lemonPackage {
		width: 100%;
		top: 10px;
		left: -10px;
	}
	.lemonPackageNew {
		display: block;
		position: absolute;
		width: 60px;
		z-index: 1;
		top: 5px;
		left: -10px;
	}
}
/*アレルゲン情報一覧リンク
------------------------------------------------------------------------------------------------------*/
a.allergyLink {
    padding: 0 0 0 20px;
    color: #000;
    position: relative;
	font-size: 1.4rem;
	text-decoration:underline;
}
.allergyLink::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #7f491b;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
	margin: 1px 0 0 0;
}
.allergyLink::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 5px;
	margin: 1px 0 0 0;
}
@media screen and (max-width: 640px) {
	a.allergyLink {
		padding: 0 0 0 20px;
		color: #000;
		position: relative;
		font-size: 1.2rem;
	}
}
/* concept
--------------------------- */
#concept {
	padding: 60px 10px 0;
	margin: -30px auto 0;
}
.conceptArea{
	background: url("../images/conceptBg_pc.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	min-width: 1100px;
}
.conceptTxT .leadTxt {
	text-shadow: 0 0px 10px rgba(255,255,255,1);
}
.conceptTxT .mainCtach {
	color: #c6000b;
	margin: 70px 0 20px 0;
}
.conceptAreaInner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 20px 0 0 0;
}
.conceptAreaInner img {
	width: 420px;
}
.conceptPoints{
	position: relative;
	z-index: 1;
	margin: -90px 0 60px 0;
}
.conceptPoints ul {
	display: flex;
	justify-content: space-between;
}
.conceptPoints ul li {
	width: 335px;
	height: 325px;
	padding: 50px 0 50px 50px;
	position: relative;
}
.conceptPoints ul li:before{
	content: '';
	display: block;
	width: 30px;
	height: 54px;
	position: absolute;
	top: 30px;
	left: 35px;
}
.conceptPoints ul li:nth-child(1){
	background: url("../images/conceptBg-01_pc.svg") no-repeat;
	background-size: cover;
}
.conceptPoints ul li:nth-child(1):before{
	background: url("../images/conceptNum-01.png") no-repeat;
	background-size: cover;
}
.conceptPoints ul li:nth-child(2){
	background: url("../images/conceptBg-02_pc.svg") no-repeat;
	background-size: cover;
}
.conceptPoints ul li:nth-child(2):before{
	background: url("../images/conceptNum-02.png") no-repeat;
	background-size: cover;
}
.conceptPoints ul li:nth-child(3){
	background: url("../images/conceptBg-03_pc.svg") no-repeat;
	background-size: cover;
}
.conceptPoints ul li:nth-child(3):before{
	background: url("../images/conceptNum-03.png") no-repeat;
	background-size: cover;
}
.cpTit {
	font-size: 2rem;
	font-weight: bold;
	line-height: 3rem;
	color: #cc0000;
	margin: 0 0 10px 25px;
}
.cpTxt {
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.lineUpArea{
	background: url("../images/lineUpBg_pc.svg") no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 0 0 60px 0;
	margin: 0 0 -2px 0;
}

.lineUpArea .leadTxt{
	text-align: center;
	margin: 0 0 30px 0;
}
.lineupList {
	display: flex;
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
}
.lineupList li {
	width: 170px;
	margin: 0 38px 0 0;
}
.lineupList li div {
	position: relative;
}
.lineupList li div img:nth-child(2) {
	position: absolute;
	right: -30px;
	bottom: -15px;
	width: 60%;
}
.lineupList li p {
	line-height: 150%;
	text-align: center;
	margin: 12px 0 0 0;
}
.lineupList li .new span{
	position: absolute;
	left: -10px;
	top: -10px;
	background: #c6000b;
	color: #fff;
	display: inline-block;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 4.4rem;
	text-align: center;
}
.lineupLink {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.lineupLink a{
	background: url("../images/menuBg.svg") no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
	padding: 8px 30px 8px 30px;
}
.lineupLink a:after{
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 14px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -7px;
	opacity: 0.5;
}
@media screen and (max-width:767px){
	#concept {
		padding: 60px 20px 0;
	}
	.conceptArea{
		min-width: auto;
		background: url(../images/conceptBg_sp.jpg) no-repeat;
		background-position: top center;
		background-size: cover;
	}
	.conceptAreaInner {
		display: block;
	}
	.conceptAreaInner img{
		width: 65%;
		margin: 15px auto 20px;
		display: block;
	}
	.conceptPoints ul {
		flex-direction: column;
	}
	.lineupList{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 0 20px 0;
		padding: 0 0 0 0;
	}
	.lineupList li{
		width: 28%;
		margin: 0 5% 0 0;
	}
	.conceptTxT .mainCtach {
		margin: 10px 0 10px 0;
	}
	.conceptPoints {
		margin: 0 0 0 0;
	}
	.conceptPoints ul li {
		width: 100%;
		height: auto;
		padding: 25px 30px 15px 30px;
		margin: 0 0 10px 0;
	}
	.conceptPoints ul li:last-child{
		margin: 0 0 70px 0;
	}
	.conceptPoints ul li:before{
		content: '';
		display: block;
		width: 20px;
		height: 36px;
		position: absolute;
		top: 10px;
		left: 5px;
	}
	.conceptPoints ul li:nth-child(1){
		background: url("../images/conceptBg-01_sp.svg") no-repeat;
		background-size: 100%;
	}
	.conceptPoints ul li:nth-child(1):before{
		background: url("../images/conceptNum-01.png") no-repeat;
		background-size: contain;
	}
	.conceptPoints ul li:nth-child(2){
		background: url("../images/conceptBg-02_sp.svg") no-repeat;
		background-size: 100%;
	}
	.conceptPoints ul li:nth-child(2):before{
		background: url("../images/conceptNum-02.png") no-repeat;
		background-size: contain;
	}
	.conceptPoints ul li:nth-child(3){
		background: url("../images/conceptBg-03_sp.svg") no-repeat;
		background-size: 100%;
		margin: 0 0 20px 0;
	}
	.conceptPoints ul li:nth-child(3):before{
		background: url("../images/conceptNum-03.png") no-repeat;
		background-size: contain;
	}
	.cpTit {
		font-size: 1.4rem;
		line-height: 1.6rem;
		margin: 0 0 0 0;
	}
	.cpTxt {
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin: 5px 0 10px 0;
	}
	.lineUpArea {
		background: url(../images/lineUpBg_sp.svg) no-repeat;
		background-position: top center;
		background-size: cover;
		padding: 25px 0 60px 0;
		margin: 0 0 -2px 0;
	}
	.lineupList li div img:nth-child(2) {
		position: absolute;
		right: -25%;
		bottom: -12%;
		width: 60%;
	}
	.lineupList li p {
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin: 5px 0 15px 0;
	}
	.lineupLink {
		width: 80%;
		height: 60px;
		margin: 0 auto;
		justify-content: center;
	}
	.lineupLink {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		background: url("../images/menuBg.svg") no-repeat;
		background-size: cover;
	}
	.lineupLink a{
		background: none;
		padding: 0 0 0 0;
	}
	.lineupLink a:after {
		display: none;
	}
	.lineupLink:after{
		width: 12px;
		height: 12px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		right: 20px;
		content: "";
		vertical-align: middle;
		top: 50%;
		margin-top: -8px;
		opacity: 0.5;
	}
}

/* menuArea
--------------------------- */
.menuArea{
	position: relative;
	padding: 60px 0 0 0;
	min-width: 1100px;
	overflow: hidden;
}
.menuArea .titArea {
	margin: 0 0 40px 0;
}
.menuArea .leadTxt {
	margin: 0 0 50px 0;
}
.menuArea .menuBnr {
	bottom: auto;
	top: 160px;
}
@media screen and (max-width:767px){
	.menuArea{
		min-width: auto;
		overflow-y: hidden;
	}
	.menuArea .titArea {
		margin: 0 0 25px 0;
	}
}

/*menuCts
--------------------------- */
.menuCts {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.menuCts:nth-of-type(even) {
	align-items: flex-end;
}
.menuCts:not(:first-of-type) {
	margin: 70px 0 0 0;
}
.menuCtsInner {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.menuCts:nth-of-type(even) .menuCtsInner{
	flex-direction: row-reverse;
}
.txtArea {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
.menuCts:nth-of-type(even) .menuCtsInner .txtArea{
	align-items: flex-end;
}
.menuTit {
	width: 220px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menuTit h4 {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
}
.PlupSoda .menuTit {
	background: url(../images/PulpSoda-bg.png) no-repeat;
	background-size: cover;
}
.LemonadeSoda .menuTit {
	background: url(../images/LemonadeSoda-bg.png) no-repeat;
	background-size: cover;
}
.TeaSoda .menuTit{
	background: url("../images/TeaSoda-bg.png") no-repeat;
	background-size: cover;
}
.HotFruitTea .menuTit{
	background: url("../images/HotFruitTea-bg.png") no-repeat;
	background-size: cover;
}
.ColdFruitTea .menuTit{
	background: url("../images/ColdFruitTea-bg.png") no-repeat;
	background-size: cover;
}
.FrozenSmoothie .menuTit{
	background: url("../images/FrozenSmoothie-bg.png") no-repeat;
	background-size: cover;
}
.Amasake .menuTit{
	background: url("../images/Amasake-bg.png") no-repeat;
	background-size: cover;
}
.AlmondMilk .menuTit{
	background: url("../images/AlmondMilk-bg.png") no-repeat;
	background-size: cover;
}
.NonAlcoholicCocktail .menuTit{
	background: url("../images/NonAlcoholicCocktail-bg.png") no-repeat;
	background-size: cover;
}
.txtAreaInner {
	width: 460px;
	margin: 40px 0 0 0;
}
.menuCts:nth-of-type(even) .txtAreaInner {
	text-align: right;
}
.menuCts:first-of-type .recipeArea{
	display: block;
}
.txtAreaInner img {
	margin: 0 0 12px 0;
}
.txtAreaInner p{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 3.2rem;
	text-shadow: 2px 2px 3px rgba(255,255,255,1), -2px -2px 3px rgba(255,255,255,1), 2px -2px 3px rgba(255,255,255,1), -2px 2px 3px rgba(255,255,255,1);
}

.imgArea{
	width: 860px;
	box-sizing: border-box;
	margin: 30px 0 0 -280px ;
}
.menuCts:nth-of-type(even) .imgArea{
	margin: 30px -280px 0 0;
}
.PlupSoda .imgArea{
	width: 812px;
	box-sizing: border-box;
	margin: 30px 80px 0 -260px;
	position: relative;
	z-index: 1;
}
.recipeArea{
	display: inline-flex;
	background: #f5f2e3;
	padding: 45px 25px 35px;
	z-index: 0;
	position: relative;
	margin: -20px 0 0 0;
}
.recipeAreaInner:first-child {
	border-right: 1px #3c0d08 dashed;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
.recipeAreaInner .menuRecipe {
	margin: 0 0 15px 0;
}
.menuRecipe {
	margin: 0 30px 0 0;
}
.recipeTit {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: url(../images/menuBg.svg) no-repeat;
	background-size: cover;
	display: inline-block;
	padding: 1px 15px;
	margin: 0 0 10px 0;
	position: relative;
}
.recipeTit:after {
	content: "";
	width: 56px;
	height: 24px;
	display: block;
	background: url(../images/recipeTit.svg) no-repeat;
	position: absolute;
	top: 5px;
	right: -65px;
}

.recipeDetail span{
	font-weight: 500;
	margin-left: -8px;
}

.recipeDetail span:first-of-type {
	display: block;
}

.menuRecipe p:last-of-type{
	margin-top: 10px;
}

.baseTit {
	color: #4d4d4d;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.baseTit span{
	font-size: 1.2rem;
}
.menuCts:first-of-type .menuBase {
	margin-top: 10px;
}
.menuBase ul {
	display: flex;
	flex-wrap: wrap;
}
.menuBase ul li:not(:last-child){
	margin: 0 5px 0 0;
}
.base{
	height: 54px;
	width: 54px;
	box-sizing: border-box;
	border-radius: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Rgf{
	background: #fc6739;
}
.Peach{
	background: #f1af57;
}
.Apple{
	background: #c2ac0a;
}
.Kiwi{
	background: #99cf16;
}
.Orange{
	background: #fe8013;
}
.Lemon{
	background: #ffe100;
}
.baseRgfTxt{
	font-size: 1.2rem;
	color:#fc6739;
	margin: 5px 0 0 0;
}
.takeOutImg {
	width: 32%;
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: 110px;
}
.menuBase ul.cocktailBase {
	display: flex;
	flex-wrap: wrap;
	width: 555px;
}
.menuBase ul.cocktailBase li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 15px 0 0;
}
.menuBase ul.cocktailBase li:nth-child(3) {
	margin: 0 0 0 0;
}
.menuBase ul.cocktailBase li:nth-child(n+4) {
	margin: 10px 15px 0 0;
}
.juice{
	position: relative;
	box-sizing: border-box;
	width: 90px;
	height: 50px;
	background: #f1d58d;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 30px;
}
.juice:before{
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	background: url("../images/../images/juiceIcon.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -23px;;
	margin: -7.5px 0 0 0;
}
.juice span{
	color: #3c0d08;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px){
	.menuCts:not(:first-of-type) {
		margin: 40px 0 0 0;
	}
	.menuCtsInner {
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	.menuCts:nth-of-type(even) .menuCtsInner{
		flex-direction: column;
		align-items: flex-start;
	}
	.txtArea{
		flex-direction: row;
		width: 100%;
	}
	.menuCts:nth-of-type(even) .menuCtsInner .txtArea {
		flex-direction: row-reverse;
		align-items: flex-start;
	}
	.txtAreaInner{
		width: calc(100% - 130px);
		margin: 0 0 0 10px;
	}
	.menuCts:nth-of-type(even) .txtAreaInner {
		margin: 0 10px 0 0;
	}
	.txtAreaInner img{
		margin: 0 0 5px 0;
		max-width: 300px;
	}
	.txtAreaInner p {
		font-size: 1.4rem;
		line-height: 2.1rem;
	}
	.menuTit {
		height: 130px;
		width: 130px;
	}
	.menuTit h4{
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	.imgArea,
	.PlupSoda .imgArea,
	.menuCts:nth-of-type(even) .imgArea{
		width: 90%;
		margin: -20px 0 0 0;
	}
	.menuBase ul.cocktailBase {
		width: 100%;
		justify-content: flex-start;
	}
	.recipeArea {
		display: block;
		width: 92%;
		padding: 35px 20px 10px;
	}
	.menuCts:nth-of-type(even) .recipeArea{
		margin: -20px 0 0 8%;
	}
	.recipeTit {
		padding: 1px 7px;
		margin: 0 0 7px 0;
	}
	.recipeTit:after {
		content: "";
		width: 51px;
		height: 22px;
		display: block;
		background: url(../images/recipeTit.svg) no-repeat;
		position: absolute;
		top: 5px;
		right: -60px;
	}
	.menuRecipe{
		margin: 0 0 0 0;
	}
	.menuBase {
		margin: 10px 0 0 0;
	}
	.base {
		height: 50px;
		width: 50px;
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.baseTit {
		font-size: 1.4rem;
		margin: 0 0 3px 0;
	}
	.recipeAreaInner:first-child {
		margin: 0 0 20px 0;
		padding: 0 0 15px 0;
		border-right: none;
		border-bottom: 1px #3c0d08 dashed;
	}
	.menuBase ul.cocktailBase li {
		margin: 0 0 0 0;
	}
	.menuBase ul.cocktailBase li:not(last-child),
	.menuBase ul.cocktailBase li:nth-child(3),
	.menuBase ul.cocktailBase li:nth-child(n+4){
		margin: 0 8px 5px 0;
	}
	.juice {
		width: 75px;
		height: 45px;
		margin: 0 0 0 20px;
	}
	.juice:before {
		height: 10px;
		width: 10px;
		left: -15px;
		margin: -5px 0 0 0;
	}
	.juice span {
		font-size: 1.1rem;
		line-height: 1.3rem;
	}
	.baseRgfTxt.cocktailIn{
		margin: -5px 0 0 0;
	}
	.menuBase ul li,
	.menuBase ul li:not(:last-child){
		margin: 0 5px 5px 0;
	}
}
@media screen and (max-width: 400px){
	.recipeArea {
		padding: 35px 10px 10px;
	}
}
/*IE10+Edge*/
_:-ms-lang(x),
.recipeTit {
	padding: 3px 15px 0px;
}
@media screen and (max-width:767px){
	_:-ms-lang(x),
	.recipeTit {
		padding: 3px 15px 0px;
	}
}

/* specArea
--------------------------- */
.specArea{
	background:#f5f2e3;
	background-size: cover;
	padding: 60px 0 40px;
}
.specInner{
	margin: 40px auto 0;
}
.specInner .packageList{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin :20px 0 20px 0;
}
.specInner .packageList li{
	position: relative;
}
.specInner .packageList li:not(:first-child){
	margin: 0 0 0 15px;
}
.specInner .packageList li img {
	width: 100%;
}
.specInner .packageList li img.lemonNew {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.specTit{
	color: #3c0d08;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.specTit.sub{
	text-align: left;
	font-size: 1.56rem;
}
.specInner table {
	border-collapse: collapse;
	padding: 0;
	margin: 5px 0 5px 0;
	width: 100%;
}
.specInner table tr {
	background-color: #fff;
	border-bottom: 1px solid #3c0d08;
	text-align: center;
}
.specInner table th{
	padding: 7px 12px 5px;
	border-right: 1px solid #fff;
	min-width: 90px;
}
.specInner table tbody{
	text-align: left;
}
.specInner table tbody th{
	padding: 18px 32px;
	border-right: 1px solid #3c0d08;
}
.specInner table thead td {
	padding: 1em 10px 1em 1em;
	border-right: 1px solid #fff;
}
.specInner table td {
	padding: 9px 14px;
	border-right: 1px solid #3c0d08;
}
.specInner table td:nth-child(3){
	text-align:left;
}
.specInner table .tableBorderConfig {
	border-left: 1px solid #3c0d08;
}
.specInner table tbody tr:first-of-type td:last-child {
	border-right: none;
}
.specInner table thead tr{
	background-color: #3c0d08;
	color:#fff;
}
.specInner table td span {
	transform: scale(3, 1);
	display: inline-block;
}
.specInner table td span.note {
	transform: scale(1, 1);
	font-size: 1rem;
	color: #f00;
	vertical-align: super;
}
.specDetail {
	margin: 0 0 18px 0;
	width: 100%;
}
.specTxtsp{
	display: none;
}
.pickUpArea {
	margin: 150px 0 100px 0;
}
.noteTxt{
	color: #f00;
}


@media screen and (max-width:767px){
	.specArea {
		padding: 40px 0 40px;
	}
	.specTit{
		font-size: 1.4rem;
		text-align: left;
	}
	.specTit.sub{
		font-size: 1.3rem;
	}
	.specTxtsp{
		font-size: 1rem;
		display: block;
	}
	.specInner {
		padding: 0px 15px 10px 15px;
		display: block;
		margin: 20px auto 0;
	}
	.specInner img {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	.specInner .packageList li img.lemonNew {
		width: 70%;
		position: absolute;
		top: 0;
		left: -10px;
	}
	.specInner table.tableB {
		border: 0;
		width:100%
	}
	.specInner table.tableB th{
		background-color: #eee;
		display: block;
		border-right: none;
	}
	.specInner table{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		letter-spacing: 0;
		margin:  5px 0px 5px 
	}
	.specInner table tbody th,
	.specInner table thead td,
	.specInner table th,
	.specInner table tr,
	.specInner table td{
		padding: 5px 10px;
	}
	.specDetail{
		margin: 0 0 0 0;
	}
	.tableTxt{
		font-size: 1.2rem;
		margin: 5px 0 0 0;
	}
	.specTxtDetail,
	.noteTxt{
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.noteTxt{
		margin: 5px 0 0 0;
	}
	.pickUpArea {
		margin: 40px 0 40px 0;
	}
}
/* inquiryArea
--------------------------- */
.inquiryArea{
	background:url("../images/inquiryBk.png") no-repeat top center/cover;
	padding: 70px 0 110px;
}
.inquiryArea .titArea {
	color: #fff;
}
.inquiryInner &gt; p {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 50px 0 60px;
}
a.inquiryBtn{
	position: relative;
	background: #cc0000;
	width: 400px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
a.inquiryBtn:after {
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 16px;
	content: "";
	vertical-align: middle;
	top: 50%;
	margin-top: -5px;
	opacity: 0.5;
}
a.inquiryBtn p{
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width:767px){
	.inquiryArea {
		padding: 60px 0 60px;
	}
	.inquiryInner &gt; p {
		font-size: 1.4rem;
		margin: 30px 0 40px 0;
	}
	a.inquiryBtn {
		width: 85%;
		height: 70px;
	}
	a.inquiryBtn p{
		font-size: 1.4rem;
	}
	.specInner table th,
	.specInner table td{
		font-size: 1.3rem;
	}
}

/*tablet*/
.tab{
	display: block;
}
@media screen and (max-width:769px){
	.recipeDetail {
		max-width: 345px;
	}
	.tab{
		display: none;
	}
}

/*conceptMovie*/
.conceptMovie {
	display: block;
	width: 608px;
	margin: 0 auto;
	padding: 40px 0 80px;
}
.conceptMovie .conceptMovieInner{
	text-align: center;
	position: relative;
}
.conceptMovie .conceptMovieInner .tit{
	position: absolute;
	display: inline-block;
	z-index: 1;
	top: -50px;
	left: 10px;
	width: 150px;
}
.conceptMovie .conceptMovieInner a.movieLink.youtube {
	display: inline-block;
}
.conceptMovieThum{
	position: relative;
	display: block;
	width: 608px;
	border: 6px solid #FFFFFF;
	margin: -5px auto 0;
	transition: 0.3s;
	cursor: pointer;
}
.conceptMovieThum:before{
	content: '';
	height: 70px;
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	background: url("../images/conceptMovieThum_icon.svg") no-repeat;
	background-position: center;
	background-size: contain;
	transition: 0.3s;
}
.conceptMovieThum:hover{
	opacity: 0.7;
}
.conceptMovieThum:hover:before{
	opacity: 0.5;
}
.movieNote {
	margin: 5px 0 0 0;
	font-size: 1.2rem;
	font-weight: bold;
}
@media screen and (max-width:769px){
	.conceptMovie {
		margin: 0 auto;
		width: 100%;
		max-width: 500px;		
		padding: 50px 0 50px;
	}
	.conceptMovie .conceptMovieInner .tit{
		width: 100px;
		top: -30px;
		left: 10px;
	}
	.conceptMovie .conceptMovieInner a.movieLink.youtube {
		width: auto;
	}
	.conceptMovieThum {
		width: 100%;
		margin: 5px auto 0;
	}
	.conceptMovieThum:before {
		height: 60px;
		width: 60px;
		margin: -30px 0 0 -30px;
	}
	.movieNote {
		text-align: left;
	}
}</pre></body></html>