@charset "utf-8";
.sp-br {
	display: none;
}
@media (max-width: 787px) {
	.sp-br {
	display: block;
	}
}

.breadcrumbs {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px 5px;
	font-size: 14px;
}
.breadcrumbs a {
	color: #7F434E;
}
.breadcrumbs .breadcrumb_last {
	font-weight: bold;
}

.page_top_line{
	margin:0;
}
.page_top_line.recruit-line {
	margin-top: 36px;
}
#tags_area{
	width:100%;
}

#tags_area #breadcrumbs{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	font-size:10px;
	line-height:1;
}

#tags_area #breadcrumbs span{
	padding-right:12px;
	position:relative;
}

#tags_area #breadcrumbs span .breadcrumb_last{
	display:inline-block;
	max-width:15em;
	height:1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tags_area #breadcrumbs a{
	padding-right:12px;
	position:relative;
}

#tags_area #breadcrumbs a:before{
	content:url(../image/common/arrow.svg);
	display:block;
	position:absolute;
	right:3px;
	top:2px;
}

#tags_area #breadcrumbs a:last-child:before{
	display:none;
}


#tags_area ul.bread{
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	font-size:10px;
	line-height:1;
}

#tags_area ul.bread li{
	padding-right:12px;
	position:relative;
}

#tags_area ul.bread li:before{
	content:url(../image/common/arrow.svg);
	display:block;
	position:absolute;
	right:3px;
	top:-1px;
}

#tags_area ul.bread li:last-child:before{
	display:none;
}

#tags_area ul.bread li span{
	font-size:20px;
	margin-left:5px;
	position:relative;
	display:inline-block;
	font-weight:500;
}

#tags_area ul.bread li.pan_icon01 span:before{
	content:url(../image/common/pan_icon01.svg);
	right:-45px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon02 span:before{
	content:url(../image/common/pan_icon02.svg);
	right:-45px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon03 span:before{
	content:url(../image/common/pan_icon03.svg);
	right:-30px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon04 span:before{
	content:url(../image/common/pan_icon04.svg);
	right:-30px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon05 span:before{
	content:url(../image/common/pan_icon05.svg);
	right:-25px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon06 span:before{
	content:url(../image/common/pan_icon06.svg);
	right:-25px;
	top: -2px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon07 span:before{
	content:url(../image/common/pan_icon07.svg);
	right:-30px;
	position:absolute;
}

#tags_area ul.bread li.pan_icon08 span:before{
	content:url(../image/common/pan_icon08.svg);
	right:-45px;
	position:absolute;
}

#tags_area ul.tag_list{
	margin-top:15px;
	justify-content:flex-start;
	display:flex;
	flex-wrap:wrap;
	font-size:11px;
}

#tags_area ul.tag_list li{
	margin-right:4px;
	margin-bottom:6px;
}

#tags_area ul.tag_list li a{
	display:block;
	background-color:#f3f3f3;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:6px 8px 6px 8px;
	line-height:1;
}

#tags_area .date_sns{
/*	margin-top:10px;*/
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

#tags_area .date_sns ul.sns_share{
	justify-content:flex-end;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	top:-3px;
}

#tags_area .date_sns ul.sns_share li{
	margin-left:6px;
}
#tags_area .date_sns ul.sns_share li img {
    width: 40px;
}

#tags_area .date_sns .date_cate span{
	color:#b1b1b1;
	font-size:12px;
	margin-right:8px;
}

#tags_area .date_sns .date_cate span:last-child{
	margin-right:0;
}

.archive_list{
	margin-top:0;
}

.select_area{
	margin-top:15px;
	margin-bottom:10px;
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
}

ul.select_area > li .select_title{
	cursor: pointer;
	background-color: #fff;
	color: #7F434E;
	height: 40px;
	border-radius: 3px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 500;
	border: solid 1px #7F434E;
	border-radius: 3px;
	-webkit-transition: .3s;
	transition: .3s;
	font-size:16px;
	position:relative;
}

#tags_area h2 {
	font-size: 1.5rem;
	padding: 20px 0 10px 0;
	display: flex;
	align-items: center;
}
#tags_area h2 img {
	width: 40px;
	padding-right: 10px;
}

ul.select_area > li .select_title.on{
	background-color:#7F434E;
	color:#fff;
}

ul.select_area > li .select_title_area{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 340px;
}

ul.select_area > li .select_title.on svg{
	transform: rotate(180deg);
}

ul.select_area > li .select_title svg{
	transform: rotate(0deg);
	transition:all 0.4s;
}


ul.select_area > li .select_title .cls-1{
	fill:#7F434E;
}

ul.select_area > li .select_title.on .cls-1{
	fill:#fff;
}

ul.select_area > li .select_title svg{
	vertical-align:middle;
	margin-left:5px;
	margin-top:5px;
}

ul.select_area > li{
	position:relative;
	width:49.5%;
}

ul.select_area li ul{
	background-color:rgba(127,67,78,0.8);
	border:solid 1px #7F434E;
	border-radius:3px;
	text-align:center;
	padding: 0 16px;
	padding-bottom:15px;
	position:absolute;
	width:100%;
	display:none;
	z-index:999;
}


ul.select_area li ul li a{
	color:#fff;
	font-size:15px;
	padding-top:15px;
	display:block;
	font-weight:500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:10px;
	padding-right:10px;
}
ul.select_area li ul.sub-shokushu-select li a {
	display: flex;
	overflow: initial;
	align-items: center;
}
ul.select_area li ul.shokushu-select {
	display:flex;
	position: static;
	background: none;
	border: none;
}
ul.select_area li ul.shokushu-select li {
	width: calc(100% / 4);
}
ul.select_area .shokushu-list {
	width: 100%;
	position: static;
}
ul.select_area li ul.sub-shokushu-select {
	display:flex;
	gap: 50px;
	flex-wrap: wrap;
	position: static;
	background: none;
	border: none;
	padding: 40px;

}

