@charset "utf-8";
/* ===================================================================
共通
*/
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
header {
  background: #fff;
}
.title01 {
  display: flex;
  justify-content: space-between;
}
.title01 a {
  float: none;
}
.title01 a::before {
  content: "▶";
}
.title01 .favorite_lady::before {
  content: "";
}
.shopcate {
  font-size: 13px;
  margin-top: 10px;
}
.attention {
  margin: 10px 0;
  color: #f00;
  font-weight: bold;
  font-size: 12px;
}
main {
  padding: 0 20px;
}
main > section {
  max-width: 1000px;
}
/*------------------------見出し----------------------------------------------*/
/*女の子ページ内女の子なまえ*/
#photoblogTtl {
  color: #f44c7d;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
#photoblogTtl span {
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
#photoblogTtl em {
  font-weight: bold;
}
#photoblogTtl em {
  font-weight: bold;
}
.shopTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 2020/04/08_ここから上は公開後削除 */
#photoblogTtl02 {
  color: #f44c7d;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.name_lady {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: auto;
  max-width: 78.5%;
  min-width: 59%;
}
.name_lady em {
  font-weight: bold;
}
.name_shop {
  display: block;
  font-size: 13px;
  padding-bottom: 10px;
}
.btn_box {
  width: 41%;
  display: flex;
  flex-wrap: nowrap;
}
.btn_box02 {
  width: 21.5%;
  display: flex;
  flex-wrap: nowrap;
}
.following_favorite_lady_btn,
.favorite_lady_btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 185px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #6c6c6c;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: solid 1px #e0e0e0;
  background: url(https://img.undernavi.com/front/pc/shop/detail/heart.png)
    no-repeat;
  background-position: 5px 5px;
  padding-left: 15px;
  background-color: #f5f5f5;
}
.following_favorite_lady_btn, .favorite_lady_btn.favorite_lady_btn_new {
	background: url(https://img.undernavi.com/front/sp/shop/icon_star.png) no-repeat;
	background-size: 10%;
	background-position: 5px;
	cursor: pointer;
}
.following_favorite_lady_btn {
  opacity: 0.8;
  filter: grayscale(1);
}
.gravurelady_btn {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 160px;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #6c6c6c;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: solid 1px #e0e0e0;
  background: url(https://img.undernavi.com/front/pc/shop/detail/icon_camera.png)
    no-repeat;
  background-position: 5px 3px;
  background-size: 20px auto;
  padding-left: 15px;
  background-color: #f5f5f5;
  margin-right: 8px;
}

/*----------------------------ページャー----------------------------------*/
.pager,
.pager01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.pager li,
.pager01 li {
  margin: 0 2px;
  font-size: 13px;
}

.pager li span,
.pager li a,
.pager01 li span,
.pager li a {
  display: block;
  min-width: 20px;
  padding: 0 5px;
  line-height: 24px;
  border: 1px solid #444444;
  color: #787878;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}
.pager li span,
.pager01 li span {
  border-color: #eee;
  color: #ccc;
  background-color: #eee;
}
.pager li a,
.pager01 li a {
  display: block;
  min-width: 20px;
  padding: 0 5px;
  line-height: 24px;
  border: 1px solid #444444;
  color: #787878;
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  text-decoration: none;
}
.pager li a:hover,
.pager01 li a:hover {
  color: #ffffff;
  background: #787878;
}
/*--------------------------次のページNEXT PEV------------------------------*/

.nextpager {
  width: 100%;
  margin: 10px 0;
  display: flex;
}
.nextpager li {
  /* position: relative; */
  width: 49%;
  margin-right: 1%;
}
.nextbtn {
  margin-left: auto;
}
.nextpager li:last-child {
  margin-right: 0;
}

.nextpager li a {
  display: block;
  border-radius: 5px;
  border: 1px solid #ffe6ec;
  background: #ffe6ec;
  text-align: center;
  line-height: 35px;
  color: #f05a80;
  text-decoration: none;
  padding: 5px 0;
}

.nextpager li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 16px;
  margin-top: -8px;
}

.nextpager li.backbtn a::before {
  left: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.nextpager li.nextbtn a::before {
  right: 10px;
}

.nextpager li a:hover,
.more a:hover,
.movieButtonList a:hover,
.favorite_lady:hover,
.reportbox .write:hover {
  opacity: 0.6;
}

.nextpager li a:hover::before {
  background-image: url("https://img.undernavi.com/portal/web/chugoku/shop/dir/lady/main_img_triangle_right.png");
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.nextpager li.nextbtn a:hover::before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/*-------------------hover----------------------*/

/*-------------------------リアルタイムタグの色------------------------------*/
.click_news_tag {
  color: #fff;
  padding: 4px 0px;
  border-radius: 2px;
  text-align: center;
  width: 12%;
  font-size: 12px;
  font-weight: bold;
  background: #dc1e78;
}
/**----------出勤-----------**/
.click_news_tag.type {
  background: #dc1e78;
}
/**----------イベント-----------**/
.click_news_tag.type2 {
  background: #f2914a;
}
/**----------新人-----------**/
.click_news_tag.type3 {
  background: #eb6876;
}
/**----------その他-----------**/
.click_news_tag.type4 {
  background: #0d348f;
}
#tabContent.tabs_block .list2 {
  color: #ee697a;
}
#tabContent.tabs_block .list2.current {
  background: #ee697a;
  color: #fff;
}
#tabContent.tabs_block .list2.current.current::before {
  border-top: 10px solid #ee697a;
}
#tabContent.tabs_block .list3 {
  color: #f2914a;
}
#tabContent.tabs_block .list3.current {
  background: #f2914a;
  color: #fff;
}
#tabContent.tabs_block .list3.current.current::before {
  border-top: 10px solid #f2914a;
}
#tabContent.tabs_block .list4 {
  color: #d62279;
}
#tabContent.tabs_block .list4.current {
  background: #d62279;
  color: #fff;
}
#tabContent.tabs_block .list4.current.current::before {
  border-top: 10px solid #d62279;
}
#tabContent.tabs_block .list5 {
  color: #0e3489;
}
#tabContent.tabs_block .list5.current {
  background: #0e3489;
  color: #fff;
}
#tabContent.tabs_block .list5.current.current::before {
  border-top: 10px solid #0e3489;
}

/*----------------------------------------------------------*/
/***********************アイコン**************************/
.favorite_lady {
  display: block;
  position: absolute;
  right: 0;
  top: -20%;
  height: 28px;
  line-height: 28px;
  width: 14em;
  background: #f4f4f4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  color: #6c6c6c;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: solid 1px #e0e0e0;
  background: url(https://img.undernavi.com/front/pc/shop/detail/heart.png)
    no-repeat;
  background-position: 5px 5px;
  padding-left: 15px;
  background-color: #f5f5f5;
}
#shopLadyWrap h3 {
  position: relative;
}
.states {
  font-size: 16px;
  /* height: 1.5em; */
}
.states em {
  font-weight: bold;
}
.states_box {
  background: #fee3ea;
  padding: 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
#worknow .auto_commnet {
  color: #ce4739;
  font-weight: bold;
}
.ladyStates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ladyStates dt {
  font-weight: bold;
  font-size: 16px;
}
.ladyStates dt::after,
autoco.autocom {
  content: "|";
  margin: 0 5px;
  font-weight: normal;
  color: #b59ea4;
}
.ladyStates dd span {
  text-align: left;
  display: block;
  font-size: 16px;
}

