@charset "utf-8";
/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/

/*_flexContainer設定_*/
.flex-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-con_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-con_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*_flexContainer設定_PcRow-SpCol_*/
.flex-con_r-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (min-width : 769px) {
  .flex-con_r-c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

  }
}

/*_flex設定_PcCol-SpRow_*/
.flex-con_c-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (min-width : 769px) {
  .flex-con_c-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*_flex設定_wrap nowrap*/
.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*_flex設定_nowrap*/
/*※デフォルト設定*/
.flex_nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*_flex設定_space-between 最初と最後のアイテムは端に、残りは等間隔*/
.flex_space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*_flex設定_space-around 全てのアイテムは等間隔*/
.flex_space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/*_flex設定_center 全てのアイテムは中央*/
.flex_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*_flex設定_left 全てのアイテムは左*/
.flex_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*_flex設定_right 全てのアイテムは左*/
.flex_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*_flex設定_stretch アイテムはflexコンテナの高さ（または幅）いっぱいに配置*/
/*※デフォルト設定*/
.flex_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/*_flex設定_alignCenter flexコンテナのクロス軸の中央に配置*/
.flex_alignMiddle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*_flex設定_alignCenter flexコンテナのクロス軸の上部始点に配置*/
.flex_alignTop {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*_flex設定_alignCenter flexコンテナのクロス軸の下部終点に配置*/
.flex_alignBottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

td {
  border: 1px solid #805c00;
}

.sub_h_header h4,
#main h3,
.entry-header h1 {
  color: #8F8260;
}

.page-wrap .content-wrapper {
  background-color: unset !important;
}

/* .page-id-745 .page-wrap .content-wrapper {
  background: url("./images/bg_pink.jpg") repeat;
} */

/*ヘッダー部装飾*/
.site-header.fixed {
  position: fixed !important;
}

/*ヘッダー部　メニューフレックス*/
.flex {
  display: none;
}

/*女の子一覧*/
#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: rgba(255, 255, 255, 0.75);
  padding: 3px;
  height: 58px;
}

#castlist-photo-box-inner {
  position: relative;
  height: 255px;
  overflow: hidden;
}
/*PCメニューアイコンマージン*/
.top-custom {
  margin-top: 100px;
}
@media only screen and (max-width: 765px) {
  .top-custom {
    margin-top: 0px;
  }
}

/*女の子一覧新人アイコン表示*/
#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;
  color: #5e4038;
}

#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%;
}

#mainvideo {
  position: relative;
  width: 100%;
  text-align: center;
}

/*
**女の子プロフィール 写真一覧表示設定
*/
#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: #4c3907;
  /*背景色*/
  border-left: solid 5px #9e7700;
  /*左線（実線 太さ 色）*/
  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 #805c00;
  height: 64px;
}

.krc_calendar dl dt {
  font-size: 0.8em;
  text-align: center;
  border-bottom: solid 1px #805c00;
  background-color: #805c00;
}

.krc_calendar dl dt dd {
  font-size: 0.8em;
}

.krc_calendar dl dt a {
  font-weight: normal;
}

/*ADD 20210721*/
.krc_calendar .mon a,
.krc_calendar .tue a,
.krc_calendar .wed a,
.krc_calendar .thu a,
.krc_calendar .fri a,
.krc_calendar .target a {
  color: black;
}

.krc_calendar .sat a {
  color: #2196F3;
}

.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 #805c00;
  padding: 15px 0;
  background-color: #FFF;
}

.krc_calendar ul .target {
  background-color: #e79ed7;
}

.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: #9a0034 !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-content-box .title {
  text-align: center;
  font-size: 20px;
  margin: 1em 0 1em;
  line-height: 1.2;
}

.top-content-box .title h2 {
    font-family: "Libre Baskerville", serif;
    color: #8F8260;
}

.top-content-box .title h2 span {
  font-size: 12px;
}

/*TOP装飾*/
.post-new-box ul {
  padding: 0px 8px;
}

.post-new-box ul li {
  list-style: none;
  border-bottom: 1px dotted #333;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: #796d51;
}

.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;
}

/*
** 20220719 追加
** 背景透かし追加
*/
.bg-white-05 {
  background-color: rgba(255, 255, 255, 0.6);
}

/*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メニューバナー装飾_4つ横並び*/
.menu-banner-box2 {
  position: relative;
  padding-bottom: 5px;
}

