@charset 'UTF-8';

.comment {
    font-size: 24px;
    color: #EE6E8F;
}

.namebox {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

.namebox .name {
    font-size: 30px;
}

#first_view {
    margin: 0 0 0 0;
}

#view_left {
    float: left;
}

#view_left span {
    font-weight: bold;
    display: block;
    float: left;
    width: 135px;
    min-height: 16px;
    margin: 0 6px 2px 0;
    padding: 5px 0 2px 0;
    /*background: #523c00;*/
    text-align: center;
    color: #FFF;
}

#view_right {
    float: right;
    margin: 5px 0 0 5px;
}

#view_right span {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 1px;
    color: #86AC01;
}

#view_right .wdate {
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #F17696;
}

#girl_photo_area_wrp {
    margin: 12px 0 0 0;
}

#girl_photo_area_wrp {
    background: url('/img/common/ptn04.jpg');
    background-size: 50px;
}

#girl_photo {
    min-height: 460px;
    padding: 20px 0 20px 0;
    background: url('/img/profile/bg_photo1.png') no-repeat left bottom;
}

#girl_photo_area #controls {
    padding: 15px 0 15px 145px;
    background: #523C00 url('/img/profile/bg_photo2.png') no-repeat left top;
}

#girl_photo li {
    text-align: center;
}

#girl_photo li img {
    width: auto;
    height: 450px;
    border: solid 6px #FFF;
}

#girl_photo_area #controls li {
    float: left;
    width: 72px;
    margin: 0 12px 0 12px;
    opacity: 0;
    animation: girl_photo_li 1s ease 0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
#girl_photo_area #controls li:nth-child(1){animation-delay: 0s;}
#girl_photo_area #controls li:nth-child(2){animation-delay: .1s;}
#girl_photo_area #controls li:nth-child(3){animation-delay: .2s;}
#girl_photo_area #controls li:nth-child(4){animation-delay: .3s;}
#girl_photo_area #controls li:nth-child(5){animation-delay: .4s;}
@keyframes girl_photo_li {
    0%{
        opacity: 0;
        transform: scale(.95) translateX(10px);
    }
    100%{
        opacity: 1;
        transform: scale(1) translateX(0px);
    }
}
#girl_photo_area #controls li span{
    width: 72px;
    height: 108px;
    overflow: hidden;
    display: block;
    border: solid 4px #fff;
    box-sizing: content-box;
    transition: .3s;
}
#girl_photo_area #controls li span:hover{
    border-color: rgba(0, 0, 0, 0.45);
}
#girl_photo_area #controls li img {
    transition: .3s;
}

#girl_photo_area #controls li img:hover{
    transform: scale(1.20);
    filter: brightness(0.65);
}

#girls_data {
    margin: 10px 0 0 0;
}
/*左カラムのコンテンツ*/

#prof_cont_left {
    float: left;
    width: 300px;
    padding: 0 0 15px 0;
    background: #e8e5de;
    position: sticky;
    top: 180px;
    border-radius: 0 0 10px 10px;
}

#blog_link {
    margin: 20px 0 20px 0;
    text-align: center;
}

#blog_link a img {
    margin: 0 0 0px 0;
}

#movie_link {
    position: relative;
    overflow: hidden;
    margin: 0 14px 15px 14px;
    text-align: center;
}

.movie_link .mv_bt_style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px !important;
    height: 59px !important;
    margin: -29px 0 0 -29px;
}

#movie_link .movie_link img {
    width: 272px;
    height: auto;
}
#movie_link [id^='divId'] {
    zoom: 85%;
}

#prof_cont_left .prof_hstyle {
    margin: 0 14px 0 14px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url('/img/common/ptn02.png');
}

#prof_cont_left ::-webkit-scrollbar {
    width: 10px;
}
#prof_cont_left ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: none;
    border-radius: 0 0 10px 0;
    background-color: #eee;
}
#prof_cont_left ::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
    box-shadow: none;
}

#prof_cont_left .syame_nikki_cont {
    margin: 0 14px 0 14px;
    padding: 22px 16px 16px 16px;
    background: url('/img/common/ptn04.jpg');
    background-size: 50px;
    position: relative;
    box-shadow: 0 2px 6px rgba(65, 65, 65, 0.2);
    border-radius: 0 0 8px 8px;
}

