@charset "utf-8";

/* 2026-07-27 北海道・沖縄の旧ページ構成を一時的に再利用し、他ページとのCSS競合を防ぐための追加開始 */
#main {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1100px;
	padding: 50px 0 0;
	width: 90%;
}

#main img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

#main a {
	color: #555;
	text-decoration: none;
}

#cat-main {
	min-width: 0;
}

#cat-main .content {
	box-sizing: border-box;
	width: 100%;
}

#main-img {
	line-height: 0;
	margin: 0;
}

.ttl-1 {
	color: #339fd8;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.ttl-2 {
	background-color: #20c691;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 35px;
	padding: 10px 15px;
}

.ttl-3 {
	color: #339fd8;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 8px;
}

.thumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 100%;
}

.excerpt {
	font-size: 13px;
	line-height: 1.8;
}

.lead {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}

.btn-g {
	background-color: #e1c10f;
	font-weight: bold;
	margin: 0 auto;
}

#main .btn-g a {
	color: #fff;
	display: block;
	position: relative;
}

.btn-g a::before {
	background: url("/images/category/arrow.svg") no-repeat center;
	background-size: contain;
	content: "";
	position: absolute;
	top: 50%;
}

.page-nav {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-nav li a {
	color: #20c691;
	display: block;
	position: relative;
}

.page-nav li a::before {
	border: 5px solid transparent;
	border-left: 7px solid #20c691;
	content: "";
	left: 0;
	line-height: 1;
	position: absolute;
	top: 9px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	z-index: 1;
}

#about .txt {
	line-height: 1.8;
}

.bnr-area {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.anchor {
	background-color: #f2f2f2;
	padding: 30px 0;
}

.anchor .btn-g {
	border-radius: 5px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	max-width: calc(100% - 30px);
	text-align: center;
	width: 320px;
}

.anchor .btn-g a::before {
	height: 16px;
	left: 13px;
	margin-top: -8px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 16px;
}

.spot-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.spot-item {
	background-color: #fff;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	position: relative;
}

.spot-item::before {
	background-color: #339fd8;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: -4px;
	width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
}

.spot-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.spot-item .thumb.is_empty {
	background-color: #efefef;
}

.spot-item .btn-g {
	border-radius: 3px;
	margin-top: auto;
}

.spot-item .btn-g a::before {
	height: 14px;
	margin-top: -7px;
	right: 13px;
	width: 14px;
}

.gourmet-list {
	counter-reset: rank 0;
}

.gourmet-item {
	box-sizing: border-box;
	counter-increment: rank 1;
	position: relative;
}

.gourmet-item::before {
	background-image: url("/images/category/icon-crown3.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #756405;
	content: counter(rank) "";
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	left: 0;
	line-height: 57px;
	position: absolute;
	text-align: center;
	top: -15px;
	width: 59px;
}

.gourmet-item:nth-of-type(1)::before {
	background-image: url("/images/category/icon-crown1.svg");
}

.gourmet-item:nth-of-type(2)::before {
	background-image: url("/images/category/icon-crown2.svg");
}

.gourmet-item .ttl-3 {
	font-size: 18px;
}

.special_search {
	margin-bottom: 0;
}

ul.list-baito li a .head {
	padding-left: 0;
}

.cat_search_cnts {
	margin-top: 10px;
}

#cat-side {
	box-sizing: border-box;
	position: relative;
}

#cat-side .bnr-entry,
#cat-side .bnr-list {
	margin-bottom: 40px;
}

#cat-side .bnr-list li {
	margin-bottom: 20px;
}

#cat-side .bnr-list li:last-child {
	margin-bottom: 0;
}

#side-search {
	background-color: #efefef;
	box-sizing: border-box;
	padding: 25px 20px;
}

#side-search .ttl-area {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#side-search .area-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

#side-search .area-list li {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
	text-indent: 2px;
}

#side-search .area-list li a {
	color: #20c691;
	display: block;
	padding: 7px;
	position: relative;
}

#side-search .area-list li a::before {
	border-bottom: 1px solid #20c691;
	border-right: 1px solid #20c691;
	content: "";
	height: 4px;
	margin-top: -2.5px;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 4px;
}

