@charset "UTF-8";




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

kv

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




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

news

----------------------------------------------------------------------------------------------------  */
.top-news {
    padding: 8rem 0 16rem 0;
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}
@media screen and (max-width: 768px) {
    .top-news {
        padding: 6rem 3rem;
    }   
}




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

feature

----------------------------------------------------------------------------------------------------  */
.top-feature {
	background: 
		url(../img/deco-1.png) no-repeat right 18rem top 65rem,
		url(../img/deco-1.png) no-repeat left 10rem bottom 12rem,
		url(../img/texture-2.jpg) center top;
	background-size: 
		13rem auto,
		13rem auto,
		100% auto;
	color: #fff;
	position: relative;
	padding: 10rem 0;
}
.top-feature > figure {
	position: absolute;
	right: 0;
	top: -5rem;
	width: 50%;
}
.top-feature .wrap {
	padding-left: calc((100% - 88rem) / 2);
	width: 50%;
	padding-right: 5rem;
	margin-bottom: 10rem;
}
.top-feature h2 {
	display: flex;
	flex-direction: column;
	line-height: 1;
}
.top-feature h2 .jp {
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}
.top-feature h2 .en {
	font-size: 6.4rem;
	font-family: var(--font-arvo);
}
.top-feature .wrap h3 {
	margin: 4rem 0 3rem 0;
	font-size: 2rem;
}
/* ul */
.top-feature ul {
	margin-bottom: 6rem;
}
.top-feature ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-feature ul li:nth-child(even) {
	flex-direction: row-reverse;
}
.top-feature ul li:not(:last-child) {
	margin-bottom: 6rem;
}
.top-feature ul li > figure {
	width: 55%;
}
.top-feature ul li > div {
	width: 38%;
}
.top-feature ul h3 {
	display: flex;
	align-items: flex-end;
	line-height: 1;
	margin-bottom: 1rem;
}
.top-feature ul h3 .en {
	font-family: var(--font-miss);
	font-size: 8rem;
	transform: rotate(-15deg);
}

.top-feature h3 .en {
	font-family: var(--font-miss);
	font-size: 8rem;
	transform: rotate(-15deg);
}
.top-feature ul h3 .jp {
	display: inline-block;
	border-bottom: solid 0.12rem #fff;
	border-top: solid 0.12rem #fff;
	padding: 0.8rem 1rem 0.9rem 1rem;
	white-space: nowrap;
}

.top-feature h3 .jp {
	display: inline-block;
	border-bottom: solid 0.12rem #fff;
	border-top: solid 0.12rem #fff;
	padding: 0.8rem 1rem 0.9rem 1rem;
	white-space: nowrap;
}
.top-feature ul li:nth-child(1) h3 {
	margin-bottom: 3rem;
}
.top-feature ul li:nth-child(3) h3 {
	margin-bottom: 3.5rem;
}
.top-feature ul li:nth-child(1) h3 .jp {
	margin-bottom: -1.2rem;
	margin-left: -3.5rem;
}
.top-feature ul li:nth-child(2) h3 .jp {
	margin-bottom: 2.2rem;
	margin-left: 2.5rem;
}
.top-feature ul li:nth-child(3) h3 .jp {
	margin-bottom: -1.8rem;
	margin-left: -4.5rem;
}
.top-feature ul h4 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

.top-feature h4 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.feature-img {
	display: flex;
	justify-content: space-between;
}
.feature-img li {
	width: 24%;
}
.feature-img li img {
	height: 20rem;
	object-fit: cover;
	border: solid 0.1rem var(--brown-1);
}
@media screen and (max-width: 768px) {
	.top-feature {
		background: 
			url(../img/deco-1.png) no-repeat right 2rem top 50rem,
			url(../img/deco-1.png) no-repeat left 2rem bottom 3rem,
			url(../img/texture-2.jpg) center top;
		background-size: 
			13rem auto,
			13rem auto,
			100% auto;
		color: #fff;
		position: relative;
		padding: 3rem 3rem 6rem 3rem;
	}
	.top-feature > figure {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-bottom: 3rem;
	}
	.top-feature .wrap {
		padding-left: 0;
		width: 100%;
		padding-right: 0;
		margin-bottom: 6rem;
	}
	.top-feature h2 .en {
		font-size: 6rem;
	}
	/* ul */
	.top-feature ul {
		margin-bottom: 5rem;
	}
	.top-feature ul li {
		display: block;
	}
	.top-feature ul li:not(:last-child) {
		margin-bottom: 7rem;
	}
	.top-feature ul li > figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-feature ul li > div {
		width: 100%;
	}
	.feature-img {
		flex-wrap: wrap;
	}
	.feature-img li {
		width: 49%;
		margin-bottom: 2%;
	}
	.feature-img li img {
		height: 17rem;
		object-fit: cover;
	}
}



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

