/* 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://jp.dorifu-escort.com/wp-content/uploads/2026/02/bk.jpg");
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    background-position: center center; /*--背景画像の位置--*/
    font-family: "Quicksand","PT Serif","Kaisei Opti", "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
    font-weight: 400;
    font-style: normal;
}

/* スペース */
.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 #AA9855;
    text-align: center;
    padding: 0 0 10px 0;
    font-size: 2em;
    font-weight: bold;
    color: #AA9855;
    text-align: center;
}
.page_text {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 1em;
}
.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;
}
.form div{
    padding: 0.6em 0;
}

.screen-reader-response {
    display: none;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: solid 2px #44362B;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #44362B;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    border: solid 2px #44362B;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #44362B;
    height: 50px;
    width: 100%;
}
select.wpcf7-form-control.wpcf7-select {
    border: solid 2px #44362B;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #44362B;
    height: 50px;
    width: 100%;
}
span.wpcf7-list-item-label {
    padding: 10px;
    color: #44362B;
    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 #44362B;
    background: none;
    border-radius: 5px;
    padding: 10px;
    color: #44362B;
    width: 100%;
    height: 100px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: solid 2px #44362B;
    background: rgba(129,118,75,1);
    border-radius: 5px;
    padding: 10px;
    color: #44362B;
    height: 50px;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit:hover{
    opacity:0.8;
    transition:0.3s;
}
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{
    color:#44362B;
    background-color:#FBF3EE;
}
body a{
    color: #44362B;
}
body a:hover{
    color: #44362B;
    text-decoration: none;
}
h1,h2,h3,h4,h5{
    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 #44362B;
    border-radius: 3px;
}
.modal a:hover{
    background: rgba(68,54,43,0.9);
    color: #fff;
}
header{
    width: 100%;
    background:#FBF3EE;
}
#logo{
    margin-top: 1em;
}
#logo img{
    width: 250px;
    max-width: 200px;
}
#call{
    font-size: 13px;
    text-align: center;
}

#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 {
  background: linear-gradient(to bottom, #C8D48A, #AEBB63);
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    height: 40px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
nav ul{
    display: flex;
    justify-content: center;
}
nav a{
    color: #fff;
}
nav ul{
    display: none;
}


@media only screen and (max-width: 787px){
    #call{
        position: absolute;
        top: 18px;
        right: 58px;
    }
    #call a{
        font-size: 19px;
    }
    #call span{
        display: none;
    }
    #call i{
        font-size: 19px;
    }
    #call2{
        position: absolute;
        top: 49px;
        right: 60px;
        font-size: 10px;
        color: #B8C377;
    }
nav{
    height: 0;
}

nav ul li{
    width: calc((100vw - 0px) / 3);
    padding: 5px 0;
    margin: 0 0 1px 0;
    text-align: center;
    float: left;
    background: linear-gradient(to bottom, #C8D48A, #AEBB63);
}

}

nav a{
    display: block;
    letter-spacing: 1.5px;
}

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 0;
}
#top h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 2em;
}
#top h2 span{
    display: inline-block;
    font-size: 3em;
    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: 1.0;
    -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://jp.dorifu-escort.com/wp-content/uploads/2026/01/schedule-bg.png) no-repeat;*/
background: linear-gradient(to bottom, #d7daac, #C8D48A);
border: solid 2px #AEBB63;
    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: #FBF3EE;
    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-align: 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;
}
.system-style p{    
  text-align: left;
}
.system-style div{    
  padding-top: 2em;
  padding-bottom: 1em;
}
.system-style h3{    
  font-size: 1.5em;
  font-weight: bold;
}

/* ===== セクション見出し ===== */
.course-title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #AA9855; /* ゴールド */
  text-align: center;
  margin: 35px 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #AA9855;
  letter-spacing: 0.05em;
}

/* ===== 説明文 ===== */
p {
  text-align: center;
  font-size: 15px;
  margin: 10px 0 20px;
}

/* ===== テーブル共通 ===== */
.course-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 35px;
  background: #111;
  box-shadow: 0 0 10px rgba(212,175,55,0.15);
}

/* ヘッダー */
.course-table th {
  background: #B8C377;
  color: #fff; 
  font-weight: bold;
  padding: 12px;
  border: 1px solid #9EAA5F; 
  font-size: 15px;
  text-align: center;
}

/* セル */
.course-table td {
  padding: 12px 8px;
  border: 1px solid #9EAA5F;
  text-align: center;
  font-size: 14px;
  color: #44362B; /* 背景が明るいので文字は濃く */
  background: #F7F9EE; /* 薄いグリーン系で統一感 */
}

/* 後方セルをセンタリング */
.td-center td{
  text-align: center !important;
}

/* 行ホバー */
.course-table tr:hover td {
  background: #DCE5A3; /* ホバー時少し濃く */
}

/* サービス内容テーブルは左寄せ */
.course-table td:last-child {
  text-align: left;
  line-height: 1.6;
}

