@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
	position: relative;
}
#main {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 64rem;
}
@media screen and (max-width: 768px) {

	#main {
		height: 48rem;
	}	
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 9.9rem 0 8.7rem;
    background: url(../img/bg-news.jpg) repeat top center / 100% auto ;
    position: relative;
}
.news-deco-1 {
    position: absolute;
    bottom: 4.1rem;
    right: 5.5rem;
    width: 11.3rem;
    pointer-events: none;
}
.news-deco-2 {
    position: absolute;
    bottom: 4.1rem;
    left: 5.5rem;
    width: 11.3rem;
    pointer-events: none;
}
.top-news .wrap > div:nth-of-type(1) {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.top-news .wrap > div:nth-of-type(1) > div:nth-of-type(1) {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-news .more-wrap a {
	color: var(--blue);
	font-family: var(--font-Ribeye);
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-news .more-wrap a::after {
	content: "";
	width: 2.2rem;
	height: 2.2rem;
	background: url(../img/arrow-1.png) no-repeat center;
	background-size: 2.2rem;
	margin-left: 1rem;
}
.top-news .more-wrap a span {
	text-decoration: underline;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
    padding: 0 1.8rem;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
/* CMS-NEWS */
.CMS-NEWS-INDEX {
    position: relative;
    padding-bottom: 10rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.1rem;
}
.CMS-NEWS-ITEM:not(:last-of-type) {
	margin-bottom: 0.6rem;
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    flex-direction: column;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    border-bottom: 0.5px solid #0abab5;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.CMS-NEWS-LINK {
    width: 80%; 
}
/* read more */
.CMS-NEWS-MORE-READ {
    background: var(--blue);
    border:none;
    text-align: center;
    padding: 1.6rem 0 1.7rem 0;
    font-size: 1.4rem;
    color: #fff !important;
    text-align: center;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
	border-radius: 0.4rem;
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 4px var(--blue);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}
.top-news .more {
    margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
	.top-news {
		padding: 3rem 3rem 12rem;
	}
    .news-deco-1 {
        bottom: 3rem;
        right: 2rem;
        width: 8rem;
    }
    .news-deco-2 {
        position: absolute;
        bottom: 3rem;
        left: 2rem;
        width: 8rem;
    }
	.top-news .wrap {
		padding-bottom: 3rem;
	}
	.top-news .wrap > div:nth-of-type(1) {
		flex-direction: column;
	}
	.top-news .wrap > div:nth-of-type(1) > div:nth-of-type(1) {
		width: 100%;
	}
	.top-news .wrap > div:nth-of-type(1) > div:nth-of-type(2) {
		width: 100%;
	}
    .CMS-NEWS-ITEM a {
        display: block;
    }
    .CMS-NEWS-TIME {
        width: 100%;
		margin-bottom: 0.2rem;
		text-align: left;
    }
    .CMS-NEWS-LINK {
        width: 100%;    
    }   
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
        height: auto;
    }
    .CMS-NEWS-INDEX {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}



/*  ----------------------------------------------------------

policy

----------------------------------------------------------  */
.top-policy {
    background: url(../img/bg-policy.jpg) no-repeat center / cover;
	position: relative;
	padding: 13rem 0 11rem;
    color: #FFF;
}
.policy-deco-1 {
    position: absolute !important;
    bottom: 1rem;
    left: 1rem;
    width: 42.6rem;
    pointer-events: none;
    z-index: 1 !important;
}
.top-policy h3 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: calc(46/26);
    position: relative;
    padding-bottom: 3rem;
}
.top-policy h3::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 1rem;
    background: url(../img/line.png) no-repeat center / contain;
}

.top-policy > * {
	position: relative;
	z-index: 99;
}
.top-policy .wrap {
	display: flex;
    width: 100rem;
    padding: 0;
    margin: 0 5.5rem 0 auto;
    gap: 5.5rem;
}
.top-policy .wrap > figure {
	width: 53.1rem;
    margin-top: -3.7rem;
}
.top-policy .wrap > div {
	width: 41rem;
}
.top-policy p {
	line-height: 2;
    font-size: 1.51rem;
    letter-spacing: 0.1em;
	margin-bottom: 5.5rem;
}
.top-policy .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-policy {
		padding: 6rem 3rem;
	}
    .top-policy h3 {
        width: max-content;
        font-size: 2rem;
    }
	.top-policy .wrap {
		display: block;
        width: 100%;
	}
	.top-policy .wrap > figure {
		width: 100%;
        margin-top: 3rem;
	}
	.top-policy .wrap > div {
		width: 100%;
		margin-bottom: 4rem;
	}
	.top-policy p {
		line-height: 2;
		margin-bottom: 2.5rem;
	}
	.top-policy .more {
		margin: 0 auto;
	}
}
@media screen and (max-width: 414px) {
    .top-policy .wrap {
        margin: 0;
    }
    .policy-deco-1 {
        width: 29.6rem;
    }
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
.top-menu {
	background: url(../img/bg-menu.jpg) no-repeat center / cover;
    padding: 11.5rem 14.2rem 11rem;
    color: #000;
    position: relative;
    z-index: 1;
}
.menu-deco-1 {
    position: absolute;
    top: -13rem;
    left: 3rem;
    width: 50.6rem;
    pointer-events: none;
}
.menu-deco-2 {
    position: absolute;
    top: 9rem;
    right: 9rem;
    width: 24.4rem;
    pointer-events: none;
}
.menu-deco-3 {
    position: absolute;
    bottom: -10rem;
    right: 4rem;
    width: 42rem;
    pointer-events: none;
}
.top-menu h2 {
	color: #00a478;
    background: url(../img/bg-ttl-2.png) no-repeat center top;
    background-size: 4rem auto;
}
.top-menu h3 {
	line-height: 1;
	font-size: 4.4rem;
	letter-spacing: 0.12em;
	font-weight: normal;
}
.top-menu h3 {
	color: #fff;
}
.top-menu p {
	line-height: 2;
}
.top-menu-food {
	position: relative;
	margin-bottom: 7.6rem;
}
.top-menu-food > .wrap {

    display: flex;
	position: relative;
}
.top-menu-food.drink > .wrap {
    flex-direction: row-reverse;
}
.top-menu-food > .wrap h3 {
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
}
.top-menu-food > .wrap h3 span{
    position: absolute;
    top: 7.3rem;
    left: 2rem;
    width: max-content;
    line-height: calc(33.41/20);
    letter-spacing: 0.08em
}
.top-menu-food.drink > .wrap h3 span {
    left: -1rem;
}
.top-menu-food > .wrap h3 img {
    width: 49.6rem;
    position: absolute;
    top: -2.7rem;
    left: -3rem;
}
.top-menu-food.drink > .wrap h3 img {
    left: -6rem;
}
.top-menu-food > .wrap > div > div {
	margin-top: -6rem;
}
.top-menu-food > .wrap p {
	padding-right: 2.4rem;
    padding-top: 18rem;
    line-height: calc(36/16);
    letter-spacing: 0em;
}
.top-menu-food.drink > .wrap p {
    padding-right: 0rem;
    padding-left: 2.4rem;
}
.top-menu-food > figure {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35%;
}
.top-menu-drink {
	position: relative;
	margin-bottom: 4rem;
}
.top-menu-drink > figure {
	position: absolute;
	right: 0;
	bottom: 5rem;
	width: 40%;
}
.top-menu-drink h3 {
	position: absolute;
	right: 15rem;
	top: 10rem;
	display: flex;
	align-items: center;
}
.top-menu-drink h3::before {
	content: "";
	width: 30rem;
	height: 0.15rem;
	background: rgba(255,255,255,0.4);
	margin-right: 1rem;
	margin-top: 1rem;
}
.top-menu-drink .wrap {
	width: 55%;
}
.top-menu-drink .wrap > div {
	padding-left: 15rem;
	margin-top: -3rem;
}
.txt-wrap {
    width: 50%;
}
.top-menu figure {
    width: 59.3rem;
}
.top-menu .more {
    margin-top: 1.7rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding:10rem 2rem;
	}
    .top-menu figure {
        width: 100%;
    }
    .txt-wrap {
        width: 100%;
    }
	.top-menu h2 {
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 8rem;
	}
	.top-menu h3 {
		font-family: var(--font-Ribeye);
		line-height: 1;
		font-size: 4.4rem;
		letter-spacing: 0.12em;
		font-weight: normal;
	}
	.top-menu-food {
		padding-bottom: 0;
		margin-bottom: 8rem;
	}
	.top-menu-food > .wrap {
		width: 100%;
        flex-direction: column;
		margin-top: 0;
	}
    .top-menu-food.drink > .wrap {
        flex-direction: column;
    }
	.top-menu-food > .wrap h3 {
		position: relative;
		left: auto;
		top: auto;
		display: block;
		text-align: center;
		margin-bottom: 1rem;
        font-size: 2.1rem;
	}
	.top-menu-food > .wrap h3::after {
		display: none;
	}
	.top-menu-food > .wrap > div > div {
		padding: 0 3rem;
	}
	.top-menu-food > .wrap p {
		padding-right: 0;
        padding-bottom: 3rem;
	}
	.top-menu-food > figure {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		padding: 0 3rem;
	}
	.top-menu-drink {
		position: relative;
		margin-bottom: 4rem;
		padding: 0 3rem;
	}
	.top-menu-drink > figure {
		position: relative;
		right: auto;
		bottom: auto;
		width: 0;
	}
	.top-menu-drink h3 {
		position: relative;
		right: auto;
		top: auto;
		display: block;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	.top-menu-drink h3::before {
		display: none;
	}
	.top-menu-drink .wrap {
		width: 100%;
	}
	.top-menu-drink .wrap > div {
		padding-left: 0;
		margin-top: -3rem;
	}
	.top-menu .more {
		width: calc(100% - 6rem);
	}
    .menu-deco-1 {
        top: -8rem;
        left: -1rem;
        width: 29.6rem;
    }
    .menu-deco-2 {
        top: 0rem;
        right: 2rem;
        width: 18.4rem;
    }
    .top-menu-food > .wrap h3 img {
        left: 0;
    }
    .top-menu-food > .wrap h3 span {
        top: 8.3rem;
        left: 3.7rem;
    }
    .top-menu-food.drink > .wrap h3 img {
        left: 0;
    }
    .top-menu-food.drink > .wrap h3 span {
        left: 3.8rem;
        top: 8.1rem;
    }
    .menu-deco-3 {
        bottom: -6rem;
        right: 2rem;
        width: 20rem;
    }
}
@media screen and (max-width: 414px) {
    .top-menu-food > .wrap h3 img {
        width: 37.6rem;
        top: 0.6rem;
        left: 0rem;
    }
    .top-menu-food > .wrap h3 span {
        top: 7.8rem;
        left: 2.9rem;
        FONT-SIZE: 1.7rem;
        letter-spacing: 0;
    }
    .top-menu-food > .wrap p {
        padding-top: 14rem;
    }
    .top-menu-food {
        margin-bottom: 3rem;
    }
    .menu-deco-1 {
        top: -6rem;
        left: -1rem;
        width: 19.6rem;
    }
    .menu-deco-2 {
        width: 10.4rem;
    }
    .top-menu-food > .wrap h3 span {
        top: 8.9rem;
        left: 2.7rem;
    }
    .top-menu-food.drink > .wrap h3 span {
        left: 2.8rem;
        top: 8.9rem;
    }
}



/*  ----------------------------------------------------------

gallery

----------------------------------------------------------  */
.top-gallery {
	padding: 5.5rem 0 8.5rem; 
    background: url(../img/bg-policy.jpg) no-repeat top center / cover;
    position: relative;
}
.top-gallery h2 {
    color: #FFF;
    background: url(../img/bg-ttl-3.png) no-repeat center top;
    background-size: 4rem auto;
    padding-top: 4.5rem;
    margin-bottom: 5rem;
}
#loopslider {
	margin: 0 auto 5.8rem auto;
	width: 100%;
	height: 251px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 251px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important;
}
#loopslider ul li {
	width: 312px;
	height: 251px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
#loopslider img {
	height: 251px;
	object-fit: cover;
	padding: 0 0.7rem;
}
@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 6rem 0;
	}
	.top-gallery .more {
		width: calc(100% - 6rem);
	}
}