menu

----------------------------------------------------------------------------------------------------  */
.top-menu {
	padding: 8rem 0;
}
.top-menu ul  {
	margin-bottom: 5rem;
}
.top-menu ul li {
	display: flex;
	position: relative;
	align-items: center;
}
.top-menu ul li::before {
	content: "";
	width: 90%;
	height: 80%;
	position: absolute;
	top: 10%;
	background: #ffffef;
}
.top-menu ul li:nth-child(1)::before {
	right: 0;
}
.top-menu ul li:nth-child(2)::before {
	left: 0;
}
.top-menu ul li:nth-child(1) {
	flex-direction: row-reverse;
	padding-left: 10rem;
}
.top-menu ul li:nth-child(2) {
	padding-right: 10rem;
}
.top-menu ul li > * {
	position: relative;
	z-index: 10;
}
.top-menu ul li > figure {
	width: 60%;
}
.top-menu ul li > div {
	width: 40%;
	position: relative;
}
.top-menu ul li:nth-child(1) > div {
	padding-left: 7rem;
	padding-right: 2rem;
}
.top-menu ul li:nth-child(2) > div {
	padding-right: 7rem;
	padding-left: 2rem;
}
.top-menu h3 {
	color: var(--brown-2);
	font-family: var(--font-arvo);
	line-height: 1;
	font-size: 2.8rem;
}
.top-menu h4 {
	margin: 2rem 0;
	font-size: 1.8rem;
}
.top-menu ul li > div > figure {
	position: absolute;
	right: 3.5rem;
	bottom: -13rem;
	width: 11rem;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 6rem 0;
	}
	.top-menu ul  {
		margin-bottom: 4rem;
	}
	.top-menu ul li {
		display: block;
	}
	.top-menu ul li::before {
		content: "";
		width: 100%;
		height: 90%;
		position: absolute;
		top: auto;
		bottom: 0;
	}
	.top-menu ul li:nth-child(1) {
		padding-left: 0;
		margin-bottom: 3rem;
	}
	.top-menu ul li:nth-child(2) {
		padding-right: 0;
	}
	.top-menu ul li > figure {
		width: 100%;
	}
	.top-menu ul li > div {
		width: 100%;
	}
	.top-menu ul li:nth-child(1) > div {
		padding: 0 3rem 3rem 3rem;
		margin-top: -3rem;
	}
	.top-menu ul li:nth-child(2) > div {
		padding: 0 3rem 3rem 3rem;
	}
	.top-menu ul li > div > figure {
		position: absolute;
		right: 2rem;
		bottom: auto;
		width: 7rem;
		top: 0;
	}
}



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

img

----------------------------------------------------------------------------------------------------  */
.top-img {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	display: flex;
	align-items: center;
	padding-left: 15rem;
	height: 28rem;
}
.top-img > div {
	line-height: 1;
	font-family: var(--font-miss);
	font-size: 8rem;
	transform: rotate(-15deg);
	color: #fff;
}
@media screen and (max-width: 768px) {
	.top-img {
		background: url(../img/top-bg-1.jpg) no-repeat center right / cover;
		justify-content: center;
		padding-left: 0;
		height: 28rem;
		align-items: flex-end;
		padding-bottom: 4rem;
	}
	.top-img div {
		font-size: 6rem;
	}
}




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

other

----------------------------------------------------------------------------------------------------  */
.top-other {
	padding: 10rem 0;
}
.top-other ul {
	display: flex;
	justify-content: space-between;
}
.top-other ul li {
	width: 48%;
}
.top-other ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: #fff;
	height: 18rem;
}
.top-other ul li:nth-child(1) a {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}
.top-other ul li:nth-child(2) a {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
}
.top-other ul li .en {
	font-family: var(--font-arvo);
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.top-other {
		padding: 6rem 3rem;
	}
	.top-other ul {
		display: block;
	}
	.top-other ul li {
		width: 100%;
	}
	.top-other ul li:nth-child(1) {
		margin-bottom: 3rem;
	}
	.top-other ul li a {
		text-align: center;
	}
	.top-other .jp {
		line-height: 1.4;
	}
}




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

company

