@charset "UTF-8";



/*---------------------------------------------------------
イベントページ
---------------------------------------------------------*/

#event {
}
.event_text01 {
    text-align: center;
}
.event_text01 p {
    font-size: 16px;
    color: #fff;
}
.event_content01 {
    text-align: center;
    display: block;
    background: #000;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 40px;
    margin: 20px 0;
    border: 10px solid #141414;
    color: #fff;
}
.event_content01 h3 {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
}
.event_content01 p, .event_content01 img, .event_content01 div {
    display: inline-block;
    width: auto;
}
@media screen and (max-width: 768px) {
    .event_text01 {
        text-align: left;
    }
    .event_content01 {
        text-align: left;
        display: block;
        background: url(../../imgs/ent/body_background.jpg) repeat;
        border-radius: 3px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
        padding: 10px;
        margin: 20px 0;
        border: 10px solid #141414;
    }
    .event_content01 h3 {
        color: #fff;
        display: inline-block;
        font-size: 24px;
        font-weight: bold;
    }
    .event_content01 img {
        display: block;
        width: 100%;
        height: auto;
    }
}





/*---------------------------------------------------------
よくある質問ページ
---------------------------------------------------------*/

#qa {
}
.qa_text01 {
    text-align: center;
}
.qa_text01 p {
    font-size: 16px;
    color: #fff;
}
.qa_list {
    text-align: center;
    display: block;
    background: #111;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 40px;
    margin: 20px 0;
    border: 10px solid #222;
}
.qa_list_q {
    text-align: left;
    display: block;
}
.qa_list_q span {
    display: inline-block;
    background: #e2186f;
    padding: 2px 6px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 18px;
    margin: 2px 12px 0 0;
    vertical-align: top;
}
.qa_list_q h3 {
    display: block;
    font-size: 22px;
    color: #e2186f;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #222;
}
.qa_list_a {
    text-align: left;
    display: block;
}
.qa_list_a span {
    display: inline-block;
    background: #745cd6;
    padding: 2px 6px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 18px;
    margin: 3px 12px 0 0;
    vertical-align: top;
}
.qa_list_a p {
    font-size: 16px;
    color: #fff;
    margin: 5px 0;
}
.qa_list_a p:first-child {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #745cd6;
}
@media screen and (max-width: 768px) {
    .qa_text01 {
        text-align: left;
    }
    .qa_list {
        text-align: center;
        display: block;
        background: #111;
        border-radius: 3px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
        padding: 20px;
        margin: 20px 0;
        border: 6px solid #222;
    }
    .qa_list_q h3 {
        display: block;
        font-size: 15px;
        color: #e2186f;
        font-weight: bold;
        margin: 0 0 10px 0;
        padding: 2px 0 10px 0;
        border-bottom: 1px solid #555;
        letter-spacing: 0em;
    }
    .qa_list_a p {
        font-size: 14px;
        color: #fff;
        margin: 5px 0;
    }
    .qa_list_a p:first-child {
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        color: #745cd6;
        letter-spacing: 0em;
        padding: 2px 0 0 0;
    }
    .qa_list_q span {
        display: inline-block;
        background: #e2186f;
        padding: 1px 3px;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        font-size: 12px;
        margin: 2px 12px 0 0;
        vertical-align: top;
    }
    .qa_list_a span {
        display: inline-block;
        background: #745cd6;
        padding: 1px 3px;
        color: #fff;
        font-weight: bold;
        border-radius: 3px;
        font-size: 12px;
        margin: 3px 12px 0 0;
        vertical-align: top;
    }

}

/*---------------------------------------------------------
ギャル動画ページ
---------------------------------------------------------*/

#gal_movie {
}
.movie_list {
    width: 25%;
    max-width: 25%;
    /*width: -webkit-calc(100% / 4);
    width: calc(100% / 4);*/
    /*border: solid 1px #222;*/
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    color: #FFE600;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
    vertical-align: top;
    margin: 0 auto;
    float: left;
    box-sizing: content-box;
    box-sizing: border-box;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
}
.movie_list iframe{
    display: block;
    width: 100%;
    max-width: 100%;
}

/*.movie_list:nth-child(1) {
    display: none;
}
.movie_list:nth-child(2) {
    display: none;
}
.movie_list:nth-child(3) {
    display: none;
}*/
.top_movie_list_inner {
    display: block;
}
.movie_list_title {
    display: block;
    font-size: 16px;
    margin: 10px 0 20px;
    font-weight: normal;
    text-align: center;
    color: #FFE600;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000;
}

