@charset "utf-8";
ul#home {
    padding-top: 0;
}
/*****************************
        ヘッダー
*****************************/
/* girlsearch_style.cssのヘッダー部分の記述 */
.headerFixed #header .headerLeft .logo a {
    padding: 5px 0;
    display: block;
}

.headerFixed #header .headerRightLogin {
    float: right;
    text-align: right;
    padding: 5px;
}

.headerFixed #header .headerRightLogin li {
    font-size: 10px;
    vertical-align: middle;
	margin-top:-2px;
	text-align:right;
}

.headerFixed #header .headerRightLogin .user {}

.headerFixed #header .headerRightLogin .myHeaven {
	margin-top:3px;
}
.headerFixed #header .headerRightLogin .myHeaven a {
    display: block;
    text-align: center;
    height: 27px;
    font-weight: 700;
    position: relative;
    padding: 2px 4px 0;
    color: #fff;
    top: 1px;
    background-color: #d00;
    border-radius: 5px;
}

.myHeaven img {
    width: 20px;
    position: relative;
    top: 5px;
	height:17px;
	left:-2px;
}

.FlexBox {
    box-sizing: border-box;
    display: flex;
    width: 100%;
}

.FlexBox__item {
    display: inline-block;
}

.FlexBox--middle {
    align-items: center;
}

/* common.cssのヘッダー部分の記述 */
.headerFixed {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    border-bottom: 1px solid #999;
    box-shadow: 0 1px 0 #ccc;
    position: fixed;
}

.headerFixed #header {
    
    padding: 0;
    line-height: 1;
}

.headerFixed #header .headerLeft {
    float: left;
    padding-left: 5px;
}

.headerFixed #header .headerLeft .logo {
    float: left;
}

.headerFixed #header .headerLeft .logo a {
    padding: 5px 0;
    display: block;
    color: green;
}

.headerFixed #header .headerLeft img {
    max-width: 100%;
    vertical-align: middle;
}

#svglogo {
    -moz-animation: anime4 0.8s ease-in-out 0.4s forwards;
    -webkit-animation: anime4 .8s ease-in-out 0.4s forwards;
    -o-animation: anime4 0.8s ease-in-out 0.4s forwards;
    animation: anime4 0.8s ease-in-out 0.4s forwards;
    opacity: 0;
	padding-top:5px;
    height: 30px;
}

@-webkit-keyframes anime4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    60% {
        -webkit-transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes anime4 {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    60% {
        -moz-transform: translateY(30px);
    }
    80% {
        -moz-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes anime4 {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    60% {
        -o-transform: translateY(30px);
    }
    80% {
        -o-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes anime4 {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    60% {
        transform: translateY(30px);
    }
    80% {
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.headerFixed #header .headerLeft .logo_left .logo_left_img {
    border-radius: 50%;
}

.headerFixed #header .headerLeft .logo_left .logo_left_img_spin {
    top: -1px;
    left: 1px;
    position: absolute;
    z-index: -1;
    -webkit-animation: spin 40s linear infinite;
    animation: spin 40s linear infinite;
    width: 48px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.FlexBox--justify {
    justify-content: space-between;
}
.change_conditions {
    top: 40px;
    bottom: unset!important;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    /* ↓ 女の子PRフレーム 2022/10/18 */
    /* z-index: 2!important; */
    z-index: 3!important;
    /* ↑ 女の子PRフレーム 2022/10/18 */
	opacity: 0;
	visibility: hidden;
    padding-left: 0!important;
    padding-right: 0!important;
}
.conditions_box.FlexBox.FlexBox--middle {
    justify-content: space-between;
    background-color: #efefefd1;
    font-size: 12px;
    padding: 8px;
}
.hit_number {
    color: #5a5a5a;
    font-weight: bold;
}
/* ↓ SPマイヘブントップメニュー変更追加 @SC 2025/03/18 */
.btn_broad{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serifsans-serif;
}
#backCondition{
    display: inline-block;
    margin-left: 5px;
}
/* ↑ SPマイヘブントップメニュー変更追加 @SC 2025/03/18 */
.change_conditions_btn {
    border: solid #7b7b7a 2px!important;
    padding: 6px!important;
    margin: unset!important;
    font-weight: bold;
    font-size: 15px;
    background-color: #ffff;
    color: #272727;
    border-radius: 7px;
}
/* guide.cssのヘッダー部分の記述 */
.headerFixed {
    box-shadow: none;
    position: relative;
    height: 47px;
    transition: 0.5s;
}

.headerFixed.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    box-shadow: 0 0 2px #333;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.headerFixed.fixed {
    background: rgba(255, 255, 255, 0.9);
    height: 38px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.headerFixed.fixed #header .headerLeft .logo_left {
    display: none;
}

.headerFixed.fixed #header .headerLeft img {
    height: 30px;
}

.headerFixed.fixed .hamburger p {
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;
}
.headerFixed.fixed .user {
    display: none;
}

.headerFixed.sticky {
    position: fixed;
    top: 0;
    /* ↓ 女の子PRフレーム 2022/10/18 */
    /* z-index: 2; */
    z-index: 3;
    /* ↑ 女の子PRフレーム 2022/10/18 */
    width: 100%;
    box-shadow: 0 0 2px #333;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#dummyHeader.dummyHeight {
    height: 49px;
	display:none!important;
}

.headerFixed.sticky {
    background: rgba(255, 255, 255, 1);
    height: 40px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.headerFixed.sticky #header .headerLeft .logo_left {
    display: none;
}
.headerFixed.sticky #header .headerLeft .logo a{
	padding:0;
}
.headerFixed.sticky #header .headerRightLogin li.myHeaven{
	margin:0;
}
.headerFixed.sticky #header .headerLeft img {
    height: 30px;
}