#prof_cont_left .syame_nikki_cont .photo img{
    max-width: 100%;
}

#prof_cont_left .syame_nikki_cont:after{
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    visibility: inherit;
}

#prof_cont_left .syame_nikki_cont>div{
    position: relative;
    z-index: 1;
}

#prof_cont_left .syame_nikki_cont .subject {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 2px 0;
    color: #523C00;
}

#prof_cont_left .syame_nikki_voicebox {
    line-height: 160%;
    margin: 25px 0 10px 0;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt";
}

#prof_cont_left .syame_nikki_voicebox img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

#prof_cont_left .voice_title {
    margin: 20px 0 0 0;
}

#prof_cont_left .voice_box_wrp {
    overflow: auto;
    height: 600px;
    margin: 0 14px 0 14px;
    background: url('/img/common/ptn04.jpg');
    background-size: 50px;
    box-shadow: 0 2px 6px rgba(65, 65, 65, 0.2);
    border-radius: 0 0 8px 8px;
}

#prof_cont_left .voice_feeling {
    padding: 14px;
    background: #ebebd6;
}

#prof_cont_left .voice_feeling dl dt, .voice_feeling dl dd {
    font-size: 14px;
    font-weight: bold;
}

#prof_cont_left .voice_feeling dl dd {
    margin: 8px 0 0 0;
    color: #F17696;
}

#prof_cont_left .voice_box {
    padding: 0 0 0;
}

#prof_cont_left .voice_box .prof_voice {
    line-height: 180%;
    padding: 10px 15px 20px 15px;
    font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,sans-serif;
    font-feature-settings: "palt";
    letter-spacing: 0;
    /*background: rgba(255, 255, 255, 0.35);*/
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.85) 0,rgba(255, 255, 255, 0.25) 100%);
}

#prof_cont_left .voice_box .prof_credate {
    padding: 5px 14px 0 14px;
    text-align: right;
}

#prof_cont_left .voice_box .answerframe_bottom {
    position: relative;
    margin: 25px 14px 0 14px;
    padding: 14px;
    border: solid 1px #F37495;
    border-radius: 6px;
    background: #FFF;
}

#prof_cont_left .voice_fukidasi {
    position: absolute;
    position: absolute;
    top: -13px;
    left: 35px;
}

#prof_cont_left .voice_box .prof_girlname {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px 0;
    color: #E05483;
}

#prof_cont_left .voice_box .prof_girlsanswer {
    line-height: 160%;
}

/*右カラムのコンテンツ*/
#prof_cont_right {
    float: right;
    width: 420px;
    margin: 7px 0 0 0;
}

.none_left_cont {
    /*左カラムが無いケースの場合*/
    width: 100% !important;
}

.sbox_style2 {
    /*左カラムが無いケースの場合*/
    width: 179px !important;
}

.prof_hstyle {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 14px 0 10px 15px;
    color: #FFF;
    border-radius: 4px;
    background: url('/img/common/ptn01.png');
}

#msgbox {
    margin-bottom: 25px;
}

/*
.g_info{
    margin:0px 1px 30px 1px;
}

.g_info li{
    border-bottom:solid 1px #cfcfcf;
    font-size:14px;
    padding:12px 0px 12px 0px;
}

.g_info li span{
    display:inline-block;
    width:178px;
    padding:0px 0px 0px 2px;
    font-weight:bold;
    color:#f27197;
}
*/

.girl_info table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt";
}

.girl_info table th, .girl_info table td {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.65;
    padding: 12px 0 12px 0;
    border-bottom: solid 1px #D4D3CF;
}

.girl_info table th {
    font-size: 14px;
    font-weight: bold;
    width: 178px;
    padding: 12px 0 12px 2px;
    text-align: left;
    color: #F27197;
}

.playbox {
    margin: 0 0 25px 0;
    font-size: 0;
}
div .playbox:last-child{
    margin: 0;
}