.menu-banner-box2 ul {
  padding: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.menu-banner-box2 li {
  list-style: none;
  float: left;
  width: 22%;
  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;
}

/* スライドショーslicksliderここから*/
.slider-reset {
  padding: 0;
  margin: 0;
}

.slick-slide {
  text-align: center;
}

.slick-slide img {
  max-width: 320px;
  max-height: 320px;
  margin: 0 auto;
}

.slick-slide .cast-newface-box {
  position: relative;
}

.slick-slide .cast-newface-box-img {
  position: absolute;
  top: 6px;
  left: 477px;
  z-index: 1;
}

.site-header {
  /*background-color: rgba(74, 54, 6, 0.95) !important;*/
  background-color: #fff!important;
}

@media screen and (min-width: 980px) {
  .site-logo {
    display: none;
  }
}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 765px) {

  /*ヘッダー部　メニューフレックス*/
  .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .flex .box {
    width: 20%;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    border-left: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 10px 0;
  }

  .flex .menu-btn-header {
    /*background-color: black;*/
    background-color: rgba(74, 54, 6, 0.95);
  }

  header .btn-menu {
    position: absolute;
    z-index: 9999;
    right: 17px;
    top: -62px;
    height: 32px;
  }

  .top-custom {
    padding-top: 52px;
  }

  /*SPメニュー装飾*/
  header .btn-menu .menu-text {
    position: absolute;
    font-size: 12px;
    top: 31px;
    right: 3px;
    color: #ccc;
  }

  .site-header {
    padding: 5px 0;
  }

  .site-header.float-header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .site-logo {
    width: 140px;
    float: left;
  }

  #mainnav-mobi {
    margin-top: 5px;
    background-color: #fff;
  }

  #mainnav-mobi ul > li > a {
    color: #614600;
  }

  .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: #796d51;
  }

  .time-box {
    position: relative;
    font-size: 13px;
  }

  .post-new-box ul.post-categories {
    top: 1px;
    position: absolute;
    margin-left: 80px;
  }

  .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;
  }

  /*TOPメニュー装飾4つ横並び用*/
  .menu-banner-box2 li {
    list-style: none;
    float: left;
    width: 22%;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .swiper-container2,
  .swiper-container {
    width: 260px;
    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%;
  }

  .slick-slide .cast-newface-box-img {
    left: 47px;
  }
}


#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: rgb(10 10 10 / 70%);
    border-top: 1px solid #a2a2a2;
  }

  #mobileFootNav .ftNavBtn {
    float: left;
    width: 31%;
    height: 46px;
    margin: 7px 1%;
  }

  #wrap_all {
    padding-bottom: 60px;
  }
}

/* ボタンデザイン（footer.php の pastel* クラス含む） */
.redButton .webfontIcon,
.pastelYellowButton .webfontIcon {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

.redButton,
.pastelYellowButton {
  /*box-shadow: inset 0px 1px 0px 0px #ff85ae;*/
  background: linear-gradient(to bottom, #906800 5%, #966d00 100%);
  background-color: #795548;
  /*border-radius: 3px;
  border: 1px solid #ca0045;*/
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #795548;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.redButton:hover,
.pastelYellowButton:hover {
  background: linear-gradient(to bottom, #634800 5%, #614600 100%);
  background-color: #614600;
  text-decoration: none;
  color: #fff;
}

.redButton:active,
.pastelYellowButton:active {
  position: relative;
  top: 1px;
}

/* ボタンデザイン */
.greenButton .webfontIcon,
.pastelGreenButton .webfontIcon {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

.greenButton,
.pastelGreenButton {
  /* box-shadow: inset 0px 1px 0px 0px #08d4c0; */
  background: linear-gradient(to bottom, #6d6d6d 5%, #656565 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 #565656;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.greenButton:hover,
.pastelGreenButton:hover {
  background: linear-gradient(to bottom, #cacaca 5%, #b5b5b5 100%);
  background-color: #bbbbbb;
  text-decoration: none;
}

.greenButton:active,
.pastelGreenButton:active {
  position: relative;
  top: 1px;
}

/* ボタンデザイン */
.pinkButton .webfontIcon,
.pastelPinkButton .webfontIcon {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

.pinkButton,
.pastelPinkButton {
  /*box-shadow: inset 0px 1px 0px 0px #ffdcdc; */
  background: linear-gradient(to bottom, #e466be 5%, #dd53c6 100%);
  background-color: #e751c7;
  /* border-radius: 3px; */
  /* border: 1px solid #d4356b; */
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0px 1px 0px #b63199;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.pinkButton:hover,
.pastelPinkButton:hover {
  background: linear-gradient(to bottom, #ff5d94 5%, #ff8ab2 100%);
  background-color: #ff8ab2;
  text-decoration: none;
}

.pinkButton:active,
.pastelPinkButton:active {
  position: relative;
  top: 1px;
}

/*Update */

/*＿＿＿＿single-krc_cast＿＿＿＿＿＿＿*/
@media only screen and (max-width: 767px) {
  .profile-photo-box {
    margin-bottom: 1em;
  }

  .profile-text-box {
    float: none;
  }
}


/*___タイトル___*/
.single-krc_cast #primary-krc h4,
.single-krc_cast #primary-krc h3 {
  background: url(images/bg_gold_02.jpg) center;
  background-size: cover;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;

  color: #332806;
  border-radius: 4px;
  box-shadow: 0 0 10px rgb(253, 252, 243);
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em !important;
}

.single-krc_cast #primary-krc .profile-name {
  border: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  color: #855524;
  text-align: center;
  font-size: 2em !important;
  font-style: italic;
  margin-bottom: 0!important;
}

.single-krc_cast #primary-krc .profile-type {
  text-align: center;
  font-size: 17px;
  margin-bottom: 7px;
  color: #e926bf;
}


/*__テーブルリスト__*/
.single-krc_cast #primary-krc .profile-text-box table {
  background: url(images/bg_gold_01.jpg) center;
  background-size: cover;
  border-collapse: separate;
}

.single-krc_cast #primary-krc .profile-text-box tbody {
  margin: 3px;
}

.single-krc_cast #primary-krc .profile-text-box td {
  background: rgba(255, 255, 255, 0.2);
  border: solid 2px #d5d5d5;
}


/*___出勤情報___*/

.single-krc_cast #primary-krc .krc_calendar {
  background: url(images/bg_gold_01.jpg) center;
  background-size: cover;


  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-krc_cast #primary-krc .krc_calendar dl {
  /* border: solid 1px #ffffc2; */
  border: none;
  margin-bottom: 0;
  width: 100%;
  padding: 1px;

  height: 40px;
  ;

  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.single-krc_cast #primary-krc .krc_calendar dl dt,
.single-krc_cast #primary-krc .krc_calendar dl dd {
  /* height: 40px;
  line-height: 40px; */
  /* margin:1px; */
  height: 38px;
  line-height: 38px;
  margin: 0 1px 1px 0;
}


.single-krc_cast #primary-krc .krc_calendar dl dt {
  border: none;
  background: none;
  width: 20%;
  background: rgba(255, 255, 255, 0.4);
}

.single-krc_cast #primary-krc .krc_calendar dl dt a {
  font-size: 1em;
  line-height: 36px;
}

.single-krc_cast #primary-krc .krc_calendar dl dd {
  background: rgba(255, 255, 255, 0.4);
  width: 80%;
}



/*___下部ナビゲーション__*/

.single-krc_cast #primary-krc .post-navigation {
  padding: 15px 30px;
}

.single-krc_cast #primary-krc .post-navigation {
  background: none;
  background: url("images/bg_gold_01.jpg") center;
  background-size: cover;
  color: #332806;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 0 10px rgb(253, 252, 243);
}