.headerFixed.sticky .hamburger p {
    opacity: 0;
}
.headerFixed.sticky .user {
    display: none;
}

.headerFixed #header .headerRightFloat {
    float: left;
}
.headerFixed #header .headerRightFloat:after{
    clear: both;
}

.headerFixed #header .headerRightLogin .hamburger {
    position: relative;
    width: 44px;
    top: 8px;
}

.hamburger p {
    padding: 0;
    margin: 0;
    position: relative;
    top: 0px;
    right: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    text-align: center;
    font-weight: bold;
    opacity: 1;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 25px;
    height: 18px;
    margin: 0 auto 3px;
    text-align: left;
    left: -10px;
    ;
}

.menu-trigger:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    color: #DD0000;
    font-size: 25px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background: #DD0000;
    border-radius: 50%;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 8px;
}

.menu-trigger span:nth-of-type(3) {
    top: 16px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.headbanner {
    position: relative;
    background-color: white;
    padding-bottom: 2.5px;
}

.logo_left {
    float: left;
    width: 40px;
    vertical-align: middle;
    height: 40px;
    padding: 3px 3px 3px 0px;
}

.headerFixed #header .headerLeft .logo a {
    display: inline-block;
}

div.logo p {
    display:inline-block;
    max-width:112px;
    line-height: 1;
    vertical-align:bottom;
}

div.logo span.logoarea {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 1.1;
}
/*
 * グローバルメニュー (右からスライドする)
 ************************************************************************************************/

.main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #FFFFFF;
    opacity: 0;
}

.sbwrapper {
    -webkit-overflow-scrolling: touch;
}

.main-sidebar-wrapper {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em;
}

.main-sidebar-title {
    background: #F0F4F7;
    padding: 10px 8px;
    font-size: 12px;
    color: #758794;
    border-bottom: 1px solid #DDE2E6;
    font-weight: bold;
}
.main-sidebar-list>li {
    border-bottom: 1px solid #DDE2E6;
}

.main-sidebar-list>li a {
    display: block;
    padding: 15px 9px;
    font-size: 15px;
    font-weight: bold;
}

.main-sidebar-list>li a.main-sidebar_myheaven {
    background-image: url(/img/icon/iconBtnBig07.gif?cache02=1485233286_for_psi&imgopt=y);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30px;
    padding-right: 32px;
}

/* ↓ 2025/07/24 */
.main-sidebar-list>li a.main-sidebar_jobheaven {
	background-image: url(/img/icon/jobheaven.png?imgopt=y);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px;
	padding-right: 42px;
    margin-right: 10px;
}
/* ↑ 2025/07/24 */

.main-sidebar-list>li a.search {
    background-image: url(/img/icon/search_area_gray.png?cache02=1485233286_for_psi&imgopt=y);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 30px;
}

.main-sidebar-list>li a.ippan {
    color: #3366cc;
}

.main-sidebar-list>li a.ippan img {
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: 10px;
}

.main-sidebar-list>li a.ippan span {
    padding-left: 30px;
}

