@charset "utf-8";
/*
Theme Name:SKIN child
Theme URI:
Description:WordPressテーマ「SKIN」の子テーマ
Author:doraxdora
Template:skin_tcd046
Version:1.7.2
*/

.staff_info #article {
	margin-bottom: 0px;
}

:root {
	--color-white: rgb(255,255,255);
	--color-black: rgb(37,37,37);
	--color-gray: rgb(202,202,202);
	--color-primary: rgb(151,109,33);
	--color-primary-rgba: rgb(151,109,33,0.6);
	--color-secondary: rgb(255,215,2);
	--color-secondary-rgba: rgba(255,215,2,0.6);
	--color-light-title: rgb(242,242,242);
}
html {
	font-size: 12px;
}
body {
	background-color: var(--color-white);
}

.form-control {
	font-size: 16px;
}
.bg-white {
	background-color: var(--color-white);
	padding: 10px;
}
/**
 * 見出し
 */
h2.sub-section {
	padding-bottom: 8px;
	position: relative;
	border: 0px;
	text-align: center;
	font-size: 2rem;
}
h2.sub-section {
	margin-top: 20px;
	margin-bottom: 10px;
}
h2.sub-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	border: 0px;
	background: linear-gradient(to right, transparent 0%, var(--color-primary) 40%, var(--color-primary) 60%,transparent 100%);
}

h2 {
	border:none;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background: linear-gradient( 0deg, var(--color-secondary) 0% 20% , var(--color-primary) 30% 30%, var(--color-secondary) 70% 70%); 
	/**text-shadow: 0 0 5px #f6e6b4;*/
	-webkit-background-clip: text;
}
h2.headline_bg_l {
	margin-bottom: 50px;
}
.transparent {
	opacity: 0.4;
}

.post_content table.sch-box {
	margin: 0px;
}
.sch-box {
	border: 1px solid #eee;
	table-layout: fixed;
}
.sch-box tr td,
.sch-box tr th {
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.sch-box tr th {
	background-color: var(--color-primary);
	color: var(--color-white);
}
.sch-box tr td {
	background-color: var(--color-white);
}

.spacer {
	height: 20px;
}

.block-group {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	padding: 1.8em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	margin-top: var(--vk-margin-elem);
	margin-bottom: var(--vk-margin-elem);
}

.post_content p {
	line-height: unset !important;
}

/**
 * キャストスケジュール
 */

.krc_calendar {
	font-size: 13px;
	margin: 24px 0;
}

.krc_calendar dl {
	margin: 0px;
	border: 0px;
	border-right: 1px solid var(--color-gray);
	width: 20%;
	float: left;
	display: block;
}
.krc_calendar dl dt {
	border: 0px;
	border-bottom: 1px solid var(--color-gray);
	text-align: center;
	padding: 2px;
	background-color: #a59548;
	font-weight: normal;
	margin-bottom: 0px;
}

.krc_calendar dl dd {
	border: 0px;
	text-align: center;
	text-decoration: none;
	padding: 24px 2px;
	display: block;
	color: var(--color-black);
	font-weight: bold;
	margin: 0px auto;
	background-color: RGBA(255, 255, 255, 0.6);
}


/**
 * 出勤情報
 */
.week_calendar ul {
	list-style:none;
	overflow: hidden;
	margin: 5px 0px;
	padding: 0px;
	width: 100%;
}

.week_calendar ul li {
	position: relative;
	float: left;
	width: 14%;
}

.week_calendar ul li a {
	display: block;
	padding: 17px 5%;
	width: 99%;
	color: var(--color-white);
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	text-align: center;
	text-decoration: none;
}
.week_calendar ul li.target a {
	color: var(--color-black);
	background-color: var(--color-white);
}

.week_calendar ul li a:hover {
	color: var(--color-black);
	background-color: var(--color-white);
}

/**
 * キャスト一覧
 */
.box-body {
}
.cast-box {
	padding: 5px 0px;
	margin: 0px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-items: start;
	align-content: space-around;
}
.one-cast {
	display: inline-block;
	position: relative;
	max-width: 257px;
	height: 485px;
	margin: 10px 10px 20px 10px;
	padding: 0;
	text-align: left;
	line-height: 1.3em;
	overflow: hidden;
	letter-spacing: normal;
	border-radius: 3px;
	border: 3px solid var(--color-primary);
	-webkit-box-shadow: 7px 7px 10px 0 var(--color-primary-rgba);
	-moz-box-shadow: 7px 7px 10px 0 var(--color-primary-rgba);
	box-shadow: 7px 7px 10px 0 var(--color-primary-rgba);
}

.one-cast a.iframe {
	z-index: 8;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #111;
}

.one-cast figure {
	position: relative;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	height: 340px;
	overflow: hidden;
}
.one-cast figure img {
	width: 100%;
}

.one-cast figcaption {
	position: relative;
	width: 100%;
	height: 175px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2em;
	background-color: var(--color-white);
	color: var(--color-white);
}


/**
 * キャスト個人ページ
 */
.cast {
	color: var(--color-black);
	overflow: hidden;
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}	

.cast-photo {
	padding: 10px;
	flex: 0 0 45%;
}
.cast-profile {
	padding: 10px;
	flex: 0 0 50%;
}
.cast-profile > div {
	background-color: var(--color-white);
	padding: 0px 20px;
	margin-bottom: 30px;
}
.cast-profile h2:first-child {
	margin-top: 0px;
}
.cast-comment {
	width: 100%
}
.cast-schedule {
	width: 100%
}

.cast-meta {
	overflow:hidden;
	text-align: center;
}
.cast-meta-left {
	width:45%;
	height:35px;
	float:left;
	text-align: right;
	margin: 1px;
	padding:10px;
	background-color: var(--color-light-title);
}
.cast-meta-right {
	width:45%;
	height:35px;
	float:left;
	text-align: left;
	margin: 1px;
	padding:10px;
	white-space:nowrap;
}
.cast-pr {
	font-size: 18px;
	overflow: hidden;
	line-height: 1.8;
	padding: 15px 10px;;
}
.post_content pre {
	all: initial;
}
.cast-pr pre {
	white-space: pre-wrap;
	color: var(--color-black);
}

.flexslider {
	background: unset;
	border: unset;
}

#slider,
#thumbnail {
	/** border: 5px solid #e58f8f; */
}
#slider {
	margin-bottom: 0px;
	overflow:hidden;
}
#slider ul {
	overflow:hidden;
}
#slider ul li {
	flex-grow: unset;
	margin-bottom: 2px;
	max-height: 700px;
}
#slider ul li a.image {
	display: flex;
	width: 100%;
	height: 100%;
}
#slider ul li img {
	object-fit:cover;
	width: 100%;
}
.flex-direction-nav a {
	height: 60px;
	top: 42%;
}