.single-krc_cast #primary-krc .post-navigation {
  background: none;
  background: url("images/bg_gold_01.jpg") center;
  background-size: cover;
  color: #332806;
  font-weight: bold;
}

/* 大きい円形矢印（Font Awesome）は非表示。＜＞はリンク内でクリック可能 */
.single-krc_cast #primary-krc .nav-previous span::before,
.single-krc_cast #primary-krc .nav-next span::before {
  content: none !important;
  display: none !important;
}

.single-krc_cast #primary-krc .nav-previous .nav-chevron,
.single-krc_cast #primary-krc .nav-next .nav-chevron {
  font-size: 1.25rem;
  font-weight: bold;
  color: #6d7685;
  line-height: 1;
}

.single-krc_cast #primary-krc .nav-previous a,
.single-krc_cast #primary-krc .nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}

/*Update 20201207*/
/*page-id-745　セラピスト募集ページ　/recruite*/
/*page-id-693　料金ページ　/price*/
/*page-id-1730　STAFFページ　/price*/

/*PC時横幅最大表示*/
@media only screen and (min-width: 992px) {

  body.page-id-745 div#primary,
  body.page-id-693 div#primary,
  body.page-id-1730 div#primary {
    width: 100% !important;
  }

  body.page-id-745 .content-area .post-wrap,
  body.page-id-693 .content-area .post-wrap,
  body.page-id-1730 .content-area .post-wrap {
    padding-right: 0;
  }
}

/*ヘッダーメニュー高さ分引き下げ*/
body.page-id-745 div#primary main#main,
body.page-id-693 div#primary main#main,
body.page-id-1730 div#primary main#main {
  margin-top: 46px;
}

@media only screen and (max-width: 1022px) {

  body.page-id-745 div#primary main#main,
  body.page-id-693 div#primary main#main,
  body.page-id-1730 div#primary main#main {
    margin-top: 28px;
  }
}

@media only screen and (max-width: 979px) {

  body.page-id-745 div#primary main#main,
  body.page-id-693 div#primary main#main,
  body.page-id-1730 div#primary main#main {
    margin-top: 92px;
  }
}

@media only screen and (max-width: 765px) {

  body.page-id-745 div#primary main#main,
  body.page-id-693 div#primary main#main,
  body.page-id-1730 div#primary main#main {
    margin-top: 0px;
  }
}

/*デフォルトタイトル削除*/
body.page-id-745 header.entry-header,
body.page-id-693 header.entry-header,
body.page-id-1730 header.entry-header {
  display: none;
}

/*PC SP 表示非表示*/
.w480_vis_inl {
  display: none;
}

