@charset "utf-8";
/* CSS Document */


/* header */
.header {
    overflow: hidden;
}
.header-logo {
    float: left;
}
.header-logo-link {
    display: flex;
    width: 364px;
}
.header-logo-left {
    width: 80%;
}
.header-logo-text {
    width: 20%;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.header-area-wrap {
    width: 990px;
    margin: 10px auto 5px;
}
.header-area-list {
    display: flex;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 135px;
}
.header-area-item {
    white-space: nowrap;
}
.header-area-item.current {
    background: #f9f9f9;
    box-shadow: 0px 0px 3px 1px #dfdfdf inset, 0 0 0 1px #dfdfdf;
}
.header-area-item:not(:last-child) .header-area-link {
    border-right: 1px solid #dfdfdf;
}
.header-area-link {
    line-height: 26px;
    padding: 2px 10px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
}
ul#navigation {
    background-color: #f0f0f0;
    vertical-align: middle;
    font-size: 12px;
    width: 990px;
    margin: 0 auto;
}
ul#navigation li {
    background: none;
    text-align: left;
    height: 32px;
    display: block;
    margin: 0 2px 0px 0px;
    float: left;
}
ul#navigation li.on,
ul#navigation li:hover {
    background-color: #5487ff;
    position: relative;
}
ul#navigation li a:hover {
    color: #fff;
}
ul#navigation li.n_face a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_004.png?imgopt=y") no-repeat;
    padding: 0 16px 0 27px;
    background-size:16px auto;
    background-position:10px 7px;
}
ul#navigation li.on:not(:first-child):after,
ul#navigation li:not(:first-child):hover:after {
    content: "";
    position: absolute;
    right: 0;
    border-width: 7px 7px 0px 0px;
    border-style: solid;
    background: #F9F9F9;
    display: block;
    width: 0;
    bottom: 0;
    border-color: #3475d6 #F0F0F0 #3E8BFF #3E8BFF;
}
ul#navigation li a {
    background: none;
    color: #333;
    line-height: 32px;
    padding: 0 15px;
    width: auto;
    font-size: 12px;
    display: block;
}
ul#navigation li a.home {
    display: inline-block;
    width: 15px;
    background-image: url(/img/icon/icon_home2.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 20px;
    height: 32px;
    padding-left: 9px;
}
ul#navigation li a.home:hover,
ul#navigation li.on a.home {
    background-image: url(/img/icon/icon_home_w2.svg);
}
ul#navigation li a.l_bold {
    font-weight: bold;
    position: relative;
    padding-left: 32px;
    letter-spacing:1px;
    padding-right:16px;
}
ul#navigation li a.l_bold:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    left: 15px;
    border-radius: 1px;
    background-image: url("/img/icon/icon_001_b1.png?imgopt=y");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px auto;
}
ul#navigation li:hover a.l_bold:before,
ul#navigation li.on a.l_bold:before {
    background-image: url(/img/icon/icon_010_w.png?imgopt=y);
}
ul#navigation li.ranking a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_011.png?imgopt=y") no-repeat;
    padding: 0 16px 0 28px;
    background-size:16px auto;
    background-position:10px 9px;
}
ul#navigation li.news a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_003.png?imgopt=y") no-repeat;
    padding: 0 16px 0 30px;
    background-size:15px auto;
    background-position:13px 10px;
}
ul#navigation li.sokuhimeNavi a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_005.png?imgopt=y") no-repeat;
    padding: 0 16px 0 23px;
    background-size:14px auto;
    background-position:7px 9px;
}
ul#navigation li.photoDiary a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_006.png?imgopt=y") no-repeat;
    padding: 0 16px 0 26px;
    background-size:15px auto;
    background-position:8px 9px;
}
ul#navigation li.chokusoubin a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_007.png?imgopt=y") no-repeat;
    padding: 0 16px 0 26px;
    background-size:16px auto;
    background-position:8px 10px;
}
ul#navigation li.n-review a {
    background: rgba(0, 0, 0, 0) url(/img/icon/icon_reviews.svg) no-repeat;
    padding: 0 16px 0 28px;
    background-size: 17px auto;
    background-position: 7px 10px;
}
ul#navigation li.newMovie a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_008.png?imgopt=y") no-repeat;
    padding: 0 16px 0 24px;
    background-size:14px auto;
    background-position:6px 8px;
}
ul#navigation li.coupon{
    margin:0;
}
ul#navigation li.coupon a {
    background: rgba(0, 0, 0, 0) url("/img/icon/icon_009_2.png?imgopt=y") no-repeat;
    padding: 0 16px 0 28px;
    background-size: 21px auto;
    background-position: 0px 5px;
}
ul#navigation li a {
    padding-right: 16px!important;
}

