/*
Theme Name: My Original Theme
Theme URI: https://example.com/my-original-theme/
Author: Your Name
Author URI: https://example.com/
Description: これはオリジナルWordPressテーマです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-original-theme
*/
body{
    font-family: "Hiragino Mincho ProN",
	YuMincho,
	serif;
    font-size: 16px;
    background-color: #10170A;
    line-height: 1.5;
}

header,
footer{
    background-color: #282D21;
}
#menu-btn-check {
    display: none;
}
.en{
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

.jp{
    font-family: "Hiragino Mincho ProN",
	YuMincho,
	serif;
    font-weight: 300;
}
img{
    display: block;
}
p,
h1,
h2,
h3,
a{
    color:#F4CE6C;
}
/*h1タイトル*/
h1{
    position: relative;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 20px;
    white-space: nowrap;
}
h1 span{
    display: block;
    margin-top: 5px;
    font-size: 20px;
}
h1::before,
h1::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 33%;
    height: 2px;
    background-color: #F4CE6C;
    transform: translateY(-50%);
}
h1::before {
    left: 0;
}

h1::after {
    right: 0;
}
.sp_block{
    display: inline-block;
}
.sp_br{
    display: none;
}
/*h2タイトル*/
.h2_jp{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
/*table*/
table{
    width: 100%;
    border: 3px solid #fff;
}
tr{
    border-bottom: 3px solid #fff;
}
.td_left{
    background: #F4CE6C;
    padding: 24px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.td_right{
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 70px;
    color: #fff;
}
.button{
    width: 120px;
    margin: 0 auto;
    background-color: #F4CE6C;
    text-align: center;
}
.button a{
    display: block;
    font-size: 13px;
    color: #000;
    padding: 10px 18px;
}
a:hover,
#submit-btn:hover{
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}
/*ヘッダー*/
header{
    height: 90px;
}
.header-container{
    display: flex;
    justify-content: space-between;
    padding-left: 9.03%; 
    padding-right: 9.03%;
    align-items: center;
    height: inherit;
}
.logo{
    width: 65px;
    height: auto;
}
.logo a{
    display: block;
}
header ul{
    display: flex;
}
header ul li{
    text-align: center;
    margin-right: 60px;
}
header ul li:last-child{
    margin-right: 0;
}
header ul li a span{
    display: block;
    margin-top: 3px;
    font-size: 13px;
}
.menu-content-top{
    display: none;
}
/*フッターー*/
.site-footer-container{
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.site-footer-container a{
    display: block;
}
.footer-site-name{
    font-size: 32px;
    margin-top: 70px;
}
.site-footer-container a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    font-size: 13px;
    color: #fff;
}
.site-footer-container a img{
    margin-bottom: 10px;
}
.footer-site-name span{
    display: block;
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
}
/*コンテンツエリア*/
.content-area{
    padding: 80px 9.03% 80px 9.03%;
}
.top-content-area{
    padding: 0px 9.03% 80px 9.03%;
}
/*トップページ*/
.main-iamge-section img,
.recruit-bnr-section img,
.coupon-bnr-section img{
    width: 100%;
}
.recruit-bnr-section{
    margin-bottom: 80px;
}
.sp-top-menu-container{
    display: none;
}
.top-menu li{
    text-align: center;
    border-bottom: 1px solid #F4CE6C;
}
.top-menu li:first-child{
    border-top: 1px solid #F4CE6C;
}
.top-menu a{
    display: block;
    padding: 10px 0;
    font-size: 20px;
}
.top-menu span{
    display: block;
    margin-top: 3px;
    font-size: 16px;
}
.rss-posts-container{
    display: flex;
    justify-content: space-between;
}
.rss-blog-archive{
    margin-bottom: 80px;
}
.rss-posts-container p,
.rss-posts-container a,
.rss-post-content,
.rss-blog-archive a{
    color: #fff;
}
.rss-posts-container .slick-arrow{
    display: none!important;
}

.rss-posts-container article{
    width: 330px;
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
}
.rss-posts-container h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.rss-post-date{
    margin-bottom: 10px;
}
.rss-post-content{
    white-space: nowrap;
    margin-bottom: 20px;
}
.read-more-link a,
.rss-blog-archive a{
    color: #000;
}
.read-more-link a::after,
.rss-blog-archive a::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('img/link.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
/*キャスト個人ページ*/
.slider-for .slick-slide{
    position: relative;
    width: 100%;
    padding-top: 20%; 
    overflow: hidden;
}
.slider-for img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0%;
}
.slider-nav .slick-track{
    display: flex!important;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.slider-nav .slick-slide{
    flex: 1;
    min-width: 0;
    margin-right: 30px;
    box-sizing: border-box;
}
.slider-nav .slick-slide:last-child{
    margin-right: 0;
}
.slider-nav .slick-slide img{
    width: 100%;
    height: auto;
}
.cast-slider-wrapper{
    max-width: 1010px;
    margin: 0 auto;
}
.entry-content .slick-prev,
.entry-content .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    z-index: 10;
    background: url('img/arrow_prev.png') no-repeat center center / contain !important;
}
.entry-content .slick-prev{
    left: -7%;
    background-image: url('img/arrow_prev.png')!important;
}
.entry-content .slick-next{
    right: -7%;
    background-image: url('img/arrow_next.png')!important;
}
.slick-prev:before,
.slick-next:before {
    content: none !important;
    display: none !important;
}
[dir='rtl'] .slick-prev {
    left: auto;
    right: 20px;
}
[dir='rtl'] .slick-next {
    left: 20px;
    right: auto;
}
.cast-profile{
    margin-top: 30px;
    border: 3px solid #fff;
    padding: 30px 113px;
    text-align: center;
}
.cast-profile p{
    color: #fff;
}
.cast-profile-title{
    font-size: 32px;
    margin-bottom: 20px;
}
.cast-profile-title span{
    display: block;
    font-size: 16px;
}
.cast-name{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.cast-name-title,
.cast-birthday-title{
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.cast-introduction{
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
}
.cast-sns-wrapper{
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.sns-logo-wrapper:first-child{
    margin-right: 50px;
}
.sns-logo{
    width: 50px;
    height: auto;
}
.return-to-cast-list a{
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/*キャスト一覧ページ*/
.cast-list-grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cast-list-grid::after{
    content: "";
  width: calc((100% - (2 * 86px)) / 3); 
  height: 0;
  visibility: hidden;
}
.cast-list-grid article{
    flex: 1;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.333% - 58px);
    margin-bottom: 7%;
}
.cast-list-grid article img{
    width: 100%;
}
.cast-thumbnail{
    position: relative;
}
.cast-thumbnail p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px 25px;
    color: #fff;
    font-weight: bold;
}
/*システム・料金表ページ*/
.system-list{
    border: 3px solid #F4CE6C;
    padding: 60px 65px;
}
.system-list li{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #F4CE6C;
    padding: 30px 140px;
}
.system-list li:last-child{
    justify-content: end;
}
.system-list p{
    color: #fff;
}
.system-list-wrapper{
    margin-top: 80px;
}
/*スタッフ求人ページ キャスト求人ページ*/
.recruit_btn-wrapper{
    text-align: center;
}
.recruit_btn{
    display: inline-block;
}
.recruit_btn img{
    display: block;
    width: 295px;
    margin: 0 auto;
}
.manager-recruit-table-wrapper,
.cast-table-wrapper{
    margin-top: 30px;
}
.manager-recruit-table-wrapper,
.staff-recruit-table-wrapper{
    margin-bottom: 80px;
}
.recruit-table-wrapper h2{
    text-align: center;
}
/*アクセスページ*/
.access_detail p{
    margin-bottom: 20px;
    color: #fff;
}
.access_detail span{
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.google_map_wrapper{
    margin-top: 40px;
}
/*応募フォームページ*/
.contact-wrapper{
    border: 3px solid #F4CE6C;
    padding: 20px 23.61%;
}
.contact-wrapper h2,
.contact-wrapper p,
.contact-wrapper label{
    color: #fff;
}
.contact-wrapper h2{
    margin-bottom: 23px;
    text-align: center;
}
.contact-text{
    margin-bottom: 30px;
    text-align: center;
}
.item{
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.contact-wrapper input{
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
}
input.age{
    width: 60px;
    padding: 15px 10px;
}
input::placeholder,
textarea::placeholder{
  color: #ACACAC;
  opacity: 1;
}
.must{
    display: inline-block;
    padding: 5px 12px;
    color: #000;
    background: #F4CE6C;
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;    
}
.radio input{
    width: auto;
}
.wpcf7-list-item{
    margin: 0px 30px 0px 0px;
}
.note{
    margin-top: 10px;
}
#submit-btn{
    width: auto;
  background: none;
  border: none;
  padding: 0;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background-image: url('img/submit_btn.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 95px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7-response-output{
    color: #fff;
}
