@charset "UTF-8";

/* CSS Document */

html {
    scroll-behavior: smooth;
}

body {
    /* font-size: 16px;*
    background: url("../img/all/bk.jpg") no-repeat;
    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;

    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;

    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;

    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: cover;


}

.cb{clear: both;}

img {
    text-align: center;
}

a:hover,
a:hover .ima,
a:hover div {
    opacity: 0.9;
}

.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.text_center {
    text-align: center;
    margin: 0 auto;
}

.font_bold {
    font-weight: bold;
}

.font_gold {
    color: #9D985C;
}

.font_pink {
    color: #EA3C55;
}

.pink_bold {
    color: #D50E5B;
    font-weight: bold;
}

.border_gray_dotted {
    border: dotted 1px #C6C6C6;
	clear: both;
}

.border_gray_4 {
    border: solid 1px #C6C6C6;
}

input,
textarea {
    border: solid 1px #C6C6C6;
}


.pa_20 {
    padding: 20px;
}

.pa_lef_20 {
    padding-left: 20px;
}

.ma_20 {
    margin: 20px;
}

.top_pa_20 {
    padding-top: 20px;
}

.pa_bottom_20 {
    padding-bottom: 20px;
}

.pa_bottom_10 {
    padding-bottom: 10px;
}

.ma_rig_20 {
    margin-right: 20px;
}

.ma_lef_20 {
    margin-left: 20px;
}

.ma_bot_20 {
    margin-bottom: 20px;
}


.l_r_b_20 {
    margin: 0 20px 20px 20px;
}

.br-sp {
    display: none;
}

.p_rig_s_left {
    float: right;
}

.font_red{color: red;}

/* 蜈ｨ菴�
------------------------------------------------------------*/

#wrapper {
    width: 1230px;
    /*PC逕ｨ*/
    text-align: left;
    margin: 0 auto;
}


/* 繝倥ャ繝---------------------------------------------------*/

#head,#head_index {
    /**背景 background-color: #FFC2CD;**/
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 800;
    font-style: normal;
}


/* 繝｡繧､繝ｳ---------------------------------------------------*/

#main {
    width: 970px;
    float: right;
    margin-bottom: 10px;
}


/* 繧ｳ繝ｳ繝�Φ繝�-----------------------------------------------*/

#contents {
    width: 720px;
    float: left;
    background: rgba(255, 255, 255, 0.8);
	line-height: 1.5em;
	    box-shadow: 0 0 8px grey;
}

#contents .p_ma {
    margin: 20px;
}


/* 蜈ｱ騾�----------------------------------------------*/

#side_A {
    width: 260px;
}

#side_B {
    width: 210px;
}

#contents {
    margin: 0 20px;
}

#side_A {
    padding-left: 20px;
}


/* 繧ｵ繧､繝峨ヰ繝ｼ1----------------------------------------------*/

#side_A {
    /**サイズ確認用
     background-color: #FFE34C;
    **/
    float: left;
}


/* 繧ｵ繧､繝峨ヰ繝ｼ2----------------------------------------------*/

#side_B {
    /**サイズ確認用
     background-color: #C5EDFF;
    **/
    float: right;
}

.font_12px {
    font-size: 12px;
}


/*********header*************/

.header_title h1 {
    float: left;
    font-size: 38px;
}

h1 a {
    text-decoration: none;
    color: #fff;
}

.header_title h2 {
    font-size: 18px;
}

.url_title {
    font-size: 14px;
    margin-top: 2px;
}

.header_title p {
    font-size: 14px;
}

.header_title section {
    padding: 2px;
    float: left;
}


/* footer-------------------------------------------------*/

#footer {
    clear: both;
    background-color: #A8050F;
    color: #fff;
font-family: 'Noto Serif JP', serif;
    background: linear-gradient(#A8050F, #540308);
}

.footer_in {
    max-width: 1230px;
    margin: 0 auto;
    background: linear-gradient(#A8050F, #540308);
}


.foo_pc_right {
    clear: both;
    text-align: center;
}

    .foo_pc_right a{
        color:#fff;
    }

.footer_menu {
    float: left;
    padding: 20px;
}

.foo_menu_li {
    float: left;
    width: 110px;
    line-height: 20px;
    font-size: 12px;
}

.foo_menu_li a {
    text-decoration: none;
    color: #fff;
}

.foo_menu_li a:hover {
    color: #dadada;
}

.shinhu_white {
    background: #fff;
    color: #A8050F;
    padding: 2px;
    font-size: 12px;
    width:150px;
    text-align:center;
    float:right;
}

.copyright {
    text-align: center;
    font-size: 12px;
    margin: 0 20px;
}

.copyright a {
    color: #fff;
}

.foo_title h2 {
    font-size: 38px;
}

#go-to-top {
    background: rgba(0,0,0,0.5);
    border-radius: 90px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    position: absolute;
    bottom: 70px;
    right: 20px;
    transform: rotate(270deg);
    z-index: 10;
	position: fixed;
}


/****header****/


/*****メニュー***//* Nav
-----------------------------------------*/
@media screen and (min-width: 1229px) {
    .menu-container {
        position: relative;
        margin: 0 auto;
		z-index: 99;
        max-width: 1230px;
    }
}

@media screen and (max-width: 1229px) {
    .menu-container {
        position: relative;
        margin: 0 auto;
    }
}

.nav_bg_bla {
    background: rgba(0, 0, 0, 0.7);
}

.menu-container .menu {
    border-top: 1px solid #A8050F;
    border-bottom: 1px solid #A8050F;
    border-left: 1px solid #A8050F;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-container .menu .menu-item {
    flex: 1;
    position: relative;
	z-index: 2;
}

.menu-container .menu .menu-item a {
    border-right: 1px solid #A8050F;
    color: #fff;
    display: block;
    padding: 0.5em 0.4em;
    text-align: center;
    text-decoration: none;
}

.menu-container .menu .menu-item ul {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid #A8050F;
    display: none;
    position: absolute;
    width: 100%;
}

.menu-container .menu .menu-item ul li + li {
    border-top: 1px solid #A8050F;
}

.menu-container .menu .menu-item:hover ul {
    display: block;
}

/*********header背景画像*************/
.he_bg-image {
    background: url(../img/all/header_bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #fff;
}

.he_bg-mask {
    height: 100%;
    background: rgba(168, 5, 15, 0.5);
}


/****hはんばーがー****/
.icon-hamburger {
    cursor: pointer;
    height: 50px;
    position: relative;
    width: 50px;
    display: none;
    float: right;
}

.icon-hamburger span {
    background: #fff;
    display: block;
    height: 10%;
    left: 50%;
    margin: -8% 0 0 -42%;
    position: absolute;
    top: 50%;
    width: 40px;
    border-radius: 10px;
}

.icon-hamburger span::before,
.icon-hamburger span::after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    width: 100%;
    border-radius: 10px;
}

