/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
/*女の子一覧*/
#castlist-photo-box {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    margin-bottom: 10px;
}

#castlist-photo-box:after {
    content: "";
    clear: both;
    display: block;
}

#castlist-photo-box li {
    width: 32%;
    float: left;
}

#castlist-photo-box li a {
    display: block;
    margin: 22px;
    text-decoration: none;
    color: #fff;
}

#castlist-photo-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#castlist-text-box {
    background-color: rgb(130, 115, 93);
    padding: 3px;
    height: 58px;
}

#castlist-photo-box-inner {
    position: relative;
    height: 255px;
    overflow: hidden;
}

/*女の子一覧新人アイコン表示*/
#castlist-photo-box-inner .cast-newface {
  position: absolute;
  top: 5px;
  left: 5px;
}

#castlist-photo-box-grade {
    position: absolute;
    top: 5px;
    left: 7px;
}

#castlist-photo-box-grade span {
    color: #E91E63;
    font-weight: bold;
}

#cadtlist-cast-name {
    font-size: 16px;
    line-height: 18px;
}

#cadtlist-cast-rookie {
    color: green;
    font-weight: bold;
}

#castlist-text-box p {
    margin:0;
    text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#castlist-text-box p + p {
    margin-top: 0px;
    font-size: 13px;
    line-height: 17px;
}

/*
**女の子プロフィール
*/
.profile-box:after {
  content: "";
  clear: both;
  display: block;
}

.profile-photo-box {
  float: left;
  padding-right: 15px;
  width: 45%;
  box-sizing: border-box;
}

.profile-photo-box:after {
  content: "";
  clear: both;
  display: block;
}

.profile-photo-box .photo-top > img {
  display: block;
  margin: 0 auto;
}

.profile-text-box {
  float: left;
  box-sizing: border-box;
  width: 55%;
}

/*
**女の子プロフィール 写真一覧表示設定
*/
#photo-boxlist li:nth-child(5) {
  margin-bottom:10px;
}

/*
**写真並び
*/
#photo-boxlist {
    list-style-type: none;
    padding: 0;
    margin-bottom: 10px;
}

#photo-boxlist:after {
content: "";
    clear: both;
    display: block;
}
.profile-photo-box ul {
  margin: 0!important;
}
#photo-boxlist li {
    width: 20%;
    float: left;
}


#photo-boxlist a {
    display: block;
    margin: 2px;
    text-decoration: none;
    color: #333;
}
#primary-krc h4,
#primary-krc h3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #fff;/*文字色*/
  background: #000;/*背景色*/
  border-left: solid 5px #c5ab5a;/*左線（実線 太さ 色）*/
  font-size: 17px!important;
  margin: 35px 0 10px!important;
}

.krc_calendar {
  position: relative;
  width: 100%
}

.krc_calendar dl {
  float: left;
  width: 16%;
  border: 0px;
  padding: 0em;
  text-align: center;
  border: solid 1px #eee;
  height: 64px;
}

.krc_calendar dl dt {
  font-size: 0.8em;
  text-align: center;
  border-bottom: solid 1px #eee;
  background-color: #eee;
}

.krc_calendar dl dt dd {
  font-size: 0.8em;
}

.krc_calendar dl dt a {
  font-weight: normal;
}

.krc_calendar .sat a {
  color: blue;
}

.krc_calendar .sun a {
  color: red;
}

/*スケジュール装飾*/
.krc_calendar ul {
  border: 0px;
  padding: 0em;
  text-align: center;
  height: 64px;
  margin: 0;
}

.krc_calendar ul li {
  list-style: none;
  float: left;
  width: 14%;
  border: solid 1px #eee;
  padding: 15px 0;
}

.krc_calendar ul .target {
  background-color: #94e8ff;
}

.twp-article-wrapper {
  padding: 0 10px;
}

.krc_calendar_li li {
  list-style: none;
}

/*セラピストプロフィール装飾*/
.specialty_tre {
  position: relative;
  padding: 0;
}

.specialty_tre li {
  font-size: 75%;
  list-style: none;
  float: left;
  width: 30%;
  text-align: center;
  background-color: #927268;
  margin: 5px;
  border-radius: 5px;
  color: white;
  overflow: hidden;
}

