/* 全体 */
html, body {
  height: 100%;

  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  color: #000000;
  background: url('../img/all/bg1.jpg?20210915') repeat-y center 0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 14px;
  line-height: 24px;
  overscroll-behavior: none;
}
body.bg2 {
  background: none;
  position: relative;
}
body.bg2::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  background: url('../img/all/bg2.jpg?20210915') no-repeat center 0;
}

input, select, option, textarea {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-size: 14px;
  line-height: 20px;
}

img, iframe {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}

.clearfix {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  /*background: url("../img/all/bg.png") repeat-y center 400px;*/
}

#contents_wrap {
  width: 990px;
  margin: 0 auto;
}

#contents {
  width: 970px;
  min-height: 600px;
  margin: 0 auto 0;
  background-color: #fff;
  background-image: url('../img/all/contents_bg2.jpg');
  background-position: top center;
  background-size: 100% auto;
}

#page_top #contents {
  margin: 0 auto 0;
}

#contents_inner {
  padding: 15px 15px 0px;
}



#header h1#logo {
  min-width: 990px;
  margin: 0 auto;
}

#header h1#logo img {
  width: 100%;
  height: auto;
}

#header #menu_bg {
  min-width: 990px;
  height: 50px;
  background: url('../img/all/menu_20240729.png') repeat-x center center;
  background-size: auto 100%;
}

#header #menu {
  /*background: url("../img/all/menu.jpg") no-repeat;*/
  width: 990px;
  margin: 0 auto;
  list-style: none;
}

#header #menu li {
  display: inline;
  float: left;
  width: 138px;
  height: 50px;
}

#header #menu li a {
  display: block;
  width: 100%;
  height: 50px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center top;
  line-height: 50px;
}

#header #menu li a:hover {
  background-position: center bottom;
  position: relative;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 1) inset; */
}
/* #header #menu li a:hover::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bd9041;
  mix-blend-mode: color-dodge;
  opacity: 0.2;
} */

#header #menu li.menu_left {
  width: 10px;
  background-image: url('../img/all/menu_20240729/menu_left.png?20190722');
}
#header #menu li.menu_right {
  width: 10px;
  background-image: url('../img/all/menu_20240729/menu_right.png?20190722');
}
#header #menu li.menu_top {
  width: 67px;
}
#header #menu li.menu_top a {
  background-image: url('../img/all/menu_20240729/menu_top.png?20190722');
}
#header #menu li.menu_system {
  width: 114px;
}
#header #menu li.menu_system a {
  background-image: url('../img/all/menu_20240729/menu_system.png?20190722');
}
#header #menu li.menu_therapist {
  width: 150px;
}
#header #menu li.menu_therapist a {
  background-image: url('../img/all/menu_20240729/menu_therapist.png?20190722');
}
#header #menu li.menu_schedule {
  width: 143px;
}
#header #menu li.menu_schedule a {
  background-image: url('../img/all/menu_20240729/menu_schedule.png?20190722');
}
#header #menu li.menu_recruit {
  width: 124px;
}
#header #menu li.menu_recruit a {
  background-image: url('../img/all/menu_20240729/menu_recruit.png?20190722');
}
#header #menu li.menu_access {
  width: 111px;
}
#header #menu li.menu_access a {
  background-image: url('../img/all/menu_20240729/menu_access.png?20190722');
}
#header #menu li.menu_questions {
  width: 152px;
}
#header #menu li.menu_questions a {
  background-image: url('../img/all/menu_20240729/menu_questions.png?20190722');
}
#header #menu li.menu_line {
  width: 138px;
}
#header #menu li.menu_line a {
  background-image: url('../img/all/menu_20240729/menu_line.png?20190722');
}
#header #menu li.menu_credit {
  width: 108px;
}
#header #menu li.menu_credit a {
  background-image: url('../img/all/menu_20240729/menu_credit.png?20190722');
}



#footer {
  padding: 15px 0 0px;
}

#footer #nav {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  border-left: 1px solid #666666;
  font-size: 12px;
  line-height: 1.2em;
}

#footer #nav li {
  display: inline;
  float: left;
  border-right: 1px solid #666666;
}

#footer #nav li a {
  display: block;
  padding: 5px 10px;
}


#footer #nav_b {
  width: 940px;
  margin: 0 auto;
}