#main-sidebar .search_menu_area {
    padding: 4px 8px;
}

a.select_area {
    color: #333;
    padding: 5px 10px;
    border-radius: 3px;
}

#select_area_list {
    background-color: rgb(44, 189, 34);
    color: white;
    font-weight: bold;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    border: none;
}

.area_list {
    background-color: white;
    color: black;
    font-weight: normal;
    text-align: left;
}

.either input[type=radio] {
    display: none;
    margin: 0;
}

.either input[type=radio] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .either input[type=radio] + label {
        padding: 0 0 0 24px;
    }
    .either input[type=radio] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .either input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .either input[type=radio]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .either input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #4D8CFF !important;
    }
    .either {
        position: relative;
        display: inline-block;
        border: 1px solid #ccc;
        width: 100px;
        border-radius: 2px;
        margin-right: 10px;
        margin-top: 2px;
    }
    .either input[type=radio] + label {
        float: left;
        display: block;
        width: 50%;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
        position: static;
    }
    .either input[type=radio] + label::before {
        content: attr(data-label);
        top: 0;
        bottom: 0;
        z-index: 1;
        display: block;
        width: 50%;
        height: auto;
        margin-top: 0;
        text-align: center;
        color: transparent;
        background: transparent;
        border: 0 none;
        border-radius: 0;
    }
    .either input[type=radio] + label:last-child::before {
        left: 50%;
        right: 0;
    }
    .either input[type=radio]:checked + label::before {
        color: #fff;
    }
    .either input[type=radio] + label::after {
        border-radius: 0;
    }
    .either input[type=radio]:first-child + label::after {
        content: none;
    }
    .either input[type=radio] + label + input[type=radio] + label::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 0;
        display: block;
        width: auto;
        height: auto;
        margin: auto;
        border: 2px solid #fff;
        -webkit-transition: all 200ms;
        transition: all 200ms;
        background: #FF7BAE;
        border-radius: 4px;
    }
    .either input[type=radio]:checked + label + input[type=radio] + label::after {
        left: 0;
        right: 50%;
    }
    .either input[type=radio] + label + input[type=radio]:checked + label::after {
        left: 50%;
        right: 0;
    }
}

div[data-simplesidebar="mask"] {
    background-image: url(/img/icon/batu.png?cache02=1485233286_for_psi&imgopt=y);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right 300px top 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

div#search-sel-btn {
    border-radius: 5px;
    padding: 5px 5px 7px 5px;
    text-align: center;
    background-color: #5984d0;
    color: white;
    font-size: 12px;
    background-size: 42px 30px;
    -webkit-background-size: 42px 30px;
    -moz-background-size: 42px 30px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 60px;
    line-height: 18px;
}

div#search-sel-btn p {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
}

div#search-sel-btn p span {
    display: none;
}

div#search-sel-btn p span.on {
    display: block;
}

div#search-sel-btn select {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    background-image: url(//img.cityheaven.net/img/button/smartphone/menu_menu2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
}

.fuchi_waku {
    background-image: url(../img/fuchiko_waku.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 90px;
    padding: 18px 10px 0px 40px;
    box-sizing: border-box;
    font-weight: bold;
    color: #ff1a68;
    line-height: 1.3rem;
}

.fuchi_img {
    width: 90px;
    position: absolute;
    top: 5px;
    left: 30px;
}

.fuchi_sub {
    padding-left: 42px;
    background-image: url(../img/fuchiko_arrow.png);
    background-position: left 10px top -10px;
    background-size: 25px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.fuchi_girlname {
    font-size: 12px;
    font-weight: bold;
}

.fuchi_shopname {
    font-size: 10px;
    margin-top: 5px;
}

.slide {
    position: relative;
}

/*****************************
        日本地図ロゴ
*****************************/
.icon_map{
	padding:14px 0 5px;
	width:19px;
}
.headerFixed.sticky #header .headerLeft p.areaSelect a.icon_map{
	padding:14px 0 5px;
}
.headerFixed.sticky #header .headerLeft p.areaSelect a.icon_map img{
	height:18px;
}
#selectArea{
	background-color:#eee;
	border-bottom:1px solid #ccc;
	display:none;
	font-size:13px;
	position:absolute;
	z-index:10;
	width:100%;
	top: 49px;
}

.fixed.sticky #selectArea,
.fixed2.sticky #selectArea {
	top: 38px;
}

