@charset 'utf-8';

/* rc.css 上書き修正 */
@media screen and (max-width: 9999px) {
	#sp_menu .siteTitleImage {
		width: auto;
	}
}


.bread-summary_list {
	list-style: none;
}

.bread-summary_list-item {
	margin-bottom: 10px;
	padding: 15px;
}

.bread-summary_list-item:hover {
	background-color: #d3d3d3;
	transition: background-color .25s linear;
}
.entryColumn h3 {
    background-color: #d3d3d3;
}
.entryColumn p.entryBtnAttention a {
    background: #cc0000;
    font-weight: bold;
    color: #FFF;
    line-height: 1.2;
    border: 0;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
}
.entryColumn p.entryBtnAttention a:hover{
background: #ff0000;
}

.navbar li.js-link_match_location-full a {
    color: #cc0000;
}
.grobal2col ul li.js-link_match_location-full {
    width: 100%;
}
.grobal2col ul li.js-link_match_location-full a{
    color:#fff;
background: #cc0000;
}
.grobal2col ul li.js-link_match_location-full a:after{
border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.entryColumn h2 {
    margin: 50px 10px 25px 10px;
    
}

/* トップページ、クリスマスボタン */
.christmas-button-box .christmas-btn {
	background: linear-gradient(#7F0C23, #C41134);
	border-color: #7F0C23;
}

.christmas-button-box .christmas-btn:hover {
	background: linear-gradient(#E75270, #7F0C23);
}

/* トップページバナー */
.img-text-banner {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: auto auto 30px;
}

.img-text-banner .bg-img {
	width: 100%;
	height: auto;
}

.img-text-banner .float {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate( 0, -50% );
	width: 100%;
	text-align: center;
}

.img-text-banner .float-text {
	box-sizing: border-box;
	margin: 0 auto 2em;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
}

.img-text-banner .float-button {
	display: inline-block;
	padding: .5em 1.25em;
	border: 1px solid #FFF;
	border-radius: 3px;
	line-height: 1;
	color: #FFF;
	transition: all .3s;
}

.img-text-banner .float-button:hover {
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.img-text-banner .float-text {
		margin-bottom: 1em;
		font-size: 18px;
	}
}

/*  求人情報
------------------------------ */
p.paragraphJack{
	margin-left: 250px;
}

@media (max-width: 769px){
	p.paragraphJack{
		margin-left: 20px;
	}
}

/*  SNSリンク削除
------------------------------ */
footer.entryFooter {
	display: none;
}