@charset "UTF-8";



@media screen and (min-width:1024px) {
	.menu-list-container {
		position: relative;
	}
	.menu-list-container .tax {
		position: absolute;
		right: 0;
		top: 25px;
		font-size: 0.9375rem;
	}

	.menu-list {
		padding: 30px 0 0;
	}
	.menu-title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 25px 0 30px;
	}
	.menu-title strong {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-right: 25px;
		font-size: 2.0rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
		background: #fff;
	}
	.menu-title .price {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-left: 25px;
		background: #fff;
	}
	.menu-title::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		border-top: 1px dashed #000;
	}
	
	.menu-subtitle {
		margin: 0 0 25px;
		font-size: 0.9375rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	
	.slide + .menu-column {
		margin-top: 40px;
	}
	.slide + .menu-subtitle {
		margin-top: 40px;
	}
	.slide.single + .menu-column {
		margin-top: 0;
	}
	.slide.single + .menu-subtitle {
		margin-top: 10px;
	}
	.slide.single .slide-nav {
		display: none;
	}
	
	.menu-column + .slide {
		margin-top: 60px;
	}
	
	.menu-column + .menu-subtitle {
		margin-top: 40px;
	}
	
	.menu-column > dl {
		display: flex;
		justify-content: space-between;
	}
	.menu-column > dl + dl {
		margin-top: 25px;
	}
	
	.menu-column > dl > dt {
		box-sizing: border-box;
		width: 30%;
		padding-right: 30px;
		font-size: 1.375rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.menu-column > dl > dd {
		width: calc(70%);
	}
	
	.menu-column > dl > dd ul li {
		line-height: 1.6;
	}
	.menu-column > dl > dd ul li + li {
		margin-top: 5px;
	}
	.menu-column > dl > dd ul li::before {
		content: "・";
	}
	
	
	#drink .menu-column > dl > dd ul li::before {
		content: "";
	}
	#drink .menu-column dl dl {
		display: flex;
		justify-content: space-between;
	}
	#drink .menu-column dl dl + dl {
		margin-top: 20px;
	}
	#drink .menu-column dl dt {
		line-height: 1.6;
	}
	#drink .menu-column dl dd {
		line-height: 1.6;
	}
	#drink .menu-column dl dd .option {
		position: relative;
		display: inline-block;
		width: 1.25em;
		right: -1.25em;
		top: -2px;
		margin-left: -1.25em;
		font-size: 0.875rem;
		text-align: right;
	}
	
	
	.chef {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 40px 0 0;
	}
	.chef .image {
		width: 30%;
	}
	.chef .logo {
		display: block;
		margin: 0 50px 0 0;
		box-sizing: border-box;
		border: 1px solid #999;
	}
	.chef dl {
		width: calc(70%);
	}
	.chef dt {
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.chef dd {
		margin: 10px 0 0;
		line-height: 1.8;
	}
	
	
	#reservation {
		margin-top: 0 !important;
		padding-top: 70px;
	}
}


@media screen and (min-width:1024px) and (max-width:1439px) {
	.menu-title strong {
		font-size: 1.5rem;
	}
	.menu-column > dl > dt {
		font-size: 1.25rem;
	}
}

/* 009_pc */
.mt0 {
	margin-top: 0;
}
.mt7 {
	margin-top: 7px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.pt60 {
	padding-top: 60px;
}
.content-title + .column {
	padding-top: 15px;
}
#intro {
	margin-top: 27px;
}
#intro .inner .full {
	margin-bottom: 40px;
}
.column h2.full {
	margin-bottom: 15px;
}
.horoscope .inner::before {
	content: none!important;
}

.column.horoscope .box {
	display: flex;
	justify-content: space-between;
}
.column.horoscope .box + .box {
	margin-top: 60px;
}
.column.horoscope .image {
	box-sizing: border-box;
	width: 30%;
	padding-right: 60px;
}
.column.horoscope .text {
	width: 70%;
	margin: 0;
}
.column.horoscope dt {
	margin-top: -0.2rem;
	font-size: 1rem;
	/* font-weight: bold!important; */
	font-family: "SST W55 Bold", sans-serif!important;
	line-height: 1.834;
}
.column.horoscope dd {
	margin-top: 10px;
	font-size: 1rem;
	line-height: 1.834;
}
.column.horoscope dd.links {
	margin-top: 20px;
}
#collaborator {
	padding-bottom: 52px;
}
#collaborator .full {
	margin-bottom: 50px;
}
#horoscope p {
	line-height: 1.834;
}
#horoscope .inner {
	padding-top: 43px;
}
#horoscope #box1 {
	margin-top: 20px;
}
#horoscope #box2, #box3, #box4, #box5, #box6, #box7, #box8, #box9, #box10, #box11, #box12 {
	margin: 0;
}
#box1 .inner {
	padding-top: 20px!important;
}
#about .inner .full {
	padding-bottom: 20px;
}
.comments li {
	font-size: 1.0rem!important;
}
.horoscope .column {
	margin: 10px 0 0;
}
.gallery-box a {
	text-decoration: underline;
}
.gallery-box .image {
	width: auto!important;
	margin-top: 1.2rem;
	font-family: "SST W55 Bold", sans-serif!important;
}
.column div.blockquote {
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid #ccc;
}
.inner-link.small {
    margin-top: 60px;
}

