@charset "utf-8";

/* ============================================================

event.css

============================================================ */


/* ------------------------------------------------------------

　#mainimg

------------------------------------------------------------ */

#restaurant #mainimg {
	padding:0;
	box-sizing:border-box;
	background:url(../img/restaurant/mainimg.jpg) no-repeat 20% 50%;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#restaurant #mainimg {
		min-width:320px;
		height:200px;
		background-size:cover;
	}
	
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#restaurant #mainimg {
		min-width:560px;
		height:320px;
		background-size:cover;
	}

}


/*----------------------------------------------------------
	Display：960px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 960px) {

	#restaurant .categoryTop #mainimg {
		height:400px;
	}
	
}


/*----------------------------------------------------------
	Display：1200px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 1200px) {

	#restaurant #mainimg {
		background-size:cover;
	}

}


/* ------------------------------------------------------------

　parts

------------------------------------------------------------ */

#restaurant .inner {
	padding:35px 0 45px;
}
#restaurant header .inner {
	padding:15px 10px;
}



/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#restaurant .inner {
		padding:50px 0 60px;
	}

}



/* ------------------------------------------------------------

　shopData

------------------------------------------------------------ */

#restaurant .shopData {
	padding:0;
}
#restaurant .shopData .shopCate{
	font-size:1.4rem;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:center;
	font-family:'SourceHanSerifJP';
}
#restaurant .shopData .shopName{
	margin-top:5px;
	font-size:2.8rem;
	line-height:1.4em;
	letter-spacing:0.15em;
	text-align:center;
	font-family:'SourceHanSerifJP';
}
#restaurant .shopData .shopPrace{
	font-size:1.4rem;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:center;
	font-family:'SourceHanSerifJP';
}

#restaurant .shopData .timeBox {
	width:90%;
	max-width:480px;
	margin:35px auto;
	padding:20px 0 15px;
	border:1px solid #999999;
	box-sizing:border-box;
	position:relative;
	background:#ffffff;
}
#restaurant .shopData .timeBox .midashi{
	width:140px;
	margin:0 auto;
	font-size:1.2rem;
	line-height:24px;
	letter-spacing:0.1em;
	text-align:center;
	font-family:'SourceHanSerifJP';
	color:#ffffff;
	background:#333333;
	position:absolute;
	top:-12px;
	left:0;
	right:0;
}

#restaurant .shopData .timeBox .ofh.ver1{
	width:90%;
	margin:0 auto;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.05em;
}
#restaurant .shopData .timeBox .ofh.ver1 .youbi{
	margin-top:8px;
	width:75px;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
}
#restaurant .shopData .timeBox .ofh.ver1 .time {
	text-align:center;
	margin:0 auto;
}

#restaurant .shopData .timeBox .ofh.ver2{
	width:90%;
	margin:0 auto;
	font-size:1.2rem;
	line-height:2em;
	letter-spacing:0.05em;
}
#restaurant .shopData .timeBox .ofh.ver2 .youbi{
	margin-top:8px;
	width:75px;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
}
#restaurant .shopData .timeBox .ofh.ver2 .time {
	width:300px;
	text-align:center;
	margin:0 auto;
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#restaurant .shopData .shopName{
		font-size:3.2rem;
		line-height:1.4em;
		letter-spacing:0.15em;
	}
	#restaurant .shopData .timeBox .ofh.ver1{
		width:auto;
		text-align:center;
	}
	#restaurant .shopData .timeBox .ofh.ver1 .youbi{
		width:75px;
		text-align:left;
		font-weight:normal;
		display:inline-block;
	}
	#restaurant .shopData .timeBox .ofh.ver1 .time {
		text-align:left;
		display:inline-block;
	}
	
	#restaurant .shopData .timeBox .ofh.ver2{
		width:365px;
	}
	#restaurant .shopData .timeBox .ofh.ver2 .youbi{
		width:75px;
		text-align:left;
		font-weight:normal;
		float:left;
	}
	#restaurant .shopData .timeBox .ofh.ver2 .time {
		width:290px;
		text-align:left;
		float:left;
	}

}



/* ------------------------------------------------------------

　menuPhotoBox

------------------------------------------------------------ */