.playbox .sbox {
    display: inline-block;
    width: 132px;
    width: calc(100% / 3 - 6px);
    margin: 3px 3px 3px 3px;
    text-align: center;
    vertical-align: top;
}

.playbox .sbox dt {
    padding: 10px 0 10px 0;
    border: solid 1px #D4D3CF;
    background: #EBEBD6;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
    line-height: 1;
}

.playbox .sbox dd {
    line-height: 1.5;
    padding: 10px 0 10px 0;
    border: solid 1px #D4D3CF;
    border-top: none !important;
    background: #FFF;
}

.playbox .sbox dd span {
    font-family: Verdana, '游ゴシック', YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN',sans-serif;
}

.playbox .sbox.play_shape_1{}
.playbox .sbox.play_shape_1 dd{}
.playbox .sbox.play_shape_1 dd span{
    font-weight: bold;
    font-size: 1.75rem;
    line-height: 1;
}
.playbox .sbox.play_shape_2{}
.playbox .sbox.play_shape_2 dd{}
.playbox .sbox.play_shape_3{
    filter: grayscale(1) opacity(.65);
}
.playbox .sbox.play_shape_3 dd{
    background: #fbfbfb;
}

/*****      mac safariにだけきく        *****/
/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media, _:future, dt {
    height: 40px;
    padding: 0 !important;
    line-height: 40px;
}
/* Hack for Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio:0)
    and (min-color-index:0) {
        .playbox .sbox dt {
            (; height: 40px ;)
            (; padding: 0 ;)
            (; line-height: 40px ;)
        }
}
/******************************************/

#msgbox .cpmment {
    font-size: 14px;
    line-height: 180%;
    margin: 14px 0 0 0;
    padding: 0 2px 0 2px;
}

.schedulearea {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #D4D3CF;
}

.schedulearea th {
    width: 14%;
    padding: 10px 0 10px 0;
    border: solid 1px #D4D3CF;
    background: #EBEBD6;
}

/* 出勤ページにWEB予約への導線を追加 */
.supplement{
    font-size: 1rem;
    padding: 8px 10px;
    color: #333;
    border-radius: 4px;
    margin: 10px 0 0;
    background: #f5f5f5;
}
.supplement strong{
    color: #E91E63;
    font-weight: bold;
}
.schedulearea td {
    font-size: 1.15rem;
    padding: 10px 0;
    text-align: center;
    border: solid 1px #D4D3CF;
    background: #FFF;
}
.schedulearea tr.reserve_tr td{
    background: #e9e9e7;
    padding: 6px 3px;
    color: #d4d3cf;
    font-size: 0;
    line-height: 0;
}
.schedulearea tr.reserve_tr .tel {
    position: relative;
    display: block;
    width: 90%;
    line-height: 1;
    padding: 8px 0px;
    font-size: 1.25rem;
    margin: 0 auto;
    color: #333;
    font-weight: bold;
    background: #ffffff;
    border-radius: 4px;
}

.schedulearea td form{}

.schedulearea td form input[type="submit"]{
    border: none;
    padding: 8px 0px;
    color: #fff;
    width: 90%;
    background: #E91E63;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: .35s;
    border-bottom: solid 2px rgba(0, 0, 0, 0.35);
}