ul.select_area li ul.sub-shokushu-select li {
	width: calc((100% - 100px) / 3);
}
ul.select_area li ul.sub-shokushu-select li img {
	width: 100px;
}
ul.select_area li ul.sub-shokushu-select li span {
	display: block;
	color: #000;
	margin-left: 12px;
}


.main_img_area {
	position: relative;
}
.kaiintouroku {
	position: absolute;
	top: 27%;
	left: 10%;
	width: 40%;

}
.kaiin-title {
	font-weight: bold;
	text-align: center;
	font-size:24px;
	margin-top:20px;
}
.melit {
	margin-top: 60px;
}
.melit h3 {
	color: #7F434E;
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.melit h3.register-apealttl {
	font-size: 22px;
}
.melit-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
	position: relative;
	background: #FCFADD;
	margin: 50px 0;
	padding: 30px 10px;
}
.melit-wrapper img {
	display: block;
	
}
.melit-wrapper .melit-number {
	position: absolute;
	top: -17%;
	left: 0;
	width: 10%;
}
.melit-image01 {
	width: 21%;
}
.melit-image02 {
	width: 13%;
}
.melit-image03 {
	width: 9%;
}
.melit-cont {
	width: 54%;
}
.melit-cont p {
	text-align: center;
	font-weight: 700;
}
.register {
	background: #F4EFEE;
	padding: 40px;
}
.register h2 {
	width: 50%;
	margin: 30px auto;
}


/* ---------------------------- */
/* --- Base --- */
/* ---------------------------- */


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: scroll;
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    max-width: 1000px;
	height: 100vh;
    padding: 20px;
}
.modal_inner {
	position: absolute;
	top: 70px;
	left: 50px;
    filter: drop-shadow(0px 0px 4px #ddd);
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 20px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
p.swiperText {
    margin: 0;
    text-align: center;
}

p.swiperText img {
	width:100%;
}
.swiper-button-next, .swiper-button-prev {
	position: fixed!important;
	color: #7F434E!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 100px!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 100px!important;
}
.backnumber-top {
	display: flex;
	align-items: stretch;
	gap: 50px;


}
.backnumber-top > img,
.backnumber-top > a {
	display: block;
	width: 50%;
}
.backnumber-page-title {
	position: relative;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.backnumber-sub-title h2 {
	font-size: 18px;
	font-weight: bold;
}
.backnumber-sub-title h2 span {
	font-size: 22px;
	font-weight: bold;
}
.backnumber-title {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.backnumber-title span {
	text-align: center;
	display: block;
}

.backnumber-anotherpage {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.page-slide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(100% / 8);
	cursor: pointer;
}
.page-slide img:empty .page-slide{
	display: none;
}
.sns-icon {
	position: absolute;
	bottom: 20px;
}
.sns-icon .addtoany_list.a2a_kit_size_32 a {
	background: #7F434E;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	white-space: nowrap;
}
.sns-icon a:hover {
	color: #7F434E;
	background: #ddd;
}

.airticle_box .container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 50px;
}  



.page-top {
	width: calc((100% - 80px) / 3);
	
}
.eyecatch {
	display: block;
	position: relative;
	padding-top: 150%;
}
.page-top a img {
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  object-fit: cover;
}

.another-backnumber {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
.another-backnumber li {
	width: calc((100% - 100px) / 3);
}

.related-page {
	background: #F1EBEB;
	padding: 50px;
}
.related-page h2 {
	padding-bottom: 30px;
}
.backnumber-img_area {
	position: relative;
	padding-top: 150%;
}
.backnumber-img_area img {
	width: 100%;
	height: 100%;
	position: absolute;
  top: 0;
  object-fit: cover;
}

.list-item{
    opacity: 1;
	display: block;
}
.list-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	display: none;
}
.list-btn {
	margin-top: 20px;
	display: flex;
}
.list-btn.is-btn-hidden{
	display:none;
}
.list-btn button {
	background-color: #fff;
	color:#7F434E;
    border: 1px solid #7F434E;
    cursor: pointer;
    outline: none;
    padding: 0;
    height: 32px;
    line-height: 32px;
    width: 150px;
	margin: 0 auto;
}
.no-match {
	padding-bottom: 100px;
}
.current-item {
	font-size: 23px;
	margin-bottom: 20px;
}
/* .shop-page-contents #catch_area p {
	margin: 2rem 5px;
} */
.shop-page-contents #catch_area .corp-info p {
	margin: 0;
	margin-bottom: 10px;
}
.shop-phone {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 10px !important;
}
.shop-phonenumber {
	font-size: 1.2rem;
	margin: 0 10px 0 0;
}
.shop-phonenumber__btn {
	display: inline-block;
	background: #7F434E;
	color: #fff;
	padding: 5px 15px;
	font-weight: bold;
	border-radius: 30px;
	font-size: 90%;
}
.shop-phonenumber__btn:hover {
	color: #fff;
	background: #A57B83;
}
.wp-block-group .wp-block-image {
	margin-top: 1rem;
}
.wp-container-1 {
	margin-bottom: 1rem;
}
.shop-page-contents figure.wp-block-gallery.has-nested-images {
    align-items: normal;
    flex-wrap: nowrap;
	margin-bottom: 1rem;
}
.wp-block-group .wp-block-image {
	width:40%;
}
.wp-block-group p {
	width: 50%;
}
.simplefavorite-button {
	display: flex;
    justify-content: center;
    background: #fff;
    color: #7F434E;
    font-weight: bold;
    width: 50%;
    margin: 0 auto;
    font-size: 21px;
    padding: 5px 0;
	margin-top: 20px;
	border: #7F434E 1px solid;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	cursor: pointer;
}

.um input[type=submit].um-button {
	background: #7F434E!important;
}
.recruit-sp {
	display: none;
}
.iitoko {
	display: none;
}
.heren-register-logo {
	display: none;
}

@media only screen and (max-width: 767px) {	
	.kaiintouroku {
		display: none;
	}
	.iitoko {
		display: block;
		width: 70%;
		margin: 50px auto;
	}
	.heren-register-logo {
		display: block;
		width:35%;
	}
	.register-page-main #side_area {
		display: none;
	}
	.recruit-sp {
		display: block;
	}
	.recruit-pc {
		display: none;
	}
	.backnumber-top {
		display: flex;
		align-items: stretch;
		gap: 10px;
	}
	.simplefavorite-button {
		width: 90%;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0!important;
    display: block;
}


	#tags_area h2 {
		font-size: 1.2rem;
	}
	.shop-page-contents .wp-block-gallery.has-nested-images figure.wp-block-image {
		flex-grow: 0;
	}
	ul.select_area li ul.sub-shokushu-select li span {
		margin-left: 0;
	}
	.wp-block-group {
		flex-direction: column;
	}
	.wp-block-group p {
		width: 100%;
	}
/* 	.shop-page-contents #catch_area p {
		padding: 0 10px;
	} */
	.wp-block-group .wp-block-image {
		width: 58%;
	}
	
	#tags_area h2 img {
		width: 64px;
	}
	.melit-wrapper {
		flex-direction: column;
	}
	.melit-wrapper .melit-number {
		width: 20%;
	}
	.melit-cont {
		width: 100%;
	}
	.melit-image01 {
		width: 34%;
	}
	.melit-image02 {
		width: 20%;
	}
	.melit-image03 {
		width: 12%;
	}
	.melit-wrapper img {
		margin: 0 auto;
	}
	ul.select_area li ul.shokushu-select {
		flex-wrap: wrap;
	}
	ul.select_area li ul.shokushu-select li {
		width: calc(100% / 2);
		padding: 5px;
	}
	ul.select_area li ul.sub-shokushu-select {
		padding: 10px;
		justify-content: space-around;
	}
	ul.select_area li ul.sub-shokushu-select {
		gap:20px;
	}
	ul.select_area li ul.sub-shokushu-select li {
		width: calc((100% - 40px) / 3);
	}
	ul.select_area > li {
		position: relative;
		width: 100%;
	}
	ul.select_area li ul.sub-shokushu-select li a {
		flex-direction: column;
	}
	.kaiin-title {
    
    font-size: 14px;
}
.backnumber-list {
    flex-wrap: wrap;
}
.backnumber-list li {
	width: calc((100% - 34px) / 3);
}


	.modal {
		padding: 0;
	}
	.modal_inner {
		padding: 5px;
		width: 100%;
		top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
	.airticle_box .container {
		gap: 10px;
	}
	.page-top {
		width: calc((100% - 10px) / 2);
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: 30px!important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: 30px!important;
	}
	.another-backnumber {
		gap: 10px;
	}
	.another-backnumber li {
		width: calc((100% - 10px) / 2);
	}
	.related-page {
		padding: 22px;
	}
}