.lady_genre_icon li.reserve {
  color: #f9a514;
  border: solid 1px #f9a514;
}
.lady_genre_icon li.new {
  border-color: #ca033e;
  color: #ca033e;
}
.lady_genre_icon {
  margin-bottom: 5px;
}
.lady_genre_icon li {
  display: inline-block;
  padding: 0 3px;
  line-height: 18px;
  border: 1px solid #7a7a7a;
  border-top-color: rgb(122, 122, 122);
  border-right-color: rgb(122, 122, 122);
  border-bottom-color: rgb(122, 122, 122);
  border-left-color: rgb(122, 122, 122);
  border-top-color: rgb(122, 122, 122);
  border-right-color: rgb(122, 122, 122);
  border-bottom-color: rgb(122, 122, 122);
  border-left-color: rgb(122, 122, 122);
  color: #7a7a7a;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
}
/**--------------------------------女の子ページ内左カラム--------------------------------**/
#ladyPhotoBlog,
.leftFrameLinkDate,
.diaryMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.leftFrameLinkDate {
  margin-bottom: 10px;
}
.rightFrame {
  flex-basis: 64%;
}
.leftFrame {
  width: 300px;
}
.leftFrame figure {
  width: 300px;
  height: 400px;
  overflow: hidden;
}
.leftFrameDate {
  font-size: 13px;
}
.leftFrameLink {
  width: 60%;
}
.leftFrame h4,
.leftFrame h5,
.leftFrame h6,
.blogbox h4 {
  font-weight: bold;
  font-size: 16px;
}
.leftFrame h4 {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 5px;
}
.leftFrameLink a {
  color: #eb4f77;
  text-decoration: underline;
  width: 100%;
  display: block;
  font-size: 14px;
}
.leftFrameLinkCommentDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.leftFrameLinkCommentDate a {
  color: #eb4f77;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.leftFrameLinkCommentDate a:hover {
  text-decoration: underline;
}
.leftFrameLink2 {
  width: 140px;
}
#cal_box .month {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  background: #eb4f77;
  border-radius: 5px 5px 0 0;
  font-size: 26px;
  padding: 10px;
  box-sizing: border-box;
}
#table_cal .check .day_link {
  background: #f5f5f5;
  color: #eb4f77;
  text-decoration: underline;
}
#table_cal td {
  height: 39px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 100%;
  text-align: left;
  vertical-align: top;
}
#table_cal td a {
  color: #545353;
  text-decoration: none;
}
#table_cal td span,
#table_cal td a {
  display: block;
  height: 39px;
  padding-left: 4px;
  color: #868686;
  text-align: center;
  line-height: 39px;
}
#table_cal th {
  height: 17px;
  color: #eb4f77;
  text-align: center;
  vertical-align: middle;
}
#table_cal {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border-spacing: 3px;
  border-collapse: collapse;
}
#table_cal .btborder {
  border-bottom: solid 1px #e5e5e5;
  height: 30px;
}
.view_month {
  font-size: 20px;
  text-align: center;
}
.view_month span {
  font-size: 14px;
}
.previous span a,
.next span a {
  display: block;
  width: 16px;
  height: 17px;
  background: url("https://img.undernavi.com/front/pc/common/icon/move-to-prev_off.png")
    top left no-repeat;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
}
.next span a {
  background: url("https://img.undernavi.com/front/pc/common/icon/move-to-next_off.png")
    top left no-repeat;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
}
.previous,
.next {
  width: 40px;
}
.next span {
  display: block;
  float: right;
  margin-right: 5px;
}
.previous span {
  display: block;
  float: left;
  margin-left: 5px;
}
#cal_box .month li {
  display: table-cell;
  vertical-align: middle;
}

.previous span {
  display: block;
  float: left;
  margin-left: 5px;
}
#cal_box .month li a {
  display: block;
}
/***********************タブ切り替え**************************/
#tabContent {
  margin-top: 10px;
}
#tabContent {
  align-items: center;
  text-align: center;
}
#tabContent li.current::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #c80037;
}
#tabContent li.current {
  position: relative;
  display: inline-block;
  background: #c80037;
  margin-right: 0.5%;
  color: #fff;
}
#tabContent li {
  position: relative;
  background: #f5f5f5;
  width: 226px;
  margin-right: 0.5%;
  font-size: 18px;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  color: #808080;
  font-weight: bold;
}
#tabContent .listosusume {
  height: 30px;
  line-height: 30px;
}
#tabContent li a {
  color: #808080;
  font-weight: bold;
  display: block;
}

#tabContent li.active span:empty {
  display: none;
}
.flexList figure img {
  width: 100%;
  height: auto;
}
#tabContent li em {
  font-weight: bold;
}
.osusumelady01 {
  color: #808080;
}
.listosusume.active .osusumelady01 {
  color: #fff;
}
#tabContent li:last-child {
  margin-right: 0;
}
#tabContent li span {
  font-size: 14px;
}
#tabContent li .count_schedule {
  background: #ee697a;
}
#tabContent li.active span {
  background: #fff;
  color: #c80037;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent li span {
  background: #c80037;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent li span:empty {
  display: none;
}
.ladyTabs li.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 10px;
  border-top: 10px solid #c80037;
}
.listschedule em {
  color: #ee697a;
}
.listnew em {
  color: #f2914a;
}

.listall em {
  color: #d62279;
}
.listschedule.active em {
  color: #fff;
}
.listnew.active em {
  color: #fff;
}
.listall.active em {
  color: #fff;
}
#tabContent li.active {
  color: #fff;
}
#tabContent .listosusume.active {
  background: #c80037;
}
#tabContent .listschedule.active {
  background: #ee697a;
}
#tabContent .listnew.active {
  background: #f2914a;
}
#tabContent .listall.active {
  background: #d62279;
}
#tabContent .listschedule.active em {
  color: #fff;
}
#tabContent .list2.active.listschedule {
  background: #fff;
  color: #ee697a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent .li.active.listnew {
  background: #fff;
  color: #f2914a;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent .li.active.listall {
  background: #fff;
  color: #d62279;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent .listosusume.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #c80037;
}
#tabContent .listschedule.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ee697a;
}
#tabContent .listnew.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #f2914a;
}
#tabContent .listall.active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #d62279;
}

.listschedule {
  background: #ee697a;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent li span.count_newf {
  background: #f2914a;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent li.active span.count_newf {
  background: #fff;
  color: #f2914a;
}
#tabContent li span.count_lady {
  background: #d62279;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
  float: right;
}
#tabContent li.active span.count_lady {
  background: #fff;
  color: #d62279;
}

.ladyName a {
  font-weight: bold;
}
.ladyName {
  text-align: left;
}
.galProf {
  text-align: left;
}

/*-----------------------------ランキングRanking--------------------------------*/