.movie_list_body video {
    width: 100%;
    max-width: 640px;
    background: #000;
    display: block;
    /*min-height: 360px;*/
}
.movie_list_body img {
    width: 100% !important;
    max-width: 640px;
    background: #000;
    display: block;
    /*min-height: 360px;*/
}

.movie_list_content {
    background: #333;
    color: #444;
    width: 96%;
    margin: 0 auto;
    height: 360px;
    line-height: 360px;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .movie_list {
        width: 33.33333%;
        max-width: 33.33333%;
        /*width: -webkit-calc(100% / 3);
        width: calc(100% / 3);*/
        /*border: solid 1px #222;*/
        box-sizing: border-box;
        text-decoration: none;
        display: block;
        vertical-align: top;
        margin: 0 auto;
        float: left;
        box-sizing: content-box;
        box-sizing: border-box;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 768px) {
    .movie_list {
        width: 100%;
        max-width: 320px;
        /*width: -webkit-calc(100% / 1);
        width: calc(100% / 1);*/
        /*border: solid 1px #222;*/
        box-sizing: border-box;
        text-decoration: none;
        display: block;
        vertical-align: top;
        margin: 0 auto;
        float: none;
        box-sizing: content-box;
        box-sizing: border-box;
        padding: 10px 5px;
        margin: 0 auto;
    }
    .movie_list_body video {
        width: 100%;
        max-width: 320px;
        background: #000;
        display: block;
        margin: 0 auto;
    }
}



/*---------------------------------------------------------
ホテルマップ
---------------------------------------------------------*/
.hotel_map_content{
    margin: 0 0 20px 0;

    background: #000;
    border-radius: 3px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 1);
    padding: 10px 20px;
    margin: 0 0 20px 0;
    border: 10px solid #141414;
}
.hotel_map_content_inner{
}
/*.hotel_map_content_inner img{
    display: block;
    width: 100%;
}*/


.hotel_map_title{
    /*color: #e90089;
    background: -ms-linear-gradient(top left, #e90089, #745cd6);
    background: -moz-linear-gradient(top left, #e90089, #745cd6);
    background: -webkit-linear-gradient(top left, #e90089, #745cd6);
    background: linear-gradient(to bottom right, #e90089, #745cd6);
    -moz-background-clip:text;
    -webkit-background-clip:text;
    -o-background-clip:text;
    -ms-background-clip:text;
    -moz-text-fill-color:transparent;
    -webkit-text-fill-color:transparent;
    -o-text-fill-color:transparent;
    -ms-text-fill-color:transparent;*/
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 20px;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0, .5);
}
.hotel_map_title span{
    font-size: 18px;
    display: block;
}
.hotel_map_title::first-letter {
    font-size: 48px;
    color: #e90089;
}