.schedulearea td form input[type="submit"]:hover{
    background: #444;       
    border-bottom: solid 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.schedulearea td form input[type="submit"]:active{
    background: #333;
    transition: .1s;
    transform: translateY(2px);
    border-bottom: solid 2x rgba(0, 0, 0, 0);
    box-shadow:none;
}

.rveq_area {
    margin: 45px 0 0 0;
    padding: 0px 0 0px;
    border-bottom: 5px solid #523C00;
}

.rveq_area .yoyakutyuu {
    text-align: center;
    background: #523C00;
}

.rveq_area .rveq_tel {
    font-size: 37px;
    margin: 0px 0 0 0;
    text-align: center;
    color: #523C00;
    display: grid;
    grid-template-columns: .85fr 180px 1fr;
}
.rveq_tel .cast_rev_area{
    height: 50px;
    text-align: initial;
}
.rveq_tel .cast_rev_area span{
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #ddd;
    margin: -15px 0 0 10px;
    box-shadow: 0 0 0px 4px #f17696, 0 0 0px 8px rgba(241, 118, 150, 0.2);
    line-height: 1;
    position: relative;
    z-index: 1;
}
.rveq_tel .cast_rev_area img{
    object-fit: cover;
    background-size: contain;
    width: 100%;
    min-height: 100%;
    height: auto;
}
.rveq_area .rveq_tel .cast_rev_area p{
    display: inline-block;
    background: #f17897;
    color: #fff;
    font-size: 1.15rem;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt";
    padding: 10px 15px 10px 25px;
    margin: 14px 0px 0px -15px;
    position: absolute;
    z-index: 0;
    line-height: 1;
    border-radius: 0 20px 20px 0;
}
.rveq_area .rveq_tel p{
    line-height: 1;
    padding: 6px 0 0;
}

.rveq_area .rveq_tel span {
    font-size: 40px;
}
.rveq_area .rveq_tel span.ftConvL__recep{
    font-size: 1.20rem;
    text-align: center;
    border: none;
    line-height: 1;
    display: block;
    padding: 30px 0 0;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.rveq_area .rveq_time {
    font-size: 15px;
    text-align: center;
}

.rveq_area .rveq_time span {
    font-weight: bold;
}

.rveq_area .bt_area {
    margin: 10px 0;
    text-align: center;
    display: grid;
    grid-template-columns: 188px 1fr .5fr;
}
.rveq_area .bt_area img{
    margin: 5px 0 0;
}

.bt_rev2, .bt_enq {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 0 auto 0;
    padding: 14px 0 12px;
    text-decoration: none;
    color: #FFF;
    background: #414141 url(/img/common/bg_btn02.png) no-repeat right center;
    background-color: #414141;
    border-bottom: solid 2px #333;
    width: 95%;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 1px 3px 1px rgba(85, 85, 85, 0.25);
    transition: .3s all;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.bt_rev2:hover, .bt_enq:hover {}

.bt_snap {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 9px 54px 7px 15px;
    text-decoration: none;
    color: #FFF;
    background: #414141 url('/img/common/bg_btn02.png') no-repeat right center;
}

/*新規追加　週間スケジュール*/

#schedule_week {
    margin: 0 0;
    padding: 10px 0 10px;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt" 1;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}



/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
.voice_title {
    padding: 0;
    border-bottom: none;
    border-radius: none;
    background: none;
}

.comment {
    padding: 0;
    border-bottom: none;
}

/*他のキャストスケジュール一覧表示 通常*/

#prof_other_schebox{
    margin:25px 0 25px 0;
}

#prof_other_schebox .girls_photo_list .shukin dl {
    margin-bottom: -1px;
    border: 1px solid #F17696;
}

#prof_other_schebox .girls_photo_list .shukin dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #F17696;
}

#prof_other_schebox .girls_photo_list .shukin dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #F17696;
}

#prof_other_schebox .girls_photo_list .shukin div {
    border: solid 1px #F17696;
}

#prof_other_schebox .girls_photo_list .shukin .comment {
    color: #F17696 !important;
    border-color: #F17696 !important;
}

#prof_other_schebox .girls_photo_list {
    width: 756px;
    padding: 0 0 30px 0;
}


#prof_other_schebox .girls_photo_list li {
    position: relative;
    float: left;
    width: 158px;
    height: 391px;
    margin: 10px 30px 10px 0;
}

#prof_other_schebox .girls_photo_list li > div {
    position: relative;
}

#prof_other_schebox .girls_photo_list li .photo img {
    width: 99.9%;
    height: auto;
}

#prof_other_schebox .girls_photo_list li .time {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-bottom: -1px;
    padding: 6px 0 0 7px;
    color: #FFF;
}

#prof_other_schebox .girls_photo_list li .time span {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 45px;
}


#prof_other_schebox .girls_photo_list li .photo a {
    display: block;
    width: 142px;
    height: 213px;
    margin: 8px auto 0 auto;
}

#prof_other_schebox .girls_photo_list li .data_box2 {
    width: 142px;
    margin: 0 auto 8px auto;
    border: none;
}