/*  ----------------------------------------------------------

access

----------------------------------------------------------  */
.top-access {
	padding: 9.5rem 0 12.7rem;
	position: relative;
    background: url(../img/bg-menu.jpg) no-repeat top center / cover;
}
.access-deco {
    position: absolute !important;
    top: 7.6rem;
    right: 8.3rem;
    width: 27.5rem;
    pointer-events: none;
}
.top-access h2 {
    margin-bottom: 7.5rem;
}
.top-access > * {
	position: relative;
	z-index: 99;
}
.top-access .wrap {
	display: flex;
	justify-content: space-between;
    width: 105.8rem;
    margin: 0 auto 0 0;
    gap: 7.5rem;
}
.top-access .wrap > figure {
	width: 57.5rem;
    height: 43.4rem;
}
.top-access .wrap > figure img {
	height: 100%;
    object-fit: cover;
}
.top-access .wrap dl {
    width: 48.1rem;
    margin: -2rem 0 5rem 0px;
}
.top-access .more {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.top-access {
		padding: 6rem 3rem;
	}
	.top-access .wrap {
		display: block;
        width: 100%;
	}
	.top-access .wrap > figure {
		width: 100%;
        height: initial;
		margin-bottom: 3rem;
	}
	.top-access .wrap > dl {
		width: 100%;
	}
	.top-access .more {
		margin: 0;
	}
    .access-deco {
        position: absolute !important;
        top: 2.6rem;
        right: 1.3rem;
        width: 18.5rem;
    }
    .top-access .wrap dl {
        width: 100%;
    }
}





