@charset "utf-8";
/*----------------------------------------------------
　
------------------------------------------------------*/
#mainimage{
	clear:both;
  overflow: hidden;
	padding:0 0 3em !important;
  text-align: center;
  position: relative;
	line-height:1;
}
#mainimage .dot-class li{
	display:inline-block;
	padding:0 !important;
	text-align:left;
	color:#000;
}
@media screen and (max-width: 1000px) {
#mainimage{
	padding:140px 0 3em !important;
}
#mainimage .slider .slick-slide img{
	width:100%;
}
}
@media screen and (max-width: 640px) {
#mainimage{
	padding:120px 0 3em !important;
}
#mainimage .slider .slick-slide{
	max-width:640px;
}
}
@media screen and (max-width: 480px) {
#mainimage{
	padding:100px 0 3em !important;
}
#mainimage .slider .slick-slide{
	max-width:480px;
}
}
@media screen and (max-width: 370px) {
#mainimage .slider .slick-slide{
	max-width:370px;
}
}
#mainimage .slick-dotted.slick-slider{
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
#mainimage .slick-list a {
  display: block;
}
#mainimage .slick-list .slick-slide:not(.slick-center) {
/*  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);*/
  position: relative;
	margin:0 2.5px;
}
@media only screen and (max-width: 800px) {
#mainimage .slick-list .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
  position: relative;
	margin:0 0;
}
}
#mainimage .slick-next {
  width: 49px;
  height: 49px;
  background: #000;
/*  margin-top: -24px;*/
  z-index: 150;
}
#mainimage .slick-prev {
  width: 49px;
  height: 49px;
  background: #000;
/*  margin-top: -24px;*/
  z-index: 150;
  left: 50%;
	text-indent:-9999px;
  background: url(../common/img/index/prev.png) no-repeat;
}
#mainimage .slick-next {
  right: 50%;
	text-indent:-9999px;
	background: url(../common/img/index/next.png) no-repeat;
}
#mainimage .dot-class {
	display:block;
	margin:-2.5em 0 0;
	text-align:center;
  zoom: 1;
	z-index: 99;
	position: relative;
}

#mainimage .dot-class li {
  background: #000;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 15px;
  background: none;
	border:1px solid #fff;
}
#mainimage .dot-class li:first-child {
  margin-left: 0;
}
#mainimage .dot-class li.slick-active, #mainimage .dot-class li:hover {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  #mainimage .slick-next, #mainimage .slick-prev {
    width: 24px;
    height: 24px;
/*    margin-top: -13px;*/
    top: 50%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
  #mainimage .slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #mainimage .slick-prev {
    left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  #mainimage .slick-prev {
    margin-left: -520px;
  }
}
@media only screen and (max-width: 640px) {
  #mainimage .slick-prev {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1000px) {
  #mainimage .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #mainimage .slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  #mainimage .slick-next {
    margin-right: -520px;
  }
}
@media only screen and (max-width: 640px) {
  #mainimage .slick-next {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}

@media only screen and (max-width: 640px) {
  #mainimage .slick-list .slick-slide:not(.slick-center) img {
    opacity: 1;
  }

}

/*----------------------------------------------------
　
------------------------------------------------------*/
#page-cont{
	clear:both;
	overflow:hidden;
	width:90%;
	max-width:1000px;
	margin:0 auto 65px;
	padding:0 0 3em !important;
	text-align:left;
}

