/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@import url(http://fonts.googleapis.com/css?family=Lato:100,300);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');



img{ max-width: 100%; height:auto; }
body{
	background-image:url("https://osaka-escort-massage.com/wp-content/uploads/2023/05/main-bg.jpg");
	background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /
}
/* スペース */
.spacer-10 {
    padding: 10px;
}
.spacer-20 {
    padding: 20px;
}

/* 2カラムコンテンツ */
.flex-contents {
  display: flex;
  flex-wrap: wrap;
}
.contents-50 {
  text-align: center;
  width: calc((100% - 40px) / 2);
  margin: 10px;
}
@media only screen and (max-width: 992px) {
.flex-contents {
    display: block !important;
}
.contents-50 {
  width: 100% !important;
  margin: auto;
}
}

/* PC4カラム/SP2カラム コンテンツ */
.contents-25 {
    text-align: center;
  width: calc((100% - 80px) / 4);
    margin: 10px;
    padding: 20px;
}
@media only screen and (max-width: 992px) {
.contents-25 {
    width: 50% !important;
    margin: auto;
    float: left;
    padding: 10px;
}
}

/* TOPセンターバナー */
@media only screen and (max-width: 480px) {
.center-contents {
    margin-bottom: 2rem;
}
}

/* PLAY GUIDE & HOW TO PLAYページ */
h3.center_title {
    border-bottom: solid 1px #fafafa;
    text-align: center;
    padding: 0 0 10px 0;
}
.page_text {
    font-size: 1.6rem;
    text-align: center;
}
.center_button {
    margin: 30px auto 0 auto;
    text-align: center;
}
.text-50 {
    margin: auto;
}
.contents-100 {
    text-align: center;
    width: 100%;
    margin: 10px;
}
@media only screen and (max-width: 992px) {
.text-100 {
    margin: auto;
}
}

/* ヘッダーレスポンシブ */
@media only screen and (max-width: 480px) {
#call {
    font-size: 1em !important;
}
}

/* 予約フォーム */
.form {
    margin: 0 10%;
    font-size: 1.7rem;
}
.screen-reader-response {
    display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    height: 50px;
    width: 100%;
}
select.wpcf7-form-control.wpcf7-select {
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    height: 50px;
    width: 100%;
}
span.wpcf7-list-item-label {
    padding: 10px;
    color: #ffffff;
    height: 50px;
    width: 100%;
    line-height: 1.8;
}
span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #ffffff;
    width: 100%;
    height: 100px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: solid 2px #ffffff;
    background: rgba(166,20,7,0.3);
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    background: rgba(166,20,7,0.9);
}
span.wpcf7-not-valid-tip {
    color: red;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    text-align: center;
    font-size: 1.7rem;
    background: none;
    padding: 10px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid yellow;
}
.name {
    padding-bottom: 2%;
}
.countrycode {
    padding-bottom: 2%;
}
.tel {
    padding-bottom: 2%;
}
.email {
    padding-bottom: 2%;
}
.date {
    padding-bottom: 2%;
}
.time {
    padding-bottom: 2%;
}
.requestcast {
    padding-bottom: 2%;
}
.course {
    padding-bottom: 2%;
}
.option {
    padding-bottom: 2%;
}
.message {
    padding-bottom: 2%;
}
.submit {
    padding-bottom: 5%;
}


body{
    font-family:'Noto Serif JP',"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#fafafa;
    background-color:#000;
}
body a{
    color: #fafafa;
}
body a:hover{
    color: #fafafa;
    text-decoration: none;
}
h1,h2,h3,h4,h5{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 300;
}
.modal { 
    position:fixed; 
    display:none; 
    z-index:9999; 
    top:50%; 
    left:50%; 
    width:400px; 
    height:200px; 
    margin:-100px 0 0 -200px; 
    padding:20px; 
    text-align:center;
}
.modal p { 
    margin-bottom:20px; 
}
.modal a { 
    margin: 10px;
    padding: 5px 10px;
    cursor:pointer; 
    border: solid 1px #fff;
    border-radius: 3px;
}
.modal a:hover{
    background: rgba(166,20,7,0.9);
}
header{
    width: 100%;
    background:#000;
}
#logo{
    margin-top: 1em;
}
#logo img{
    width: 250px;
    max-width: 200px;
}
#call{
    font-size: 13px;
    text-align: center;
	font-family: 'Noto Serif JP', serif;
}