/*  ----------------------------------------------------------

instagram

----------------------------------------------------------  */
.top-insta {
	padding: 8.2rem 0 14.2rem;
	background: url(../img/bg-policy.jpg) no-repeat top center / cover;
    position: relative;
}
.insta-deco-1 {
    position: absolute;
    bottom: 5.4rem;
    right: 3rem;
    width: 26.8rem;
    pointer-events: none;
}
.insta-deco-2 {
    position: absolute;
    bottom: 5.4rem;
    left: 3rem;
    width: 26.8rem;
    pointer-events: none;
}
.top-insta h2 {
    color: #FFF;
    background: url(../img/bg-ttl-3.png) no-repeat center top;
    background-size: 4rem auto;
    padding-top: 4.5rem;
    margin-bottom: 5.3rem;
}
.top-insta .wrap {
	width: 68.3rem;
	margin: 0 auto;
}
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    width: calc((100% - 3.2rem) / 3);
    margin-right: 1.6rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1.6rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0 13rem;		
	}
	.top-insta .wrap {
		width: auto;
		padding: 0 3rem;
	}
    .insta-deco-1 {
        bottom: 2rem;
        right: 1rem;
        width: 12rem;        pointer-events: none;
    }
    .insta-deco-2 {
        bottom: 2rem;
        left: 1rem;
        width: 12rem;
    }
}