.rankNum.num1 {
  width: 100%;
  background: url(https://img.undernavi.com/front/pc/shop/no1crown.png)
    no-repeat;
  padding-left: 30px;
  color: #eecd29;
}
.rankNum.num2 {
  width: 100%;
  background: url(https://img.undernavi.com/front/pc/shop/no2crown.png)
    no-repeat;
  padding-left: 30px;
  color: #c8c8c8;
}
.rankNum.num3 {
  width: 100%;
  background: url(https://img.undernavi.com/front/pc/shop/no3crown.png)
    no-repeat;
  padding-left: 30px;
  color: #cf9356;
}
.rankNum {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}

/*-------------------女の子ページ内タブtab---------------------------*/
#tabContent.ladyTabs li.active {
  background: #eb4f77;
  color: #fff;
}
#tabContent.ladyTabs li.active::before {
  border-top: 15px solid #eb4f77;
}
#tabContent.ladyTabs li.active a {
  display: block;
  color: #fff;
}
#tabContent.ladyTabs li {
  border-radius: 5px 5px 0 0;
}
#tabContent.ladyTabs li {
  width: 155px;
  margin-right: 5px;
  padding: 0;
  height: 45px;
  line-height: 45px;
}
#tabContent li.active a {
  display: block;
  color: #fff;
}

#shopLadylist .tabs_flex ul,
#tabContent,
#shopDatamap .contentsInner,
#recruitInfo .contentsInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#shopTopContent {
  width: 1040px;
  margin: -10px auto 0;
}
#shopKanban h2 {
  font-weight: bold;
  font-size: 15px;
}
#shopKanban h2 {
  margin-bottom: 10px;
}
#shopKanban {
  background: rgba(255, 255, 255, 0.5);
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
#shopKanban #shopTtlinfo {
  /*font-size: 16px;*/
  font-size: 13px;
  /*max-width: 23%;*/
  max-width: 26%;
  min-width: 16%;
  line-height: 1.5;
}
.shopTtlImage {
  margin-right: 20px;
}
.shopTtlImage .freeShop_name {
  font-family: "sourse-han-serif-japanese", serif;
  font-size: 45px;
  font-weight: bold;
}
.shopTtlImage .freeShop_data {
  font-family: "sourse-han-serif-japanese", serif;
  font-size: 16px;
  font-weight: bold;
}

#shopTtlinfo ul li.shopTime {
  width: 94%;
  background: url(https://img.undernavi.com/front/pc/shop/shop_clock.png)
    no-repeat;
  padding-left: 24px;
  /*background-position: 0px 3px;*/
  background-position: left top;
  font-weight: bold;
}
.shopTime span {
  margin-left: 10px;
}
#shopTtlinfo ul li.shopHoliday {
  width: 94%;
  background: url(https://img.undernavi.com/front/pc/shop/icon_holiday.png)
    no-repeat;
  padding-left: 24px;
  /*background-position: 0px 3px;*/
  background-position: left top;
}
#shopTtlinfo li.telephone {
  width: 100%;
  background: url(https://img.undernavi.com/front/pc/shop/shp_telephone.png)
    no-repeat;
  padding-left: 24px;
  /*background-position: 0px 3px;*/
  background-position: left top;
  font-weight: bold;
}
#shopTtlinfo li.shopAddress {
  width: 100%;
  background: url(https://img.undernavi.com/front/pc/shop/shop_addres.png)
    no-repeat;
  padding-left: 24px;
  /*background-position: 0px 3px;*/
  background-position: left top;
  font-weight: bold;
}
#shopTtlinfo li.telephone-cmt {
  padding-left: 24px;
}
#shopTtlinfo li.telephone-cmt a {
  font-weight: bold;
}
#shopTtlinfo li.shopcate {
  margin: 0;
}

#shopInformation main {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  padding-top: 20px;
  width: 1040px;
}
#wrapContent {
  width: 1000px;
  margin: 0 auto;
}
#shopInformation .contentwrap {
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  box-shadow: 0px 4px 4px #dbdbdb;
  -webkit-box-shadow: 0px 4px 4px #dbdbdb;
  -moz-box-shadow: 0px 4px 4px #dbdbdb;
}
#shopInformation .contentwrap .flex_item_list:not(:first-child) {
  display: none;
}
.shopFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*----------女の子横4列の場合のリスト------------*/

.flexwrap li.flexList {
  width: 180px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.flexwrap li.shopLadyList {
  width: 225px;
}
.flexwrap li.shopLadyList:nth-child(4n) {
  margin-right: 0;
}

.flex_item_list {
  margin-top: 10px;
}
/*-------------------リストの上にボーダー-------------------------------*/
.ladyListbt {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 20px;
}

/*----------女の子横4列の場合の画像かっと------------*/
.flexwrap li.flexList figure.imageCut {
  width: 180px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.diary_img {
  width: 225px;
  max-height: 300px;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.diary_imgBg {
  width: 225px;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#shopnav .navList {
  flex-wrap: wrap;
}

/*------------------flexのリスト-------------------------*/
.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.tabs_flex .active a {
  background: #c80037;
}
#shopPrimarycontent .contentInner {
  width: 1000px;
  margin: 0 auto;
}

/*******************ナビ*************************/
#shopNav {
  margin: 0 auto;
  width: 1000px;
}
#shopNav li a {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#shopsubnav {
  background-color: rgba(0, 0, 0, 0.5);
}
.navList li {
  width: 125px;
  height: 40px;
  text-align: center;
}
#shopsubnav ul li a:hover {
  /* color: #c80037; */
  background: #c80037;
}
.innerWrap {
  width: 1000px;
  margin: 0 auto;
}
#catchbox {
  padding: 20px;
}
#catchbox,
#catchbox p {
  text-align: center;
}

/*******************固定ナビ*************************/

.fixNavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.fixNavi .subWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}
.fixNavi .subWrap.subWrap_new {
  padding: 5px 20px;
  align-items: center;
  max-width: 1340px;
  min-width: 1200px;
  box-sizing: border-box;
  width: auto;
}
.fixShop {
  width: 55%;
}
.fixShop_new {
  font-size: 14px;
}
.fixShopData {
  flex: 1;
}
.fixShopData.fixShopData_new span {
  display: inline-block;
}
.fixShopData.fixShopData_new p {
  text-align: right;
  font-size: 14px;
}
.fixShopData p {
  text-align: right;
}

.fixNavi {
  font-size: 16px;
}
.fixNaviMain.fixNaviMain_new {
  width: 100%;
}
.fixNaviMain {
  width: 100%;
}

.fixNaviMain ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 5px;
}
.fixNaviMain.fixNaviMain_new {
  margin-top: 0;
}
.fixNaviMain ul li {
  margin: 0 0 0 10px;
}
.fixNaviMain_new ul li {
  border-right: 1px solid #fff;
  margin: 5px 0 0 0;
}
.fixNaviMain_new ul li a {
  padding: 2px 10px;
  font-size: 14px;
}
.fixNaviMain.fixNaviMain_new ul li a:hover {
  background: #c90037;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.fixNaviMain ul li a {
  color: #fff;
}
.fixNaviMain.fixNaviMain_new ul li.active a {
  background: #c90037;
  color: #fff;
}
.fixNaviMain ul li a:hover {
  text-decoration: underline;
}

