@charset "UTF-8";
/* CSS Document */

.news-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.news-info__cate {
	padding: 5px 5px 6px;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.news-info__cate.campaign { background-color: #d76e70; }
.news-info__cate.campaign:before { content: "キャンペーン"; }
.news-info__cate.event { background-color: #e29b36; }
.news-info__cate.event:before { content: "イベント"; }
.news-info__cate.notice { background-color: #5ea5d2; }
.news-info__cate.notice:before { content: "お知らせ"; }
.news-info__cate.recruit { background-color: #6ba02f; }
.news-info__cate.recruit:before { content: "採用情報"; }

.news-info__date {
	font-size: 1.1rem;
	line-height: 1;
	color: #e34847;
}
.news-ttl {
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.news-txt {
	font-size: 1.0rem;
	line-height: 1.4;
}


.news-info--left {
	justify-content: flex-start;
}
.news-info--left .news-info__cate {
	margin-right: 10px;
}

.fair__main{
	margin: 0 0 20px 0;
	padding-bottom: 60px;
	background: #fff;
}

.fair__dm{
	margin: 0 0 20px 0;
}

.fair__dm-item{
	margin: 0 0 10px 0;
}

.fair__btn-item{
	margin: 0 0 15px 0;
}

.fair__catch{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
.fair__text{
	text-align: center;
	font-size: 1.3rem;
	margin: 0 0 30px 0;
}

.snsicon{
	display: flex;
	justify-content: center;
	margin: 20px 0 30px 0;
}

.snsicon__item{
	width: 50px;
}

.snsicon__item:first-child{
	margin-right: 20px;
}
.snsicon__item > a{ display: block; transition: 0.5s; }
.snsicon__item > a:hover { opacity: 0.75; }

.fair__main__bottom {
	background: #fff;
	padding-bottom: 30px;
}

@media print, screen and (min-width: 681px) {
	
	
	.news-info {
		justify-content: flex-start;
	}
	
	.news-info__cate {
		margin-right: 8px;
		padding: 6px 8px 7px;
		font-size: 1.1rem;
	}

	.news-info__date {
		font-size: 1.3rem;
	}
	.news-ttl {
		margin-bottom: 10px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.news-txt {
		font-size: 1.3rem;
		line-height: 1.5;
	}
	.snsicon{
		display: flex;
		justify-content: center;
		margin: 40px 0 50px 0;
	}

	.snsicon__item{
		width: 70px;
	}
	
	.snsicon__item:first-child{
		margin-right: 40px;
	}
	
}

@media print, screen and (min-width: 1200px) {
	.fair__dm{
		display: flex;
		margin: 0 0 30px 0;
	}
	.fair__dm-item{
		width: calc(50% - 10px);
		margin: 0 10px 0 0;
	}
	.fair__dm-item:last-child{
		margin: 0 0 0 0;
	}
	.fair__btn{
		width: 400px;
		margin: 0 auto;
	}
	.fair__catch{
		font-size: 2.2rem;
	}
}

.imglink { transition: 0.3s; }
.imglink:hover { opacity: 0.9; }

.f_logo { margin-left: auto; margin-right: auto; }
@media print, screen and (max-width: 680px) {
	.f_logo { width: 280px; }
}
@media print, screen and (min-width: 681px) {
	.f_logo { max-width: 617px; }
}
/*------------------------------------
				Link
------------------------------------*/
.link-wrap { background: #fff; padding-top: 20px; padding-bottom: 20px; }
.link { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.link__item { width: calc(50% - 5px); margin-top: 10px; }
.link__item:nth-of-type(even) { margin-right: 10px; }
.link__item--long { width: 100%; margin-top: 0; }
.link__item a { display: flex; justify-content: center; align-items: center; width: 100%; height: 58px; background: #e60012; border-radius: 10px; }
.link__item a img { width: auto; height: 38px; margin-right: 10px; }
.link__item a span { font: 700 1.6rem YakuHanJP_Noto, "Noto Sans JP", sans-serif; line-height: 1.25; color: #fff; }

@media print, screen and (min-width: 681px) {
	.link-wrap { width: 600px; margin-left: auto; margin-right: auto; padding-top: 90px; padding-bottom: 160px; }
	
	.link--center { justify-content: center; }
	.link__item { width: calc(50% - 10px); margin-top: 20px; }
	.link__item--long { width: 100%; }
	.link__item:nth-of-type(even) { margin-right: 20px; }
	.link__item a { height: 81px; border-radius: 20px; }
	.link__item a img { height: 44px; }
	.link__item a span { font-size: 2.1rem; }
	.link__item:not(:last-of-type) { margin-bottom: 0; }
}


/*------------------------------------
				Stores
------------------------------------*/
.tabs-nav { display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 30px; margin-bottom: 30px; }
.tabs-nav > li { width: 32%; margin-right: 2%; margin-bottom: 8px; cursor: pointer; }
.tabs-nav > li:nth-child(3n) { margin-right: 0; }
.tabs-nav > li a { display: block; padding: 14px 0 15px; background-color: #eae8d8; border-radius: 5px; font-size: 1.1rem; text-align: center; line-height: 1; transition: all .3s ease-out; }

.table-style { margin-bottom: 30px; }
.table-style th,
.table-style td { font-size: 1.1rem; padding: 10px; }
.table-style td.link-name a { font-weight: 700; color: #ff4645; }
.table-style a.link-icon  { display: flex; }
.table-style a.link-icon:after  { content: ""; background: url(../../../common/img/ico_link-blank_red.svg) no-repeat 0 0/contain; width: 11px; height: 11px; margin: 0 0 0 7px; transform: translateY(5px); }
.table__th1 { width: 30%; }
.table__th2 { width: 15%; }
.table__th3 { width: 15%; }

@media print, screen and (min-width: 681px) {
	.tabs-nav { display: flex; flex-wrap: nowrap; justify-content: space-between; width: calc(100% - 30px); border-bottom: 1px solid #eae8d8; margin: 45px auto; }
	.tabs-nav > li { width: 9%; max-width: 72px; margin-bottom: 0; }
	.tabs-nav > li a { display: block; padding: 15px 0; border-radius: 10px 10px 0 0; font-size: 1.4rem; }
	.tabs-nav > li:not(:last-child),
	.tabs-nav > li:last-child { margin-right: 0; }
	.tabs-nav + div { padding: 0 15px; }
	.table-style { margin-bottom: 45px; }
	.table-style th,
	.table-style td { font-size: 1.4rem; padding: 12px 20px; }
}



.article-wrap--white { background: #fff; }

@media print, screen and (max-width: 681px) {
	.ttl-1 { width: 100%; }
}
@media print, screen and (min-width: 1201px) {
	.tabs-nav > li { width: 7.8%; margin-bottom: 0; }
}

.fair__main__notice { margin-top: 15px; margin-bottom: 15px; padding: 0 25px; font-size: 1.1rem; font-weight: 400; line-height: 1.5; }
@media print, screen and (min-width: 681px) {
	.fair__main__notice { width: 852px; margin-left: auto; margin-right: auto; padding: 0; font-size: 1.2rem; }
}
.img_link { display: block; cursor: pointer; transition: .4s; text-align: center; }
.img_link:hover { opacity: .8; }
/*.img_link img { max-width: 740px; }*/



.bnr-wrap { position: relative; text-align: center; }
.bnr-obj { position: absolute; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; content: ""; mix-blend-mode: multiply; pointer-events: none; }
.bnr-obj--1 { top: 330px; right: -135px; width: 179px; }
.bnr-obj--2 { bottom: -20px; left: -130px; width: 198px; }
.bnr-obj--3 { top: 160px; left: -250px; width: 170px; }
.bnr { position: relative; display: block; max-width: 793px; margin-left: auto; margin-right: auto; }
.bnr ._notice { position: absolute; right: 0; top: calc(100% + 2px); }
.bnr:not(:first-of-type) { margin-top: 15px; }
._notice { display: block; font-size: 1.0rem; text-align: right; }
._notice::before { content: "※"; }
@media print, screen and (max-width: 1200px) {
	.bnr-obj { display: none; }
	._notice { font-size: 1.2rem; }
}
@media print, screen and (min-width: 681px) {
	.bnr:not(:first-of-type) { margin-top: 30px; }
}