@charset "UTF-8";
/* concept */
#concept {
	background: #F8F8F8;
}
#concept h3 {
	font-family:"Cormorant Garamond", serif;
	text-transform:uppercase;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
    font-weight: 400;
	color: var(--main-color);
}
@media screen and (max-width:600px) {
	#concept h3 {
		font-size: 1.4rem;
	}
}

/*concept-main*/
.concept-main {
	background: #272316;
}
.concept-main-inner {
	max-width: 1080px;
	margin-inline: auto;
	background: url("../img/concept/co_mv.jpg") no-repeat;
	background-size: cover;
	height: 70vh;
  display: grid;
  place-items: center;
}

.concept-main-inner h2 {
	max-width: 630px;
}
@media screen and (max-width:600px) {
	.concept-main-inner {
		height: 50vh;	
	}
	.concept-main-inner h2 {
		max-width: 80%;
	}
}



/*concept-sub-wrap*/
.concept-sub-wrap {
	font-size: 0;
	padding-top: 60px;
	background: #fff;
}
.concept-sub-title {
	max-width: 750px;
	margin: 0 auto 60px;
}
.concept-position-wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}
.concept-position-wrap h3 {
	margin-bottom: 40px;
}
.concept-position-wrap p.caption {
	font-size: .9rem;
	margin-bottom: 20px;
}
@media screen and (max-width:600px) {
	.concept-position-wrap {
		padding-bottom: 32px;
	}
}


/*concept-position*/
.concept-position {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.concept-position-item {
	max-width: 38%;
}
.concept-position-item.yamauchi {
	max-width: 20%;
}
@media screen and (max-width:600px) {
	.concept-position-item {
		max-width: 100%;
	}
	.concept-position-item.yamauchi {
		max-width: 65%;
	}
}


.concept-main img, .concept-sub-wrap img {
    margin: 0 auto;
    width: 100%;
}


/* ボタン */
.concept-btn {
	display: flex;
	justify-content: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
@media screen and (max-width:600px) {
	.concept-btn {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}



/* メニューmenu-list*/
#menu-list {
	padding-bottom: 60px;
	padding-top: 60px;
	color: var(--accent-color2);
	background: var(--base1-color);
}
#menu-list h2 {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 40px;
}
.menu-list-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}

.menu-list-wrap .item {
  	width: 48%;
  	position: relative;
	font-size: 0;
}
.menu-list-wrap .item::before {
	content: "";
 	width: 100%;
  	height: 100%;
    background: rgba(0,0,0, .6);
  	position: absolute;
  	top: 0;
  	left: 0;
}
.menu-list-wrap a:hover.item {
	/*opacity: 0.8;*/
	transition: .3s;
}
.menu-list-wrap a:hover.item::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,.6));
	transition: .3s;
}

.menu-list-wrap .item .title {
  color: #fff;
  position: absolute;
  left: 24px;
  bottom: 20px;
}
.menu-list-wrap .item .title .en {
	display: block;
	font-family: "Cormorant Garamond", serif;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
 	font-size: 1.8rem;
	text-transform:uppercase;
	line-height: 1;
 	font-weight: 400;
 	letter-spacing: 0.06em;
}
.menu-list-wrap .item .title .ja {
  	display: block;
  	font-size: .9rem;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
	letter-spacing: 0.08em;
}

.new-m {
 	position: absolute;
 	top: 0;
 	right: 0;
 	color: #fff;
 	padding: 0.1em 0.8em;
	letter-spacing: 0.1em;
 	font-size: 0.8rem;
  	background: var(--accent-color);
  	z-index: 100;
}
@media screen and (max-width: 767px) {
	#menu-list {
		padding-bottom: 40px;
	}
	#menu-list h2 {
		font-size: 1rem;
		line-height: 1.6;
		margin-bottom: 24px;
	}
  .menu-list-wrap {
    /*flex-direction: column;*/
    	padding: 0 0 4px;
  }
  .menu-list-wrap .item {
   		width: 100%;
		margin-bottom: 1px;
	  	margin-left: 2px;
	  	margin-right: 2px;
  }
	.menu-list-wrap .item::before {
		background: rgba(0,0,0, .3);
	}
	.menu-list-wrap .item .title {
	  	left: 10px;
	  	bottom: 8px;
	}
  .menu-list-wrap .item .title .en {
	    font-size: 1rem;
  }
	.menu-list-wrap .item .title .ja {
		font-size: .7rem;
		line-height: 1.2;
	}
	.new-m {
		padding: 0.1em 0.4em;
		letter-spacing: 0.08em;
		font-size: 0.65rem;
	}
}