/*-------------------fixボタン-------------------------*/
#fixed_btn {
  position: fixed;
  right: 45%;
  bottom: 13%;
  z-index: 99;
  margin-right: -550px;
}
#recruit_area {
  position: relative;
}
#fixed_btn #recruit_btn {
  margin: 0 0 10px -3px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
}
.close_btn a {
  display: block;
}
.close_btn a img {
  vertical-align: top;
}
#fixed_btn > p {
  position: relative;
  margin: 0 0 10px -3px;
  cursor: pointer;
}
#recruit {
  display: none;
  position: absolute;
  top: -80px;
  left: -442px;
  padding: 10px;
  background: rgba(238, 200, 230, 0.6);
  border-radius: 5px;
}
#recruit #recruit_inner {
  background: #ffffff;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#recruit_area {
  position: relative;
  cursor: pointer;
}
#recruit {
  display: none;
  position: absolute;
  top: -80px;
  left: -442px;
  padding: 10px;
  background: rgba(238, 200, 230, 0.6);
  border-radius: 5px;
}
#recruit:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(243, 220, 238, 0);
  border-left-color: #f3dcee;
  border-width: 18px 0 0 39px;
  margin-top: 35px;
}
#recruit #recruit_inner {
  background: #ffffff;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
}
.close_btn a {
  display: block;
}
.close_btn a img {
  vertical-align: top;
}
#recruit .rec_ttl {
  padding: 8px 0px;
  background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/top/icon_recruit.png")
    left center no-repeat;
  overflow: hidden;
}
#recruit .rec_ttl span {
  float: left;
  display: block;
  padding-top: 3px;
  padding-left: 45px;
  color: #e53331;
  font-size: 124%;
  font-weight: bold;
}
#recruit .rec_left {
  float: left;
}
#recruit table {
  width: 175px;
  margin: 0 auto 8px;
}
#recruit th {
  width: 50px;
  height: 22px;
  border: 1px solid #beb5ba;
  background: #d9d9d9;
  font-size: 93%;
  text-align: center;
  vertical-align: middle;
}
#recruit td {
  height: 23px;
  padding: 0 5px;
  border: 1px solid #beb5ba;
  font-size: 93%;
  text-align: left;
  vertical-align: middle;
}
#recruit td span {
  display: block;
  width: 113px;
}
#recruit ul {
  display: block;
  margin: 0 auto;
  padding-left: 185px;
}
#recruit .btn01 {
  margin-bottom: 8px;
}
#recruit .btn01 a,
#recruit .btn02 a {
  display: block;
  width: 175px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    inset 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 2px rgba(255, 255, 255, 0.5);
  border: solid 1px #b63540;
  background: #f77187;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f77187),
    to(#e3404d)
  );
  background: linear-gradient(to bottom, #f77187 0%, #e3404d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
  color: #fff;
  font-size: 116%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -webkit-text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 2px rgba(0, 0, 0, 0.2);
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
#recruit .btn02 a {
  border: solid 1px #1954a4;
  background: #3098e3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3098e3),
    to(#1c58c3)
  );
  background: linear-gradient(to bottom, #3098e3 0%, #1c58c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098e3', endColorstr='#1c58c3',GradientType=0 );
}
#recruit .btn01:hove,
#recruit .btn02:hove {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*----------------------------------------------------------------*/
/***********************system料金********************************/

.price_box {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.price_box th {
  background-color: #fafafa;
  width: 40%;
  text-indent: ;
  text-align: left;
  text-indent: 1rem;
}
.price_box td {
  padding: 5px 10px;
  text-align: center;
}
.price_box th,
.price_box td {
  border: 1px solid #e0e0e0;
  font-size: 18px;
  vertical-align: middle;
  color: #333;
  padding: 7px 0px;
}
.contents_fee_title {
  background: #707070;
}

.systemhTtl {
  background: #707070;
  padding: 5px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.system_txt {
  margin: 10px 0;
}
.credit {
  width: 674px;
  margin: 10px auto;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #eaeaea;
  -webkit-box-shadow: 0 0 0 1px #fff inset;
  box-shadow: 0 0 0 1px #fff inset;
  text-align: center;
}
.credit span {
  display: inline-block;
  height: 62px;
  line-height: 62px;
  padding-left: 70px;
  color: #bd7d11;
  font-size: 1.7em;
  font-weight: bold;
  background: url("https://img.undernavi.com/portal/web/chugoku/shop/dir/discount/icon_card.png")
    no-repeat left center;
  font-size: 22px;
}
/*------------------------動画系-----------------------------*/

#movieListBox .movieList {
  width: 22.7%;
  margin-right: 3%;
  margin-right: 20px;
  text-align: left;
}

#movieListBox .movieList:nth-child(4n) {
  margin-right: 0;
}
.movieList figure a {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  background: #000;
}
.measurements {
  margin-bottom: 5px;
}
.movieList figure {
  overflow: hidden;
  height: 385px;
  position: relative;
}
.movieList figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 45px;
  margin: auto;
  content: url(https://img.undernavi.com/front/pc/shop/icon_PLAY.png);
  pointer-events: none;
}

/*-------------------------------動画ページ共通タブ----------------------------------------*/

.movieTab .active::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #c80037;
}
#shopselfie .movieTab .active,
#shopmovie_premium .movieTab .active {
  background: #c80037;
}
.movieTab li a {
  border-radius: 5px 5px 0px 0px;
}

#wrapContent .movieCommon .contentwrap .movieTab li {
  width: 187px;
  padding: 0;
}
#wrapContent .movieCommon .contentwrap .movieTab li a {
  padding: 10px;
}
/*------------------------------自撮り-------------------------------------*/
.galsProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.galsProfile figure {
  width: 65px;
  height: 65px;
  margin: 0 10px 0 0;
  overflow: hidden;
  border-radius: 33px;
  -moz-border-radius: 33px;
  -webkit-border-radius: 33px;
  -o-border-radius: 33px;
  -ms-border-radius: 33px;
}
.galsProfile .galInfo {
  text-align: left;
  color: #333;
}
.galInfo h4 {
  font-weight: bold;
  font-size: 15px;
  color: #333;
}
.galData h5 {
  color: #c90036;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
}
.galData {
  text-align: left;
}
li.flexList:hover > a > div > h5 {
  text-decoration: underline;
}
.galData h6 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.movieMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#movieInfo {
  width: 300px;
}
.movieMain .ladyVideo {
  background: #000;
}
.movieBox figure {
  width: 88px;
  height: 107px;
  overflow: hidden;
  margin-right: 10px;
}

.movieBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background: #fafafa;
  font-size: 14px;
}
.movieBox .movieBoxLink a {
  font-size: 14px;
}

#relatedMovie h4,
#shopMovie h5 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.movieSampleListDetailTitle a,
.ladyName a,
.movieBoxLink a {
  font-size: 18px;
}

