@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:700");

/*色の指定は一括でここで行えます。*/

/*背景が白に近い場合はこちらを編集してご利用ください*/

:root {
	--main-text-color: #111;
	--sub1-text-color: #f19434;
	--sub2-text-color: #fff;
	--sub3-text-color: #000;
	--sub4-text-color: #faf5f2;
	--sub5-text-color: rgba(0, 0, 0, 0.15);
	--sub6-text-color: #797152;
	--sub7-text-color: #949499;
	--sub8-text-color: #ff9600;
	--sub9-text-color: #ffd700;
	--sub10-text-color: rgba(0, 0, 0, 0.85);
	--sub11-text-color: rgba(0, 0, 0, 0.6);
	--sub12-text-color: rgba(255, 255, 255, 0.3);
}

/*背景が白に近い場合はこちらを編集してご利用ください*/

/*背景が黒に近い場合はこちらを編集してご利用ください*/

/*
:root {
    --main-text-color: #f8f8ff;
    --sub1-text-color: #f19434;
    --sub2-text-color: #000;
    --sub3-text-color: #fff;s
    --sub4-text-color: #1a1a1a;
    --sub5-text-color: rgba(255, 255, 255, .15);
    --sub6-text-color: #797152;
    --sub7-text-color: #949499;
    --sub8-text-color: #ff9600;
    --sub9-text-color: #ffd700;
    --sub10-text-color: rgba(255, 255, 255, .85);
    --sub11-text-color: rgba(255, 255, 255, 0.6);
    --sub12-text-color: rgba(0, 0, 0, .3);
}
*/

/*背景が黒に近い場合はこちらを編集してご利用ください*/

.noto {
	font-family: "Noto Serif JP", "Noto Serif", serif !important;
}

.gf_vollkorn {
	font-family: "Vollkorn", serif !important;
}

.gf_open {
	font-family: "Open Sans", sans-serif;
	font-weight: 700 !important;
}

a,
body {
	color: var(--main-text-color);
}

.current,
em {
	color: var(--sub1-text-color);
	font-weight: 700;
}

.current,
.lcmenu,
em {
	font-weight: 700;
}

#loopslider img {
	height: 240px;
	width: auto;
}

#loopslider ul,
#loopslider ul li {
	height: 240px;
	float: left;
	overflow: hidden;
}

#loopslider,
.ttl4 {
	position: relative;
}

body {
	background: var(--sub2-text-color);
	font-family: "Noto Sans", sans-serif !important;
	letter-spacing: 0.08em;
	line-height: 1.8;
	font-size: 14px;
}

#social_share .LINE a,
#social_share .facebook a,
#social_share .googleplus a,
#social_share .hatena a,
#social_share .twitter a {
	text-decoration: none;
	background-size: 40px 40px;
}

.privacy {
	width: auto;
	margin: 0 auto 5rem;
	border: 2px solid #000000;
	padding: 20px;
	height: 500px;
	overflow: auto;
}
}

.privacy span {
	font-weight: bold;
}

.privacy p {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.second-nrw p.privacy_notes {
	padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.privacy {
		width: 80%;
	}
}

footer {
	border-top: 4px solid var(--sub3-text-color);
}

footer small {
	background-color: var(--sub3-text-color);
}

#google_translate {
	background-color: var(--sub2-text-color);
}

#page-top a {
	color: #444;
}

.current {
	border-bottom: dotted 2px var(--sub1-text-color);
	padding-bottom: 7px;
}

em {
	font-size: 16px;
	font-style: normal;
}

dl.shop-info dd {
	border-bottom: 1px solid var(--sub5-text-color);
}

.lcmenu {
	font-family: Comfortaa, cursive;
}

#social_share {
	height: 40px;
	width: 180px;
}

#social_share ul {
	display: flex;
}

#social_share li:first-child {
	margin-left: 0 !important;
}

#social_share li {
	margin-left: 5px;
}

#social_share li a {
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: center center;
}

#social_share .LINE a {
	background-image: url(../img/social_line.png);
}

#social_share .facebook a {
	background-image: url(../img/social_facebook.png);
}

#social_share .twitter a {
	background-image: url(../img/social_twitter.png);
}

#social_share .googleplus a {
	background-image: url(../img/social_gplus.png);
}

#social_share .hatena a {
	background-image: url(../img/social_hatena.png);
}

.access dl {
	margin-top: 20px;
}

#loopslider {
	margin: 0 auto 40px;
	width: 100%;
	height: 240px;
	text-align: left;
	overflow: hidden;
}

#loopslider ul {
	display: inline-block;
}

#loopslider ul img {
	height: 240px;
}

#loopslider ul li {
	width: 320px;
	display: inline;
}

#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.ttl4 {
	background: var(--sub4-text-color);
	font-size: 24px;
	padding: 15px 20px 15px 68px;
	border-radius: 5px;
	line-height: 1.4;
}

.ttl4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0f4";
	position: absolute;
	left: 20px;
}

