/* # =================================================================
   # topページ
   # ================================================================= */

.home .l-contents__inner{
	padding-top: 0;
	padding-bottom: 0;
}
.home .smb-hero-header {
/* 	margin-top: 8rem; */
}
.home .smb-section-break-the-grid {
	padding-top: 0;
}
@media (max-width: 639px) {
	.home .smb-hero-header {
		margin-top: 0;
	}
}

/* ヒーロー画像 */
.first-image-block {
	height: 85vh;
	margin-bottom: 5rem !important;
}
.first-image-block figure:nth-of-type(1) {
	width:50%;
	position:relative;
	top: 5%;
	left: 0;
	margin-left: 4.5%!important;
}
.first-image-block figure:nth-of-type(2) {
	width: 32%;
	height: 300px;
	position:absolute;
	bottom: 7%;
	right:19%;
}
.first-image-block figure:nth-of-type(2) img {
	width: 100%;
	height: 350px;
	object-fit:cover;
}
.first-image-block figure:nth-of-type(3) {
	width:22%;
	position:absolute;
	top:10%;
	right:4.5%;
}
.catchphrase-panel {
    position: absolute;
    top: 6.5rem;
    left: 11rem;
}
p.hero-catchcopy:nth-of-type(1) {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 5.2rem;
	line-height: 4rem;
	letter-spacing: 0.15rem;
}
p.hero-catchcopy:nth-of-type(2) {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 1.8rem;
	text-align: right;
}


@media (max-width: 1024px) {
	.first-image-block {
		height: 550px;
	}
	.first-image-block figure:nth-of-type(1) {
		width: 60%;
		
	}
	.first-image-block figure:nth-of-type(2) {
		width: 32%;
		height: 300px;
		bottom: -15%;
		right: 27%;
	}
	.first-image-block figure:nth-of-type(2) img {
		height: 250px;
	}
	.first-image-block figure:nth-of-type(3) {
		width: 27%;
		top: 30%;
		right: 4.5%;
	}
	.first-image-block figure:nth-of-type(3) img {
		height: 220px;
	}
	.catchphrase-panel {
		top: 3rem;
	}
	p.hero-catchcopy:nth-of-type(1) {
		font-size: 3.0rem;
	}
	p.hero-catchcopy:nth-of-type(2) {
		font-size: 1.6rem;
		margin-top: 0;
	}
}

@media (max-width: 639px) {
	.first-image-block figure:nth-of-type(1) {
    	width: 100%;
		top: 6%;
		margin-left: 0 !important;
	}
	.first-image-block figure:nth-of-type(2) {
		width: 50%;
		top: 400px;
		right: 0;
		height: auto;
	}
	.first-image-block figure:nth-of-type(2) img {
		height: 220px;
	}
	.first-image-block figure:nth-of-type(3) {
		width: 50%;
		top: 400px;
		left: 0;
		right: auto;
	}
	.first-image-block figure:nth-of-type(3) img {
		height: 220px;
	}
	.catchphrase-panel {
		position: absolute;
		top: 18.5rem;
		left: auto;
		width:100%;
		padding: 0 10px 12px;
		background-color: white;
	}
	p.hero-catchcopy:nth-of-type(1) {
		font-size: 1.8rem;
		letter-spacing: 0.1rem;
		left: auto;
		text-align: center;
	}
	p.hero-catchcopy:nth-of-type(2) {
		font-size: 1.1rem;
		left: auto;
		text-align: center;
		margin-top: -0.6rem;
	}
}

/* スクロール */
.scroll_down {
	right: 7%;
	z-index: 100;
}

/* コンセプト */
.concept-text {
	font-size: var(--font-size--l);
	letter-spacing: 0.15rem;
	line-height: 2.5rem;
	padding-left: 1rem;
	margin-top: 0.5rem !important;
}
.concept-catchcopy {
	font-size: var(--font-size--3xl);
	padding-bottom: 1rem;
	letter-spacing: 0.15rem;
}
.concept-panel {
	background-color:#FAFAFA;
	padding: 3rem 0;
	margin-top: 4rem !important;
}
.concept-treat1,
.concept-treat2,
.concept-treat3 {
	position: absolute;
	width: 165px;
}
.concept-treat1 {
	right: 280px;
	bottom: 0;
}
.concept-treat2 {
	left: 200px;
	bottom: 60px;
}
.concept-treat3 {
	right: 0;
	bottom: 60px;
}