#pull{
    position: absolute;
    top:18px;
    right: 10px;
    width: 45px;
    height: 45px;
    line-height: 1em;
    text-align: center;
}
#pull span{
    font-size: 0.7em;
}
#pull i{
    font-size: 2em;
}
nav{
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: 300;
    font-size: 1.4em;
}
nav ul{
    display: none;
}


@media only screen and (max-width: 787px){
nav ul li{
    width: calc(100% / 3);
    float: left;
}
}

nav a{
    display: block;
}

nav a:hover{
    color: #fff;

}
#slider{
    position: relative;
}
#slider #catch{
    position: absolute;
    width: 100%;
    text-align: center;
    top:30%;
}
#slider #catch h1{
    font-size: 1em;
}
#slider #catch a{
    display: none;
}
.cycle-slideshow { 
    width: 100%;
    position: relative;
    z-index: -1;
}
.cycle-slideshow img {
    width: 100%; 
    height: auto
}
.cycle-pager {
    width:100%;
    text-align: center;
    position: absolute;
    margin-top: -60px;
}
.cycle-pager span {
    display: inline-block;  
    width: 30px; 
    height: 30px; 
    font-family: arial; 
    font-size: 60px;
    color: #ffffff;
    cursor: pointer; 
}
.cycle-pager span.cycle-pager-active{
    color: #a61407;
}
.cycle-pager > * { 
    cursor: pointer;
}
#top section{
    padding: 100px;
}
#top h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 2em;
}
#top h2 span{
    display: inline-block;
    font-size: 2em;
    margin-bottom: 10px;
}
#girls{
    padding-bottom: 0 !important;
}
#girls li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
}
#girls li img{
    width: 100%;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#girls li img:hover{
    opacity: 1.0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#girls .girl_info{
    display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
    background:rgba(0,0,0,0.6);
}
#girls .girl_info a{
    text-decoration: underline;
}
#girls .girl_info h3{
    font-size: 1.5em;
}
#schedule{
    padding-bottom: 0 !important;
}
#schedule ul{
    margin-bottom: 0;
}
#schedule li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
}
#schedule li a{
    text-decoration: underline;
}
#schedule li img{
    width: 100%;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#schedule li img:hover{
    opacity: 1.0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#schedule .time{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
    background:rgba(0,0,0,0.6);
}
#schedule .time h3{
    font-size: 1.5em;
}
#schedule .amd-list li{
    width: 14.2%;
}
#schedule .amd-list li a{
    background: url(https://osaka-escort-massage.com/wp-content/uploads/2023/05/schedule-bg.jpg) no-repeat;
    display: inline-block;
    width: 100px;
    text-decoration: none;
    text-align: center;
    height: 31px;
    padding-top:5px;
}
#schedule .amd-list li a:hover{
	opacity:0.7;
}
#reservation input{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}

#reservation select{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation textarea{
    border: solid 2px #ffffff;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    width: 100%;
    min-height: 100px;
    margin: 1%;
}
#reservation button{
    border: solid 2px #ffffff;
    background: rgba(166,20,7,0.3);
    border-radius: 5px;
    padding: 10px;
    color: #fafafa;
    height: 50px;
    width: 100%;
    margin: 1%;
}
#reservation button:hover{
    background: rgba(166,20,7,0.9);
}
::-webkit-input-placeholder {
   color: #e1e1e1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #e1e1e1;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #e1e1e1;  
}
:-ms-input-placeholder {  
   color: #e1e1e1;  
}
#page-top{
    display:none;
    width:50px;
    height:50px;
    position:fixed;
    right:10px;
    bottom:10px;
    z-index: 9999;
    border-radius: 3px;
}
 