@media screen and (max-width: 1000px) {
#page-cont{
	margin-bottom:2em;
}
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#outline{
	clear:both;
	overflow:hidden;
	padding-top:45px;
}
#outline .restaurant-logo{
	position:relative;
	float:left;
	width:47.6%;
	max-width:476px;
	font-size:100%;
	line-height:1.2;
	text-align:center;
	border:1px solid #999;
}
#outline .restaurant-logo span{
	position:absolute;
	top:40%;
	left:50%;
	margin:-75px 0 0 -130px;
	width:100%;
	max-width:260px;
}
#outline .restaurant-logo span img{
	margin-top:1em;
	width:100%;
	max-width:260px;
}
#outline .detail{
	float:right;
	width:47.6%;
	max-width:476px;
}
#outline .detail h3{
	margin:0 0 0.2em;
	padding:0.8em 0.5em;
	color:#AE2935;
	font-size:100%;
	font-weight:bold;
	text-align:center;
	border:1px solid #AE2935;
}
#outline .detail table{
	width:100%;
}
#outline .detail table th{
	width:8em;
	padding:1.2em 0;
	color:#AE2935;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #000;
}
#outline .detail table td{
	padding:1.2em 0;
	border-bottom:1px solid #000;
}

@media screen and (max-width: 1000px) {
#outline{
	padding-top:0;
}
#outline .restaurant-logo{
	float:none;
	width:100%;
	margin:0 auto 1em;
	border:none;
}
#outline .restaurant-logo span{
	position:relative;
	top:auto;
	left:auto;
	margin:0;
}
}
@media screen and (max-width: 640px) {
#outline .detail{
	float:none;
	width:100%;
	margin:0 auto 1em;
}
#outline .detail table th{
	width:7em;
}
}


/*----------------------------------------------------
　
------------------------------------------------------*/
.menu{
	clear:both;
	overflow:hidden;
	padding-top:80px;
}
.menu h3{
	margin:0 0 0.5em;
	padding-bottom:0.2em;
	color:#AE2935;
	font-size:226%;
	letter-spacing:0.1em;
	text-align:center;
	background:url(../common/img/index/arrow2.png) no-repeat center bottom;
}
.menu h3 .sub-copy{
	display:block;
	font-size:50%;
	line-height:1.3;
	padding-bottom:1em;
}
.menu h4.menu-sub-title{
	margin:0 0 0.3em;
	color:#AE2935;
	font-size:226%;
	line-height:1.2;
	text-align:left;
}
.menu h4.menu-sub-title .sub{
	color:#000;
	font-size:68%;
}
.menu h4.menu-sub-title .sub-s{
	color:#000;
	font-size:47%;
	vertical-align: middle;
}
.menu .menu-d-text{
	margin: 0 0 1em;
}
@media screen and (max-width: 1000px) {
.menu{
	padding-top:2.5em;
}
.menu .slick-slide img{
	width:100%;
}
}
@media screen and (max-width: 800px) {
.menu h3,
.menu h4.menu-sub-title{
	font-size:200%;
}
}
@media screen and (max-width: 640px) {
.menu h3,
.menu h4.menu-sub-title{
	font-size:173%;
}
}
.menu .photo img{
	width:100%;
}
#outline .photo,
.menu .photo{
	margin-bottom: 30px;
}
#outline .photo img{
	width: 100%;
}
.menu .slider .photo{
	margin-bottom: 0;
}
.menu .dot-class li{
	display:inline-block;
	padding:0 !important;
	text-align:left;
	color:#000;
}
.menu .dot-class {
	display:block;
	margin:0 0 0;
	text-align:center;
  zoom: 1;
	z-index: 99;
	position: relative;
}
.menu .dot-class li {
  background: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 15px;
  background: none;
	border:1px solid #000;
}
.menu .dot-class li:first-child {
  margin-left: 0;
}
.menu .dot-class li.slick-active, .menu .dot-class li:hover {
  background: #AE2935;
}
@media screen and (max-width: 640px) {
#outline .photo,
.menu .photo,
.slick-dotted.slick-slider{
	margin-bottom:1em !important;
}
}

