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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: MADEEvolve;
  src: url(..//fonts/MADE\ Evolve\ Sans\ Regular\ \(PERSONAL\ USE\).otf);
}
@font-face {
  font-family: MADEEvolve Medium;
  src: url(..//fonts/MADE\ Evolve\ Sans\ Medium\ \(PERSONAL\ USE\).otf);
}
@font-face {
  font-family: MADEEvolve Bold;
  src: url(..//fonts/MADE\ Evolve\ Sans\ Bold\ \(PERSONAL\ USE\).otf);
}
@font-face {
  font-family: Didot;
  src: url(..//fonts/Didot\ Regular.ttf);
}
@font-face {
  font-family: Notera;
  src: url('../fonts/Notera_PersonalUseOnly.woff') format('woff'),
       url('../fonts/Notera_PersonalUseOnly.ttf') format('truetype');
}
@font-face {
  font-family: NotoSansJP;
  src: url(..//fonts/NotoSansJP-Light.otf);
}
@font-face {
  font-family: NotoSansJP Medium;
  src: url(..//fonts/NotoSansJP-Medium.otf);
}
@font-face {
  font-family: garamondpremrpro;
  src: url('../fonts/garamondpremrpro.otf');
}


body {
	font-family: "Hiragino Kaku Gothic ProN",NotoSansJP,Meiryo, sans-serif;
	color: #2a1507;
	background-color: #fff2e9;
}

.pc_none {
  display: none;
}
@media (max-width: 767px) {
.pc_none {
  display: block;
}
}

.sp_none {
  display: block;
}
@media (max-width: 767px) {
.sp_none {
  display: none;
}
}

/*共通*/
.section_title {
	font-family: garamondpremrpro;
	writing-mode: vertical-rl;
}
.section_title_top {
	font-size: 24px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.section_title_top:after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 65px;
	border-right: 1px solid #2a1507;
}
.section_title_bottom {
	font-size: 10px;
	letter-spacing: 0.2em;
	white-space: nowrap;
}

.breadcrumb {
	background-color: #c8c7c7;
	padding: 12px 0;
}
.breadcrumb_container {
	width: 100%;
	max-width: 1280px;
	padding: 0 20px;
	margin: auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.breadcrumb_image {
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 20px;
}
.breadcrumb_item {
	font-family: MADEEvolve;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
}
.breadcrumb_arrow {
	font-family: MADEEvolve;
	font-size: 11px;
	color: #fff;
	margin: 0 5px;
}
@media (max-width: 1150px) {
	.section_title {
		writing-mode: inherit;
		position: static !important;
		margin-bottom: 30px;
	}
	.section_title_top {
		margin-left: 0;
		margin-bottom: 5px;
	}
	.section_title_top:after {
		content: "";
		position: absolute;
		bottom: inherit;
		left: inherit;
		right: -100px;
		top: 50%;
		transform: translateY(-50%);
		width: 80px;
		height: 1px;
		border-right: 0;
		border-bottom: 1px solid #2a1507;
	}
}

@media (max-width: 767px) {

}

/*リクルートセクション*/
.section_recruit {
/*  background-color: rgba(131,84,49,0.5);*/
}
.section_recruit_container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.section_recruit_bg {
  width: 100%;
  height: 285px;
  background-color: rgba(131,84,49,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1s;
}
.section_recruit_first,
.section_recruit_recruit {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.section_recruit_first {
  background-image: url("../img/first.jpg");
}
.section_recruit_first:hover .section_recruit_bg{
  background-color: rgba(131,84,49,0.1);
}
.section_recruit_recruit {
  background-image: url("../img/recruit.jpg");
}
.section_recruit_recruit:hover .section_recruit_bg {
  background-color: rgba(131,84,49,0.1);
}
.section_recruit_title {
  font-family: garamondpremrpro;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .section_recruit_bg {
    height: 160px;
  }
	.section_recruit_first,
	.section_recruit_recruit {
		width: 100%;
	}
	.section_recruit_title {
		font-size: 20px;
	}
}


/*パンくずリスト*/
.breadcrumb {
	background-color: #c1a38d;
	padding: 12px 0;
}
.breadcrumb_container {
	width: 100%;
	max-width: 1180px;
	padding: 0 20px;
	margin: auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.breadcrumb_image {
	width: 14px;
	height: 14px;
	display: block;
	margin-right: 20px;
}
.breadcrumb_item {
	font-family: MADEEvolve;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
}
.breadcrumb_arrow {
	font-family: MADEEvolve;
	font-size: 11px;
	color: #fff;
	margin: 0 5px;
}
@media (max-width: 767px) {
	.breadcrumb {
		padding: 10px 0;
	}
	.breadcrumb_image {
		margin-right: 15px;
	}
	.breadcrumb_item {
		font-size: 12px;
	}
}


/*ボタン*/
.btn {
	font-family: MADEEvolve Medium;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fff;
	width: 80%;
	max-width: 290px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d80005;
	position: relative;
	margin: auto;
}
.btn:after {
	content: "";
	width: 65px;
	height: 1px;
	border-top: 1px solid #fff;
	position: absolute;
	right: -32px;
	transition: .5s;
}
.btn:hover:after {
	transform: rotate(360deg);
}

@media (max-width: 767px) {
	.btn {
		font-size: 12px;
		height: 38px;
	}
}


.loader_animation {
  position: relative;
  display: inline-block;
  transform: scaleX(0);
  transform-origin: center left;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
		animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: text-loader-wrap;
	animation-name: text-loader-wrap;
}

.loader_animation_bg {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: block;
  background: #fff;
  content: "";
  transform: scaleX(1);
  transform-origin: center right;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s 0.6s;
	animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s 0.6s;
  -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: text-loader-mask;
	animation-name: text-loader-mask;
	z-index: 99;
}


@-webkit-keyframes text-loader-wrap {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes text-loader-wrap {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes text-loader-mask {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes text-loader-mask {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.loader_animation_2 {
  position: relative;
  display: inline-block;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
		animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
  -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: text-loader-wrap-2;
	animation-name: text-loader-wrap-2;
}
.loader_animation_bg_2 {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: block;
  background: #fff;
  content: "";
  transform: scaleY(1);
  transform-origin: bottom;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s 0.6s;
	animation: cubic-bezier(0.19, 1, 0.22, 1) 0.6s 0.6s;
  -webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: text-loader-mask-2;
	animation-name: text-loader-mask-2;
}

@-webkit-keyframes text-loader-wrap-2 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes text-loader-wrap-2 {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes text-loader-mask-2 {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes text-loader-mask-2 {
  0% {
			transform: scaleY(1);
		}
		100% {
			transform: scaleY(0);
		}
}

@media (max-width: 1150px) {
	.loader_animation_2 {
		transform: scaleX(0);
		transform-origin: center left;
		-webkit-animation-name: text-loader-wrap;
		animation-name: text-loader-wrap;
	}
.loader_animation_bg_2 {
		transform: scaleX(1);
	transform-origin: center right;
		-webkit-animation-name: text-loader-mask;
		animation-name: text-loader-mask;
	}
}

/* ページネーション */
.pagination__wrapper {
	width:100%;
	margin: 0 auto 4em;
	position: relative;
}
.pagination {
	margin:auto;
	width: 100%;
	text-align:center;
}
.wp-pagenavi {
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 3px;
	max-width: 710px;
}
.wp-pagenavi .current, .wp-pagenavi .page {
  display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin: 0 8px 0;
	text-decoration: none;
	color: #62332d;
	border-radius: 50%;
	background: #e2cdca;
}
.wp-pagenavi .page:hover {
	background: #62332d;
	color: #e2cdca;
}
.wp-pagenavi .current {
  background: #62332d;
	color: #e2cdca;
}
.previouspostslink,
.nextpostslink {
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	margin: 0 auto;
	padding: 1em 2em;
	width: 160px;
	color: #62332d;
	font-size: 18px;
	transition: 0.3s;
	font-family: MADEEvolve Medium;
	letter-spacing: .1em;
}
.previouspostslink {
	left: 0;
}
.nextpostslink {
	right: 0;
}
.previouspostslink::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: translateY(calc(-50% - 2px)) rotate(150deg);
	width: 12px;
	height: 1px;
	background-color: #62332d;
	transition: 0.3s;
}
.previouspostslink::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 1px;
	background-color: #62332d;
	transition: 0.3s;
}
.nextpostslink::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #62332d;
	transition: 0.3s;
}
.nextpostslink::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 60px;
	height: 1px;
	background-color: #62332d;
	transition: 0.3s;
}

@media (max-width: 767px) {
	.wp-pagenavi {
		max-width: 500px;
	}
	.wp-pagenavi .current, .wp-pagenavi .page {
		width: 28px;
		height: 28px;
		font-size: 12px;
		margin: 0 6px 0;
	}
	.previouspostslink,
	.nextpostslink {
		width: 40px;
		margin: 0;
		font-size: 14px;
		padding: 1em 1.1em;
	}
	.previouspostslink::before {
		top: inherit;
		bottom: 11px;
	}
	.previouspostslink::after {
		top: inherit;
		bottom: 10px;
	}
	.nextpostslink::before {
		top: inherit;
		bottom: 11px;
	}
	.nextpostslink::after {
		top: inherit;
		bottom: 10px;
	}
}


/* タブ */
.cat_area_container {
	max-width: 1240px;
	margin: auto;
	box-sizing: border-box;
}
.cat_tab_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 800px;
	position: relative;
}
.cat_tab_item {
	font-size: 13px;
	letter-spacing: 0.1em;
	background-color: #fff;
	/* color: #b5b5b5; */
	width: 32%;
	text-align: center;
	padding: 8px 5px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	cursor: pointer;
}
.cat_tab_item:nth-child(n+2) {
	margin-left: 16px;
}
.cat_tab_item.active {
	color: #2a1507;
}
@media (max-width: 480px) {
.cat_tab_box {
	flex-wrap: wrap;
}
.cat_tab_item {
	width: calc(100% / 2 - 6px);
}
.cat_tab_item:nth-child(n+2) {
	margin-left: 0;
}
.cat_tab_item:nth-child(n+3) {
	margin-top: 12px;
}
}

/* スマホ予約用固定ボタン */
.contact_link {
  text-align: center;
  position: fixed;
  bottom: 3%;
  left: 48%;
	transform: translateX(-50%);
	z-index: 10;
}
.contact_link.sp_none {
  position: static;
}
.contact_link.movie {
  bottom: 12%;
  left: 48%;
}
.contact_link a {
  width: 100%;
  background-color: #d80005;
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block;
  margin-left: -30px;
  margin-right: auto;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 1px;
}
.sponly {
  display: none;
}
@media (max-width: 480px) {
  .sponly {
    display: block;
  }
}