#page-top p{
    margin:0;
    padding:0;
    text-align:center;
    background:#3b3b3b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    border-radius: 3px;
}
 
#page-top p:hover{
    background:#8b8b8b;
    border-radius: 3px;
}
 
#move-page-top{
    color:#fff;
    line-height:50px;
    text-decoration:none;
    display:block;
    cursor:pointer;
}
footer{
    width: 100%;
    background: #000000;
    padding: 2em 0 0;
}
footer .col1 li{
    margin-bottom: 0.5em;
	display:flex;
	justify-content:center;
}
footer .col1 a{
    display: block;
}
footer .col2 li{
    margin-bottom: 0.5em;
	display:flex;
	justify-content:center;
}
footer .col2 a{
    display: block;
}
footer #footer_logo{
    text-align: center;
}
footer #footer_logo img{
    max-width: 200px;
}
footer #footer_tel{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2em;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}
footer #footer_tel span{
    font-size: 0.7em;
}
footer #copy{
    text-align: center;
    font-size: 0.7em;
}

/*--
Slide
---------------------------------------*/
#slideshow {
  width: 890px;
  margin: 0 auto;
  text-center;
}

#slideshow div {
  width: 810px;
  height: 520px;
  overflow: hidden;
  position: relative;
  float: left;
}
#slideshow div div {
  top: 0;
  left: 0;
  position: absolute;
}
#slideshow div img {
  display: block;
  width: 400px;
}
#slideshow ul {
  display: inline-block;

}
#slideshow ul {
  display: block;
  float: left;
  width: 80px;
  padding: 0;
}
#slideshow ul li {
  width: 80px;
  height: 53px;
  display: block;
  margin: 0px 0px 2px 5px;
  background: none;
}
#slideshow .active {
  filter: alpha(opacity=99)!important;
  -moz-opacity: 0.99!important;
  opacity: 0.99!important;
}
.clearfix {
  min-height: 1px;
}

/*--
schedule
---------------------------------------*/
#weekly{    
    /*width: 890px;*/
    width: 100%;
    margin: 0 auto;
}
#weekly table{
    width: 100%;
    margin: 10px auto 40px;
}
#weekly th, #weekly td{
    text-align: center;
    border: 1px solid #474747;
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border: 1px solid #474747;
}
#weekly th, .am-table th{
/*
    background: #100d05;
    background: -moz-linear-gradient(top,  #100d05 1%, #928134 92%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#100d05), color-stop(92%,#928134));
    background: -webkit-linear-gradient(top,  #100d05 1%,#928134 92%);
    background: -o-linear-gradient(top,  #100d05 1%,#928134 92%);
    background: -ms-linear-gradient(top,  #100d05 1%,#928134 92%);
    background: linear-gradient(to bottom,  #100d05 1%,#928134 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100d05', endColorstr='#928134',GradientType=0 );
*/
}
.am-table th{border-top: 1px solid #474747 !important; text-align: center;}
.am-table td{vertical-align: center;}

/*--
service
---------------------------------------*/
#system{    
    width: 100%;
    margin: 0 auto;
}
dl{
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}

dl dt{
    float: left;
    clear: left;
    width: 190px;
    padding: 5px 0;
    font-weight: bold;
}

dt120 {
    float: left;
    clear: left;
    width: 120px;
    padding: 5px 0;
    font-weight: bold;
}

dl dd{
    padding: 5px 0 5px 120px;
    border-bottom: 1px solid #ddd;
}

/* ピックアップガール */
#pickup li {
    list-style: none;
    margin: 20px auto 0 auto;
    text-align: center;
}
#pickup li img{
	background-image:url("https://osaka-escort-massage.com/wp-content/uploads/2023/05/pickup-bg.png");
	background-size:cover;
    padding: 35px;
    width: 250px;
    height: 330px;
    object-fit: cover;
}