.twitter-url {
  position: relative;
  margin: 18px 0;
}

.twitter-url .button {
  text-align: center;
  background-color: #03A9F4;
  color: white;
  display: block;
  border-radius: 7px;
}
#primary-krc {
  font-size: 14px!important;
}

/*流れる文字装飾*/
#wrapper-text-box div {
 width: 100%;
 height: 30px;
 padding: 15px 0;
 overflow: hidden;
}
#wrapper-text-box dl {
 display: block;
 margin: 0;
}
#wrapper-text-box dt, #wrapper-text-box dd {
 display: block;
 float: left;
 margin: 0 10px;
 padding: 5px 10px;
}
#wrapper-text-box dt {
 background-color: #f66;
 color: #fff;
}
#wrapper-text-box dd {
 color: #333;
 margin-right: 50px;
}

.krc_calendar ul .target {
    background-color: #FF9800!important;
}

/*
*** スライダー画像装飾
*/
#slider-photo-box-inner {
    position: relative;
    height: 304px;
    overflow: hidden;
    display: block;
    width: 100%;
}

#slider-text-box {
    background-color: rgb(130, 115, 93);
    padding: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: white;
}

#slider-text-box p {
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#slider-text-box p + p {
    margin-top: 0px;
    font-size: 13px;
    line-height: 17px;
}
#slider-photo-box {
    padding: 3px;
    width: 44%;
    color: white;
}
#slider-photo-box:after {
    content: "";
    clear: both;
    display: block;
}
#slider-photo-box-inner .cast-newface {
  position: absolute;
  top: 5px;
  left: 5px;
}


/*スケジュール一覧***********************************/
#schedule-photo-box {
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
    margin-bottom: 10px;
}

#schedule-photo-box:after {
    content: "";
    clear: both;
    display: block;
}

#schedule-photo-box li {
    width: 32%;
    float: left;
}

#schedule-photo-box li a {
    display: block;
    margin: 22px;
    text-decoration: none;
    color: #fff;
}

#schedule-photo-box img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#schedule-text-box {
    background-color: rgb(130, 115, 93);
    padding: 3px;
    height: 58px;
}

#schedule-photo-box-inner {
    position: relative;
    height: 255px;
    overflow: hidden;
}

/*女の子一覧新人アイコン表示*/
#schedule-photo-box-inner .cast-newface {
  position: absolute;
  top: 5px;
  left: 5px;
}

#schedule-photo-box-grade {
    position: absolute;
    top: 5px;
    left: 7px;
}

#schedule-photo-box-grade span {
    color: #E91E63;
    font-weight: bold;
}

#cadtlist-cast-name {
    font-size: 16px;
    line-height: 18px;
}

#cadtlist-cast-rookie {
    color: green;
    font-weight: bold;
}

#schedule-text-box p {
    margin:0;
    text-align: center;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#schedule-text-box p + p {
    margin-top: 0px;
    font-size: 13px;
    line-height: 17px;
}


/*TOP-横幅設定*/
.top-content-box {
    margin: 0 20%;
    padding: 5px;
}

/*TOP装飾*/
  .post-new-box ul {
    padding: 0px 8px;
  }
  .post-new-box ul li {
    list-style: none;
    border-bottom: 1px dotted #333;
    margin-top: 5px;
  }
  .post-new-box ul li:last-child{
    border-bottom: 0;
  }
  .post-new-box ul li:first-child{
    margin-top: 0px;
  }
  .post-new-box ul li a {
    font-size: 22px;
    color: #008bca;
  }
  .time-box {
    position: relative;
    font-size: 16px;
  }

  .post-new-box ul.post-categories {
    top: -1px;
    position: absolute;
    margin-left: 94px;
  }
  .post-new-box ul.post-categories li {
    float: left;
    border-bottom: 0;
    margin-top: 0;
    margin-left: 7px;
    border-radius: 5px;
    padding: 6px;
    line-height: 12px;
    background-color: #6b4112;
  }
  .post-new-box ul.post-categories li a {
    font-size: 11px;
    color: #ffffff;
  }

  .post-new-box ul.post-categories:after {
    content: "";
    clear: both;
    display: block;
  }