.movieButtonList {
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  border: solid 1px #e0e0e0;
  border-radius: 3px;
}
.movieMessage {
  background: #fff7fa;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
}
.movieTitle {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.yymm,
.comment,
.galInfo p {
  font-size: 14px;
}

/*-----------------写メ------------------------------*/

.write {
  margin-bottom: 40px;
}
.blogbox .write a {
  display: block;
  height: 55px;
  line-height: 55px;
  color: #ec68b3 !important;
  text-decoration: none !important;
  font-size: 20px;
  border: 1px solid #ec68b3;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 33px;
}

/**********************割引情報******************************/
.discountList li .underMoney {
  font-size: 18px;
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
.discountList .btn01 .underMoney {
  background: #2ba1d3;
}
.discountList .btn02 .underMoney {
  background: #4ad32b;
}
.discountList .btn03 .underMoney {
  background: #dc6101;
}
.discountList .btn04 .underMoney {
  background: #c90037;
}
.discountWrap {
  font-size: 16px;
  padding: 13px 0;
}
.discountWrap .stRed {
  color: #c80037;
  font-size: 28px;
}

/*---------------------------------------------予約モーダル共通---------------------------------------------*/
.btn.clr02.loginbtn::before {
  content: "";
  background: url(https://img.undernavi.com/front/pc/shop/reserve/loginIcon.png)
    no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 30%;
  z-index: 1;
}
.btn.clr02.registbtn::before {
  content: "";
  background: url(https://img.undernavi.com/front/pc/shop/reserve/writingIcon.png)
    no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 30%;
}

.logintitle {
  background: #eb4f77;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
.btn.clr02.registbtn {
  border: solid 1px #e0e0e0;
  background: #f5f5f5;
  color: #333;
  width: 10%;
  text-align: center;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  width: 132px;
}

.btnarea.mailsubmit #regist {
  padding-left: 0px;
}
.btn.clr02 input[type="submit"] {
  background: #eb4f77;
  color: #fff;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
}
.btn.clr02.registbtn a {
  display: block;
  padding-left: 10px;
}

#modal .inner .closebtn::before,
#offer_modal .inner .closebtn::before,
#regist_modal .inner .closebtn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(https://img.undernavi.com/front/pc/shop/reserve/btn_close.png)
    no-repeat;
  background-size: contain;
  background-position: 0px 0px;
}
#modal .inner .closebtn,
#offer_modal .inner .closebtn,
#regist_modal .inner .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  line-height: 30px;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
}
#modal_lady_list li .ladyName a {
  font-size: 14px;
}
#modal_lady_list li:hover > .galProf > .ladyName a {
  color: #c80037;
  text-decoration: underline;
}
.btnarea {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 400px;
  margin: 0 auto 10px;
}
#login ul,
.formarea.inner ul {
  width: 400px;
  margin: 0 auto;
}

#login {
  background: #fafafa;
  padding: 10px;
}
#reserve_ajax .date_ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
#reserve_tbl th.sat {
  color: #00b1ff;
}
#reserve_tbl th.sun {
  color: #ea4e77;
}

#reserve_tbl th {
  background: #ffeef7;
}

#regist_modal .formarea.inner {
  padding-top: 50px;
}
.btnarea input#regist {
  width: 132px;
}
.btn #loginBtn {
  width: 100%;
}
.btn #webreserveBtn {
  width: 100px;
}

#reserve_ajax {
  margin-top: 20px;
}
.btn.clr02.registbtn a:hover,
.btn #loginBtn:hover,
.btn.clr02 input[type="submit"]:hover {
  opacity: 0.6;
  transition: 0.2s;
}
/*---------------------------予約モーダル女の子詳細-------------------------------------------*/
/*-------------------------------モーダル---------------------------*/
/** 予約モーダル **/
#modal,
#offer_modal,
#regist_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}

#modal .inner,
#offer_modal .inner,
#regist_modal .inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1000px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  text-align: left;
}

#modal .inner .closebtn,
#offer_modal .inner .closebtn,
#regist_modal .inner .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
}

#modal .inner .closebtn::before,
#offer_modal .inner .closebtn::before,
#regist_modal .inner .closebtn::before {
  width: 100%;
  height: 100%;
}

.reserveform .inner h3 {
  font-size: 131%;
  font-weight: bold;
}

.reserveform figure img {
  max-width: 100%;
}

.reserveform figure figcaption {
  padding: 10px;
  margin-top: 10px;
  background: #fafafa;
  border: 1px solid #c0c0c0;
  text-align: center;
}

.reserveform figure figcaption a {
  color: #eb68b2;
}

.reserveform table {
  overflow: hidden;
  border-collapse: separate;
  width: 90%;
}
.reserveform th,
.reserveform td {
  padding: 12px 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: middle;
  font-size: 116%;
}
.reserveform th:first-child {
  background: #ffeef7;
  width: 150px;
}
.reserveform thead th:not(:first-child) {
  padding: 5px 0;
  width: 65px;
}

.reserveform td {
  position: relative;
}

.reserveform td.sp01 {
  background: #eb68b2;
  color: #fff;
}

.reserveform td.sp02 {
  background: #c4a126;
  border-color: #c4a126;
  color: #fff;
}

.reserveform td.sp01 a,
.reserveform td.sp02 a {
  color: #fff;
  text-decoration: none;
}

.reserveform td.stop {
  background: #eeedec;
}

.reserveform td small {
  display: none;
  position: absolute;
  top: -38px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 85%;
  white-space: nowrap;
}

.reserveform td small::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 18px solid transparent;
}

.reserveform td.sp01 small {
  background: #71099c;
}
.reserveform td.sp01 small::before {
  border-top-color: #71099c;
}

.reserveform td.sp02 small {
  background: #fe001c;
}
.reserveform td.sp02 small::before {
  border-top-color: #fe001c;
}

.reserveform td:hover > small,
.reserveform td:hover > small::before {
  display: block;
}

.reserveform .legend {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}

