@charset "UTF-8";
/* Clearfix
=================================*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from Mac IE \*/

.clearfix {
	display: block;
}
html {
	font-size: 62.5%;
}

* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */
a {
	text-decoration: none;
	color: #333;
}
body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

#whole {
	opacity: 0;
	overflow: hidden;
}
#logo {
	text-align: center;
	padding: 80px 0;
}
#wrap {
	position: relative;
	z-index: 1;
}
#picWrapper {
	margin-top: 100px;
}
.pic {
	height: 273px;
	cursor: pointer;
	position: relative;
}
.pic a {
	display: block;
	height: 100%;
}
#pic01 {
	background: url(../img/pic01.jpg) center center no-repeat;
	background-size: cover;
}
#pic02 {
	background: url(../img/pic02.jpg) center center no-repeat;
	background-size: cover;
}
#pic03 {
	background: url(../img/pic03.jpg) center center no-repeat;
	background-size: cover;
}
#pic04 {
	background: url(../img/pic04.jpg) center center no-repeat;
	background-size: cover;
}
.txt_title {
	position: relative;
	z-index: 2;
	top: 100px;
	width: 960px;
	height: 30px;
	padding: 0 0 0 60px;
	box-sizing: border-box;
}
.txt_title_wrapper > a > p {
	margin-top: 10px;
	font-size: 0.8rem;
}

/* restaurant */
#restaurant .top_visual {
	text-align: center;
}
#restaurant header h1 {
	width: 320px;
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	/*margin-top: -8px;*/
	z-index: 1;
}
#restaurant header h1 img {
	width: 100%;
	height: auto;
}
/* feed */
#restaurant .fb_feed {
	bottom: 0;
	padding-top: 15px;
	width: 100%;
	height: 35px;
	background-color: #fff;
}
#restaurant .fb_feed h3 {
	font-family: "garamond-premier-pro-display";
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
}
/*
#restaurant .fb_feed h3 {
	margin: 0 54px 0 0;
}
#restaurant .fb_feed h3 img {
	vertical-align: top;
}*/
#restaurant .fb_feed h3,
#restaurant .fb_feed ul {
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	vertical-align: baseline;
}
#restaurant .fb_feed ul {
	padding-top: 4px;
	height: 13px;
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
}
#restaurant .fb_feed ul .fb_date {
	margin-right: 10px;
}
#restaurant .fb_feed ul a {
	text-decoration: none;
	color: #333;
}
#restaurant #feed {
    height: 100%!important;
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#restaurant .fb_btn {
    position: absolute;
    right: 0;
    top: 8px;
}
/* nav */
#restaurant .navWrapper {
	height: 100px;
	text-align: center;
}
#restaurant nav {
	width: 100%;
	height: 100%;
	padding-top: 35px;
	background: #FFF;
	box-sizing: border-box;
}
#restaurant nav ul {
	width: 1000px;
	margin: 0 auto;
}
#restaurant nav li {
	font-family: "garamond-premier-pro-display";
	letter-spacing: 0.2em;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1; 
	margin-right: 43px;
}
#restaurant nav li:last-of-type {
	margin-right: 0;
}
#restaurant nav li a {
	display: block;
}
#restaurant nav li span {
	display: block;
	font-size: 9px;
	font-size: 0.9rem;
	margin-top: 5px;
}
#restaurant .fixed {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 10;
}
/* sideNav */
#sideNav {
	width: 366px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	right: -400px;
	z-index: 100;
}
#sideNav ul {
	margin: 50px 0 0 30px;
	font-size: 13px;
	font-size: 1.3rem;
}
#sideNav li span.name_en {
	width: 156px;
	display: inline-block;
	margin-top: 15px;
	font-family: "garamond-premier-pro-display";
	letter-spacing: 0.2em;
	/*font-size: 9px;
	font-size: 0.9rem;*/
}
#sideNav li span.name_jp {
	font-size: 6px;
	font-size: 0.6rem;	
}
#sideNav ul:nth-of-type(2){
	margin-top: 20px;
}