.icon-hamburger span::before {
    margin-top: -38%;
}

.icon-hamburger span::after {
    margin-top: 25%;
}
.tel_sp_menu_style{
    max-width: 170px;
    background: #444444;
    border-radius: 4px;
    padding: 10px;
    margin: 0 auto;}
/**********/

#header .main_link p,
#header .main_link2 p {
    font-size: 10px;
    margin-bottom: 5px;
}

#header a{
	text-decoration: none;
	color: #fff;
}


#header .main_link {
    float: left;
    background: #58573C;
    padding: 5px;
    margin-right: 5px;
    border: solid 1px #fff;
    margin-top: 5px;

    color: #fff;
}

#header .main_link2 {
    float: left;
    background: #07192E;
    padding: 5px;
    margin-right: 5px;
    border: solid 1px #fff;
    margin-top: 5px;

    color: #fff;
}

.fa-star {
    font-size: 26px;
}

.fav_star {
    color: #fff;
    float: right;
    width: 65px;
    text-align: center;
    margin-top: 5px;
}

.fav_star p {
    margin: 5px 0 0 0;
    font-size: 6px;
    text-align: center;
    letter-spacing: -1px;
}


/***折りたたみ電話****/


#tel_btn {
    position: relative;
    float: right;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    padding: 3px;
    margin: 5px;
}

#tel_btn .contact_info {
    cursor: pointer;
}
#tel_btn a {
    color:#D50E5B;
}

#contact_menu {
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 4px 4px rgba(0,0,0,0.5);
    display: none;
    padding: 5px 10px;
    position: absolute;
	top: 50px;
    z-index: 100;
}

#contact_menu:before {
    position: absolute;
    top: -6px;
    right: 30px;
    margin-left: -6px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    content: "";
}

.tel_text {
    color: #EA3C55;
    margin-top: 2px;
}

.font13 {
    font-size: 13px;
}

.color_tiiki {
    color: #9D985C;
}




/*****index インデックス*******/
.index_enter {
    max-width: 1230px;
    margin: 0 auto;
}

.index_word {
    padding: 40px;
    text-align: center;
    line-height: 1.6rem;
}
.index_subtitle{
	text-align: center;
}
.index_mainlogo{
	text-align: center;
    font-size: 4rem;
    padding-bottom: 20px;
}

.enter_btn {
    background: #A8050F;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    font-size: 30px;
    padding: 5px;

    float: left;
}

.en_btn_erea {
    max-width: 470px;
    margin: 0 auto;
    padding: 20px 0;
}

.index_enter a {
    color: #fff;
    text-decoration: none;
}

.index_enter img {
    width: 50px;
    float: left;
    margin: 0 10px;
}

.enter_btn p {
    font-size: 18px;
}

.exit_btn {
    background: #A8050F;
    width: 200px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    font-size: 30px;
    padding: 15px;
    float: left;
}


.index_rmngroup_box {
    background: #FFFFFF;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    box-shadow: 0 0 8px grey;
}

.index_rmngroup_box h2 {
    color: #FFFFFF;
    background: gray;
    padding: 10px;
}

.report_chain {
    background: #BC9B5D;
    width: 200px;
    padding: 10px;
    font-size: 26px;
    color: #fff;
    box-shadow: 0 0 8px grey;
	line-height: 1;
}

.r_gray {
    float: left;
    font-size: 64px;
    margin-right: 5px;
    color: #555555;
}

.group_title {
    font-size: 30px;
    color: #9D9D9D;
    float: left;
    margin-top: 3px;
    text-align: left;
}

.font26 {
    font-size: 26px;
}

.group_title_box {
    margin: 0 auto;
    margin-top: 20px;
}

.group_title_box section {
    border-bottom: solid 2px #9D9D9D;
}

.index_rmngroup_box p {
    padding: 20px;
}

.chainlink_box {
    margin: 0 auto;
    margin-bottom: 20px;
	display: flex;
    justify-content: center;
}