@media screen and (min-width: 768px) {

	.btn,
	.kv_second h2,
	header ul li {
		font-family: Comfortaa, cursive;
		font-weight: 700;
		letter-spacing: 0.1em;
	}

	.arrow,
	.btn,
	.intro,
	.kv_second h2 {
		text-align: center;
	}

	.info a,
	.second dl a {
		text-decoration: none !important;
	}

	#page-top,
	.persist-header {
		position: fixed;
		z-index: 9999;
	}

	.sp {
		display: none;
	}

	.persist-header {
		background: var(--sub10-text-color);
		font-family: Comfortaa, cursive;
		font-weight: 700;
	}

	header {
		padding: 30px 0 40px;
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	header img {
		width: 200px;
		height: auto;
		position: absolute;
		top: -10px;
	}

	header ul {
		padding-top: 17px;
		display: flex;
	}

	header ul li {
		padding-left: 2vw;
		font-size: 1.5vw;
	}

	.kv_slider {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 1200px;
		width: 100%;
		height: 640px;
		margin: -30px auto 0;
	}

	.kv_second,
	.kv_second div {
		height: 240px;
	}

	.kv_second {
		background: url(../img/bg_kv_01.jpg) center no-repeat;
		background-size: cover;
		margin: -30px auto 0;
	}

	.kv_second h2 {
		font-size: 48px;
		line-height: 240px;
		color: var(--sub2-text-color);
		text-shadow: 0 0 5px var(--sub10-text-color);
	}

	.arrow {
		font-size: 32px;
		margin: 30px 0 90px;
	}

	.btn {
		font-size: 16px;
		border: 1px solid var(--sub3-text-color);
		width: 200px;
		margin: 0 auto;
		line-height: 1;
		margin-top: 30px;
	}

	.btn a {
		display: block;
		padding: 12px 0 17px;
	}

	.gallery-list,
	.menu,
	ul.lcmenu {
		display: flex;
	}

	.intro {
		padding: 100px 0 100px;
	}

	.intro h2 {
		font-size: 26px;
		line-height: 1.7;
		margin-bottom: 30px;
	}

	.intro p,
	.menu h2 {
		margin-bottom: 40px;
	}

	.intro p {
		line-height: 2.2;
		width: 80%;
		margin: 0 auto;
		max-width: 600px;
	}

	.info h2,
	.menu h2,
	.reserve h2 {
		font-family: Comfortaa, cursive;
		line-height: 1;
		font-weight: 700;
		text-align: center;
	}

	.reserve h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.menu .bg {
		background: url(../img/bg1.jpg) center no-repeat;
		background-size: cover;
		width: 50%;
	}

	.menu .bg2 {
		background: url(../img/bg2.jpg) center no-repeat;
		background-size: cover;
		width: 50%;
	}

	.menu .bg3 {
		background: url(../img/bg3.jpg) center no-repeat;
		background-size: cover;
		width: 50%;
	}

	.menu .bg4 {
		background: url(../img/bg4.jpg) center no-repeat;
		background-size: cover;
		width: 100%;
		color: var(--sub2-text-color);
		padding: 80px 0;
		position: relative;
	}

	.menu .bg4 > * {
		position: relative;
		z-index: 999;
	}

	.menu .bg4::before {
		content: "";
		background: var(--sub11-text-color);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.menu .bg4 dl {
		width: 70%;
		margin: 0 auto;
	}

	.menu .bg4 .btn {
		border: solid 1px var(--sub2-text-color);
	}

	.menu .bg4 .btn a {
		color: var(--sub2-text-color);
	}

	.bg {
		background: url(../img/bg1.jpg) center no-repeat;
		background-size: cover;
		width: 50%;
	}

	.menu .txt {
		width: 50%;
		background: var(--sub4-text-color);
		padding: 80px 0;
	}

	.info,
	.second {
		max-width: 980px;
	}

	.menu dl dd,
	.menu dl dt {
		padding: 0 50px;
	}

	.menu h2 {
		font-size: 40px;
	}

	.menu dl {
		margin-bottom: 30px;
	}

	.menu dl dt {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 15px;
	}

	.info {
		margin: 140px auto 50px;
	}

	.info h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	dl.shop-info a,
	footer p,
	footer small {
		font-family: "Open Sans", sans-serif;
	}

	.map {
		margin-bottom: 20px;
	}

	.second,
	.second-nrw {
		margin: 60px auto 80px;
	}

	.second-nrw {
		width: 720px;
	}

	.second-nrw-takeout {
		max-width: 980px;
	}

	.second,
	.second-nrw-menu,
	.second-nrw-lunch,
	.second-nrw-course {
		margin: 60px auto 80px;
	}

	.second-nrw-menu,
	.second-nrw-lunch,
	.second-nrw-course {
		width: 720px;
	}

	ul.lcmenu {
		justify-content: center;
		margin-bottom: 40px;
	}

	ul.lcmenu li {
		padding: 0 20px;
		font-size: 17px;
	}

	ul.lcmenu li i {
		margin-right: 5px;
		vertical-align: 2px;
		font-size: 12px;
	}

	.second div.inner,
	.second-nrw div.inner {
		display: flex;
		padding-top: 25px;
		padding-bottom: 50px;
	}

	.second div.inner figure,
	.second-nrw div.inner figure {
		padding: 0 !important;
	}

	.second div.inner figure img,
	.second-nrw div.inner figure img {
		padding-right: 30px;
		width: 400px;
		height: auto;
	}

	.second div.inner p,
	.second-nrw div.inner p {
		padding: 0 !important;
	}

	.second figure,
	.second-nrw figure {
		padding-top: 30px;
		text-align: center;
	}

	.second p,
	.second-nrw p {
		padding-top: 40px;
		padding-bottom: 150px;
	}

	.second-nrw-lunch p {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.second-nrw-course {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.pbn {
		padding-bottom: 0 !important;
	}

	.gallery-list {
		flex-wrap: wrap;
		justify-content: space-between;
		justify-content: center;
	}

	.gallery-list li {
		list-style: none;
		margin: 15px 15px 10px;
	}

	.gallery-list img {
		width: 160px;
		height: 160px;
		border-radius: 50%;
		object-fit: cover;
	}

	.gallery-list span {
		width: 160px;
		display: block;
		margin: 8px 0 0;
		text-align: center;
		font-size: 12px;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}

	a {
		text-decoration: none;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:hover {
		opacity: 0.4;
		filter: alpha(opacity=60);
	}

	#google_translate {
		height: 28px;
		margin: auto;
		padding: 0 10px;
	}

	.skiptranslate {
		float: right;
	}

	.skiptranslate select {
		font-size: 10px;
	}

	.persist-header {
		color: var(--sub2-text-color);
		left: 0;
		line-height: 60px;
		top: -60px;
		width: 100%;
	}

	.persist-header ul {
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
	}

	.persist-header ul li {
		padding: 0 2vw;
		letter-spacing: 0.05em;
		font-size: 1.5vw;
	}

	.persist-header a {
		color: var(--sub2-text-color);
	}

	dl.shop-info dt {
		clear: both;
		float: left;
		font-weight: 700;
		padding: 10px 0 10px 2px;
		width: 37%;
		white-space: nowrap;
	}

	dl.shop-info dd {
		padding: 10px 0 10px 37%;
	}

	dl.shop-info dd:last-child {
		border-bottom: none;
	}

	dl.shop-info a {
		text-decoration: underline;
	}

	footer {
		padding: 25px 0 60px 0;
	}

	footer div.inner {
		margin: 0 auto;
		width: 90%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	footer p {
		font-size: 40px;
		font-weight: 700;
	}

	footer p i {
		display: inline-block;
		font-size: 27px;
		vertical-align: 4px;
	}

	footer small {
		margin-top: 30px;
		padding: 10px 0;
		font-size: 11px;
		text-align: center;
		display: block;
		color: var(--sub2-text-color);
	}

	footer small span {
		opacity: 0.7;
	}

	footer dl {
		max-width: 90%;
		margin: 15px auto 0;
		font-size: 13px;
	}

	footer dl a {
		text-decoration: none !important;
	}

	#page-top {
		font-size: 50px;
		bottom: 25px;
		right: 15px;
		line-height: 1;
	}
}

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

	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before,
	.drawer-nav {
		background-color: var(--main-text-color);
	}

	.btn,
	.kv_second h2 {
		text-align: center;
		font-family: Comfortaa, cursive;
		font-weight: 700;
		letter-spacing: 0.1em;
	}

	.pc,
	.persist-header {
		display: none;
	}

	.drawer-nav {
		font-family: Comfortaa, cursive;
		font-weight: 700;
		color: var(--sub2-text-color);
		z-index: 99999;
	}

	button {
		margin: 30px 0 0;
	}

	button span {
		color: var(--sub2-text-color);
	}

	header {
		margin: 0 auto;
	}

	header h1 {
		text-align: center;
		padding: 20px 0 30px 0;
	}

	header h1 img {
		width: 200px;
		height: auto;
	}

	.slick-slide.moving {
		-webkit-animation-name: scale;
		animation-name: scale;
		-webkit-animation-duration: 8s;
		animation-duration: 8s;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	@media screen and (max-width: 767px) {
		header h1 img {
			width: 180px;
			height: auto;
		}
	}

	.kv_slider {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 200px;
		width: 100%;
		margin-top: -20px;
	}

	.kv_second,
	.kv_second div {
		height: 140px;
	}

	.kv_second {
		background: url(../img/bg_kv_01.jpg) center no-repeat;
		background-size: cover;
		margin: -20px auto 0;
	}

	.kv_second h2 {
		font-size: 40px;
		line-height: 140px;
		color: var(--sub2-text-color);
		text-shadow: 0 0 5px var(--sub10-text-color);
	}

	.arrow {
		font-size: 32px;
		text-align: center;
		margin: 20px 0 50px;
	}

	.btn {
		font-size: 16px;
		border: 1px solid var(--sub3-text-color);
		margin: 0 auto;
		line-height: 1;
	}

	.btn a {
		display: block;
		padding: 12px 0 17px;
	}

	.intro {
		padding: 0 20px 30px;
	}

	.intro h2 {
		font-size: 24px;
		line-height: 1.5;
		margin-bottom: 20px;
	}

	.intro p {
		margin-bottom: 15px;
		line-height: 2;
	}

	.info h2,
	.menu h2,
	.reserve h2 {
		font-family: Comfortaa, cursive;
		line-height: 1;
		font-weight: 700;
		text-align: center;
	}

	.menu .txt {
		background: var(--sub4-text-color);
		padding: 30px 20px;
	}

	.menu h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.menu dl {
		margin-bottom: 15px;
	}

	.menu dl dt {
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		margin-bottom: 10px;
	}

	.menu .bg4 {
		background: url(../img/bg4.jpg) center no-repeat;
		background-size: cover;
		color: var(--sub2-text-color);
		padding: 60px 20px;
		position: relative;
	}

	.menu .bg4 > * {
		position: relative;
		z-index: 999;
	}

	.menu .bg4::before {
		content: "";
		background: var(--sub11-text-color);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}

	.menu .bg4 .btn {
		border: solid 1px var(--sub2-text-color);
	}

	.menu .bg4 .btn a {
		color: var(--sub2-text-color);
	}

	.info {
		padding: 50px 0 30px;
	}

	.info h2 {
		font-size: 40px;
		margin-bottom: 35px;
	}

	.drawer-nav ul li:last-child,
	dl.shop-info a,
	footer p,
	footer small {
		font-family: "Open Sans", sans-serif;
	}

	.map {
		margin-bottom: 20px;
	}

	.gallery {
		margin: 0 20px !important;
	}

	.second,
	.second-nrw {
		margin: 30px 20px 40px;
	}

	.second,
	.second-nrw-menu,
	.second-nrw-lunch,
	.second-nrw-course {
		margin: 30px 14px 40px;
	}

	ul.lcmenu {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	ul.lcmenu li {
		padding: 0 10px 5px;
		font-size: 15px;
		margin-bottom: 3px;
	}

	ul.lcmenu li i {
		margin-right: 3px;
		vertical-align: 1px;
		font-size: 12px;
	}

	.second figure img,
	.second-nrw figure img {
		padding-top: 15px;
		width: 100%;
		height: 100%;
	}

	.second p,
	.second-nrw p {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.pbn {
		padding-bottom: 0 !important;
	}

	.gallery-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		justify-content: center;
	}

	.gallery-list li {
		list-style: none;
		margin: 8px;
	}

	.gallery-list img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.gallery-list span {
		width: 70px;
		display: block;
		margin: 8px 0 0;
		text-align: center;
		font-size: 10px;
		line-height: 1.4;
	}

	#google_translate {
		margin: auto;
		padding: 2px;
		height: 30px;
	}

	.skiptranslate {
		float: left;
	}

	a {
		text-decoration: none;
	}

	.drawer-nav ul li {
		border-bottom: 1px solid var(--sub12-text-color);
	}

	.drawer-nav ul li:last-child a:before {
		content: "";
	}

	.drawer-nav ul li a {
		color: var(--sub2-text-color);
		display: block;
		padding: 15px;
	}

	.drawer-nav ul li:last-child {
		border-bottom: none;
		font-size: 26px;
		line-height: 0.6;
		margin: 20px 0 60px;
		text-align: center;
		font-weight: 700;
		padding-bottom: 20px;
	}

	.drawer-nav ul li:last-child span {
		font-size: 13px;
	}

	.drawer-nav ul li:last-child i {
		font-size: 16px;
		vertical-align: 3px;
	}

	dl.shop-info dd {
		padding: 0 10px 10px;
	}

	dl.shop-info dt {
		padding: 10px 10px 2px;
		clear: both;
		font-weight: 700;
	}

	dl.shop-info dd:last-child {
		border-bottom: none !important;
	}

	dl.shop-info a {
		text-decoration: underline;
		font-weight: 700;
	}

	footer {
		padding-top: 15px;
		font-size: 13px;
	}

	footer p {
		font-size: 36px;
		font-weight: 700;
		text-align: center;
	}

	footer p i {
		font-size: 23px !important;
		vertical-align: 4px;
	}

	footer small {
		padding: 10px 0;
		font-size: 11px;
		text-align: center;
		display: block;
		color: var(--sub2-text-color);
		letter-spacing: 0.06em;
	}

	footer small span {
		opacity: 0.6;
	}

	#social_share {
		margin: 0 auto 10px !important;
	}

	#page-top {
		display: block;
		position: fixed;
		z-index: 1;
		bottom: 25px;
		right: 10px;
		font-size: 50px;
		line-height: 1;
	}

	.fit {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 340px) {
	.info h2 {
		font-size: 36px;
	}
}

/*以下、メニューページ食べログ連携用CSS*/

@media screen and (min-width: 768px) {

	/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
	.pttl {
		padding: 60px;
		text-align: center;
	}

	.pttl img {
		height: 36px;
		width: auto;
	}

	.rstdtl-menu-lst {
		max-width: 980px;
		margin: 0 auto 100px auto;
	}

	/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
	.pttl {
		padding: 60px;
		text-align: center;
	}

	.pttl img {
		height: 36px;
		width: auto;
	}

	.rstdtl-menu-lst {
		margin: 60px auto 80px auto;
		width: 770px;
	}

	/* ------------------------------
　menu
------------------------------ */

	ul.lcmenu {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	ul.lcmenu li {
		font-size: 17px;
		padding: 0 20px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 5px;
		vertical-align: 2px;
	}

	/* ------------------------------
　menu new
------------------------------ */
	ul.lcmenu {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	ul.lcmenu li {
		font-size: 17px;
		padding: 0 20px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 5px;
		vertical-align: 2px;
	}

	.rstdtl-menu-lst__heading {
		margin-top: 20px;
		font-size: 1.5rem;
	}

	.rstdtl-menu-lst__contents {
		display: table;
		padding: 0 10px;
		border-bottom: 1px dotted #d2d2d2;
		width: 100%;
		box-sizing: border-box;
	}

	.rstdtl-menu-lst__contents:last-of-type {
		border-bottom: none;
	}

	.rstdtl-menu-lst__info {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top;
	}

	.rstdtl-menu-lst__info-inner {
		display: table;
		width: 100%;
	}

	.rstdtl-menu-lst__menu-title {
		display: table-cell;
		color: var(--main-text-color);
		font-weight: bold;
		font-size: 1rem;
	}

	.rstdtl-menu-lst__price {
		display: table-cell;
		font-weight: bold;
		text-align: right;
		width: 7rem;
		font-size: 1.3rem;
	}

	.rstdtl-menu-lst__desc {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.rstdtl-menu-lst__desc p {
		font-size: 20px;
		padding: 12px 10px;
		line-height: 1.6;
		background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344") repeat-x 0 100%;
	}

	.rstdtl-menu-lst__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 120px;
		text-align: center;
	}

	/* ------------------------------
　course menu pc
------------------------------ */

	.course-list {
		margin: 20px 0 30px;
	}

	.course-list__heading {
		display: block;
		position: relative;
	}

	.course-list__hotpepper-logo {
		display: block;
		position: absolute;
		top: 3.2rem;
		right: 0.5rem;
	}

	.course-list__heading-tax {
		position: absolute;
		right: 0;
		color: var(--sub7-text-color);
		top: 2.8rem;
		font-size: 1.1rem;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.course-list__items {
		margin: auto;
		width: 95%;
	}

	.course-list__tax-notice {
		margin-top: 5px;
		color: var(--sub7-text-color);
		font-size: 1rem;
	}

	.course-seatonly {
		padding: 12px 15px;
		background-color: #faf8f5;
		margin-bottom: 1.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center;
	}

	.course-seatonly__title {
		color: #13131e;
		font-weight: bold;
		font-size: 1.4rem;
	}

	.course-seatonly__btn {
		width: 10rem;
	}

	.rstdtl-course-list {
		display: table;
		position: relative;
		z-index: 1;
		border-top: 1px solid #e0dccc;
		border-bottom: 1px solid #e0dccc;
		width: 100%;
	}

	.rstdtl-course-list + .rstdtl-course-list {
		border-top: none;
	}

	/* コース写真がない場合に「飲み放題」を１行に収める
  　　コース写真がある場合はこのコードは削除する */
	.rstdtl-course-list__option {
		display: table-cell;
	}

	.rstdtl-course-list__target {
		color: inherit;
		z-index: 1;
	}

	.rstdtl-course-list__target:hover {
		color: inherit;
		text-decoration: none;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
		cursor: default;
	}

	.rstdtl-course-list__data {
		display: table-cell;
		position: relative;
		padding: 20px 0;
		width: 100%;
		word-break: break-all;
		vertical-align: top;
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem;
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
		padding-top: 6.5rem;
	}

	.rstdtl-course-list__data-header {
		display: table;
		width: 100%;
	}

	.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
		min-height: 72px;
	}

	.rstdtl-course-list__course-title {
		display: table-cell;
		word-break: break-all;
	}

	.rstdtl-course-list__course-title-text {
		margin-bottom: 0.2rem;
		color: var(--main-text-color);
		font-weight: bold;
		line-height: 1.6;
		font-size: 1.2rem;
	}

	.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
		color: var(--sub8-text-color);
		text-decoration: underline;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
		color: #13131e;
	}

	.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
		border: 1px solid #e0dccc;
		box-sizing: border-box;
		color: #463f2d;
		background-color: var(--sub2-text-color);
		margin-left: 0.5rem;
		padding: 0.1rem 0.3rem;
		font-size: 0.9rem;
	}

	.rstdtl-course-list__price-wrap {
		display: table-cell;
		white-space: nowrap;
		vertical-align: top;
		padding-right: 0.8rem;
		width: 100%;
		display: inline-block;
	}

	.rstdtl-course-list__price-discount {
		display: inline-block;
	}

	.rstdtl-course-list__price-before {
		color: #13131e;
		text-align: left;
		margin-right: 0.5rem;
		margin-bottom: -0.2rem;
		font-size: 1.1rem;
	}

	.rstdtl-course-list__price-hotpepper-discount {
		display: inline-block;
		position: relative;
		margin-bottom: 7px;
		border: solid 1px #d2d2d2;
		border-radius: 2px;
		color: var(--sub7-text-color);
		font-weight: bold;
		line-height: 1;
		background-color: var(--sub2-text-color);
		padding: 0.4rem 0.5rem 0.3rem;
		font-size: 1rem;
	}

	.rstdtl-course-list__price-hotpepper-discount::before,
	.rstdtl-course-list__price-hotpepper-discount::after {
		display: block;
		position: absolute;
		border: solid transparent;
		width: 0;
		height: 0;
		content: "";
	}

	.rstdtl-course-list__price-hotpepper-discount::before {
		bottom: -7px;
		border-width: 6px 6px 0;
		border-top-color: #d2d2d2;
		right: 3rem;
	}

	.rstdtl-course-list__price-hotpepper-discount::after {
		bottom: -5px;
		border-width: 5px 5px 0;
		border-top-color: var(--sub2-text-color);
		right: 3.1rem;
	}

	.rstdtl-course-list__price-num {
		color: var(--sub3-text-color);
		font-weight: bold;
		font-size: 1rem;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
		display: block;
	}

	.rstdtl-course-list__price-num > em {
		margin-right: 2px;
		font-family: Arial, sans-serif;
		font-size: 1.8rem;
	}

	.rstdtl-course-list__price-num-tax {
		font-weight: normal;
		font-size: 0.6rem;
	}

	.rstdtl-course-list__data-body {
		display: block;
		width: 100%;
		line-height: 1;
		padding-top: 0.5rem;
	}

	.rstdtl-course-list__data-body:before,
	.rstdtl-course-list__data-body:after {
		display: block;
		overflow: hidden;
		content: "";
	}

	.rstdtl-course-list__data-body:after {
		clear: both;
	}

	.rstdtl-course-list__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 120px;
	}

	.rstdtl-course-list__img .rstdtl-course-list__target:hover {
		opacity: 0.8;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
		opacity: 1;
	}

	.rstdtl-course-list__subinfo {
		display: table;
		position: relative;
		float: left;
		padding-top: 0.5rem;
	}

	.rstdtl-course-list__desc {
		color: var(--sub6-text-color);
		line-height: 1.6;
		font-size: 0.7rem;
	}

	.rstdtl-course-list__data-footer {
		float: right;
	}

	.rstdtl-course-list__label {
		margin-left: 5px;
	}

	.rstdtl-course-list__label.rstdtl-course-list__label {
		background-color: var(--sub9-text-color);
		padding: 0.3rem 0.4rem;
		line-height: 1.1rem;
		font-size: 1rem;
		display: inline-block;
		margin-right: 10px;
	}

	.rstdtl-course-list__hotpepper-target::before {
		color: #999;
	}

	.rstdtl-course-list__course-rule {
		display: table-cell;
		white-space: nowrap;
		vertical-align: bottom;
		padding: 0 0 0.3rem 1rem;
	}

	.rstdtl-course-list__course-rule > dt,
	.rstdtl-course-list__course-rule > dd {
		display: inline-block;
	}

	.rstdtl-course-list__course-rule > dd {
		margin-right: 0.5rem;
	}

	.rstdtl-course-list__course-rule-title::before {
		display: inline-block;
		color: #bcb08a;
		vertical-align: -0.1rem;
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
		/* font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"; */
		font-family: "Font Awesome 5 Free";
		content: "\f007";
		font-weight: 900;
		padding-right: 5px;
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
		/* font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"; */
		font-family: "Font Awesome 5 Free";
		content: "\f017";
		font-weight: 900;
		padding-right: 5px;
	}

	.rstdtl-course-list__course-rule-title > i {
		display: none;
	}

	.rstdtl-course-list__action-btn {
		display: table-cell;
		width: 100px;
		text-align: right;

		padding-left: 1.5rem;
		color: var(--sub2-text-color);
	}

	.rstdtl-course-list__action-btn-target {
		display: block;
		float: right;
		clear: right;
		cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
		width: 10rem;
		color: var(--sub3-text-color);
	}

	.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem;
	}

	.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem;
	}

	.rstdtl-course-list__coupon {
		/*        display: inline-block;*/
		float: right;
		margin-top: 0.5rem;
	}

	.rstdtl-course-list__coupon-btn {
		float: right;
	}

	.rstdtl-course-list__coupon-contents {
		width: auto;
		text-align: left;
		padding-top: 0.7rem;
	}

	.rstdtl-course-rdimg {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.rstdtl-course-list__tieup-mc {
		display: table-row;
		position: absolute;
		left: 0;
		z-index: 5;
		border-radius: 6px;
		vertical-align: middle;
		background-color: #221815;
		top: 1.5rem;
	}

	.rstdtl-course-list__tieup-mc:hover {
		opacity: 0.8;
	}

	.rstdtl-course-list__tieup-mc-target {
		display: block;
		box-sizing: border-box;
		padding: 0.6rem 1.2rem 0.6rem 1.5rem;
	}

	.rstdtl-course-list__tieup-mc-target::after {
		color: var(--sub2-text-color);
		vertical-align: middle;
	}

	.rstdtl-course-list__tieup-mc-target:hover {
		text-decoration: none;
	}

	.rstdtl-course-list__tieup-mc-logo {
		display: inline-block;
		width: 123px;
		height: 22px;
		background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503") no-repeat 0 0;
		background-size: 123px 22px;
		vertical-align: bottom;
	}

	.rstdtl-course-list__tieup-mc-logo > i {
		display: none;
	}

	.rstdtl-course-list__tieup-mc-text {
		display: inline-block;
		color: var(--sub2-text-color);
		margin-left: 1rem;
		padding-bottom: 0.2rem;
		font-size: 1.1rem;
	}

	.rstdtl-course-list__tieup-mc-text > em {
		color: var(--sub8-text-color);
		font-weight: bold;
		margin-right: 0.7rem;
		font-size: 1.3rem;
	}
}

/* ------------------------------
sp-menu
------------------------------ */

@media screen and (max-width: 768px) {
	.gmap {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
	.pttl {
		padding: 33px 0 40px 0;
		text-align: center;
	}

	.pttl img {
		height: 32px;
		width: auto;
	}

	.rstdtl-menu-lst {
		margin: 0 20px 60px 20px;
	}

	/* ------------------------------
　access
------------------------------ */
	dl.shop-info dt {
		clear: both;
		font-weight: bold;
		padding-top: 11px;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}

	dl.shop-info dd {
		font-size: 0.9em;
		line-height: 1.6;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
	.pttl {
		padding: 33px 0 40px 0;
		text-align: center;
	}

	.pttl img {
		height: 32px;
		width: auto;
	}

	/*
    .rstdtl-menu-lst {
        margin: 40px 0px 0px 0px;
    }
*/

	/* ------------------------------
　menu
------------------------------ */

	ul.lcmenu {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	ul.lcmenu li {
		font-size: 17px;
		padding: 0 20px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 5px;
		vertical-align: 2px;
	}

	/* ------------------------------
　menu new sp
------------------------------ */
	ul.lcmenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	ul.lcmenu li {
		font-size: 15px;
		padding: 0 10px 5px 10px;
		margin-bottom: 3px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 3px;
		vertical-align: 1px;
	}

	.rstdtl-menu-lst__heading {
		margin-top: 20px;
		font-size: 1.3rem;
	}

	.rstdtl-menu-lst__contents {
		display: table;
		padding: 0 10px;
		border-bottom: 1px dotted #d2d2d2;
		width: 100%;
		box-sizing: border-box;
	}

	.rstdtl-menu-lst__contents:last-of-type {
		border-bottom: none;
		padding-top: 10px;
	}

	.rstdtl-menu-lst__info {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top;
	}

	.rstdtl-menu-lst__info-inner {
		/*        display: table;*/
		width: 100%;
	}

	.rstdtl-menu-lst__menu-title {
		display: table-cell;
		width: 100%;
		color: var(--main-text-color);
		font-weight: bold;
		font-size: 1rem;
	}

	/*
    .rstdtl-menu-lst__price {
        display: table-cell;
        font-weight: bold;
        text-align: right;
        width: 7rem;
        font-size: 1.5rem
    }
*/

	.rstdtl-menu-lst__price {
		display: inline-block;
		width: 100% !important;
		font-weight: bold;
		text-align: right !important;
		font-size: 1.2rem;
	}

	.rstdtl-menu-lst__desc {
		font-size: 12px;
		padding-bottom: 10px;
	}

	.rstdtl-menu-lst__desc p {
		font-size: 20px;
		padding: 12px 10px;
		line-height: 1.6;
		background: url("https://tblg.k-img.com/images/line/line_dot.gif?1547477344") repeat-x 0 100%;
	}

	.rstdtl-menu-lst__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 120px;
		text-align: center;
	}

	/* ------------------------------
　course menu sp
------------------------------ */

	.course-list__items {
		margin: auto;
		width: 100%;
	}

	.rstdtl-course-list {
		display: table;
		position: relative;
		z-index: 1;
		border-top: 1px solid #e0dccc;
		border-bottom: 1px solid #e0dccc;
		width: 100%;
	}

	.rstdtl-course-list + .rstdtl-course-list {
		border-top: none;
	}

	/* コース写真がない場合に「飲み放題」を１行に収める
  　　コース写真がある場合はこのコードは削除する */
	.rstdtl-course-list__option {
		display: table-cell;
	}

	.rstdtl-course-list__target {
		color: inherit;
		z-index: 1;
	}

	.rstdtl-course-list__target:hover {
		color: inherit;
		text-decoration: none;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
		cursor: default;
	}

	.rstdtl-course-list__data {
		display: table-cell;
		position: relative;
		padding: 20px 0;
		width: 100%;
		word-break: break-all;
		vertical-align: top;
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem;
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
		padding-top: 6.5rem;
	}

	.rstdtl-course-list__data-header {
		/*        display: table;*/
		width: 100%;
	}

	.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
		min-height: 72px;
	}

	.rstdtl-course-list__course-title {
		display: table-cell;
		word-break: break-all;
	}

	.rstdtl-course-list__course-title-text {
		margin-bottom: 0.2rem;
		color: var(--main-text-color);
		font-weight: bold;
		line-height: 1.6;
		font-size: 1rem;
	}

	.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
		color: var(--sub8-text-color);
		text-decoration: underline;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
		color: #13131e;
	}

	.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
		border: 1px solid #e0dccc;
		box-sizing: border-box;
		color: #463f2d;
		background-color: var(--sub2-text-color);
		margin-left: 0.5rem;
		padding: 0.1rem 0.3rem;
	}

	.rstdtl-course-list__price-wrap {
		display: table-cell;
		white-space: nowrap;
		vertical-align: top;
		padding-right: 0rem;
	}

	.rstdtl-course-list__price-wrap {
		display: block;
		width: 100%;
		white-space: nowrap;
		vertical-align: top;
		padding-right: 0rem;
	}

	.rstdtl-course-list__price-discount {
		display: inline-block;
	}

	.rstdtl-course-list__price-before {
		color: #13131e;
		text-align: left;
		margin-right: 0.5rem;
		margin-bottom: -0.2rem;
		font-size: 0.1rem;
	}

	.rstdtl-course-list__price-hotpepper-discount {
		display: inline-block;
		position: relative;
		margin-bottom: 7px;
		border: solid 1px #d2d2d2;
		border-radius: 2px;
		color: var(--sub7-text-color);
		font-weight: bold;
		line-height: 1;
		background-color: var(--sub2-text-color);
		padding: 0.4rem 0.5rem 0.3rem;
		font-size: 1rem;
	}

	.rstdtl-course-list__price-hotpepper-discount::before,
	.rstdtl-course-list__price-hotpepper-discount::after {
		display: block;
		position: absolute;
		border: solid transparent;
		width: 0;
		height: 0;
		content: "";
	}

	.rstdtl-course-list__price-hotpepper-discount::before {
		bottom: -7px;
		border-width: 6px 6px 0;
		border-top-color: #d2d2d2;
		right: 3rem;
	}

	.rstdtl-course-list__price-hotpepper-discount::after {
		bottom: -5px;
		border-width: 5px 5px 0;
		border-top-color: var(--sub2-text-color);
		right: 3.1rem;
	}

	.rstdtl-course-list__price-num {
		color: var(--sub3-text-color);
		font-weight: bold;
		font-size: 1.4rem;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
		display: block;
	}

	.rstdtl-course-list__price-num > em {
		margin-right: 2px;
		font-family: Arial, sans-serif;
		font-size: 1.5rem;
	}

	.rstdtl-course-list__price-num-tax {
		font-weight: normal;
		font-size: 0.6rem;
	}

	.rstdtl-course-list__data-body {
		display: block;
		width: 100%;
		line-height: 1;
		padding-top: 0.5rem;
	}

	.rstdtl-course-list__data-body:before,
	.rstdtl-course-list__data-body:after {
		display: block;
		overflow: hidden;
		content: "";
	}

	.rstdtl-course-list__data-body:after {
		clear: both;
	}

	.rstdtl-course-list__img {
		/*        display: table-cell;*/
		padding: 20px 15px 20px 0;
		width: 200px;
		pointer-events: none;
	}

	.rstdtl-course-list__img img {
		display: block;
	}

	.rstdtl-course-list__img .rstdtl-course-list__target:hover {
		opacity: 0.8;
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
		opacity: 1;
	}

	.rstdtl-course-list__subinfo {
		display: table;
		position: relative;
		float: left;
		padding-top: 0.5rem;
	}

	.rstdtl-course-list__desc {
		color: var(--sub6-text-color);
		line-height: 1.6;
		font-size: 0.8rem;
	}

	.rstdtl-course-list__data-footer {
		float: right;
	}

	.rstdtl-course-list__label {
		margin-left: 5px;
	}

	.rstdtl-course-list__label.rstdtl-course-list__label {
		background-color: var(--sub9-text-color);
		padding: 0.3rem 0.4rem;
		line-height: 1.1rem;
		font-size: 0.9rem;
		display: inline-block;
		margin-right: 10px;
	}

	.rstdtl-course-list__hotpepper-target::before {
		color: #999;
	}

	.rstdtl-course-list__course-rule {
		/* display: table-cell; */
		display: block;
		white-space: nowrap;
		vertical-align: bottom;
		padding: 0 0 0.3rem 0;
		margin-top: 15px;
	}

	.rstdtl-course-list__course-rule > dt,
	.rstdtl-course-list__course-rule > dd {
		display: inline-block;
	}

	.rstdtl-course-list__course-rule > dd {
		margin-right: 0.5rem;
	}

	.rstdtl-course-list__course-rule-title::before {
		display: inline-block;
		color: #bcb08a;
		vertical-align: -0.1rem;
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
		/* font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"; */
		font-family: "Font Awesome 5 Free";
		content: "\f007";
		font-weight: 900;
		padding-right: 5px;
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
		/* font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"; */
		font-family: "Font Awesome 5 Free";
		content: "\f017";
		font-weight: 900;
		padding-right: 5px;
	}

	.rstdtl-course-list__course-rule-title > i {
		display: none;
	}

	.rstdtl-course-list__action-btn {
		/*        display: table-cell;*/
		width: 100px;
		text-align: right;
		vertical-align: top;
		padding-left: 15.2rem;
		color: var(--sub2-text-color);
	}

	.rstdtl-course-list__reserve-notice {
		display: block;
		color: #b4b4b4;
		text-indent: -1em;
		padding-left: 1em;
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		line-height: 1.2;
		font-size: 0.8rem;
	}

	.rstdtl-course-list__action-btn-target {
		display: block;
		float: right;
		clear: right;
		cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
		/*        width: 18rem;*/
		color: var(--main-text-color);
		border: solid;
		padding: 3px;
		font-size: 12px;
	}

	.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem;
	}

	.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem;
	}

	.rstdtl-course-list__coupon {
		display: inline-block;
		float: right;
		margin-top: 0.5rem;
	}

	.rstdtl-course-list__coupon-btn {
		float: right;
	}

	.rstdtl-course-list__coupon-contents {
		width: auto;
		text-align: left;
		padding-top: 0.7rem;
	}

	.rstdtl-course-rdimg {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.rstdtl-course-list__tieup-mc {
		display: table-row;
		position: absolute;
		left: 0;
		z-index: 5;
		border-radius: 6px;
		vertical-align: middle;
		background-color: #221815;
		top: 1.5rem;
	}

	.rstdtl-course-list__tieup-mc:hover {
		opacity: 0.8;
	}

	.rstdtl-course-list__tieup-mc-target {
		display: block;
		box-sizing: border-box;
		padding: 0.6rem 1.2rem 0.6rem 1.5rem;
	}

	.rstdtl-course-list__tieup-mc-target::after {
		color: var(--sub2-text-color);
		vertical-align: middle;
	}

	.rstdtl-course-list__tieup-mc-target:hover {
		text-decoration: none;
	}

	.rstdtl-course-list__tieup-mc-logo {
		display: inline-block;
		width: 123px;
		height: 22px;
		background: url("https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503") no-repeat 0 0;
		background-size: 123px 22px;
		vertical-align: bottom;
	}

	.rstdtl-course-list__tieup-mc-logo > i {
		display: none;
	}

	.rstdtl-course-list__tieup-mc-text {
		display: inline-block;
		color: var(--sub2-text-color);
		margin-left: 1rem;
		padding-bottom: 0.2rem;
		font-size: 1.1rem;
	}

	.rstdtl-course-list__tieup-mc-text > em {
		color: var(--sub8-text-color);
		font-weight: bold;
		margin-right: 0.7rem;
		font-size: 1.3rem;
	}
}