.reserveform .legend li {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.reserveform .legend li.sp01 {
  background: #eb68b2;
  color: #fff;
}

.reserveform .legend li.sp02 {
  background: #c4a126;
  border-color: #c4a126;
  color: #fff;
}

.reserveform .legend li.sp03 {
  background: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
}

.formarea {
  padding: 0;
}

.formarea.inner {
  width: 1000px;
}

.formarea .attention {
  padding: 10px;
  margin-bottom: 20px;
  background: #f00;
  color: #fff;
  font-size: 123.1%;
  font-weight: bold;
  text-align: center;
}

.formarea .note {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #e5cf00;
  background: #fffac3;
  font-size: 108%;
}

.formarea .note strong {
  font-weight: bold;
  color: #f00;
}

.formarea .lead {
  margin-bottom: 20px;
  font-size: 116%;
}

.formarea li {
  margin: 0 0 15px;
}

.formarea li label {
  font-size: 116%;
  vertical-align: middle;
}

.formarea li:not([class*="alignC"]) label {
  display: inline-block;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.btn a,
.btn input[type="submit"] {
  display: inline-block;
}

.logintitle span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.formarea .btn {
  display: inline-block;
  position: relative;
}

.formarea .btn:nth-child(odd) {
  margin-right: 10px;
}

.formarea .btn.social a {
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.formarea .btn.social.twitter a {
  background: #1da1f2;
}

.formarea .btn.social.twitter a::before {
  content: "\e9f5";
  margin-right: 0.5em;
  font-family: "fontello";
  font-size: 20px;
}

.formarea .btn.social.google a {
  background: #ff6d00;
}

.formarea .btn.social.google a::before {
  content: "\e9c4";
  margin-right: 0.5em;
  font-family: "fontello";
  font-size: 20px;
}

.open_modal,
.open_offer_modal {
  cursor: pointer;
}
.open_modal:hover,
.open_offer_modal:hover {
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  opacity: 0.8;
  zoom: 1;
}

.table_td_end {
  display: table-cell;
  width: 83px;
  height: 120px;
  padding: 5px;
  text-align: center;
}

.lady_date {
  margin: 0 0 10px 0;
}

.rsvpossible {
  background: #bcffc4;
}
.rsvpossible a {
  color: #333;
  text-decoration: none;
}
.lady_data_btn {
  display: block;
  border: 1px solid #f6f6e3 !important;
  padding: 5px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.lady_data_btn li {
  display: block;
  margin: 0 0 10px 0;
}
.lady_data_btn em {
  font-style: normal;
  font-weight: bold;
}
.lady_data_btn span {
  border: 1px solid #f6f6e3 !important;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #fffac8;
  font-style: normal;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.lady_data_btn span {
  background: #eb68b2;
  color: #fff;
}
.lady_data_btn span.info01 {
  background: #c4a126;
  color: #fff;
}
.lady_data_btn span.info02 {
  background: #bcffc4;
  color: #333;
}
.lady_data_btn span.info03 {
  background: #eeedeb;
  color: #333;
}
.lady_data_btn span.info04 {
  background: #fff;
  color: #333;
}

#reserve_ajax {
  position: relative;
}
.modal_form {
  margin: 0 20px 0 0;
}
#modal .inner #reserve_ajax .date_ttl {
  margin-bottom: 30px;
}
.reserveProf {
  width: 200px;
  margin-right: 20px;
}
.reserveProf figure {
  height: 270px;
}
.tableFlex {
  display: flex;
  position: relative;
}

.reserveProf .ladyName a {
  color: #c80037;
  font-size: 15px;
}

/*slickスライドの⇓共通*/
.slide-arrow.prev-arrow.slick-arrow,
.gravure_slide_prev.slick-arrow {
  /*background: url(https://img.undernavi.com/front/pc/shop/R.png) no-repeat;*/
  background: url(https://img.undernavi.com/front/pc/shop/L.png) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 50px;
  height: 50px;
  /*right: 2%;*/
  left: 2%;
  z-index: 1;
}
.slide-arrow.next-arrow.slick-arrow,
.gravure_slide_next.slick-arrow {
  /*background:url(https://img.undernavi.com/front/pc/shop/L.png) no-repeat;*/
  background: url(https://img.undernavi.com/front/pc/shop/R.png) no-repeat;
  background-size: auto;
  background-size: contain;
  width: 50px;
  height: 50px;
  /*left: 2%;*/
  right: 2%;
  z-index: 1;
}

/*----------------------マスタープランの店舗バナー-----------------------------*/

/*----------------------店舗用フッター-----------------------------*/

footer {
  padding-top: 50px;
  background: #f5f5f5;
}

footer .subWrap {
  width: 1000px;
  justify-content: center;
}

footer .covergirl {
  margin-right: 40px;
  line-height: 1.8;
}

footer .covergirl .shopBan {
  margin-bottom: 10px;
}

footer .covergirl h3 {
  font-weight: bold;
}

footer .covergirl dl {
  font-size: 0;
}

footer .covergirl dt {
  display: inline-block;
  font-size: 12px;
}

footer .covergirl dd {
  display: inline-block;
  font-size: 12px;
}

footer .covergirl dt:after {
  content: "：";
}

footer .covergirl p {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 12px;
}

footer .covergirl ul.shopBtn {
  margin-bottom: 20px;
}

footer .covergirl ul.shopBtn li {
  width: 80%;
  margin: 0 auto 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

footer .covergirl ul.shopBtn li a {
  display: block;
  padding: 3px;
}

footer .covergirl ul.shopBtn li.toFavo a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://img.undernavi.com/front/pc/common/icon/icon_star.png")
    center center / contain;
}

footer .covergirl ul.shopBtn li.toSp a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://img.undernavi.com/front/pc/common/icon/icon_send.png")
    center center / contain;
}

footer .covergirl ul.shopBtn li.toOhp a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("https://img.undernavi.com/front/pc/common/icon/icon_pc.png")
    center center / contain;
}

footer .covergirl .qr p {
  margin: 0;
  margin: 0 0 10px;
  font-size: 14px;
  text-align: center;
}

footer .covergirl .qr img {
  width: 50%;
}

footer #footerShopMenu {
  width: 190px;
  margin-right: 0;
}

footer #footerShopMenu h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

footer #footerShopMenu ul {
  padding: 0 0 0 10px;
}

footer #footerShopMenu ul li {
  line-height: 1.2;
  margin: 5px 0;
  padding-left: 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
footer #footerShopMenu ul li a {
  width: 99%;
  display: block;
}

footer #footerMenu {
  width: 840px;
}

footer #footerMenu {
  display: block;
  width: 580px;
  margin-left: 0;
}

footer .footerMenuInner {
  display: flex;
  flex-wrap: wrap;
}

footer #footerMenu h2 {
  margin: 0;
  padding: 0 0 0 20px;
}

footer #footerMenu .footerNav {
  width: 193px;
  margin-bottom: 20px;
  padding: 20px 0 10px 20px;
}
footer #footerMenu .footerNav:first-child {
  border-left: 1px solid #e5e5e5;
}
footer #footerMenu .footerNav:last-child {
  width: 387px;
}

footer #footerMenu .footerNav h3 {
}

footer #footerMenu .footerNav ul {
  padding: 0 0 0 10px;
}
footer #footerMenu .footerNav ul li {
  padding-left: 0;
}
/*--------------------------仮予約ボタン--------------------------------*/

#fixed_btn #reserve_btn {
  margin: 0 0 10px -3px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