@media only screen and (min-width: 1000px) {


}

@media (max-width: 999px) {
	main{
		margin-top:15px;
	}

	#tags_area .date_sns{
		margin-top:5px;
	}

}



@media (max-width: 767px) {
	.register h2 {
		width: 77%;
		margin: 30px auto;
	}
	.um-register .hm-register-terms__caution {
		font-size: 11px!important;
	}
	.melit h3.register-apealttl {
		font-size: 1.5rem;
		padding-bottom: 0;
	}
	.melit-wrapper {
		gap: 8px;
		padding: 20px 10px;
		margin: 80px 0;
	}
	#tags_area ul.bread li span{
		font-size:16px;
	}

	#tags_area ul.bread li.pan_icon01 span:before{
		content:url(../image/common/sp/pan_icon01.svg);
		right:-40px;
		transform: scale(1.2);
	}

	#tags_area ul.bread li.pan_icon02 span:before{
		content:url(../image/common/sp/pan_icon02.svg);
		right:-35px;
	}

	#tags_area ul.bread li.pan_icon03 span:before{
		content:url(../image/common/sp/pan_icon03.svg);
		right:-25px;
		top: -1px;
	}

	#tags_area ul.bread li.pan_icon04 span:before{
		content:url(../image/common/sp/pan_icon04.svg);
		right:-25px;
		top: -1px;
	}

	#tags_area ul.bread li.pan_icon05 span:before{
		content:url(../image/common/sp/pan_icon05.svg);
		right:-20px;
		top: -2px;
	}

	#tags_area ul.bread li.pan_icon06 span:before{
		content:url(../image/common/sp/pan_icon06.svg);
		right:-20px;
	}

	#tags_area ul.bread li.pan_icon07 span:before{
		content:url(../image/common/sp/pan_icon07.svg);
		right:-25px;
		top: -3px;
	}
	#tags_area ul.bread li.pan_icon08 span:before {
		top: -3px;
	}
	ul.select_area li ul{
		min-width:300px;
	}

	ul.select_area li.scene ul{
		right:0;
	}

	/*エリア個別設定*/
	ul.select_area.area_select li{
		width:100%;
	}

	ul.select_area > li .select_title svg {
		margin-top: 3px;
	}

	ul.select_area > li .select_title_area {
		max-width: 300px;
	}


}
@media (max-width: 325px) {

}