.rstdtl-course-list__action-btn {
	display: none;
}

.rstdtl-course-list__course-title a {
	pointer-events: none;
}

.rstdtl-course-list__img-target {
	pointer-events: none;
}

.rstdtl-menu-lst__target {
	pointer-events: none;
}

.rstdtl-course-list__coupon-btn {
	display: none;
}

.tblg-coupon__btn {
	display: none;
}

.tblg-coupon__main {
	display: none;
}

/*以上、メニューページ食べログ連携用CSS*/

/*以下、メニューページRETTY連携用CSS*/

/* .CMS-FORM-GROUP {
  margin-bottom: 20px;
}

.CMS-FORM-INPUT-LABEL,
.CMS-FORM-EMAIL-LABEL,
.CMS-FORM-TEXTAREA-LABEL {
  display: block;
  font-weight: 600;
}

.CMS-FORM-INPUT,
.CMS-FORM-TEXTAREA,
.CMS-FORM-EMAIL {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
}

.CMS-FORM-RADIO-LABEL {
  font-weight: 600;
}

.content__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 12px;
  border-bottom: 1px solid #d5d5d8;
  color: #2e2e3b;
  font-size: 1.38462rem;
  font-weight: 700;
}
.restaurant-detail__menu:nth-child(n + 2) {
  margin-top: 16px;
}
.menu-price-list:last-of-type {
  border-bottom: 1px solid #eaeaeb;
}
.menu-price-list__row {
  display: flex;
  border-top: 1px solid #eaeaeb;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.menu-price-list__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 16px 24px;
  font-weight: 700;
}
.menu-price-list__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-items: flex-end;
  padding: 16px 0 16px 24px;
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
  .menu-price-list__row {
    display: block;
  }
  .menu-price-list__name {
    padding: 16px 24px 0;
  }
  .menu-price-list__price {
    padding: 0px 0 16px 24px;
  }
}

.course-list-heading {
  display: flex;
  align-items: center;
  padding: 0 0 12px;
}

.course-list-heading__title {
  flex-shrink: 0;
  max-width: calc(100% - 300px);
  color: #2e2e3b;
  font-size: 1.38462rem;
  font-weight: 700;
}

.course-list-heading__supplement {
  align-self: flex-end;
  margin-left: auto;
  padding-left: 10px;
  color: #6c6c75;
  font-size: 0.92308rem;
  font-weight: 400;
}

.course-list__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #d5d5d8;
}

.course-list__item:first-child {
  border-top: 1px solid #d5d5d8;
}

.course-list-item {
  display: flex;
  width: 100%;
  min-height: 80px;
  align-items: center;
  padding: 16px 0;
}

.course-list-item__thumbnail {
  flex-shrink: 0;
}

.course-list-item__thumbnail img {
  font-family: "object-fit: cover;";
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.course-list-item__detail {
  flex: 1 1 auto;
}

.course-list-item__detail:nth-child(n + 2) {
  margin-left: 12px;
}

.course-list-item__title {
  color: #2e2e3b;
  font-size: 1.07692rem;
  font-weight: 700;
}

.course-list-item__title:nth-child(n + 2) {
  margin-top: 6px;
}

.course-list-item__description {
  color: #8c8c93;
  font-size: 0.92308rem;
}

.course-list-item__footer {
  display: flex;
}

.course-list-item__price {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d70025;
  font-size: 1.23077rem;
  font-weight: 700;
}

.course-list-item__label {
  display: inline-block;
  padding: 1px 11px;
  border: 1px solid #ffa014;
  background-color: var(--sub2-text-color);
  border-radius: 2px;
  color: var(--sub2-text-color);
  font-size: 0.76923rem;
  font-weight: 400;
  color: #ffa014;
  vertical-align: top;
}

.course-list-item__label--discount {
  background: #d70025;
  border-color: #d70025;
  color: var(--sub2-text-color);
}

.course-list-item__before-discount {
  display: inline-flex;
  align-items: center;
  color: #2e2e3b;
  font-size: 1.07692rem;
  font-weight: 400;
  text-decoration: line-through;
}

.course-list-item__discount-arrow {
  margin: 0 4px;
  color: #2e2e3b;
  font-weight: 400;
  text-decoration: none;
}

.course-list-item__tax {
  display: inline;
  align-self: auto;
  color: #d70025;
  font-size: 0.92308rem;
}

.course-list-item__term {
  margin-left: 12px;
  display: flex;
  align-items: center;
  color: #2e2e3b;
  font-size: 0.84615rem;
}

.course-list-item__actions-list {
  display: flex;
  flex: 0 0 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.course-list-item__action {
  width: 96px;
  display: flex;
  justify-content: center;
}

.course-list-item__action:nth-child(n + 2) {
  margin-top: 12px;
}

.course-list-item__button {
  width: 96px;
  padding: 6px 0;
}

.course-summary {
  display: flex;
}

.course-summary:nth-child(n + 2) {
  margin-top: 10px;
}

.course-summary__label {
  width: 100%;
  flex: 0 0 100%;
}

.course-summary__photo {
  font-family: "object-fit: cover;";
  object-fit: cover;
  width: 184px;
  height: 184px;
  flex: 0 0 184px;
  align-self: flex-start;
}

.course-summary__body:nth-child(n + 2) {
  margin-left: course-list-heading 16px;
  font-size: 1.07692rem;
}

.course-summary-label {
  display: block;
}

.course-info-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaeb;
  font-size: 1.07692rem;
}

.course-info-list__description,
.course-info-list__title {
  border-top: 1px solid #eaeaeb;
}

.course-info-list__title {
  box-sizing: border-box;
  padding: 16px 24px;
  max-width: 216px;
  flex: 0 0 216px;
  background-color: var(--sub2-text-color);
}

.course-info-list__description {
  box-sizing: border-box;
  padding: 16px 24px;
  max-width: calc(100% - 216px);
  flex-basis: calc(100% - 216px);
  flex-grow: 1;
  flex-shrink: 0;
}

.course-info-list__description--pre {
  white-space: pre-line;
  word-break: break-all;
}

.course-info-list__description--strong {
  font-weight: 700;
  color: #d70025;
  font-size: 1.23077rem;
}

.course-info-list__before-discount {
  display: inline-flex;
  align-items: center;
  color: #2e2e3b;
  font-size: 1.07692rem;
  font-weight: 400;
  text-decoration: line-through;
}

.course-info-list__discount-arrow {
  margin: 0 4px;
  color: #2e2e3b;
  font-weight: 400;
  text-decoration: none;
}

.course-info-list__tax {
  display: inline;
  align-self: auto;
  color: #d70025;
  font-size: 0.92308rem;
}

.restaurant-coupon-heading {
  display: flex;
  align-items: center;
  padding: 0 0 12px;
  border-bottom: 1px solid #d5d5d8;
}

.restaurant-coupon-heading__title {
  flex-shrink: 0;
  max-width: calc(100% - 300px);
  color: #2e2e3b;
  font-size: 1.38462rem;
  font-weight: 700;
}

.restaurant-coupon-heading__supplement {
  align-self: flex-end;
  margin-left: auto;
  padding-left: 10px;
  color: #6c6c75;
  font-size: 0.92308rem;
  font-weight: 400;
}

.restaurant-coupon-list {
  border: 1px solid #d5d5d8;
}

.restaurant-coupon-list:nth-child(n + 2) {
  margin-top: 20px;
}

.restaurant-coupon-list__item:nth-child(n + 2) {
  border-top: 1px dashed #d5d5d8;
}

.restaurant-coupon {
  display: flex;
}

.restaurant-coupon:before {
  display: block;
  min-height: 80px;
  flex: 0 0 48px;
  background: url("https://assets.retty.me/v-202103090658-master-5faacc28934ec9ceed6332f40621248775413203/images/pancake/ic_coupon.svg")
    #ffa014;
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
}

.restaurant-coupon--marked {
  position: relative;
}

.restaurant-coupon--marked:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-color: #ffc814 transparent transparent #ffc814;
  border-style: solid;
  border-width: 8px;
  content: "";
}

.restaurant-coupon__body {
  flex: 1 1 auto;
  padding: 18px 20px;
}

.restaurant-coupon__title {
  color: #2e2e3b;
  font-size: 1.23077rem;
  font-weight: 700;
}

.restaurant-coupon__description {
  color: #6c6c75;
  font-size: 0.84615rem;
}

.restaurant-coupon__description:nth-child(n + 2) {
  margin-top: 4px;
}

.restaurant-coupon__supplement {
  display: flex;
  box-sizing: border-box;
  flex: 0 0 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
}

.restaurant-coupon__supplement:nth-child(n + 2) {
  border-left: 1px dashed #d5d5d8;
}

.restaurant-coupon__expiration {
  color: #6c6c75;
  font-size: 0.92308rem;
}

.restaurant-coupon__link {
  cursor: pointer;
  color: #2d88d9;
  font-size: 0.92308rem;
}

.restaurant-coupon__link:hover {
  opacity: 0.8;
}

.restaurant-coupon__link--external {
  display: flex;
  align-items: center;
}

.restaurant-coupon__link--external:after {
  content: "\EA0C";
  font-size: 1.23077rem;
}

@keyframes show-sticky-actions {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.restaurant-sidebar {
  width: 300px;
  flex-direction: column;
}

.restaurant-sidebar__prepare-stuck {
  z-index: 90;
  display: none;
}

.restaurant-sidebar__prepare-stuck[data-stuck="true"] {
  display: flex;
  animation: show-sticky-actions 0.1s ease-out;
}

.restaurant-sidebar__campaign-banner {
  z-index: 90;
  padding-top: 12px;
}

.menu-description__text {
  color: #2e2e3b;
  font-size: 1.07692rem;
  line-height: 1.5;
}

.menu-price-list {
  font-size: 1.07692rem;
}

.menu-price-list:last-of-type {
  border-bottom: 1px solid #eaeaeb;
}

.menu-price-list__row {
  display: flex;
  border-top: 1px solid #eaeaeb;
}

.menu-price-list__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 16px 24px;
  font-weight: 400;
  font-size: 1rem;
}

.menu-price-list__supplement {
  font-weight: 400;
}

.menu-price-list__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  align-items: flex-end;
  padding: 16px 0 16px 24px;
}

.photo-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
}

.photo-menu__item {
  width: calc((100% - 108px) / 3);
  margin-left: 35px;
}

.photo-menu__item:nth-child(n + 4) {
  margin-top: 36px;
}

.photo-menu__figure {
  width: 100%;
  height: auto;
}

.photo-menu__image {
  position: relative;
  height: auto;
}

.photo-menu__image:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.photo-menu__image img {
  font-family: "object-fit: cover;";
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sub2-text-color);
}

.photo-menu__caption {
  display: flex;
  flex-direction: column;
}

.photo-menu__caption:nth-child(n + 2) {
  margin-top: 16px;
}

.photo-menu__reporter:nth-child(n + 2) {
  margin-top: 8px;
}

.photo-menu__title {
  color: #2e2e3b;
  font-size: 1.23077rem;
  font-weight: 700;
}

.photo-menu__price {
  align-self: flex-end;
  color: #6c6c75;
  font-size: 1.07692rem;
}

.photo-menu__price:nth-child(n + 2) {
  margin-top: 8px;
}
.course-list-item__actions-list {
  display: none;
} */