#reserve {
  display: none;
  position: absolute;
  top: -160px;
  right: 105px;
  left: -372px;
  padding: 10px;
  background: rgba(189, 255, 209, 0.6);
  border-radius: 5px;
}
#reserve #reserve_inner {
  background: #ffffff;
  padding: 5px 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#reserve .res_ttl {
  color: #565656;
  font-size: 116%;
  font-weight: bold;
}
#reserve #cal_box_async .month {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 60%;
  margin: 5px auto;
  padding: 0 !important;
  background: none !important;
  font-size: 116%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#reserve #cal_box_async .month .previous {
  text-align: right;
}
#reserve #cal_box_async .month .previous,
#reserve #cal_box_async .month .next {
  font-size: 77%;
}
#reserve #cal_box_async .month li {
  display: table-cell;
  padding: 0;
  border: none;
}
#reserve #cal_box_async .month .previous span {
  color: #002dde;
  font-weight: bold;
}
#reserve #cal_box_async .month .now_month {
  width: 100px;
}
#reserve #cal_box_async .month .now_month p {
  margin: 0;
  font-size: 16px;
}
#reserve #cal_box_async .month .next a {
  display: block;
  color: #170000;
  font-weight: bold;
  text-decoration: none;
}
#reserve #cal_box_async table {
  display: table;
  width: 100%;
  margin: 0 0 5px;
  background: #fff;
  table-layout: auto;
}
#reserve #cal_box_async table .sun,
#reserve #cal_box_async table .sun p a {
  color: #ff2000;
}
#reserve #cal_box_async table th {
  background: #f6dcfa;
  font-size: 108%;
}
#reserve #cal_box_async table th {
  background: #f6dcfa;
  font-size: 108%;
}
#reserve #cal_box_async table th,
#reserve #cal_box_async table td {
  padding: 0;
  border: 1px solid #c1c1c1;
  background: transparent;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#reserve #cal_box_async table .sat,
#reserve #cal_box_async table .sat p a {
  color: #0007d2;
}
#reserve_btn img {
  width: 100%;
}
#reserve #cal_box_async table td p span,
#reserve #cal_box_async table td p a {
  display: block;
  padding: 7px 0;
  font-size: 108%;
  text-decoration: none;
}
#reserve #cal_box_async table td p {
  margin: 0;
  color: #cecece;
  text-align: center;
}
#reserve #cal_box_async table td p a:hover {
  background: #ff3838;
  color: #ffffff;
}
#reserve #cal_box_async table th {
  background: #f6dcfa;
  font-size: 108%;
}
#reserve #cal_box_async .month .view_month {
  display: block;
  color: #002dde;
  font-weight: bold;
  text-align: center;
}

#cal_box_reserve {
  display: none;
  width: 455px;
  margin-top: 10px;
}

section.box01 {
  border: 3px solid #c90037;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 20px;
}

.box_form {
  width: 94%;
  margin: 0 auto;
}
.mag_main_topttl {
  border-left: 7px solid #c90037;
  padding-left: 5px;
  margin-bottom: 10px;
}
.notes {
  color: #c90037;
}
.formField {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.formField:last-of-type {
  border: none;
}
.formField > input[type="text"],
.formField > select {
  width: 50%;
}
.sendBtn {
  width: 50%;
  margin: 0 auto;
}
.sendBtn input[type="submit"] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #c90037;
  margin-bottom: 25px;
  padding: 10px 0;
}
.sendBtn02 {
  width: 47%;
  margin: 0 auto;
}
.sendBtn02 input[type="submit"] {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #c90037;
  background: #ccc;
  margin-bottom: 5px;
  padding: 10px 0;
}
.flexList.shopLadyList.p_movie .diary_imgBg {
  position: relative;
}
.flexList.shopLadyList.p_movie .diary_imgBg::after {
  content: "";
  position: absolute;
  top: calc(50% - 22px);
  left: calc(50% - 22px);
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url("https://img.undernavi.com/front/pc/common/btn_movie.png")
    no-repeat center center;
}
.xmas_btn {
  display: none;
}
.xmas_btn a {
  position: fixed;
  bottom: 0;
}
button.colse_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 45px;
  z-index: 100;
  width: 50px;
}
.modaal-content-container {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0% 2%;
  background: #fff;
  width: 40%;
  overflow: auto;
  height: 95%;
}
#xmas_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.xmas_modal {
  width: 40%;
  margin: 2% auto;
  background: #fff;
  height: 94%;
  overflow: visible scroll;
  overflow: auto;
}
.modaal-content-container .prof_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #f0f0f0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.modaal-content-container .prof_area .prof01 {
  width: 70%;
}
.modaal-content-container .prof_area .prof01 .name {
  color: #333;
  font-size: 130%;
  padding: 10px 0 0 10px;
  text-align: left;
}