/*TOPメニュー装飾*/
.under-image-box {
  position: relative;
  padding-bottom: 5px; 
}
.under-image-box ul {
  padding: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.under-image-box li {
  list-style: none;
  float: left;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}

/*TOPメニューバナー装飾*/
.menu-banner-box {
  position: relative;
  padding-bottom: 5px; 
}
.menu-banner-box ul {
  padding: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.menu-banner-box li {
  list-style: none;
  float: left;
  width: 24%;
  margin-left: 5px;
}

/*TOP 新人＆ピックアップ装飾*/
.new-pickup-box {
  position: relative;
  display: block;
  width: 95%;
  padding: 0px;
  height: 310px;
  margin: 0 auto;
}
.new-pickup-box .box-left {
  width: 240px;
  height: 290px;
  margin: 0 auto;
}
.new-pickup-box .box-left img {
  overflow: hidden;
  position: relative;
}
.new-pickup-box .box-left .swiper-slide {
  
}
.new-pickup-box .box-right {
  width: 240px;
  height: 290px;
  margin: 0 auto;
}

.box-content-inner {
  bottom: 0;
  display: block;
  position: absolute;
  background-color: #7955488f;
  color: white;
  width: 100%;
  padding: 3px;
  line-height: 19px;
}

.box-content-inner .name-box,
.box-content-inner .age-box {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 13px;
}

.cast-newface {
  z-index: 1;
    position: absolute;
    top: 5px;
    left: 5px;
}
.swiper-container2,
.swiper-container {
  width: 240px;
  float: left;
  margin-left: 10px!important;
  margin-right: 10px!important;
}
.swiper-button-next {
  background-image:url(images/arrow_right.png)!important;
  width: 32px!important;
  background-size: 32px 32px!important;
}
.swiper-button-prev {
  background-image:url(images/arrow_left.png)!important;
  width: 32px!important;
  background-size: 32px 32px!important;
}
.top-content-box .title-box {
  width: 92%;
  margin: 0 auto;
}
.top-content-box .title-box .left {
  width: 235px;
  float: left;
  text-align: center;
  font-weight: bold;
}
.top-content-box .title-box .right {
  width: 235px;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (min-width: 980px) {
	.site-logo {
		display:none;
	}
}
@media screen and (max-width: 780px) {

}

@media screen and (max-width: 765px) {
  header .btn-menu {
    position: absolute;
    z-index: 9999;
    right: 17px;
    top: -56px;
    height: 32px;
  }
	.top-content-box .title-box {
  width: 56%;
  margin: 0 auto;
}
  #castlist-photo-box li {
	    width: 50%;
	}
	#castlist-photo-box-inner {
	    height: 144px;
	}
  .profile-photo-box {
    width: 100%;
  }
  .profile-text-box {
    width: 100%;
  }
  .post-navigation {
      margin: 21px 0 25px;
      padding: 6px;
  }
  .container.content-wrapper {
    padding: 15px!important;
  }
  .go-top.show {
      bottom: 61px!important;
  }
  .elementor-13 .elementor-element.elementor-element-0232e55 {
    padding: 0px 0px 0px 0px!important;
  }
  .krc_calendar a{
      font-size:  9px;
  }
  #slider-photo-box-inner {
    height: 240px;
  }

  #schedule-photo-box li {
      width: 47%;
  }

  #schedule-photo-box li a {
      margin: 7px;
  }
  #cadtlist-cast-name {
      font-size: 13px;
      line-height: 17px;
  }

  .elementor-13 .elementor-element.elementor-element-72a3969 {
      padding: 0px 17px 0px 20px!important;
  }

  .elementor-13 .elementor-element.elementor-element-72a3969 {
      margin-top: 0px!important;
      margin-bottom: 0px!important;
  }

  .top-content-box {
      margin: 0;
  }
	
	.new-pickup-box .box-left {
  height: 190px;
}
.new-pickup-box .box-right {
  height:190px;
}
/*TOP 新人＆ピックアップ装飾*/
.new-pickup-box {
  height: 350px;
}
  /*TOP装飾*/
  .post-new-box ul {
    padding: 0px 8px;
  }
  .post-new-box ul li {
    list-style: none;
    border-bottom: 1px dotted #333;
    margin-top: 5px;
  }
  .post-new-box ul li:last-child{
    border-bottom: 0;
  }
  .post-new-box ul li:first-child{
    margin-top: 0px;
  }
  .post-new-box ul li a {
    font-size: 18px;
    color: #008bca;
  }
  .time-box {
    position: relative;
    font-size: 13px;
  }

  .post-new-box ul.post-categories {
    top: 1px;
    position: absolute;
    margin-left: 76px;
  }
  .post-new-box ul.post-categories li {
    float: left;
    border-bottom: 0;
    margin-top: 0;
    margin-left: 7px;
    border-radius: 3px;
    padding: 3px;
    line-height: 12px;
    background-color: #6b4112;
  }
  .post-new-box ul.post-categories li a {
    font-size: 11px;
    color: #ffffff;
  }

  .post-new-box ul.post-categories:after {
    content: "";
    clear: both;
    display: block;
  }
	
	.new-pickup-box .box-left {
  height: 260px;

}

