@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/**
 * 共通
 */
/**
 * 背景色全部替え
 */
body {
    background-color: #590C04;
}
.header-container, .main, .sidebar, .footer {
    background-color: #590C04;  
　　color:#fff;
}
.site-name-text-link {
    color: #fff;  
}
.a-wrap {
    color: #fff;
}
.site-name-text-link {
    color: #fff;   
}
.sidebar {
    background-color: #590C04;
}
.widget_recent_entries ul li a, 
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_pages ul li a, 
.widget_meta ul li a, 
.widget_rss ul li a, 
.widget_nav_menu ul li a {
 color: #fff;
} 

.agcopyright a{
  text-decoration: none;
}
.agnext a{
  text-decoration: none;
}	

h2.sub-section {
	padding-bottom: 8px;
	position: relative;
	border: 0px;
	text-align: center;
}
h2.sub-section:first-child {
	margin-bottom: 50px;
}
h2.sub-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border: 0px;
	background: linear-gradient(to right, transparent 0%, #f86809 50%, #f86809 50%,transparent 100%);
}
.page-header {
	background-color: #f86809;
	background: linear-gradient(25deg, transparent 0%, #f86809 50%, #f86809 50%, transparent 100%);
}
.wp-block-group.is-style-vk-group-shadow.home-block {
	margin: 20px 0px;
}
.wp-block-button__link.has-white-color.has-text-color.has-background {
	background-color:#f86809;
	width:100%;
	margin-bottom: 20px;
}
.mobile-linebox {
	border: 3px solid #fff;
	padding: 10px;
	background-color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.5);
}
.mobile-linebox > div {
	margin: 15px 0px;
}

/**
 * キャストスケジュール
 */
.krc_calendar {
	border-top: 1px solid #590C04;
	border-left: 1px solid #590C04;
	border-right: 1px solid #590C04;
	border-bottom: 1px solid #590C04;
	font-size: 20px;
	margin: 12px 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
}

.krc_calendar dl {
	margin: 0px;
	border: 0px;
	border-right: 1px solid #590C04;
	width: 100%;
	float: center;
	display: block;
}
.krc_calendar dl dt {
	border: 0px;
	border-bottom: 1px solid #590C04;
	text-align: center;
	padding: 4px;
	background-color: #f86809;
	font-weight: normal;
}

.krc_calendar dl dd {
	border: 0px;
	text-align: center;
	text-decoration: none;
	padding: 10px 4px;
	display: block;
	color:#590C04;
	font-weight: bold;
}


/**
 * 出勤情報
 */
.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: 10px 5%;
	width: 99%;
	color: #fff;
	font-size: 14px;
	background-color: #f86809;
	text-align: center;
	text-decoration: none;
}
.week_calendar ul li.target a {
	background-color: #f86809;
}

.week_calendar ul li a:hover {
	background-color: #f86809;
}

/**
 * キャスト一覧
 */
 
.rank-box.bpink {
border:1pxsolid#efefef;
background-color:#fcf4f4;
border-radius:5px;
padding:15px0px;
margin-bottom:20px;
}
.one-cast {
display:inline-block;
position:relative;
max-width:233px;
height:380px;
margin:012px4px;
padding:0;
text-align:center;
line-height:1.3em;
overflow:hidden;
letter-spacing:normal;
border-radius:3px;
box-shadow:15px15px15pxrgba(0,0,0,0.22);
}
.rank-box > .one-cast {
margin:018px4px
}
 
.one-cast a.iframe {
z-index:8;
position:relative;
display:block;
width:100%;
height:100%;
padding:0;
color:#fff;
}
 
.one-cast figure {
position:relative;
margin:0auto0;
padding:0;
overflow:hidden;
position:relative;
text-align:center;
width:100%;
height:300px;
overflow:hidden;
}
.one-cast figure img {
width:235px;
height:v;
}
 
.one-cast figcaption {
position:relative;
width:100%;
height:68px;
margin:0;
padding:5px00;
text-align:center;
font-size:14px;
line-height:1.2em;
}

 
/**
 * キャスト個人ページ
 */
.cast {
	overflow: hidden;
	border: 0px solid #f86809;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.22);
	padding: 20px;
}
.cast-photo {
	padding: 10px;
	width: 50%;
	min-width: 300px;
	float: left;
}
.cast-profile {
	padding: 10px;
	width: 50%;
	min-width: 300px;
	float: left;
}
.cast-schedule {
	width: 100%
}
.cast-meta {
	overflow:hidden;
	text-align: center;
}
.cast-meta-left {
	width:49%;
	float:left;
	text-align: right;
	background-color: #f86809;
	margin: 1px;
	padding:10px;
}
.cast-meta-right {
	width:49%;
	float:left;
	text-align: left;
	background-color: #fff;
	color: #000;
	margin: 1px;
	padding:10px;
}
.cast-pr {
font-size:16px;
overflow:hidden;
line-height:1.8;
padding:15px10px;;
}
.cast-pr pre {
white-space:pre-wrap;
}