/*
---------------------------------*/
.menu .text1{
	width:100%;
}
.menu .text1 th{
	width:50%;
	font-size:150%;
}
.menu .text1 td{
	border-left:1px solid #000;
	width:50%;
	padding-left:5%;
}
@media screen and (max-width: 800px) {
.menu .text1 th{
	display:block;
	width:100%;
	padding:0.2em 0;
	line-height:1.4;
}
.menu .text1 td{
	display:block;
	width:100%;
	padding:0.5em 0;
	border-left:none;
	border-top:1px solid #000;
}
}
@media screen and (max-width: 370px) {
.menu .text1 th{
	font-size:125%;
}
}

/*
---------------------------------*/
.menu .menu-detail{
	clear:both;
	overflow:hidden;
	padding-top:2em;
}
.menu .menu-detail li{
	overflow:hidden;
	float:left;
	width:30%;
	max-width:300px;
	margin:0 5% 1em 0;
}
.menu .menu-detail li:nth-child(3){
	margin-right:0;
}
.menu .menu-detail li img{
	width:100%;
	max-width:300px;
	margin:0 0 0.8em;
}
.menu .menu-detail li dl{
	overflow:hidden;
}
.menu .menu-detail li dl dt{
	float:left;
	width:70%;
	color:#AE2935;
	font-weight:bold;
}
.menu .menu-detail li dl dd{
	float:right;
	width:30%;
	text-align:right;
}
@media screen and (max-width: 800px) {
.menu .menu-detail li dl dt{
}
.menu .menu-detail li dl dd{
}
}
@media screen and (max-width: 640px) {
.menu .menu-detail li{
	clear:both;
	float:none;
	width:100%;
	max-width:100%;
	margin:0 0 2em;
}
.menu .menu-detail li img{
	max-width:100%;
}
}
/*
---------------------------------*/
.menu .menu-detail2{
	clear:both;
	overflow:hidden;
	padding-top:0;
}
.menu .menu-detail2 li{
	overflow:hidden;
	float:left;
	width:30%;
	max-width:300px;
	margin:0 0 0 0;
	padding-bottom:0.8em;
	padding-top:0.8em;
	padding-right:5%;
	border-bottom:1px dotted #999;
}
.menu .menu-detail2 li:nth-child(3n){
	padding-right:0;
}
.menu .menu-detail2 li:nth-last-child(1),
.menu .menu-detail2 li:nth-last-child(2){
/*	border-bottom:none;*/
}
.menu .menu-detail2 li img{
	width:100%;
	max-width:300px;
	margin:0 0 0.8em;
}
.menu .menu-detail2 li .name{
	font-weight:bold;
}
.menu .menu-detail2 li .name:before{
	content: "■";
	color:#AE2935;
}
.menu .menu-detail2 li .price{
}
@media screen and (max-width: 800px) {
.menu .menu-detail2 li .name{
}
.menu .menu-detail2 li .price{
}
}
@media screen and (max-width: 640px) {
.menu .menu-detail2 li{
	clear:both;
	float:none;
	width:100%;
	max-width:100%;
	margin:0 0 0;
}
.menu .menu-detai2 li img{
	max-width:100%;
}
.menu .menu-detail2 li:nth-last-child(2){
	border-bottom:1px dotted #999;
}
}
/*
---------------------------------*/
.menu .menu-detail3{
	clear:both;
	overflow:hidden;
	padding-top:0;
}
.menu .menu-detail3 li{
	overflow:hidden;
	float:left;
	width:100%;
	margin:0 0 0 0;
	padding-bottom:0.8em;
	padding-top:0.8em;
	border-bottom:1px dotted #999;
}
@media screen and (max-width: 640px) {
.menu .menu-detail3 li{
	clear:both;
	float:none;
	width:100%;
	max-width:100%;
	margin:0 0 0;
}
.menu .menu-detai3 li img{
	max-width:100%;
}
}


.img img{
	width: 100%;
}