.modaal-content-container .prof_area .prof01 .shop_name {
  color: #333;
  font-size: 100%;
  padding: 10px 0 0 10px;
  text-align: left;
}
.modaal-content-container .flex_radio {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.modaal-content-container .prof_area input[type="radio"] + label {
  position: relative;
  margin-left: 10px;
  display: inline-block;
  background-image: url("https://img.undernavi.com/images/xmas/btn_iine.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 40px;
  cursor: pointer;
}
.modaal-content-container .prof_area input[type="radio"] {
  display: none;
}
.modaal-content-container .schedule_area p {
  text-align: center;
  background: #ff0000;
  padding: 10px 0;
  color: #fff;
  font-size: 150%;
}
.modaal-content-container .schedule_area {
  margin-top: 2%;
}
.modaal-content-container .schedule_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 1%;
  border: 1px solid #ccc;
}
.modaal-content-container .schedule_inner {
  width: 33%;
  border-right: 1px solid #ccc;
}
.modaal-content-container .schedule_inner .s_date p.txt_date {
  text-align: center;
  background: #ccc;
  padding: 4px 0;
  margin: 0 3%;
  color: #666;
  font-size: 100%;
}
.modaal-content-container .tel_area {
  text-align: center;
  color: #fff;
  font-size: 300%;
  font-weight: bold;
  padding: 4% 0;
  background: linear-gradient(to right, #209895, #59ccbb);
  background: -moz-linear-gradient(left, #209895, #59ccbb);
  background: -webkit-linear-gradient(left, #209895, #59ccbb);
  border-bottom: 4px solid #c6c6c6;
  border-radius: 5px;
  margin: 5% 0;
}
.modaal-content-container .prof_area .prof02 a.btn_area02:hover {
  border-bottom: none;
  margin-top: 15px;
}
.modaal-content-container .prof_area .prof02 a.btn_area02 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 110%;
  padding: 20% 0;
  margin: 10px auto;
  background: linear-gradient(to right, #907d13, #c8ac13);
  background: -moz-linear-gradient(left, #907d13, #c8ac13);
  background: -webkit-linear-gradient(left, #907d13, #c8ac13);
  text-decoration: none;
  border-radius: 5px;
  border-bottom: 5px solid #c6c6c6;
}
.modaal-content-container .tel_area p {
  font-size: 15px;
  font-weight: normal;
  background: transparent;
}
.modaal-content-container .prof_area .prof02 {
  width: 27%;
  margin-right: 2%;
}
.modaal-content-container .schedule_inner .s_date,
.schedule_inner .t_date {
  width: 33%;
  border-right: 1px solid #ccc;
}
.modaal-content-container .schedule_inner .t_date {
  text-align: center;
  padding: 3% 0;
}
.modaal-content-container .schedule_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 2% 1%;
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
}
.modaal-content-container .schedule_inner .t_date:last-child,
.modaal-content-container .schedule_inner .s_date:nth-child(3) {
  border: 0;
}
.swiper-container.flexslider {
  padding: 40px 0;
}
.xmax_colse_btn img {
  width: 50px;
}
.modaal-content-container .tel_area a {
  display: block;
  color: #fff;
  text-align: center;
}
.modaal-content-container .tel_area p {
  text-align: center;
}

.tel_area .sp {
  display: none;
}
.closebtn.closeReserve {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background: #eb4f77;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  margin-bottom: 40px;
  cursor: pointer;
}
.btn_gold {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
}

.btn_balloon {
  position: fixed;
  top: 5px;
  right: 0;
  z-index: 9;
}
.btn_balloon.btn_balloon_new {
  top: 132px;
}
.btn_balloon > li {
  margin-bottom: 10px;
}
/*.favBtn.favBtn02 {
    margin: 0;
}*/
.favBtn02 a {
  padding: 12px 8px;
}
.favBtn a {
  background: #666666;
  display: block;
  padding: 16px 8px;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  box-shadow: -1px 1px 5px rgb(0 0 0 / 40%);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 1px 5px rgb(0 0 0 / 40%);
  -o-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
}
.btn.clr02.clr03 {
  margin: 0;
}
.btn.clr02.clr03 input[type="submit"] {
  padding: 0;
}

.popup_stamp {
  position: fixed;
  right: 0;
  bottom: 0;
  right: 45%;
  bottom: 2%;
  z-index: 99;
  margin-right: -550px;
  background: #fff;
  border: 1px solid #bbb6b6;
  box-sizing: border-box;
  width: 300px;
  border-radius: 10px;
}
.popup_stamp-inner {
  padding: 10px;
}

.popup_stamp-inner h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.popup_stamp-inner {
  padding: 10px;
}
.popup_close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.popup_close .round_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.popup_close .round_btn::before,
.popup_close .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.popup_close .round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close .round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup_stamp-inner h2::before {
  content: "";
  background: url(https://img.undernavi.com/front/pc/shop/icon_stamp.png)
    no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/******************閲覧者数表示
***********************************************************/
.page_viewer-close .round_btn::before,
.page_viewer-close .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 15px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.page_viewer-close .round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.page_viewer-close .round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page_viewer-close {
  position: absolute;
  right: -10px;
  top: -10px;
}
.page_viewer-close .round_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.page_viewer {
  position: fixed;
  /*right: 0;
	bottom: 0;*/
  right: 45%;
  bottom: 2%;
  z-index: 99;
  margin-right: -550px;
  background: #fff;
  border: 1px solid #bbb6b6;
  box-sizing: border-box;
  /*width: 280px;*/
  width: auto;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
}
.viewer {
  font-weight: bold;
  font-size: 20px;
}
.viewer::before {
  content: "";
  background: url(https://img.undernavi.com/front/pc/shop/viewer_icon.png)
    no-repeat;
  width: 23px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

/* Payment
--------------------------------------------------------*/
.discount_link a {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.Attention {
  color: #ff0000;
  text-align: left;
}
.systemhTtl.creditTtl {
  margin-top: 20px;
}
.creditPayment {
  padding: 10px;
  border: solid 1px #999;
  margin-bottom: 20px;
}
.creditPayment .mTitle {
  padding: 2px 10px;
  background: #666;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
.payList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto;
  padding: 10px;
  width: 450px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bgBack {
  background: #efebe4;
}
.paymentLink {
  margin: 5px 0;
  text-align: left;
}
.paymentLink a:hover {
  text-decoration: underline;
  color: #c80037;
}
.paymentLink a {
  text-decoration: underline;
}

/* 周辺のオススメ店とオススメの女の子
**************************************************************************/
.recommend-box {
  width: 1000px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.recommend-box .ttl {
  margin-bottom: 15px;
  padding: 5px 0 5px 15px;
  font-size: 20px;
  font-weight: bold;
  background-color: #c90037;
  color: #fff;
}
.recommend-box .list {
  display: flex;
}
.recommend-box .list > li {
  display: inline-block;
  width: calc(100% / 5 - 5px);
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #d1d1d1;
  vertical-align: top;
  box-sizing: border-box;
}
.recommend-box .list > li:last-child {
  margin-right: 0;
}
.recommend-box .list > li .thumb {
  position: relative;
  margin-bottom: 5px;
  padding-top: calc(219 / 164 * 100%);
}
.recommend-box .list > li .thumb img {
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recommend-box .list > li .name {
  padding: 5px 0 3px;
}
.recommend-box .list > li .name a {
  color: #c80037;
  font-size: 131%;
  font-weight: bold;
}
.recommend-box .list > li .data {
  white-space: normal;
}
.recommend-box .list > li .data .type {
  display: inline-block;
  margin-bottom: 2px;
  padding: 2px;
  border: 1px solid #303030;
  border-radius: 3px;
  font-size: 11px;
}

.recommend-box.lady-recommend .list > li {
  padding: 0 0 5px;
}
.recommend-box.lady-recommend .list > li .box {
  padding: 5px 5px 0;
}
.recommend-box .list > li .l_name {
  padding: 0 5px;
  font-size: 116%;
  font-weight: bold;
  box-sizing: border-box;
}
.recommend-box .list > li .l_name a {
  color: #c80037;
}
.recommend-box .list > li .prof {
  min-height: 40px;
  margin-bottom: 5px;
  padding: 0 5px 5px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 12px;
  box-sizing: border-box;
}
.recommend-box.lady-recommend .list > li .cate {
  padding: 0 5px;
  box-sizing: border-box;
}
.recommend-box .list > li .shopname a {
  color: #d32f62;
  padding: 0 5px;
  box-sizing: border-box;
}
.modal_deficit .mdl_ttl {
  text-align: center;
  font-size: 18px;
  color: #c80037;
  font-weight: bold;
}
.modal_deficit .type {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal_deficit .type_check {
  font-weight: bold;
  color: #c80037;
  margin-left: 10px;
}
.modal_deficit .status_box::after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 6px;
  border-top: 11px solid #000;
  position: absolute;
  right: 10px;
  top: 40%;
  pointer-events: none;
}
.modal_deficit .status_box {
  position: relative;
  width: 180px;
  height: 30px;
  margin-bottom: 20px;
}
.modal_deficit .txtbox {
  margin-bottom: 30px;
}
.submit {
  text-align: center;
}
.modal_deficit .submit button {
  border: none;
  font-size: 14px;
  background: #7e4d7c;
  color: #fff;
  width: 125px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
}
.modal_deficit .submit button:hover {
  opacity: 0.7;
}
.formBtn_item button,
.formBtn_item input,
.submit_btn.--confirm input[type="submit"] {
  width: 200px;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #acacac;
}

/*------------------------------SNSログイン---------------------------*/

.sns_login-txt {
  text-align: center;
}
.sns_login-txt a {
  color: #eb4f77;
}

.sns_login-txt a:hover {
  text-decoration: underline;
}

/*------------------------------お題動画タグ---------------------------*/
.ladymovie-tabs {
  margin-bottom: 20px;
}
.ladymovie-tabs li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.ladymovie-tabs li a {
  padding: 5px 10px;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.ladymovie-tabs li.current a {
  border: 1px solid #c80037;
  background: #c80037;
  color: #fff;
}

/* Shop Common */

.sc-states {
  min-height: 70px;
  font-size: 16px;

  & .red {
    color: #f00;
  }

  & .status_txt {
    text-align: center;
  }
}
.sc-states--sm {
  font-size: 14px;
}

/*  */