.chain_box {
    width: 210px;
    height: 120px;
    font-size: 12px;
    color: #555555;
    padding: 10px 0;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.link_my_box {
    position: relative;
    width: 30%;
    height: 100%;
    padding: 16% 0 0;
    margin: 1%;
    float: left;
}

.link_my_box .inner {
}


.font40 {
    font-size: 40px;
}

.font60 {
    font-size: 60px;
	    line-height: 60px;
}

.red_border {
    border-bottom: solid 10px #A8050F;
    border-top: solid 10px #A8050F;
}

.cela_border {
    border-bottom: solid 10px #C1AD93;
    border-top: solid 10px #C1AD93;
}

.fe_border {
    border-bottom: solid 10px #394D6C;
    border-top: solid 10px #394D6C;
}

/*********メインコンテンツ content************/


/***********TOP求人バナー************/

.bana_area {
    text-align: center;
}

[class^="img-flex-"] {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.img-flex-2 img {width: 100%;
}

.img-flex-3 img {
    width: 32%;
    height: 32%;
}

.img-flex-4 img {
    width: 24%;
    height: 24%;
}


/****タブ****/


/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-top: 10px;
}

.marquee-anim {
  padding: .5em 0; /* ボーダーや背景が不要ならばここもたぶん不要 */
  overflow: hidden;
  border: 1px solid rgb(200,222,245); /* ボーダー, 不要ならこの一行削除 */
  background-color: rgb(233,247,250); /* 背景色, 不要ならこの一行削除 */
  color: rgb(51,51,51); /* 文字色 */
}

.marquee-anim span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
/*タブのスタイル*/

.tab_item {
    width: calc(100% / 2);
    height: 50px;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_text {
}

.c-txtsp .news_img {
    width: 165px;
    height: 265px;
    float: left;
}

.c-txtsp2 img {
    width: 100px;
    height: 155px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.tab_item:hover {
    opacity: 0.75;
}
.img4_news img{width:25%;
height: auto;}

/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 20px;
    clear: both;
    overflow: hidden;
    border: solid 5px #A8050F;
}


/*選択されているタブのコンテンツのみを表示*/

#all:checked ~ #all_content, #programming:checked ~ #programming_content, #design:checked ~ #design_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked + .tab_item {
    background-color: #A8050F;
    color: #fff;
}
.fl_box{
	    display: flex;
	-webkit-flex-wrap: wrap;
   flex-wrap: wrap;}
.tentyo_ladytop img{width: 100%;}
.tentyo_ladytop{
    width: 50%;
background: #121212;
text-align: center;
border: solid 1px gray;}
.tentyo_ladytop a{
color: #fff;
}


.tentyo_ladypage{display: flex;
margin-bottom: 20px;

background-color: rgba(234, 234, 234, 0.8);}
.tentyo_ladypage img{width: 200px;}
.tentyo_ladypage div{padding: 20px;}
.tentyo_ladypage div .new{font-size: 20px;
color: #FA004D;
font-weight: bold;}

/**********TOP動画***********/


.top_video_box{display: block;
    margin: 0 auto;
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;}

.rank_bk_gray video{
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;}

/******TOP ニュース速報*********/
.c-txtsp .news_img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.news_btn {
    background: #A8050F;
    color: #fff;
    float: right;
    width: 140px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    margin-left: 5px;
}

.news_btn_rig {
    float: right;
    line-height: 30px;
    padding-top: 10px;
}

/*******店長おすすめ***********/
.pickup_img img {
    width: 100%;
    height: auto;
}

.pickup_img {
    float: left;
    position: relative;
    width: 25%;
}

.pickup_img:before {
    content: "";
    display: block;
    padding-top: 160%; /* 高さを幅の75%に固定 */
}

.pickup_img_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/********TOP 動画*******/

.movie_box {
    background: #F5F5F5;
        padding: 0 0 20px 0;
    text-align: center;
    border: solid 1px #C4C4C4;
}

.movie_box iframe {
    margin: 0 auto;
}

.top_movie_title {
    background: #121212;
    color: #fff;
    padding: 7px 20px;
    margin-top: 10px;
}


/********TOP　お客様よりご感想**********/

.impr_box {
    box-shadow: 0 0 8px gray;
}

.top_impr_top {
    border-bottom: solid 1px #EA3C55;
}

.impr_left {
    float: left;
    color: #EA3C55;
    margin: 6px 0;
    padding-left: 20px;
}

.impr_rig_btn {
    background: #EA3C55;
    color: #fff;
    float: right;
    margin: 2px;
    padding: 4px;
    border-radius: 4px;
    margin-right: 20px;
}


.impr_in {
    padding: 20px;
}

.top_impr_img {
    float: left;
    width: 100px;
    margin: 20px 10px 10px 20px;
}

.impr_name_day {
    color: #EA3C55;
    padding-bottom: 10px;
}


/**********TOP　出勤表**************/

.top_schedule_time {
    background-color: rgba(157, 152, 92, 0.9);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    line-height: 20px;
}

.bk_black_075_2 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 40px;
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
}


	.mvup_on{
	top: 0;
    right: 0;
    background-color: rgba(234, 152, 38, 0.7);
    color: #fff;
    position: absolute;
    font-size: 0.5rem;
    width: 50px;
    padding: 2px;
    line-height: 20px;
		
	}
.blog_on{
	top: 25px;
    right: 0;
    background-color: rgba(206, 37, 57, 0.7);
    color: #fff;
    position: absolute;
    font-size: 0.5rem;
    width: 50px;
    padding: 2px;
    line-height: 20px;
		
	}

.original_on{
	top: 50px;
    right: 0;
    background-color: rgba(178, 202, 47, 0.7);
    color: #fff;
    position: absolute;
    font-size: 0.5rem;
    width: 50px;
    padding: 2px;
    line-height: 20px;
		
	}

.f_left {
    float: left;
}

.f_left_pc_sp {
    width: 100px;
}
.tojituyoyaku{margin: 0 0 20px 20px;}

/****TOPテキスト下部**************/

.discr_box {
    border: solid 1px #DB0404;
    margin-top: 10px;
}

.discr_box h3 {
    background: #DB0404;
    padding: 10px 20px;
    color: #fff;
}

.discr_box h4 {
    color: #DB0404;
    border-bottom: solid 1px #DB0404;
    padding-bottom: 10px;
}

.discr_box p {
    padding-top: 10px;
}

.dis_text {
    padding: 20px;
}

.top_link_btn {
    float: left;
    margin: 5px;
}


/*******side_B sm嬢検索**********/

.sm_btn {
    background: #fff;
    color: #EA3C55;
    border: solid 1px #EA3C55;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

#side_B a {
    text-decoration: none;
}


/***********/