.company {
	background: #f1ebeb;
	padding: 30px;
}
.company dl {
	margin-top: 20px;
}
.company dt {
	background: #fff;
	padding-left: 1rem;
}
.company dd {
	padding-left: 1rem;
}
.page-link {
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.page-link a {
	background: #7F434E;
	display: flex;
	justify-content: center;
	color: #fff;
	width: 30%;
	padding: 20px 0;
}
.column_m.recruit-page-archive article .tag_list a {
	background: #ae8787;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
}


.column_m.recruit-page-archive article  {
    width: 100%;
    margin-right: 0;
    margin-top: 70px;
}
.column_m.recruit-page-archive article a {
	display: flex;
	gap: 30px;
}
.column_m.recruit-page-archive article .img_area {
	width: 100%;
}
.column_m.recruit-page-archive article .article_title {
	color: #7f434e;
	font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.column_m.recruit-page-archive article h4 {
	font-size: 19px;
    line-height: 27px;
    font-weight: 500;
	padding: 15px 0;
}
.column_m.recruit-page-archive article .text_area p {
	color: #898989;
}
.column_m.recruit-page-archive article .tag_list {
	display: flex;
	gap: 20px;
	margin: 20px 0;
}
.column_m.recruit-page-archive article .tag_list li {
	width: auto;
}
.column_m.recruit-page-archive article .tag_list a {
	background: #ae8787;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0 2px;
}
.column_m.recruit-page-archive article .detail-link {
	border: 1px solid #7f434e;
    color: #7f434e;
    background: #fff;
    padding: 9px 0;
    width: 65%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.title_heren-contact {
	width: 300px;
}
.main_img_area.request_main {
	background: linear-gradient(-45deg, #fff 0 10%, #f4efee 10% 54%, #fff 54% 100%);
}
.backnumber-list {
	display: flex;
	gap: 17px;
	margin: 50px auto;
}
.backnumber-list li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.herenrecruit-title {
	font-weight: 700;
	color: #7F434E;
	text-align: center;
	font-size: 20px;
	letter-spacing: .1em;
	margin: 0 0 20px;
}
.herenrecruit-logo {
	margin: 0 0 30px;
}
@media (max-width: 767px) {
	.herenformat.herenrecruit {
		margin: 130px 0 0 !important;
	}
	.herenrecruit-title {
		position: absolute;
		top: -90px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.herenrecruit-title::before {
		top: -90px !important;
	}
	.herenrecruit-logo {
		margin: 0 0 20px !important;
		width: 200px !important;
	}
}



.information-title {
	margin: 50px auto !important;
}
.information-guide h2 {
	text-align: left;
	margin-bottom: 14px;
}
.information-guide h2 b {
	font-size: 1.2rem;
	color: #7f434e;
}
.information-guide {
	display: flex;
	align-items: center;
	gap: 30px;
	background: linear-gradient(-36deg, #fff 0% 75%, #f4efee 75% 100%);
}
.information-guide img {
	width: 100%;
}
.information-img {
	width: 100%;
}
.format-area {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-top: 50px;
}
.format-area img {
	width: 100%;
}
.information-img-map {
	width: 76%;
}
.format-area h2 {
	text-align: left;
	margin-bottom: 14px;
}
.format-area h2 b {
	font-size: 1.5rem;
    color: #7f434e;
}
.process {
	background: #f7f8f8;
    padding: 30px;
    margin-top: 100px;
}
.process dl {
	display: flex;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 50px;
	height: 92px;
}
.process dt {
	width: 10%;
	position: relative;
}
.process dt::after {
    content: '';
    width: 1px;
    background: #7F434E;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 90px;
    transform: translate(0, 100%);
}
.process .process-last::after {
	content: none;
    width: 0;
    background: none;
   
}
.process dd {
	color: #7F434E;
	font-size: 2rem;
}
.process dd span {
	display: block;
	font-size: 1rem;
	color: #000;
}
.format-wrapper h2 {
	font-size: 1.5rem;
	color: #7F434E;
	line-height: 1.5;
}
.format-wrapper {
	background: #f4efee;
	padding: 30px;
	margin-bottom: 50px;
}
.format-wrapper picture {
	margin-top: 20px;
}
.format-wrapper .genkou {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.format-wrapper .genkou h3 {
	font-size: 1.5rem;
	line-height: 1.5;
}
.format-wrapper .genkou img {
	width: 60%;
}
.format-wrapper .genkou .format-size {
	border: 1px solid #666;
    padding: 3px 4px;
    font-size: 0.4rem;
    text-align: center;
}
.format-line {
	margin: 40px auto;
}
.keisai-postingbnr {
	margin: -20px 0 30px;
}

.keisai-contactform {
	background: #f7f8f8;
	padding: 40px;
}
.keisai-contactform dl {
	display: flex;
    justify-content: center;
    align-items: center;
	background: #fff;
	gap: 20px;
	margin-bottom: 5px;
}
.keisai-contactform dd {
	font-size: 2rem;
	display: flex;
}
.keisai-contactform dd img {
	width: 16px;
}
.keisai-contactform form p {
	border-bottom: 1px solid #999;
	padding-bottom: 30px;
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
	font-weight: bold;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #B70000;
    display: block;
    width: 100%;
    text-align: center;
}

.keisai-contactform form p input {
	width: 67%;
}
.keisai-contactform form p input[type="checkbox"] {
	width: auto;
}
.focus-checkbox {
	width: 100%;
    display: flex;
    align-items: center;
    gap: 22px;
	
}

.mwform-tel-field {
	width: 67%;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: 31%!important;
}
.keisai-contactform form p textarea {
	width: 67%;
}
.keisai-contactform form h4 .send {
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #7F434E;
	color: #fff;
	border: none;
	width: 300px;
	margin: 0 auto;
	padding: 5px 20px;
}
.keisai-contactform form h4 {
text-align: center;
margin-top: 50px;
}
.keisai-cont {
	text-align: center;
    margin-top: 50px;
    color: #7F434E;
    font-size: 1.2rem;
}

form.recruit-search {
	width: 100%;
	background: #f1ebeb;
	padding: 40px;
}
form.recruit-search .search-select {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;

}
form.recruit-search .location-select,form.recruit-search .work-select {
	width: calc((100% - 30px) / 2);
}

form.recruit-search select {
	width: 100%;
	font-size: 1.2rem;
    padding: 5px 10px;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
form.recruit-search select option[hidden] {
	color: #999;
}
form.recruit-search input[type="text"] {
	width: 70%;
	font-size: 1.2rem;
	padding: 5px 10px;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
form.recruit-search input[type="submit"] {
	width: calc(30% - 24px);
	margin-left: 20px;
	font-size: 1.2rem;
	padding: 5px 10px;
	font-family:'Noto Sans JP' ,"Hiragino sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	background: #7F434E;
	color: #fff;
}
.recruit-topform {
	position: relative;
}
.new-recruitpost {
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(0, -100%);
	background: #7F434E;
	color: #fff;
	font-size: 1.2rem;
	width: 50%;
	padding: 5px;
	text-align: center;
	border-radius: 5px;
}
.new-recruitpost b {
	color: yellow;
}

.column_m article.coupon-thumnail {
	background: url(../image/coupon-bg.svg) no-repeat top center;
	background-size: cover;
	width: calc((100% - 40px) / 3);
	margin: 0 0 20px;
	border-bottom: 1px solid #7F434E;
}
.coupon-thumnail .member-thum {
	background: #7F434E;
	color: #fff;
	padding: 3px 10px;
}

.coupon-thumnail .coupon-wrapper {
	padding: 20px 10px 10px;
}
.coupon_text_area {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	flex-direction: column;
}
.coupon-wrapper h1 {
	text-align: center;
	border-bottom: dotted #000 2px;
	font-size: 17px;
}
.coupon_text_area h4 {
	font-size: 17px;
	color: #B70000;
}
.coupon_text_area h3.article_title {
	font-size: 15px;
	line-height: 1.3;
	margin-top: 0;
}
.column_m article .coupon-wrapper a .img_area {
	width: 100%;
	margin: 15px 0 10px;
}
.column_m article .coupon-wrapper .img_area:before {
	padding-top: 68%;
}
.coupon-title {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-top: 23px;
	margin-bottom: 20px;
	margin-left: 4%;
	gap: 10px;
}
.coupon-archive.archive_list {
	justify-content: space-between;
}
.coupon-archive.archive_list::after {
	content: '';
	width: calc((100% - 40px) / 3);
}
.coupon-title img {
	width: 12%;

}
.coupon-page.column_m {
	justify-content: center;
}

.coupon-detail {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.coupon-ACF-data {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: 20px auto;
}
.coupon-attention {
	font-size: 1.2rem;
	border: 1px solid #000;
	padding: 2px 10px;
	margin-top: 20px;
}
.coupon-detail-ttl {
	font-size: 1.1rem;
	color: #B70000;
}
.coupon-attention-detail {
	/* width:80%; */
}
.tostaff-coupon {
	background: #fff;
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.back-couponlist {
	width: 50%;
    display: block;
    margin: 0 auto;
    background: #7F434E;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30px;
    padding: 5px;
}
.back-couponlist:hover {
	color: #fff;
	background: #A57B83;
}
.back-shop-page.back-couponlist {
	width: 52%;
    display: block;
    margin: 0 auto;
    background: #fff;
	border: #7F434E 1px solid;
    color: #7F434E;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30px;
    padding: 5px;
}

.hm-apply__field-area textarea {
    display: block;
    width: 100%;
    height: 200px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 15px;
}
.information-mw-form {
	background: #f4efee;
	padding: 40px;
}
.banner {
	display: flex;
	justify-content: center;
	margin: 50px auto;
}
.information-form-title {
	background: url(../image/form-back.svg) top center;
    background-size: 100%;
	padding: 40px;
}
.information-subttl {
	font-size: 1.5rem;
    color: #7F434E;
    width: 90%;
    margin: 20px auto;
	font-weight: bold;
}
.information-cont {
	margin: 30px auto;
	font-size: 1rem;
	width: 100%;
}
.hm-apply__field-label.shoukai-detail {
	text-align: center;
	font-size: 1.4rem;
	color: #000;
}
.hm-apply__field-label.shoukai-detail b {
	color: #7F434E;
}
.hm-apply select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-size: 15px;
}
.p-align {
	text-align: center;
	margin: 20px auto;
}
.kojinjouhou {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}
.kojinjouhou a {
	color: #0055a0;
	border-bottom: #0055a0 1px solid;

}

.em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: .8rem!important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0!important; 
    padding: 0!important;
    border: none!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
.new-recruit {
	background: #e3d6d5;
	display: flex;
	justify-content: center;
	padding: 10px 0;
	color: #7F434E;
	font-weight: 900;
	align-items: center;
}
.new-recruit img {
	width: 16px;
}
.new-recruit b {
	background: #7F434E;
    color: #fff;
    border-radius: 17px;
    padding: 0px 20px;
}


.mts-booking-thanks .main_contents p a {
	font-size: 2rem;
}

.mts-booking-thanks .event-link {
	background: #7F434E;
    color: #fff;
    padding: 3px 10px;
    margin-top: 30px;
    display: flex;
    font-size: 1.2rem;
    width: 30%;
    justify-content: center;
}
.content-form button {
    background: #7F434E;
    color: #fff;
    padding: 3px 10px;
    margin-top: 30px;
    display: flex;
    font-size: 1.2rem;
    width: 30%;
	margin: 0 auto;
    justify-content: center;
	border: none;
}
.content-form tr {
	display: flex;
	flex-direction: column;
}
.hm-apply input[type="checkbox"] {
	width: auto;
}
.mwform-checkbox-field label {
	display: flex;
	align-items: center;
}
.keisai-contactform #mw_wp_form_mw-wp-form-494 {
	margin-top: 40px;
}
.oubo-caution {
	color: #666;
	font-size: 14px;
	width: 50%;
	margin: 0 auto;
	line-height: 1.5;
}
.coupon-shop-page {
	display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 23px;
    margin-bottom: 20px;
    margin-left: 4%;
	gap:10px;
}
.coupon-shop-page img {
	width: 7%;
}
.request-sentense01 {
	margin-bottom: 40px;
}
.coupon-list-button{
	margin-top: 20px;
	display: flex;
	width: 100%;
	}
.coupon-list-button a {
background-color: #fff;
color: #7F434E;
border: 1px solid #7F434E;
cursor: pointer;
outline: none;
padding: 0;
height: 40px;
line-height: 32px;
width: 300px;
text-align: center;
margin: 0 auto;
letter-spacing: 1px;
border-radius: 3px;
font-size: 13px;
line-height: 1.4;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
}
.recruitpage-link {
	margin-top: 10px;
}
.recruitpage-link a {
	color: blue;
}

.keisaikibou-sp {
	display: none;
}
.keisai-contactform .hm-apply__field-label {
	color: #000;
}
.keisai-contactform .hm-apply .mwform-radio-field label {
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	margin: 10px 0 0 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
}
.keisai-contactform .hm-apply input[type=radio] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 3px 0 0;
}
.genkou .genkou-cont_catch {
	font-weight: 700;
	color: #7F434E;
	font-size: 18px;
	line-height: 1.5;
}
.genkou .genkou-cont_price {
	margin: 15px 0 0;
	background: #fff;
	padding: 15px;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 500;
}
.genkou .genkou-cont_price span {
	display: block;
	color: #7F434E;
	font-weight: 700;
	margin: 0 0 5px;
	font-size: 16px;
}
.genkou .genkou-cont_price strong {
	font-size: 22px;
}
.genkou .genkou-cont p {
	padding: 15px 0;
}
.genkou .genkou-cont p span b {
	font-size: 12px;
	color: #000;
	font-weight: 500;
}
.herenformat-image01 {
	padding-bottom: 70px;
	text-align: center;
}
.herenformat-image01 h2 {
	font-size: 1.5rem;
	text-align: left;
	margin-top: 30px;
}



@media (max-width: 767px) {
	.coupon-thumnail .member-thum {
		padding: 1px 4px;
    font-size: 10px;
	}
	.herenformat-image01 img {
		width: 90%;
		margin: 0 auto;
	}
	.herenformat-image01 {
		background: #f4efee;
		text-align: center;
		padding-bottom: 0;
	}
	.herenformat-image01 h2 {
		text-align: center;
		color: #7F434E;
		margin-bottom: 20px;
		line-height: 1;
	}
	.herenformat-image01 h2 span {
		color: #000;
		font-size: 3.3vw;
	}


	.format-wrapper .genkou h3 {
		font-size: 1.1rem;
		text-align: left;
	}
	.information-img {
		width: 100%;
		padding-top: 61%;
		position: relative;
		overflow: hidden;
	}
	.keisai-contactform .hm-apply__field-label {
		display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	}
	.keisai-contactform .hm-req.--btnText {
		margin-right: 5px;
	}
	.pc-br {
		display: none;
	}
	.keisai-postingbnr {
		margin: -20px 0 0;
	}
	.keisai-contactform {
		padding: 10px;
	}
	.backnumber-list {
		display: none;
	}
	.request-sentense01 {
		margin-top: 20px;
	}
	.main_img_area.request_main {
		background: none;
	}
	.keisaikibou-sp {
		display: block;
	}
	.keisaikibou-pc {
		display: none;
	}
	.kaiin-title.keisaikibou-title {
		font-size: 5vw;
	}
	.keisai-contactform {
		background: none;
	}
	.herenformat {
		background: #f4efee;
		margin: 90px 0 0 !important;
		padding: 0 0 30px 0;
		position: relative;
	}
	.herenformat::before {
		content: '';
		background: linear-gradient(-10deg, #f4efee 0% 57%, #fff 57% 100%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		transform: translate(0, -100%);
	}
	.format-area h2.request-sentense02 {
		text-align: left;
		margin-bottom: 88px;
	}
	.oubo-caution {
		width: 90%;
	}
	
	.mts-booking-thanks .main_contents p a {
		font-size: 1.1rem;
	}
	.mts-booking-thanks .event-link {
		width: 70%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.coupon-attention {
		font-size: 1rem;

	}
	.process dl {
		gap: 12px
	}
	.process dd span {
		font-size: .8rem;
	}
	.page-link {
		display: flex;
    flex-direction: column;
    gap: 30px;
	}
	.page-link a {
		width: 100%;
	}
	.process {
		padding: 10px;
		background: none;
		margin-top: 23px;
	}
	.process dt {
		width: 16%;
	}
	.process dd {
		color: #7F434E;
		font-size: 1.3rem;
	}
	.information-img {
		padding-top: 0;
	}
	.information-guide {
		display: flex;
		flex-direction: column-reverse;
		gap: 0;
		background: none;
	}
	.information-guide img {
		width: 100%;
	}
	.information-sp .information-cont {
		background: linear-gradient(-45deg, #fff 0% 75%, #f4efee 75% 100%);
	}
	.information-sp .information-img {
		width: 100%;
    padding-top: 61%;
    position: relative;
    overflow: hidden;
	}
	.information-sp .information-img img {
		width: 100%;
    position: absolute;
    top: 0;
	}
	.format-area {
		position: relative;
		flex-direction: column;
		gap: 0;
		margin-top: 144px;
	}
	.format-area02 {
		margin-top: 144px;
		position: relative;
		background: #f4efee;
	}
	.format-area02::before {
		content: '';
    background: linear-gradient(-8deg, #f4efee 0% 57%, #fff 57% 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 113px;
    transform: translate(0, -100%);

	}
	.information-cont {
		margin-bottom: 0;
	}
	.format-area img {
		width: 100%;
	}
	.information-img-map {
		width: 56%;
		position: absolute;
		top: -101px;
		right: 0;
		z-index: -1;
	}
	.process dl {
		width: 100%;
		height: 70px;
	}
	.process dt::after {
		height: 62px;
	}
	.format-wrapper h2 {
		font-size: 1.2rem;
	}
	.format-wrapper .genkou {
		flex-direction: column-reverse;
	}
	.format-wrapper .genkou02 {
		flex-direction: column;
	}
	.genkou02 .genkou-cont p {
		display: none;
	}
	.format-wrapper .genkou02 h3 {
		text-align: center;
	}
	.format-wrapper .genkou img {
		width: 90%;
	}
	.format-wrapper .genkou-cont h3 + img {
		margin: 20px auto 0;
	}
	.format-wrapper .genkou .format-size {
		font-size: 100%;
		margin-top: 10px;
	}
	.sns-icon .addtoany_list.a2a_kit_size_32 a {
		padding: 5px 30px;
	}
	.backnumber-sub-title h2 span {
		font-size: 20px;
	}
	.keisai-contactform dl {
		flex-direction: column;
		gap: 0;
		border: 1px solid #999;
		padding-top: 9px;
	}
	.keisai-contactform form p {
		font-size: 1.5rem;
	}
	.keisai-contactform form p input {
		width: 100%;
		font-size: 1.5rem;
	}
	.keisai-contactform form p::before {
		top: 27px;
		left: 80%;
		font-size: 1rem;
	}
	.mwform-tel-field {
		width: 100%;
		font-size: 1.5rem;
	}
	.keisai-contactform form p textarea {
		width: 100%;
	}
	.keisai-contactform form h4 .send {
		font-size: 18px;
		width: 260px;
	}
	.column_m.recruit-page-archive article a {
		gap: 0;
	}

	.column_m.recruit-page-archive article .article_title {
		font-size: 19px;
		line-height: 25px;
	}
	.column_m.recruit-page-archive article h4 {
		padding: 0;
		font-size: 14px;
	}
	.column_m.recruit-page-archive article .detail-link {
		margin-top: 0;
		padding: 0;
		width: 100%;
	}
	.column_m.recruit-page-archive article {
		margin-top: 30px;
	}
	.recruit-thumnail-cont {
		display: none;
	}
	.coupon-archive.archive_list {
	}
	.column_m article.coupon-thumnail {
		width: calc((100% - 10px) / 2);
		margin: 0 0 10px;
		padding: 0;
	}
	.coupon-thumnail .coupon-wrapper {
		padding: 15px 10px 10px;
	}
	.coupon-thumnail .coupon-wrapper a {
		display: block;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 95%!important;
	}
	.column_m article .coupon-wrapper .img_area:before {
			padding-top: 57%;
	}
	.coupon-wrapper h1 {
		line-height: 1;
		font-size: 14px;
		padding-bottom: 5px;
	}
	.column_m article .coupon-wrapper a .img_area {
		margin: 10px 0 5px;
	}
	.coupon_text_area h4 {
		font-size: 14px;
	
	}
	.coupon_text_area h3.article_title {
		font-size: 12px;
		line-height: 1.3;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		width: 26%!important;
	}
	.new-recruitpost {
		width: 90%;
	}
	.column_m.recruit-page-archive article .tag_list {
		flex-wrap: wrap;
	}
	.recruit-page-section #side_banner{
		display: none;
	}
	.recruit-page-section #side_ranking {
		display: none;
	}
	.information-mw-form {
		padding: 18px;
	}
	.information-subttl {
		font-size: 1rem;
	}
	.information-cont {
		font-size: .8rem;
		padding: 20px;
		padding-top: 0;
	}
	.p-align {
		font-size: .7rem;
	}
	.focus-checkbox {
		width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
	}
}


@media (max-width: 300px) {
	.coupon_text_area h4 {
		font-size: 4.3vw;
	}
} 


/*----------
new archive
----------*/

/*c-archive__title*/
.c-archive__title {
	text-align: center;
	margin: 0 0 50px;
}
.c-archive__title .en {
	display: block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .08em;
	color: #595757;
}
.c-archive__title .en::first-letter {
	color: #7F434E;
}
.c-archive__title h1 {
	font-size: 13px;
	font-weight: normal;
}

@media (max-width: 767px) {
	.c-archive__title {
		margin: 0 0 25px;
	}
	.c-archive__title .en {
		display: block;
		font-size: 26px;
	}
	.c-archive__title h1 {
		font-size: 12px;
	}
}


/*c-archive__tab*/
.c-archive__tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 30px;
}
.c-archive__tab li {
	flex: 1;
	padding: 0 1px 0 0;
}
.c-archive__tab li:last-of-type {
	padding: 0;
}
.c-archive__tab a {
	border-bottom: 5px solid #aaa;
	color: #aaa;
	font-weight: 500;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
.c-archive__tab a.current {
	border-color: #7F434E;
	color: #7F434E;
}

@media (max-width: 767px) {
	.c-archive__tab {
		margin: 0 0 20px;
	}

	.c-archive__tab a {
		padding: 6px 0;
		font-size: 13px;
	}
}


/*c-archive__list*/
.c-archive__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c-archive__list article {
	width: calc((100% - 40px) / 3);
	margin: 0 0 20px;
}
.c-archive__list::after {
	width: calc((100% - 40px) / 3);
	content: '';
}
.c-archive__list__img {
	margin: 0 0 10px;
}
.c-archive__list__img__box {
	position: relative;
	padding-top: 66.66%;
	border-radius: 14px;
	overflow: hidden;
}
.c-archive__list__img__box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-archive__list__cat span {
	display: inline-block;
	color: #7F434E;
	font-size: 12px;
	margin: 0 5px 0 0;
}
.c-archive__list__cat span.new-shop {
	color: #fff;
	background: #7F434E;
	padding: 0 .5em;
}
.c-archive__list__cat span.closed-shop {
	color: #fff;
	background: #374A8E;
	padding: 0 .5em;
}
#relevancy .c-archive__list__cat {
	margin: 5px 0 -5px;
}
.c-archive__list__title {
	line-height: 1.5;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	font-size: 16px;
	font-weight: 500;
}
.c-archive__list__date {
	font-size: 11px;
	color: #B1B1B1;
	text-align: right;
	line-height: 1;
	margin: 5px 0 0;
}

@media (max-width: 999px) {
	.c-archive__list {
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.c-archive__list {
		display: block;
	}
	.c-archive__list article {
		width: 100%;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #dadada;
	}
	.c-archive__list article:last-of-type {
		margin: 0;
		padding: 0;
		border: none;
	}
	.c-archive__list article a {
		display: flex;
	}
	.c-archive__list__img {
		margin: 0 10px 0 0;
		width: 110px;
		flex: 0 0 auto;
	}
	.c-archive__list__img__box {
		border-radius: 6px;
	}
	.c-archive__list__content {
		flex: 1;
	}
	.c-archive__list__cat span {
		font-size: 11px;
	}
	#relevancy .c-archive__list__cat {
		margin: 0 0 -5px;
	}
	.c-archive__list__title {
		font-size: 13px;
	}
}



/*----------
coupon（renew）
----------*/

/*coupon-cat*/
.coupon-cat {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
}
.coupon-cat li {
	width: 140px;
	max-width: 32%;
	margin: 0 5px;
}
.coupon-cat a {
	display: block;
	color: #7F434E;
	font-weight: bold;
	background: #E5DCDB;
	text-align: center;
	padding: 1em 0 2em;
	font-size: 16px;
	line-height: 1;
	position: relative;
}
.coupon-cat a::before,
.coupon-cat a::after {
	content: '';
	border-right: 1px solid #7F434E;
	border-bottom: 1px solid #7F434E;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.coupon-cat a::after {
	bottom: 18px;
}
.coupon-cat a:hover,
.coupon-cat a.current {
	color: #fff;
	background: #7F434E;
}
.coupon-cat a:hover::before,
.coupon-cat a:hover::after,
.coupon-cat a.current::before,
.coupon-cat a.current::after {
	border-color: #fff;
}


@media (max-width: 767px) {
	.coupon-cat {
		margin: 0 0 20px;
	}
	.coupon-cat li {
		width: 100px;
	}
	.coupon-cat a {
		font-size: 14px;
	}
	.coupon-cat a::before,
	.coupon-cat a::after {
		width: 6px;
		height: 6px;
		bottom: 10px;
	}
	.coupon-cat a::after {
		bottom: 16px;
	}
}

/*coupon-list*/
.coupon-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.coupon-list::after {
	content: '';
	width: calc((100% - 4px) / 3);
}
.coupon-list__item {
	width: calc((100% - 4px) / 3);
	margin: 0 0 2px;
	position: relative;
}
.coupon-list__item:hover {
	opacity: .8;
}
.coupon-list__item__member {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	background: #7F434E;
	padding: 8px;
	line-height: 1.4;
	border-radius: 0 0 5px 0;
	z-index: 1;
}
.coupon-list__button{
	margin-top: 30px;
}
.coupon-list__button a {
	background-color: #fff;
	color: #7F434E;
	border: 1px solid #7F434E;
	height: 40px;
	width: 300px;
	margin: 0 auto;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 767px) {
	.coupon-list::after {
		display: none;
	}
	.coupon-list__item {
		width: calc((100% - 2px) / 2);
	}
	.coupon-list__item__member {
		font-size: 12px;
		padding: 8px;
	}
}

/*coupon-single*/
.coupon-single {
	width: 100%;
}
.coupon-single__item {
	max-width: 640px;
	margin: 0 auto;
}
.coupon-single__img {
	padding: 10% 0;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
.coupon-single__img img {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	display: block;
	margin: 0 auto;
	max-width: 70%;
}
.coupon-single__img__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: no-repeat top center / 140%;
	width: 100%;
	height: 100%;
	opacity: .3;
}
.coupon-single__info {
	padding: 0 20px;
	margin: 0 0 30px;
}
.coupon-single__tit,
.coupon-single__content h5 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 5px;
}
.coupon-single__price,
.coupon-single__content h6 {
	text-align: center;
	font-size: 39px;
	font-weight: bold;
	color: #DC7A2A;
	line-height: 1.2;
	margin: 0 0 20px;
}
.coupon-single__content {
	margin: 0 0 30px;
	padding: 0;
}
.coupon-single__deadline {
	border: 1px solid #121212;
	padding: 8px 10px;
	line-height: 1;
	font-size: 16px;
	margin: 0 auto 30px;
	width: fit-content;
}
.coupon-single__attention {
	padding: 15px;
	background: #f0f0f0;
}
.coupon-single__attention h4 {
	margin: 0 0 5px;
}

.coupon-single__link {
	text-align: center;
	margin: 0 0 30px;
}
.coupon-single__link a {
	background: #7F434E;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: .5em 1.5em;
}
.coupon-single__link a:hover {
	opacity: .8;
}
.coupon-single__back {
	text-align: center;
}
.coupon-single__back a {
	border: 1px solid #7F434E;
	color: #7F434E;
	display: inline-block;
	padding: .5em 1.5em;
}
.coupon-single__back a:hover {
	background: #7F434E;
	color: #fff;
}
.coupon-single__recommend {
	margin: 50px 0 30px;
}
.coupon-single__recommend__tit {
	text-align: center;
	color: #7F434E;
	font-size: 20px;
	margin: 0 0 20px;
}


#lightbox .lb-nav a.lb-next,
#lightbox .lb-nav a.lb-prev {
	opacity: 1 !important;
}
@media (min-width: 768px) {
	#lightbox .lb-nav a.lb-next,
	#lightbox .lb-nav a.lb-prev {
		float: none;
		position: absolute;
	}
	#lightbox .lb-nav a.lb-next {
		right: -80px;
	}
	#lightbox .lb-nav a.lb-prev {
		left: -80px;
	}
}