#slider,
#thumbnaild {
	border: 5px solid #f86809;
}
#slider {
	margin-bottom: -10px;
	max-height: 600px;
	overflow:hidden;
}
#slider ul {
	overflow:hidden;
}

#thumbnaild {
	max-height:170px;
	overflow:hidden;
}
#thumbnaild .slides li {
	width: auto !important;
}
#thumbnaild .slides img {
	width: auto;
	max-height: 170px;
	-moz-user-select: none;
}
#thumbnaild img {
	opacity: 0.5;
}
#thumbnaild .flex-active-slide img {
	opacity: 1;
	cursor: default;
}


/**
 * ツイッターアイコン
 */
.one-cast .tw {
	right: 0px;
	top: 260px;
	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: #f86809;
	color: #fff;
	font-size: 14px;
	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;
	
	top: 267px;
	width:100%;
	background-color: #f86809;
	color: #fff;
	font-size: 18px;
	opacity: 0.8;
	font-weight: normal;
	padding: 5px 5px 5px 20px;
	border-radius: 0px;
}

.one-cast .worktime {
	position: absolute;
	display: block;
	z-index: 26;
}

.ag {
	position: absolute;
	display: block;
	z-index: 26;
}

/**
 * LUXURYバッジ
 */
.luxury_name {
	    padding:0;
		color: #ffff33;
        font-weight: bold;
		text-shadow: 0 0 10px #fff,0 0 15px #fff;		
	}

/**
 * プロフYoutube
 */
.embedbox{
	width: 70%;
	min-width: 360px;
	max-width: 1000px;
	margin: 0 auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}


/**
 * 新人バッジ
 */
.one-cast .new_cast {
	left: 0px;
	top: 0px;
	width: 50px;
	height: 30px;
	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 .rank {
	left: 0px;
	top: 300px;
	width: 70px;
	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 a {
	text-decoration: none;
}
.one-cast figcaption span.cast-name {
	display: block;
	font-size: 130%;
	color: #fff;
	padding: 10px 0px;
}

.one-cast figcaption span.cast-size {
	display: block;
	color: #fff;
}

.one-cast figcaption span.cast-time {
	display: block;
	color: #f86809;
}

/**
 * 電話ボタン
 */
.vk_button_link.btn
{
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 6px 0px;
	opacity: 0.8;
	z-index: 100;
}

.vk_button_link_before {
	margin-right: 0.0rem;
}
.vk_button_link {
	min-width: 50px;
	min-height: 50px;
	border-radius: 25px;
	background-color:#7bdcb5;
	border:1px solid #7bdcb5;
	color:#fff;
}


/*** レスポンシブテーブルデザイン ***/
.shokai{
  width:100%;
  border: 2px solid #f86809;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.shokai th{
  padding: 6px 8px 5px;
  border-top: solid 1px #f86809;
  width: 30%;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #f86809;
}
 
.shokai td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #000;
background-color: #fff;
border-top: dotted 1px #fff;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

/*** レスポンシブテーブルデザイン ***/
.retreatshokai{
  width:100%;
  border: 2px solid #8224e0;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.retreatshokai th{
  padding: 6px 8px 5px;
  border-top: solid 1px #8224e0;
  width: 30%;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #8224e0;
}
 
.retreatshokai td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #000;
background-color: #fff;
border-top: dotted 1px #fff;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 400px){
.retreatshokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.retreatshokai td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}/* end */

/**
 * スマホ対応
 */
@media screen and (max-width:480px) {
/* 画面サイズが480pxからはここを読み込む */
	#thumbnail {
		display: none;
	}
	.home-block,
	.box-body {
		text-align: center;
		font-weight: normal;
	}
	.krc_calendar dl {
		min-height: 135px;
	}
	.wp-block-group.is-style-vk-group-shadow.home-block {
		padding: 5px 0px;
	}
	.cast {
		margin: 10px 15px;
	}
	.one-cast {
		max-width: 145px;
		height: 245px;
		margin: 0px 5px 4px;
	}
	.one-cast figure {
		height: 188px;
	}
	.one-cast figure img {
	}
	.one-cast figcaption span.cast-name {
		display: block;
		font-size: 110%;
		color: #fff;
		padding: 0px 0px;
	}
	/**
	 * ツイッターアイコン
	 */
	.one-cast .tw {
		top: 105px;
		width: 35px;
		height: 35px;
	}

	/**
	 * 当日出勤バッジ
	 */
	.one-cast .todays_cast {
		font-size: 10px;
		opacity: 0.7;
	}

	/**
	 * 出勤時間バッジ
	 */
	.one-cast .worktime {
		top: 0px;
		top: 158px;
		font-size: 12px;
		text-align: center;
		padding: 5px 5px;
	}
	
	/**
	 * 新人バッジ
	 */
	.one-cast .new_cast {
		width: 50px;
		height: 30px;
	}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/**
	 * キャスト詳細のスケジュールテーブル
	 * 行列を入れ替える
	 */
	.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: 50px;
	}
	.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: none;
	}
}