/*  ----------------------------------------------------------

gallery low

----------------------------------------------------------  */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	width: 90%;
	margin: 8rem auto;
}	
.gallery-list li {
	margin: 0 1rem 2rem 1rem;
}
.gallery-list img {	
	border-radius: 50%;
	height: 11vw;
	width: 11vw;
	object-fit: cover;	
}
.gallery-list span {	
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 1.2rem 0 0 0;
	text-align: center;
	width: 11vw;
}
@media screen and (max-width: 768px) {
	.gallery-list {
		margin: 4rem auto;
		width: 95%;
	}	
	.gallery-list li {
		margin: 0 0.5rem 1.5rem 0.5rem;
	}	
	.gallery-list img {	
		width: 17vw;
		height: 17vw;
	}
	.gallery-list span {	
		font-size: 1rem;
		margin: 1rem auto 0 auto;
		width: 16vw;
	}
}



/*  ----------------------------------------------------------

menu

----------------------------------------------------------  */
/* lcmenu */
ul.lcmenu {
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	justify-content: space-between;
}
ul.lcmenu li {
	width: 32%;
	text-align: center;
}
ul.lcmenu li a {
	display: block;
	padding: 1.6rem 0 1.8rem 0;
	background: #fff;	
	white-space: nowrap;
	font-size: 1.6rem;
	font-family: var(--font-Ribeye);
}
ul.lcmenu li.current a {
	color: #fff;
	background: var(--blue);	
}
@media screen and (max-width: 768px) {
	ul.lcmenu li {
		width: 48%;
	}
	ul.lcmenu li a {
		padding: 1.2rem 0 1.3rem 0;
	}
    ul.lcmenu {
        justify-content: center;
        gap: 1rem;
    }
}
/* menu list */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var + dd {
	border-bottom: solid 1px rgba(0,0,0,0.2); /* メニュー下線カラー */
}
dl.menu-list dt:first-child,
dl.menu-list dt:first-child + dd {
	border-top: solid 1px rgba(0,0,0,0.2); /* メニュー上線カラー */
}
dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd) + dd{
	background:rgba(0,0,0,0.04); /* メニュー背景色 */
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd){
	background: none !important;
}
dl.menu-list dt.var + dd dl dt:nth-of-type(odd) + dd{
	background: none !important;
}
dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}
dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
}
dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
dl.menu-list dd {
	padding: 1.5rem;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}