.menu ul li .text-s{
	clear:both;
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#dinner1,
#dinner2{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
#dinner1 .img,
#dinner2 .img{
	overflow: hidden;
	margin-bottom: 1em;
}
#dinner1 .img .menu-detail,
#dinner2 .img .menu-detail{
	padding-top:0;
}
#dinner1 .img ul li,
#dinner2 .img ul li{
	float:left;
	width:48%;
	max-width:476px;
	margin-right:4%;
}
#dinner2 .img ul li:nth-child(2n),
#dinner1 .img ul li:nth-child(2n){
	margin-right:0;
}
#dinner1 .oyahina{
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 2em 0;
	margin:0 0 1em;
	border: 1px solid #AE2935;
}
#dinner1 .oyahina h5{
	margin: 0 0 1em;
	color:#AE2935;
	font-size:173%;
	line-height:1.2;
}
#dinner1 .oyahina ul{
	overflow: hidden;
	width: 86%;
	margin: 0 auto;
}
#dinner1 .oyahina ul li{
	float:left;
	width:48%;
	max-width:406px;
	margin-right:4%;
	text-align: left;
}
#dinner1 .oyahina ul li:nth-child(2n){
	margin-right:0;
}
#dinner1 .oyahina ul li h6{
	font-size: 125%;
	font-weight: bold;
}
#dinner1 .oyahina ul li h6:before{
	content: "■ ";
	color:#AE2935;
}

@media screen and (max-width: 640px) {
#dinner1{
	margin-bottom:3.5em;
}
#dinner2{
	margin-bottom:2.5em;
}
#dinner1 .img ul li,
#dinner2 .img ul li{
	float:none;
	width:100%;
	max-width:100%;
	margin-right:0;
	margin-bottom: 1.5em;
}
#dinner1 .img ul .menu-detail0 li{
	margin-bottom: 0.5em;
}
#dinner1 .img,
#dinner2 .img{
	margin-bottom: 0;
}
#dinner2 .oyahina h5{
	font-size:150%;
}
#dinner1 .oyahina{
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 1.5em;
	border: 1px solid #AE2935;
}
#dinner1 .oyahina ul li{
	float:none;
	width:100%;
	max-width:100%;
	margin-right:0;
	margin-bottom:1em;
}
#dinner1 .oyahina ul li:nth-child(2n){
	margin-bottom:0;
}
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#takeout{
	clear: both;
	overflow:hidden;
	margin:0 0 20px;
	border: 1px solid #EB3A3D
}
#takeout .img{
	float: left;
	width: 48%;
	max-width: 476px;
	margin-right: 4%;
}
#takeout .img img{
	max-width: 100%;
}
#takeout .menu-detail3{
	clear: none;
	float: left;
	width: 44%;
	max-width: 436px;
}
#takeout .menu-detail3 .menu-sub-title{
	padding-top: 1em;
}
#takeout .menu-detail3 li .name{
	float:left;
	font-weight:bold;
}
#takeout .menu-detail3 li .name:before{
	content: "■";
	color:#AE2935;
}
#takeout .menu-detail3 li .price{
	float:right;
}
#takeout-link{
	clear: both;
	overflow:hidden;
	margin:0 0 80px;
	text-align:center;
}
#takeout-link img{
	width:100%;
	max-width:723px;
}

@media screen and (max-width: 640px) {
#takeout{
	margin-bottom:0.6em;
}
	#takeout .img{
		float: none;
		width: 100%;
		max-width: 100%;
		margin-right: 0; 
	}
	#takeout .menu-detail3{
		float: none;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}
#takeout-link{
	margin-bottom:3.5em;
}

}
/*----------------------------------------------------
　
------------------------------------------------------*/
#dinner3,
#dinner4,
#dinner5,
#dinner8{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
#dinner3 .img,
#dinner4 .img,
#dinner5 .img,
#dinner8 .img{
	overflow:hidden;
}
#dinner3 .img img,
#dinner4 .img img,
#dinner5 .img img,
#dinner8 .img img{
	width:100%;
}
#dinner3 .img ul li,
#dinner4 .img ul li,
#dinner5 .img ul li,
#dinner8 .img ul li{
	float:left;
	width:48%;
	max-width:476px;
	margin-right:4%;
}
#dinner3 .img ul li:nth-child(2n),
#dinner4 .img ul li:nth-child(2n),
#dinner5 .img ul li:nth-child(2n),
#dinner8 .img ul li:nth-child(2n){
	margin-right:0;
}

