@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.noto {
	font-family: "Noto Sans JP", sans-serif;	
}
.gara {
	font-family: "EB Garamond", serif;
}
.marcellus {
	font-family: "Marcellus", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 2rem;
	margin: 0 auto;
	max-width: 144rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100% !important; 
	}
}
/*------------------------------------------------------------
	comWebBox
------------------------------------------------------------*/
.comWebBox {
	width: 41.2rem;
	overflow: hidden;
}
.comWebBox p {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.05em;
	color: #d4b772;
}
.comWebBox p::after {
	position: absolute;
	top: 59%;
	transform: translateY(-50%);
	right: calc(100% + 1.8rem);
	width: 50rem;
	height: 1px;
	content: "";
	z-index: -1;
	background-color: #707070;
}
.comWebBox p::before {
	position: absolute;
	top: 59%;
	transform: translateY(-50%);
	left: calc(100% + 1.8rem);
	width: 50rem;
	height: 1px;
	content: "";
	z-index: -1;
	background-color: #707070;
}
.comWebBox .btnUl {
	gap: 1.1rem;
}
.comWebBox .btnUl li {
	width: calc((100% - 1.1rem) / 2);
}
.comWebBox .btnUl a {
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	background-color: #571017;
}
.comWebBox .btnUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comWebBox {
		width: auto;
	}
	.comWebBox p {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.comWebBox .btnUl a {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	text-align: center;
	font-size: 4.2rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.23;
}
.headLine01 .en {
	margin-top: 1.5rem;
	display: block;
	font-size: 2rem;
	font-weight: 400;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.5rem;
	}
	.headLine01 .en {
		margin-top: 1rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	position: relative;
	padding-top: 0.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 20rem;
	background: url(../img/common/page_img.jpg) no-repeat center top / cover;
}
.pageTitle::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
}
.pageTitle .content {
	position: relative;
	z-index: 2;
	width: 100%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		min-height: 15rem;
	}
}
/*------------------------------------------------------------
	comMainBox
------------------------------------------------------------*/
.comMainBox {
	position: relative;
}
.comMainBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 25.5rem;
	background: url(../img/common/comBg.png) no-repeat left top / 100% 100%;
	pointer-events: none;
}
.comMainBox .content {
	position: relative;
	z-index: 2;
}
/*------------------------------------------------------------
	comNewsUl
------------------------------------------------------------*/
.comNewsUl li:last-child a {
	border-bottom: 1px solid #a8a8a8;
}
.comNewsUl a {
	padding: 3.8rem 0 3.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	border-top: 1px solid #a8a8a8;
}
.comNewsUl a:hover {
	opacity: 0.7;
}
.comNewsUl .comTimeBox {
	margin-right: 2rem;
	width: 33.3rem;
}
.comNewsUl p {
	margin-top: 0.4rem;
	flex: 1;
	font-size: 2.5rem;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis; 
}
@media all and (max-width: 896px) {
	.comNewsUl a {
		padding: 1.5rem 0;
		display: block;
	}
	.comNewsUl .comTimeBox {
		margin-right: 0;
		width: auto;
	}
	.comNewsUl p {
		margin-top: 0;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTimeBox
------------------------------------------------------------*/
.comTimeBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 4.3rem;
}
.comTimeBox time {
	margin-top: 0.6rem;
	width: 11rem;
	display: block;
	font-weight: 600;
	font-size: 2rem;
}
.comTimeBox .tagUl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.5rem;
}
.comTimeBox .tagUl li {
	padding: 0.75rem 0.2rem;
	width: fit-content;
	min-width: 13.6rem;
	max-width: 20rem;
	text-align: center;
	color: #d4b772;
	font-size: 1.8rem;
	font-weight: 600;
	border: 1px solid #d4b772;
}
.comTimeBox .tagUl li.pink {
	color: #b47a80;
	border-color: #b47a80;
}
@media all and (max-width: 896px) {
	.comTimeBox {
		margin-bottom: 1rem;
		gap: 1rem;
	}
	.comTimeBox time {
		margin-top: 0;
		width: 8rem;
		font-size: 1.4rem;
	}
	.comTimeBox .tagUl li {
		padding: 0.2rem 0.5rem;
		min-width: 10rem !important;
		max-width: 100% !important;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
    wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wp-pagenavi span,
.wp-pagenavi a {
    margin: 1rem 1rem 0;
    width: 6rem;
    height: 7.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.5rem;
	font-weight: 500;
    border: 1px solid #707070;
	background-color: #000;
}
.wp-pagenavi .current {
	border-color: #d4b772;
}
.wp-pagenavi .extend {
	display: none;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-size: 1.6rem;
}
.wp-pagenavi .previouspostslink {
	margin-right: 2rem;
}
.wp-pagenavi .nextpostslink {
	margin-left: 2rem;
}
.wp-pagenavi .first {
	background: url(../img/common/prev_img.png) no-repeat center center / 1.9rem;
}
.wp-pagenavi .last {
	background: url(../img/common/next_img.png) no-repeat center center / 1.9rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi span:hover,
	.wp-pagenavi a:hover {
		border-color: #d4b772;
		
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin-top: 4rem;
	}
	.wp-pagenavi span,
	.wp-pagenavi a {
		margin: 1rem 0.3rem 0 !important;
		width: 3.5rem;
		height: 4rem;
		font-size: 1.6rem;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1rem;
	}
	.wp-pagenavi .first {
		background-size: 1.3rem auto;
	}
	.wp-pagenavi .last {
		background-size: 1.3rem auto;
	}
}
/*------------------------------------------------------------
	comRecruitBox
------------------------------------------------------------*/
.comRecruitBox {
	position: relative;
	z-index: 5;
}
.comRecruitBox .content {
	overflow: hidden;
}
.comRecruitBox .title {
	margin: 0 auto 3rem;
	width: fit-content;
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
}
.comRecruitBox .title::after {
	position: absolute;
	top: 50%;
	width: 53rem;
	right: calc(100% + 4.3rem);
	height: 1px;
	content: "";
	z-index: 1;
	background-color: #707070;
}
.comRecruitBox .title::before {
	position: absolute;
	top: 50%;
	width: 53rem;
	left: calc(100% + 4.3rem);
	height: 1px;
	content: "";
	z-index: 1;
	background-color: #707070;
}
.comRecruitBox .telUl {
	gap: 0.8rem;
}
.comRecruitBox .telUl li {
	width: calc((100% - 0.8rem) / 2);
}
.comRecruitBox .telUl a {
	min-height: 20rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid #fff;
}
.comRecruitBox .telUl a:hover {
	opacity: 0.7;
}
.comRecruitBox .telUl .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.comRecruitBox .telUl .photo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.comRecruitBox .telUl a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #983232;
	mix-blend-mode: multiply;
	content: "";
}
.comRecruitBox .telUl li:first-child a::after {
	background-color: #571017;
}
.comRecruitBox .telUl .sub {
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.45;
}
.comRecruitBox .telUl .sub .jp {
	display: block;
	font-size: 2.4rem;
	letter-spacing: -0.025em;
}
.comRecruitBox .telUl .sub .en {
	margin-top: 0.8rem;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	color: #b47a80;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.comRecruitBox .content {
		margin: 0 2rem;
		padding: 0;
	}
	.comRecruitBox .title {
		font-size: 2rem;
	}
	.comRecruitBox .title::after {
		right: calc(100% + 1rem);
	}
	.comRecruitBox .title::before {
		left: calc(100% + 1rem);
	}
	.comRecruitBox .telUl {
		display: block;
	}
	.comRecruitBox .telUl li {
		margin-bottom: 2rem;
		width: auto;
	}
	.comRecruitBox .telUl li:last-child {
		margin-bottom: 0;
	}
	.comRecruitBox .telUl a {
		min-height: 12rem;
	}
	.comRecruitBox .telUl .sub {
		font-size: 3rem;
	}
	.comRecruitBox .telUl .sub .jp {
		font-size: 1.8rem;
	}
	.comRecruitBox .telUl .sub .en {
		margin-top: 0;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	margin: 0 auto;
	width: 31.5rem;
}
.comBtn01 a {
	padding: 0.5rem 1.5rem;
	min-height: 7.3rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	border: 1px solid #711b24;
	background-color: #571017;
}
.comBtn01 span {
	display: inline-block;
	padding: 0 4rem 0 3.3rem;
	background: url(../img/common/icon03.png) no-repeat right center / 0.7rem;
}
.comBtn01.file {
	width: 33rem;
}
.comBtn01.file span {
	padding: 0.3rem 3.7rem 0.2rem 1.8rem;
	background-image: url(../img/common/icon06.png);
	background-size: 2.4rem auto;
}
.comBtn01 a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn01 {
		width: 22rem;
	}
	.comBtn01 a {
		min-height: 6rem;
		font-size: 1.6rem;
	}
	.comBtn01 span {
		padding: 0 2rem !important;
		background-position: right top calc(50% + 0.2rem);
	}
	.comBtn01.file {
		width: 22rem;
	}
	.comBtn01.file span {
		font-size: 1.5rem;
		padding: 0.7rem 2rem 0.4rem 0 !important;
		background-size: 1.6rem auto;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 7.7rem;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.headLine02 .en {
	margin-top: 0.7rem;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0;
	font-family: "Marcellus", serif;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 4rem !important;
		font-size: 2.5rem !important;
	}
	.headLine02 .en {
		font-size: 1.5rem !important;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comInnerBox .hTitle01 {
	margin-bottom: 0.5rem;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #000;
	line-height: 1.58;
}
.comInnerBox .right {
	margin-bottom: 2.4rem;
	padding-right: 0.5rem;
	text-align: right;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.93;
	color: #000;
}
.comInnerBox .right .num {
	margin: 0 0.5rem;
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: 0.2rem;
	word-break: break-all;
}
.comInnerBox .hTitle02 {
	margin-bottom: 1rem;
	padding: 0.6rem 0.5rem 1.2rem;
	background-color: #000;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.comInnerBox .title {
	margin-bottom: 2rem;
	padding-left: 1.4rem;
	color: #000;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.comInnerBox .text {
	color: #000;
	line-height: 2;
	font-size: 1.4rem;
	letter-spacing: -0.07em;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) {
	.comInnerBox .hTitle01 {
		font-size: 2rem !important;
	}
	.comInnerBox .right .num {
		font-size: 2rem !important;
	}
}
/*------------------------------------------------------------
	comAnchorUl
------------------------------------------------------------*/
.comAnchorUl {
	gap: 2rem 0.8%;
}
.comAnchorUl li {
	width: 23.7%;
}
.comAnchorUl a {
	padding: 1rem 1rem 3rem;
	min-height: 9.2rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	background: #000 url(../img/common/icon05.png) no-repeat center bottom 2.2rem / 1rem;
}
.comAnchorUl a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comAnchorUl {
		display: block;
	}
	.comAnchorUl li {
		margin-bottom: 0.5rem;
		width: auto !important;
	}
	.comAnchorUl li:last-child {
		margin-bottom: 0;
	}
	.comAnchorUl a {
		min-height: 6rem !important;
		font-size: 1.6rem !important;
		background-position: center bottom 1.2rem;
		border: 1px solid #a8a8a8;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comTopBox {
	padding: 9rem 0 6rem;
	margin-top: 1rem;
	position: relative;
}
.comTopBox .bgPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.comTopBox .bgPhoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comTopBox .content {
	position: relative;
	z-index: 2;
}
.comTopBox .textBox {
	padding: 3.7rem 5.5rem 5.2rem;
	margin-left: auto;
	width: 57rem;
	background-color: rgba(255, 255, 255, 0.89);
}
.comTopBox .textBox .hTitle {
	margin-bottom: 4.3rem;
	font-size: 3.6rem;
	font-weight: 500;
	color: #030303;
	letter-spacing: -0.03em;
	line-height: 1.63;
}
.comTopBox .textBox p {
	font-size: 1.4rem;
	letter-spacing: -0.07em;
	line-height: 2.21;
	color: #030303;
	font-family: "Noto Sans JP", sans-serif;
}
.comTopBox .textBox .comBtn01 {
	margin: 4.8rem 0 0;
}
@media all and (max-width: 896px) {
	.comTopBox {
		padding: 5rem 0;
		margin-top: 2rem;
	}
	.comTopBox .textBox {
		padding: 2rem 1rem;
		margin: 0 auto;
		width: auto;
	}
	.comTopBox .textBox .hTitle {
		margin-bottom: 1.5rem;
		font-size: 2.3rem;
	}
	.comTopBox .textBox .comBtn01 {
		margin: 2rem auto 0;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comShopBox {
	margin-bottom: 8rem;
	align-items: flex-start;
	gap: 10rem;
}
.comShopBox:last-of-type {
	margin-bottom: 0;
}
.comShopBox .photoBox {
	width: 54.3%;
}
.comShopBox .photoBox img {
	width: 100%;
}
.comShopBox .textBox {
	flex: 1;
}
.comShopBox .textBox .sub {
	width: 41rem;
}
.comShopBox .textBox .hTitle {
	margin-bottom: 2rem;
	font-size: 2.4rem;
	font-weight: 600;
}
.comShopBox .textBox dl {
	margin: 0 1rem 6rem 0;
	display: flex;
	flex-wrap: wrap;
}
.comShopBox .textBox dt,
.comShopBox .textBox dd {
	padding: 0.75rem 0;
	font-weight: 400;
	line-height: 1.75;
	font-family: "Noto Sans JP", sans-serif;	
	border-bottom: 1px solid #707070;
}
.comShopBox .textBox dt {
	width: 24%;
}
.comShopBox .textBox dd {
	position: relative;
	width: 76%;
}
.comShopBox .textBox dd span {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.comShopBox .textBox dd .map {
	position: absolute;
	top: 0.7rem;
	right: 3.7rem;
	z-index: 1;
	font-family: "Shippori Mincho", serif;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
	letter-spacing: -0.07em;
}
.comShopBox .textBox dd .map:hover {
	opacity: 0.7;
}
.comShopBox .textBox .dd01 {
	padding-right: 7rem;
}
.comShopBox .textBox .btn a {
	padding: 2rem 1.7rem 2rem 0.5rem;
	text-align: center;
	display: block;
	font-weight: 500;
	background: #571017 url(../img/common/icon03.png) no-repeat right 2.7rem center / 0.7rem;
	border: 1px solid #711b24;
}
.comShopBox .textBox .btn span {
	display: block;
	font-size: 3rem;
}
@media all and (max-width: 896px) {
	.comShopBox {
		margin-bottom: 5rem;
		display: block;
	}
	.comShopBox .photoBox {
		margin-bottom: 3rem;
		width: auto !important;
	}
	.comShopBox .textBox .sub {
		width: auto !important;
	}
	.comShopBox .textBox .hTitle {
		font-size: 2rem;
	}
	.comShopBox .textBox dl {
		margin: 0 0 4rem 0;
	}
	.comShopBox .textBox dt {
		width: 24%;
	}
	.comShopBox .textBox dd {
		width: 76%;
	}
	.comShopBox .textBox dd .map {
		margin-left: 1rem;
		position: static;
		font-size: 1.3rem;
	}
	.comShopBox .textBox .dd01 {
		padding-right: 0;
	}
	.comShopBox .textBox .btn a {
		padding: 1rem 1.7rem 1rem 0.5rem;
	}
	.comShopBox .textBox .btn span {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3rem;
	position: relative;
	padding-left: 1.5rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.headLine03::after {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 1px;
	left: 0;
	content: "";
	width: 0.4rem;
	background-color: #571017;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	transition: all .5s ease;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0); 
}