@charset "utf-8";

#header_image {
	display: block;
	margin: 0 auto 30px;
	height: 600px;
	width: 1250px;
	background: url(../images/header1.jpg);
}

.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;
	color: #777;
}



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

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;
	color: #777;
}



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

PICK UP CAST

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

#front_cast.front_contents,
#front_cast .cast_contents {
	margin-bottom: 15px;
}



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

RECRUIT

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

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

#recruit li {
	width: 616px;
}

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

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