@charset 'Shift_JIS';
/* ======================================== */
/* 夜遊びガイド お店ページ */
/* ======================================== */
.shop_info {
  text-align: left;
}
/* --------------------------------------- */
/* 共通 */
/* --------------------------------------- */
/* 見出し */
.shop_info .hl_sub {
  margin: 0;
  padding: 8px 12px;
  border: none;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.shop_info .arrow_icon {
  padding: 8px 28px 8px 10px;
  font-size: 14px;
  position: relative;
  display: block;
}
.shop_info .arrow_icon::after {
  height: 1em;
  margin: auto 0;
  font-family: 'icomoon';
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  content: '\e904';
  opacity: 0.8;
}
/* 戻る */
.shop_info .arrow_icon.back {
  padding: 8px 10px;
  text-align: center;
}
.shop_info .arrow_icon.back::after {
  right: auto;
  left: 8px;
  content: '\e902';
}
/* メニューリスト */
.shop_info .shop_menu .arrow_icon {
  min-height: 42px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
/* もっと見る */
.shop_info .read_more.arrow_icon {
  font-size: 14px;
  font-weight: bold;
}
/* flex */
.fl_base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.fl_inner {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: auto;
  align-self: auto;
}
/* 枠 */
.shop_info .frame_content {
  padding: 0 10px;
}
/* ボタン */
.btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
}
.btn:active {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
/* 矢印リンク */
.shop_info .arrow_icon {
  color: inherit;
}
/* 境界線 */
.shop_info .boxShadow {
  border-bottom: 1px solid #a0a0a0;
}
.shop_info .box_dx-banner,
.shop_info .read_more.arrow_icon,
.shop_info .arrow_icon.back {
  border-top: 1px solid #a0a0a0;
}
.shop_info .clist_general > .elm {
  border-color: #a0a0a0;
}
/* 中央寄せ */
.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
/* 最大幅 */
.mw480 {
  max-width: 480px;
}
/* --------------------------------------- */
/* 基本情報 */
/* --------------------------------------- */
.shop_basic-info {
  width: 100%;
  max-width: 360px;
  margin: auto;
  font-size: 14px;
  position: relative;
  text-align: center;
}
/* 店名 */
.shop_info .head_menu {
  margin-bottom: 6px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.shop_info .hl_shopname {
  padding: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.head_menu.fl_base {
  padding: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.head_menu.fl_base .fl_inner.box_btn {
  width: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.head_menu.fl_base .fl_inner.box_name {
  width: calc(100% - 60px);
  padding: 4px 40px 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.head_menu.fl_base .fl_inner.box_name:first-child:nth-last-child(1) {
  padding-right: 4px;
}
/* ヘッダ固定 */
.fix_top {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 店名リンク */
.shop_info .link_shop {
  display: block;
  color: inherit;
}
/* お店メニューボタン */
.head_menu .btn_head {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  color: inherit;
}
.head_menu .btn_head .yoasobicon_menu {
  width: 1em;
  height: 1em;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-block;
}
/* お店メニューボタン：テキスト */
.head_menu .btn_head .txt {
  margin-top: -3px;
  font-size: 11px;
  line-height: 1em;
}
/* 業種とエリア */
.shop_basic-info .shop_type {
  margin: 6px auto;
}
/* お店ロゴ */
.shop_info .frame_logo {
  width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shop_info .shop_logo {
  width: 100%;
}
/* その他案内事項 */
.more_info {
  margin: 8px auto;
  padding: 0 6px;
  vertical-align: top;
}
/* 登録系 */
.shop_info .box_register {
  margin: 8px auto;
}
.shop_info .box_register .btn {
  width: 140px;
  height: 24px;
  margin: 0 1px;
  padding: 0 14px;
  font-weight: bold;
  line-height: 24px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: none;
}
/* --------------------------------------- */
/* ボタン群 */
/* --------------------------------------- */
.group_btns {
  max-width: 360px;
  padding-bottom: 10px;
}
.group_btns .fl_base {
  margin-bottom: 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.group_btns .fl_inner:nth-child(2):nth-last-child(2),
.group_btns .fl_inner:last-child:nth-child(3) {
  width: 50px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.group_btns .fl_inner:nth-child(2):last-child {
  width: 100px;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.group_btns .fl_inner.tel {
  width: 60%;
  padding-right: 2px;
}
.group_btns .fl_inner:nth-child(2):nth-last-child(2) {
  padding-right: 2px;
  padding-left: 2px;
}
.group_btns .fl_inner:last-child {
  padding-left: 2px;
}
.group_btns .btn {
  height: 48px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
}
/* 電話 */
.group_btns .tel .btn {
  border-color: #81de8c #5abb65 #2da83c;
  background-color: #2da83c;
}
.group_btns .tel .btn:not(:active) {
  border-bottom-color: #03490b;
  box-shadow: 0 2px 0 #03490b;
}
.group_btns .tel_info {
  margin: auto;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 42px;
  font-size: 12px;
  position: relative;
  display: inline-block;
  color: #fff;
}
.group_btns .tel_info .yoasobicon_tel {
  font-size: 36px;
  position: absolute;
  top: 4px;
  left: 0;
}
.group_btns .tel .num {
  margin-top: 2px;
  font-size: 20px;
}
.group_btns .tel .num,
.group_btns .tel .txt_info {
  line-height: 1em;
  display: block;
  text-align: left;
}

@media screen and (max-width: 320px) {
.group_btns .tel .num {
  font-size: 20px;
}
.group_btns .tel .txt_info {
  font-size: 12px;
}
}
/* 電話番号ボタンしかない場合 */
.group_btns .fl_inner.tel:first-child:last-child {
  max-width: 220px;
  padding: 0;
}
/* 求人 */
.group_btns .job_f .btn,
.group_btns .job_m .btn {
  font-size: 10px;
  font-weight: bold;
  line-height: 48px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-color: #fff;
}
.group_btns .job_f .lbl,
.group_btns .job_m .lbl,
.group_btns .fl_inner:nth-child(2):nth-last-child(2) .lbl::after,
.group_btns .fl_inner:last-child:nth-child(3) .lbl::after {
  width: 70px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 1px;
  right: 0;
  left: 0;
  display: inline-block;
  background-image: url(../st_img/shop_btn_job.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 70px 36px;
  background-size: 70px 36px;
}
.group_btns .job_m .lbl {
  background-position: 0 -18px;
}
.group_btns .fl_inner:nth-child(2):nth-last-child(2) .lbl,
.group_btns .fl_inner:last-child:nth-child(3) .lbl {
  width: 35px;
  margin-top: 4px;
}
.group_btns .fl_inner:nth-child(2):nth-last-child(2) .lbl::after,
.group_btns .fl_inner:last-child:nth-child(3) .lbl::after {
  width: 35px;
  position: absolute;
  top: 18px;
  left: 0;
  content: '';
  background-position: -35px 0;
}
.group_btns .job_m:last-child:nth-child(3) .lbl::after {
  background-position: -35px -18px;
}
.group_btns .fl_inner:nth-child(2):last-child .lbl {
  width: 86px;
  height: 21px;
  top: 12px;
  -webkit-background-size: 86px 44px;
  background-size: 86px 44px;
}
.group_btns .job_m:nth-child(2):last-child .lbl {
  background-position: 0 -23px;
}
/* JOBリンク色 */
.group_btns .job_f .btn {
  color: #ff76ac;
  border-color: #ff76ac;
}
.group_btns .job_f .btn:not(:active) {
  box-shadow: 0 2px 0 #ff76ac;
}
.group_btns .job_m .btn {
  color: #7780ff;
  border-color: #7780ff;
}
.group_btns .job_m .btn:not(:active) {
  box-shadow: 0 2px 0 #7780ff;
}
/* 夜ガイ限定割引 */
.group_btns .yg-discount {
  margin: 10px auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  background-image: url(../st_img/shop_btn_discount.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 300px 40px;
  background-size: 300px 40px;
}
/* 下部固定 */
.fix_bottom.mdl_mask {
  width: 100%;
  max-width: none;
  height: 60px;
  padding: 6px;
  position: fixed;
  z-index: 1010;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.6);
}
.fix_bottom.mdl_mask .fl_base {
  max-width: 360px;
  margin: auto;
}
/* 固定表示解除ボタン */
.fix_bottom.mdl_mask .hide_btn {
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 24px;
  position: absolute;
  top: -28px;
  right: 6px;
  cursor: pointer;
  text-align: center;
  opacity: 0.6;
  border-radius: 24px;
  background-color: #fff;
}

@media screen and (min-width: 560px) {
.fix_bottom.mdl_mask .hide_btn {
  top: 4px;
  opacity: 1;
}
}
/* --------------------------------------- */
/* 緊急メッセージ */
/* --------------------------------------- */
.shop_msg {
  margin-top: 10px;
}
.shop_msg .arrow_icon {
  padding: 4px 26px 6px 8px;
}
.shop_msg .msg_time,
.shop_msg .msg_type {
  display: inline-block;
}
.shop_msg .msg_type {
  margin-left: 4px;
  padding: 2px;
  font-size: 11px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.shop_msg .msg_type.g1 {
  border-color: #3b72a8;
  background-color: #289cf5;
}
.shop_msg .msg_type.g2 {
  border-color: #32ad00;
  background-color: #26d118;
}
.shop_msg .msg_type.g3 {
  border-color: #d52588;
  background-color: #e656b1;
}
.shop_msg .msg_type.g4 {
  border-color: #d30024;
  background-color: #e93538;
}
/* --------------------------------------- */
/* 出勤情報 */
/* --------------------------------------- */
.shop_info .shop_atwork-info {
  margin-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid #a0a0a0;
}
.shop_atwork-info .fl_inner {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shop_atwork-info .fl_inner:first-child {
  padding-right: 2px;
}
.shop_atwork-info .fl_inner:last-child {
  padding-left: 2px;
}
.shop_atwork-info .arrow_icon {
  height: 40px;
  padding: 0 26px 0 8px;
  font-size: 10px;
  line-height: 37px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}
.shop_normal .shop_atwork-info .arrow_icon.bg-link,
.shop_normal .shop_atwork-info .arrow_icon.c-link {
  color: inherit;
  border-color: transparent;
  background-color: #fec7e0;
}
.shop_atwork-info .arrow_icon::after {
  font-size: 1.2em;
}
.shop_atwork-info .lbl {
  font-size: 14px;
  font-weight: bold;
}
.shop_atwork-info .lbl:first-child:last-child {
  margin-right: -4px;
}
.shop_atwork-info .num {
  margin-right: 1px;
  margin-left: 6px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: baseline;
}

@media screen and (max-width: 320px) {
.shop_atwork-info .lbl {
  font-size: 12px;
}
.shop_atwork-info .num {
  font-size: 16px;
}
}
/* スグ嬢 */
.mainarea:not(.shop_normal) .arrow_icon.sugu {
  border: none;
}
/* 0人 */
.shop_atwork-info .arrow_icon.none {
  color: #fff;
  border-color: #bfbfbf;
  background-color: #bfbfbf;
}
/* --------------------------------------- */
/* オススメGAL */
/* --------------------------------------- */
.recommended_gal {
  border-top: 1px solid #a0a0a0;
}
.recommended_gal .slick_body {
  max-height: 180px;
}
.recommended_gal .frame_content {
  max-width: 355px;
}
.recommended_gal .lbl_title {
  margin-top: 8px;
  padding: 6px 0 4px;
  font-weight: bold;
  text-align: left;
}
.recommended_gal .lbl_title,
.recommended_gal .read_more.arrow_icon {
  font-size: 16px;
}
.recommended_gal .list_item.fl_base {
  justify-content: space-around;
}
.recommended_gal .list_item .elm {
  width: 33.3%;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.link_item {
  width: 100%;
  padding: 4px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: inherit;
}
.link_item.inner {
  background-color: transparent;
}
.recommended_gal .thumb {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.recommended_gal .slick-next,
.recommended_gal .slick-prev {
  width: 30px;
  height: 30px;
  z-index: 1;
  text-align: center;
}
.recommended_gal .slick-prev {
  left: -6px;
}
.recommended_gal .slick-next {
  right: -6px;
}
.recommended_gal .name_item {
  margin: 2px auto;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 414px) {
.recommended_gal .slick-prev {
  left: -26px;
}
.recommended_gal .slick-next {
  right: -26px;
}
}
.recommended_gal .slick-prev::before,
.recommended_gal .slick-next::before {
  font-size: 24px;
  opacity: 0.3;
  color: #000;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff, 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}
/* --------------------------------------- */
/* コンテンツピックアップ */
/* --------------------------------------- */
/* UP日時 */
.shop_info .list_article .date {
  font-size: 12px;
}
/* アイテム名 */
.shop_info .item_name {
  margin-bottom: 4px;
  padding-left: 14px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: url(../st_img/icon_girl.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
}
/* --------------------------------------- */
/* 日記 */
.shop_info .list_article .article-title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: underline;
  text-overflow: ellipsis;
}
.shop_info .list_article .list_article-item {
  min-height: 80px;
}
.shop_info .list_article .box_image {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* リストボーダー色 */
.list_article-item + .list_article-item {
  border-top: 1px solid #a0a0a0;
}
/* 個別記事へのリンク */
.link_article {
  height: 100%;
  padding: 6px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  color: inherit;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* 記事画像のサムネ */
.link_article .box_image {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
.img_article-thum {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.landscape {
  width: auto;
  height: 100%;
  position: absolute;
}
/* 文字情報枠 */
.link_article .box_text {
  max-width: 60%;
  max-width: -webkit-calc(100% - 80px);
  max-width: calc(100% - 80px);
  height: 70px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* --------------------------------------- */
/* 動画 */
/* 動画情報 */
.movie .list_article .box_image + .box_text {
  max-width: 60%;
  max-width: -webkit-calc(100% - 102px);
  max-width: calc(100% - 102px);
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* 動画サムネ */
.movie .list_article .box_image {
  width: 93px;
  height: 70px;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
}
/* 動画サムネ：画像 */
.movie .list_article .img_movie-thum {
  height: 75px;
  margin: auto;
  position: absolute;
  z-index: 0;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
}
/* 動画サムネ：再生時間 */
.movie .list_article .txt_playtime {
  padding: 2px 6px;
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  z-index: 2;
  right: 2px;
  bottom: 2px;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.3);
}
/* 動画カテゴリ */
.shop_info .list_article .cate {
  margin: 0;
  padding-left: 18px;
  font-size: 10px;
  background: url(../st_img/icon_cate.png) no-repeat 1px center;
  -webkit-background-size: 13px;
  background-size: 13px;
}
/* --------------------------------------- */
/* メニュー */
/* --------------------------------------- */
.shop_info .shop_main-menu .arrow_icon {
  padding: 14px 28px 14px 38px;
}
.shop_info .shop_main-menu .elm {
  position: relative;
}
.shop_info .shop_main-menu [class^='yoasobicon_'] {
  font-size: 24px;
  position: absolute;
  top: 14px;
  left: 8px;
}
.shop_normal .shop_main-menu [class^='yoasobicon_'] {
  color: #9b1f00;
}
/* --------------------------------------- */
/* 口コミ */
/* --------------------------------------- */
/* 総合点 */
.score_graph {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../st_img/rv_score.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}
/* --------------------------------------- */
/* 得点グラフ */
.score_graph .star {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../st_img/rv_score_star.png);
  background-repeat: no-repeat;
  -webkit-background-size: 160px 32px;
  background-size: 160px 32px;
}
/* 失点分 */
.score_graph .lost {
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  background-color: #ccc;
}
.score_graph.sc50 .lost {
  width: 0;
}
.score_graph.sc00 .lost {
  width: 100%;
}
.score_graph.sc01 .lost {
  width: 98%;
}
.score_graph.sc02 .lost {
  width: 96%;
}
.score_graph.sc03 .lost {
  width: 94%;
}
.score_graph.sc04 .lost {
  width: 92%;
}
.score_graph.sc05 .lost {
  width: 90%;
}
.score_graph.sc06 .lost {
  width: 88%;
}
.score_graph.sc07 .lost {
  width: 86%;
}
.score_graph.sc08 .lost {
  width: 84%;
}
.score_graph.sc09 .lost {
  width: 82%;
}
.score_graph.sc10 .lost {
  width: 80%;
}
.score_graph.sc11 .lost {
  width: 78%;
}
.score_graph.sc12 .lost {
  width: 76%;
}
.score_graph.sc13 .lost {
  width: 74%;
}
.score_graph.sc14 .lost {
  width: 72%;
}
.score_graph.sc15 .lost {
  width: 70%;
}
.score_graph.sc16 .lost {
  width: 68%;
}
.score_graph.sc17 .lost {
  width: 66%;
}
.score_graph.sc18 .lost {
  width: 64%;
}
.score_graph.sc19 .lost {
  width: 62%;
}
.score_graph.sc20 .lost {
  width: 60%;
}
.score_graph.sc21 .lost {
  width: 58%;
}
.score_graph.sc22 .lost {
  width: 56%;
}
.score_graph.sc23 .lost {
  width: 54%;
}
.score_graph.sc24 .lost {
  width: 52%;
}
.score_graph.sc25 .lost {
  width: 50%;
}
.score_graph.sc26 .lost {
  width: 48%;
}
.score_graph.sc27 .lost {
  width: 46%;
}
.score_graph.sc28 .lost {
  width: 44%;
}
.score_graph.sc29 .lost {
  width: 42%;
}
.score_graph.sc30 .lost {
  width: 40%;
}
.score_graph.sc31 .lost {
  width: 38%;
}
.score_graph.sc32 .lost {
  width: 36%;
}
.score_graph.sc33 .lost {
  width: 34%;
}
.score_graph.sc34 .lost {
  width: 32%;
}
.score_graph.sc35 .lost {
  width: 30%;
}
.score_graph.sc36 .lost {
  width: 28%;
}
.score_graph.sc37 .lost {
  width: 26%;
}
.score_graph.sc38 .lost {
  width: 24%;
}
.score_graph.sc39 .lost {
  width: 22%;
}
.score_graph.sc40 .lost {
  width: 20%;
}
.score_graph.sc41 .lost {
  width: 18%;
}
.score_graph.sc42 .lost {
  width: 16%;
}
.score_graph.sc43 .lost {
  width: 14%;
}
.score_graph.sc44 .lost {
  width: 12%;
}
.score_graph.sc45 .lost {
  width: 10%;
}
.score_graph.sc46 .lost {
  width: 8%;
}
.score_graph.sc47 .lost {
  width: 6%;
}
.score_graph.sc48 .lost {
  width: 4%;
}
.score_graph.sc49 .lost {
  width: 2%;
}
.score_graph.sc50 .lost {
  width: 0;
}
/* --------------------------------------- */
/* 口コミ一覧 */
.shop_info .list_rv {
  font-size: 14px;
}
/* 投稿情報 */
.shop_info .post_info {
  font-size: 11px;
}
.shop_info .rv_post_date {
  margin-right: 4px;
  margin-left: 4px;
}
/* 口コミタイトル */
.shop_info .rv_title {
  padding: 3px 0;
  font-size: 1.2em;
  font-weight: bold;
  overflow: hidden;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 得点 */
.shop_info .rv_t_score.fl_base {
  padding: 0 4px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-align-items: center;
  align-items: center;
}
.shop_info .list_rv .score_graph {
  margin-bottom: 2px;
}
.shop_info .list_rv .score_graph,
.shop_info .list_rv .star {
  width: 70px;
  height: 14px;
  background-position: center;
  -webkit-background-size: 70px 14px;
  background-size: 70px 14px;
}
/* 得点：数字 */
.shop_info .score_ave.num {
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ff42a0;
}
/* ユーザー名 */
.shop_info .user_name {
  margin-left: 6px;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.8;
}
/*総評抜粋 */
.shop_info .rv_comment {
  margin-top: 4px;
  font-size: 0.9em;
}
/* --------------------------------------- */
/* お店の総合評価 */
.rv_shop_menu {
  font-size: 14px;
  border-top: 1px solid #a0a0a0;
}
.rv_shop_menu .fl_inner {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.rv_shop_menu .lbl {
  min-width: 62px;
  height: 24px;
  margin-right: 16px;
  padding-right: 8px;
  padding-left: 12px;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  background-color: #ff42a0;
  -webkit-flex: 1 1 70px;
  -ms-flex: 1 1 70px;
  flex: 0 1 70px;
}
/* リボン */
.rv_shop_menu .lbl::after,
.rv_shop_menu .lbl::before {
  position: absolute;
  z-index: 1;
  right: -10px;
  content: '';
  border-style: solid;
  border-color: transparent;
}
.rv_shop_menu .lbl::after {
  top: 0;
  border-width: 12px 10px 0 0;
  border-top-color: #ff42a0;
}
.rv_shop_menu .lbl::before {
  bottom: 0;
  border-width: 0 10px 12px 0;
  border-bottom-color: #ff42a0;
}
/* 総合得点 */
.rv_shop_menu .score_graph,
.rv_shop_menu .score_graph .star {
  width: 100px;
  height: 20px;
  -webkit-background-size: 100px 20px;
  background-size: 100px 20px;
}
.rv_shop_menu .score_ave.num {
  font-size: 18px;
}
/* 投稿数 */
.rv_shop_menu .post_num {
  margin-left: 8px;
}
/* 矢印リンク */
.shop_info .review .arrow_icon {
  padding: 6px 30px 6px 6px;
}
.shop_info .review .rv_shop_menu.arrow_icon {
  padding: 8px 26px 8px 0;
}

@media screen and (max-width: 320px) {
.shop_info .rv_shop_menu .score_graph {
  zoom: 0.8;
}
.shop_info .rv_shop_menu .lbl {
  padding-left: 6px;
  font-size: 12px;
}
}
/* 未投稿 */
.first_review .fl_base {
  padding: 6px 0;
}
.rv_shop_menu.first_review .add_rv_link {
  min-width: 140px;
  margin: 0 6px 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.rv_shop_menu.first_review .btn_link {
  max-width: 240px;
  margin: auto;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  background-color: #00b4fc;
}
.rv_shop_menu.first_review .btn_link:not(:hover) {
  box-shadow: 0 3px 0 #0065a6;
}

@media screen and (max-width: 320px) {
.hidden-s {
  display: none;
}
.rv_shop_menu.first_review .score_ave .num {
  color: #888;
}
}

@media screen and (min-width: 480px) {
.rv_shop_menu.first_review .add_rv_link {
  margin: 0 14px 2px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 1 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.rv_shop_menu.first_review .btn_link {
  width: 240px;
}
}
/* --------------------------------------- */
/* PR */
/* --------------------------------------- */
.shop_info .shop_pr .frame_content {
  padding-top: 6px;
  padding-bottom: 20px;
}
.box_prtxt {
  font-size: 16px;
  line-height: 1;
}
.shop_pr .box_prtxt {
  height: 360px;
  overflow: hidden;
}
.shop_pr .read_more {
  height: 38px;
  padding: 0;
  line-height: 38px;
  position: relative;
  display: block;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.shop_pr .read_more::after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  left: 48%;
  left: calc(50% - 10px);
  display: block;
  content: '';
  border-width: 8px 10px 0 10px;
  border-style: solid;
  border-color: transparent;
}
.shop_pr .read_more.close {
  margin-top: 20px;
}
.shop_pr .read_more.close::after {
  top: -10px;
  border-width: 0 10px 8px 10px;
}
.box_prtxt a:not([class]) {
  text-decoration: underline;
}
/* --------------------------------------- */
/* 店舗データ */
/* --------------------------------------- */
.shop_data {
  word-wrap: break-word;
}
.shop_data .hl_sub {
  font-size: 12px;
  font-weight: normal;
}
/* 店舗データ：コメント */
.shop_data .shop_comment {
  padding: 8px 4px;
}
.shop_data .comment_main {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: bold;
}
.shop_data .comment_sub {
  font-size: 14px;
  line-height: 1.4;
}
/* 店舗データ：リスト */
.shop_info .data_list {
  font-size: 12px;
}
.shop_data .data_lbl {
  width: 68px;
  margin-top: 6px;
  padding: 1px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.shop_data .data_txt {
  width: 80%;
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
  margin-top: 8px;
  padding: 0 6px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.shop_data .data_list .c-link {
  text-decoration: underline;
}
.shop_data .data_list .link_tel {
  font-size: 16px;
}
.shop_data .data_list .td_n {
  text-decoration: none;
  color: inherit;
}
/* ナビページへのリンク */
.shop_data .data_list .link_nav {
  width: 200px;
  padding: 2px 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
}
.shop_data .link_nav .yoasobicon_nav {
  font-size: 14px;
  vertical-align: text-bottom;
}
/* --------------------------------------- */
/* お店ページ内フッタ */
/* --------------------------------------- */
.shop_footer {
  font-size: 14px;
  letter-spacing: 1px;
}
/* お店メニュー */
.shop_footer .opn_shop_menu {
  margin: 20px auto;
}
.shop_footer .opn_shop_menu .btn {
  height: 34px;
  font-weight: bold;
  line-height: 34px;
}
.shop_footer .opn_shop_menu .yoasobicon_menu {
  font-size: 18px;
  vertical-align: sub;
}
/* ページトップへ */
.link_p-top {
  height: 32px;
  margin: 10px 6px 0;
  font-size: 12px;
  line-height: 32px;
  display: block;
  text-align: right;
}
.link_p-top .mark {
  width: 32px;
  margin-left: 6px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  border-radius: 32px 32px 0 0;
}
/* --------------------------------------- */
/* 色指定 */
/* --------------------------------------- */
.shop_info {
  background-color: #fff;
}
.shop_info,
.shop_menu .arrow_icon {
  color: #333;
}
/* 店名 */
.head_menu {
  color: #fff;
  background-color: #ff329a;
}
/* 見出し */
.shop_info .hl_sub {
  color: #fff;
  background-color: #ff4141;
}
.shop_data .hl_sub,
.shop_data .data_lbl {
  color: #303030;
  background-color: #dcdcdc;
}
/* リンク文字色 */
.shop_info .c-link,
.shop_info a:not([class]) {
  color: #3469e5;
}
.bd-link {
  border-color: #3469e5;
}
.bg-link {
  background-color: #3469e5;
}
.shop_info .btn.bd-link:not(:active) {
  box-shadow: 0 2px 0 #3469e5;
}
/* PR */
.shop_pr .read_more::after {
  border-top-color: inherit;
}
.shop_pr .read_more.close::after {
  border-bottom-color: inherit;
}
/* 店舗データ：コメント文字色 */
.shop_data .comment_main {
  color: #ff1493;
}
/* 店舗メニュー */
.shop_footer .opn_shop_menu .btn {
  color: #fff;
  background-color: #3469e5;
  box-shadow: 0 1px 3px #333;
}
/* --------------------------------------- */
/* VIP-Mail案内 */
/* --------------------------------------- */
.vip_info .hl_main {
  padding-left: 6px;
  background-color: #bae4f4;
}
.vip_info .hl_sub {
  /*margin-bottom: 4px;
  border-bottom: 1px solid #ccc;*/
  /* ▽現行css打消し用 */
  margin: 0 auto 4px;
  padding: 0;
  padding-bottom: 2px;
  font-size: 14px;
  color: #333;
  border-width: 0 0 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  background-color: transparent;
}
.vip_info .hl_sub:not(:first-child) {
  margin-top: 20px;
}
.vip_info .hl_sub.attention {
  color: #f00;
}
.vip_info .content {
  padding: 8px 10px;
  font-size: 14px;
}
.vip_info .content .txt {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.vip_info .txt + .txt {
  margin-top: 10px;
}
.vip_info .content .point {
  font-weight: bold;
  color: #f39;
}
.vip_info .content .note {
  margin-top: 10px;
  font-size: 12px;
}
/* ボタン */
.vip_info .btn {
  height: 40px;
  margin: 8px auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
  background-color: #e23445;
}
.vip_info .btn:not(:active) {
  box-shadow: 0 3px 0 #60171e;
}
/* リスト */
.vip_info .list {
  margin-left: 20px;
  list-style: disc;
}
.vip_info .list .elm {
  margin-bottom: 10px;
}
.vip_info .list_num {
  margin-left: 20px;
  list-style: decimal;
}
.vip_info a:not([class]) {
  text-decoration: underline;
  color: #3469e5;
}
.vip_info .form-parts {
  width: 100px;
  margin-right: 2px;
}
/* 退会 */
.vip_info.remove {
  margin-top: 20px;
  font-size: 0.9em;
  border: none;
  background-color: #eee;
}
.vip_info.remove .hl_main {
  /*  margin: 0;
  padding: 10px 10px 0;
  font-size: 14px;
  border: none;
  background-color: transparent;*/
  /* ▽現行打消し用 */
  margin: 0 !important;
  padding: 10px 10px 0 !important;
  font-size: 14px !important;
  border: none !important;
  background: none !important;
}
/* --------------------------------------- */
/* DXバナー */
/* --------------------------------------- */
.box_dx-banner {
  text-align: center;
}
.inner_dx-banner {
  max-width: 100%;
  margin: auto;
  display: block;
}
.dx-banner {
  max-width: 100%;
  max-height: 100px;
  margin: auto;
}

@media screen and (min-width: 360px) {
.dx-banner {
  max-height: 113px;
}
}

@media screen and (min-width: 375px) {
.dx-banner {
  max-height: 117px;
}
}

@media screen and (min-width: 414px) {
.dx-banner {
  max-height: 129px;
}
}

@media screen and (min-width: 480px) {
.inner_dx-banner {
  max-width: 480px;
}
.dx-banner {
  max-height: 150px;
}
}
/* --------------------------------------- */
/* 夜ガイ協力店 */
/* --------------------------------------- */
.yg_gt_announce {
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  background-color: #eaeaea;
}
.yg_gt_announce .btn_gt {
  width: 320px;
  margin: auto;
  font-size: 11px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.yg_gt_announce .content {
  height: 30px;
  padding-left: 32px;
  line-height: 30px;
  display: inline-block;
  text-align: left;
  background-image: url(../st_img/shake_hands.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: 30px;
  background-size: 30px;
}
.yg_gt_announce .notice {
  font-size: 12px;
  font-weight: bold;
  color: #f00;
}
/* モーダル表示 */
.mdl_base.gt_info .mdl_inner {
  margin: auto;
  padding: 0 12px;
  top: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gt_info .content {
  height: 100%;
  overflow: hidden;
  border: 3px solid #18508a;
  border-radius: 2px;
  background-color: #fff;
}
.gt_info .content .hl_main {
  height: 36px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  position: relative;
  color: #fff;
  background-color: #18508a;
}
.gt_info .content .close_btn {
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: block;
  cursor: pointer;
  color: inherit;
}
.gt_info .content .txt {
  padding: 8px;
  line-height: 1.6;
}
.gt_info .content .point {
  font-weight: bold;
  color: #f22c5a;
}
.gt_info .content .arrow_gp {
  padding: 8px 24px 8px 8px;
  border-top: 1px solid #ccc;
}
/* --------------------------------------- */
/* 夜ガイニュースバナー */
/* --------------------------------------- */
.link_ygn {
  max-width: 480px;
  margin: 14px 10px 10px;
  padding: 6px 8px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #fff;
  border-radius: 2px;
  background-color: #369;
  background-repeat: repeat-x;
  -webkit-background-size: 8px 60px;
  background-size: 8px 60px;
  box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.box_banner_yg-news .date {
  padding: 2px;
  font-size: 12px;
  border-width: 0 0 1px;
  border-style: dotted;
}
.box_banner_yg-news .arrow_icon {
  margin-top: 0;
  padding: 0;
  padding-top: 4px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  border-top: 1px dotted rgba(0,0,0,0.3);
}
.box_banner_yg-news .arrow_icon::after {
  font-size: 0.8em;
  top: 4px;
  right: 0;
}

@media screen and (min-width: 480px) {
.link_ygn {
  margin: 14px auto 10px;
}
}

@media screen and (max-width: 320px) {
.box_banner_yg-news .link_ygn .arrow_icon {
  font-size: 14px;
}
}
/* --------------------------------------- */
/* アイテム一覧 */
/* --------------------------------------- */
/* 見出し */
.item_info .hl_list.head_menu {
  min-height: 16px;
  margin-bottom: 0;
  padding: 7px 8px 7px 32px;
  font-size: 16px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.item_info .hl_list.head_menu > [class^='yoasobicon_'] {
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
  text-align: center;
}
/* 青色リンク */
.item_info .constant {
  color: #3469e5;
}
/* 一覧の表示情報 */
.item_info .list_info {
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  border-width: 1px 0;
  border-style: solid;
  border-color: #a0a0a0;
  background: #dae0e5;
}
.item_info .clist_general + .list_info {
  border-top: none;
}
/* 表示条件(フォルダ分け) */
.item_info .view_folder {
  border-top: 1px solid #a1a1a1;
}
.item_info .fix_top .view_folder {
  border-bottom: 1px solid #a1a1a1;
}
.item_info .view_folder {
  position: relative;
}
.item_info .view_folder > .btn_change {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #f4f4f4;
}
.item_info .view_folder > .btn_change.open {
  padding-right: 30px;
  position: relative;
}
.item_info .btn_change.open i {
  width: 20px;
  height: 20px;
  margin: auto;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.item_info .btn_change .lbl::after {
  height: 1em;
  margin-left: 4px;
  font-family: 'icomoon';
  font-weight: normal;
  line-height: 1em;
  content: '\e900';
  color: #3469e5;
}
.item_info .btn_change.open .lbl::after {
  margin: auto;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  content: '\e940';
  color: #555;
}
.item_info .view_folder .btn_change {
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  display: block;
}
.item_info .btn_change + .list_folder {
  border-top: 1px solid #a1a1a1;
}
.item_info .btn_change:not(.open) + .list_folder {
  display: none;
}
.item_info .list_folder {
  width: 100%;
  padding: 0 6px;
  position: absolute;
  z-index: 1000;
  top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}
.list_folder.open {
  box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.item_info .list_folder .btn_change.folder {
  padding-left: 30px;
  position: relative;
}
.item_info .list_folder .folder::before {
  height: 18px;
  margin: auto;
  font-family: 'icomoon';
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  content: '\e941';
}
.item_info .list_folder .folder.selected::before {
  content: '\e942';
}
/* --------------------------------------- */
/* 絞り込み＆並び替えボタン */
.list_info.include_btn {
  height: 40px;
  line-height: 40px;
  position: relative;
}
.list_info.include_btn .box_refine {
  height: 28px;
  margin: auto;
  font-size: 14px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  vertical-align: bottom;
  border-radius: 20px;
}
.list_info.include_btn .constant {
  padding: 0 6px;
  display: inline-block;
}
/* --------------------------------------- */
/* モーダル表示の絞り込み選択画面 */
.mdl_base.shop_info .box_view_cond {
  text-align: center;
}
.mdl_base .box_view_cond .hl_sub {
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  text-align: left;
  color: #fff;
  background-color: #667284;
  box-shadow: none;
}
.mdl_base .mdl_inner.box_view_cond .btn_close {
  width: 80px;
  margin: auto;
  padding-right: 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-align: right;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.box_view_cond .list_cond {
  font-size: 14px;
  text-align: left;
  background-color: #fff;
}
.box_view_cond .list_cond .condition {
  padding: 10px;
  font-weight: bold;
  display: block;
}
/* --------------------------------------- */
/* 選択中 */
.item_info .selected {
  font-weight: bold;
  position: relative;
}
.item_info .selected::after {
  height: 18px;
  margin: auto;
  font-family: 'icomoon';
  font-size: 18px;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  content: '\e943';
  color: #2ba73e;
}
/* --------------------------------------- */
/* リスト中身 */
.item_info .item-list {
  background-color: #fff;
}
.item-list .elm .arrow_icon {
  padding: 0 28px 0 0;
}
.item_info .item-list .box_image {
  width: 105px;
  height: 140px;
  margin: 0;
  border: none;
}
.item_info .item-list .box_info {
  padding: 6px 0 6px 6px;
  font-size: 12px;
}
/* 日付 */
.item_info .item-list .box_icon {
  height: 20px;
  line-height: 20px;
}
/* --------------------------------------- */
/* アイテム名 */
.item_info .item-list .item_name {
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  overflow: auto;
  white-space: normal;
  text-overflow: inherit;
  background: none;
}

/* --------------------------------------- */
/* サイズ区切り */
@media screen and (max-width: 320px) {
.item_info .spec > span {
  margin-left: 2px;
}
}

@media screen and (min-width: 360px) {
.item_info .spec > span:not(:last-child)::after {
  content: '・';
}
}
/* --------------------------------------- */
/* 出勤時間 */
.item_info .item-list .atwork_hours {
  height: 20px;
  margin-top: 2px;
  padding-right: 6px;
  line-height: 20px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  border: 2px solid #f03;
  border-radius: 4px;
}
.item_info .atwork_hours .lbl {
  height: 100%;
  margin-right: 4px;
  padding: 0 4px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #f03;
}
/* 本日退勤 */
.item_info .atwork_hours.end {
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  border: 0 none;
  background-color: #bbb;
}
/* スグ嬢 */
.item_info .item-list .sugu {
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
  color: #f03;
}
.item_info .item-list .atwork_hours,
.item_info .item-list .sugu {
  vertical-align: middle;
}

@media screen and (max-width: 320px) {
.item_info .item-list .atwork_hours {
  padding-right: 2px;
}
.item_info .atwork_hours {
  font-size: 10px;
}
.item_info .atwork_hours .lbl {
  padding-left: 2px;
  margin-right: 2px;
}
.item_info .item-list .sugu {
  font-size: 1em;
}
}
/* 所属フォルダ */
.item_info .folder_name i {
  font-size: 16px;
  vertical-align: text-bottom;
  color: #74747c;
}
/* ひとりごと */
.item_info .item-list .msg {
  padding: 4px;
  background-color: #f0f8ff;
  word-break: break-all;
}
/* --------------------------------------- */
/* リスト用アイコン(新人、日記、動画) */
.item_info .item-list .icon {
  width: auto;
  height: 18px;
  margin-left: 0;
  padding: 0 4px;
  line-height: 16px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  vertical-align: text-bottom;
  color: #080;
  border: 1px solid #080;
  border-radius: 2px;
  background-color: #fff;
}
.item-list .icon + .icon {
  margin-left: 2px;
}
/* --------------------------------------- */
/* アイテム以外 */
.item-list .txt_link.c-link {
  font-size: 16px;
}
.item-list .box_info:first-child:nth-last-child(1) .txt_link.c-link:first-child:nth-last-child(1) {
  padding: 4px;
}
/* --------------------------------------- */
/* ページャー */
.item_info .box_pager {
  border-bottom: 1px solid #a0a0a0;
}
.item_info .box_pager .fl_inner:not(:last-child) {
  border-right: 1px solid #a0a0a0;
}
.item_info .box_pager .fl_inner.first,
.item_info .box_pager .fl_inner.last {
  width: 44px;
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
}
.item_info .box_pager .arrow_icon,
.item_info .box_pager .btn {
  height: 44px;
  line-height: 44px;
}
.item_info .box_pager .btn {
  width: 44px;
  font-size: 14px;
}
.item_info .box_pager i {
  line-height: inherit;
  opacity: 0.8;
}
.item_info .box_pager .arrow_icon {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.item_info .box_pager .arrow_icon:not(.nonactive) {
  font-weight: bold;
}
.item_info .nonactive {
  pointer-events: none;
  color: #bdc7d0;
}
.box_pager .prev .arrow_icon {
  padding-right: 8px;
  padding-left: 28px;
}
/* 左向き矢印 */
.box_pager .prev .arrow_icon::after,
.item_info .link_back .arrow_icon::after {
  right: auto;
  left: 8px;
  content: '\e902';
}
/* --------------------------------------- */
/* 戻るリンク */
.item_info .link_back {
  padding: 0;
  background: none;
}
.item_info .link_back .arrow_icon {
  padding-right: 8px;
  padding-left: 28px;
}
/* --------------------------------------- */
/* キーワード検索 */
.kw_search {
  margin: 8px;
  padding: 2px;
  overflow: hidden;
  border-radius: 8px;
  background-color: #a0a0a0;
}
.kw_search .fl_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kw_search .kw_txt,
.kw_search .kw_btn {
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  -webkit-appearance: none;
}
.kw_search .kw_txt {
  width: 100%;
  padding: 0 8px;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
}
.kw_search .fl_inner:last-child {
  width: 46px;
  -webkit-flex: 0 1 46px;
  -ms-flex: 0 1 46px;
  flex: 0 1 46px;
}
.kw_search .kw_btn {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: transparent;
}
.kw_search .kw_btn .yoasobicon_search {
  height: 25px;
  margin: auto;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
}
/* --------------------------------------- */
/* アイテム詳細 */
/* --------------------------------------- */
.girlInfo {
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .girlInfo {
    font-size: 12px;
  }
}
.more_info.link_btn .btn {
  box-sizing: content-box;
}
.box_girl-movie .link_article .box_image {
  width: 100px;
  height: 75px;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #000;
  order: 0;
}
.link_blog .link_article .box_text:first-child:last-child {
  max-width: none;
  height: auto;
  justify-content: space-between;
}
.link_blog li.list_article-item:not(:first-child) p.article-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.link_blog .box_image + .box_text {
  height: 75px;
}