.bk_grd_red {
    background: linear-gradient(#A8050F, #540308);
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    height: 30px;
    margin-top: 10px;
}

.newface_box {
    border: solid 1px #C4C4C4;
}
@media only screen and (max-width: 768px) {


    .newface_box {
        position: relative;
    	width: 32%;
		margin-left: 1%;
    float: left;
    }
	.newface_box:before {
    content:"";
    display: block;
    padding-top: 159%; /* 高さを幅の75%に固定 */
}
.newface_box_in{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
	.newface_box img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.newface_box {
    position: relative;
    text-align: center;
    margin-top: 10px;

}

.bk_black_075 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
}

.bwh_text {
    font-size: 12px;
    color: #fff;
}

.lady_onetext {
    font-size: 14px;
    color: #fff;
}

.up_btn {
    background: #A8050F;
    font-size: 12px;
    padding: 2px;
    border-radius: 2px;
    color: #fff;
}

.newface_btn {
    background: #ea9827;
    font-size: 12px;
    padding: 2px;
    border-radius: 2px;
    color: #fff;
}

.name_icon {
    margin: 0 auto;
}

.back_graymode{
	background-color: rgba(234, 234, 234, 0.8);
	text-align: center;
    margin-top: 10px;
    padding: 0 10px 10px 10px}

.swiper-container-mobile {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .swiper-container-mobile {
        height: auto !important;
    }

    .swiper-container-mobile .swiper-wrapper {
        display: flex;
        flex-direction: column;
    }

    .swiper-container-mobile .swiper-pagination,
    .swiper-container-mobile .swiper-button-prev,
    .swiper-container-mobile .swiper-button-next {
        display: none;
    }
}

.rank_bk_gray {
    text-align: center;
}

.rank_bk_white {
    background: #fff;
    padding: 5px;
    line-height: 20px;
}

.rank_tbw {
    font-size: 12px;
}

.designatd {
    font-size: 17px;
    padding: 5px;
    font-weight: bold;
}

.text_left {
    text-align: left;
    padding-top: 10px;
	line-height: 1.2rem;
}

.fa-crown {
    color: #FFCE3F;
    font-size: 30px;
    margin-right: 5px;
}


@media only screen and (max-width: 769px) {
    .swiper-slide {
        flex-direction: row;
    }

    .ranking_photo {
        flex: 40% 0 0;
    }

    .ranking_photo .designatd {
        padding: 10px 0;
    }

    .ranking_details {
        flex: 60% 0 0;
        line-height: 20px;
		
    }

    .ranking_details .rank_bk_white {
        margin-top: 10px;
        padding: 0;
    }
}


/*******sideA********/


/******ブログ*******/

.blog_maintitle {
    text-align: center;
}

.blogbox {
    background: #F2ECE2;
    padding: 10px;
    max-width: 100%;
    height: 240px;

    border: solid 1px #A8A8A8;
}

.blogbox_2 {
    background: #EBEBEB;
    padding: 10px;
    max-width: 100%;
    height: 240px;
}

.top_link_area {
    margin-top: 10px;
}


/*********ブログ背景画像*************/

.fff_line {
    border-bottom: solid 1px #fff;
}

.blog_maintitle {
    padding-bottom: 10px;
}

.blg_title {
    padding: 5px;
    text-align: center;
}

.bg-text {
    padding: 10px;
}

.bg-image {
	position: relative;
    margin: 0 auto;
    height: 180px;
	max-width: 180px;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.bg-mask {

}
.blogbox img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blogbox_2 img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bloglink_bg{
    width: 100%;
	height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
}
    

/******************　コース料金　**************************/
table {
}

.course_title_red {
    font-weight: bold;
    color: #C30D23;
    margin-left: 20px;
    font-size: 16px;
}

.course_red_table {
    margin: 0 auto;
    width: 95%;
}

.course_red_table td {
    border: solid 1px #C4C4C4;
    padding: 10px;
    vertical-align: middle;
}

.course_red_table .red {
    background: #C30D23;
    color: #fff;
    width: 30%;
    vertical-align: middle;
}

.cream {
    background: #F9F5F0;
    width: 20%;
    vertical-align: middle;
}


/*****/
.course_title_black {
    font-weight: bold;
    color: #121212;
    margin-left: 20px;
    font-size: 16px;
}

.course_black_table {
    margin: 0 auto;
    width: 95%;
}

.course_black_table td {
    border: solid 1px #C4C4C4;
    padding: 10px;
    vertical-align: middle;
}

.black {
    background: #121212;
    color: #fff;
    width: 30%;
    vertical-align: middle;
}

/*****/
.course_title_gold {
    font-weight: bold;
    color: #9D985C;
    margin-left: 20px;
    font-size: 16px;

}

.price {
    vertical-align: middle;
}

.course_gold_table {
    margin: 0 auto;
    width: 95%;
}

.course_gold_table td {
    border: solid 1px #C4C4C4;
    padding: 10px;
    vertical-align: middle;
}

.gold {
    vertical-align: middle;
    background: #9D985C;
    color: #fff;
    width: 30%;
}

/*****/
.course_title_option {
    font-weight: bold;
    color: #121212;
    margin-left: 20px;
    font-size: 16px;
}

.course_option_table {
    margin: 0 auto;
    width: 95%;
}

.course_option_table td {
    border: solid 1px #C4C4C4;
    padding: 10px;
    vertical-align: middle;
}

.option {
    background: #EFE4D0;
    color: #121212;
    width: 30%;
    vertical-align: middle;
}

/*****/
/*****/
.course_title_shotvideo {
    font-weight: bold;
    color: #121212;
    margin-left: 20px;
    font-size: 16px;
}

.course_shotvideo_table {
    margin: 0 auto;
    width: 95%;
}

.course_shotvideo_table td {
    border: solid 1px #C4C4C4;
    padding: 10px;
    vertical-align: middle;
}

.shotvideo {
    background: #EFE4D0;
    color: #121212;
    width: 30%;
    vertical-align: middle;
}

.shotvideo_title {
    background: #121212;
    color: #fff;
    text-align: center;
}

/*****/
.font_orange {
    color: #F06600;
}

.font_blue {
    color: #336699;
}

.gray_warning {
    background: #F4F4F4;
    padding: 20px;
	width: 95%;
    border: solid 1px #c4c4c4;
    margin: 20px auto;
}

/***************ご利用案内******************/

.system_step {
    line-height: 26px;
    padding-bottom: 5px
}

.system_step + .system_step {
    border-top: dotted 1px #C6C6C6;
    padding-top: 15px;
}

.system1_pink,
.system_pink {
    background: #D50E5B;
    padding: 5px;
    color: #fff;
}

.system_label {
    margin-bottom: 10px;
    padding: 5px 10px;
}

.system_step_desc {
    display: inline;
    margin-bottom: 10px;
}

.system_step_desc > :first-child {
    display: inline;
}

@media only screen and (min-width: 768px) {
	
	.tel_sp_menuin{display: none;}
	
    .system_step {
        display: flex;
        flex-direction: row;
    }

    .system_label {
        display: flex;
        flex: 150px 0 0;
        justify-content: center;
        align-self: center;
        margin-right: 15px;
    }

    .system_step_desc {
        display: flex;
        flex-direction: column;
    }
}


.system1_pink {
    display: flex;
    width: 150px;
    text-align: center;
}

.system1_box {
    display: table;
}

.system1_box .item {
    padding: 5px;
    line-height: 26px;
    display: table-cell;
    vertical-align: middle;
}

.system1_black,
.system_black{
    background: #121212;
    color: #fff;
}

.system1_black {
    width: 150px;
    text-align: center;
}


/*****コスチューム　プレイグッズ******/
.play_btn_erea {
    max-width: 470px;
    padding: 0 20px;
    margin: 0 auto;
}

.play_btn_erea .btn-square {
    display: inline-block;
    padding: 0.5em 0.3em;
    text-decoration: none;
    background: #EA3C55; /*ボタン色*/
    color: #FFF;
    width: 46%;
    text-align: center;
    border: solid 1px #A8050F;
    border-bottom: solid 4px #A8050F;
    border-radius: 20px;
    margin: 1%;
}

.play_btn_erea .btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

.play_btn_erea .btn-square2 {
    display: inline-block;
    padding: 0.5em 0.3em;
    text-decoration: none;
    background: #F5F5F5; /*ボタン色*/
    color: #121212;
    width: 46%;
    text-align: center;
    border: solid 1px #C4C4C4;
    border-bottom: solid 4px #C4C4C4;
    border-radius: 20px;
    margin: 1%;
}

.play_btn_erea .btn-square2:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

/* 幅に対して、高さは自動調整の場合 */
.play_1box {
    width: 23%;
    margin: 1%;
    height: auto;
    float: left;
}

.play_1box img {
    width: 100%;
    height: auto;
}

.play_bg_black {
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    z-index: 100;
    height: 44px;
}

.play_1box .trimming {
    overflow: hidden;
    position: relative;
    padding-top: 90%;
    margin-bottom: 2px;
}

.play_1box .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*******SM用語集*******/
/* アコーディオン */
.ac-container {
    width: auto;
}

.ac-container label {
    width: 100%;
    background: #EDEDED;
    margin: auto;
    padding: 10px 20px;
    position: relative;
    display: block;
    cursor: pointer;
    color: #000;
}

.ac-container label:hover {
    background: #121212;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ac-container input {
    display: none;
}

.ac-container div {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: height 0.3s ease-in-out,
    box-shadow 0.6s linear;
}

.ac-container input:checked ~ div {
    transition: height 0.5s ease-in-out,
    box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container div p {
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 10px 20px;
}

.sm_menu {
    line-height: 20px;
}
.sm_menu_text {
    border-radius: 30px;
    background: #EDEDED;
    margin: 7.5px;
    padding: 5px 19px;
    float: left;
}

.sm_menu_text { color: #000;
text-decoration: none}

.sm_menu_text:hover{
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sm_sub_title{
    margin: 20px 0;
    padding: 10px 20px;
    color: #fff;
    background: #EA3C55;
}

/* 高さの定義 */
.ac-container input:checked ~ div.ac-small {
    height: auto;
}

.ac-container input:checked ~ div.ac-medium {
    height: auto;
}

.ac-container input:checked ~ div.ac-large {
    height: auto;
}


/*****************Q&A掲示板***************/
.qa_1box {
    box-shadow: 0 0 8px grey;
}

.qa_name {
    font-weight: bold;
    margin: 5px 0;
}

.pagination {
    padding: 0 20px;
    margin: 0 auto;
}

.page_now_btn {
    background: #EDEDED;
    float: left;
    width: 10%;
    text-align: center;
    padding: 10px 0;
    margin: 5px;
}

.page_black_btn {
    background: #000;
    float: left;
    width: 10%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    margin: 5px;
}

.page_black_btn_prev {
    background: #000;
    float: left;
    width: 20%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.page_black_btn_next {
    background: #000;
    float: right;
    width: 20%;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.qa_1box .fa-question-circle {
    float: left;
    margin: 5px;
    font-size: 23px;
}


.qa_1box .fa-user-circle {
    float: left;
    margin:0 5px;
    font-size: 23px;
}
.qa_text {
    width:30%;
}
.qa_2box {
    width:70%;
}

/******************ご感想********************/
.bbs_1box {
    background-color: rgba(234, 234, 234, 0.8);
}
.bbs_text p{
           text-align:left;
           line-height: 2em;
    margin-bottom: 20px;
}
input {
    height: 30px;
font-size: 15px;
vertical-align:middle;
}
.kanso_formrig{width: 50%;
letter-spacing: 4px;}
.kanso_formrig input{width: 40%;}
.kanso_formrig textarea{width: 100%;
font-size: 15px;}
.kanso_formlef{width: 15%;}

.kanso_form select{margin-bottom:20px;
height: 30px;
font-size: 15px;}

/*全体*/
.hidden_box {
    margin: 20px;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px;
    border: solid 1px black;
    cursor :pointer;
	float: right;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #111;
	color: #fff;
}

/*チェックは見えなくする*/
.hidden_box #label1 {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box #label1:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*******ご感想画像***********/
.impr_img img {

    width: 100%;
    height: auto;
}

.impr_img {
    float: left;
    position: relative;
    width: 25%;
}

.impr_img:before {
    content: "";
    display: block;
    padding-top: 160%; /* 高さを幅の75%に固定 */
}

.impr_img_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/********************男性求人***********************/
.bg_gold_staff {
    background: #9D985C;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 20px;
}

.rec2_table, .rec2_table td, .rec2_table th {
    border: solid 1px #D5D5D5;
    vertical-align: middle;
	margin: 0 auto;
}

.rec2_td_bg_black {
    background: #000;
    color: #fff;
    padding: 20px;
}

.rec2_lef_td {
    width: 20%;
    background: #EDEDED;
    font-weight: bold;

    padding: 20px;
}

.rec2_rig_td {
    padding: 20px;
}


/**********SM嬢検索***************/
.play_td_title {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.play_bg_gray {
    background: #EDEDED;
    margin: 20px;
}

.play_sm_search_table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 30px;
    margin: 0 20px 20px 20px;
}

.play_sm_search_table > .play_50width {
    display: flex;
    flex-direction: row;
    flex: 50% 1 1;
}
.play_sm_search_table > .play_allwidth {
    display: flex;
    flex-direction: row;
}

.play_sm_search_table > div > label {
    width: 60px;
}

.play_sm_search_table > div > select {
    width: 100px;
    max-width: 100px;
}

.play_sm_search_table > div > select + select {
    margin-left: 5px;
}

.search-options {
    font-size: 14px;
}

.search-options label {
    flex: 25% 0 0;
}

.play_sm_search_ta_title {
    background: #6E6E6E;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin: 20px;
}

.search_table{margin-top: 20px;
}
#gal_search_result hr{margin: 40px 0 30px 0;}
#gal_search_result .play_pink_title{text-align: center;
font-size: 1.2rem;
color: #ededed;
    background: #e93b55;
    padding: 2%;}
/******************出勤表ページ*************************/

.schedule_btn_erea {
    margin: 0 auto;
    max-width: 95%;
}

.btn-square3 {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3C55; /*ボタン色*/
    color: #FFF;
    width: 22%;
    text-align: center;
    border: solid 1px #A8050F;
    border-bottom: solid 4px #A8050F;
    border-radius: 20px;
    margin: 1%;
}

.btn-square3:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

.btn-square4 {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F5F5F5; /*ボタン色*/
    color: #121212;
    width: 22%;
    text-align: center;
    border: solid 1px #C4C4C4;
    border-bottom: solid 4px #C4C4C4;
    border-radius: 20px;
    margin: 1%;
}

.btn-square4:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}


/******************ランキング*************************/

.rank_btn_erea {
    width: 95%;
    margin: 0 auto;
}

.btn-square {
    display: inline-block;
    padding: 0.5em 0.3em;
    text-decoration: none;
    background: #EA3C55; /*ボタン色*/
    color: #FFF;
    width: 30%;
    text-align: center;
    border: solid 1px #A8050F;
    border-bottom: solid 4px #A8050F;
    border-radius: 20px;
    margin: 1%;
}

.btn-square:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

.btn-square2 {
    display: inline-block;
    padding: 0.5em 0.3em;
    text-decoration: none;
    background: #F5F5F5; /*ボタン色*/
    color: #121212;
    width: 30%;
    text-align: center;
    border: solid 1px #C4C4C4;
    border-bottom: solid 4px #C4C4C4;
    border-radius: 20px;
    margin: 1%;
}

.btn-square2:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

.rank_text {
    margin: 20px 20px 0 20px;
}

.rank_img {
    margin: 20px;
    width: 110px;
    height: 175px;
    object-fit: cover;
    float: left;
}

.pink_rank_name {
    font-size: 24px;
    color: #FA004D;
}

.s_rank_name {
    font-size: 24px;
    color: #B12EBC;
}

.m_rank_name {
    font-size: 24px;
    color: #F51C5F;
}

.rank_sub {
    padding: 10px 0;
    font-weight: bold;
}

.glay_border {
    border: solid 1px #BFBFBF;
    margin: 0 20px;
}

/******************キャスト情報**************************/
.h2_title {
    background: linear-gradient(#A8050F, #EA3C55);
    color: #fff;
    font-size: 16px;
    padding: 7px 20px;
}

.radius_box1 {
    background: #EA3C55;
    font-size: 22px;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.recruit_table {
    border-collapse: collapse;
    border: solid 1px #fff;
    margin: 0 auto;
    margin-ottom: 20px;
	width: 100%;
}

.left_pink {
    width: 70px;
    border: solid 1px #fff;
    background: #EA3C55;
    padding: 10px;
    text-align: center;
}

.right_bl {
    width: 540px;
    color: #fff;
    border: solid 1px #fff;
    background: #121212;
    padding: 10px;
}

th {
    background: #f0e6cc;
    border: solid 1px #fff;

}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

/**
{background: #121212;
color: #fff;
border-radius: 20px;
width: 30%;
padding: 5px 0;
text-align: center;
margin: 5px;}
**/
.rec_bl_btn {
    display: flex;
    /* 横並びに表示する */
    flex-direction: row;

    /* 画面幅に収まらない場合は折り返す */
    flex-wrap: wrap;
}

.rec_bl_btn li {
    color: #fff;
    margin: 1%;
    padding: 10px 5px;
    border-radius: 30px;
    background: #121212;
    width: 31%;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 10px;

}

.rec_bl_btn li a {
    color: #fff;
}

.rec_bl_btn .rec_btn_long {
    width: 64%;
}

.rec_bl_btn a {
    text-decoration: none;
}

/***/
.balloon1 {
    position: relative;
    margin: 1.5em 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    background: #EA3C55;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #EA3C55;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}

/***/

/***/
.question_box_black .balloon1 {
    position: relative;
    margin: 1.5em 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    background: #121212;
}

.question_box_black .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #121212;
}

.question_box_black .balloon1 p {
    margin: 0;
    padding: 0;
}

/***/

.question_box_pink {
    background: #F5F5F5;
}

.question_box_pink h3 {
    color: #EA3C55;
    margin: 0 20px 20px 20px;
    font-weight: bold;
}

.question_box_pink p {
    padding: 0 20px 20px 20px;
}

.question_box_black {
    background: #F5F5F5;
}

.question_box_black h3 {
    color: #121212;
    margin: 0 20px 20px 20px;
    font-weight: bold;
}

.question_box_black p {
    padding: 0 20px 20px 20px;
}


/*********在籍女性ページ********/
.bk_black_075_3 {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
}

.bk_black_075_3_no {
	background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    padding: 10px 0;
    line-height: 20px;
	    bottom: 0;
    position: absolute;
}
.lady_box_bottom{
	position: absolute;
    bottom: 0px;
	width: 100%;
}
.schedule_on{
	background-color: #9d985c;
    color: #fff;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    padding: 10px 0;
	margin: 10px;
    line-height: 20px;
	font-family: 'Noto Serif JP', serif;
}
.mv_ladies{text-align:center;}

/*** mailフォーム **/
.mail-page .h2_title {
    margin-bottom: 10px;
}

.mail-page .flex-row,
.mail-page .flex-h {
    display: flex;
    margin-bottom: 15px;
}

.mail-page .flex-row .form-label {
    display: flex;
    flex: 120px 0 0;
}
.mail-page .flex-row .form-content {
    align-items: flex-start;
    display: flex;
    flex: auto 1 1;
    flex-direction: column;
    padding: 0 10px;
}

.mail-page .flex-row .form-content > input[type=text],
.mail-page .flex-row .form-content > select,
.mail-page .flex-row .form-content textarea {
    width: 100%;
    font-size: 15px;
}


.mail-page .flex-row .form-content select {
    font-size: 15px;
}

.mail-page .flex-row .form-content p {
    flex-direction: column;
}

.mail-page .flex-row .form-content p + p {
    margin-top:0;
    
}

.mail-page .form-confirmation p + p {
    margin-top: 15px;
}

.mail-page .form-confirmation {
    padding: 20px 0;
    text-align: center;
}

.notice {
    font-size: 80%;
}

@media screen and (max-width: 768px) {
    .mail-page .flex-row {
        flex-direction: column;
    }

    .mail-page .flex-row .form-label {
        flex: auto 1 1;
    }

    .mail-page .flex-row .form-content {
        padding: 0;
    }
}

    /*** ご予約フォーム **/
.flex-h {
    display: flex;
}

.flex-h .reserv_left_table {
    align-items: center;
    display: flex;
    flex: 165px 0 0;
}

.flex-h .reserv_right_table {
    align-items: center;
    display: flex;
    flex: auto 1 1;
}

.flex-h .reserv_right_table select,
.flex-h .reserv_right_table input[type=text] {
    width: 100%;
}

.reserv-content {
    display: flex;
    flex-direction: column;
}

.reserv-content .reserv-wrapper p {
    margin: 15px 0;
}

.reserv_bg_gray {
    background: #EDEDED;
    padding: 5px;
    font-weight: bold;
}

.reserv_left_table {
    padding: 5px 0;
}

.reserv_right_table {
    padding: 5px 0;
    margin-bottom: 5px;
}
.reserv_right_table select{
    height: 30px;
    margin: 5px 0 ;
    font-size: 15px ;}

.reserv_right_table input {
}

.reserv_check50 {
}
.r_w_60 input{width: 70%;}
.r_w_60 textarea{width: 80%;
    margin-top: 20px;
font-size: 16px;}

@media screen and (min-width: 769px) {
    .reserv-content {
        display: flex;
    }

    .reserv-content h2 {
        margin-bottom: 20px;
    }
    
    .reserv-content .flex-row,
    .reserv-content .flex-h,
    .reserv-content .reserv-wrapper p {
        margin: 0 15px;
    }

    .reserv-content .reserv_bg_gray {
        margin: 15px;
    }

    .flex-row {
        display: flex;
    }

    .reserv_left_table {
        flex: 170px 0 0;
    }

    .reserv_right_table {
        flex: auto 1 1;
    }

    .flex-h .reserv_right_table select {
        width: 50%;
        height: 30px; 
        font-size: 15px;
    }

    .reserv_right_table .reserv-full-width {
        flex: 100% 1 1;
    }

    .reserv_right_table .bg_oud {
        display: flex;
        flex-wrap: wrap;
        margin-right: 10px;
		font-size: 12px;
    }

    .reserv_right_table .reserv_check50 {
        flex: 50% 0 0;
    }
}

.black_btn {
    max-width: 560px;
}

.re_bl_button {
    display: inline-block;
    width: 210px;
    height: 40px;
    font-size: 14px; /* 文字サイズ */
    text-align: center; /* 文字位置 */
    cursor: pointer; /* カーソル */
    padding: 12px 12px; /* 余白 */
    background: #121212; /* 背景色 */
    color: #ffffff; /* 文字色 */
    line-height: 1em; /* 1行の高さ */
    transition: .3s; /* なめらか変化 */
    border: 2px solid #121212; /* 枠の指定 */
    margin: 0 auto;
}

.re_bl_button:hover {
    color: #121212; /* 背景色 */
    background: #ffffff; /* 文字色 */
}

.btn_ma_center {
    margin: 10px 0;
    text-align: center;
}

.bg_oud {
    background: #F9F5F0;
    padding: 10px;
    line-height: 28px;
}

/********メルマガ会員********/


.btn_pink_4 {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #EA3C55; /*ボタン色*/
    color: #FFF;
    width: 100%;
    text-align: center;
    border: solid 1px #A8050F;
    border-bottom: solid 4px #A8050F;
    border-radius: 4px;
    height: 40px;
}

.btn_pink_4:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
}

.btn_center {
    margin: 0 auto;

    width: 80%;
}

.wi_45 {
    width: 45%;
}

.ma_top_10 {
    margin-top: 10px;
}

.mag_text_erea {
}
.mag-form .row .ma_top_10 input[type=password],
.mag-form .row .ma_top_10 input[type=text] {
    width: 100%;
}
.mag_mail_lef{
    width: 40%;
    padding-left: 20px;}
.mag_mail_rig{width: 100%;}

.mag_naiyou{
    padding: 20px 20px 0 20px;
}

.mag_pa{
    padding: 20px;
}
.mag_label {
    width: 100%;
    padding: 5px;
    background: #D50E5B;
    color: #fff;
    text-align: center;
    border-radius: 20px;
}
.mag_text_rig{
    width: 100% ;
}
.mag_text_lef{
    width: 100% ;
    
}
.mag_text{
    display: flex;
    justify-content: space-between;
}

.mag_text li {
    color: #5d5b5b;
}
.mag_text p {
    line-height:1.5em;
    font-size: 12px;
    padding: 0 0 0 20px;
}


/*** サイトマップ **/
.sitemap_subtitle{
    width: 30%;
    border-top: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    padding: 20px 0 20px 0; 
}

.sitemap_subtitle a {
	color:#D50E5B;
	text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.sitemap_subtitle a:hover {
	color:#666666;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sitemap_rig{
    width: 100%;
    color: #525252;
    line-height: 1.5em;
    border-top: solid 1px #C6C6C6;
    border-bottom: solid 1px #C6C6C6;
    padding: 20px 0 20px 0; 
    }

/***************相互リンク集**********************/

.link_chainlink_box {
    margin: 0 auto;
    max-width: 800px;
}

.link_pink_btn li {
    color: #fff;
    margin: 1%;
    padding: 10px 5px;
    border-radius: 30px;
    background: #EA3C55;
    width: 30%;
    text-align: center;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

.link_pink_btn li a {
    color: #fff;
    text-decoration: none;
}

.link_btn_cen {
    width: 90%;
    margin: 0 auto;
}

.link_bg_black {
    background: #000;
    color: #fff;
    padding: 20px;
    margin: 20px 20px 10px 20px;
    font-sze: 22px;
}

.border_gray_size5 {
    border: solid 5px #F5F5F5;
}

.link_rig_size {
    max-width: 420px;
}

.link_font_winered {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
}


.link_memo_table, .link_memo_table td, .link_memo_table th {
    border: 1px solid #D5D5D5;
    border-collapse: collapse;
}

.link_memo_table {
    width: 95%;
    margin: 0 auto;
    vertical-align: middle;
}

.link_memo_table td, .link_memo_table th {
    padding: 10px;
    vertical-align: middle;
}

.link_table_pink {
    background: #EA3C55;
    width: 25%;
    color: #fff;
    text-align: center;
}

.link_table_form {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
}

.link_table_form tr {
}

.link_table_form td {
    vertical-align: middle;
    padding: 2%;
}

.link_form_rig {
    width: 60%;
}
.link_form_rig input{
    width: 80%;
}

.tbl-r02 th {
    background: #e9727e;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}

.tbl-r02 td {

    　border: solid 1px #ccc;
    padding: 10px;
}


/************プロフィール***************/
.pro_name_box {
    border: solid 1px #EA3C55;
    border-left: solid 10px #EA3C55;
    padding: 5px;
    margin: 20px 0;
}

.pro_name_box p {
    float: left;
    padding: 10px;
}

.pro_blog_btn {
    float: right;
    background: #383838;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.pro_left_column {
    width: 50%;
    float: left;
}

.pro_right_column {
    width: 50%;
    float: right;
}

.pro_main_img img {
    width: 100%;
    height: auto;
}

.pro_main_img {
    float: left;
    position: relative;
    width: 100%;
}

.pro_main_img:before {
    content: "";
    display: block;
    padding-top: 160%; /* 高さを幅の75%に固定 */
}

.pro_main_img_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.pro_right_column a {
	text-decoration: none;
}


.pro_originalcourse {
    background: #383838;
    color: #fff;
    text-align: center;
    padding: 9px;
    border-left: 10px solid #B29358;
    border-right: 10px solid #B29358;
	margin: 10px auto;
	width: 90%;
}

.pro_img_big {
    width: 82.4%;
    float: left;
}

.pro_img_mini {
    width: 15.6%;
    margin-left: 2%;
    float: left;
}

.pro_main_img_2 img {
    width: 100%;
    height: auto;
}


.pro_main_img_2 {
    float: left;
    position: relative;
    width: 100%;

    margin-bottom: 11%;
}

.pro_main_img_2:before {
    content: "";
    display: block;
    padding-top: 160%; /* 高さを幅の75%に固定 */
}

.pro_main_img_in_2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.yes_no_play {
    margin: 0 auto;
    width: 80%;
}


.yes_play {
    
    color: #8F4135;
    background-color: #FFFFE3;
    width: 40%;
    text-align: center;
    margin: 0 5%;
    float: left;
	
    border: 1px solid #999;
	font-size: 12px;
}

.no_play {
        color: #9A4D4D;
    background-color: #EBE6D7;
    width: 40%;
    text-align: center;
    margin: 0 5%;
    float: left;
	
    border: 1px solid #999;
	font-size: 12px;
}


.pro_play_list, .pro_play_list td, .pro_play_list th {
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: center;
    padding: 2px 0;
    vertical-align: middle;
    background: #DEDEDE;
    color: #575757;
}

.pro_play_list {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
	font-size: 12px;
    line-height: 1.2em;
}


.pro_play_list .play_type {
    background: #9A8D6D;
    color: #fff;
}

.pro_play_list .yes_no_1 {
    color: #8F4135;
    background-color: #FFFFE3;
}

.pro_play_list .yes_no_2 {
    color: #9A4D4D;
    background-color: #EBE6D7;
}
.lady_originalp{text-align: center;
padding: 20px;
color: red;}

.pro_bg_gray {
    background: #F5F5F5;
    text-align: center;
    padding: 10px;
    border-top: solid 1px #575757;
    border-bottom: solid 1px #575757;
}


.pro_orange {
    color: #F06600;
    font-weight: bold;
    font-size: 18px;
}


.his_gal_box {
    background-size: cover;
    position: relative;
    width: 22.5%;
	margin-left: 2%;
	float: left;
    margin-bottom: 20px;
    border: solid 1px #C4C4C4;
	text-align: center;
}
.his_gal_box:before {
    content:"";
    display: block;
    padding-top: 159%; /* 高さを幅の75%に固定 */
}
.his_gal_box_in{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.his_gal_box img{width: 100%;
height: 100%;
object-fit: cover;}

.schedule {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

.schedule .saturday {
    background: #FFEEA7;
}

.schedule .sunday {
    background: #FFC4C5;
}

.schedule .phone {
    color: #FFAC5A;
}

.schedule, .schedule td, .schedule th {
    border: solid 1px #575757;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    vertical-align: middle;
}

.schedule td p + p {
    margin-top: 5px;
}

.schedule th {
    background: #F5F5F5;
}

@media screen and (max-width: 769px) {
    .schedule th {
        align-items: center;
        display: flex !important;
        justify-content: center;
    }

    .schedule td {
        align-items: center;
        display: flex !important;
        flex-direction: row;
    }

    .schedule td p {
        /*display: flex;*/
        flex: 50% 1 1;
        justify-content: center;
    }
}

.pro_his_bg_black {
    background: #000000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-bottom: 5px solid #6E6E6E;
}

/* mag page */

.mag-form .row {
    display: flex;
    flex-direction: row;
}


/******PC版のみ適用*******/

@media screen and (min-width: 769px) {

    #side_B {
        padding-right: 20px;
    }

    .pc_both {
        clear: both;
    }

    /******ヘッダー******/
    #header h1 {
        margin: 5px 0 0 10px;
        font-size: 38px;
        float: left;
    }

    #header .header_sub {
        float: left;
        padding: 10px 20px;
    }

    /***インデックスページ****/
    .index_rmngroup_box {
        margin: 0 auto;
        margin-top: 20px;
    }

    .group_title_box {
        width: 550px;
    }


    .report_chain {
        float: right;
    }

    .chain_box {
        margin: 0 20px 20px 20px;
		font-family: 'Noto Serif JP', serif;
    }

    .group_title_box section {
        float: left;
    }


    .schedule_box {
		border: solid 1px #C4C4C4;
 		position: relative;
        width: 30%;
    	margin-left: 2.5%;
		margin-bottom: 2.5%;
    	float: left;
		text-align: center;
    }
	
	.schedule_box:before {
    content:"";
    display: block;
    padding-top: 159%; /* 高さを幅の75%に固定 */
}
.schedule_box_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
	
	.schedule_box img{
 		width: 100%;
		height: 100%;
		object-fit: cover;
    }
	
    /******本日の出勤*******/
    .sche_today_rese {
        padding-top: 2px;
        padding-left: 5px;
    }

    .schedule_pc_sp {
        float: left;
    }

    .top_schedule_btn {
        background: #fff;
        color: #A8050F;
        padding: 1px;
        border-radius: 2px;
        float: right;
    }

    .bk_grd_red_2 {
        background: linear-gradient(#A8050F, #540308);
        color: #fff;
        padding: 6px 20px;
        font-size: 16px;
        margin-top: 10px;
    }



    .schedule_lady_box {
        padding: 20px 0;
        border: solid 5px #EFE4D0;
        background: #fff;
    }

    /*****お客様ご感想*******/
    /*****ブログ*******/
    .blogbox_2 {
        border-left: solid 1px #A8A8A8;
        border-right: solid 1px #A8A8A8;
    }

    .blg_title {
        padding: 10px;
    }


    /*******出勤表ページ*****/
    .schedule_page_box {
        padding: 20px 0;
        margin: auto;
    }



    .his_pa_box {
        padding: 20px 0;
        margin: auto;
    }


}


/* 1230px以下 */

@media only screen and (max-width: 1230px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
 #wrapper {
 width: 100%;
 }
	#main{width: 73%;}
 #side_A {
 width: 100%;
 }
 #contents {
 width: 69%;
	 margin: 0 2%;
 }
 #side_A{
 width: 27%;
 }
#side_B{width: 27%;} 
 #footer {
 width: 100%;
 }
 .footer_in {
 width: 100%;
 }
 .header_in {
 width: 100%;
 }
}

/****ハンバーガー*****/


/* 320px以下の場合 */

@media only screen and (max-width: 320px) {
}


/*******テスト******/

.iframe-aspect {
  aspect-ratio: 16 / 33;
}
.iframe-aspect iframe {
  width: 100%;
  height: 100%;
}


