@charset "UTF-8";
/* ======= 共通部分 ======= */
/* 全体 */
.head-line-sub, .head-line-sub-n {
    text-align: center;
    overflow: hidden;
    font-family: "新ゴ M", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", Verdana, Helvetica, Arial, sans-serif;
    font-size: 18px;
    width: 100%;
    margin: 60px 0;
    position: relative;
    z-index: 999999;
}
.head-line-sub p {
    display: inline-block;
    position: relative;
    padding: 6px 40px;
    border-top: 2px solid #275275;
    border-bottom: 2px solid #275275;
    background: #fff;
	margin-bottom: 0;
}
.recruit-date-info {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
	margin: 0 auto 25%;
}
.shop {
    width: 100%;
    margin: 0 auto 10%;
}
.shop:nth-child(odd) {
	padding-right:15px;
}
.shop:nth-child(even) {
	padding-left:15px;
}
.shop .tenmei {
    font-size: 1.5rem;
    font-weight: 600;
    color: #404040;
}
.shop .tenmei .yellow {
    color: #275275;
    font-size: 2rem;
}
.shop .tenmei .add {
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 5%;
}
.shop .tbl-shop {
    border: 2px solid #515151;
    background-color: #fff;
    width: 100%;
}
.shop .tbl-shop td {
	padding: 15px;
}
.shop .tbl-shop th {
    vertical-align: middle;
    width: 20%;
    text-align: center;
    background-color: #515151;
    border-right: 2px solid #515151;
    color: #fff;
}
.shop .tbl-shop ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.shop .tbl-shop ul li{
	margin-bottom:15px;
}

.shop .tbl-shop ul li:last-child{
	margin-bottom:0px;
}
.shop .tbl-shop ul li a{
	display: block;
	background: #275275;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-top: 5px
}
@media screen and (max-width: 992px){
.recruit-date-info {
    grid-template-columns: 100%;
}
	.shop:nth-child(odd) {
    padding-right: 0;
}
	.shop:nth-child(even) {
    padding-left: 0;
}
}