#restaurant .photoBoxL {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
}
#restaurant .photoBoxM {
	width:90%;
	max-width:800px;
	margin:0 auto;
}
#restaurant .photoBoxS {
	width:90%;
	max-width:640px;
	margin:0 auto;
}
#restaurant .photoBox2C {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#restaurant .photoBox2C div {
	width:100%;
	margin-top:20px;
}
.menuPhotoBox {
	width:90%;
	max-width:1040px;
	margin:40px auto 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.menuPhotoBox.vam {
	-webkit-box-align: center;
	align-items: center;
}
.menuPhotoBox .photoBox{
	width:100%;
}
.menuPhotoBox .photoBox img{
	box-shadow:0 0 8px 0 rgba(0,0,0,0.05);
}
.menuPhotoBox .menuBox{
	width:100%;
	padding:0 0 0;
}
.menuPhotoBox .menuBox .planName,
.planNameMPB {
	font-size:2.2rem;
	line-height:1.5em;
	letter-spacing:0.05em;
	text-align:center;
	font-family:'SourceHanSerifJP';
	text-align:center;
}

.subheadline {
	font-size:2.0rem;
	line-height:1.5em;
	letter-spacing:0;
	text-align:center;
	font-family:'SourceHanSerifJP';
	text-align:center;
}

/*----------------------------------------------------------
	Display：768px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 768px) {
	.subheadline {
		font-size:2.6rem;
	}
	.menuPhotoBox.photoR {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	#restaurant .photoBox2C div {
		width:48%;
		margin:0;
	}

	.menuPhotoBox .photoBox{
		width:50%;
	}
	.menuPhotoBox .menuBox{
		width:46%;
	}
	
	.afternoontea .menuPhotoBox .photoBox{
		width:35%;
	}
	.afternoontea .menuPhotoBox .menuBox{
		width:61%;
	}
	
	.menuPhotoBox .menuBox .planName,.planNameMPB {
		font-size:2.6rem;
		line-height:1.5em;
		letter-spacing:0.12em;
	}
}


.photoBox4c {
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width:800px;
	margin:0 auto;
}
@media screen and (max-width: 768px) {
	.photoBox4c p {
		width:48%;
	}
}
@media screen and (min-width: 769px) {
	.photoBox4c p {
		width:24%;
	}
}



/* ------------------------------------------------------------

　menuBox

------------------------------------------------------------ */

.menuBox {
	width:90%;
	max-width:1200px;
	border-bottom:1px solid #bbbbbb;
}
.menuBox.center {
	margin:0 auto;
}
.menuBox.c1 {
	width:90%;
	max-width:560px;
	margin:0 auto;
}
.menuBox .menuTTL{
	margin-top:15px;
	border-bottom:1px solid #bbbbbb;
}
.menuBox .menuTTL span{
	width:130px;
	margin:0 auto -15px;
	font-size:1.6rem;
	line-height:30px;
	letter-spacing:0.12em;
	font-family:'SourceHanSerifJP';
	text-align:center;
	background:#fdfdfc;
	display:block;
}
.bg2 .menuBox .menuTTL span{
	background:url(../img/common/contents_bg.jpg) repeat 0 0;
}

.menuBox .sttl {
	padding:0 10px;
	font-size:1.8rem;
	font-family:'SourceHanSerifJP';
	letter-spacing:0.05em;
	text-align:center;
}

.menuList {
	padding:30px 5% 20px;
	overflow:hidden;
}
.menuList li{
	margin:0 0 5px;
	padding:0 0 0 1.5em;
	font-size:1.2rem;
	line-height:2em;
	box-sizing:border-box;
	position:relative;
}
.menuList li .mark{
	color:#bbab76;
	position:absolute;
	top:0;
	left:0;
}
.color{
	color:#9b1931;
}
.menuBox .menuList.c2 li {
	margin-bottom:10px;
	overflow:hidden;
	line-height:1.5em;
}
.menuBox .menuList.c2 li p:nth-child(2) span {
	display:inline-block;
	margin-right:1em;
}

.freeDrink span { display:inline-block; }

/*----------------------------------------------------------
	Display：559px →（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 559px) {
	.menuListC3 .menuBox {
		width:90%;
		max-width:460px;
		margin:0 auto 0;
		border-bottom:0;
	}
	.menuBox .sttl {
		font-size:1.6rem;
	}
}

/*----------------------------------------------------------
	Display：939px →（ sp tab ）
----------------------------------------------------------*/

@media screen and (max-width: 939px) {

	.menuListC3_a .menuList {
		padding-top:0;
		max-width:440px;
		margin-left:auto;
		margin-right:auto;
	}
	.menuListC3_a .menuList:first-child {
		padding-top:30px;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {
	.menuBox .menuList {
		padding:30px 30px 20px;
	}
	.menuListC3 {
		display:-webkit-box;
		display:flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:0 30px;
	}
	.menuListC3 .menuBox {
		width:48%;
		max-width:460px;
		margin:0 1% 30px;
	}
}
@media screen and (min-width: 560px) and (min-width: 939px) {
	.menuListC3 .menuBox:last-child {
		margin-bottom:0;
	}
}

/*----------------------------------------------------------
	Display：940px →（ pc ）
----------------------------------------------------------*/

@media screen and (min-width: 940px) {

	.menuBox .menuList.c2 li p:nth-child(1) {
		float:left;
	}
	.menuBox .menuList.c2 li p:nth-child(2) {
		margin-left:125px;
	}
	.menuListC3 {
		display:-webkit-box;
		display:flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding:0 30px;
	}
	.menuListC3 .menuBox {
		width:31.33%;
		margin:0 1%;
	}
	
	.menuListC3_a {
		display:-webkit-box;
		display:flex;
		-webkit-box-pack: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.menuListC3_a .menuList {
		width:31.33%;
		margin:0 1%;
	}
	.menuListC3_a .menuList.noheading {
		margin-top:35px;
	}
}





/* ------------------------------------------------------------

　priceBox

------------------------------------------------------------ */

#restaurant .priceBox em{
	font-size:2.4rem;
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#restaurant .priceBox em{
		font-size:2.8rem;
	}

}




/* ------------------------------------------------------------

　fair

------------------------------------------------------------ */

#fairNav {
	width:95%;
	max-width:600px;
	margin:40px auto 10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	box-sizing:border-box;
}
#fairNav a {
	width:100%;
	margin-top:15px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
}
#fairNav a:first-child{
	margin-top:0;
}
#fairNav a .photo{
	margin:0;
	padding:0;
}
#fairNav a .name{
	background:url(../img/common/icon_arrow_d.png) no-repeat 50% 85% #000000;
	background-size:10px auto;
	text-align:center;
	font-size:1.2rem;
	line-height:1.5em;
	color:#ffffff;
	box-sizing:border-box;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#fairNav a {
		display:table;
		box-shadow:0 0 8px 0 rgba(0,0,0,0.1);
	}
	#fairNav a .photo{
		display:table-cell;
		width:40%;
	}
	#fairNav a .name{
		display:table-cell;
		width:60%;
		padding:0;
		vertical-align:middle;
	}
}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#fairNav {
		margin-bottom:30px;
	}
	#fairNav a {
		width:48%;
		margin:0;
		box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
	}
	#fairNav.c2 a {
		width:30%;
	}
	#fairNav a .name{
		height:70px;
		padding:10px 5px 20px;
		text-align:center;
	}

}