.course-table p {
  text-align: left;
}

/* ===== VIP強調 ===== */
.vip-highlight td {
  background: #1c1505;
  color: #ffd700;
  font-weight: bold;
}

/* ===== スマホ対応 ===== */
@media screen and (max-width: 600px) {
  .course-title {
    font-size: 1.5rem;
  }
  .course-table th,
  .course-table td {
    font-size: 13px;
    padding: 9px 6px;
  }
}



/* ピックアップガール */
#pickup li {
    list-style: none;
    margin: 20px auto 0 auto;
    text-align: center;
}
#pickup li img{
    background-image:url("https://jp.dorifu-escort.com/wp-content/uploads/2026/02/pickup-bg2.png");
    background-size:cover;
    padding: 28px;
    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: 769px) {
    header{

        z-index: 10;
    }
    #logo{
        display:flex;
        justify-content:center;
    }
    #logo img{
        max-width: 200px;
    }
    #call{
        margin-top: 1em;
    }
    nav{
        clear: both;
        /*padding-top: 1em;*/
        font-size: 1.0em;
    }
    nav ul{
        display: flex;
        justify-content: center;
        -webkit-justify-content: center;
        justify-content: flex-start;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        padding-top: 0.8em;
    }
    nav li{
        flex-grow: 1;
        text-align: center;
        border: none;
        /*padding: 10px 0 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;
        padding-top: 1.5em;
    }
    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;
    }
}

@media screen and (min-width: 769px) and (max-width: 800px) {
nav ul{
    font-size: 0.8em;
    width: 98%;
    }
nav ul li{
    padding: 5px 0;
    margin: 0 0 1px 0;
    float: left;
    }

}

/* 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% / 9);
        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;
        font-size: 1.5em;
    }
    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;
    text-align: center;
}
.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%;
}

}

@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;
        padding: 0 0 5px;
    }
    .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;
    }
}



#welcome{
    color: #fff;
}
#welcome p{
    line-height:2.5;
}

.container_text{
    border:1px solid #fff;
    padding:10px;
    background-color: rgba(68, 54, 43, 0.6);
}

/* Edit from here */

/* スマホ対応 */
@media only screen and (max-width: 479px){
    div.container p#call{
        margin: 0.3em 0 0.3em;
        }
    div.container p{
        margin:0 auto 0.5em;
        }
    div.container center{
        margin:0 auto 2em;
        }
    div.container div#call2 img{
        }
    #logo img{
        width: 100px;
        }
    #top h2 span{
        font-size: 1.6em;
        }
    #welcome p{
        font-size: 1em;
        line-height:2.2;
        }
    .form {
        font-size: 1.5rem;
        }
    footer p{
        margin: 0.5em 0 0.5em;
        }
    footer #footer_logo img{
        width: 150px;
        }
    footer #footer_tel{
        font-size: 1.5em;
        }
    footer #copy{
        margin: 2em 0 1em;
        font-size: 0.5em;
        }
    .system-style div.container{
        padding-top: 0;
        margin-top: 0;
        }
    .system-style div.container div.course-title{
        padding-top: 1em;
        margin-top: 0;
        }
}

/* サイズ別対応 */
@media only screen and (min-width: 768px){
    div.container p#call{
        margin: 0.3em 0 0.3em;
        font-size: 1.5em;
        letter-spacing: 1px;
        }
    footer #footer_tel{
        font-size: 1.8em;
        margin: 0.3em 0 0.4em;
        }
    footer #copy{
        margin: 4em 0 2em;
        }
    .system-style div.container{
        padding-top: 0;
        margin-top: -1em;
        }
    .system-style div.container div.course-title{
        padding-top: 1em;
        margin-top: 0;
        }
}

/* TOP バランス調整 */
@media only screen and (min-width: 992px){
    footer p{
        margin: 0.5em 0 0.1em;
        }
    footer #copy{
        padding: 3em 0 1em;
        }
    #logo img{
        width: 200px;
        }
}

/* PlayGuide-bnr */
.center-contents a img{
    width: 600px;
    opacity: 0.9;
    -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;
}
.center-contents a 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);
}
/* HowToPlay */
.center_button a img{
    width: 40%;
    opacity: 0.9;
    -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;
    background-color: #111;
}
.center_button a 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);
}
#pickup div.container li a img{
    opacity: 1.0;
    -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;
}
#pickup div.container li a 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);
}

@media only screen and (min-width: 1200px){
.container{
    width: 1100px;
    }
}
@media only screen and (min-width: 992px){
.container{
    width: 960px;
    }
}
@media only screen and (max-width: 1024px){
/* PlayGuide-bnr */
.center-contents a img{
    width: 60%;
    }
/* HowToPlay */
.center_button a img{
    width: 60%;
    }
}
@media only screen and (max-width: 767px){
/* PlayGuide-bnr */
.center-contents a img{
    width: 80%;
    }
/* HowToPlay */
.center_button a img{
    width: 80%;
    }
}
/* Edit to here */