#selectArea .selectTitle::after{
	clear:both;
	content:"";
	display:block;
}
#selectArea .selectTitle{
	background-color:#333;
	padding:13px 0;
	position:relative;
	width:100%;
	height:13px;
}
#selectArea .selectTitle h2{
	color:#fff;
	font-size:13px;
	font-weight:700px;
	position:absolute;
	left:5%;
}
#selectArea .selectTitle p{
	right:15px;
	position:absolute;
	top:8px;
}
#selectArea .selectTitle p a{
	background-color:#666;
	border:1px solid #000;
	color:#fff;
	display:inline-block;
	font-weight:700;
	font-size:13px;
	padding:5px;
}
#selectArea ul::after{
	clear:both;
	content:"";
	display:block;
}
#selectArea ul{
	padding:5px 5% 0;
}
#selectArea ul li{
	float:left;
	width:33.33%;
}
#selectArea ul li:nth-of-type(3n+1) a{
	border-left:1px solid #ccc;
}
#selectArea ul li:nth-of-type(-n+3) a{
	border-top:1px solid #ccc;
}
#selectArea ul li a{
	background:#f6f6f6;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	color:#222;
	display:block;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
}
#selectArea ul li.nextText a{
	height:40px;
	line-height:20px;
	padding-bottom:4px;
	padding-top:4px;
}
#selectArea ul li.nextText a span{
	display:block;
	font-size:10px;
	line-height:9px;
}
#selectArea .selectAreaBtn2{
	background-color:#333;
	color:#fff;
	font-size:13px;
	height:35px;
	line-height:35px;
	margin:0 5% 10px;
	text-align:center;
}
#reserveSearch {
    background-color: #f9f8f4;
    border-bottom: 1px solid #c2c2b6;
    font-weight: bold;
    font-size: 15px;
    line-height: 60px;
    padding: 0px 10px;
    clear: both;
}
#reserveSearch.select i {
    color: rgb(158, 208, 42);
}
.informaiton {
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    padding: 5px;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    z-index: 1000;
}
.information-name {
    display: inline-block;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.information-status {
    display: inline-block;
    vertical-align: middle;
}
.keep-btn{
    display: block;
    width: 40px;
    height: 33px;
    font-size: 10px;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    text-align: center;
}
.keep-btn.m-align-t{
    top: 5px;
}
.keep-btn.m-align-b{
    bottom: 5px;
}
.keep-btn-icon{
    width: 24px;
    float: none;
}
.keep-btn-text{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-weight: 700;
    color: #888;
}
.chat-badge-g {
    color: #DD0000;
    background: #DD0000;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: inline-block;
}
.menu-trigger-chat {
    top: 4px;
    right: 7px;
    position: absolute;
    color: #fff;
    font-size: 10px;
    z-index: 10;
    width: 15px;
    height: 15px;
    background: #DD0000;
    border-radius: 50%;
    line-height: 1.5em;
    text-align: center;
}

#main-sidebar .main-sidebar-list>li a.searchYoyaku {
	background-image: url(/img/icon/icon_yoyaku.png?imgopt=y&cache02=1614178800);
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left:30px;
	background-size:20px;
}
#main-sidebar .main-sidebar-list li ul.twoBox {
    width: 100%;
    overflow: hidden;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col {
    width: 50%;
    float: left;
    border-right: 1px solid #DDE2E6;
    border-top: 1px solid #DDE2E6;
    border-bottom: none;
    box-sizing: border-box;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.letter a {
    font-size: 14px;
    letter-spacing: -1px;
}
#main-sidebar .main-sidebar-list > li a.search {
	background-image: url(/img/icon/icon_megane.png?imgopt=y&cache02=1614178800);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-position: 97% 50%;
    background-position: left 5px center !important;
    background-size: 18px !important;
    padding: 15px 10px 15px 27px !important;
    border: none;
}
/* ↓ 女の子専用メニュー追加対応 @SMC 2023/07/01 */
#main-sidebar .main-sidebar-list>li a.minque-link {
	background-image: url(/img/icon/minquelogo.svg?imgopt=y&cache02=1614178800);
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left: 38px;
    padding-right: 0;
    background-size: 30px;
}
/* ↑ 女の子専用メニュー追加対応 @SMC 2023/07/01 */
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col:nth-of-type(1), #main-sidebar .main-sidebar-list li ul.twoBox li.two_col:nth-of-type(2) {
    border-top: none;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col.noborder{
	border-right:none;
	width:100%;
}
