@charset "utf-8";
/* recruit.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: 500px;
	background-color: #3F3C79;
	background-image: -webkit-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(63,60,121,1.00) 0%,rgba(29,28,56,1.00) 100%);
}
#kv h2 {
	height: 253px;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インフォメエリア  　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#information {
	padding-bottom: 100px;
	padding-top: 50px;
}

#information h3 {
	margin-bottom: 45px;
	font-size: 28px;
	color: #FFFFFF;
	border-bottom: 5px solid #9690CC;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	background-color: #413A7C;
	padding-top: 10px;
	padding-right: 20px;
}
#info_data {
	margin-left: 20px;
	margin-right: 20px;
}

/* -- 寿司店募集 ----------------------------------------------- */
#lead {
	margin-bottom: 30px;
}
#sushi_area h4 {
	color: #413A7C;
	font-weight: 900;
	font-size: 22px;
	margin-bottom: 20px;
	border-bottom: 5px solid #9690CC;
	padding-bottom: 5px;
}

/* テーブル */
.sushi_tbl table {
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.sushi_tbl th {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F4F4;
}
.sushi_tbl td {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 特典 */
.tokuten_list {
	width: 330px;
	margin-right: 35px;
	float: left;
}
.tokuten_list:last-child {
	margin-right: 0px;
}
.tokuten_list h5 {
	background-color: #413A7C;
	color: #FFFFFF;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.tokuten_list p {
	margin-left: 5px;
	margin-right: 5px;
}

/* 写真 */
ul#sushi_pic {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul#sushi_pic li {
	width: 525px;
}
ul#sushi_pic li img {
	width: 100%;
	height: auto;
}











 





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/	
#kv h2 {
	height: auto;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* インフォメエリア  　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#information {
	padding-bottom: 60px;
	padding-top: 30px;
}

#information h3 {
	margin-bottom: 30px;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


/* -- 寿司店募集 ----------------------------------------------- */
#sushi_area h4 {
	font-size: 18px;
}

/* テーブル */
.sushi_tbl table {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-top-style: none;
	margin-bottom: 40px;
}
.sushi_tbl th {
	border-right-style: none;
	border-bottom: 1px solid #999999;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-top: 1px solid #999999;
	text-align: left;
	font-weight: 900;
}
.sushi_tbl td {
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 100%;
	display: block;
}

/* 特典 */
.tokuten_list {
	width: 100%;
	margin-right: 0px;
	float: none;
	margin-bottom: 30px;
}
.tokuten_list h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

/* 写真 */
ul#sushi_pic {
	display: inherit;
}
ul#sushi_pic li {
	width: 100%;
	margin-bottom: 10px;
}

}