/*以上、メニューページRETTY連携用CSS*/

@media screen and (min-width: 768px) {
	form {
		padding: 70px 0 0 0;
		max-width: 1000px;
		margin: 0 auto;
	}

	form div {
		margin-bottom: 20px;
	}

	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 18px;
	}

	form select {
		padding: 20px;
		background: var(--sub2-text-color);
		border: #bbb solid 1px;
		border-radius: 3px;
	}

	form input,
	form textarea {
		width: calc(100% - 40px);
		padding: 10px 20px;
		background: var(--sub2-text-color);
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.5em;
	}

	form input[type="submit"] {
		border: 0px;
		width: 50%;
		background: #800000;
		border: 2px solid #444;
		color: var(--sub2-text-color);
		font-size: 26px;
		font-weight: 600;
		padding: 20px 0;
		margin: 0 25%;
	}
}

@media screen and (max-width: 767px) {
	form {
		padding: 30px 20px 0 20px;
	}

	form div {
		margin-bottom: 50px;
	}

	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 14px;
	}

	form select {
		padding: 20px;
		background: var(--sub2-text-color);
		border: #bbb solid 1px;
		border-radius: 3px;
	}

	form input,
	form textarea {
		max-width: 1000px;
		width: calc(100% - 20px);
		padding: 10px 10px;
		background: var(--sub2-text-color);
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.4em;
	}

	form input[type="submit"] {
		border: 0px;
		width: 90%;
		background: #800000;
		border: 2px solid #333;
		color: var(--sub2-text-color);
		font-size: 22px;
		font-weight: 600;
		padding: 16px 0;
		margin: 0 5%;
	}
}