.hotel_map_image_pc{
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.hotel_map_image_sp{
    display: none;
}

.hotel_map_content_inner ul{
    margin: 0 -5px; 
  counter-reset: wpp-ranking;
}
.hotel_map_content_inner ul li{
    margin: 0;
    padding: 5px;
}
.hotel_map_list_inner{
    border-radius: 2px;
    padding: 20px;
    color: #fff;

    border: 1px solid #3c081f;
    background: #1D0714;
    background: -ms-linear-gradient(45deg, #1D0714, #560033, #1D0714);
    background: -moz-linear-gradient(45deg, #1D0714, #560033, #1D0714);
    background: linear-gradient(45deg, #3F0C2A, #560033, #1D0714);
}
.hotel_map_list_inner:before{
    list-style-type: none;
    background: #ff0091;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    border-radius: 2px;
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0 0 3px rgba(0,0,0, .5);
    box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.hotel_map_list_inner h3{
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px 0;
    padding: 8px 0 0 0;
    /*color: #e90089;
    background: -ms-linear-gradient(top left, #e90089, #745cd6);
    background: -moz-linear-gradient(top left, #e90089, #745cd6);
    background: -webkit-linear-gradient(top left, #e90089, #745cd6);
    background: linear-gradient(to bottom right, #e90089, #745cd6);
    -moz-background-clip:text;
    -webkit-background-clip:text;
    -o-background-clip:text;
    -ms-background-clip:text;
    -moz-text-fill-color:transparent;
    -webkit-text-fill-color:transparent;
    -o-text-fill-color:transparent;
    -ms-text-fill-color:transparent;*/
    color: #fff;
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-shadow: 0 1px 4px rgba(0,0,0, .5);
}
.hotel_map_content_inner ul li img{
    display: block;
    width: 100%;
    margin: 20px auto 10px;
    border: 6px solid #68003e;
}
.hotel_map_content_inner ul li p{
    margin: 6px 0;
    text-shadow: 0 1px 4px rgba(0,0,0, .5);
    word-break: break-all;
    color: #fff;
}
.hotel_map_label{
    display: inline-block;
    background: #2c021b;
    color: #e9d6e1;
    font-size: 12px;
    padding: 2px 8px;
    margin: 0 10px 0 0;
    border-radius: 1px;
    position: relative;
    top: -2px;
}
.hotel_map_review{
    display: inline-block;
    color: #e3cf00;
    font-weight: bold;
    letter-spacing: 0em;
    font-size: 22px;
    margin: -6px 0 0 0;
}

.hotel_map_content_inner ul li a{
    text-decoration: underline;
    transition: all .3s;
    color: #fff !important;
}
.hotel_map_content_inner ul li a:hover{
    opacity: .75;
}
@media screen and (max-width:768px){
    .hotel_map_content_inner{
        padding: 0;
    }
    .hotel_map_content {
        background: none;
        border-radius: 0px;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border: none;
        width: 100%;
    }

    .hotel_map_title{
        font-size: 24px;
        margin: 10px auto 20px;
    }
    .hotel_map_title span{
        font-size: 16px;
        display: block;
    }
    .hotel_map_title::first-letter {
        font-size: 36px;
        color: #e90089;
    }

    .hotel_map_image_pc{
        display: none;
    }
    .hotel_map_image_sp{
        display: block;
        width: 100%;
        margin: 0 0 20px 0; 
    }
    .hotel_map_content_inner ul{
        margin: 10px 0; 
    }
    .hotel_map_content_inner ul li{
        margin: 0 -5px;
        padding: 5px; 
    }
    .hotel_map_list_inner{
        padding: 10px;
    }
    .hotel_map_list_inner:before{
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .hotel_map_list_inner h3{
        font-size: 20px;
        margin: 0 0 5px 0;
        padding: 6px 0 0 0; 
    }
    .hotel_map_content_inner ul li img{
        margin: 15px auto 10px;
        border: 3px solid #68003e;
    }
    .hotel_map_content_inner ul li p{
        font-size: 16px;
        letter-spacing: 0em;
    }
}


/*---------------------------------------------------------
自宅派遣キャバクラ・ガールズバーコース
---------------------------------------------------------*/
.cabaret_mainvisual_outer {
    position: relative;
}
.cabaret_mainvisual {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cabaret_text {
    display: block;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    bottom: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.cabaret_content01_outer {
    background: url(../imgs/cabaret/cabaret_background01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 40px 40px;
    position: relative;
    z-index: 1;
}
.cabaret_content01 {
    width: 100%;
    display: table;
}
.cabaret_content01_left01 {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
}
.cabaret_content01_right01 {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}
.cabaret_content01_right01 img {
    display: block;
    width: 95%;
    margin: 0 auto;
}
.cabaret_content01_right02 {
    display: table-cell;
    width: 65%;
    vertical-align: middle;
}
.cabaret_content01_left02 {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
}
.cabaret_content01_left02 img {
    display: block;
    width: 95%;
    margin: 0 auto;
}
.cabaret_image02 {
    display: block;
}
.cabaret_image02_sp {
    display: none;
}

.cabaret_movie video {
    display: block;
    width: 100%;
}

.cabaret_photo {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: -80px auto 40px;
}
.cabaret_photo_sp {
    display: none;
}
.cabaret_content02_outer {
    background: url(../imgs/cabaret/cabaret_background02.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 20px 40px 140px;
    position: relative;
    z-index: 1;
}
.cabaret_price {
    display: block;
    width: 96%;
    margin: 10px auto 0;
}
.cabaret_price_text {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #5d00a5, 1px -1px 1px #5d00a5, -1px 1px 1px #5d00a5, 1px 1px 1px #5d00a5;
    padding: 40px 0 0 0;
    color: #fff;
    font-feature-settings: "palt";
}
.cabaret_title {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #5d00a5, 1px -1px 1px #5d00a5, -1px 1px 1px #5d00a5, 1px 1px 1px #5d00a5;
    padding: 30px 0 0;
    text-align: center;
    color: #fff;
    font-feature-settings: "palt";
}
.cabaret_font01 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #5d00a5, 1px -1px 1px #5d00a5, -1px 1px 1px #5d00a5, 1px 1px 1px #5d00a5;
    padding: 5px 0;
    color: #fff;
    font-feature-settings: "palt";
}
.cabaret_font02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0em;
    text-shadow: -1px -1px 1px #5d00a5, 1px -1px 1px #5d00a5, -1px 1px 1px #5d00a5, 1px 1px 1px #5d00a5;
    padding: 8px 0;
    color: #fff;
    font-feature-settings: "palt";
}
@media screen and (max-width:768px) {
    .cabaret_text {
        width: 80%;
        bottom: -90px;
    }
    .cabaret_content01_outer {
        padding: 110px 10px 20px;
    }

    .cabaret_content01 {
        display: block;
    }
    .cabaret_content01_left01 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_right01 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_right01 img {
        width: 100%;
        max-width: 280px;
    }
    .cabaret_content01_right02 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_left02 {
        display: block;
        width: 100%;
    }
    .cabaret_content01_left02 img {
        display: none;
    }
    .cabaret_image02 {
        display: none;
    }
    .cabaret_image02_sp {
        display: block;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }

    .cabaret_photo {
        display: none;
    }
    .cabaret_photo_sp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .cabaret_content02_outer {
        padding: 20px 10px 30px;
        margin: 0;
    }
    .cabaret_price {
        display: block;
        width: 100%;
        margin: 10px auto 0;
    }
    .cabaret_price_text {
        text-align: left;
        font-size: 14px;
        line-height: 1.4;
        padding: 20px 0 0 0;
    }

    .cabaret_title {
        font-size: 24px;
        line-height: 1.4;
        padding: 10px 0;
    }
    .cabaret_font01 {
        font-size: 20px;
    }
    .cabaret_font02 {
        font-size: 15px;
    }
}


/*---------------------------------------------------------
404
---------------------------------------------------------*/
#notfound{
}
.notfound_text{
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0, .6);
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.notfound_text a{
    display: block;
    font-size: 24px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0, .6);
    font-family: "小塚明朝 Pr6N", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*---------------------------------------------------------
健康になるセックスライフ
---------------------------------------------------------*/
.health {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
.health_mainvisual img {
  display: block;
  width: 100%;
}
.health h3 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  font-feature-settings: "palt";
  background: #6fd5ff;
}
.health_title {
  text-align: center;
  padding: 0 0 15px;
}
.health_title h4 {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  text-shadow: none;
  font-feature-settings: "palt";
  color: #3bc6ff;
}
.health_point {
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  margin: 0 10px 0 0;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.2;
  background: -ms-linear-gradient(-45deg, #6fd5ff, #3bc6ff);
  background: -moz-linear-gradient(-45deg, #6fd5ff, #3bc6ff);
  background: -webkit-gradient(linear, -45deg, left bottom, from(#6fd5ff), to(#3bc6ff));
  padding: 3px 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  position: relative;
  top: -4px;
}
.health_intro {
  font-size: 18px;
  padding: 10px 0 0;
  line-height: 1.6;
}
.health_five {
  padding: 20px 0;
}
.health_five_inner {}
.health_content {
  position: relative;
  z-index: 1;
  padding: 20px;
  margin: 20px 0 10px;
  background: #fff;
  border: 8px solid #f1fbff;
}
.health_content_inner {}
.health_image {
  float: left;
  width: 40%;
  padding: 0 2% 0 0;
}
.health_image img {
  display: block;
  width: 100%;
  border: 6px solid #f1fbff;
  border-radius: 6px;
}
.health_text {
  float: right;
  width: 60%;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding: 5px 10px 10px;
  overflow: hidden;
}
.health_text_inner {
  padding: 0 10px;
  background: linear-gradient(#b5e9ff 1px, transparent 1px) rgba(255, 255, 255, 1);
  background-size: auto 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #b5e9ff;
  overflow: hidden;
}
.health_four {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .health {
      padding: 10px;
      margin: 0 0 20px;
    }

    .health h3 {
      font-size: 26px;
      padding: 10px 15px 5px;
    }
    .health_title {
      padding: 0 0 15px;
    }
    .health_title h4 {
      font-size: 22px;
      display: block;
    }
    .health_point {
      display: block;
      font-size: 15px;
      margin: 0 auto 5px;
      padding: 5px 0;
      max-width: 100px;
    }
    .health_intro {
      font-size: 16px;
      padding: 10px 0 10px;
    }
    .health_five {
      padding: 15px 0;
    }
    .health_five_inner {}
    .health_content {
      padding: 25px 15px 10px;
      margin: 10px auto;
    }
    .health_content_inner {}
    .health_image {
      float: none;
      width: 100%;
      max-width: 80%;
      padding: 0;
      margin: 0 auto;
    }
    .health_image img {
      display: block;
      width: 100%;
    }
    .health_text {
        margin: 20px 0 10px;
    }
    .health_text {
      float: none;
      width: 100%;
      font-size: 16px;
      padding: 5px 5px 10px;
    }
    .health_text_inner {
      padding: 0 5px;
      background-size: auto 2em;
      line-height: 2em;
    }
    .health_four {
      padding: 0;
    }
}