@media screen and (max-width:1023px) {
	.menu-list-container {
		position: relative;
	}
	.menu-list-container .tax {
		position: absolute;
		right: 0;
		top: 25px;
		font-size: 0.75rem;
	}

	.menu-list {
		padding: 30px 0 0;
	}
	.menu-title {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 25px 0 20px;
	}
	.menu-title strong {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-right: 10px;
		font-size: 1.25rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
		background: #fff;
	}
	.menu-title .price {
		position: relative;
		display: inline-block;
		z-index: 10;
		padding-left: 10px;
		font-size: 0.875rem;
		background: #fff;
	}
	.menu-title::after {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 0;
		left: 0;
		top: 50%;
		border-top: 1px dashed #000;
	}
	
	.menu-subtitle {
		margin: 0 0 15px;
		font-size: 0.875rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	
	.slide + .menu-column {
		margin-top: 30px;
	}
	.slide + .menu-subtitle {
		margin-top: 30px;
	}
	.slide.single + .menu-column {
		margin-top: -15px;
	}
	.slide.single + .menu-subtitle {
		margin-top: -10px;
	}
	.slide.single .slide-nav {
		display: none;
	}
	
	.menu-column + .slide {
		margin-top: 30px;
	}
	
	.menu-column + .menu-subtitle {
		margin-top: 40px;
	}
	
	.menu-column > dl {
	}
	.menu-column > dl + dl {
		margin-top: 30px;
	}
	
	.menu-column > dl > dt {
		box-sizing: border-box;
		padding-right: 30px;
		font-size: 1.0rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.menu-column > dl > dd {
		margin: 10px 0 0;
	}
	
	.menu-column > dl > dd ul li {
		font-size: 0.875rem;
		line-height: 1.6;
	}
	.menu-column > dl > dd ul li + li {
		margin-top: 5px;
	}
	.menu-column > dl > dd ul li::before {
		content: "・";
	}
	
	
	#drink .menu-column > dl > dd ul li::before {
		content: "";
	}
	#drink .menu-column dl dl {
		display: flex;
		justify-content: space-between;
	}
	#drink .menu-column dl dl + dl {
		margin-top: 20px;
	}
	#drink .menu-column dl dt {
		line-height: 1.6;
	}
	#drink .menu-column dl dd {
		line-height: 1.6;
	}
	#drink .menu-column dl dd .option {
		margin-left: 2px;
		font-size: 0.8125rem;
	}
	
	
	.chef {
		display: flex;
		flex-direction: column;
		margin: 30px 0 0;
	}
	.chef .image {
		margin: 20px 0 0;
	}
	.chef .logo {
		display: block;
		box-sizing: border-box;
		border: 1px solid #999;
	}
	.chef dl {
	}
	.chef dt {
		font-size: 0.875rem;
		font-family: "SST W55 Bold", sans-serif;
		line-height: 1.334;
	}
	.chef dd {
		margin: 10px 0 0;
		font-size: 0.875rem;
		line-height: 1.8;
	}
	
	
	#reservation {
		margin-top: 0 !important;
		padding-top: 56px;
	}


	/* 009_sp */
	.pt_sp0 {
	padding-top: 0;
    }
	#intro {
		margin-top: 5px;
	}
	#intro .inner .full {
		margin-bottom: 16px;
	}
	#horoscope {
		padding-top: 0px;
		padding-bottom: 30px;
		margin-top: 40px;
	}
	#horoscope .inner {
		padding-top: 40px;
	}
	#horoscope .inner-link {
        margin: 45px 0 0;
    }
	#horoscope .inner-link li {
        padding: 0 25px 30px 0;
    }
	.horoscope .inner::before {
		content: none!important;
	}
	.column.horoscope .box {
		display: block;
	}
	.column.horoscope .image {
		box-sizing: content-box;
		width: 100%;
		padding-right: 0;
	}
	.column.horoscope .text {
		width: 100%;
		margin: 30px 0 0;
	}
	#box1 {
        margin-top: 0px!important;
        padding-top: 0px;
        border-top: none;
    }
	.column.separator {
        margin-top: 0px;
        padding-top: 30px;
    }
	#horoscope .column.separator {
        border-top: none!important;
    }
	#horoscope .column.horoscope dd {
		font-size: 1rem;
	}
	#horoscope .inner-link a {
        font-size: 1rem;
    }
	#about .inner .full {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	#collaborator .full {
		margin-bottom: 30px;
	}
	.comments li {
	font-size: 0.9375rem!important;
    }
	.horoscope .gallery-box {
        padding-bottom: 0;
    }
	.column div.blockquote {
    box-sizing: border-box;
    padding: 15px 20px;
    border: 1px solid #ccc;
    }



}