----------------------------------------------------------------------------------------------------  */
.top-company {
	background: 
		url(../img/deco-3.png) no-repeat center,
		url(../img/texture-3.jpg) center top;
	background-size: 
		75% auto,	
		100% auto;
	padding: 10rem 0;
	color: #fff;
}
.top-company .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-company .wrap > figure {
	width: 45%;
}
.top-company .wrap > dl {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 3rem;
}
.top-company .wrap > dl a {
	color: #fff;
}
.top-company .wrap > dl dt {
	width: 30%;
	border-bottom: dotted 0.2rem #fff;
	padding: 1rem 1rem 1.1rem 1rem;
}
.top-company .wrap > dl dd {
	width: calc(70% - 0.2rem);
	border-bottom: dotted 0.2rem #fff;
	padding: 1rem 1rem 1.1rem 1rem;
	display: flex;
	align-items: center;
}
.top-company .wrap > dl dt:last-of-type,
.top-company .wrap > dl dd:last-of-type {
	border-bottom: none;
}
@media screen and (max-width: 768px) {
	.top-company {
		background: 
			url(../img/deco-3.png) no-repeat center,
			url(../img/texture-3.jpg) center top;
		background-size: 
			75% auto,	
			100% auto;
		padding: 6rem 3rem;
	}
	.top-company .wrap {
		display: block;
	}
	.top-company .wrap > figure {
		width: 100%;
		margin-bottom: 1.5rem;
	}
	.top-company .wrap > dl {
		width: 100%;
		display: block;
		padding-right: 0;
	}
	.top-company .wrap > dl dt {
		width: 100%;
		border-bottom: none;
		padding: 1rem 1rem 0.3rem 1rem;
	}
	.top-company .wrap > dl dd {
		width: 100%;
		padding: 0 1rem 1.1rem 1rem;
	}
}




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

instagram

----------------------------------------------------------------------------------------------------  */
.top-insta {
	padding: 8rem 0;
	background: 
		url(../img/deco-4.png) no-repeat right 10rem top 6rem,
		url(../img/deco-5.png) no-repeat left 2rem bottom 6rem;
	background-size:
		13rem auto,
		5rem auto;
}
.top-insta .wrap {
	width: 80rem;
	margin: 0 auto;
}
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0;
		background: 
			url(../img/deco-4.png) no-repeat right 1rem top 2rem,
			url(../img/deco-5.png) no-repeat left 1rem bottom 1rem;
		background-size:
			8rem auto,
			3rem auto;
	}
	.top-insta .wrap {
		width: auto;
		padding: 0 3rem;
	}
}




.cms_takeout__modal_window {
    position: relative;
    z-index: 99999999999999999999999999999999999;
}
.cms_takeout__common_button {
    background: var(--brown-1) !important;
	font-family: 'Shippori Mincho', serif;
}




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

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(--brown-1);
    border: none;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
	font-family: 'Shippori Mincho', serif;
}
.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;
}
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
}

@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;
    }   
    input[type="date"] {
        width: 100%;
        font-size: 2rem;
        color: #000;
    }
}
.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;
    border: 0.2rem solid #ccc;
    padding: 2rem;
    height: 48rem;
    overflow: auto;
	background-color: #fff;
}
.privacy-notes {
	margin-bottom: 3rem;
}




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

feature

----------------------------------------------------------------------------------------------------  */
.feature-contact a {
	background: url(../img/top-bg-3.jpg) no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 5rem 0;
	line-height: 1;
}
.feature-contact .en {
	font-family: var(--font-arvo);
	font-size: 3.6rem;
	margin-bottom: 1.5rem;
}
.feature-contact .jp {
	text-align: center;
	line-height: 1.5;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	.feature-contact .en {
		margin-bottom: 1rem;
	}
	.feature-contact a {
		padding: 5rem 0 4.5rem;
	}
}


.detail dt,
.detail dd {
	border-bottom: 1px solid #ccc !important;
}

.policy-wrap {
	margin: 3rem 0;
}

.cms_takeout__modal_window .cms_takeout__modal_window--button_back {
	color: #fff !important;
}

@media screen and (max-width: 768px) {
	.detail dt {
		border-bottom: 0 !important;
		font-weight: bold;
	}
	.cms_takeout__cart--input_group:nth-of-type(5) p::after {
		margin-top: 30px!important;
	}
}



.cms_takeout__cart--input_group:nth-of-type(5) p {
	position: relative;
	margin-bottom: 40px;
	color: #fff;
}

.cms_takeout__cart--input_group:nth-of-type(5) p::after {
	position: absolute;
	content: "※定休日：月曜日 / 木曜日";
	display: block;
	color: #000;
	margin-top: 30px;
}
.cms_takeout__cart--input_group:nth-of-type(5) p::before {
	position: absolute;
	content: "※ご希望日時を3日後以降でご指定ください。3日以前ですとご用意出来ない可能性がございます";
	display: block;
	color: #000;
}

.cms_takeout__modal_window .cms_takeout__cart--input_group:nth-of-type(6) {
	margin: 70px 20px 20px 20px;
}

.top-comingsoon{
    text-align: center;
    margin-top: 4rem;
}

.top-comingsoon h3{
    font-size: 3rem;
    margin: 2rem;
}

.top-comingsoon p{
    padding: 0 2rem 4rem;
}

.top-comingsoon img{
    margin: 0 auto;
    width: 70%;
}