/*-------------------------
news
---------------------------*/
.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 60px;
	max-width: 980px;
	margin: auto;
}

.CMS-NEWS-INDEX img {
	width: 100%;
	height: auto;
}

.CMS-NEWS-INDEX a {
	text-decoration: none;
}

.top-news .CMS-NEWS-INDEX {
	padding-bottom: 0;
}

.CMS-NEWS-INDEX > * {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 40px;
}

.CMS-NEWS-INDEX > *:nth-of-type(3n) {
	margin-right: 0;
}

.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 30px;
	padding: 10px 0 12px 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	border-bottom: solid 3px #da1209;
	bottom: -3px;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}

.CMS-NEWS-ITEM a {
	transition: all 0.3s;
	display: block;
	padding: 0 0 2rem;
	text-decoration: underline;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	color: #999;
	display: block;
	margin-top: 15px;
}

.CMS-NEWS-LINK {
	display: block;
	line-height: 1.6;
	color: #000;
}

.CMS-NEWS-MORE-READ {
	background: #da1209;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: block;
	transition: all 0.3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	display: none;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

.top-news .CMS-NEWS-MORE-READ {
	display: none;
}

.top-news .btn {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.CMS-NEWS-INDEX {
		display: block;
		padding-bottom: 100px;
		padding: 0px 10% 0 10%;
	}

	.CMS-NEWS-INDEX > * {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.CMS-NEWS-INDEX > *:last-of-type {
		margin-bottom: 0;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}

	.CMS-NEWS-ITEM a {
		display: block;
	}

	.CMS-NEWS-LINK {
		display: block;
		width: auto;
	}
}

.map {
	margin-top: 50px;
}

/*topページSNS埋め込み*/

.top_sns_share {
	text-align: center;
	display: flex;
	max-width: 980px;
	margin: 100px auto;
}

.top_sns_share_list {
	width: 30%;
	height: 500px;
	margin: auto;
	vertical-align: top;
}

.top_sns_share h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

.top_sns_share_list-insta {
	width: 30%;
	height: 300px;
	margin: auto;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.top_sns_share {
		display: block;
	}

	.top_sns_share_list {
		width: 100%;
	}

	.top_sns_share_list-insta {
		width: 100%;
	}

	.top_sns_share_list-insta img {
		display: block;
		width: 100%;
	}

	.top_sns_share h2 {
		font-size: 32px;
		margin: auto;
		margin-bottom: 20px;
	}
}

/*topページSNS埋め込み*/

/*予約バナー*/

@media screen and (min-width: 768px) {
	#op_btn {
		color: var(--sub2-text-color);
		letter-spacing: 0.05em;
		padding: 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background: 0 0;
		position: fixed !important;
		right: 0;
		top: 40vh;
		line-height: 1;
		margin: 0;
		z-index: 9999;
		font-size: 15px;
	}

	#op_btn a {
		display: block;
		color: var(--sub2-text-color);
		background: #a01000;
		padding: 30px 0;
		text-decoration: none;
		transition: all 0.4s;
		font-weight: bold;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		width: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 676px) {
	#op_btn {
		position: fixed;
		left: 50%;
		bottom: 0px;
		width: 60%;
		writing-mode: unset;
		line-height: 1;
		z-index: 9999;
		font-size: 15px;
		text-align: center;
		transform: translateX(-50%);
	}

	#op_btn a {
		display: block;
		color: var(--sub2-text-color);
		background: #a01000;
		padding: 15px 0px;
		text-decoration: none;
	}

	#page-top {
		display: block;
		position: fixed;
		z-index: 1;
		bottom: 15px;
		right: 10px;
		line-height: 1;
		font-size: 40px;
	}

	footer small {
		padding: 10px 0 50px;
		font-size: 11px;
		text-align: center;
		display: block;
		color: var(--sub2-text-color);
		letter-spacing: 0.06em;
	}
}