#dinner3 .menu-detail4,
#dinner4 .menu-detail4,
#dinner5 .menu-detail4,
#dinner8 .menu-detail4{
	overflow:hidden;
}
#dinner3 .menu-detail4 ul li,
#dinner4 .menu-detail4 ul li,
#dinner5 .menu-detail4 ul li,
#dinner8 .menu-detail4 ul li{
	float:left;
	width:48%;
	max-width:476px;
	margin-right:4%;
	overflow:hidden;
	padding-bottom:0.8em;
	padding-top:0.8em;
	border-bottom:1px dotted #999;
}
#dinner3 .menu-detail4 ul li:nth-child(2n),
#dinner4 .menu-detail4 ul li:nth-child(2n),
#dinner5 .menu-detail4 ul li:nth-child(2n),
#dinner8 .menu-detail4 ul li:nth-child(2n){
	margin-right:0;
}
#dinner3 .menu-detail4 li:nth-child(1),
#dinner3 .menu-detail4 li:nth-child(2),
#dinner4 .menu-detail4 li:nth-child(1),
#dinner4 .menu-detail4 li:nth-child(2),
#dinner5 .menu-detail4 li:nth-child(1),
#dinner5 .menu-detail4 li:nth-child(2),
#dinner8 .menu-detail4 li:nth-child(1),
#dinner8 .menu-detail4 li:nth-child(2){
	border-top:none;
}
#dinner4 .menu-detail4 li:nth-child(6){
	border-bottom:1px dotted #999;
}
#dinner3 .menu-detail4 li .name,
#dinner4 .menu-detail4 li .name,
#dinner5 .menu-detail4 li .name,
#dinner8 .menu-detail4 li .name{
	float:left;
	font-weight:bold;
}
#dinner3 .menu-detail4 li .name:before,
#dinner4 .menu-detail4 li .name:before,
#dinner5 .menu-detail4 li .name:before,
#dinner8 .menu-detail4 li .name:before{
	content: "■";
	color:#AE2935;
}

#dinner3 .menu-detail4 li .price,
#dinner4 .menu-detail4 li .price,
#dinner5 .menu-detail4 li .price,
#dinner8 .menu-detail4 li .price{
	float:right;
}

@media screen and (max-width: 640px) {
#dinner3,
#dinner4,
#dinner5,
#dinner8{
	margin-bottom:3.5em;
}
#dinner3 .menu-detail4 li .name,
#dinner3 .menu-detail4 li .price,
#dinner4 .menu-detail4 li .name,
#dinner4 .menu-detail4 li .price,
#dinner5 .menu-detail4 li .name,
#dinner5 .menu-detail4 li .price,
#dinner8 .menu-detail4 li .name,
#dinner8 .menu-detail4 li .price{
/*	float:none;
	display:inline;*/
}
#dinner3 .img ul li,
#dinner4 .img ul li,
#dinner5 .img ul li,
#dinner8 .img ul li{
	float:none;
	width:100%;
	max-width:100%;
	margin-bottom:0.5em;
	margin-right:0;
}
#dinner3 .menu-detail4 ul li,
#dinner4 .menu-detail4 ul li,
#dinner5 .menu-detail4 ul li,
#dinner8 .menu-detail4 ul li{
	float:none;
	width:100%;
	max-width:100%;
}
#dinner4 .menu-detail4 li:nth-child(6){
	border-bottom:none;
}
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#dinner6{
	float: left;
	width:48%;
	max-width:476px;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#dinner6{
	float:none;
	width:100%;
	max-width:100%;
}
}
#dinner6 .menu-detail3{
	padding-top: 0;
}
#dinner6 .menu-detail3 li{
	float:none;
	width: 100%;
	max-width: 100%;
}
#dinner6 .img img{
	max-width: 100%;
}
#dinner6 .menu-detail3 li .name{
	float:left;
	font-weight:bold;
}
#dinner6 .menu-detail3 li .name:before{
	content: "■";
	color:#AE2935;
}
#dinner6 .menu-detail3 li .price{
	float:right;
}