/*----------------------------------------------------------
	Display：840px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 840px) {
	#fairNav {
		margin-bottom:30px;
	}
	#fairNav a .name{
		height:50px;
	}
	#fairNav a .name br{
		display:none;
	}

}




.fair .priceTable {
	margin:0 auto;
	border-collapse:collapse;
}
.fair .pc .priceTable {
	width:90%;
	max-width:800px;
}
.fair .sp .priceTable {
	width:90%;
}

.fair .priceTable thead th {
	padding:12px 0;
	font-size:1.1rem;
	line-height:1.2em;
	font-weight:normal;
	color:#111111;
	text-align:center;
	vertical-align:middle;
	font-family:'SourceHanSerifJP';
	background:#e8e5dc;
	border:1px solid #b6b1ac;
	box-sizing:border-box;
}

.fair .priceTable tbody th {
	width:170px;
	padding:8px 5px;
	font-size:1.4rem;
	line-height:1.4em;
	color:#111111;
	text-align:center;
	vertical-align:middle;
	font-family:'SourceHanSerifJP';
	background:#f6f3ea;
	border:1px solid #b6b1ac;
	box-sizing:border-box;
}
.fair .priceTable tbody td {
	padding:8px 0;
	font-size:1.4rem;
	line-height:1.4em;
	color:#111111;
	letter-spacing:0.05em;
	text-align:center;
	vertical-align:middle;
	font-family:'SourceHanSerifJP';
	background:#ffffff;
	border:1px solid #b6b1ac;
	box-sizing:border-box;
}
.fair .priceTable tbody td.kubun {
	font-size:1.2rem;
	text-align:center;
}

.fair .pc .priceTable tbody th {
	width:170px;
}
.fair .pc .priceTable tbody td {
	width:170px;
}
.fair .pc .priceTable tbody td.kubun {
	width:120px;
}

.fair .sp .priceTable tbody th {
	width:30%;
}
.fair .sp .priceTable tbody td {
	width:35%;
}

.fair .sp .priceTable thead th{
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}
.fair .sp .priceTable thead td.kubun {
	padding:8px 0;
	font-size:1.2rem;
	text-align:center;
	color:#111111;
	letter-spacing:0.05em;
	text-align:center;
	vertical-align:middle;
	font-family:'SourceHanSerifJP';
	background:#ffffff;
	border:1px solid #b6b1ac;
	box-sizing:border-box;
}
.fair .sp .priceTable tbody th {
	padding:0;
	height:50px;
	width:24%;
	font-size:1rem;
}
.fair .sp .priceTable tbody td {
	padding:0;
	height:50px;
	width:38%;
}
.fair .sp .priceTable th,
.fair .sp .priceTable td {
	font-size:1.2rem;
}

.fair .priceTable td span{
	margin-top:3px;
	display:inline-block;
}


/* ------------------------------------------------------------

　sakura-lounge

------------------------------------------------------------ */