@media (max-width: 1024px) {
	.concept-text {
		font-size: var(--font-size--2xl);
	}	
}
@media (max-width: 639px) {
	.concept-catchcopy {
		font-size: var(--font-size--2xl);
		padding-bottom: 0;
		letter-spacing: 0.02rem;
	}
	.concept-text {
		font-size: var(--font-size--m);
		line-height: 1.8rem;
		letter-spacing: 0.05rem;
		text-shadow: 1px 1px 1px white;
		margin-top: 0.8rem !important;
	}
	.concept-block .smb-hero-header__figure>* {
		object-position: 31%;
	}
	.concept-panel {
		padding: 1rem 0;
	}
	.smb-hero-header__body {
		margin-left: -15px;
	}
	.smb-hero-header__figure {
		margin-top: -1rem;
	}
}
@media (orientation: portrait) {
	.smb-hero-header__figure {
		height: 180px;
		width: 100%;
	}
	.concept-treat1,
	.concept-treat2,
	.concept-treat3 {
		position: absolute;
		width: 80px;
	}
	.concept-treat1 {
		right: 0;
		bottom: 10px;
	}
	.concept-treat2 {
		left: 0px;
		bottom: 10px;
	}
	.concept-treat3 {
		right: 0;
		bottom: 50px;
	}
}


/* メニュー */
.menu-block {
	padding-top: 0;
	margin-top: 6rem !important;
}
.menu-block .smb-items__item__title {
	font-size: var(--font-size--s);
	margin-bottom: -0.5rem;
	font-weight:thin;
}
.menu-block .smb-items__item__lede {
	font-size: var(--font-size--4xl);
}
.menu-block .c-row__col {
	margin-bottom: 5rem;
	padding-left: 30px;
	padding-right: 30px;
}
.menu-block .smb-items__item__figure {
	overflow:hidden; 
}
.menu-block .smb-items__item__figure img {
	transition: 0.5s all;
	height: 250px;
	object-fit: cover;
	object-position: 38% 62%;
}
.menu-block .c-row__col img:hover {
	transform:scale(1.1,1.1);
	transition:1s all;
}
@media (max-width: 639px) {
	.menu-block {
		margin-top: 0rem !important;
	}
	.menu-block .smb-items__item__content{
		font-size: var(--font-size--m);
	}
	.menu-block .c-row__col {
		margin-bottom: 4rem;
		padding-left: 25px;
		padding-right: 25px;
	}
}


/* お客様の声 */
.voice-block .spider__slide {
	padding: 20px 20px !important;
	background-color:#F5F7F8;
	border-radius:20px;
}
.voice-block .spider__slide p:nth-of-type(1){
	text-align:center;
	font-size: var(--font-size--m);
}
.voice-block .spider__slide p:nth-of-type(2){
	font-size: var(--font-size--s);
}
.voice-block .spider__slide figure {
	width:100px;
	border-radius:50%;
	background-color: var(--global--sub--bg-color);
}

@media (max-width: 639px) {
	.voice-block  .spider__arrow[data-direction=prev] {
		top: -80px;
	}
	.voice-block  .spider__arrow[data-direction=next] {
		top: -80px;
	}
}


/* ニュース */
.home h3.c-entry-summary__title{
	font-size: var(--font-size--s);
}
@media (max-width: 639px) {
	.home .c-entry-summary__meta {
		margin-top: 0;
	}
}


/* 店舗情報（各ページにもあり） */
.shop-info-table tr td {
    border-bottom: 1px solid #F5F5F5 !important;
}
.shop-info-table tr td:nth-of-type(1) {
	color: var(--i-btn-color);
	font-weight: bold;
	width: 140px;
}
@media (max-width: 639px) {
	.shop-info-table tr td {
		font-size: var(--font-size--m);
	}
	.shop-info-table tr td:nth-of-type(1) {
		width: 110px;
	}
}


/* 採用情報 */
.recruit-banner {
    max-width: 920px;
    height: 300px;
    margin: auto;
    margin-top: 8rem;
    margin-bottom: 6rem !important;
}
.recruit-banner img{
	height: 300px;
	margin: auto;
	object-fit: cover;
}
.recruit-banner .smb-items__banner__body {
	background-color: rgba(0, 0, 0, 0.5);
	border: 15px solid var(--global--sub--bg-color);
}
.recruit-banner .smb-items__banner__title {
	font-size: var(--font-size--2xl);
	font-weight:bold;
}
.recruit-banner .smb-items__banner__lede {
	font-size: var(--font-size--xl);
	font-weight:bold;
}
@media (max-width: 639px) {
	.recruit-banner {
		max-width: 400px;
		height: 300px;
		margin-top: 6rem;
		margin-bottom: 4rem !important;
	}
	.recruit-banner img{
		height: 300px;
	}
	.recruit-banner .smb-items__banner__body {
		border: 10px solid var(--global--sub--bg-color);
	}
}