@media screen and (max-width: 640px) {
#dinner6{
	margin-bottom:3.5em;
}
#dinner6 .menu-detail3 li .name,
#dinner6 .menu-detail3 li .price{
/*	float:none;
	display:inline;*/
}
}

/*----------------------------------------------------
　
------------------------------------------------------*/
#dinner7{
	float: right;
	width:48%;
	max-width:476px;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#dinner7{
	float:none;
	width:100%;
	max-width:100%;
}
}
#dinner7 .menu-detail3{
	padding-top: 0;
}
#dinner7 .menu-detail3 li{
	float:none;
	width: 100%;
	max-width: 100%;
}
#dinner7 .img img{
	max-width: 100%;
}
#dinner7 .menu-detail3 li .name{
	float:left;
	font-weight:bold;
}
#dinner7 .menu-detail3 li .name:before{
	content: "■";
	color:#AE2935;
}
#dinner7 .menu-detail3 li .price{
	float:right;
}

@media screen and (max-width: 640px) {
#dinner7{
	margin-bottom:3.5em;
}
#dinner7 .menu-detail3 li .name,
#dinner7 .menu-detail3 li .price{
/*	float:none;
	display:inline;*/
}
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#dinner9{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
#dinner9 .img{
	float:left;
	width:48%;
	max-width:476px;
}
#dinner9 .menu-detail3{
	clear: none;
	float:right;
	width:48%;
	max-width:480px;
}
#dinner9 .menu-detail3 .menu-sub-title{
	margin-bottom: 1em;
}
#dinner9 .menu-detail3 ul li{
	padding-bottom:0.8em;
	padding-top:0.8em;
	border-top:1px dotted #999;
}
#dinner9 .menu-detail3 ul li:nth-child(1){
	padding-top:0;
	border-top:none;
}
#dinner9 .menu-detail3 li .name{
	float:left;
	font-weight:bold;
}
#dinner9 .menu-detail3 li .name:before{
	content: "■";
	color:#AE2935;
}
#dinner9 .menu-detail3 li .price{
	float:right;
}

@media screen and (max-width: 640px) {
#dinner9{
	margin-bottom:3.5em;
}
#dinner9 .img{
	float:none;
	width:100%;
	max-width:100%;
}
#dinner9 .menu-detail3{
	float:none;
	width:100%;
	max-width:100%;
}
#dinner9 .menu-detail3 .menu-sub-title{
	padding-top: 1em;
}
}


/*
---------------------------------*/
.img .menu-detail0{
	clear:both;
	overflow:hidden;
	padding-top:0;
}
.img .menu-detail0 li{
	overflow:hidden;
	float:left;
	width:100% !important;
	margin:0 0 0 0;
	padding-bottom:0.8em;
	padding-top:0.8em;
	padding-right:5%;
	border-bottom:1px dotted #999;
}
.img .menu-detail0 li img{
	width:100%;
	max-width:300px;
	margin:0 0 0.8em;
}
.img .menu-detail0 li .name{
	float:left;
	font-weight:bold;
}
.img .menu-detail0 li .name:before{
	content: "■";
	color:#AE2935;
}
.img .menu-detail0 li .price{
	float:right;
}
@media screen and (max-width: 800px) {
.img .menu-detail0 li .name,
.img .menu-detail0 li .price{
/*	float:none;
	display:inline;*/
}
}
@media screen and (max-width: 640px) {
.img .menu-detail0 li{
	clear:both;
	float:none;
	width:100%;
	max-width:100%;
	margin:0 0 0;
}
.img .menu-detail0li img{
	max-width:100%;
}
.img .menu-detail0 li:nth-last-child(2){
	border-bottom:1px dotted #999;
}
}