#restaurant .sakura-lounge .photoBox {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
}

#restaurant .sakura-lounge .photoBox {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.1);
}

#restaurant .sakura-lounge .cocktailsList {
	width:90%;
	max-width:940px;
	margin:0 auto;
	padding-bottom:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	box-sizing:border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
#restaurant .sakura-lounge .cocktailsList li{
	width:100%;
	min-height:70px;
	margin:10px 0;
	padding:10px 0 10px 80px;
	position:relative;
}
#restaurant .sakura-lounge .cocktailsList li .mark{
	width:68px;
	height:68px;
	padding-top:10px;
	border:4px solid #bbab76;
	font-size:1.2rem;
	line-height:1.2em;
	letter-spacing:0.05em;
	text-align:center;
	color:#938042;
	font-family:'SourceHanSerifJP';
	background:#ffffff;
	box-sizing:border-box;
	border-radius:34px;
	position:absolute;
	top:0;
	left:0;
}
#restaurant .sakura-lounge .cocktailsList li .mark em{
	font-size:2.0rem;
	line-height:1.2em;
	display:block;
}
#restaurant .sakura-lounge .cocktailsList li .menuName{
	font-size:1.6rem;
	line-height:1.5em;
	letter-spacing:0.1em;
	font-family:'SourceHanSerifJP';
}
#restaurant .sakura-lounge .cocktailsList li .txt{
	margin:5px 0 0;
	font-size:1.2rem;
	line-height:1.5em;
	letter-spacing:0.1em;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#restaurant .sakura-lounge .cocktailsList li{
		padding-bottom:15px;
		border-bottom:1px dotted #999999;
	}

}


/*----------------------------------------------------------
	Display：560px →（ tablet pc ）
----------------------------------------------------------*/

@media screen and (min-width: 560px) {

	#restaurant .sakura-lounge .cocktailsList li{
		width:50%;
		padding-left:80px;
		box-sizing:border-box;
	}
	#restaurant .sakura-lounge .cocktailsList li:first-child{
		width:50%;
		margin-left:25%;
		margin-right:25%;
	}

}