/*予約バナー*/

/*TOP動画*/
.top_video {
	text-align: center;
	margin: auto;
	width: 800px;
	max-width: 100%;
}

.top_video video {
	max-width: 800px;
	width: 100%;
}

@media screen and (max-width: 676px) {
	.top_video {
		text-align: center;
		margin: auto;
		width: 600px;
		max-width: 100%;
	}

	.top_video video {
		max-width: 300px;
		width: 100%;
	}
}

.top_video {
	margin: 100px auto 100px;
}

.top_video h2 {
	font-size: 40px;
	margin-bottom: 20px;
}

/*TOP動画*/

/*姉妹店*/

.access h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 60px;
}

.access_stores h3 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 20px;
}

.access_stores_img {
	text-align: center;
}

.access_stores_img img {
	text-align: center;
	width: 30%;
	margin: 5px auto 20px;
}

.access_stores .btn {
	margin: 50px auto !important;
}

.second .access_stores p {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 676px) {
	.access_stores_img img {
		text-align: center;
		width: 32%;
		margin: 5px auto 20px;
	}

	.access_stores .btn {
		margin: 50px auto !important;
	}
}

/*姉妹店*/

.reverse {
	flex-direction: row-reverse;
}

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
	max-width: 960px;
	margin: 50px auto 40px;
	width: 90vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cms_reservation__calendar {
	margin: auto;
}