.w480_vis_blk {
  display: none;
}

.sp_vis_inl {
  display: none;
}

.sp_vis_blk {
  display: none;
}

.pc_vis_inl {
  display: inline;
}

.pc_vis_blk {
  display: block;
}

.pc_vis_none {
  display: none;
}


@media only screen and (max-width: 765px) {
  .sp_vis_inl {
    display: inline;
  }

  .sp_vis_blk {
    display: block;
  }

  .pc_vis_inl {
    display: none;
  }

  .pc_vis_blk {
    display: none;
  }

  .sp_vis_none {
    display: none;
  }

}

@media only screen and (max-width: 480px) {
  .w480_vis_inl {
    display: inline;
  }

  .w480_vis_blk {
    display: block;
  }

  .w480_vis_none {
    display: none;
  }

}

/*_____________セラピスト募集　/recruite________________*/
#box__content--recruit .box__content {
  position: relative;
}

/*タイトルエリア*/
#box__content--recruit .box__header {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("https://premium-resort.jp/wp-content/uploads/2020/11/recruit_title_bg.jpg") center;
  background-size: cover;
  margin-bottom: 3em;
}

#box__content--recruit .box__header .ttl {
  width: 200px;
  height: 60px;
  color: rgb(130 ,115 ,93);
  margin: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  /*要素を浮かす*/
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*上下左右中央に*/
  width: 158px;
  /*widthの指定は必須*/
  height: 60px;
  /*heightの指定は必須*/
}

#box__content--recruit .box__header .ttl .txt--en {
  font-size: 40px;
  line-height: 40px;
}

#box__content--recruit .box__header .ttl .txt--jp {
  font-size: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  #box__content--recruit .box__header {
    height: 150px;
  }
}

/*イメージエリア*/
#box__content--recruit .box__row {
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}

/* #box__content--recruit #box__row--04 {
  background: rgb(255, 255, 255, 0.8);
} */

/* #box__content--recruit .box__row img {
  width: 100%;
}

#box__content--recruit .box--2box {
  width: 100%;
  height: 400px;
}

#box__content--recruit #box__row--01 {
  height: 330px;
}

@media only screen and (max-width: 760px) {
  #box__content--recruit .box--2box {
    height: 325px;
  }
}

@media only screen and (max-width: 480px) {

  #box__content--recruit #box__row--01 {
    height: 250px;
  }

  #box__content--recruit #box__row--02 {
    height: 300px;
  }
} */

.clearFix::after {
  content: "";
  display: block;
  clear: both;
}

#box__content--recruit .box--2box {
  margin-bottom: 2em;
}

#box__content--recruit .box--2box div:nth-child(odd) {
  float: left;
  clear: both;
}

#box__content--recruit .box--2box div:nth-child(even) {
  float: right;
  clear: both;
  position: relative;
  top: -2em;
}

#box__content--recruit .box--2box .box__photo,
#box__content--recruit .box--2box .box__txt {
  width: 80%;
  max-width: 600px;
}

#box__content--recruit .box--2box .box__txt {
  background: #ff87b0;
  padding: 10px;
}

#box__content--recruit .box--2box .txt--inf {
  font-size: 20px;
  line-height: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
  width: 100%;
  min-height: 8em;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  #box__content--recruit .box--2box .txt--inf {
    font-size: 14px;
  }
}

/* #box__content--recruit #box__row--01 .box__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
}

#box__content--recruit #box__row--01 .box__txt {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 99;
}

#box__content--recruit #box__row--02 .box__photo {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 88;
}

@media only screen and (max-width: 480px) {
  #box__content--recruit #box__row--02 .box__photo {
    top: 130px;
  }
}

#box__content--recruit #box__row--02 .box__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
} */

/*バナーエリア*/
#box__content--recruit #box__row--03 .box__banner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/*求人情報リスト*/
#box__content--recruit #box__row--04 .ttl--list {
  font-size: 30px;
  color: #fff;
  /* color:rgb(45, 45, 45); */
  text-align: center;
  line-height: 50px;
  position: relative;
}

#box__content--recruit #box__row--04 .ttl--list::before,
#box__content--recruit #box__row--04 .ttl--list::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

#box__content--recruit #box__row--04 .ttl--list::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#box__content--recruit #box__row--04 .ttl--list::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#box__content--recruit #box__row--04 .list--recruit {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  color: #444;
  /* color:rgb(45, 45, 45); */
  /*--*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*--*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*--*/
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#box__content--recruit #box__row--04 .list--recruit dt,
#box__content--recruit #box__row--04 .list--recruit dd {
  margin: 0;
  margin-bottom: 1em;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {

  #box__content--recruit #box__row--04 .list--recruit dt,
  #box__content--recruit #box__row--04 .list--recruit dd {
    font-size: 14px;
  }
}

#box__content--recruit #box__row--04 .list--recruit dt,
#box__content--recruit #box__row--04 .list--recruit dd {
  height: 4em;
}

