@charset "UTF-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
    font-family: 'folio_bold';
    src: url('font/folio.woff2') format('woff2'),
         url('font/folio.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EnglischeSchJoiT';
    src: url('font/EnglischeSchJoiT-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */
html{

}
body{
  font-family:  'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  min-width: 1280px;
  background: url(../img/body_bg.jpg?0509);
}


a{
  text-decoration: none;
  color: inherit;
  -moz-user-select: none;
  -webkit-user-drag: none
}
a:hover{
  text-decoration: underline;
}
img{
  max-width: 100%;
  -moz-user-select: none;
  -webkit-user-drag: none
}

input[type="submit"], input[type="button"]{
  padding: 10px 20px;
}

/* ========================
 * ヘッダー
 * ======================== */
header{
  padding: 60px 0 0;
  position: relative;
  background-image: url('../img/bg_header.jpg');
  background-repeat: repeat-x;
  min-height: 500px;
  margin-bottom: 5px;
}
header h1{
  text-align: center;
  margin-bottom: 35px;
}
header .hdr_sns{
  position: absolute;
  top: 70px;
  right: 60px;
}
header .hdr_sns span{
  font-weight: bold;
  letter-spacing: -2px;
  display: inline-block;
  margin-right: 10px;
}
header .hdr_sns img{
  box-shadow: 2px 2px 7px 1px #CCC;
}

header .hdr_links{
  font-family: "folio_bold";
  text-align: center;
}
header .hdr_links ul{
  font-size: 0;
  display: inline-block;
  margin-right: 20px;
}
header .hdr_links li{
  font-size: 26px;
  display: inline-block;
  margin-right: 18px;
}
header .hdr_links li:last-child{
  margin-right: 0;
}
header .hdr_links li.title{
  font-size: 26px;
  color: #535353;
  margin-right: 0;
}
header .hdr_links li.title:after{
  content: "/";
  margin: 0 10px;
}
header .hdr_links li a{
  color: #030000;
}

header .grp_bn{
  
}
header .grp_bn ul{
  margin: 0 auto;
}
header .grp_bn li{
  width: 150px;
  margin:0;
  padding: 0 2px;
  font-size: 0;
}
header .grp_bn li img{
  opacity: 0.6;
  
  -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
header .grp_bn li img:hover{
  /*opacity: 1;*/
  -webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none;
  
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:0.5s;
  -ms-animation-duration:0.5s;
  animation-duration:0.5s;
  -webkit-animation-name: anime_grp_on;
  -ms-animation-name: anime_grp_on;
  animation-name: anime_grp_on;
  visibility: visible !important;
}
@keyframes anime_grp_on {
 0% { opacity: 0.6;  }
 100% { opacity:1;  }
}

.main_visual{
  margin-bottom: 50px;
}
.main_visual .flickity-prev-next-button{
  border-radius: 0;
  background-color: #221815;
  height: 220px;
}
.main_visual .flickity-prev-next-button:hover{
  background-color: #221815;
}
.main_visual .flickity-prev-next-button .arrow{
  fill: #FFFFFF;
}
.main_visual .flickity-prev-next-button.next{
  left: 50%;
  margin-left: 400px;
}
.main_visual .flickity-prev-next-button.previous{
  left:inherit;
  right: 50%;
  margin-right: 400px;
}
.main_visual .carousel-cell{
  filter: brightness(40%);
}
.main_visual .carousel-cell.is-selected{
  filter: brightness(100%);
  /*border: 2px solid #221815;*/
}

/* ========================
 * フッター
 * ======================== */
footer{
  color: #FFFFFF;
  background: #898989;
  padding: 50px 0 30px;
  margin-top: 40px;
}
footer .ft_logo{
  text-align: center;
  margin-bottom: 20px;
}
footer .copy{
  text-align: center;
  margin: 35px 0;
}
footer .copy a{
  color: inherit;
}

footer .ft_links{
  text-align: center;
}
footer .ft_links li{
  display: inline-block;
  margin: 0 5px;
}

/* ========================
 * コンテンツ
 * ======================== */
.content{
  padding: 0 10px;
  display: table;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.content .sidebar_l,
.content .sidebar_r,
.content .main{
  display: table-cell;
  vertical-align: top;
}
.content .sidebar_l{
  width: 220px;
}
.content .sidebar_r{
  width: 250px;
}
.content main{
  width: auto;
  padding: 0 10px;
}

.content .col1,
.content .col2{
  margin-bottom: 35px;
}
.content .col2{
  width: 49%;
  float: left;
}
.content .col2:nth-child(2n+1){
  margin-right: 2%;
}


/* ========================
 * メニュー
 * ======================== */
.menu{
  border: 1px solid #040100;
  border-radius: 0 0 5px 5px;
}
.menu ul{
  
}
.menu li{
  border-bottom: 1px solid #040100;
  font-size: 16px;
}
.menu li:last-child{
  border-bottom: 0;
}
.menu li.active,
.menu li:hover{
  background-color: #e7d4e8;
  background-image: url('../img/icon2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
}
.menu li a{
  display: block;
  padding: 1em;
}
.menu li span{
  font-size: 14px;
  font-family: "folio_bold";
  display: block;
}
.menu li a:hover{
  text-decoration: none;
}


/* ========================
 * バナー
 * ======================== */
.bn{
  
}
.bn li{
  margin-bottom: 5px;
}
.bn li img{
  width: 100%;
}

/* ========================
 * ログイン
 * ======================== */
.login_form{
  font-size: 16px;
  border: 1px solid #040100;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}
.login_form p{
  font-weight: bold;
}
.login_form table{
  width: 100%;
  margin-top: .5em;
}
.login_form table th,
.login_form table td{
  display: block;
  text-align: left;
  font-weight: normal;
  padding: 4px 0;
}
.login_form table th{
  font-size: 0.8em;
}
.login_form table td{
  
}
.login_form table .require{
  display: inline-block;
  background-color: red;
  border-radius: 4px;
  padding: 3px;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 10px;
}

.login_form table input[type="text"],
.login_form table input[type="password"]{
  width: 100%;
  height: 36px;
}
.login_form table input[type="submit"]{
  padding: 0.3em 1em;
}

/* ========================
 * ショップリスト
 * ======================== */
.shop_list{
  font-size: 12px;
}
.shop_list li{
  border: 1px solid #040100;
  padding: 10px;
}
.shop_list li:not(:last-child){
  margin-bottom: 10px;
}
.shop_list li a{
  display: block;
}
.shop_list li a .box_l{
  width: 25%;
}
.shop_list li a .box_r{
  width: 75%;
  padding: 0 0.5em;
}
.shop_list li .shop_name{
  font-size: 1.2em;
  color:#036eb8;
}


/* ========================
 * 利用規約
 * ======================== */
.users_policy{
  border: 1px solid #040100;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  padding: 1em 1.5em;
}
.users_policy h3{
  color:#036eb8;
  font-size: 1.5em;
}
.users_policy .box_l,
.users_policy .box_r{
  width: 49%;
}
.users_policy .box_l{
  margin-right: 2%;
}

.users_policy ul li{
  padding-left: 1em;
  position: relative;
}
.users_policy ul li:before{
  content: "■";
  position: absolute;
  left: 0;
  
}
.users_policy ul li.icon2:before{
  content: "◇";
}


/* ========================
 * タイトル
 * ======================== */
.tt1,
.tt2{
  font-family: "folio_bold", 'Noto Sans Japanese';
  color:#FFFFFF;
  border-radius: 5px;
  background-size: contain;
  padding-right: 15px;
  position: relative;
}
.tt1{
  background-image: url('../img/tt_bg1.jpg');
  background-repeat: repeat-x;
  height: 36px;
  padding-top: 8px;
  padding-left: 16px;
  font-size: 16px;
  margin-bottom: 20px;
  /*box-shadow: 0 0 3px 1px #333;*/
}
.tt1 span{
  float: right;
}
.tt2{
  background-image: url('../img/tt_bg2.jpg');
  background-repeat: repeat-x;
  
  height: 80px;
  padding-top: 22px;
  padding-left: 45px;
  font-size: 15px;
  border-radius: 5px 5px 0 0;
}
.tt2 span{
  display: block;
}
.tt_icon1{
  
}
.tt_icon1:before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url('../img/icon1.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

/* 枠付きボックス用 */
.tt_mb0{
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.box_mt0{
  border: 1px solid #040100;
  border-radius: 0 0 5px 5px;
}



/* ========================
 * パネル
 * ======================== */
.panel{
  
}
.panel [class*="item_"]{
  float: left;
  position: relative;
  overflow: hidden;
}
.panel.panel_col5 [class*="item_"]{
  width: 20%;
}
.panel.panel_col6 [class*="item_"]{
  width: 16.666666666%;
}
.panel [class*="item_"]:after{
  display: block;
  content: "";
}
.panel .item_1x1:after{
  padding-top: 100%;
}
.panel .item_2x3:after{
  padding-top: 150%;
}

.panel .panel_img{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.panel .panel_img img{
  width: 100%;
}

/* ========================
 * おすすめ
 * ======================== */
.top_pickup .panel_img .cover{
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(255,255,255, 0.6);
  color: #221815;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  padding-top: 30%;
}
.top_pickup .panel_img:hover .cover{
  display: block;
}
.top_pickup .panel_img .cover:after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #666;
}

.top_pickup .panel_img .cover p{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
}
.top_pickup .panel_img .cover span{
  font-size: .875em;
  display: block;
}


.girls_photo .panel_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================
 * 写メ日記
 * ======================== */
.top_diary{
  position: relative;
  padding-right: 8%;
}

.top_diary .panel_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_diary .panel_img .cover{
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0, 0.6);
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding: 10px;
}
.top_diary .panel_img .cover span{
  display: block;
}
.top_diary .panel_img .cover .date,
.top_diary .panel_img .cover .title{
  font-size: .85em;;
}

.top_diary .top_diary_more{
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: center;
  
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6%;
  background-color: #5c5a5a;
  color: #FFF;
}
.top_diary .top_diary_more a{
  display: block;
  width: 100%;
}
.top_diary .top_diary_more a:hover{
  text-decoration: none;
  background-color: #999999;
}
.top_diary .top_diary_more a span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5em;
  line-height: 1em;
}


/* ========================
 * お知らせ
 * ======================== */
.top_news{
  font-size: 18px;
  padding: .8em;
}
.top_news ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.top_news ul li{
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.top_news li:nth-child(n+3){
  margin-top: 10px;
  border-top: 1px solid #CCC;
}
.top_news .box_l{
  width: 20%;
  height: 90px;
    overflow: hidden;
}
.top_news .box_r{
  width: 78%;
}
.top_news .box_r span{
  
}
.top_news a{
  color: #036eb8;
}
.top_news h5{
  
}

.top_news h5 [class*="topics_cat"]{
  display: inline-block;
  padding: .25em .5em;
  margin-right: .25em;
  background: #cccccc;
  color:#FFFFFF;
  font-weight: normal;
  font-size: 10px;
}
.top_news h5 .topics_cat1{
  background: #37a4c5;
}
.top_news h5 .topics_cat2{
  background: #42ad46;
}
.top_news h5 .topics_cat3{
  background: #e4007f;
}
.top_news h5 .topics_cat4{
  background: #dc8b22;
}
.top_news h5 .topics_cat5{
  background: #3f51b5;
}

.top_news .date,
.top_news .shop_name{
  display: block;
  font-size: 14px;
  margin: .125em 0;
}
.top_news .shop_name{
  float: left;
  font-size: 12px;
}
.top_news .shop_img{
  text-align: right;
  float: right;
}
.top_news .shop_img img{
  height: 24px;
}

.more{
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
}
.more a{
  
}
.more:after{
  content: "\f138";
    font-family: "FontAwesome";
    margin-left: 5px;
}


.top_news.topics_list{
  font-size: 0;
  border-top: 2px dashed #CCC;
  border-bottom: 2px dashed #CCC;
}
.top_news.topics_list li{
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1%;
  border-bottom: 2px dashed #CCC;
  margin-bottom:  0;
}
.top_news.topics_list li:not(:nth-child(2n)){
  /*margin-right: 2%;*/
}
.top_news.topics_list li:nth-last-child(2):nth-child(odd),
.top_news.topics_list li:last-child{
   border-bottom: 0;
}

.top_news.topics_list .box_l{
  width: 15%;
}
.top_news.topics_list .box_r{
  width: 83%;
}
.top_news.topics_list h5{
}
.top_news.topics_list h5 [class*="topics_cat"]{
  font-size: 14px;
}




/* ========================
 * TOPおすすめ女性+動画
 * ======================== */
.top_movie_prof{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
}
.top_movie_prof .item{
  width: 16.666%;
  position: relative;
}

.top_movie_prof .item .inner{
  height: 100%;
}
.top_movie_prof .item .thumb{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  transition: all 0.2s;
}
.top_movie_prof .item .thumb:before{
  content: "";
  display: block;
  padding-top: 150%;
}
/*.top_movie_prof .item:hover .thumb{
  background-size: 110% auto;
}*/

.top_movie_prof .item .thumb .cover{
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

/* アイコン */
.top_movie_prof .item .thumb .preview_icon{
  color: #FFF;
  font-size: 36px;
  filter: drop-shadow(2px 4px 6px black);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.top_movie_prof .item .thumb .preview_more{
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  padding: 0 5px;
  
}
.top_movie_prof .item .thumb .preview_more span{
  display: block;
  background: #000;
  color: #FFF;
  font-size: 10px;
  padding: 5px 0;
}

.top_movie_prof .item .title{
  
}
.top_movie_prof .item .txt{
  
}

/* ポップアップ表示 */
.top_movie_prof .item .popup{
  display: none;
  position: absolute;
  z-index: 2;
  width: 200%;
  height: 201%;
  top: 0;
  left: 100%;
}
.top_movie_prof .item:nth-child(6n+4) .popup,
.top_movie_prof .item:nth-child(6n+5) .popup,
.top_movie_prof .item:nth-child(6n+6) .popup{
  left: auto;
  right: 100%;
}
.top_movie_prof .item:nth-child(n+7) .popup{
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top_movie_prof .item .popup .prof{
  position: absolute;
  
  top: 65%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0,0.8);
  color: #FFF;
  padding: 5px 5px;
  font-size: 12px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top_movie_prof .item .popup .prof .shop_name{
  width: 80%;
  background-color: red;
  padding: 5px;
  font-size: 11px;
  white-space: nowrap;
}
.top_movie_prof .item .popup .prof.shop2 .shop_name{
  background-color: #5c0001;
}
.top_movie_prof .item .popup .prof.shop3 .shop_name{
  background-color: #06006d;
}
.top_movie_prof .item .popup .prof.shop4 .shop_name{
  background-color: #3f3100;
}
.top_movie_prof .item .popup .prof.shop5 .shop_name{
  background-color: #2e120e;
}
.top_movie_prof .item .popup .prof.shop6 .shop_name{
  background-color: #330043;
}
.top_movie_prof .item .popup .prof.shop7 .shop_name{
  background-color: #1a415e;
}


.top_movie_prof .item .popup .prof .girls_name{
  width: 100%;
  font-size: 13px;
}
.top_movie_prof .item .popup .prof .girls_style{
  width: 100%;
  margin-top: 5px;
}
.top_movie_prof .item .popup .prof .schedule{
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  background-color: red;
  font-size: 13px;
}
.top_movie_prof .item .popup .prof .schedule.sche_off{
  background: #898989;
}

/*.top_movie_prof .item:hover .popup{
  display: block;
}
.top_movie_prof .item:hover .preview_more{
  display: block;
}*/

.top_movie_prof .item.on .popup{
  display: block;
}
.top_movie_prof .item.on .preview_more{
  display: block;
}

.top_movie_prof.bright .item{
  transition: all 0.4s;
}
.top_movie_prof.bright .item:not(.on){
  filter: brightness(0.15);
}

/* ========================
 * 動画ページ
 * ======================== */
.movie_header{
  
}
.movie_header .sp{
  display: none;
}
.movie_header .page_desc{
  background: #242424;
  color: #FFF;
  padding: 30px 15px;
  margin-bottom: 0;
}
.movie_header .mem{
  text-align: center;
}
.movie_header .mem span{
  color: #e4007f;
}

.movie_header .shop_links{
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
.movie_header .shop_links li{
  
}
.movie_header .shop_links li + li{
  border-left: 1px solid #FFF;
}
.movie_header .shop_links li a{
  color: #716158;
  text-decoration: none;
  padding: 0 5px;
}
.movie_header .shop_links li.on a{
  color: #FFF;
}

/* 動画一覧 */
.movie_items_wrap{
  background: #000;
  color: #FFF;
  padding: 30px 10px;
}
.movie_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.movie_items .item{
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}
.movie_items .item:nth-child(n+6){
  margin-top: 10px;
}

.movie_items .item .thumb{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
.movie_items .item .thumb:before{
  content: "";
  display: block;
  padding-top: 150%;
}

.movie_items .item .thumb .g_icon{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
.movie_items .item .thumb .g_icon img{
  width: 25%;
  margin-left: 5px;
  margin-bottom: 5px;
    
}


.movie_items .item .girls_name{
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
}
.movie_items .item .shop_name{
}
.movie_items .item .schedule{
  padding: 5px;
  margin-top: 5px;
  background-color: red;
  font-size: 13px;
  text-align: center;
}
.movie_items .item .schedule.sche_off{
  background: #898989;
}

/* アイコン */
.movie_items .item .preview_icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 50px;
  filter: drop-shadow(2px 4px 6px black);
}


/* ポップアップ */
/*.movie_items .item .popup{
  position: absolute;
}*/
.movie_popup{
  width: 300px;
}
.movie_popup .player{
  margin-bottom: 10px;
}
.movie_popup .player video{
  width: 100%;;
  height: auto;
}
.movie_popup .prof{
  display: flex;
  justify-content: space-between;
}
.movie_popup .prof .box1{
  width: 30%;
}
.movie_popup .prof .box2{
  width: 65%;
  
}
.movie_popup .prof .girls_name{
  font-size: 15px;
  color: #FFF;
}
.movie_popup .prof .shop_name{
  margin-top: 5px;
}
.movie_popup .prof .types{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.movie_popup .prof .types span{
  width: 49%;
  padding: 5px 5px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.movie_popup .prof .schedule{
  padding: 5px;
  margin-top: 10px;
  background-color: red;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.movie_popup .prof .schedule.sche_off{
  background: #898989;
}


/* *******************************************
 * 女の子ボックス
 * *******************************************/
.page_desc{
  background-color: #f2f2f2;
  padding: 30px;
  margin-bottom: 30px;
  font-size: 14px;
}
.page_desc a{
  color: #e60012;
  text-decoration: underline;
}

.gl_search_tbl{
  width: 100%;
}
.gl_search_tbl td{
  padding: 10px 0;
}
.gl_search_tbl .icon_1_box{
  
}

/**/
.shop_jump{
  margin-bottom: 10px;
  font-size: 12px;
}
.shop_jump a{
  margin-right: 10px;
  color: #e60012;
}
.shop_title{
  margin-bottom: 20px;
  font-size: 18px;
}

/**/
.girls_box_container{
    font-size: 0;
    margin-bottom: 35px;
}
.girls_box{
    font-size: 20px;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.girls_box .image{
  position: relative;
}
.girls_box .image img{
  /*width: 100%;*/
  /*height: 100%;*/
}
.girls_box .prof p {
  font-size: 18px;
}
.girls_box .prof p.name {
    font-size: 18px;
}
.girls_box .prof p.style {
    font-size: 12px;
}
.girls_box .prof p.sche {
    font-size: 14px;
}
.girls_box .g_icon{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}
.girls_box .g_icon img{
  width: 25%;
  margin-left: 5px;
  margin-bottom: 5px;
    
}

.girls_box .image .locked{
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
}
.girls_box .image .locked:before{
  content: "\f023";
  font-family: "FontAwesome";
  font-size: 24px;
  color: #FFF;
  background: #000;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* 出勤時間の帯(赤,グレー) */
.girls_box .schedule_bar,
.girls_box .schedule_bar_g {
  color:#FFFFFF;
  font-size: .9em;
  padding: 5px 0;
  margin-top: 5px;
}
.girls_box .schedule_bar {
    background-color: #ff0000;
}
.girls_box .schedule_bar_g {
    background-color: #898989;
}

/* 店舗リンク */
.shops_link_header{
    width: 895px;
    margin-left: 30px;
}
.shops_link_header .r{
    color: #aaa;
    text-align: right;
}
.shops_link_header h3{
    margin-top: 0;
}

/* *******************************************
 * 出勤スケジュール
 * *******************************************/
.sche_select{
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.sche_select li{
  display: inline-block;
  font-size: 14px;
}
.sche_select li span,
.sche_select li a{
  display: block;
  padding: 8px 4px;
  border: 2px solid;
}
.sche_select li span{
  border-color: #e60012;
  color: #e60012;
}
.sche_select li a{
  border-color: #221815;
  color: #221815;
  text-decoration: none;
}
.sche_select li.saturday a{
  border-color: #3e3edd;
  color: #3e3edd;
}
.sche_select li.sunday a{
  border-color: #e4007e;
  color: #e4007e;
}
.sche_select li.selected a{
  font-weight: bold;
}

.shop_title .sche_select li:not(.selected){
  opacity: 0.5;
}
.shop_title .sche_select li:hover{
  opacity: 1;
}

/* *******************************************
 * ブログボックス
 * *******************************************/
.blog_box{
    width: 286px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    background: url(/pc/img/blog_col.png) no-repeat top left;
    padding-top: 30px;
    text-align: center;
}
.blog_box .title {
    height: 22px;
    margin: 1px 0;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
}
.blog_box .title a{
    color: #3a3a3a; 
}

.blog_box .image {
    text-align: left;
    margin-top: 3px;
    margin-left: 6px;
    font-size: 0;
}
.blog_box .image img {
    max-width: 200px;
    max-height: 100px;
}
.blog_box .prof {
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    padding-top: 2px;
}
.blog_box .prof .l {
    float: left;
    margin-left: 8px;
}
.blog_box .prof .r {
    float: right;
    margin-right: 24px;
}
.blog_box .prof .r a{
    color: #666;
}

/* *******************************************
 * ランキング
 * *******************************************/
.ranking_box_container{
  font-size: 0;
}
.ranking_box{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin-right: 0.6%;
  margin-bottom: 30px;
  
  position: relative;
  box-shadow: 0 0 3px 3px #CCC;
}

.ranking_box.rank1{
  width: 49.2%;
  margin-right: 1%;
}
.ranking_box.rank2{
  width: 24%;
  margin-right: 1%;
}
.ranking_box.rank3{
  width: 24%;
}

.ranking_box.rank4,
.ranking_box.rank5,
.ranking_box.rank6,
.ranking_box.rank7,
.ranking_box.rank8{
  width: 19%;
  margin-right: 1%;
}
.ranking_box.rank8{
  
}

.ranking_box .image{
  position: relative;
  display: inline-block;
  width: 100%;
}
.ranking_box .marker1{
  display: inline-block;
  position: absolute;
  top: -4%;
  left: 0;
  width: 44%;
}

.ranking_box .marker2{
  display: inline-block;
  position: absolute;
  top: -4%;
  left: 0;
  width: 44%;
  
  background-image: url(../img/ranking/rank_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
.ranking_box .marker2:after{
  content:"";
  display: block;
  padding-top: 89%;
}

.ranking_box .marker2 img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: 0 auto;
  height: 38%;
  margin-top: 21%;
}

.ranking_box .top_ranker{
  
}

.ranking_box .rank1_box{
}
.ranking_box .box_l,
.ranking_box .box_r{
  width: 50%;
}
.ranking_box .box_r{
  padding: 20px;
}
.ranking_box .box_r .shop_name{
  margin-bottom: 10px;
}

.ranking_box .box_r .style{
  border-bottom: 2px dashed #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ranking_box .box_r .comment{
  margin-bottom: 20px;
  font-size: 14px;
}

.ranking_box .shop_name,
.ranking_box2 .shop_name{
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  letter-spacing: -1px;
  padding: 3px 0;
}
.ranking_box2 .shop_name{
  text-align: left;
  padding-left: 10px;
}
.ranking_box .prof{
  text-align: center;
}
.ranking_box .prof .name{
  font-size: 18px;
}



.ranking_box2 .prof{
  border-bottom: 1px solid #CCC; 
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ranking_box2 .prof .name,
.ranking_box2 .prof .style{
  display: inline-block;
}
.ranking_box2 .prof .name{
  font-size: 36px;
  color: #c30d23;
  margin-right: 20px;
  border-bottom: 1px solid #c30d23;
}
.ranking_box2.s4 .prof .name{
  font-size: 20px;
}
.ranking_box2 .prof .name span{
  font-size: 18px;
}
.ranking_box2 .prof .name a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.ranking_box .prof .style{
  font-size: 12px;
}
.ranking_box .schedule_bar,
.ranking_box .schedule_bar_g{
  color: #FFFFFF;
  font-size: 16px;
  padding: 5px;
}
.ranking_box .schedule_bar{
  background-color: #AC6A00;
}
.ranking_box .schedule_bar_g{
  background-color: #959595;
}


.ranking_box .rank1_box .schedule_bar,
.ranking_box .rank1_box .schedule_bar_g{
  font-size: 1em;
}

.ranking_box2{
  font-size: 0;
  display: block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  
  background-repeat: no-repeat;
  padding: 10px;
  transition: all 0.2s;
  background-color: #FFF;
}
.ranking_box2:hover{
  transform: scale(1.02);
}
.ranking_box2 > a{
  text-decoration: none;
}
.ranking_box2.s1,
.ranking_box2.s2,
.ranking_box2.s3{
  padding: 15px 10px;
}

.ranking_box2 .box_l{
  text-align: center;
  vertical-align: middle;
}
.ranking_box2 .box_r{
  padding-left: 20px;
}
.ranking_box2 .box_l,
.ranking_box2 .box_c,
.ranking_box2 .box_r{
  float: none;
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  position: relative;
}
.ranking_box2 .box_l{ width: 110px; vertical-align: middle; }
.ranking_box2 .box_r{ padding-right: 60px; }

.ranking_box2.s1 .box_c{ width: 220px; }
.ranking_box2.s2 .box_c{ width: 165px; }
.ranking_box2.s3 .box_c{ width: 128px; }
.ranking_box2.s4{
  width: 49%;
  display: inline-block;
}
.ranking_box2.s4:nth-child(2n+1){
  margin-right: 2%;
}
.ranking_box2 .box_c img{
  width: 100%;
}

/*.ranking_box2.s4 .box_l{ width: 24%; }*/
.ranking_box2.s4 .box_c{ width: 105px; }
/*.ranking_box2.s4 .box_r{ width: 52%; }*/
.ranking_box2.s4 .box_r{ padding-right: 0; padding-left: 32px; }

.ranking_box2{
  background-position: left top;
  background-size: 100% 100%;
}
.ranking_box2.rank1{
  background-image: url('../img/ranking/frame_r1.png');
}
.ranking_box2.rank2{
  background-image: url('../img/ranking/frame_r2.png');
}
.ranking_box2.rank3{
  background-image: url('../img/ranking/frame_r3.png');
}
.ranking_box2.s3{
  background-image: url('../img/ranking/frame_r4.png');
}
.ranking_box2.s4{
  background-image: url('../img/ranking/frame_r11.png');
}


.ranking_box2 .icons1{
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;*/
}
.ranking_box2 .box_l .rank,
.ranking_box2 .box_l .mark{
  display: block;
}
.ranking_box2 .rank img{
  width: 50px;
  margin-bottom: 20px;
}
.ranking_box2 .mark img{
  width: 40px;
}

.ranking_box2 .icons2{
  margin-bottom: 10px;
}
.ranking_box2 .icons2 ul{
  
}
.ranking_box2 .icons2 li{
  display: inline-block;
  margin-right: 5px;
}
.ranking_box2.s4 .icons2 li{
  font-size: 14px;
}
.ranking_box2.s4 .icons2 li.icon_sche{
  display: block;
  margin-right: 0;
  margin-bottom: 3px;
}
.ranking_box2 .icons2 li span{
  background-color: #c9c9c9;
  padding: 0 5px;
}
.ranking_box2 .icons2 li span.on{
  background-color: #f8b62b;
}


/* アルバトロス */
.shop_col2{
  background-color: #FF0000;
}
/* ブルーシャトー */
.shop_col3{
  background-color: #00737A;
}
/* ジョイ本店 */
.shop_col4{
  background-color: #F39800;
}
/* ロイヤルブルーシャトー */
.shop_col5{
  background-color: #7D0000;
}
/* ロイヤルクラブラターシュ */
.shop_col6{
  background-color: #601986;
}
/* ブルーレーベル */
.shop_col7{
  background-color: #0068B7;
}




/* *******************************************
 * 店舗案内
 * *******************************************/
.shop_box{
  padding: 20px;
  background-color: #f2f2f2;
}
.shop_box:nth-child(2n){
  background-color: #ffffff;
}
.shop_box table{
  width: 100%;
  table-layout:fixed;
}
.shop_box td{
  vertical-align: top;
}
.shop_box .cel1{
  width: 25%;
}
.shop_box .cel2{
  width: 55%;
  padding: 0 10px;
}
.shop_box cel3{
}

.shop_box .logo{
  margin-bottom: 10px;
}
.shop_box .logo img{
  height: 60px;
}
.shop_box h3{
  
  font-size: 18px;
  margin-bottom: 15px;
}
.shop_box .txt{
  font-size: 14px;
  margin-bottom: 10px;
}
.shop_box .addr,
.shop_box .time{
  font-size: 14px;
  font-weight: bold;
}
.shop_box .addr span,
.shop_box .time span{
  display: inline-block;
  width: 100px;
}
.shop_box .contact_box{
  margin-top: 10px;
}
.shop_box .contact_box .box_l{
  width: 50%;
}
.shop_box .contact_box .box_r{
  width: 50%;
}
.shop_box .contact_box a{
  display: block;
}
.shop_box .contact_box .link{
  display: block;
  text-align: center;
  
  width: 80%;
  line-height: 40px;
  color: #FFF;
}
.shop_box .link{
  background-color: #001c58;
}
.shop_box:nth-child(2n) .link{
  background-color: #7e0043;
}

.shop_box .shop_col{
  color: #e71f19;
}
.shop_box:nth-child(2n) .shop_col{
  color: #17499d;
}
.shop_box .memo{
  font-size: 12px;
}


/*.shop_box .box_l{
  width: 25%;
}
.shop_box .box_r{
  width: 70%;
}

.shop_box .shop_sys{
  
}
.shop_box .shop_sys dl{
  display: block;
}
.shop_box .shop_sys dt{
  display: inline-block;
}
.shop_box .shop_sys dd{
  display: inline-block;
}*/

/* *******************************************
 * グラビア
 * *******************************************/
.gravure_box_container{
  font-size: 0;
}
.gravure_box{
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 2%;
}
.gravure_box:not(:nth-child(2n)){
  margin-right: 2%;
}

.gravure_box .shop{
  color: #FFFFFF;
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
}
.gravure_box .prof{
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  vertical-align: top;
}
.gravure_box .prof a{
  color: #ff0000;
}

.gravure_view{
  text-align: center;
  
}
.gravure_view .gravure_main{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}


/* *******************************************
 * お問い合わせ
 * *******************************************/
table.cf_form {
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    margin-bottom: 20px;
}
table.cf_form th {
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    /*font-family: "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}
table.cf_form td {
    border-bottom: 1px solid #d4d4d4;
}
table.cf_form {
    border-spacing: inherit;
    width: 100%;
    max-width: 100%;
}
table.cf_form th {
    background-color: #f4f4f4;
    color: #4a4a4a;
    font-size: 14px;
    padding: 5px;
    text-align: left;
    width: 30%;
}
table.cf_form th span{
    background: red;
    color: white;
    border-radius: 4px;
    padding: 3px 5px;
    margin-right: 5px;
    font-weight: normal;
}
table.cf_form td {
    background-color: #ffffff;
    font-size: 14px;
    /*padding: 10px 0 10px 10px;*/
    padding: 10px 5px;
}
table.cf_form td p {
    margin: 5px 0;
}
table.cf_form td span.name {
    margin-top: 6px;
}
table.cf_form td input[type="text"], table.cf_form td input[type="password"], table.cf_form td input[type="date"], table.cf_form td input[type="email"], table.cf_form td textarea {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    font-size: 100%;
    padding-left: 5px;
}
table.cf_form td input[type="text"], 
table.cf_form td input[type="password"], 
table.cf_form td input[type="date"], 
table.cf_form td input[type="email"] {
    height: 30px;
    /*margin-right: 10px;*/
    width: 300px;
}
table.cf_form td input[type="password"]{
    font-family: cursive;
    font-size: 24px;
}
table.cf_form td textarea {
    height: 200px;
    width: 90%;
}
table.cf_form td select {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 2px;
}

/*input[type="submit"],
input[type="button"] {
    height: 30px;
    width: 80px;
}*/

table.cf_form caption {
	margin-bottom: 5px;
}


.contact_box .cs_btn{
    text-align: center;
}
.contact_box .cs_btn input[type="submit"]{
    padding: 10px 30px;
}
.contact_box .cs_btn form{
    display: inline-block;
    margin: 0 10px;
}

.contact_qa_wrap{
  background: rgba(0,0,0,0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: none;
}
.contact_qa_box{
  position: fixed;
  z-index: 10;
  background: #FFF;
  border: 1px solid #CCC;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 50px;
  width: 900px;
  position: relative;
}

.contact_qa_box .qa_desc{
  margin-bottom: 30px;
  position: relative;
  padding-left: 75px;
}
.contact_qa_box .qa_desc:before{
  content: "";
  display: block;
  background-image: url('/img/exclamation.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
}
.contact_qa_box h4{
  background: #DDD;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
.contact_qa_box .qa_item{
  margin-bottom: 15px;
}
.contact_qa_box .qa_item dt{
  font-size: 18px;
  font-weight: bold;
  color: #004ea2;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}

.contact_qa_box .qa_item dd{
  padding-left: 35px;
  position: relative;
}

.contact_qa_box .qa_item dt:before,
.contact_qa_box .qa_item dd:before{
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_qa_box .qa_item dt:before{
  content: "Q";
  background: #004ea2;
  color: #FFF;
}
.contact_qa_box .qa_item dd:before{
  content: "A";
  background: #DDD;
  color: #111;
}

.contact_qa_box .qa_end{
  text-align: center;
}
.contact_qa_box .qa_end a{
  display: block;
  padding: 10px 10px;
  border: 1px solid #999;
  text-decoration: none;
}
.contact_qa_box .qa_end a:hover{
  background: #DDD;
}

.contact_qa_box .qa_close_btn{
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  color: #DDD;
}

.notice_txt{
  margin-bottom: 30px;
}
.notice_txt li{
  padding-left: 20px;
  position: relative;
}
.notice_txt li:before{
  content:"・";
  position: absolute;
  left: 0;
}
/*  */
.error_box {
	background: none repeat scroll 0 0 pink;
  /*border: 1px solid red;*/
  box-shadow: 0 0 5px 1px red;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
}
.error_box p{
	
}
.message_ok{
    font-weight: bold;
    color: #4852e0;
}

input[readonly],input[disabled]{
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

/* *******************************************
 * プロフィール詳細(ポップアップ)
 * *******************************************/
.girls_prof_popup,
.girls_photo_popup{
  display: none;
  background-color: rgba(0,0,0,0.95);
  position:fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  /*z-index: 5;*/
  z-index: 9999;
}
.girls_prof_popup .girls_prof_close,
.girls_photo_popup .girls_photo_close{
  position: fixed;
  top: 30px;
  right: 30px;
  color:#FFF;
  text-shadow: 0 0 2px #333;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  z-index: 1;
}
.girls_prof_popup .girls_prof_close i,
.girls_photo_popup .girls_photo_close i{
  display: block;
  font-size: 36px;
}
.girls_prof_box,
.girls_photo_box{
  margin: 0 auto;
  padding: 100px 0;
  color:#FFF;
}
.girls_prof_box .prof_header{
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.girls_prof_box .prof_header .name_en{
  font-family: "EnglischeSchJoiT";
  font-weight: normal;
  font-size: 4.5em;
}
.girls_prof_box .prof_header .name{

  margin-bottom: 10px;
}
.girls_prof_box .prof_header .name span{
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
}
.girls_prof_box .loading{
  display: block;
  margin: 0 auto;
}

.girls_prof_footer{
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  padding-bottom: 100px;
}
.girls_prof_footer span{
  cursor: pointer;
}

.carousel-cell img{
    object-fit: cover;
    max-width: none;
}


.prof_body{
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
  font-size: 20px;
}
.prof_body .box_l,
.prof_body .box_r{
  width: 48%;
}
.prof_body .box_l{
  margin-right: 4%;
}
.prof_body h3{
  font-size: .75em;
  color: #ff0000;
}
.prof_body h3 span{
  font-family: "folio_bold";
  font-size: 2.5em;
  margin-right: 10px;
}

.prof_body .girls_qa{
  font-size: 0.9em;
}
.prof_body .girls_qa dt{
  color: #959595;
  margin-bottom: 5px;
}
.prof_body .girls_qa dd{
  margin-bottom: 10px;
}
.prof_body .girls_comment{
  margin-bottom: 40px;
}
.prof_body .girls_gravure{
  margin-bottom: 10px;
}

.prof_body .girls_sche{
  display: table;
  width: 100%;
}
.prof_body .girls_sche h3{
  color: #FFFFFF;
}
.prof_body .girls_sche h4 span{

}
.prof_body .girls_sche .today,
.prof_body .girls_sche .weekly{
  text-align: center;
  vertical-align: middle;
}
.prof_body .girls_sche .today{
  display: table-cell;
  width: 30%;
  background-color: #ff0000;
}
.prof_body .girls_sche .weekly{
  display: table-cell;
  background-color: #370101;
  padding: 60px 30px;
}

.prof_body .girls_sche .today h3 span{
  display: block;
}

.prof_body .girls_sche .time{
  font-family: "folio_bold", 'Noto Sans Japanese'
}
.prof_body .girls_sche .today .date{
  margin-top: 20px;
}
.prof_body .girls_sche .today .time{
  font-size: 2.5em;
}

.prof_body .girls_sche .weekly h3{
  margin-bottom: 40px;
}
.prof_body .girls_sche .weekly table{
  width: 100%;
}
.prof_body .girls_sche .weekly th{

}
.prof_body .girls_sche .weekly .w0{
  color: #ea68a2;
}
.prof_body .girls_sche .weekly .w6{
  color: #00b7ee;
}
.prof_body .girls_sche .weekly td{
  font-size: 30px;
  line-height: 1;
  padding-top: 10px;
}

/**/
.girls_photo_popup .carousel-cell{
}
.girls_photo_popup .carousel-cell .box{
  position: relative;
  padding: 10px;
  color: #FFF;
}
/*.girls_photo_popup .carousel-cell .box .title{
  position: absolute;
  bottom:10px;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}*/
.girls_photo_popup .carousel-cell .box .time{
/*  position: absolute;
  top:10px;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);*/
  height: 42px;
  line-height: 42px;
  text-align: right;
}
.girls_photo_popup .carousel-cell .box .like{
  
}
.girls_photo_popup .carousel-cell .box .like a{
  display: inline-block;
  /*background-color:*/ 
  color: red;
}
.girls_photo_popup .carousel-cell .box .like a:before{
  content: "\f08a";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.girls_photo_popup .carousel-cell .box .like a.liked:before{
  content: "\f004";
}

/**/
.info_box{
  
}
.info_box .title{
  /*margin-bottom: 30px;*/
  background-color: #EFEFEF;
  padding: 10px;
  box-shadow: 0 0 5px 1px #CCC;
}
.info_box .body{
  font-size: 20px;
  padding: 10px;
  box-shadow: 0 0 5px 1px #EEE;
}


.mypage_userinfo{
  
}
.mypage_userinfo table{
  /*width: 100%;*/
  border: 2px solid #CCC;
}
.mypage_userinfo table th,
.mypage_userinfo table td{
  border: 0;
  background-color: inherit;
  
}
.mypage_userinfo table th{
  width: 40%;
}
.mypage_userinfo table td .point{
  color:red;
  font-size: 2em;
}
.mypage_userinfo table a{
  color:red;
}


.mypage_box{
  font-size: 20px;
}
.mypage_box h3{
  font-family: "folio_bold", 'Noto Sans Japanese'; 
  text-align: center;
  font-weight: normal;
  margin-bottom: 1em;
}
.mypage_box h3 span{
  display: block;
  font-size: 3em;
  line-height: 1;
}


.history_table{
    width: 100%;
    font-size: 14px;
}
.history_table th, 
.history_table td{
    padding: 5px;
    border: 1px solid #f4f4f4;
}
.history_table th{
    background: #fcfcfc;
}
.history_table .prof{
    background: #f4f4f4;
    padding: 10px;
}
.history_table .review{
    font-size: 12px;
    color: #cd0048;
}

/*================================================
 *  ガールズフォト
 ================================================*/
.girls_search{
    padding-left: 20px;
    margin-bottom: 30px;
}
.girls_search select{
    font-size: 18px;
    padding: 5px;
}


/*================================================
 *  ソーシャルメディア
 ================================================*/
.sns_box_container{
  font-size: 0;
}
.sns_box_container .sns_box{
  display: inline-block;
  font-size: 14px;
  width: 49%;
  border: 10px solid #cacacb;
  margin-bottom: 2%;
  padding: 10px;
  vertical-align: top;
}
.sns_box_container .sns_box:not(:nth-child(2n)){
  margin-right: 2%;
}
.sns_box_container .sns_box .header{
  margin-bottom: 10px;
}
.sns_box_container .sns_box .icon,
.sns_box_container .sns_box .name,
.sns_box_container .sns_box .user{
  display: inline-block;
  float: left;
}
.sns_box_container .sns_box .icon{
  margin-right: 10px;
}

.sns_box_container .sns_box .name,
.sns_box_container .sns_box .user{
  width: 300px;
  font-size: 16px;
}
.sns_box_container .sns_box .name{
  margin-top: 10px;
}
.sns_box_container .sns_box .user{
  color: #727171;
}
.sns_box_container .sns_box .comment{
  margin-bottom: 10px;
  height: 100px;
}
.sns_box_container .sns_box .btn{
  text-align: center;
}
.sns_box_container .sns_box .btn img{
  width: 60%;
}

.sns_box_container .insta_follow {
  text-align: center;
  font-size: 16px;
}
.sns_box_container .insta_follow img{
  vertical-align: middle;
}
.sns_box_container .insta_link{
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.sns_box_container .insta_link a{
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 25px;
}
.sns_box_container .fb_box{
  display: inline-block;
  vertical-align: top;
  width: 500px;
  margin-right: 10px;
}
.sns_box_container .bn_box{
  display: inline-block;
  vertical-align: top;
  width: 430px;
}
.sns_box_container .bn_box li{
  margin-bottom: 10px;
}

/*================================================
 *  ページ送り
 ================================================*/
.page_nav{
      margin: 10px 0;
      text-align: center;
}
.page_nav span{
    text-align: center;
    display: inline-block;
    border: 1px solid #333;
    margin: 0 5px;
}
.page_nav span.cur{
    padding: 5px 10px;
    background: #EEE;
}
.page_nav span:hover{
    background: #EEE;
}
.page_nav span a{
    padding: 5px 10px;
    display: block;
}