/* humburger */
.hamburger {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 99;
	cursor: pointer;
}
.hamburger > .line {
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
}
.hamburger.bk > .line {
	background-color: #000;
}
.hamburger .line:first-child {
	top: 16px;
	left: 15px;
}
.hamburger .line:nth-child(2) {
	top: 23px;
	left: 15px;
}
.hamburger .line:nth-child(3) {
	top: 30px;
	left: 15px;
}
/* close btn */
.close_btn {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing-function: cubic-bezier(0.17, 0.89, 0.44, 1.52);
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: .4s;
	-moz-transition-timing-function: cubic-bezier(0.17, 0.89, 0.44, 1.52);
	-ms-transition-property: -ms-transform;
	-ms-transition-duration: .4s;
	-ms-transition-timing-function: cubic-bezier(0.17, 0.89, 0.44, 1.52);
}
.close_btn > .line {
	width: 30px;
	height: 2px;
	background-color: #000;
}
.close_btn > .line:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 25px;
	left: 10px;
	position: relative;
}
.close_btn > .line:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: 23px;
	left: 10px;
}
/* section common */
#restaurant section {
	text-align: center;
	margin-top: 80px;
}
#restaurant section h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
#restaurant section p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 60px;
}
#restaurant section p.note {
	text-align: right;
}
#restaurant section h1 {
	font-family: "garamond-premier-pro-display";
	letter-spacing: 0.2em;
	font-size: 36px;
	font-size: 3.6rem;	
}
#restaurant section h1 span.name_jp {
	display: block;
	font-size: 10px;
	font-size: 1rem;
	margin-top: 15px;
}
#restaurant section h3 {
	font-size: 10px;
	font-size: 1.0rem;	
	line-height: 1.5;
	margin-top: 60px;	
}
/* concept */
#concept h2 {
	margin: 60px 0 35px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}
#slide-01 {
	color: #CCC;
	-moz-transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.slideFrame,
.slideGuide {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.slideCell {
	font-family: "garamond-premier-pro-display";
	text-transform: uppercase;
	letter-spacing: 0.5em;
	font-size: 36px;
	line-height: 1.5;
	font-size: 3.6rem;	
	float: left;
	margin-right: 5px;
}
#concept .conceptImg {
	margin: 60px auto 0;
	width: 1280px;
	height: 300px;
	background: url(/restaurant/img/madoi/concept_img.jpg) no-repeat;
	/*background-repeat: no-repeat;*/
	background-position-x: 50%;
	background-position-y: 50%;
	/*background-attachment: fixed;*/
	/*background-size: cover;*/
}
/* news */
#news {
	max-width: 960px;
	margin: 120px auto 0;
}
#restaurant #news {
    margin: 50px auto 0;
}
#news .news_detail {
	text-align: left;
	line-height: 2;
}
#news .news_detail strong {
	font-weight: bold;
}
#news .news_detail a {
	text-decoration: underline;
}
/* menu and plan and monthlyspecial */
#menu,
#plan,
#monthly_sp {
	width: 960px;
	margin: 0 auto;
}
#menu figure, #menu figcaption,
#plan figure, #plan figcaption,
#monthly_sp figure, #monthly_sp figcaption {
	margin-top: 20px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
}
#menu figcaption,
#plan figcaption,
#monthly_sp figcaption {
	text-align: left;
}
#plan figure {
	width: 50%;
	float: left;
}
#plan figure figcaption {
	/*text-align: center;*/
	line-height: 1.5;
}