#box__content--recruit #box__row--04 .list--recruit dt,
#box__content--recruit #box__row--04 .list--recruit dd {
  line-height: 4em;
}

#box__content--recruit #box__row--04 .list--recruit dt.ttl_salary,
#box__content--recruit #box__row--04 .list--recruit dd.dat_salary {
  height: auto;
  line-height: 1.2em;
}

#box__content--recruit #box__row--04 .list--recruit dt.ttl_salary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#box__content--recruit #box__row--04 .list--recruit dd.dat_salary .box_txt {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}

#box__content--recruit #box__row--04 .list--recruit dd.line2 {
  line-height: 2em;
}

@media only screen and (max-width: 765px) {

  #box__content--recruit #box__row--04 .list--recruit dt,
  #box__content--recruit #box__row--04 .list--recruit dd,
  #box__content--recruit #box__row--04 .list--recruit dd.line2 {
    line-height: normal !important;
    padding-top: 0.5em;
  }

  #box__content--recruit #box__row--04 .list--recruit dt.w480_line3,
  #box__content--recruit #box__row--04 .list--recruit dd.w480_line3 {
    height: 5em;
  }
}

#box__content--recruit #box__row--04 .list--recruit dt.ttl {
  width: 29%;
  border-right: 1px solid #ccc;
  /* border-right: 1px solid rgb(45, 45, 45); */
}

#box__content--recruit #box__row--04 .list--recruit dd.dat {
  width: 70%;
}

#box__content--recruit #box__row--04 .list--recruit dd.dat {
  padding-left: 2em;
}



/*_____________システム料金　/system________________*/
#box__content--price .box__content {
  position: relative;
}

/*タイトルエリア*/
#box__content--price .box__header {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("https://premium-resort.jp/wp-content/uploads/2020/11/recruit_title_bg.jpg") center;
  background-size: cover;
  margin-bottom: 3em;
}

#box__content--price .box__header .ttl {
  width: 200px;
  height: 60px;
  color: #333;
  margin: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  /*要素を浮かす*/
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*上下左右中央に*/
  width: 200px;
  /*widthの指定は必須*/
  height: 60px;
  /*heightの指定は必須*/
}

#box__content--price .box__header .ttl .txt--en {
  font-size: 40px;
  line-height: 40px;
}

#box__content--price .box__header .ttl .txt--jp {
  font-size: 20px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  #box__content--price .box__header {
    height: 150px;
  }
}

/*イメージエリア*/
#box__content--price .box__row {
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}

#box__content--price .box__row img {
  width: 100%;
}

#box__content--price .box--2box {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 760px) {
  #box__content--price .box--2box {
    height: 400px;
  }

  #box__content--price #box__row--02 {
    height: 500px;
  }
}

@media only screen and (max-width: 480px) {

  #box__content--price .box--2box,
  #box__content--price #box__row--02 {
    height: 416px;
  }
}

#box__content--price .box--2box .box__photo,
#box__content--price .box--2box .box__txt {
  width: 80%;
  max-width: 600px;
}

#box__content--price .box--2box .box__txt {
  background: #4a3606e6;
  padding: 10px;
}

#box__content--price .box--2box .txt--inf {
  font-size: 20px;
  line-height: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 0;
}

#box__content--price .box--2box .txt--inf .txt--inf__sub {
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  #box__content--price .box--2box .txt--inf {
    font-size: 14px;
  }
}

#box__content--price #box__row--01 .box__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
}

#box__content--price #box__row--01 .box__txt {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 99;
}

#box__content--price #box__row--02 .box__photo {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 88;
}

@media only screen and (max-width: 760px) {
  #box__content--price #box__row--02 .box__photo {
    top: 240px;
  }
}

#box__content--price #box__row--02 .box__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

/*バナーエリア*/
#box__content--price #box__row--03 .box__banner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/*料金リスト*/
#box__content--price #box__row--04 .ttl--list {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
  position: relative;
}

#box__content--price #box__row--04 .ttl--list::before,
#box__content--price #box__row--04 .ttl--list::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

#box__content--price #box__row--04 .ttl--list::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#box__content--price #box__row--04 .ttl--list::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#box__content--price #box__row--04 .list--price {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  color: #333;
  /*--*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*--*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*--*/
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#box__content--price #box__row--04 .list--price dt,
#box__content--price #box__row--04 .list--price dd {
  margin: 0;
  margin-bottom: 1em;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {

  #box__content--price #box__row--04 .list--price dt,
  #box__content--price #box__row--04 .list--price dd {
    font-size: 14px;
  }
}

#box__content--price #box__row--04 .list--price dt,
#box__content--price #box__row--04 .list--price dd {
  height: 4em;
}

#box__content--price #box__row--04 .list--price dt,
#box__content--price #box__row--04 .list--price dd {
  line-height: 4em;
}

#box__content--price #box__row--04 .list--price dd.line2 {
  line-height: 2em;
}