dl.menu-list dt.thumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
dl.menu-list dt.thumb i:first-of-type {
	width: 16rem;
	display: block;
}
dl.menu-list dt.thumb i:last-of-type {
	width: calc(100% - 18rem);
}
@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}
	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;		
	}
	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;				
	}
	dl.menu-list dt:first-child + dd {
		border-top: none;
	}
	dl.menu-list dt.thumb {
		display: block;
	}
	dl.menu-list dt.thumb i:first-of-type {
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
	}
	dl.menu-list dt.thumb i:last-of-type {
		width: 100%;
	}	
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
    font-weight: bold;
}
.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--blue);
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
	border-radius: 0.4rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
.CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 0.9rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    width: 70%;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
    margin-top: 0.8rem;
    margin-left: 0.5rem;
    font-weight: normal;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
    margin-top: 0;
}
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .CMS-FORM-GROUP input,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
    .CMS-FORM-RADIO input[type="radio"] {
        transform: scale(0.6);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO label {
        margin-top: 1.4rem;
        margin-left: 0;
    }
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }   
    .CMS-FORM-GROUP input[type="date"] {
        -webkit-appearance: none;
        background: #fff;
        font-size: 1.8rem;
    }

}
.his {
    background: rgba(220,0,0,1);
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.7rem 0.4rem 0.7rem;
    margin-left: 1.0rem;
    vertical-align: 0.1rem;
    font-weight: normal;
}
.thanx {
    text-align: center;
}
.back {
    text-align: center;
    display: block;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy {
    width: auto;
    margin: 0 auto 7rem;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
	background: #fff;
}
.privacy-notes {
    margin: 0 auto 3rem;
}
@media screen and (max-width: 768px) {
    .privacy {
        width: 100%;
        margin: 0px auto 7rem;
    }
}



/*  ----------------------------------------------------------

Retty

----------------------------------------------------------  */
.CMS-FORM-GROUP {
    margin-bottom: 2rem;
}
.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 1rem;
    border-bottom: 2px solid var(--blue);
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.restaurant-detail__menu:nth-child(n+2) {
    margin-top: 1.5rem;
}
.menu-price-list:last-of-type {
    border-bottom: 1px solid #ccc;
}
.menu-price-list__row {
    display: flex;
    border-top: 1px solid #ccc;
    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 (max-width: 768px) {
    .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;
    font-size: 2.4rem;
    font-weight:700
}

.course-list-heading__supplement {
    align-self: flex-end;
    margin-left: auto;
    padding-left: 10px;
    color: #6c6c75;
    font-size: 14px;
    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;
    background-color:#f4f4f5
}

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

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

.course-list-item__title {
    font-size: 16px;
    font-weight:700;
    margin-bottom: 10px;
}

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

.course-list-item__description {
    font-size:12px;
    margin-bottom: 10px;
}

.course-list-item__footer {
    display:flex
}

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

.course-list-item__label {
    display: inline-block;
    padding: 5px 11px;
    border: 1px solid #ffa014;
    background-color: #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #ffa014;
    vertical-align:top;
    margin-right: 5px;
}

.course-list-item__label--discount {
    background: #d70025;
    border-color: #d70025;
    color:#fff
}

.course-list-item__before-discount {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    text-decoration:line-through
}

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

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

.course-list-item__term {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-size:16px
}

.course-list-item__actions-list {
    display: flex;
    flex: 0 0 150px;
    flex-direction: column;
    justify-content: center;
    align-items:center
}
.course-list-item__actions-list li:first-child {
    /* display: none; */
}

.course-list-item__action {
    width: 96px;
    display: flex;
    justify-content:center;
}
.course-list-item__action a {
    color: #fff;
    text-align: center;
    background: var(--red);  
    font-size: 12px !important; 
}

.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:16px;
    font-size:1.07692rem
}

.course-summary-label {
    display:block
}

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

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

.course-info-list__title {
    box-sizing: border-box;
    padding: 16px 24px;
    max-width: 216px;
    flex: 0 0 216px;
    background-color:#fafbfc
}

.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: #fff;
    font-size: 1.07692rem;
    font-weight: 400;
    text-decoration:line-through
}

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

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