#thumbnail {
	overflow:hidden;
}
#thumbnail .slides li {
	
	min-height:150px;
	width:100px;
}
#thumbnail .slides img {
	min-height: 150px;
	max-height: 150px;
	width:100px;
	-moz-user-select: none;
	object-fit:cover;
}
#thumbnail img {
	opacity: 0.5;
}
#thumbnail .flex-active-slide img {
	opacity: 1;
	cursor: default;
}

#thumbnail .flex-direction-nav a {
	top: 30px;
}


.btn-block {
	text-align: center;
}

/** スケジュールページへボタン */
a.btn-schedule {
	text-decoration: none;
	color: var(--color-white);
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
	display: block;
	text-align: center;
	border-radius: 5px;
	color: var(--color-white) !important;
}
a.btn-schedule:hover {
	text-decoration: none;
	background-color: var(--color-primary-rgba);
	border: 1px solid var(--color-primary-rgba);
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

/**
 * ランキング
 */
.rank-box > .one-cast {
	margin :0 18px 4px
}


/**
 * ツイッターアイコン
 */
.one-cast .tw {
	right: 0px;
	top: 310px;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(images/twitter_icon.png);
}

.one-cast .tw:hover {
	opacity: 0.8;
}

/**
 * 当日出勤バッジ
 */
.one-cast .todays_cast {
	right: 0px;
	top: 0px;
	border-radius: 3px;
	background-color: #ed561b;
	color: var(--color-white);
	font-size: 18px;
	opacity: 0.9;
	font-weight: normal;
	padding: 5px;
}

.one-cast .todays_cast {
	position: absolute;
	display: block;
	z-index: 26;
}

/**
 * 出勤時間バッジ
 */
.one-cast .worktime {
	text-align: center;
	left: 0px;
	top: 575px;
	width:100%;
	background-color: #ed561b;
	color: var(--color-white);
	font-size: 18px;
	opacity: 0.8;
	font-weight: normal;
	padding: 5px;
	border-radius: 0px;
}

.one-cast .worktime {
	position: absolute;
	display: block;
	z-index: 26;
}

/**
 * 新人バッジ
 */
.one-cast .new_cast {
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	background-image: url(images/new_icon.png);
	opacity: 0.9;
}

/**
 * 出張バッジ
 */
.one-cast .btrip_cast {
	left: 0px;
	top: 260px;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 30;
	background-image: url(images/btrip_icon.png);
	opacity: 0.9;
}

/**
 * ランキングバッジ
 */
.one-cast .rank {
	left: 0px;
	top: 360px;
	width: 100px;
	height: 50px;
	position: absolute;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 26;
	opacity: 0.9;
}
.one-cast .rank img {
	width: 80px;
}
/**
 * キャスト情報
 */
.one-cast a {
	text-decoration: none;
}
.one-cast figcaption p {
	margin: 0px;
}
.one-cast figcaption p.cast-caption {
	color: var(--color-gray);
	border-top: 1px solid var(--color-secondary);
	border-bottom: 1px solid var(--color-secondary);
	background-color: var(--color-primary);
}
.one-cast figcaption p.cast-name {
	display: block;
	color: var(--color-primary);
	padding: 10px 0px 0px 0px;
	font-weight: 900;
	margin: 0px;
}
.one-cast figcaption p.cast-name span {
	font-size: 80%;
}
.one-cast figcaption p.cast-size {
	display: block;
	color: var(--color-black);
	font-size: 80%;
	margin: 0px 0px 10px 0px;
}
.one-cast figcaption p.cast-size span {
	font-size: 75%;
}

.one-cast figcaption p.cast-workinfo {
	background-color: var(--color-primary);
	margin: 0px 15px;
	padding: 5px;
}
.one-cast figcaption p.cast-time {
	display: block;
	color: #e1053b;
}
.one-cast figcaption span.cast-txn {
	padding: 2px 5px;
	background-color: var(--color-primary);
	border-radius: 3px;
	font-size: 11px;
	color: var(--color-white);
	margin: 5px 0px;
	display: inline-block;
}

.one-cast figcaption div.cast-pr {
	padding: 0px;
	margin: 0px 5px;
}
.one-cast figcaption div.cast-pr span {
	color: var(--color-white);
}
.btn-primary {
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}
.btn-primary a {
	color: var(--color-white);
}
.btn-primary:hover,
.btn-primary:active {
	border-color: var(--color-primary) !important;
	background-color: var(--color-secondary) !important;
}
.btn-primary:hover a {
	text-decoration: none;
}

.contact-buttons {
	padding: 15px 15px 0px 15px;
	background-image: url(images/pattern.png);
	background-position: left top;
	background-size: 100% auto;
	background-attachment: fixed;

}
.image:hover img, a:hover .image img {
	transform: unset !important;
}
.post_content #slider ul,
.post_content #thumbnail ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

/**
 * スマホ対応
 */
@media only screen and (max-width: 480px) {
	/* スマートフォン用のスタイル */
	.one-cast{
		flex: 0 0 50%;
		max-width: calc(50% - 16px);
		max-height: 380px;
		margin: 10px 5px;
	}
	.one-cast figure {
		height: 240px;
	}
	.one-cast figcaption {
		height: 140px;
	}
	
	.one-cast figure img {
		height: 100%;
		object-fit: cover;
	}	
	.one-cast .tw {
		right: 0px;
		top: 210px;
		width: 40px;
		height: 40px;
		z-index: 5;
	}

	.one-cast .new_cast {
		left: 2px;
		top: 2px;
		width: 40px;
		height: 40px;
		z-index: 5;
	}
	
	.one-cast .todays_cast {
		right: 0px;
		top: 0px;
		border-radius: 3px;
		background-color: #ed561b;
		color: #fff;
		font-size: 9px;
		z-index: 5;
	}

	.one-cast .rank {
		top: calc(25vh + 10px);
		width: 20px;
		height: 25px;
		z-index: 5;
		opacity: 1;
	}
	.one-cast .rank img {
		width: 45px;
	}
	
	.one-cast .worktime {
		top: -30px;
	}
	
	.cast-photo,
	.cast-profile {
		flex: 0 0 100%;
		padding: 10px 0px;
	}
	.cast-photo {
	}
	.cast-profile > div {
		padding: 10px 0px;
	}
	.cast-schedule > div {
		padding: 10px;
	}
	.cast-meta-left {
		width: 40%;
	}
	.cast-meta-right {
		width: 40%;
		white-space: normal;
	}
	.cast-schedule {
		padding: 10px;
		float: left;
	}

	#slider ul li img {
		margin: 0 auto;
	}
	
	#thumbnail ul {
		margin-left: 40px;
	}	
	
	/**
	 * キャスト詳細のスケジュールテーブル
	 * 行列を入れ替える
	 */
	.sch-box {
		width: 100%;
	}
	.sch-box tr {
		display: block;
		float: left;
	}
	.sch-box tr td, 
	.sch-box tr th {
		border-left: none;
		display: block;
		height: 60px;
		padding: 10px;
		font-size: 14px;
	}
	
	.sch-box thead {
		display: block;
		float: left;
		width: 30%;
	}
	.sch-box thead tr {
		width: 100%;
	}
	.sch-box tbody {
		display: block;
		float: left;
		width: 70%;
	}
	.sch-box tbody tr {
		width: 100%;
	}
	.sch-box tr td + td {
		border-left: none;
	}
	.sch-box tbody td:last-child {
		border-bottom: solid 1px #ccc;
	}	
	
}

@media only screen and (max-width: 350px) {
	.one-cast {
		max-height: 300px;
	}
	.one-cast figure {
		height: 180px;
	}	
	.one-cast figcaption {
		height: 85px;
	}	
	.one-cast figcaption p.cast-size {
		margin: 0px;
	}	
	.one-cast .worktime {
		font-size: 15px;
	}
}