/* contents */
.site-wrap {
    display: flex;
    margin: 0 0 40px 0;
}
.site-wrap * {
    box-sizing: border-box;
}
.site-wrap-left {
    width: 200px;
    margin: 0 10px 0 0;
}
.site-wrap-center {
    width: 450px;
    margin: 0 10px 0 0;
}
.site-wrap-right {
    width: 320px;
}
.today-news {
    margin: 20px 0 30px 0;
}
.today-news-heading {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #ccc;
}
.today-news-parts {
    display: flex;
    padding: 5px 10px;
}
.today-news-parts-left {
    width: 300px;
    margin: 0 10px 0 0;
}
.today-news-parts-date {
    font-size: 11px;
    color: #666;
    margin: 0 0 5px 0;
}
.today-news-parts-item {
    margin: 0 0 5px 0;
    padding: 0 0 0 15px;
}
.today-news-parts-link {
    font-weight: bold;
    position: relative;
}
.today-news-parts-link:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: -15px;
    top: 8px;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
.today-news-parts-more {
    float: right;
}
.today-news-parts-right {
    width: 120px;
    height: 165px;
    position: relative;
    background: #dc6e6e;
    overflow: hidden;
}
.today-news-parts-first-title {
    position: absolute;
    display: block;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 5px 0 5px 15px;
    line-height: 1;
}
.today-news-parts-first-title:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.site-wrap-center-column {
    display: flex;
    margin: 0 0 30px 0;
}
.manager-blog {
    width: 220px;
    margin: 0 10px 0 0;
}
.shop-display {
    width: 220px;
}
.manager-blog-heading {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #ccc;
}
.manager-blog-list {
    padding: 10px;
}
.manager-blog-item:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
.manager-blog-link {
    padding: 8px 0;
    display: block;
}
.manager-blog-info {
    margin: 0 0 2px 0;
}
.manager-blog-date {
    font-size: 11px;
    color: #666;
    margin: 0 10px 0 0;
}
.manager-blog-category {
    font-size: 11px;
    padding: 0 5px;
}
.manager-blog-title {
    font-weight: bold;
    margin: 0 0 2px 0;
}
.manager-blog-shop {
    font-size: 11px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manager-blog-more {
    float: right;
    color: #666;
}
.shop-display-heading {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    padding: 0px 0 5px 0;
    border-bottom: 2px solid #ccc;
}
.shop-display-list {
    padding: 10px;
}
.shop-display-item:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
.shop-display-link {
    padding: 8px 0;
    display: block;
}
.shop-display-info {
    margin: 0 0 2px 0;
}
.shop-display-date {
    font-size: 11px;
    color: #666;
    margin-right: 10px;
}
.shop-display-tag {
    padding: 0 5px;
    color: #fff;
    background: #5ebeec;
    font-size: 11px;
}
.shop-display-name {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-display-category {
    font-size: 11px;
    color: #666;
    font-weight: normal;
}
.shop-display-more {
    float: right;
    color: #666;
}
.ranking-top {
    border: 1px solid #f7b742;
}
.ranking-top-heading {
    font-size: 15px;
    font-weight: bold;
    background: #f7b742;
    padding: 8px 5px;
    color: #fff;
}
.ranking-top-list {
    display: flex;
    padding: 10px;
}
.girl-ranking {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
}
.girl-ranking-heading {
    font-weight: bold;
    padding: 5px;
    border-top: 1px solid #f7b742;
    border-bottom: 1px solid #f7b742;
    margin: 0 0 10px 0;
}
.girl-ranking-item {
    margin: 0 0 10px 0;
}
.girl-ranking-link {
    display: flex;
    flex-wrap: wrap;
}
.girl-rank {
    width: 100%;
}
.girl-ranking-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 5px 0 0;
}
.girl-ranking-info {
    padding: 5px 0;
}
.girl-ranking-more {
    display: block;
    width: 198px;
    margin: 20px 10px 0px;
    text-align: center;
    background: #f7b742;
    padding: 8px 10px 8px 0;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.girl-ranking-more:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.shop-ranking {
    width: calc((100% - 10px) / 2);
}
.shop-ranking-heading {
    font-weight: bold;
    padding: 5px;
    border-top: 1px solid #f7b742;
    border-bottom: 1px solid #f7b742;
    margin: 0 0 10px 0;
}
.shop-ranking-item {
    margin: 0 0 10px 0;
}
.shop-ranking-link {
    display: flex;
    flex-wrap: wrap;
}
.shop-rank {
    width: 100%;
}
.shop-ranking-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 5px 0 0;
}
.shop-ranking-info {
    padding: 5px 0;
}
.shop-ranking-more {
    display: block;
    width: 198px;
    margin: 20px 10px 0px;
    text-align: center;
    background: #f7b742;
    padding: 8px 10px 8px 0;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
.shop-ranking-more:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(-45deg) translateY(-50%);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.time-service {
    border: 1px solid #e5ceef;
    border-top: 0;
}
.time-service-heading {
    font-size: 13px;
    font-weight: bold;
    color: #70009F;
    padding: 5px 0 5px 5px;
    border-top: 5px solid #70009F;
    border-bottom: 1px solid #70009F;
}
.time-service-item {
    border-bottom: 1px solid #70009F;
}
.time-service-link {
    display: block;
    padding: 5px;
}
.time-service-top {
    display: flex;
    margin: 0 0 5px 0;
}
.time-service-left {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 5px 0 0;
}
.time-service-right {
    width: 125px;
}
.time-sevice-text {
    font-size: 10px;
    color: #70009F;
}
.time-service-num {
    font-size: 11px;
    font-weight: bold;
    color: #e62222;
}
.time-service-info {
    color: #666;
    font-size: 11px;
}
.time-service-condition-way {
    padding: 0 8px;
    background: #a53ad4;
    color: #fff;
    font-size: 10px;
    border-radius: 5px 5px 0 0;
}
.time-service-condition-text {
    padding: 5px;
    font-size: 10px;
    color: #666;
    border: 1px solid #e5ceef;
}
.time-service-more {
    display: block;
    width: 155px;
    margin: 10px auto;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #e5ceef;
    border-radius: 5px;
    color: #70009F;
}
.girl-blog {
    border-left: 1px solid #e5ceef;
    border-right: 1px solid #e5ceef;
    overflow: hidden;
}
.girl-blog-heading {
    font-size: 13px;
    font-weight: bold;
    color: #70009F;
    padding: 5px 0 5px 5px;
    border-top: 5px solid #70009F;
    border-bottom: 1px solid #70009F;
}
.girl-blog-list {
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
}
.girl-blog-item {
    width: calc(286px / 3);
    margin: 0 0 8px 0;
}
.girl-blog-item:not(:nth-child(3n)) {
    margin: 0 8px 8px 0;
}
.girl-blog-img {
    height: 95.33px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.girl-blog-img img {
    width: 100%;
    display: block;
}
.girl-blog-info {
    font-size: 11px;
    color: #666;
}
.girl-blog-title {
    display: block;
    color: #3366cc;
    font-size: 12px;
    font-weight: bold;
}
.girl-blog-more {
    display: block;
    border: 1px solid #e5ceef;
    width: 185px;
    text-align: center;
    margin: 0 auto 20px;
    padding: 8px 0;
    border-radius: 5px;
    color: #70009F;
}
.movie-top-heading {
    font-size: 13px;
    font-weight: bold;
    color: #70009F;
    padding: 5px 0 5px 5px;
    border-top: 5px solid #70009F;
    border-bottom: 1px solid #70009F;
    margin: 0 0 10px 0;
}
.movie-top {
    border-left: 1px solid #e5ceef;
    border-right: 1px solid #e5ceef;
    border-bottom: 1px solid #e5ceef;
    overflow: hidden;
}
.mkThumb img {
    width: 100%;
}
.movie-top .shop {
    color: #666;
}
.movie-top .area {
    color: #666;
}
.movie-top-more {
    display: block;
    border: 1px solid #e5ceef;
    width: 185px;
    text-align: center;
    margin: 10px auto 20px;
    padding: 8px 0;
    border-radius: 5px;
    color: #70009F;
}

/* footer */
.footerOuter .footerGlobal {
    background: #f9f9f9;
    border-top: 1px solid #eee;
}
.footerGlobal div#footer {
    margin: 5px auto 10px;
}
div#zenkokuFooterLink-wrap {
    overflow: hidden;
}
p.zenkokuFooter-title {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.zenkokuFooter-inner {
    margin: 10px 0 0;
    text-align: left;
}
dl.zenkokuArea-list {
    float: left;
    width: 50%;
    margin: 0 0 5px 0;
}
.zenkokuArea-list dt {
    float: left;
    font-size: 12px;
    margin: 0 15px 0 0;
    width: 100px;
    font-weight: bold;
}
.zenkokuArea-list dd {
    float: left;
    width: 380px;
    margin: 2px 0 0 0;
}
.zenkokuArea-list dd li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #999;
    line-height: 14px;
    font-size: 11px;
}
.zenkokuArea-list dd li:last-child {
    border-right: 0;
}
.zenkokuArea-list dd li a {
    color: #333;
}
div#areaFooterLink-wrap {
    margin: 10px 0 0 0;
}
div#areaFooterLink-wrap dt {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
div#areaFooterLink-wrap dd {
    margin: 10px 0 0 0;
}
ul.footerArea-list {
    overflow: hidden;
}
div#areaFooterLink-wrap dd li {
    display: block;
    float: left;
    margin: 0 5px 3px 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #999;
    line-height: 14px;
}
div#areaFooterLink-wrap dd li:last-child {
    border-right: 0;
}
div#areaFooterLink-wrap dd li a {
    font-size: 11px;
    color: #333;
}
dl.popAreaSearch {
    margin: 20px 0 0 0;
}
.footermenu {
    height: auto;
    margin-bottom: 6px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin: 15px 0 10px 0;
    padding: 10px 0 0 0;
    border-bottom: none;
}
.footerlogo {
    float: left;
}
div#ritSpecialContents {
    float: right;
    width: 900px;
}
.ritFootBox {
    padding: 12px 0 0;
    float: right;
}
.ritFootBox li {
    border-right: 1px solid #999;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    line-height: 12px;
}
.ritFootBox li:last-child {
    border-right: 0;
}
.ritFootBox li a {
    color: #333;
    font-size: 10px;
}
.footer-copy-right {
    text-align: left;
    font-size: 10px;
}
.mainContents {
    float: none;
    width: 100%;
    margin: 0;
}
.pokkiriList .boxTitle {
    border-top: 4px solid #70009F;
}
.pokkiriList .boxTitle h2 {
    color: #70009F;
}
div.pokkiri_box div.pokkriri_title {
    border-bottom: 1px solid #e5ceef;
}
div.pokkiri_box ul li.listWrp {
    border: 1px solid #e5ceef;
}
div.pokkiri_box div.pokkiri_msg {
    border-bottom: 1px solid #e5ceef;
}
div.pokkiri_box div.pokkiri_info_box {
    border-bottom: 1px solid #e5ceef;
}
.contentsOuter .rankingGirlPage .mainContents .mainBlock {
    width: 100%;
    float: none;
    margin: 0;
}
.ranking-girl-inner {
    overflow: hidden;
}
.ranking-girl-body {
    padding: 10px 20px;
}
.ranking-girl-icon, .ranking-shop-icon {
    margin: 0 15px 0 0;
}
.ranking-girl-body .ranking-girl-image {
    min-height: 145px;
    min-width: 145px;
}
.ranking-girl-image img {
    width: 100%;
}
.ranking-girl-body .ranking-girl-info {
    margin: 0 0 0 30px;
    width: 700px;
}
.ranking-shop-inner {
    overflow: hidden;
}
.ranking-shop-body {
    padding: 10px 30px;
}
.ranking-shop-body .ranking-shop-info {
    width: 680px;
    margin: 0 0 0 30px;
}
.topicPath li {
    float: left;
    margin-bottom: 10px;
    line-height: 20px;
}
.topicPath li:nth-of-type(n+2) {
    margin-left: 3px;
}
.tabGirlMenu {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}
.tabShopMenu {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px;
}
.tabGirl {
    width: 200px;
    height: 50px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.tabGirl.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #fff,5%, rgba(0,0,0,0.75));
    color: #fff;
    position: relative;
}
.tabGirl.active:after {
    position: absolute;
    left: 50%;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    transform: translate(-50%,0) rotate(90deg);
    border: solid transparent;
    border-width: 10px 10px;
    border-left-color: rgba(0,0,0,0.75);
}
.tabGirl a {
    height: 100%;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabShop {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}
.tabShop.active {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #fff,5%, rgba(0,0,0,0.75));
    color: #fff;
    position: relative;
}
.tabShop.active:after {
    position: absolute;
    left: 50%;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    transform: translate(-50%,0) rotate(90deg);
    border: solid transparent;
    border-width: 10px 10px;
    border-left-color: rgba(0,0,0,0.75);
}
.tabShop a {
    height: 100%;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabGirl img {
    width: 35px;
    margin: 0 5px 0 0;
}
.tabShop img {
    width: 35px;
    margin: 0 5px 0 0;
}
.coverGirl.item {
    margin-bottom: 0;
}