#footer #nav_b li {
  display: inline;
  float: left;
  width: 306px;
  height: 100px;
  margin: 0 0 10px 11px;
}

#footer #nav_b li.first {
  margin: 0 0 0 0px;
}

#footer .nav_text_box {
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #bd9041;
}

#footer .nav_text {
  display: inline;
  float: left;
  width: 640px;
  padding: 4px 0 0;
  text-align: center;
}

#footer .nav_text ul {
  display: inline-block;
  margin: 0 0 0px;
}

#footer .nav_text ul.first {
  margin: 0 0 10px;
}

#footer .nav_text li {
  display: inline;
  margin-right: 0;
}

#footer .nav_text li a {
  display: inline;
  padding: 2px 10px;
  border-right: 1px solid #666666;
}

#footer .nav_text li.first a {
  border-left: 1px solid #666666;
}

#footer .nav_text li.first {
  clear: both;
}

#footer .shop_info {
  display: inline;
  float: right;
  width: 300px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4em;
}

#footer .shop_desc {
  margin: 10px 0 0;
  padding: 10px;
  text-align: left;
  color: #8a6618;
  border-width: 1px 0;
  border-style: solid;
  border-color: #bd9041;
  font-size: 10px;
  line-height: 1.4em;
}


#footer #copyright {
  padding: 5px 0;
  font-size: 12px;
}

.cont {
  position: relative;
  min-height: 400px;
}

.accent {
  position: absolute;
  z-index: 100;
  top: -30px;
  left: -150px;
  display: none;
}

h2.pagetitle {
  height: 40px;
  padding: 0 0 0 15px;
  text-align: left;
  background: url('../img/all/pagetitle.jpg') no-repeat;
  line-height: 40px;
}





/* スライドページャー */
#bx-pager {
  margin: 10px 0 0px;
}

#bx-pager a {
  display: inline-block;
  width: 100px;
  margin: 0 1px;
  background: #ffffff;
}

#bx-pager img {
  width: 100%;
  height: auto;
}

#bx-pager a img {
  opacity: 0.5;

  filter: alpha(opacity=50);
}

#bx-pager a.active img {
  opacity: 1;

  filter: alpha(opacity=100);
}


/* キャスト一覧 */
.cast_box {
  padding: 15px;
}

.cast {
  float: left;
  width: 296px;
  margin: 0 0 0 11px;
  background: #ffffff;
  font-weight: bold;
}

.cast.first {
  margin: 0;
}

.cast a {
  display: block;
}

.cast_wrap {
  display: block;
  padding: 10px;
  background: #fff3c3;
}

.rank {
  display: block;
  height: 40px;
  margin: 0 0 10px;
  text-align: center;
  background: url('../img/ranking/rank.jpg') no-repeat;
  line-height: 40px;
}

.cast .photo {
  position: relative;
}

.cast .photo a {
  position: relative;
  height: auto;
}
.cast .photo a::after {
  display: block;
  padding-top: 150%;
  content: '';
}

.cast .photo a img.object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';

  object-fit: cover;
}

.cast .photo img {
  width: 100%;
  height: auto;
}

.cast .photo .new {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 70px;
}

.cast .photo .new img {
  width: 100%;
  height: auto;
}

.cast .photo .sns_icon{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  bottom: 3px;
  right: 3px;
  gap: 5px;
}

.cast .photo .bsky_icon,
.cast .photo .twitter_icon {
  width: 45px;
}

.cast .photo .bsky_icon img,
.cast .photo .twitter_icon img {
  width: 100%;
  height: auto;
}

.cast .name {
  position: relative;
  padding: 0 0 0;
  color: #000;
  background-image: url('../img/cast/pat.png');
  background-size: 6px auto;
  background-position: center;
  line-height: 1;
}

.cast .name a {
  display: block;
  padding: 10px 0 8px;
  color: #000;
  line-height: 1;
}

.cast .name a.blog {
  position: absolute;
  top: 8px;
  right: 5px;
  width: 45px;
  padding: 0;
}

.cast .name a.blog img {
  width: 100%;
  height: auto;
}

.cast .data {
  background: #f6f6f6;
  line-height: 1;
}

.cast .size {
  padding: 10px 0 8px;
  font-size: 12px;
}


.cast .schedule {
  padding: 10px 0 8px;
  color: #5f4e3f;
  font-size: 14px;
}