/* @media only screen and (max-width: 765px) {

  #box__content--price #box__row--04 .list--price dt p,
  #box__content--price #box__row--04 .list--price dd p,
  #box__content--price #box__row--04 .list--price dd.line2 p {
    line-height: normal !important;
  }
} */

#box__content--price #box__row--04 .list--price dt.ttl {
  width: 39%;
  border-right: 1px solid #ccc;
}

#box__content--price #box__row--04 .list--price dd.dat {
  width: 60%;
}

#box__content--price #box__row--04 .list--price dd.dat {
  padding-left: 2em;
}
@media only screen and (max-width: 765px) {
  #box__content--price #box__row--04 .list--price dt.ttl {
    width: 69%;
    border-right: 1px solid #ccc;
  }
  
  #box__content--price #box__row--04 .list--price dd.dat {
    width: 30%;
  }
}

/*_____________STAFF募集　/staff________________*/

#box__content--staff .box__content {
  position: relative;
}

/*タイトルエリア*/
#box__content--staff .box__header {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("https://premium-resort.jp/wp-content/uploads/2020/11/recruit_title_bg.jpg") center;
  background-size: cover;
  margin-bottom: 3em;
}

#box__content--staff .box__header .ttl {
  width: 200px;
  height: 60px;
  color: #333;
  margin: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  /*要素を浮かす*/
  /*relativeを指定した親要素を支点とした位置をすべて0に指定↓*/
  top: -30px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*上下左右中央に*/
  width: 200px;
  /*widthの指定は必須*/
  height: 60px;
  /*heightの指定は必須*/
}

#box__content--staff .box__header .ttl .txt--en {
  font-size: 40px;
  line-height: 40px;
}

#box__content--staff .box__header .ttl .txt--jp {
  font-size: 20px;
  line-height: 20px;
}

/*イメージエリア*/
#box__content--staff .box__row {
  width: 100%;
  position: relative;
  margin-bottom: 3em;
}

#box__content--staff .box__row img {
  width: 100%;
}

#box__content--staff .box--2box {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 760px) {
  #box__content--staff .box--2box {
    height: 400px;
  }
}

@media only screen and (max-width: 480px) {
  #box__content--staff .box--2box {
    height: 370px;
  }
}

#box__content--staff .box--2box .box__photo,
#box__content--staff .box--2box .box__txt {
  width: 80%;
  max-width: 600px;
}

#box__content--staff .box--2box .box__txt {
  background: rgb(74, 54, 6, 0.95);
  padding: 10px;
}

#box__content--staff .box--2box .txt--inf {
  font-size: 20px;
  line-height: 2em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  margin-bottom: 0;
}

#box__content--staff .box--2box .txt--inf .txt--inf__sub {
  font-size: 16px;
}

@media only screen and (max-width: 480px) {
  #box__content--staff .box--2box .txt--inf {
    font-size: 14px;
  }
}

#box__content--staff #box__row--01 .box__photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 88;
}

#box__content--staff #box__row--01 .box__txt {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 99;
}

#box__content--staff #box__row--02 .box__photo {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 88;
}

#box__content--staff #box__row--02 .box__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

/*募集要項*/
#box__content--staff #box__row--04 .ttl--list {
  font-size: 30px;
  color: #333;
  text-align: center;
  line-height: 50px;
  position: relative;
}

#box__content--staff #box__row--04 .ttl--list::before,
#box__content--staff #box__row--04 .ttl--list::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

#box__content--staff #box__row--04 .ttl--list::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#box__content--staff #box__row--04 .ttl--list::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

#box__content--staff #box__row--04 .list--staff {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  color: #333;
  /*--*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*--*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*--*/
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#box__content--staff #box__row--04 .list--staff dt,
#box__content--staff #box__row--04 .list--staff dd {
  margin: 0;
  margin-bottom: 1em;
  font-size: 16px;
}

@media only screen and (max-width: 480px) {

  #box__content--staff #box__row--04 .list--staff dt,
  #box__content--staff #box__row--04 .list--staff dd {
    font-size: 14px;
  }
}

#box__content--staff #box__row--04 .list--staff dt,
#box__content--staff #box__row--04 .list--staff dd {
  height: 4em;
}

@media only screen and (max-width: 480px) {

  #box__content--staff #box__row--04 .list--staff dt.w480_line4,
  #box__content--staff #box__row--04 .list--staff dd.w480_line4 {
    height: 6em;
  }
}

#box__content--staff #box__row--04 .list--staff dt,
#box__content--staff #box__row--04 .list--staff dd {
  line-height: 4em;
}

#box__content--staff #box__row--04 .list--staff dd.line2 {
  line-height: 2em;
}