#prof_other_schebox .girls_photo_list li .icon {
    position: absolute;
    top: 8px;
    right: -19px;
    width: 18px;
}

#prof_other_schebox .girls_photo_list li .icon .movie, #prof_other_schebox .girls_photo_list li .icon .new, #prof_other_schebox .girls_photo_list li .icon .snap {
    margin-bottom: 5px;
}

#prof_other_schebox .girls_photo_list li .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    color: #F37A9A;
    border-bottom: dotted 2px #F9A5BB;
}

#prof_other_schebox .girls_photo_list li .data {
    font-size: 14px;
    margin: 9px 0 5px 0;
    padding: 0;
    border: none;
}

#prof_other_schebox .girls_photo_list li .icontag {
    font-weight: bold;
    min-height: 16px;
    margin: 0 0 2px 0;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #FFF;
}

#prof_other_schebox span.icon img{
    padding:0;
}

/*他のキャストスケジュール一覧表示 受付終了*/
#prof_other_schebox .girls_photo_list li.soldout {
    opacity: .6;
}

#prof_other_schebox .girls_photo_list .soldout_time {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    margin-bottom: -1px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #9E9E9E;
}


#prof_other_schebox .girls_photo_list .soldout > div {
    border: solid 1px #9E9E9E;
}

#prof_other_schebox .girls_photo_list .soldout .comment {
    color: #9E9E9E !important;
    border-color: #9E9E9E !important;
}

#prof_other_schebox .girls_photo_list .soldoutimg {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 0;
}

.data{
    border-top: none !important;
    borde-bottom:none !important;
}

/*おすすめガール表示*/
#prof_related_girls {
    margin:25px 0 25px 0;
}

#prof_related_girls .bg_yajirushi {
    margin: 4px 0 8px 0;
    text-align: center;
}

#prof_related_girls .girls_photo_list {
    width: 756px;
}

#prof_related_girls .girls_photo_list li {
    float: left;
    width: 158px;
    height: 391px;
    margin: 10px 30px 10px 0;
}

#prof_related_girls .girls_photo_list li dl {
    margin-bottom: 3px;
    border: 1px solid #F17696;
}

#prof_related_girls .girls_photo_list li dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #F17696;
}

#prof_related_girls .girls_photo_list li dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #F17696;
}

#prof_related_girls .girls_photo_list li .time_other {
    height: 27px;
}

#prof_related_girls .girls_photo_list li .data_box {
    position: relative;
    border: solid 1px #F4DEE4;
}

#prof_related_girls .girls_photo_list li .data_box .icon {
    position: absolute;
    top: 8px;
    right: -19px;
    width: 18px;
}

#prof_related_girls .girls_photo_list li .data_box .icon .movie, #prof_related_girls .girls_photo_list li .data_box .icon .new, #prof_related_girls .girls_photo_list li .data_box .icon .snap {
    margin-bottom: 5px;
}


#prof_related_girls .girls_photo_list li .data_box .photo {
    margin: 8px 0 0 0;
    text-align: center;
}

#prof_related_girls .girls_photo_list li .data_box .data_box2 {
    width: 142px;
    margin: 0 auto 8px auto;
}

#prof_related_girls .girls_photo_list li .data_box .data_box2 .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    color: #F37A9A;
    border-bottom: dotted 2px #F9A5BB;
}

#prof_related_girls .girls_photo_list li .data_box .data_box2 .data {
    font-size: 14px;
    margin: 9px 0 5px 0;
    padding: 0;
    border: none;
}

#prof_related_girls .girls_photo_list li .data_box .data_box2 .icontag {
    font-weight: bold;
    min-height: 16px;
    margin: 0 0 5px 0;
    padding: 4px 0     4px 0;
    text-align: center;
    color: #FFF;
}

#prof_related_girls span.icon img{
    padding:0;
}

/*キャストページャー*/
.cast_pager{
    display:flex;
    display:-webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 10px 0 10px;
    background: #e2e2e2;

}
.cast_pager a{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 6px 0px;
    display: block;
    width: 30%;
    text-align: center;
    background: #f07897;
    border-radius: 4px;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}