/*----------------------------------------------------
　
------------------------------------------------------*/
#morning{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
#morning .img{
	overflow: hidden;
    float: left;
    width: 48%;
    max-width: 476px;
    margin: 0 0 80px;
}
#morning .img img{
width: 100%;
}
#morning img.pc{
display: inline;
}
#morning img.sp{
display: none;
}
#morning .menu-detail{
    clear: none;
    float: right;
    width: 48%;
    max-width: 480px;
}
#morning .menu-detail ul{
    width: 100%;
}
#morning .menu-detail ul li{
    margin: 0 0 0 0;
	padding-bottom:0.8em;
	padding-top:0.8em;
    width: 100%;
    max-width: 100%;
	border-bottom: 1px dotted #999;
}
#morning .menu-detail ul li:nth-child(1){
	padding-top:0;
	border-top:none;
}
#morning .menu-detail li .name{
	float:left;
	font-weight:bold;
}
#morning .menu-detail li .name:before{
	content: "■";
	color:#AE2935;
}
#morning .menu-detail li .price{
	float:right;
}


#morning .kome{
	clear: both;
	/*text-align: right;*/
    padding-top: 1.5em;
}
@media screen and (max-width: 640px) {
#morning{
	margin-bottom:3.5em;
}
#morning .img{
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
}
#morning img.pc{
    display: none;
}
#morning img.sp{
    display: inline;
}
#morning .menu-detail{
    clear: both;
    float: none;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}


#morning .img ul li{
	float:none;
	width:100%;
	max-width:100%;
	margin-right:0;
	margin-bottom: 1em;
}
#morning .img ul li:last-child{
	margin-bottom: 0;
}
#morning .kome{
	line-height:1.4;
}
}
/*----------------------------------------------------
　
------------------------------------------------------*/
#drink{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
#drink .menu-detail3 li{
}

#drink .menu-detail3 li .name{
	float:left;
	font-weight:bold;
}
#drink .menu-detail3 li .name:before{
	content: "■";
	color:#AE2935;
}
#drink .menu-detail3 li .price{
	float:right;
}
/**/
#drink .menu-detail5 ul{
	float:left;
	width:48%;
	max-width:476px;
	margin-right: 0;
}
#drink .menu-detail5 ul.left{
	margin-right:4%;
}
#drink .menu-detail5 li{
	overflow:hidden;
	padding-bottom:0.8em;
	padding-top:0.8em;
	border-bottom:1px dotted #999;
}
#drink .menu-detail5 li:nth-child(2n){
	margin-right:0;
}
#drink .menu-detail5 li .name{
	float:left;
	font-weight:bold;
}
#drink .menu-detail5 li .name:before{
	content: "■";
	color:#AE2935;
}
#drink .menu-detail5 li .price{
	float:right;
}
@media screen and (max-width: 640px) {
#drink  li .price{
	float:none;
	display:inline;
}
#drink .img ul li{
	float:none;
	width:100%;
	max-width:100%;
	margin-bottom:0.5em;
	margin-right:0;
}
#drink .menu-detail5 ul{
	float:none;
	width:100%;
	max-width:100%;
}
}