#menu p.note {
	margin-top: -19px;
	font-size: 12px;
	font-size: 1.2rem;
}
#monthly_sp h2 {
	margin-top: 60px;
	font-size: 23px;
	font-size: 2.3rem;
}
#monthly_sp article {
	text-align: left;
	margin-top: 60px;
	vertical-align: bottom;;
}
#monthly_sp article img {
	width: 40%;
	height: auto;
	float: left;
	margin-right: 60px;
}
#monthly_sp article.sp_menu h1 {
	font-weight: bold;
	letter-spacing: normal;
	font-size: 100%;
	font-size: 1rem;
}
/* menu tabContent */
#tabContents {
	margin-top: 60px;
}
#tabContents a {
	display: block;
}
.tab li,
.pdf li {
	/*width: 300px;*/
	float: left;
	margin-right: 30px;
}
.tab li:nth-child(3n),
.pdf li:nth-child(3n) {
	margin-right: 0;
}
.tabC {
	margin-top: 120px;
}
.tabC > h2 {
	font-size: 23px;
	font-size: 2.3rem;
	letter-spacing: 0.2em;
}
#tabContents .navDinnerMenu a {
    display: inline-block;
    margin: 0 30px;
}
.top {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.menu_detail {
	margin-top: 60px;
}
.menu_detail li {
	width: 440px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
}
.menu_detail li:nth-child(3){
	margin-top: 30px;
}
.menu_detail li:first-child {
	margin-right: 80px;
}
.menu_detail li h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Osaka", sans-serif!important;
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
	*display: inline;
	*zoom: 1; 
}
.menu_detail li p {
	line-height: 2.5!important;
	margin-top: 0!important;
}
.menu_detail li span {
	font-size: 12px;
	font-size: 1.2rem;
}
.menu_detail li span.price {
	float: right;
	display: inline;
	padding-top: 3px;
}
.divider {
    height: 1px;
    width: 4px;
    background-color: #666666;
    margin: 25px 0;
}
.active {
	opacity: .5;
}
.halfColumn li {
	width: 50%;
	margin-right: 0;
}
/* access */
.map_wrapper {
	margin: 60px auto 0;
    position: relative;
    width: 1280px;
    padding: 30% 0 0 0;
}
.map_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#access h2,
#access dl {
	width: 960px;
	margin: 60px auto 0;
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#access h2 {
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
}
#access dl dt {
	width: 90px;
	float: left;
}
#access dd {
	float: none;
	margin-bottom: 20px;
}
/* aside */
aside {
	width: 960px;
	margin: 240px auto 0;
	text-align: center;
}
aside p {
	font-family: "garamond-premier-pro-display";
	letter-spacing: 0.2em;
	font-size: 15px;
	font-size: 1.5rem;
}
aside ul {
	margin-top: 60px;
}
aside li {
	margin-top: 60px;
	width: 240px;
	height: 150px;
	float: left;
}
aside li a {
	display: block;
}
aside li .shop_logo {
	position: relative;
	width: 240px;
	height: 120px;
}
aside li .shop_logo img {
	width: 120px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*
aside li .shop_logo.logo-l img {
	width: 68px;
	height: auto;
}
aside li .shop_logo.logo-mt {
	height: 90px;
}
aside li .shop_logo.logo-mt img {
	margin-top: 30px;
} 
aside li .shop_logo img {
	display: block;
	margin: auto;
}*/
/* footer */
footer {
	margin-top: 120px;
	text-align: center;
	height: 36px;
}
footer p {
	margin-top: 20px;
	font-size: 8px;
	font-size: 0.8rem;
	padding-bottom: 20px;
}

/* restaurant top */
ul#entry li {
	width: 100%;
	height: 230px;
}
ul#entry li:first-child .pic {
	background: url(/img/restaurant/monsieur-itoh_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(2) .pic {
	background: url(/img/restaurant/la-cigogne_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(3) .pic {
	background: url(/img/restaurant/la-tour_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(4) .pic {
	background: url(/img/restaurant/la-colline_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(5) .pic {
	background: url(/img/restaurant/vege-bar_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(6) .pic {
	background: url(/img/restaurant/monsieur-itoh_kyoto_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(7) .pic {
	background: url(/img/restaurant/bar-madoi_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(8) .pic {
	background: url(/img/restaurant/kihada_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(9) .pic {
	background: url(/img/restaurant/bon-boncafe_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(10) .pic {
	background: url(/img/restaurant/the-bar_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(11) .pic {
	background: url(/img/restaurant/enpassant_pic.jpg) no-repeat center center;
}
ul#entry li:nth-child(12) .pic {
	background: url(/img/restaurant/madoi_pic.jpg) no-repeat center center;
}
ul#entry li a {
	display: block;
	height: 100%;
}
ul#entry li .shop_name,
ul#entry li .pic {
	width: 50%;
	float: left;
}
ul#entry li .shop_name {
	padding-left: 160px;
	box-sizing: border-box;
	margin-top: 89px;
}
ul#entry li .shop_name .name_jp {
	display: block;
	margin-top: 15px;
}
ul#entry li .pic {
	position: relative;
	z-index: -1;
	height: 230px;
	background-size: cover;
	margin-bottom: 0;
}
ul#entry li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul#entry li {
	display: inline-block;
}
/* Hide from Mac IE \*/

ul#entry li {
	display: block;
}

@media screen and (max-width: 1024px) {
    .map_wrapper {
        width: 100%;
    }
    #concept .conceptImg {
			/*min-width: 100%;*/
			/*width: auto;*/
			/*height: 300px;*/
			margin-top: 60px;
			width: 100%;
			background: url(/restaurant/img/madoi/concept_img.jpg) no-repeat center center;
			background-attachment: scroll;
			background-size: cover;
			background-position: 50% -160px !important;
			/* iPadでスクロールした際の画像位置の固定 */
			height: 180px;
    }
}


@media screen and (min-width: 961px) {
	.txt_title_wrapper {
		margin: 0 0 0 30px;
		top: 130px;
		position: relative;
	}
	.pic:last-of-type {
		margin-bottom: 40px;
	}
	.bar-madoi #plan figure figcaption {
		padding-right: 40px;
	}
	#access dd {
	    margin-left: 90px;
	    width: 570px;
	}
	.pdf li {
		margin-bottom: 20px;
	}
	ul#entry {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 960px) {

	header h1 img {
		width: 100%;
		height: auto;
	}
	.txt_title {
		width: 100%;
		margin: 0 20px;
	}
	footer {
		display: none;
	}
	.txt_title_wrapper {
		text-align: center;
	}
	.txt_title_wrapper > p {
		margin-top: 10px;
	}
	.txt_title_wrapper > img {
		display: block;
		margin: 0 auto;
		padding-top: 50px;
	}
	#picWrapper {
		margin-top: 0;
	}
	.pic {
		width: 100%;
		height: 150px;
	}
	/*#restaurant header h1 {
		width: 50%;
		margin: 0 auto;
		position: relative;
	}*/
	/*header h1 .top_logo_small {
		width: 50%;
	}
	header h1 .top_logo_medium {
		width: 80%;
	}*/

	#concept .conceptImg {
		margin-top: 60px;
		width: 100%;
		background: url(/restaurant/img/madoi/concept_img.jpg) no-repeat center center;
		background-attachment: scroll;
		background-size: cover;
		background-position: 50% -160px !important; /* iPadでスクロールした際の画像位置の固定 */
		height: 180px;
	}
	#menu img,
	#plan img {
		width: 100%;
		height: auto;
	}
	#restaurant .navWrapper,
	.fb_feed {
		display: none;
	}
	#restaurant .hamburger,
	#restaurant #sideNav {
		position: fixed;
	}
	#restaurant .hamburger > .line {
		background-color: #000;
	}
	#menu figcaption {
		text-align: center;
	}
	#menu,
	#plan,
	#monthly_sp,
	#access h2,
	#access dl,
	#restaurant aside {
		width: 100%;
		box-sizing: border-box;
	}
	.map_wrapper {
	    padding: 50% 0 0 0;
	}
	.tab li,
	.pdf li {
	    width: 100%;
	    clear: left;
	    margin-right: 0;
	}
	.menu_detail {
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu_detail li {
		width: 100%;
	}
	#monthly_sp article,
	#menu .tab,
	#menu .pdf,
	#access h2,
	#access dl,
	#concept h2,
	#plan figcaption,
	aside ul {
		padding: 0 20px;
	}
	aside li {
		/*width: 215px;*/
		width: 50%;
	}
	#sideNav {
		width: 190px;
	}
	.menu_detail li:nth-child(2) {
		margin-top: 60px;
	}
	#access dl dt {
   		margin-bottom: 10px;
    	float: none;
	}
	#access dl dd {
		line-height: 1.2;
		padding: 0 5px;
	}
	#plan figure {
		width: 100%;
		float: none;
	}
	#monthly_sp article img {
		width: auto;
		max-width: 300px;
		float: none;
		/*margin-right: 0;*/
		margin: 0 auto;
		display: block;
	}
	#monthly_sp article p {
		margin-top: 20px;
	}
	aside {
		margin-top: 120px;
	}
	#menu p.note {
		margin-top: 20px;
	}
	.map_wrapper {
		width: 100%;
	}
	.menu_detail li:first-child {
		margin-right: 0;
	}
	#restaurant section p {
		margin: 60px 20px 0;
	}
	#menu p.note,
	#plan p.note {
		margin-top: 20px;
		font-size: 1.2rem;
	}
	.menu_detail li h2 {
		display: block;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.menu_detail li span.price {
		padding-top: 0;
	}
	/* restaurant top */
	#restaurant_top #logo img {
		width: 207px;
		height: auto;
	}
	#restaurant_top .hamburger > .line {
		background-color: #000;
	}
	ul#entry li {
		height: auto;
	}
	ul#entry li .shop_name,
	ul#entry li .pic {
		float: none;
		width: 100%;
	}
	ul#entry li .shop_name img {
		height: 20px;
		width: auto;
	}
	ul#entry li .shop_name {
		padding-left: 0;
		text-align: center;
		margin-top: 80px;
	}
	ul#entry li:first-child .shop_name {
		margin-top: 0;
	}
	ul#entry li .pic {
		margin: 15px auto 0;
		width: 50%;
	}
	aside li .shop_logo {
		width: 100%;
	}

	/* added 160222 */
	.tab li {
		width: 300px;
		margin: 20px auto;
		float: none;
	}
	.tab li:nth-child(3n) {
		margin: 20px auto;
	}
	/* イベントページ */
	.event_page aside {
		width: 100%;
	}
	#logo {
	    width: 40%;
	    height: auto;
	    margin: 0 auto;
	}
	#restaurant_top #logo img {
		width: 100%;
		height: auto;
	}
	.event_wrapper {
		width: auto;
		margin: 0 20px;
	}
	#tabContents .navDinnerMenu a {
		display: block;
		margin: 15px 0;
	}
}

@media screen and (max-width: 640px) {
	#concept .conceptImg {
		background-position: 50% 0 !important; /* iPadでスクロールした際の画像位置の固定 */
	}
}


@media screen and (max-width: 320px) {
	aside li {
		width: 139px;
	}
	#concept .conceptImg {
		height: 200px;
	}
}
