@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #333;
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FAF8F5;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#gHeader .hBox {
	padding: 1.8rem 3.1rem 1.8rem 6rem;
}
#gHeader .hBox .lBox,
#gHeader .hBox .rBox {
	align-items: center;
}
#gHeader .hBox h1 {
	width: 15.2rem;
}
#gHeader .hBox .rBox .telBox {
	margin-right: 1.6rem;
	color: #FFF;
	font-size: 1.5rem;
	font-family: "Libre Baskerville", serif;
}
#gHeader .hBox .rBox .telBox a {
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.01em;
}
#gHeader .hBox .rBox .textList li {
	margin-right: 2rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.35;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Shippori Mincho", serif;
}
#gHeader .hBox .rBox .textList li:last-child {
	margin-right: 0;
}
#gHeader .hBox .rBox .textList li .tag {
	margin-right: 1rem;
	padding: 0.7rem 1rem 0.7rem 0.9rem;
	border: 1px solid #FFF;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		padding: 1rem 3.1rem 1.8rem 1.9rem;
	}
	#gHeader .hBox .lBox,
	#gHeader .hBox .rBox {
		display: block;
	}
	#gHeader .hBox h1 {
		width: 9.5rem;
	}
	#gHeader .hBox .rBox .telBox {
		display: none;
	}
	#gHeader .hBox .rBox .textList {
		display: none;
	}
	#gHeader .hBox .menuBox {
		padding-bottom: 12rem;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		overflow: auto;
		background-color: #F2EFEB;
		z-index: 300;
		box-sizing: border-box;
	}
	#gHeader .hBox .menuBox .logo {
		margin: 1rem 0 0 2rem;
		width: 9.6rem;
		mix-blend-mode: multiply;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0);
	}
	#gHeader .menu {
		position: absolute;
		top: 2.2rem;
		right: 2.1rem;
		height: 2rem;
		width: 2.9rem;
		cursor: pointer;
		z-index: 400;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	#gHeader .menu span {
		background: #FFF;
		border: none;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	#gHeader .menu.on span {
		background-color: #333;
	}
	#gHeader .menu span:nth-of-type(2) {
		top: 7px;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 14px;
	}
	#gHeader .menu.on .top {
		transform: translateY(7px) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-7px) translateX(0) rotate(-45deg);
	}
	#gHeader .snsList {
		margin: -1rem 4.5rem 0;
	}
	#gHeader .snsList li {
		width: 4rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-left: 5.8rem;
	padding-bottom: 0.2rem;
}
#gNavi li {
	margin-right: 0.9rem;
	color: #FFF;
	display: inline-block;
}
#gNavi li a {
	margin-right: 1.4rem;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	font-family: "Shippori Mincho", serif;
}
#gNavi li a:hover {
	opacity: 0.7;
}
#gNavi li .sub {
	vertical-align: 0.2rem;
}
@media all and (max-width: 896px) {
	#gNavi {
		margin: 4rem 5rem;
		padding-bottom: 0;
	}
	#gNavi li {
		margin-right: 0;
		color: #FFF;
		display: block;
	}
	#gNavi li a {
		margin-right: 0;
		padding: 1.6rem 0 1.2rem;
		color: #333;
		display: block;
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: -0.02em;
		border-bottom: 1px dashed #D9D4CD;
	}
	#gNavi li .sub {
		display: none;
	}
}
@media all and (min-width: 897px) and (max-width: 1510px) {
	#gHeader .hBox {
		padding: 1.8rem 2rem;
	}
	#gNavi {
		margin-left: 2rem;
	}
	#gNavi li {
		margin-right: 0.5rem;
	}
	#gNavi li a {
		margin-right: 1rem;
		font-size: 1.5rem;
	}
	#gHeader .hBox .rBox .telBox a {
		font-size: 2rem;
	}
	#gHeader .hBox .rBox .textList li {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 3.5rem 2rem 3.4rem;
	background: #111;
}
#gFooter address {
	color: #FCFCFC;
	font-size: 1.4rem;
	text-align: center;
	font-family: "Lora", serif;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 2rem;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}