@media only screen and (max-width: 480px) {

  #box__content--staff #box__row--04 .list--staff dt.w480_line4,
  #box__content--staff #box__row--04 .list--staff dd.w480_line4 {
    height: 6em;
  }

  #box__content--staff #box__row--04 .list--staff dt.w480_line4 {
    line-height: 6em;
  }

  #box__content--staff #box__row--04 .list--staff dd.w480_line4 {
    line-height: 1.5em;
  }
}

/* @media only screen and (max-width: 765px) {

  #box__content--staff #box__row--04 .list--staff dt,
  #box__content--staff #box__row--04 .list--staff dd,
  #box__content--staff #box__row--04 .list--staff dd.line2 {
    line-height: normal !important;
  }
} */

#box__content--staff #box__row--04 .list--staff dt.ttl {
  width: 29%;
  border-right: 1px solid #ccc;
}

#box__content--staff #box__row--04 .list--staff dd.dat {
  width: 70%;
}

#box__content--staff #box__row--04 .list--staff dd.dat {
  padding-left: 2em;
}

/*_____________アクセス　/map________________*/
.gMap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gMap iframe.gMap--access {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*_____________トップページ　/NEWS________________*/
.post-new-box ul li a {
  font-size: 22px;
  color: #796d51;
}

/*--2021_0322_Update--*/
/*__アンケートページ__*/

.box_form--enquete input[type="text"],
.box_form--enquete input[type="email"],
.box_form--enquete input[type="url"],
.box_form--enquete input[type="date"],
.box_form--enquete textarea {
  background-color: #fff;
  color: #000000;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 0.25em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
  height: auto;
}

.box_form--enquete input[type="date"] {
  width: 8.5em;
  height: 2em;
}

.box_form--enquete input[type="number"] {
  width: 4em;
  height: 2em;
  padding: 0.25em 0.5em;
}

.box_form--enquete select {
  margin-left: 0.25em;
  background-color: #fff;
  color: #000000;
  width: auto;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 0.25em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
  height: auto;
}

.box_form--enquete .mark_req {
  color: rgb(255, 0, 0)
}


/*--2021_0422_Update--*/
/*_____________トップページ　/page_front________________*/
.home .post-new-box .title {
  position: relative;
}

.home .post-new-box .title .link_cat {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.8em;
  color: rgb(255, 255, 255, 1);
}

.home .post-new-box .title .link_cat:hover {
  color: rgba(255, 255, 255, 0.8);
  margin-top: -0.6em;
}


.home .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .photo-box {
  width: 20%;
  max-width: 120px;
  max-width: 120px;
}

.home .data-box {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-left: 0.5em;
}

.home .data-box a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*_____________新着情報　/category-add________________*/
@media (min-width: 766px) {
  .category-add #content {
    margin-top: 130px;
  }
}


/*_____________新人情報　/category-category-newface_girl________________*/
.category-newface_girl .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-newface_girl .photo-box {
  width: 20%;
  max-width: 120px;
  max-width: 120px;
}

.category-newface_girl .data-box {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  padding-left: 0.5em;
}

.category-newface_girl .data-box a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 766px) {
  .category-newface_girl #content {
    margin-top: 130px;
  }
}

/*CAST LIST*/
/*schedule LIST*/
#schedule-photo-box>ul {
  width: 100%;
  height: 100%;
  padding: 0;
}

.post-type-archive-krc_cast .link_castList,
#schedule-photo-box .link_castList {
  position: relative;
  width: 100%;
}

.post-type-archive-krc_cast .link_castList:before,
#schedule-photo-box .link_castList:before {
  content: "";
  display: block;
  padding-top: 178%;
}


.post-type-archive-krc_cast .castlist-photoBoxInner-textBox,
#schedule-photo-box .castlist-photoBoxInner-textBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.post-type-archive-krc_cast #castlist-photo-box li,
#schedule-photo-box li {
  width: 30%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

@media screen and (max-width: 765px) {

  .post-type-archive-krc_cast #castlist-photo-box li,
  #schedule-photo-box li {
    width: 49%;
    margin-right: 2%;
    position:relative;
  }

  .post-type-archive-krc_cast #castlist-photo-box li:nth-child(2n),
  #schedule-photo-box li:nth-child(2n) {
    margin-right: 0%;
  }
}

.post-type-archive-krc_cast #castlist-photo-box li a,
#schedule-photo-box li a {
  margin: 0;
}

.post-type-archive-krc_cast #castlist-photo-box-inner,
#schedule-photo-box #castlist-photo-box-inner {
  /* height: calc(100% - 85px); */
  height: 100%;
}

.post-type-archive-krc_cast #castlist-text-box,
#schedule-photo-box #castlist-text-box {
  /* height: 85px; */
  height: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.post-type-archive-krc_cast #castlist-photo-box-inner img.photo_girl,
#schedule-photo-box #castlist-photo-box-inner img.photo_girl {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-type-archive-krc_cast .box_room-icon,
#schedule-photo-box .box_room-icon {
  font-size: 13px;
  background: rgb(253, 253, 239);
  margin-bottom: 4px;
  padding: 0.25em;
  flex-wrap: wrap;
}

