@charset "utf-8";

/* --------------------------------------------------

固定ページ共通

-------------------------------------------------- */

.header_image {
	display: block;
	margin: 0 auto 30px;
	height: 600px;
	width: 1250px;
}

#front_header {
	background: url(../images/header_front.jpg) no-repeat;
}

#cast_header {
	background: url(../images/header_rec_cast.jpg) no-repeat;
}

#staff_header {
	background: url(../images/header_rec_staff.jpg) no-repeat;
}

#sidebar {
	width: 238px;
}

/* --------------------------------------------------

フロントページ

-------------------------------------------------- */

.front_contents {
	margin-bottom: 30px;
}

.front_contents:last-child {
	margin: 0;
}

.front_contents h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #333;
}

.front_contents h2 span {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #333;
	font-size: 0.4em;
}

.read_more {
	text-align: right;
	font-size: 0.7em;
}

.recent_posts {
	display: flex;
	justify-content: space-between;
	width: 616px;
}

.recent_posts dt {
	width: 90px;
	padding: 4px;
	border: solid 1px #CCC;
}

.recent_posts dt a {
	display: block;
	height: 80px;
	width: 80px;
	overflow: hidden;
}

.recent_posts dt img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.recent_posts dd {
	width: 510px;
}

.recent_posts dd span {
	display: block;
}

.recent_posts .news_title {
	margin-bottom: 8px;
	padding: 5px 0 3px;
	border-bottom: dotted 1px #777;
	font-size: 0.8em;
}

.recent_posts .news_excerpt {
	font-size: 0.6em;
}



/* SHOP INFO */
.shop_list {
	display: flex;
}

.shop_list li {
	width: 299px;
	margin-right: 18px;
}

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

.shop_list .shop_image {
	display: block;
	width: 299px;
	margin-bottom: 10px;
}

.shop_list .shop_image a {
	display block;
	height: 211px;
	width: 299px;
}

.shop_list .shop_image a:hover {
	opacity: 0.7;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.shop_list .shop_image img {
	height: auto;
	width: 100%;
}

.shop_list h3 {
	height: 43px;
	display: flex;
	margin-bottom: 10px;
}

.shop_list h3 img {
	height: auto;
	width: 43px;
}

.shop_list h3 span {
	padding-left: 10px;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 43px;
}

.shop_list h3 span em {
	display: inline;
	margin-left: 10px;
	font-size: 0.5em;
}

.shop_list p {
	padding-left: 13px;
	border-left: solid 3px #777;
	font-size: 0.6em;
}



/* PICK UP CAST */
#front_cast.front_contents,
#front_cast .cast_contents {
	margin-bottom: 15px;
}



/* RECRUIT */
#front_recruit ul {
	display: flex;
	justify-content: space-between;
}

#front_recruit li {
	width: 616px;
}

#front_recruit li h3 {
	margin-top: 10px;
	font-size: 0.8em;
}

#front_recruit li a:hover {
	opacity: 0.7;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#front_recruit li p {
	font-size: 0.6em;
}

/* --------------------------------------------------

リクルート

-------------------------------------------------- */

.recruit #content {
	display: flex;
	justify-content: space-between;
}

.recruit_contents {
	margin-bottom: 40px;
}

.recruit_contents h2 {
	margin-bottom: 20px;
	padding: 7px 20px;
	border-left: solid 5px #000;
	font-size: 1.3em;
}

.rec_info,
.rec_flow {
	width: 997px;
}

.rec_btn {
	display: block;
	height: 80px;
	width: 235px;
	margin-bottom: 50px;
	border: solid 1px #06C755;
	background: #06C755;
	text-align: center;
	line-height: 80px;
	font-size: 0.9em;
	color: #FFF;
}

.rec_btn:hover {
	background: #FFF;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	color: #06C755;
}

#work_review h3 {
	font-size: 1.4em;
}

#work_review h3 span {
	display: block;
	margin: 5px 0 30px;
	font-size: 0.5em;
	color: #06C755;
}

#work_review p {
	font-size: 0.7em;
}

#work_review li {
	margin-bottom: 15px;
	padding: 15px;
	border: solid 1px #DDD;
	border-radius: 15px 15px 15px 0;
}

#work_review .author {
	margin-top: 5px;
	text-align: right;
	font-weight: bold;
}

#work_review .start {
	text-align: right;
	font-weight: bold;
	font-size: 0.6em;
	color: #06C755;
}


/* 募集要項テーブル */
.rec_info tr {
	border-bottom: solid 1px #CCC;
}

.rec_info tr:last-child {
	border-bottom: 0;
}

.rec_info th,
.rec_info td {
	padding: 20px 30px;
	font-size: 0.7em;
}

.rec_info th {
	width: 25%;
	background: #EFEFEF;
}

.rec_info td li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #CCC;
}

.rec_info td li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.rec_info td p {
	margin-top: 25px;
}

/* 入店フローテーブル */
.rec_flow {
	margin-bottom: 15px;
}

.rec_flow th,
.rec_flow td {
	padding: 15px;
	border: solid 1px #CCC;
	font-size: 0.7em;
}

.rec_flow th {
	width: 20%;
	background: #06C755;
	font-size: 0.9em;
	color: #FFF;
}

.rec_flow td {
	vertical-align: top;
}

.entry_caution li {
	font-size: 0.7em;
}

/* 応募フォーム */
#rec_form ul {
	margin-bottom: 15px;
}

#rec_form li {
	font-size: 0.7em;
}

#rec_form table {
	width: 997px;
}

#rec_form th,
#rec_form td {
	padding: 15px 30px;
	border: solid 1px #CCC;
	font-size: 0.7em;
}

#rec_form th {
	width: 35%;
	background: #EFEFEF;
}

#rec_form th span {
	margin-left: 5px;
	color: red;
}

#rec_form td p {
	margin-top: 5px;
	font-size: 0.9em;
}

#rec_form .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: red;
}

#rec_form .wpcf7-not-valid-tip {
	margin-left: 5px;
}

#rec_form input,
#rec_form select,
#rec_form textarea {
	padding: 5px;
	border: solid 1px #DDD;
	background: #FFF;
}

#rec_form input.short {
	width: 200px;
}

#rec_form select,
#rec_form input.wpcf7-validates-as-email,
#rec_form input.profile-pic {
	width: 400px;
}

#rec_form textarea {
	height: 100px;
	width: 100%;
}

#rec_form .first {
	margin: 0;
}

#rec_form .wpcf7-submit {
	height: 60px;
	width: 160px;
	border: solid 1px #06C755;
	background: #06C755;
	color: #FFF;
}

#rec_form .wpcf7-submit:hover {
	border: solid 1px #06C755;
	background: #FFF;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	color: #06C755;
	cursor: pointer;
}

#rec_form .wpcf7-response-output {/*エラー*/
	width: 100%;
	margin: 15px 0 0;
	padding: 20px;
	border: solid 2px red;
	text-align: center;
	font-size: 0.7em;
	color: red;
}