#page-nav-fix {
	left: 0;
	position: fixed;
	top: -100px;
	-webkit-transition: top 0.6s ease;
	-moz-transition: top 0.6s ease;
	-o-transition: top 0.6s ease;
	transition: top 0.6s ease;
	width: 100%;
	z-index: 998;
}

#page-nav-fix.is_fixed {
	top: 65px;
}

#page-nav-fix .page-nav {
	margin: 0;
}

@media screen and (min-width: 900px) {
	.pc_none {
		display: none;
	}

	#main {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		gap: 0 40px;
	}

	#cat-main {
		max-width: 760px;
        width: 70%;
	}

	#cat-main .content {
		margin: 0 0 70px;
		padding: 0;
	}

	#cat-main .content:last-of-type {
		margin-bottom: 0;
	}

	.page-nav {
		background-color: #f2f2f2;
		margin-bottom: 40px;
		padding: 20px 25px;
	}

	.page-nav li {
		font-size: 13px;
		margin-right: 25px;
	}

	.page-nav li:last-child {
		margin-right: 0;
	}

	.page-nav li a {
		padding-left: 17px;
	}

	#about .txt {
		margin-bottom: 50px;
	}

	.bnr-area {
		margin-bottom: 20px;
	}

	.bnr-area li {
		margin-bottom: 25px;
		width: 48%;
	}

	#spot.content {
		margin-bottom: 35px;
	}

	.spot-item {
		margin-bottom: 35px;
		padding: 15px 15px 30px;
		width: 48%;
	}

	.spot-item .thumb {
		height: 210px;
		margin-bottom: 15px;
	}

	.spot-txt {
		margin-bottom: 25px;
		width: 100%;
	}

	.spot-txt .excerpt {
		padding: 0 5px;
	}

	.spot-item .btn-g {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		max-width: 270px;
		width: 100%;
	}

	.spot-item .btn-g a {
		padding: 0 25px;
	}

	.spot-list.columns-four::before,
	.spot-list.columns-four::after {
		content: "";
		display: block;
		order: 1;
		width: 23.5%;
	}

	.spot-list.columns-four::before {
		order: 2;
	}

	.spot-list.columns-four .spot-item {
		margin-bottom: 20px;
		padding: 10px;
		width: 23.5%;
	}

	.spot-list.columns-four .spot-item .thumb {
		height: 95px;
		margin-bottom: 10px;
	}

	.spot-list.columns-four .spot-item .ttl-3 {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.spot-list.columns-four .spot-txt {
		margin-bottom: 15px;
	}

	.spot-list.columns-four .excerpt {
		font-size: 12px;
		padding: 0 2px;
	}

	.spot-list.columns-four .btn-g {
		font-size: 11px;
		height: auto;
		line-height: 1.3;
		text-align: center;
	}

	.spot-list.columns-four .btn-g a {
		padding: 6px 20px;
	}

	.spot-list.columns-four .btn-g a::before {
		height: 12px;
		margin-top: -6px;
		right: 8px;
		width: 12px;
	}

	#baito ul.list-baito > li {
		width: 31%;
	}

	#baito ul.list-baito::after {
		width: 31%;
	}

	#baito ul.list-baito::before {
		display: none;
	}

	.gourmet-item {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 45px;
		padding-left: 15px;
	}

	.gourmet-item:last-of-type {
		margin-bottom: 0;
	}

	.gourmet-item .thumb {
		height: 150px;
		width: 32%;
	}

	.gourmet-item .txt {
		width: 64%;
	}

	#cat-side {
		max-width: 300px;
        width: 28%;
	}

	#side-search {
		position: -webkit-sticky;
		position: sticky;
		top: 155px;
	}

	#side-search .area-list li {
		width: 48%;
	}
}