.post-type-archive-krc_cast .roomType,
#schedule-photo-box .roomType {
  flex-wrap: wrap;
}

.post-type-archive-krc_cast .roomType .type_room,
#schedule-photo-box .roomType .type_room {
  color: rgb(255, 255, 255);
  line-height: 1.6em;
  padding-left: 0.55em;
  padding-right: 0.5em;
  border-radius: 1.2em;
  display: inline-block;
  margin-bottom: 0.25em;
  font-size: 0.9em;
}

.post-type-archive-krc_cast .roomType .okazaki_room_a,
#schedule-photo-box .roomType .okazaki_room_a {
  background: rgb(134, 126, 255);
}

.post-type-archive-krc_cast .roomType .okazaki_room_b,
#schedule-photo-box .roomType .okazaki_room_b {
  background: rgb(255, 209, 81);
}

.post-type-archive-krc_cast .roomType .okazaki_room_c,
#schedule-photo-box .roomType .okazaki_room_c {
  background: rgb(100, 187, 30);
}

.post-type-archive-krc_cast .roomType .higashiokazaki_room_a,
#schedule-photo-box .roomType .higashiokazaki_room_a {
  background: rgb(29, 63, 172);
}

.post-type-archive-krc_cast .roomType .anjyo_room_a,
#schedule-photo-box .roomType .anjyo_room_a {
  background: rgb(255, 152, 152);
}

.post-type-archive-krc_cast .roomType .anjyo_room_b,
#schedule-photo-box .roomType .anjyo_room_b {
  background: rgb(255, 125, 49);
}

.post-type-archive-krc_cast .roomType .anjyo_room_c,
#schedule-photo-box .roomType .anjyo_room_c {
  background: rgb(41, 213, 184);
}

.post-type-archive-krc_cast .roomType .mikawaanjyo_room_a,
#schedule-photo-box .roomType .mikawaanjyo_room_a {
  background: rgb(223, 26, 26);
}

.post-type-archive-krc_cast .roomType .mikawaanjyo_room_b,
#schedule-photo-box .roomType .mikawaanjyo_room_b {
  background: rgb(54, 166, 219);
}

.post-type-archive-krc_cast .roomType .mikawaanjyo_room_c,
#schedule-photo-box .roomType .mikawaanjyo_room_c {
  background: rgb(81, 103, 215);
}

.post-type-archive-krc_cast .roomType .room_none,
#schedule-photo-box .roomType .room_none {
  background: rgb(115, 115, 115);
}

.post-type-archive-krc_cast .box_room-icon .icon-x,
#schedule-photo-box .box_room-icon .icon-x {
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: rgb(0, 0, 0);
  vertical-align: -0.125em;
}

.post-type-archive-krc_cast .box_room-icon .fa-video,
#schedule-photo-box .box_room-icon .fa-video {
  color: rgba(0, 0, 0, 1)
}

/*ADD 20210712 トップページレイアウト調整*/
.top-new_pickup-box .box_ttl {
  width: 100%;
}

.top-new_pickup-box .box_ttl .title-box .txt_left,
.top-new_pickup-box .box_ttl .title-box .txt_right {
  width: 50%;
  text-align: center;
  float: left;
}

.top-new_pickup-box .new-pickup-box {
  height: auto;
}

.top-new_pickup-box .new-pickup-box .swiper-container {
  width: 50%;
  float: left;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.top-new_pickup-box .new-pickup-box .swiper-container a {
  position: relative;
  display: block;
  height: 100%;
  width: 98%;
  max-width: 240px;
}

.top-new_pickup-box .new-pickup-box .swiper-container a .img_photo {
  object-fit: cover;
  height: auto;
  width: 100%;
  object-position: top center;
}

.top-schedule-box .sc_top_css {
  max-width: 800px;
  width: 100%;
}

/*ヘッダースライダー高さ修正*/
@media screen and (max-width: 1024px) {

  .home .sydney-hero-area,
  .home #slideshow {
    max-height: 75vw;
  }
}

/*----------
** 体験談装飾
-----------*/
.review-item {
  margin: 5px;
  border: 1px solid #ded7d7;
  padding: 5px;
  /*border-radius: 5px;*/
}

.review-item .details-btn {
  display: inline-block;
  padding: 2px 3px;
  border: 1px solid #dddddd;
  margin-left: 0.5em;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #666;
  background-color: #F1F1F1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F1F1F1));
  background-image: -webkit-linear-gradient(top, #FEFEFE, #F1F1F1);
  background-image: linear-gradient(#FEFEFE, #F1F1F1);
}

.review-item .customer {
  font-weight: bold;
}

.review-item .openclose-parent .openclose-box {
  border-top: 1px dotted;
}

#message_front p {
  margin-bottom: 0 !important;
}

/*reCAPTCHA badge*/
.grecaptcha-badge { visibility: hidden; }

.site-footer {
    background-color: #8f8f8f;
}