/* ADD CSS 2025.04.25 */
/*------------------------------------------------------------
	#gHeader
------------------------------------------------------------*/
#gHeader .hBox .rBox .textHours {
  border-left: 1px solid #fff;
  padding-left: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  flex-wrap: nowrap;
  font-style: normal;
  font-family: "Shippori Mincho", serif;
}
#gHeader .hBox .rBox .textHours b {
  font-size: 1.8rem;
  letter-spacing: 0.18px;
  margin-bottom: 2px;
  display: block;
  display: flex;
  align-items: center;
}
@media (min-width: 897px) and (max-width: 1510px) {
  #gHeader .hBox .rBox .textHours b {
    font-size: 1.7rem;
  }
}
#gHeader .hBox .rBox .textHours b span {
  font-size: 1.4rem;
  letter-spacing: 1.12px;
}
@media (min-width: 897px) and (max-width: 1510px) {
  #gHeader .hBox .rBox .textHours b span {
    font-size: 1.3rem;
  }
}
#gHeader .hBox .rBox .textHours p {
  font-size: 1.5rem;
  letter-spacing: 0.15px;
  display: flex;
  align-items: center;
}
@media (min-width: 897px) and (max-width: 1510px) {
  #gHeader .hBox .rBox .textHours p {
    font-size: 1.4rem;
  }
}
#gHeader .hBox .rBox .textHours p span {
  font-size: 1.4rem;
  letter-spacing: 0.14px;
  padding: 3px 5px;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 897px) and (max-width: 1510px) {
  #gHeader .hBox .rBox .textHours p span {
    font-size: 1.3rem;
  }
}
#gHeader .hBox .rBox .telBoxSP {
  display: none;
}
@media (max-width: 896px) {
  #gHeader .hBox .rBox .telBox, #gHeader .hBox .rBox .telBox a, #gHeader .hBox .rBox .textHours {
    color: #B59568;
  }
  #gHeader .hBox .rBox .telBoxSP {
    display: block;
  }
  #gHeader .hBox .rBox .telBoxSP img {
    width: 7vw;
    object-fit: contain;
  }
  #gHeader .hBox .rBox {
    background-color: #fff;
    padding: 10px 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -2.155px 4.31px rgba(0, 0, 0, 0.11);
  }
  #gHeader .hBox .rBox .textHours {
    border-color: #B59568;
    margin-left: 2.5%;
    padding-left: 2.5%;
  }
  #gHeader .hBox .rBox .textHours b {
    font-size: 4vw;
  }
  #gHeader .hBox .rBox .textHours b span {
    font-size: 3vw;
  }
  #gHeader .hBox .rBox .textHours p {
    font-size: 3.3vw;
  }
  #gHeader .hBox .rBox .textHours p span {
    font-size: 3vw;
    border-color: #B59568;
  }
}
.recruit {
  padding: 0 20px;
  position: relative;
  z-index: 10;
  text-align: center;
}

.banner {
  display: inline-block;
  background-color: #BFA386;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.2em;
  font-family: sans-serif;
  border-radius: 100px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  margin: 1em auto;
  max-width: 550px; /* 横幅広めにしました */
  width: 100%; /* 可能なら親幅に合わせる */
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

a.banner {
  color: #fff !important;
}

.banner:hover {
  background-color: #5E4C32;
  transform: translateY(-3px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}

/* アイコン・文章・矢印を並べて中央揃え */
.banner-inner {
  display: flex;
  align-items: center; /* 中央揃え！ここが重要 */
  justify-content: center;
  gap: 1.5em;
}

.banner-inner i {
  font-size: 1.8em;
  color: #fff !important;
}

.banner-text {
  text-align: left;
  line-height: 1.4;
}

.banner-text strong {
  display: block;
  font-size: 1.2em;
}

.banner-text span {
  font-size: 0.9em;
  color: #fff !important;
}

.banner-arrow {
  font-size: 1.8em;
  color: #fff;
}

@media (max-width: 768px) {
  .banner-inner {
    flex-direction: column; /* 縦並びにする */
    align-items: center;
    gap: 0.5em;
  }

  /* スマホのときだけ、文章と矢印を横並びにする */
  .banner-text {
    display: block;
    flex-direction: row;
    align-items: center;
    gap: 0.5em;
    text-align: left;
  }

  .banner-text strong {
    display: block;
  }
    
    .fa-angle-right:before{
        
        display:none;
    }
    
}