.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: #fff;
    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: .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: #fff;
    font-size: 1.23077rem;
    font-weight:700
}

.restaurant-coupon__description {
    color: #6c6c75;
    font-size:.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:.92308rem
}

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

.restaurant-coupon__link:hover {
    opacity:.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 .1s ease-out
}

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

.menu-description__text {
    margin-bottom: 4rem;
}

.menu-price-list {
    font-size:1.4rem
}

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

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

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

.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;
    margin-bottom: 4rem;
}

.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:#f4f4f5
}

.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 {
    font-size: 1.6rem;
    font-weight:700
}

.photo-menu__price {
    align-self: flex-end;
    font-size:1.6rem
}

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

@media screen and (max-width: 768px) {
    .photo-menu {
        display: block;
        margin-left:0;
    }
    .photo-menu__item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .photo-menu__figure {
        width: auto;
        height:auto
    }   

}


@media screen and (max-width: 768px) {
    .course-list-heading {
        display: flex;
        align-items: center;
        padding:0 0 12px;
    }

    .course-list-heading__title {
        flex-shrink: 0;
        max-width: 100%;
        font-size: 2.2rem;
        font-weight:700
    }

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

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

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

    .course-list-item {
        display: block;
        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: 60%;
        height: 60%;
        background-color:#f4f4f5;
        display: block;
        margin: 0 auto 20px auto;
    }

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

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

    .course-list-item__title {
        font-size: 16px;
        font-weight:700;
        margin-bottom: 10px;
    }

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

    .course-list-item__description {
        font-size:12px;
        margin-bottom: 10px;
    }

    .course-list-item__footer {
        display:flex
    }

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

    .course-list-item__label {
        display: inline-block;
        padding: 5px 11px;
        border: 1px solid #ffa014;
        background-color: #fff;
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        color: #ffa014;
        vertical-align:top;
        margin-right: 5px;
    }

    .course-list-item__label--discount {
        background: #d70025;
        border-color: #d70025;
        color:#fff
    }

    .course-list-item__before-discount {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 400;
        text-decoration:line-through
    }

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

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

    .course-list-item__term {
        margin-left: 12px;
        display: flex;
        align-items: center;
        font-size:16px
    }

    .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:16px;
        font-size:1.07692rem
    }

    .course-summary-label {
        display:block
    }

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

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

    .course-info-list__title {
        box-sizing: border-box;
        padding: 16px 24px;
        max-width: 216px;
        flex: 0 0 216px;
        background-color:#fafbfc
    }

    .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: #fff;
        font-size: 1.07692rem;
        font-weight: 400;
        text-decoration:line-through
    }

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

    .course-info-list__tax {
        display: inline;
        align-self: auto;
        color: #d70025;
        font-size:.92308rem
    }
}
.menu-price-list__wrapper {
  display:flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
} 
.menu-price-list__wrapper-in-wrapper {
  display:flex;
  justify-content:space-between;
}