.CSS.cms_reservation__calendar-options {
	width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
	margin-top: 0px;
}

@media screen and (min-width: 768px) {
	.cms_reservation__calendar-date-list {
		width: 49% !important;
	}

	.cms_reservation__calendar-options {
		width: 300px !important;
	}
}

@media screen and (max-width: 767px) {
	.CMS-RESERVATION-CALENDAR {
		width: 100%;
		margin: 50px auto 40px;
		display: flex;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 374px) {
	.cms_reservation__calendar-date-list--cell {
		padding: 10px 1px !important;
	}

	.cms_reservation__calendar-date-list--date {
		font-size: 0.7em !important;
	}

	.js-resty-reservation-select-date {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
	.cms_reservation__calendar-date-list--cell {
		padding: 10px 2px !important;
	}

	.cms_reservation__calendar-date-list--date {
		font-size: 1em !important;
	}

	.js-resty-reservation-select-date {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
	.cms_reservation__calendar-date-list--cell {
		padding: 10px 1px !important;
	}

	.cms_reservation__calendar-date-list--date {
		font-size: 0.8em !important;
	}

	.js-resty-reservation-select-date {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.rstdtl-course-list__action-btn {
	display: none;
}

.rstdtl-course-list__course-title a {
	pointer-events: none;
}

.rstdtl-course-list__img-target {
	pointer-events: none;
}

.rstdtl-menu-lst__target {
	pointer-events: none;
}

.rstdtl-course-list__coupon-btn {
	display: none;
}

.tblg-coupon__btn {
	display: none;
}

.tblg-coupon__main {
	display: none;
}

/* Google Translate Overrides対応 */
html,
body {
	min-height: 0 !important;
	height: auto !important;
	position: inherit !important;
}

.goog-logo-link {
	font-size: 9px !important;
}

.goog-te-gadget {
	font-size: 6px !important;
}

.container {
	width: 80%;
	margin: 0 auto;
}

form input[type="submit"] {
	transition: all 0.3s;
}

form input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.4;
}

@media screen and (max-width: 767px) {
	.top_sns_share_list-insta {
		height: auto;
	}

	.top_sns_share_list-insta a img {
		display: block;
		width: 50vw;
		margin: 0 auto;
	}
}

footer h1 {
	padding-left: 5%;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	footer {
		padding-bottom: 60px;
	}

	footer h1 {
		padding-left: 0;
		margin: 0 auto;
		text-align: center;
	}

	.footer_logo {
		display: block;
		width: 40vw;
		margin: 10px auto 0 auto;
	}
}

.reserve h2 {
	font-size: 40px;
	margin-bottom: 20px;
}


/*スライダー見たまま編集可能css*/
.main {
	width: 100%;
	height: calc(100vh - 80px);
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	order: 1;
}

#main-slider {
	width: 100%;
	height: calc(100vh - 80px);
	overflow: hidden;
	position: relative;
}

.slider {
	width: 100%;
	height: calc(100vh - 80px);
	position: absolute;
	top: 0;
	left: 0;
}

.slider img {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -300%;
	right: -300%;
	margin: auto;
}

/*スライダー見たまま編集可能css*/