/*
-----------------------------------------------------*/
#drink1{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink1{
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink2{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink2{
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink3{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink3{
	margin-bottom:3.5em;
}
}/*
-----------------------------------------------------*/
#drink4{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink4{
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink5{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
	float:left;
	width:48%;
	max-width:476px;
}
@media screen and (max-width: 640px) {
#drink5{
	float:none;
	width:100%;
	max-width:100%;
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink6{
	overflow:hidden;
	margin:0 0 80px;
	float:right;
	width:48%;
	max-width:476px;
}
@media screen and (max-width: 640px) {
#drink6{
	clear: both;
	float:none;
	width:100%;
	max-width:100%;
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink7{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink7{
	clear: both;
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink8{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink8{
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink9{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink9{
	margin-bottom:3.5em;
}
}
/*
-----------------------------------------------------*/
#drink10{
	clear:both;
	overflow:hidden;
	margin:0 0 80px;
}
@media screen and (max-width: 640px) {
#drink10{
	margin-bottom:3.5em;
}
}



/*----------------------------------------------------
　
------------------------------------------------------*/
#art{
	max-width:100%;
}
#art .art-name,
#art .art-concept h4{
	text-align:center;
}
#art .art-name img,
#art .art-concept h4 img{
	width:100%;
	max-width:640px;
}
#art .art-concept{
	margin:0 0 1.5em;
}
#art .artists-prof{
	clear:both;
	overflow:hidden;
	padding:2em 5%;
/*	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	color:#fff;
	background:#000;
}
#art .artists-prof .logo{
	float:left;
	width:20%;
	max-width:174px;
}
#art .artists-prof .logo img{
	width:100%;
}
#art .artists-prof .prof{
	width:75%;
	float:right;
}
#art .artists-prof .prof h5{
	margin:0 0 0.8em;
	font-size:125%;
	font-weight:normal;
	line-height:1.3;
}
#art .artists-prof .prof h5 .small{
	font-size:81%;
}
#art .artists-prof .prof a{
	color:#fff;
}

@media screen and (max-width: 1000px) {
#art .artists-prof{
	padding:2em;
}
}

/*----------------------------------------------------
　
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

#konpiraninniku{
clear: both;
overflow: hidden;
margin: 1.5em 0;
padding: 40px 50px 50px;
font-family: "Noto Serif JP", serif;
background: #f5f5f5;
}
#konpiraninniku br.pc{
display: inline;
}
#konpiraninniku h4{
margin: 0 0 1.5em;
font-size: 150%;
font-family: "Noto Serif JP", serif;
font-weight: 900;
}
#konpiraninniku h5{
margin: 0.5em 0 0.5em;
font-size: 128%;
font-family: "Noto Serif JP", serif;
font-weight: 900;
}
#konpiraninniku ul{
margin: 0 0 0.2em;
}
#konpiraninniku ul li{
margin: 0 0 0.5em 1.5em;
list-style: decimal;
}
#konpiraninniku .text1{
box-sizing: border-box;
padding-right: 45%;
margin-bottom: -250px;
}

#konpiraninniku .img-area{
overflow: hidden;
margin: 2em 0;
display: flex;
align-items:flex-end;
}
#konpiraninniku .img-area img{
max-width: 100%;
}
#konpiraninniku .img-area .img1{
width: 43%;
margin-right: 17%;
padding-bottom: 2.5em;
}
#konpiraninniku .img-area .img1 img{
width: 100%;
max-width: 438px;
}
#konpiraninniku .img-area .img2{
overflow: hidden;
width: 35%;
}
#konpiraninniku .img-area .img2 video{
width: 100%;
max-width: 438px;
}
#konpiraninniku .img-area .img2 .text{
height: 2em;
}
@media screen and (max-width: 1000px) {
#konpiraninniku .img-area .img1{
float: none;
display: block;
width: 100%;
}
#konpiraninniku .text1{
box-sizing: border-box;
padding-right: 0;
margin-bottom: 2em;
}
#konpiraninniku .img-area{
display: block;
}
#konpiraninniku .img-area .img1{
width: 100%;
}
#konpiraninniku .img-area .img2{
width: 100%;
}
}

@media screen and (max-width: 760px) {
#konpiraninniku{
padding: 2em;
}
#konpiraninniku br.pc{
display: none;
}
#konpiraninniku h4{
font-size: 140%;
}
}

@media screen and (max-width: 760px) {
#konpiraninniku{
padding: 1.5em;
}
}