/* 一覧NEWS並び */
#newsdiary .row{
	margin-bottom:30px;
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 25%;
}
#newsdiary .d-image {
	display: block;
	float: left;
	font-size: 12px;
    /* max-height: 220px; */
	text-align: left;
	width: 100%;
}
#newsdiary .d-desc {
    -webkit-user-select: text;
    display: block;
    font-size: 12px;
    margin-right: 0px;
    text-align: center;
}
#newsdiary .d-desc p{
	line-height: 26.4px;
}
#newsdiary h3 {
    font-size: 20px;
    text-align: center;
	  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#news section {
    padding: 0 !important;
}
#news .container {
    width: 100%;
}
.d-image .img-responsive {
    margin: 0 auto;
    padding: 0 10px;
}

/* センター寄せ */
.center-contents {
    text-align: center;
}

/*@media screen and (max-width: 320px) and (max-width: 420px){*/
@media screen and (max-width: 420px){
    #top section {
        padding: 1em 0;
    }
    nav .active a{
        border-bottom: none;
        border-color: none;
    }
    nav a:hover{
        border-bottom: none;
        border-color: none;
        color: none;
    }

    #weekly{    
        width: 100%;
        font-size: 8px;
    }
    #weekly th, #weekly td{
        padding: 5px 0px;
        font-size:10px;
    }
    #slideshow {
        width: 100%;
    }
    #slideshow div {
        /*width: 80%;*/
        width: 100%;
    /* height: 220px; */
    }
    #slideshow ul {
        /*width: 20%;*/
        width: 100%;
    }
    #slideshow div img{
        width:100%;
    }
    #system{    
        width: 100%;
    }
    #schedule{
        font-size: 13px;
    }
    #schedule ul{
        margin: 0;
        padding: 0;
    }
	/* ピックアップガール */
    #pickup li {
    padding: 0 40px;
    }
    #pickup h3 {
    font-size: 120%;
    }
    #pickup p {
    font-size: 100%;
    }
/* 一覧NEWS並び */
#newsdiary .row{
	margin-bottom:30px;
    float: inherit;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
#newsdiary .d-image {
	display: block;
	float: left;
	font-size: 12px;
    /* max-height: 220px; */
	text-align: left;
	width: 100%;
}
#newsdiary .d-desc {
    -webkit-user-select: text;
    display: block;
    font-size: 12px;
    margin-right: 0px;
    text-align: center;
}
#newsdiary .d-desc p{
	line-height: 26.4px;
}
#newsdiary h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#news section {
    padding: 0 !important;
}
#news .container {
    width: 100%;
    padding-right: 2px;
    padding-left: 2px;
}
.d-image .img-responsive {
    margin: 0 auto;
    padding: 0 5px;
}
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    header{

        z-index: 10;
    }
    #logo{
		display:flex;
        justify-content:center;
    }
    #logo img{
        max-width: 250px;
    }
    #call{
        margin-top: 1em;
    }
    nav{
        clear: both;
        padding-top: 1em;
        font-size: 1.2em;
    }
    nav ul{
        display: block;
        width: 100%;
    }
    nav li{
        display: inline-block;
        width: 19%;
        text-align: center;
        border: none;
        padding: 0;
    }
    #pull{
        display: none;
    }
    #slider #catch{
        position: absolute;
        top:50%;
        font-size: 2em;
    }
    #slider #catch a{
        display: inline-block;
        margin: 10px;
        padding: 5px 10px;
        border: solid 2px #fff;
        border-radius: 5px;
        font-size: 0.5em;
    }
    #slider #catch a:hover{
        background: rgba(166,20,7,0.7);
    }
    #girls li{
        width: 25%;
    }
    #schedule li{
        width: 25%;
    }
    #reservation #name{
        width: 48%;
        float: left;
    }
    #reservation #tel{
        width: 48%;
    }
    #reservation #email{
        width: 98%;
    }
    #reservation .girl{
        width: 48%;
        float: left;
    }
    #reservation #duration{
        width: 48%;
    }
    #reservation #date{
        clear: both;
        width: 48%;
        float: left;
    }
    #reservation #time{
        width: 48%;
    }
    #reservation #outcall{
        width: 98%;
    }
    #reservation #message{
        width: 98%;
    }
    #reservation button{
        width: 98%;
    }
    #page-top{
        right:16px;
        bottom:16px;
    }
    footer .col1{
        width: 50%;
        float: left;
    }
    footer .col2{
        width: 50%;
        float: right;
    }
    footer .col3{
        clear: both;
    }
    footer #footer_logo{
        width: 50%;
        float: left;
    }
    footer #footer_logo img{
        max-width: 250px;
    }
    footer #footer_tel{
        width: 50%;
        float: right;
    }
    footer #copy{
        margin-top: 1em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #call{
        margin-top: 0.5em;
    }
    nav{
        padding-top: 0;
        text-align: center;
    }
    nav li{
        width: calc(100% / 11);
		float:left;
    }
	nav li img{
		vertical-align: bottom;
	}
    #system, #weekly{
        width: 890px;
    }
    #girls li{
        width: 20%;
    }
    #schedule li{
        width: 20%;
    }
    footer .col1{
        width: 33.3333333%;
        float: left;
    }
    footer .col2{
        width: 33.333333%;
        float: left;
    }
    footer .col3{
        width: 33.333333%;
        float:left;
        clear: none;
    }
    footer #footer_logo{
        width: 100%;
        float: none;
    }
    footer #footer_tel{
        width: 100%;
        float: none;
        margin-top: 0;
    }
    footer #copy{
        clear: both;
        margin-top: 1em;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #girls li{
        width: 16.6666667%;
    }
    #system, #weekly{
        width: 890px;
    }
    #schedule li{
        width: 16.6666667%;
    }
    #reservation form{
        width: 80%;
        margin: 0 auto;
    }
    #slider #catch{
        font-size: 2.5em;
    }
}