.new-pickup-box .box-right {
  height: 260px;
}
  /*TOPメニュー装飾*/
  .menu-banner-box li {
    list-style: none;
    float: left;
    width: 46%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .swiper-container2, .swiper-container {
    width: 145px;
    float: left;
    margin-left: 3px!important;
    margin-right: 3px!important;
  }
  .new-pickup-box {
    width: 100%;
    height: 260px;
  }
  .top-content-box .title-box  {
    width: 100%;
  }
  .top-content-box .title-box .left {
    width: 49%;
  }
  .top-content-box .title-box .right {
    width: 40%;
  }
	
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
		padding: 0px 0px;
		width: 100%;
	}
}


#mobileFootNav { display:none; }
@media only screen and (max-width: 767px) {
  #mobileFootNav { display:block; z-index:1030; width:100%; height:60px; position:fixed; bottom:0; }
  #mobileFootNav { background:rgba(255,255,255,0.7); border-top:1px solid #e1e1e1; }
  #mobileFootNav .ftNavBtn { float:left; width:31%; height:46px; margin:7px 1%; }
  #wrap_all { padding-bottom:60px; } 
}
 
/* ボタンデザイン */
.redButton .webfontIcon { font-size:20px; line-height:24px; font-weight:normal; }
.redButton {
  box-shadow: inset 0px 1px 0px 0px #ff85ae;
  background: linear-gradient(to bottom, #f50053 5%, #ce0046 100%);
  background-color: #af003b;
  border-radius: 3px;
  border: 1px solid #ca0045;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #980034;
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  width:100%;
  height:100%;
  text-align:center;
  vertical-align:middle;
}
.redButton:hover {
  background:linear-gradient(to bottom, #ce0046 5%, #f50053 100%);
  background-color:#ce0046;
  text-decoration:none;
}
.redButton:active { position:relative; top:1px; }

/* ボタンデザイン */
.greenButton .webfontIcon { font-size:20px; line-height:24px; font-weight:normal; }
.greenButton {
  box-shadow: inset 0px 1px 0px 0px #08d4c0;
  background: linear-gradient(to bottom, #008e80 5%, #00756a 100%);
  background-color: #006f65;
  border-radius: 3px;
  border: 1px solid #00655b;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #005049;
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  width:100%;
  height:100%;
  text-align:center;
  vertical-align:middle;
}
.greenButton:hover {
  background:linear-gradient(to bottom, #00756a 5%, #008e80 100%);
  background-color:#008e80;
  text-decoration:none;
}
.greenButton:active { position:relative; top:1px; }

/* ボタンデザイン */
.pinkButton .webfontIcon { font-size:20px; line-height:24px; font-weight:normal; }
.pinkButton {
  box-shadow: inset 0px 1px 0px 0px #ffdcdc;
  background: linear-gradient(to bottom, #ff8ab2 5%, #ff5d94 100%);
  background-color: #ff8ab2;
  border-radius: 3px;
  border: 1px solid #d4356b;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ad033c;
  font-size:13px;
  line-height:16px;
  font-weight:bold;
  width:100%;
  height:100%;
  text-align:center;
  vertical-align:middle;
}
.pinkButton:hover {
  background:linear-gradient(to bottom, #ff5d94 5%, #ff8ab2 100%);
  background-color:#ff8ab2;
  text-decoration:none;
}
.pinkButton:active { position:relative; top:1px; }