@media screen and (max-width: 899px) {
	.sp_none {
		display: none;
	}

	#main {
		padding: 0;
		width: 100%;
	}

	#cat-main {
		margin-bottom: 50px;
		width: 100%;
	}

	#cat-main .content {
		margin: 0 0 40px;
		padding: 0 4%;
	}

	#cat-main #about.content {
		padding: 0;
	}

	.ttl-1 {
		font-size: 18px;
	}

	.ttl-2 {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.ttl-3 {
		font-size: 14px;
	}

	.excerpt {
		font-size: 11px;
	}

	.lead {
		font-size: 13px;
		margin-bottom: 30px;
	}

	.page-nav {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		padding: 20px 4%;
	}

	.page-nav li {
		background-color: #f2f2f2;
		border-radius: 4px;
		font-size: 11px;
		margin-bottom: 8px;
		text-align: center;
		width: 49%;
	}

	.page-nav li a {
		padding: 10px 10px 10px 20px;
	}

	.page-nav li a::before {
		border: 4px solid transparent;
		border-left: 6px solid #20c691;
		left: 10px;
		margin-top: -3px;
		top: 50%;
	}

	#about .txt {
		font-size: 13px;
		margin-bottom: 40px;
		padding: 0 5%;
	}

	.bnr-area {
		margin-bottom: 10px;
		padding: 0 5%;
	}

	.bnr-area li {
		margin-bottom: 25px;
		width: 100%;
	}

	.anchor .btn-g {
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}

	#spot.content {
		margin-bottom: 35px;
	}

	.spot-item,
	.spot-list.columns-four .spot-item {
		margin-bottom: 15px;
		padding: 0 0 15px;
		width: 48.5%;
	}

	.spot-item::before {
		height: 3px;
		top: -3px;
	}

	.spot-item .thumb,
	.spot-list.columns-four .spot-item .thumb {
		box-sizing: border-box;
		height: auto;
		margin-bottom: 0;
		padding-top: 58%;
	}

	.spot-txt,
	.spot-list.columns-four .spot-txt {
		box-sizing: border-box;
		margin-bottom: 0;
		padding: 15px 10px;
		width: 100%;
	}

	.spot-list.columns-four .ttl-3 {
		font-size: 14px;
	}

	.spot-list.columns-four .excerpt {
		font-size: 11px;
	}

	.spot-item .btn-g,
	.spot-list.columns-four .btn-g {
		font-size: 10px;
		line-height: 1.3;
		text-align: center;
		width: 85%;
	}

	.spot-item .btn-g a,
	.spot-list.columns-four .btn-g a {
		padding: 7px 15px;
	}

	.spot-item .btn-g a::before,
	.spot-list.columns-four .btn-g a::before {
		height: 12px;
		margin-top: -6px;
		right: 6px;
		width: 12px;
	}

	.gourmet-list {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}

	.gourmet-item {
		width: 48%;
	}

	.gourmet-item:nth-of-type(1) {
		margin-bottom: 30px;
		width: 100%;
	}

	.gourmet-item::before {
		font-size: 13px;
		height: 38px;
		left: -10px;
		width: 55px;
	}

	.gourmet-item .thumb {
		box-sizing: border-box;
		height: auto;
		margin-bottom: 15px;
		padding-top: 60%;
	}

	.gourmet-item:nth-of-type(1) .ttl-3 {
		font-size: 15px;
	}

	.special_search {
		padding: 25px 4%;
	}

	#cat-side {
		padding: 0 4%;
		width: 100%;
	}

	#cat-side .bnr-entry,
	#cat-side .bnr-list {
		margin-bottom: 20px;
	}

	#cat-side .bnr-list ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
	}

	#cat-side .bnr-list li {
		width: 48%;
	}

	#side-search .ttl-area {
		font-size: 14px;
	}

	#side-search .area-list li {
		width: 48%;
	}
}

/* 2026-07-27 並び順ボタンの状態色と求人カードのお気に入りアイコン寸法を専用ページ内で固定するための追加開始 */
#main .results_sort li a {
	color: #f86f82;
}

#main .results_sort li.ac a {
	color: #fff;
}

#main ul.list-baito > li > .job_favo img {
	display: block;
	height: 16px;
	max-width: none;
	width: 18px;
}
/* 2026-07-27 並び順ボタンの状態色と求人カードのお気に入りアイコン寸法を専用ページ内で固定するための追加終了 */

/* 2026-07-27 北海道・沖縄の旧ページ構成を一時的に再利用し、他ページとのCSS競合を防ぐための追加終了 */