/* レスポンシブ独自調整 */
/* PC版 */
.girl_info {
    text-align: center;
}
.girlinfo {
    text-align: center;
}
#girls li{
    float: left;
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
}
.girl_info p {
    margin: 5px;
}

@media screen and (max-width: 479px){
#girls li {
    float: left;
    width: 50% !important;
    position: relative;
    overflow: hidden;
    padding: 20px 5px 5px 5px;
}
#schedule li {
    width: 50% !important;
    padding: 20px 5px 5px 5px;
}
.girl_info h3 {
    font-size: 100%;
    margin: 10px 0 0 0;
}
.girl_info p {
    font-size: 80%;
    margin: 5px;
}
.girlinfo h3 {
    font-size: 100%;
}
.girlinfo p {
    font-size: 80%;
}
#call2 {
    text-align: center !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
}
}

@media screen and (max-width: 991px){
#schedule li {
    width: 50% !important;
    padding: 10px 15px 15px 15px;
}
#girls li {
    float: left;
    width: 50% !important;
    position: relative;
    overflow: hidden;
    padding: 5px;
}
}

@media only screen and (min-width: 768px) {
    #girls li{
        width: 25%;
    }
    #schedule li{
        width: 25%;
    }
    #call2 {
		display:flex;
		justify-content:center;
    }
	.sns_icon {
    padding: 2px;
}
}

@media only screen and (min-width: 992px) {
    #schedule li{
        width: 16.6666667%;
        padding: 50px 15px 15px 15px;
    }
    #girls li {
        width: 16.6666667%;
        padding: 50px 15px 15px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    #girls li{
        width: 16.6666667%;
        padding: 50px 15px 15px 15px;
    }
    #schedule li{
        width: 16.6666667%;
        padding: 30px 15px 15px 15px;
    }
}


.list-unstyled
{
	font-family: 'Noto Serif JP', serif;
}
h2{
	font-family:'Noto Serif JP', serif;
	letter-spacing:3px;
}

#welcome p{
	line-height:2.5;
}
.container_text{
	border:1px solid #fff;
	padding:10px;
}