@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;400;500;600&display=swap");

html {
  font-size: 14px;
  font-family: Meiryo, "メイリオ", Helvetica, Arial, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

body {
  margin: 0;
  line-height: 1.6;
  color: #2f0c10;
  text-align: center;
  background: url(/img/common/bg_brick_pc.jpg) top center;
}
/* スマホ背景 */
@media screen and (max-width: 640px) {
  body {
    background: url(/img/common/bg_brick_sp.jpg) center top;
    background-size: 440px auto;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.introduction {
  width: 980px;
  margin: 0 auto 48px;
}
* ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
* dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
* figure,
figcaption {
  margin: 0;
  padding: 0;
}
* p {
  margin: 0;
  padding: 0;
}
* img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
* a:hover img {
  filter: alpha(opacity=75);
  moz-opacity: 0.75;
  opacity: 0.75;
}
a {
  text-decoration: none;
  color: #444;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
  color: #aaa;
}
a:focus,
*:focus {
  outline: none;
}

* table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
j6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ヘッダー */
.header_ph {
  width: 100%;
  position: relative;
}
/* 動画 */
.bg_movie {
  width: 100%;
  /*
  height: 100vh;
  */
  z-index: -1;
  position:relative;
  margin-top:-73px;
  margin-bottom:48px;
}
.bg_movie video {
  width: 100%;
  vertical-align: bottom;
}
.mov_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .bg_movie {
      margin-top:-4.7rem;
      margin-bottom:2.4rem;
  }
  .mov_sp {
    display: block;
  }
  .mov_pc{
      display:none;
  }
}
@media only screen and (min-width: 769px) {
  #toppage .header_inner {
    height: 100vh;
  }
}

.header {
  /*
position: fixed;
left: 0;
top: 0;
height: 60px;
*/
  width: 100%;
  background: #fff;
}
.header_inner {
  position: relative;
  padding: 15px;
}
.logo {
  /*
position: absolute;
top: 0;
left: 0;
padding: 10px 15px
*/
}
.title {
  font-size: 2rem;
  font-weight: 600;
}
.sp_nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header {
    margin-bottom: 1rem;
  }
  .logo img {
    width: 160px;
    height: auto;
  }
  .header_inner {
    padding: 1rem 15px;
  }
  .header_inner h1 {
    font-size: 1rem;
  }
  .header_inner .telbox .tel {
    display: none;
  }
  .header_inner .telbox .eigyo {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
    text-align: left;
    font-size: 1.2rem;
  }
  .nav_item a span {
    font-family: "Jost", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 5px;
  }
  .nav_item.home a::before {
    content: "HOME";
  }
  .nav_item.sch a::before {
    content: "SCHEDULE";
  }
  .nav_item.cast a::before {
    content: "CAST";
  }
  .nav_item.system a::before {
    content: "SYSTEM";
  }
  .nav_item.rec a::before {
    content: "RECRUIT";
  }

  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 6px;
    width: 28px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 22px;
  }
  .hamburger_border_bottom {
    top: 30px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
  .sp_nav {
    display: block;
  }
  .sp_nav ul {
    display: flex;
    background: #232323;
  }
  .sp_nav ul li {
    width: calc(100% / 5);
    position: relative;
  }
  .sp_nav ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    border-left: 1px dotted rgba(255, 255, 255, 0.5);
  }
  .sp_nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 1rem 0;
  }
  .sp_nav ul li a span {
    font-family: "Jost", sans-serif;
    display: block;
    font-size: 1.3rem;
  }
}
/* spナビここまで */
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 980px;
    height: 113px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: auto;
    padding: 12px 0;
    position: relative;
  }
  .header_inner h1 {
    font-size: 11px;
    position: absolute;
    top: 16px;
    right: 0;
  }
  .header_inner .logo {
    padding: 0;
    align-self: center;
  }
  .header_inner .logo img {
    width: 240px;
  }
  .header_inner ul {
    text-align: right;
    line-height: 1.2;
  }
  .header_inner ul .eigyo {
    font-weight: bold;
    font-size: 16px;
  }
  .header_inner ul .eigyo span {
    margin-left: 4px;
    font-family: "Jost", sans-serif;
    font-size: 19px;
  }
  .header_inner ul .eigyo::before {
    content: "";
    display: inline-block;
    width: 126px;
    height: 18px;
    background: url(/img/common/creditcard.png) no-repeat;
    background-size: 126px 18px;
    position: relative;
    top: 3px;
    margin-right: 7px;
  }
  .header_inner ul .tel {
    font-size: 38px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f24eaa;
  }
  .header_inner ul .tel::before {
    content: "TEL.";
    font-size: 26px;
  }
  nav.nav {
    background: url(/img/common/pc_nav_ph.png);
    margin-bottom: 20px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
  }
  nav.top_nav {
    background: url(/img/common/pc_nav_ph.png);
    margin-bottom: 20px;
    margin-top: -10px;
    position: relative;
    z-index: 3;
    padding: 10px 0;
  }
  .nav_list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
  }
  .nav_list li {
    display: block;
    text-align: center;
    width: calc(100% / 9);
    position: relative;
  }
  .nav_list li::after {
    content: "";
    display: block;
    /* 
    width: 1px;
    */
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0;
    background: #fff;
  }
  .nav_list li:first-child::before {
    content: "";
    display: block;
    /* 
    width: 1px;
    */
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0;
    background: #fff;
  }

  .nav_list li a {
    color: #000;
    font-size: 12px;
    /*
    font-weight: bold;
      */
    display: block;
    padding: 11px 0 10px;
    line-height: 1.3;
    transition: all 0.3s ease 0s;
  }
  .nav_list li a:hover {
    color: #fff;
  }
  .nav_list li a span {
    font-family: "Jost", sans-serif;
    font-weight: 700 !important;
    font-size: 18px;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    position: relative;
  }
  .nav_list li a span::before,
  .nav_list li a span::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 80%;
    left: 10%;
  }
}
/* pcナビここまで */

/* SPナビ追加 */
@media screen and (max-width: 640px) {
  .top_nav {
    display: none;
  }
}
.header_ph_pc {
  display: block;
}
.header_ph_pc {
  display: block;
}
.header_ph_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .header_ph_pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header_ph_sp {
    display: block;
  }
}

/* 固定ヘッダー */
#fixed-header{
position: fixed;
top: -45px;
width: 100%;
height: 45px;
background:rgba(255,255,255,.65);
transition: .5s; /* アニメーションタイミング */
z-index:99;
}
#fixed-header.is-show{
top: 0;
}
@media screen and (max-width: 640px) {
#fixed-header{
display:none;
}
}

/* ページヘッダー */
.page_header {
  height: 142px;
  background: url(/img/common/bg_header_pc.png) center top no-repeat;
}
.page_header_inner {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.page_header_inner .logo a {
  display: block;
  width: 250px;
  height: 126px;
}
.page_header_inner .nav_list {
  width: auto;
  margin-top: 10px;
}
.page_header_inner .nav_list li {
  width: auto;
  margin-left: 32px;
}
.page_header_inner .nav_list li a span {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .page_header {
    height: auto;
    background: none;
  }
  .page_header_inner {
    display: none;
  }
}

/* パンくず */
.breadcrumb ul {
  width: 980px;
  font-size: 11px;
  display: flex;
  margin: 0 auto 10px;
}
.breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin: 0 3px;
}
@media screen and (max-width: 640px) {
  .breadcrumb ul {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 1rem;
    overflow-x: scroll;
  }
  .breadcrumb ul li {
    white-space: nowrap;
  }
}

/* スライダー */
.slider-pro {
  margin-bottom: 48px;
}
.slider-pro .sp-slide {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.slider-pro .sp-slide img {
  opacity: 0.3;
}
.slider-pro .sp-selected img {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .slider-pro {
    margin-bottom: 24px;
  }
  .slider-pro .sp-slide {
    border-radius: 10px;
  }
}
/* twitterとか */
.cont_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 48px;
}
.cont_two > div {
  border-radius: 0 0 16px 16px;
  background: #fff;
  width: 49%;
  overflow: hidden;
  margin-bottom: 48px;
}
@media screen and (min-width: 640px) {
  .cont_two > div:nth-of-type(n + 5) {
  }
}
.cont_two .twitter_box .box,
.cont_two .diary_box .box {
  padding: 16px;
}
.cont_two .linkbox_wrap {
  padding: 16px;
}
/* 新着 */
.cont_wrap .news_box {
  margin: 0 auto 48px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.cont_wrap .news_box .news_list {
  padding: 16px 10px 16px 16px;
  background: #fff;
}
.cont_wrap .news_box dl {
  height: 446px;
  overflow-y: scroll;
  scrollbar-width: thin;
  padding-right: 10px;
}
.cont_wrap .news_box dl > div {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dotted #aaa;
}
.cont_wrap .news_box dl > div dt {
  margin-right: 20px;
}
.cont_wrap .news_box dl > div dd {
  text-align: left;
}
.cont_wrap .news_box dl > div dd .ttl {
  font-weight: bold;
  font-size: 18px;
  color: #701f2d;
}
.cont_wrap .news_box dl > div dd .time {
  font-size: 12px;
  color: #dbb850;
  margin-bottom: 4px;
}
.cont_wrap .news_box dl > div dt img {
  max-width: 200px;
  width: 200px;
  object-position: 0 0;
  border-radius: 8px;
}
/* 新人 */
.cont_two .newface_box {
  border-radius: 16px;
  background: #fff;
  width: 49%;
}
.cont_two .newface_box .newface_list_wrap {
  padding: 0 10px 15px 15px;
}
.cont_two .newface_box .newface_list {
  height: 402px;
  overflow-y: scroll;
  scrollbar-width: thin;
  padding-right: 10px;
}
.cont_two .newface_box dl {
  display: flex;
}
.cont_two .newface_box dl:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.cont_two .newface_box dl dt {
  min-width: 200px;
  width: 200px;
  height: 267px;
  border-radius: 4px;
  overflow: hidden;
}
.cont_two .newface_box dl dt img {
  transition: transform 0.4s ease;
}
.cont_two .newface_box dl:hover dt img {
  transform: scale(1.1);
}
.cont_two .newface_box dl dd {
  text-align: left;
  margin-left: 16px;
  padding-right: 5px;
  flex-grow: 1;
}
.cont_two .newface_box dl dd .name span {
  font-size: 18px;
  font-weight: bold;
}
.cont_two .newface_box dl dd .size {
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #999;
  color: #888;
}
@media screen and (max-width: 640px) {
  .cont_two {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0.4rem;
  }
  .cont_two > div {
    margin-bottom: 2rem;
    border-radius: 0 0 1rem 1rem;
  }
  .cont_two > div:nth-of-type(n + 2) {
  }
  .cont_two > div:last-of-type {
  }
  .cont_two > div h3.ttl {
    padding: 1rem 0.8rem;
  }
  .cont_two > div h3.ttl strong {
    font-size: 1.9rem;
  }
  .cont_two > div .linkbox_wrap {
    padding: 0.8rem;
  }
  .cont_two .twitter_box,
  .cont_two .newface_box,
  .cont_two .news_box,
  .cont_two .diary_box {
    width: 100%;
  }
  .cont_two .twitter_box {
    margin-bottom: 2rem;
  }
  .cont_two .newface_box dl {
  }
  .cont_two .newface_box dl dt {
    min-width: 160px;
    width: 160px;
  }
  .cont_two .news_box dl > div dt img {
    width: 80px;
    height: 80px;
  }
  .cont_two .newface_box dl dd .comment,
  .cont_wrap .news_box dl > div dd .comment {
    font-size: 1.3rem;
  }
  .cont_wrap .news_box {
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 0;
  }
  .cont_wrap .news_box .news_list {
    padding: 1rem;
  }
  .cont_wrap .news_box dl {
    padding-right: 0;
  }
  .cont_wrap .news_box dl > div {
    display: block;
  }
  .cont_wrap .news_box dl > div dt {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
  .cont_wrap .news_box dl > div dt img {
    max-width: 100%;
    width: 100%;
  }
}

/* 見出し */
h2.ttl {
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 0;
  background: url(/img/common/bg_ttl.png);
  text-align: center;
  color: #000;
  position: relative;
  height: 80px;
}
h2.ttl strong {
  font-size: 32px;
  font-weight: bold;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
h2.ttl span {
}
h2.ttl a {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 120px;
  padding: 7px 0 5px;
  border-radius: 100px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
}
h2.ttl a:hover {
  background: #fff;
  color: #000;
}
h2.title {
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 0;
  background: url(/img/common/bg_ttl.png);
  text-align: center;
  color: #000;
  position: relative;
  height: 80px;
  margin-bottom: 24px;
}
h2.title strong {
  font-size: 32px;
  font-weight: bold;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  h2.title{
background: url(/img/common/bg_ttl_sp.png);
    background-size: auto;
    background-size: cover;
    height: auto;
    aspect-ratio: 5 / 1;
    padding-top: 1.3rem;
  }
}
h3.subttl {
  font-size: 28px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  h2.ttl {
    font-size: 1rem;
    background: url(/img/common/bg_ttl_sp.png);
    background-size: cover;
    height: auto;
    aspect-ratio: 5 / 1;
    padding-top: 1.3rem;
  }
  h2.ttl strong {
    font-size: 2.5rem;
    margin-bottom: 0.3rem;
  }
  h2.ttl a {
    font-size: 1.3rem;
    width: 10rem;
    padding: 0.6rem 0;
  }
  h2.title {
    font-size: 1rem;ss
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 0 1rem 1.6rem;
    margin-bottom: 1.6rem;
  }
  h2.title strong {
    font-size: 2.5rem;
  }
  h3.subttl {
    font-size: 2rem;
  }
}
h3.subttl::before,
h3.subttl::after {
  content: "";
  display: block;
  border-top: 1px solid #232323;
  flex-grow: 1;
}
h3.subttl::before {
  margin-right: 16px;
}
h3.subttl::after {
  margin-left: 16px;
}
.cont_two h3.ttl {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 10px 16px;
  line-height: 1.2;
  position: relative;
  background: url(/img/common/bg_ttl2.png);
  color: #000;
  height: 80px;
}
@media screen and (max-width: 640px) {
.cont_two h3.ttl {
    font-size: 1rem;
    background: url(/img/common/bg_ttl_sp2.png);
    background-size: auto;
    background-size: cover;
    height: auto;
    aspect-ratio: 5 / 2;
    padding-top: 1.3rem;
  }
}
.cont_two h3.ttl strong {
  display: block;
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.cont_two h3.ttl a {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 14px;
  display: block;
  border-radius: 100px;
  padding: 7px 15px 6px;
  color: #fff;
}
.cont_two h3.ttl a:hover {
  background: #fff;
  color: #151515;
}
.cont_two h3.ttl a::after {
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
  background: url(/img/common/arrow.svg) no-repeat;
  background-size: cover;
  position: relative;
  margin-left: 5px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cont_two h3.ttl a:hover::after {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
@media only screen and (max-width: 640px) {
  .cont_two h3.ttl {
    font-size: 1rem;
  }
  .cont_two h3.ttl strong {
    font-size: 2.5rem;
    margin-bottom: 0.3rem;
  }
  .cont_two h3.ttl span {
  }
  .cont_two h3.ttl a {
    font-size: 1.2rem;
    top: 2rem;
    right: 0.5rem;
  }
}

/* キャスト一覧 */
.castlist_wrap {
  width: 980px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 640px) {
  .castlist_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/* キャスト詳細 */
.prof_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
.prof_wrap .prof_box {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  margin-top: -24px;
}
.prof_wrap .prof_box .photo_txt > dl {
  display: flex;
}
.prof_wrap .prof_box .photo_txt > dl > dt {
  min-width: 470px;
  width: 470px;
}
.prof_wrap .prof_box .photo_txt > dl > dd {
  margin-left: 30px;
  text-align: left;
  flex-grow: 1;
}
.prof_wrap .prof_box .photo_txt > dl > dd .ename {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
}
.prof_wrap .prof_box .photo_txt > dl > dd .namebox{
display:flex;
justify-content:space-between;
}
.prof_wrap .prof_box .photo_txt > dl > dd .name {
  font-size: 20px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .name span {
  font-size: 28px;
  font-weight: bold;
}
.prof_wrap .prof_box .photo_txt > dl > dd .namebox ul{
display:flex;
gap:0 4px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .namebox ul img{
width:40px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .size {
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 2px dotted #bbb;
}
.prof_wrap .prof_box .photo_txt > dl > dd .course {
  font-size: 16px;
  margin-bottom: 12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd ul.icon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd ul.icon li {
  line-height: 1;
  border: 1px solid #232323;
  border-radius: 2px;
  padding: 3px 8px 2px;
  margin: 0 8px 5px 0;
  white-space: nowrap;
  font-size: 12px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .course span:not(:last-child)::after {
  content: "/";
  margin: 0 8px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl {
  font-size: 11px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .subttl span {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500 !important;
  margin-right: 5px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list {
  margin-bottom: 20px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl {
  display: flex;
  box-sizing: border-box;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl {
  border-top: 1px solid #ddd;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt,
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd {
  padding: 12px 6px;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt {
  width: 30%;
  font-weight: bold;
}
.prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd {
  width: 70%;
}
.prof_wrap .prof_box .photo_txt > dl > dd .message,
.prof_wrap .prof_box .photo_txt > dl > dd .comment {
  margin-bottom: 20px;
}
h3.prof_ttl {
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 10px;
}
h3.prof_ttl span {
  font-family: "Jost", sans-serif;
  font-size: 30px;
  font-weight: 500 !important;
  display: block;
}

.prof_wrap .prof_box .sch_box {
  display: flex;
  margin-bottom: 60px;
}
.prof_wrap .prof_box .sch_box dl {
  width: calc(100% / 7);
  text-align: center;
  font-size: 15px;
}
.prof_wrap .prof_box .sch_box dl dt,
.prof_wrap .prof_box .sch_box dl dd {
  padding: 10px 0;
}
.prof_wrap .prof_box .sch_box dl dt {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}
.prof_wrap .prof_box .sch_box dl dd {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.prof_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prof_widget > div {
  width: 49%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .prof_wrap {
    width: 100%;
    padding: 0 10px;
  }
  .prof_wrap .prof_box {
    padding: 1.6rem;
    border-radius: 0 0 1rem 1rem;
  }
  .prof_wrap .prof_box .photo_txt dl {
    display: block;
  }
  .prof_wrap .prof_box .photo_txt dl dt {
    min-width: 100%;
    width: 100%;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd {
    margin-left: 0;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .namebox ul img{
      width:32px;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd ul.icon li {
    padding-top: 4px;
  }
  .prof_wrap .prof_box .sch_box {
    display: block;
  }
  .prof_wrap .prof_box .sch_box dl {
    width: 100%;
    display: flex;
  }
  .prof_wrap .prof_box .sch_box dl dt,
  .prof_wrap .prof_box .sch_box dl dd {
    width: 50%;
  }
  .prof_wrap .prof_box .sch_box dl:first-of-type dd {
    border-top: 1px solid #fddd;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .subttl {
    font-size: 1.2rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .subttl span {
    font-size: 2.8rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .catch {
    font-size: 1.4rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .name {
    font-size: 1.6rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .name span {
    font-size: 2.4rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .size,
  .prof_wrap .prof_box .photo_txt > dl > dd .course {
    font-size: 1.4rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .size {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .course {
    margin-bottom: 1rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl {
    font-size: 1.3rem;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt {
    min-width: 32%;
    width: 32%;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dt,
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl dd {
    padding: 14px 6px 12px;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd span {
    white-space: nowrap;
    margin-right: 8px;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .prof_list dl.option dd .ng {
    color: #ccc;
  }
  .prof_wrap .prof_box .photo_txt > dl > dd .message,
  .prof_wrap .prof_box .photo_txt > dl > dd .comment {
    font-size: 1.3rem;
  }

  .prof_widget {
    display: block;
  }
  .prof_widget > div {
    width: 100%;
  }
  .prof_widget > div:first-child {
    margin-bottom: 40px;
  }
}

.cont_wrap {
  width: 980px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 640px) {
  .cont_wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 2.4rem;
  }
  .cont_wrap.mailmagazine_bnr {
    margin-bottom: 2rem;
  }
}
/* イベントカレンダー */
.ec_wrap {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.ec_wrap .ec_box {
  padding: 16px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .ec_wrap {
    border-radius: 0 0 1rem 1rem;
  }
}

/* 出勤 */
.sch_wrap {
  margin: 0 auto 48px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  /* 
  border: 1px solid #dd5ca7;
  */
}
.sch__wrap {
  width: 980px;
  margin: 0 auto 48px;
}
.sch_wrap .lady_list {
  padding: 16px;
  background: #fff;
}
.sch__wrap .weekly_btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sch__wrap .weekly_btn li {
  width: calc(100% / 7 - 10px);
}
.sch__wrap .weekly_btn li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 4px;
  position: relative;
  padding: 10px 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #ccc;
}
.sch__wrap .weekly_btn li a:hover {
  border-color: #701f2d;
  color: #701f2d;
}
.sch__wrap .weekly_btn li a.active {
  border-color: #701f2d;
  color: #701f2d;
}
.sch__wrap .weekly_btn li a.active::before,
.sch__wrap .weekly_btn li a.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.sch__wrap .weekly_btn li a.active::before {
  border-color: #701f2d transparent transparent transparent;
  bottom: -14px;
}
.sch__wrap .weekly_btn li a.active::after {
  bottom: -11px;
}
.sch__wrap h3.subttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #701f2d;
}
.sch__wrap h3.subttl::before,
.sch__wrap h3.subttl::after {
  content: "";
  width: 40px;
  display: block;
  border-top: 2px solid #701f2d;
}
.sch__wrap h3.subttl::before {
  margin-right: 15px;
}
.sch__wrap h3.subttl::after {
  margin-left: 15px;
}

.sch__wrap .weekly_btn li span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .sch_wrap,
  .sch__wrap {
    width: 100%;
  }
  .sch__wrap {
    padding: 0 1.2rem;
  }
  .sch_wrap {
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 0;
  }
  .sch_wrap .lady_list {
    padding: 0.8rem;
  }
  .sch__wrap .weekly_btn {
    overflow-y: scroll;
    padding-left: 1.2rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .sch__wrap .weekly_btn li {
    min-width: 80px;
    margin-right: 1rem;
  }
  .sch__wrap .weekly_btn li a.active::before,
  .sch__wrap .weekly_btn li a.active::after {
    border-width: 10px 8px 0 8px;
  }
  .sch__wrap .weekly_btn li a.active::before {
    border-color: #464646 transparent transparent transparent;
    bottom: -12px;
  }
  .sch__wrap .weekly_btn li a.active::after {
    bottom: -9px;
  }
  .sch__wrap h3.subttl {
    font-size: 1.8rem;
  }
  .sch__wrap h3.subttl::before,
  .sch__wrap h3.subttl::after {
    width: 30px;
    flex-grow: 0;
  }
  .sch__wrap h3.subttl::before {
    margin-right: 16px;
  }
  .sch__wrap h3.subttl::after {
    margin-left: 16px;
  }
}

/* 一覧共通 */
.lady_list {
  display: flex;
  flex-wrap: wrap;
  gap:20px 12px; 
}
.lady_list dl {
  width: calc(100% / 4 - 9px);
  margin: 0;
  background: #faf7f0;
  border-radius: 4px;
  overflow: hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  /*
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  */
}
.lady_list dl > div {
  padding: 10px 10px 0 10px;
}
.lady_list dl:nth-of-type(4n) {
  margin-right: 0;
}
.lady_list dl dt {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.lady_list dl.overlay dt {
  background: #000;
}
.lady_list dl.overlay dt img {
  filter: opacity(60%);
}
/*
.lady_list dl.overlay dt::after{
content: "";
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .5);
position: absolute;
top: 0;
left: 0;
z-index: 5;
}
*/
.lady_list dl dt img {
  transition: transform 0.4s ease;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  width: 100%;
}
.lady_list dl dt .status {
  position: absolute;
  bottom: 8px;
  right: 0;
  left: 0;
  width: 93%;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 0 3px;
}
.lady_list dl dt .icon_new {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  background: #000;
  color: #fff;
}
.lady_list dl:hover dt img {
  transform: scale(1.1);
}
.lady_list dl dd {
  text-align: left;
  line-height: 1.3;
  color: #701f2d;
}
.lady_list dl dt.day {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}
.lady_list dl dd.sns{
margin-bottom:8px;
}
.lady_list dl dd.sns ul{
display:flex;
justify-content:center;
gap:0 6px;
}
.lady_list dl dd.sns ul li img{
width:32px;
}
.lady_list dl dd.room {
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.lady_list dl dd.room span {
  margin: 0 10px;
}
.lady_list dl dd.room::before,
.lady_list dl dd.room::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #232323;
  position: relative;
  top: -1px;
}
.lady_list dl dd .catch {
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lady_list dl dd .name span {
  font-weight: bold;
  font-size: 16px;
}
.lady_list dl dd .size {
  font-size: 13px;
  color: #dbb850;
  margin-bottom: 5px;
}
.lady_list dl dd.sch {
  background: #b5896e;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  display: table;
  width: 100%;
  color: #fff;
  padding: 5px;
}
.lady_list dl dd.sch span {
  display: table-cell;
  text-align: center;
}
.lady_list dl dd.sch .schtxt {
  width: 60px;
  color: #fff;
  font-size: 13px;
  padding: 8px 0 5px;
}
/*
.lady_list dl dd.sch::before{
content:"出勤";
display:inline-block;
padding:7px 15px 5px;
background:#232323;
color:#fff;
font-size:13px;
margin-right:10px;
}
*/
@media screen and (max-width: 640px) {
  .lady_list {
    padding: 0;
    gap:1rem 10px;
  }
  .lady_list dl {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
  .lady_list dl:nth-of-type(2n) {
    margin-right: 0;
  }
  .lady_list dl dt .status {
    font-size: 1.4rem;
  }
  .lady_list dl dt .icon_new {
    font-size: 1rem;
    width: 32px;
    height: 32px;
  }
  .lady_list dl dt.day {
    font-size: 1.6rem;
  }
  .lady_list dl dd .catch {
    font-size: 1.3rem;
  }
  .lady_list dl dd .size {
    font-size: 1.1rem;
  }
  .lady_list dl dd.room span {
    font-size: 1.3rem;
  }
  .lady_list dl dd.sch {
    font-size: 0.9rem;
  }
  .lady_list dl dd.sch .schtxt {
    padding: 8px 0 7px;
    width: 3.6rem;
  }
  .lady_list dl dd.sch .time {
    font-size: 1.4rem;
  }
}

/* システム */

.system_wrap {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  /*
  border: 1px solid #dd5ca7;
  */
}

.system_wrap .system_box {
  background: #fff;
  padding: 24px;
}
.system_wrap .system_box ul.price {
  margin-bottom: 24px;
}
.system_wrap .system_box ul.price .txt {
  font-size: 18px;
  margin: 24px 0;
}
.system_wrap .system_box .price_caution {
  text-align: left;
  display: inline-block;
  margin: auto;
  font-size: 16px;
  line-height: 1.8;
}
.system_wrap .system_box .price_caution ul {
  margin: 16px 0;
  color: #f24eaa;
}

.system_box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}
.system_box h3 span {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  display: block;
}
.system_table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}
.system_table th,
.system_table td {
  font-size: 18px;
  padding: 10px 0;
}
.system_table tr {
  border-bottom: 1px solid #ddd;
}
.system_table tr:nth-child(odd) {
  background: #efefef;
}
.system_table tr:first-of-type {
  background: #232323;
  color: #fff;
}
.play_table {
  width: 100%;
  table-layout: fixed;
  font-size: 18px;
  margin-bottom: 40px;
}
.system_box dl {
  text-align: left;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.system_box dl dt {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .system_wrap {
    border-radius: 0 0 1rem 1rem;
  }
  .system_wrap .system_box {
    padding: 1.6rem;
  }
  .system_wrap .system_box ul.price .txt {
    font-size: 1.45rem;
  }
  .system_wrap .system_box .price_caution {
    font-size: 1.4rem;
  }

  .system_box h3 span {
    font-size: 1.3rem;
  }
  .system_table th {
    font-size: 1.3rem;
  }
  .system_table td {
    font-size: 1.5rem;
  }
  .play_table td {
    font-size: 1.3rem;
  }
  .system_box dl.system_caution dt {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .system_box dl.system_caution dd {
    font-size: 1.3rem;
  }
}

.top_about {
  background: #ae896e;
  padding: 48px 0;
}
.top_about .about_wrap {
  width: 980px;
  margin: auto;
  position: relative;
}
/*店舗紹介　三角*/
/*
.top_about .about_wrap::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 32px;
  border-color: #f2a7ca transparent transparent transparent;
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
}
*/
.about_mov_pc {
  width: 482px;
}
@media screen and (max-width: 640px) {
  .about_mov_pc {
    width: 100%;
  }
}
.top_about .about_wrap .about_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.top_about .about_wrap .about_box figure {
  min-width: calc(100% / 2 - 6px);
  width: calc(100% / 2 - 6px);
}
.top_about .about_wrap .about_box dl {
  flex-grow: 1;
  margin-left: 12px;
  text-align: left;
}
.top_about .about_wrap .about_box dl dt {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 32px;
}
.top_about .about_wrap .about_box dl .subttl {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}
.top_about .about_wrap .about_box dl .txt {
  color: #fff;
  margin-bottom: 27px;
}
.top_about .about_wrap .about_box dl .btn a {
  padding: 8px 0 6px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  width: 280px;
  background: #232323;
  color: #ecc780;
  text-align: center;
  position: relative;
}
.top_about .about_wrap .about_box dl .btn a::after {
  font-family: "Material Icons Outlined";
  content: "\e5c8";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  line-height: 1;
}
.top_about .about_wrap .about_photo {
  display: flex;
  justify-content: space-between;
}
.top_about .about_wrap .about_photo li {
  width: calc(100% / 4 - 9px);
}
.about_photo_list .slick-list {
  margin: 0 -5px;
}
.about_photo_list .slick-slide {
  margin: 0 5px;
}
.about_photo_list .slick-prev,
.about_photo_list .slick-next {
  width: 40px;
  height: 40px;
  z-index: 100;
}
.about_photo_list .slick-prev {
  left: -40px;
}
.about_photo_list .slick-next {
  right: -40px;
}
.about_photo_list .slick-prev::before,
.about_photo_list .slick-next::before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 40px;
}
.about_photo_list .slick-prev::before {
  content: "\f104";
}
.about_photo_list .slick-next::before {
  content: "\f105";
}
@media screen and (max-width: 640px) {
  .about_photo_list .slick-prev {
    left: -1.6rem;
  }
  .about_photo_list .slick-next {
    right: -1.6rem;
  }
}
.top_access {
  padding: 64px 0 48px;
  background: #fff;
}
.top_access h3 {
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
}
.top_access h3 strong {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 36px;
  display: block;
}
.top_access h3 span {
  color: #701f2d;
}
.top_access .mapbox {
  display: flex;
  width: 800px;
  margin: auto;
}
.top_access .mapbox ul {
  margin-left: 24px;
  text-align: left;
  font-size: 16px;
}
.top_access .mapbox ul li span {
  font-weight: bold;
}
.top_access .mapbox ul li.pink {
  font-weight: bold;
  color: #701f2d;
  margin-top: 16px;
}
.foot_txt {
  height: 400px;
  background: url(/img/common/bg_footer.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.foot_txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(40%);
}
.foot_txt .box {
  position: relative;
  z-index: 2;
  color: #fff;
  display: inline-block;
  border: 3px solid #fff;
  padding: 40px;
}
.foot_txt .box a {
  display: block;
  width: 240px;
  padding: 5px 0;
  color: #232323;
  background: #fff;
  margin: 10px auto 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .foot_txt .box {
    padding: 20px 0;
    width: 94%;
    font-size: 1.2rem;
    font-weight: bold;
  }
}

/* ニュース */
.news_wrap {
  width: 980px;
  margin: 0 auto 48px;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
.newslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  background: #fff;
}
.newslist > dl {
  width: calc(100% / 2 - 8px);
  padding: 12px;
  display: flex;
  background: #faf7f0;
  border-radius: 8px;
  margin: 0 16px 24px 0;
}
.newslist > dl:nth-child(2n) {
  margin-right: 0;
}
.newslist > dl dt img {
  max-width: 140px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 16px;
}
.newslist > dl dd {
  text-align: left;
}
.newslist > dl dd .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #701f2d;
}
.newslist > dl dd .time {
  font-size: 13px;
  font-weight: bold;
  color: #dbb850;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .news_wrap {
    width: 100%;
    padding: 0 10px;
  }
  .newslist {
    display: block;
  }
  .newslist > dl {
    width: 100%;
  }
  .newslist > dl dt img {
    width: 80px;
  }
  .newslist > dl dd .comment {
    font-size: 1.3rem;
  }
}
/* イベント */
.event_wrap {
  overflow: hidden;
  /*
  border: 1px solid #dd5ca7;
  */
  border-radius: 0 0 16px 16px;
}
.event_wrap .event_box {
  padding: 24px;
  background: #fff;
}
.event_wrap .calendar {
  margin-bottom: 32px;
}
.eventlist {
  display: flex;
  flex-wrap: wrap;
}
.eventlist .eventbox {
  width: calc(100% / 2 - 12px);
  margin: 0 24px 32px 0;
}
.eventlist .eventbox:nth-of-type(2n) {
  margin-right: 0;
}
.eventlist dl:last-child {
  margin-bottom: 0;
}
.eventlist .eventbox dt {
  margin-bottom: 16px;
}
.eventlist .eventbox dd {
  text-align: left;
  padding: 0 3px;
}
.eventlist .eventbox dd .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #701f2d;
}
.eventlist .eventbox dd .txt {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .event_wrap {
    width: 100%;
  }
  .event_wrap .event_box {
    padding: 1rem;
  }
  .eventlist {
    display: block;
  }
  .eventlist .eventbox {
    width: 100%;
    margin: 0;
  }
  .eventlist .eventbox:not(:last-of-type) {
    margin-bottom: 2rem;
    padding-bottom: 1.6rem;
    border-bottom: 2px dotted #ccc;
  }
  .eventlist .eventbox dt {
    margin-bottom: 0.8rem;
  }
  .eventlist .eventbox dd .ttl {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  .eventlist .eventbox dd .txt {
    font-size: 1.3rem;
  }
}
/* ブログ一覧 */
.blog_wrap {
  margin: 0 auto 48px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.blog_wrap .blog_list {
  padding: 16px;
  background: #fff;
  margin-bottom: 0;
}
.blog_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.blog_list dl {
  width: calc(100% / 2 - 9px);
  margin: 0 18px 20px 0;
  background: #faf7f0;
  border-radius: 4px;
  overflow: hidden;
  /* 
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  */
  padding: 16px;
  display: flex;
}
.blog_list dl:nth-of-type(2n) {
  margin-right: 0;
}
.blog_list dl:hover {
  cursor: pointer;
}
.blog_list dl dt {
  min-width: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 4px;
}
.blog_list dl dt img {
  transition: transform 0.4s ease;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
.blog_list dl:hover dt img {
  transform: scale(1.1);
}
.blog_list dl dd {
  flex-grow: 1;
  text-align: left;
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.blog_list dl dd p,
.blog_list dl dd ul {
  width: 100%;
}
.blog_list dl dd p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.blog_list dl dd ul .name {
  color: #701f2d;
}
@media screen and (max-width: 640px) {
  .blog_wrap {
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 0;
  }
  .blog_wrap .blog_list {
    padding: 1rem;
  }
  .blog_list {
    display: block;
  }
  .blog_list dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .blog_list dl:last-child {
    margin-bottom: 0;
  }
  .blog_list dl dd p {
    font-size: 1.6rem;
  }
  .blog_list dl dd ul .name {
    font-size: 1.4rem;
  }
  .blog_list dl dd ul .day {
    font-size: 1.3rem;
  }
}

/* ブログ詳細 */
.blogbox {
  margin-top: -24px;
  background: #fff;
  padding: 24px;
  text-align: left;
  border-radius: 0 0 16px 16px;
}
.blogbox .cast_box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px dotted #ccc;
}
.blogbox .cast_box dt {
  width: 80px;
}
.blogbox .cast_box dt img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
}
.blogbox .cast_box dd {
  margin-left: 16px;
  font-weight: bold;
  font-size: 16px;
}
.blogbox .ttl {
  font-size: 20px;
  font-weight: bold;
}
.blogbox .time {
  font-size: 13px;
  color: rgba(113, 118, 123, 1);
  margin-bottom: 16px;
}
.blogbox .blog_body img {
  width: auto;
  height: auto;
}
.blog_pager {
  display: flex;
  justify-content: center;
  margin: 32px 0;
  font-size: 16px;
}
.blog_pager a,
.blog_pager span {
  display: block;
  width: 200px;
  border: 1px solid #444;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
}
.blog_pager a:hover {
  border-color: #d24283;
  color: #d24283;
}
.blog_pager span {
  border-color: #ccc;
  color: #ccc;
}
.blog_pager .prev::before {
  font-family: "FontAwesome";
  content: "\f104";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.blog_pager .next::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.blog_pager a.blogtop {
  margin: 0 24px;
  border-color: #e47073;
  color: #e47073;
}
.blog_pager a.blogtop:hover {
  background: #e47073;
  border-color: #e47073;
  color: #fff;
}
.blog_pager_2 {
  margin: -16px auto 24px;
}
.blog_pager_2 a {
  display: block;
  width: 240px;
  border: 1px solid #444;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0 8px;
  position: relative;
  margin: auto;
}
.blog_pager_2 a:hover {
  color: #e47073;
  border-color: #e47073;
}

@media screen and (max-width: 640px) {
  .blogbox {
    margin-top: -1.6rem;
    padding: 1.2rem;
  }
  .blogbox .cast_box dt {
    width: 7rem;
  }
  .blogbox .cast_box dt img {
    width: 7rem;
    height: 7rem;
  }
  .blogbox .cast_box dd {
    margin-left: 1rem;
  }
  .blogbox .ttl {
    font-size: 2rem;
  }
  .blogbox .time {
    font-size: 1.3rem;
  }
  .blogbox .blog_body {
    font-size: 1.4rem;
  }
  .blogbox .blog_body img {
    height: auto;
  }
  .blog_pager {
    justify-content: space-between;
    font-size: 1.4rem;
  }
  .blog_pager a,
  .blog_pager span {
    width: calc(100% / 3 - 3px);
  }
  .blog_pager a.blogtop {
    margin: 0;
  }
  .blog_pager .prev {
    text-align: right;
    padding-right: 1.2rem;
  }
  .blog_pager .prev::before {
    left: 1.2rem;
  }
  .blog_pager .next {
    text-align: left;
    padding-left: 1.2rem;
  }
  .blog_pager .next::after {
    right: 1.2rem;
  }
  .blog_pager_2 {
    margin: 0 auto 24px;
  }
  .blog_pager_2 a {
    font-size: 1.5rem;
    width: 26rem;
  }
}

/* メールマガジン */
.mailmagazine_wrap {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
}
.mailmagazine_box {
  padding: 0 0 32px 0;
  background: #fff;
  text-align: left;
}
.mailmagazine_box .img img {
  width: 100%;
}
.mailmagazine_box h3 {
  color: #f24eaa;
  font-size: 24px;
  font-weight: bold;
}
.mailmagazine_box .txt {
  margin-bottom: 24px;
}
.mailmagazine_box .form__wrap {
  width: calc(100% - 64px);
  margin: -200px auto 0;
  position: relative;
  z-index: 99;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
}
.mailmagazine_box dl {
  margin-bottom: 16px;
}
.mailmagazine_box dt {
  font-size: 19px;
  font-weight: bold;
  color: #2F0C10;
}
}
.mailmagazine_box .form_wrap {
  background: #ECD7B6;
  border-radius: 10px;
}
.mailmagazine_box .form_wrap .flex {
  display: flex;
}
.mailmagazine_box .form_wrap div:first-child {
  margin-bottom: 10px;
}
.submit {
  background: #955730;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 4px;
  width: 120px;
  margin-left: 8px;
  border: none;
  cursor: pointer;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.mailmagazine_box .form_wrap div label {
  display: inline-block;
  font-size: 15px;
}
.mailmagazine_box .form_wrap div label:first-child {
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .mailmagazine_wrap {
    border-radius: 1rem;
  }
  .mailmagazine_box h3 {
    font-size: 2rem;
  }
  .mailmagazine_box {
    padding: 0 0 1.2rem 0;
  }
  .mailmagazine_box .form__wrap {
    width: calc(100% - 2.4rem);
    margin-top: -7rem;
    padding: 1.6rem 1rem 1rem;
    border-radius: 0.8rem;
  }
  .mailmagazine_box dl {
    margin-bottom: 1.2rem;
  }
  .mailmagazine_box dt {
    font-size: 1.7rem;
  }
  .mailmagazine_box .txt,
  .mailmagazine_box dd {
    font-size: 1.3rem;
  }
  .mailmagazine_box .form_wrap {
    padding: 1.6rem 1rem;
    border-radius: 0.6rem;
  }
  .mailmagazine_box .form_wrap .input01 {
    width: 100%;
  }
  .submit {
    width: 86px;
  }
}

/* アクセス */
.access_wrap {
  width: 980px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 640px) {
  .access_about {
    padding: 2rem 1rem;
  }
  .access_about .access_wrap {
    width: 100%;
  }
  .access_about .access_wrap .access_box {
    display: block;
    margin-bottom: 4.8rem;
  }
  .access_about .access_wrap .access_box figure {
    min-width: 100%;
    width: 100%;
  }
  .access_about .access_wrap .access_box dl {
    margin-left: 0;
  }
  .access_about .access_wrap .access_box dl dt {
    font-size: 2.8rem;
  }
  .taccess_about .access_wrap .access_box dl .txt {
    font-size: 1.3rem;
  }
  .access_about .access_wrap .access_box dl .btn a {
    padding: 0.8rem 0;
    display: block;
    margin: auto;
  }
  .access_about .access_wrap .access_photo {
    flex-wrap: wrap;
  }
  .access_about .access_wrap .access_photo li {
    width: calc(100% / 2 - 4px);
    margin-bottom: 0.8rem;
  }
  .taccess_about .access_wrap::after {
    bottom: -50px;
  }
}
/* ホテルマップ */
.hotel_wrap {
  width: 980px;
  margin: auto;
}
.hotel_wrap .hotelmap {
  margin-bottom: 16px;
}
.hotel_wrap .hotel_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hotel_wrap .hotel_list dl {
  width: calc(100% / 2 - 8px);
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 16px 16px 0;
  display: flex;
}
.hotel_wrap .hotel_list dl:nth-child(2n) {
  margin-right: 0;
}
.hotel_wrap .hotel_list dl dt {
  min-width: 32px;
  margin-right: 16px;
}
.hotel_wrap .hotel_list dl dt span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #232323;
  color: #fff;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.hotel_wrap .hotel_list dl .hotel_name {
  font-size: 16px;
  font-weight: bold;
}
.hotel_wrap .hotel_list dl .hotel_name a::after {
  font-family: "Material Icons Outlined";
  content: "\e89e";
  font-weight: normal;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.hotel_wrap .hotel_list dl .add,
.hotel_wrap .hotel_list dl .tel,
.hotel_wrap .hotel_list dl .price,
.hotel_wrap .hotel_list dl .remarks {
  color: #888;
  display: flex;
}
.hotel_wrap .hotel_list dl .add::before {
  content: "住所：";
}
.hotel_wrap .hotel_list dl .tel::before {
  content: "電話：";
}
.hotel_wrap .hotel_list dl .price::before {
  content: "料金：";
}
.hotel_wrap .hotel_list dl .remarks::before {
  content: "備考：";
}
@media only screen and (max-width: 640px) {
  .hotel_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.2rem;
  }
  .hotel_wrap h3.subttl {
    font-size: 1.8rem;
  }
  .hotel_wrap .hotel_list {
    display: block;
  }
  .hotel_wrap .hotel_list dl {
    width: 100%;
  }
  .hotel_wrap .hotel_list dl dd {
    font-size: 1.3rem;
  }
  .hotel_wrap .hotel_list dl dt span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
    line-height: 32px;
  }
}
/* ホテルリスト */
.hotellist_wrap {
  width: 980px;
  margin: auto;
}
.hotel_category_link ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.hotel_category_link ul li {
  width: calc(100% / 4 - 9px);
  text-align: left;
  margin: 0 12px 12px 0;
}
.hotel_category_link ul li a {
  display: flex;
  align-items: center;
  padding: 11px 10px 10px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
}
.hotel_category_link ul li a:hover {
  background: #232323;
  color: #fff;
}
.hotel_category_link ul li a::before {
  font-family: "Material Icons";
  content: "\f181";
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.hotellist_wrap .hotellist_box {
  margin-bottom: 32px;
}
.hotellist_wrap .hotellist {
  display: flex;
  flex-wrap: wrap;
}
.hotellist_wrap .hotellist dl {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  text-align: left;
  width: calc(100% / 2 - 8px);
  margin-bottom: 24px;
}
.hotellist_wrap .hotellist dl:not(:nth-of-type(2n)) {
  margin-right: 16px;
}
.hotellist_wrap .hotellist dl dt {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 3px;
}
.hotellist_wrap .hotellist dd {
  font-size: 13px;
}
.hotellist_wrap .hotellist .tel a {
  color: #469ef7;
}
.hotellist_wrap .hotellist dd.tel::before {
  content: "TEL.";
}
.hotellist_wrap .hotellist .price {
  display: flex;
}
.hotellist_wrap .hotellist .price p span {
  font-weight: bold;
}
.hotellist_wrap .hotellist .price p:nth-of-type(2)::before {
  content: "／";
  margin: 0 3px;
}
@media screen and (min-width: 640px) {
  .hotellist_wrap .hotellist .tel a {
    pointer-events: none;
    color: #232323;
  }
  .hotel_category_link ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .hotellist_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
  .hotel_category_link ul li {
    width: calc(100% / 2 - 6px);
  }
  .hotel_category_link ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .hotel_category_link ul li a {
    font-size: 1.4rem;
  }
  .hotellist_wrap .hotellist {
    display: block;
  }
  .hotellist_wrap .hotellist dl {
    width: 100%;
    margin: 0 0 1.6rem !important;
    border-radius: 8px;
    padding: 1.2rem;
  }
}

/* Q&A */
.qa_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
.qa_wrap .qa_list dl {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 16px;
  text-align: left;
}
.qa_wrap .qa_list dl dt {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #888;
  display: flex;
  align-items: center;
}
.qa_wrap .qa_list dl dt::before {
  content: "Q";
  font-family: "Jost", sans-serif;
  font-weight: 500;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #232323;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  margin-right: 8px;
}
.qa_wrap .qa_list dl dd {
}
@media only screen and (max-width: 640px) {
  .qa_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
  .qa_wrap .qa_list dl {
    padding: 1.6rem;
  }
  .qa_wrap .qa_list dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .qa_wrap .qa_list dl dt::before {
    min-width: 32px;
  }
  .qa_wrap .qa_list dl dd {
    font-size: 1.3rem;
  }
}
/* ランキング */
.ranking_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
.ranking_wrap .ranking_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.ranking_wrap .ranking_list dl {
  width: calc(100% / 3 - 8px);
  margin: 0 12px 24px 0;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.ranking_wrap .ranking_list dl:nth-child(3),
.ranking_wrap .ranking_list dl:nth-child(6),
.ranking_wrap .ranking_list dl:nth-child(10) {
  margin-right: 0;
}
.ranking_wrap .ranking_list dl:nth-child(n + 7) {
  width: calc(100% / 4 - 9px);
}
.ranking_wrap .ranking_list dl dt {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.ranking_wrap .ranking_list dl dt img {
  transition: transform 0.4s ease;
}
.ranking_wrap .ranking_list dl:hover dt img {
  transform: scale(1.1);
}
.ranking_wrap .ranking_list dl .name span {
  font-size: 16px;
  font-weight: bold;
}
.ranking_wrap .ranking_list dl .size {
  font-size: 12px;
  color: #888;
}
.ranking_wrap .ranking_list dl .rank {
  position: absolute;
  top: 0;
  left: 5px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #232323;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .ranking_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
  .ranking_wrap h3.subttl {
    font-size: 1.8rem;
  }
  .ranking_wrap .ranking_list dl {
    width: calc(100% / 2 - 6px);
    margin-right: 0;
  }
  .ranking_wrap .ranking_list dl:first-of-type {
    width: 100%;
  }
  .ranking_wrap .ranking_list dl:nth-of-type(2n) {
    margin-right: 12px;
  }
  .ranking_wrap .ranking_list dl .rank {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 1.8rem;
    left: 0;
  }
}
/* プレイ */
.play_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 640px) {
  .play_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/* コンセプト */
.concept_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 640px) {
  .concept_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/* 求人 */
.recruit_wrap {
  width: 980px;
  margin: 0 auto 32px;
}
.recruit_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.recruit_flex .left {
  width: 630px;
}
.recruit_flex .left > div:first-of-type {
  margin-bottom: 32px;
}
.recruit_flex .left .box {
  padding: 16px;
  background: #fff;
}
.recruit_box {
  border-radius: 0 0 16px 16px;
  /*
  border: 1px solid #dd5ca7;
*/
  overflow: hidden;
}
.recruit_box figure:not(:last-of-type) {
  margin-bottom: 24px;
}
.recruit_box .recruit_ttl {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.recruit_box .recruit_txt {
  font-size: 14px;
  margin-bottom: 32px;
}
.recruit_box .recruit_subttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-align: left;
  position: relative;
  padding: 8px 0 5px;
}
.recruit_box .recruit_subttl::before {
  font-family: "FontAwesome";
  content: "\f0f6";
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
dl.treatment {
  margin-bottom: 24px;
}
dl.treatment > div {
  display: flex;
  text-align: left;
  gap: 0 16px;
}
dl.treatment > div:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(221, 92, 167, 0.4);
}
dl.treatment > div:last-of-type dd ul {
  margin-top: 0px;
}
dl.treatment > div dt {
  min-width: calc(25% - 12px);
  width: calc(25% - 12px);
}
dl.treatment > div dt span {
  display: block;
  padding: 6px 18px 4px;
  background: #e47073;
  color: #fff;
  border-radius: 3px;
  line-height: 1.3;
  text-align: left;
}
dl.treatment > div dd {
  padding-top: 5px;
  flex-grow: 1;
}
dl.treatment > div dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
dl.treatment > div dd ul li {
  display: inline-block;
  background: #fbe6e6;
  padding: 5px 10px 3px;
  border-radius: 3px;
  margin: 0 6px 6px 0;
}
.recruit_box .box h3 {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.recruit_box .rec_txt {
  text-align: left;
  font-size: 15px;
}
.recruit_box .rec_txt .pink {
  font-weight: bold;
  color: #f24eaa;
}
.recruit_box .rec_txt .gold {
  font-weight: bold;
  color: #dbb850;
}

.recruit_right {
  width: 320px;
}
.recruit_right .form_ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.recruit_flex .form_wrap {
  padding: 0;
  border-radius: 0 0 16px 16px;
  /*
  border: 1px solid #dd57ac;
  */
  overflow: hidden;
  /*
position:sticky;
top:15px;
*/
}
.recruit_flex .form_wrap .box {
  padding: 16px;
}
.recruit_flex .form_wrap .linkbtn {
  margin-bottom: 24px;
}
.recruit_flex .form_wrap .linkbtn li {
  margin-bottom: 8px;
}
.recruit_flex .form_wrap .linkbtn li a {
  display: block;
  padding: 8px 0 6px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 17px;
  background: #701f2d;
  color: #fff;
}
.recruit_flex .form_wrap .linkbtn li.line a {
  background: #57c489;
}
.recruit_flex .form_wrap .linkbtn li.mail a {
  background: #d4ad44;
}

.recruit_flex .form_wrap .linkbtn li a::before {
  font-family: "FontAwesome";
  content: "\f095";
  margin-right: 8px;
  font-weight: normal;
  display: inline-block;
}
.recruit_flex .form_wrap .linkbtn li.line a::before {
  content: "\f075";
  transform: scale(-1, 1);
  position: relative;
  top: -1px;
}
.recruit_flex .form_wrap .linkbtn li.mail a::before {
  content: "\f0e0";
}

.recruit_right .oubobox {
  margin-bottom: 20px;
}
.recruit_right .oubobox li {
  margin-bottom: 8px;
}
.recruit_right .oubobox a {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 0 9px;
  border: 1px solid #ccc;
  display: block;
  border-radius: 100px;
  line-height: 1;
}
.recruit_right .oubobox a::before {
  font-family: "FontAwesome";
  margin-right: 8px;
  display: inline-block;
}
.recruit_right .oubobox .tel a::before {
  content: "\f095";
}
.recruit_right .oubobox .line a::before {
  content: "\f075";
  transform: scale(-1, 1);
  position: relative;
  top: -1px;
}
.recruit_right .oubobox .line a {
  background: #56c459;
  border-color: #56c459;
  color: #fff;
}
.recruit_right dl {
  text-align: left;
}
.recruit_right dl dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
}
.recruit_right dl dt::after {
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  border-radius: 1px;
  font-size: 11px;
  font-weight: normal;
  height: 16px;
  line-height: 18px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.recruit_right dl dt.required::after {
  background: #d0483e;
  content: "必須";
}
.recruit_right dl dt.nini::after {
  background: #bbb;
  content: "任意";
}
.recruit_right dl dd {
  margin-bottom: 16px;
}
.recruit_right .oubo_caution {
  font-size: 12px;
  margin-top: 6px;
}
.recruit_right dl dd .radio_txt {
  white-space: nowrap;
  width: 36%;
}
.recruit_right dl dd .textarea_01 {
  min-height: 160px;
}
.recruit_right .form_btn {
  margin: 20px auto 0;
}
.recruit_right .form_btn .btn {
  font-size: 18px;
  padding: 16px 0 13px;
  min-width: 100%;
}
.ttl_rec1 {
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 0;
  background: url(/img/common/bg_ttl3.png);
  text-align: center;
  color: #000;
  position: relative;
  height: 80px;
}
/* 求人バイトル */
.baitoru_icon{
width: 40%;
margin-top: 24px;
}
@media screen and (max-width: 640px) {
.baitoru_icon{  
width: 50%;
}
}

/*スマホ　リクルートコンテンツ枠1*/
@media screen and (max-width: 640px) {
  .ttl_rec1 {
    font-size: 1rem;
    background: url(/img/common/bg_ttl_sp.png);
    background-size: auto;
    background-size: cover;
    height: auto;
    aspect-ratio: 5 / 1;
    padding-top: 1.3rem;
  }
}
.ttl_rec2 {
  line-height: 1.2;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0 0;
  background: url(/img/common/bg_ttl4.png);
  text-align: center;
  color: #000;
  position: relative;
  height: 80px;
}
/*スマホ　リクルートコンテンツ枠2*/
@media screen and (max-width: 640px) {
  .ttl_rec2 {
    font-size: 1rem;
    background: url(/img/common/bg_ttl_sp.png);
    background-size: auto;
    background-size: cover;
    height: auto;
    aspect-ratio: 5 / 1;
    padding-top: 1.3rem;
  }
}
h2.ttl_rec1 strong {
  font-size: 32px;
  font-weight: bold;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
h2.ttl_rec2 strong {
  font-size: 32px;
  font-weight: bold;
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .recruit_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
  .recruit_flex {
    flex-wrap: wrap;
  }
  .recruit_box {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  .recruit_right {
    width: 100%;
    margin-bottom: 4rem;
    margin-top: -2rem;
  }
  
  dl.treatment > div {
    font-size: 1.4rem;
    display: block;
  }
  dl.treatment > div dt {
    margin-bottom: 0.6rem;
    width: 100%;
    min-width: 100%;
  }
  dl.treatment > div dt span {
    white-space: nowrap;
    font-size: 1.3rem;
    padding: 6px 10px 4px;
  }
  dl.treatment > div dd {
    padding-top: 0;
  }
}
/* 求人メール送信後モーダル */
.modal {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 32px;
  border-radius: 5px;
  background: #fff;
}
.modal dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  white-space: nowrap;
}
.modal dl dd {
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .modal dl dt {
    font-size: 1.8rem;
  }
  .modal dl dd {
    font-size: 1.4rem;
  }
}

/* アンケート */
.enquete_wrap {
  width: 980px;
  margin: 0 auto 32px;
}

/* お問い合わせ */
.contact_wrap {
  width: 980px;
  margin: 0 auto 32px;
}

/* ご予約 */
.reserve_wrap {
  width: 980px;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 640px) {
  .enquete_wrap,
  .contact_wrap,
  .reserve_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
}

/* 404 */
.notfound_wrap {
  width: 980px;
  margin: 0 auto 64px;
}
.notfound_box {
  border-radius: 16px;
  background: #fff;
  padding: 100px 0;
}
.notfound_box dl {
  line-height: 1;
}
.notfound_box dt {
  font-size: 100px;
  font-weight: bold;
  color: #f24eaa;
}
.notfound_box .en {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}
.notfound_box .txt {
  line-height: 1.8;
}
.notfound_box .txt span {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
}
.notfound_box .btn {
  margin-top: 32px;
}
.notfound_box .btn a {
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 240px;
  border: 1px solid #f24eaa;
  padding: 17px 0 14px;
  margin: auto;
  color: #f24eaa;
}
.notfound_box .btn a:hover {
  background: #f24eaa;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .notfound_wrap {
    width: 100%;
    padding: 0 1.2rem;
  }
  .notfound_box {
    border-radius: 1rem;
  }
  .notfound_box .txt {
    font-size: 1.3rem;
  }
  .notfound_box .txt span {
    font-size: 1.8rem;
  }
  .notfound_box .btn a {
    font-size: 1.8rem;
  }
}

/* フォーム関係 */
.form_wrap {
  padding: 24px;
  background: #ECD7B6;
  border-radius: 16px;
}
.form_wrap > dl {
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.form_wrap > dl:last-of-type {
  border: none;
}
.form_wrap > dl dt {
  width: 25%;
  font-weight: bold;
  padding: 20px 0;
  font-size: 15px;
  position: relative;
}
.form_wrap > dl dt.required::after {
  content: "必須";
  background: #d0483e;
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  border-radius: 1px;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  line-height: 21px;
}
.form_wrap > dl dd {
  width: 75%;
  padding: 20px 0 20px 16px;
}
.form_wrap > dl dd .custom_txt {
  margin: 0 10px;
}

/* Firefoxのボタンの点線を消す */
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic",
    sans-serif;
  font-size: 15px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea {
  padding: 7px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
select::-ms-expand {
  display: none;
}
.input_01 {
  width: 100%;
}
.textarea_01 {
  width: 100%;
  min-height: 300px;
}
.form_btn {
  margin: 32px auto;
}
.form_btn .btn {
  background: #454545;
  font-size: 22px;
  font-weight: bold;
  border-radius: 100px;
  padding: 19px 0 16px;
  color: #fff;
  letter-spacing: 0.2rem;
  min-width: 400px;
  line-height: 1;
  cursor: pointer;
  border: none;
}

/* プルダウン */
.custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 1px;
  border: 1px solid #ccc;
  /* box-shadow: 0 2px 0 #AAA; */
  background-color: white;
  vertical-align: bottom;
}
.custom > select {
  width: 130%;
  padding: 0.6em 5em 0.6em 0.6em;
  font-size: 15px;
}
.custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.4em;
  display: block;
  content: "";
  background: url(/img/common/select.png) center no-repeat;
  background-size: 10px 10px;
  /*
  border-left:1px solid #dedede;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
 */
  pointer-events: none;
}
/* ラジオボタン */
.radio {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio + .radio-icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/common/radio.png) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
}
.radio:checked + .radio-icon:before {
  background: url(/img/common/radio_on.png) no-repeat;
  background-size: 20px 20px;
}
.radio_txt {
  display: inline-block;
  line-height: 2;
  padding-right: 16px;
  width: calc(100% / 4 - 8px);
}

/* チェックボックス */
.checkbox {
  display: none;
}
.checkbox + .checkbox-icon:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/img/common/checkbox.png) no-repeat;
  background-size: 20px 20px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.checkbox:checked + .checkbox-icon:before {
  background: url(/img/common/checkbox_on.png) no-repeat;
  background-size: 20px 20px;
  margin-right: 5px;
}
.checkbox-icon {
  white-space: nowrap;
}
.checkbox_txt {
  display: inline-block;
  line-height: 2;
  padding-right: 16px;
  width: calc(100% / 4 - 8px);
}
@media only screen and (max-width: 640px) {
  .form_wrap {
    padding: 2rem 1.6rem;
  }
  .form_wrap > dl {
    display: block;
    padding-bottom: 2.2rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #bbb;
  }
  .form_wrap > dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 0.7rem;
    font-size: 1.6rem;
  }
  .form_wrap > dl dt.required::after {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    height: 16px;
    line-height: 17px;
    margin-left: 7px;
    top: -2px;
  }
  .form_wrap > dl dd {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
  .checkbox_txt,
  .radio_txt {
    width: 100%;
    padding-right: 0;
  }
  .form_btn {
    margin-bottom: 0;
  }
  .form_btn .btn {
    min-width: 100%;
    font-size: 2rem;
  }
  .introduction {
    width: 100%;
    padding: 0 10px;
  }
}
/* SPフッターボタン */
.footer_btn {
  display: none;
}
@media screen and (min-width: 640px) {
  .menu-container {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer_btn {
    display: flex;
    padding: 0 0 10px;
    position: fixed;
    bottom: 0;
    background: url(/img/common/sp_ft_nav_ph.png) bottom center;
    background-size: auto 9rem;
    z-index: 99;
    width: 100%;
    height: 9rem;
    align-items: flex-end;
  }
  .footer_btn p a {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto 4px;
    background: #232323;
    font-family: "Jost", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    color: #fff;
    border-radius: 100px;
    padding: 10px 0;
    line-height: 1;
  }
  .footer_btn p a::before {
    font-family: "Material Icons";
    content: "\e0cd";
    margin-right: 3px;
    position: relative;
    top: 1px;
  }
  .footer_btn span {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .footer_btn ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer_btn ul li {
    width: 18%;
  }
  .footer_btn ul li.menu_toggle {
    width: 28%;
  }
  .footer_btn ul li a {
    display: block;
    line-height: 1.2;
    padding: 0.5rem 0;
    font-weight: bold;
    font-size: 1.1rem;
    color: #000;
  }
  .footer_btn ul li a::before {
    font-family: "Material Icons";
    content: "\e0cd";
    display: block;
    font-size: 2.4rem;
  }
  .footer_btn ul li.reserve a::before {
    content: "\e163";
  }
  .footer_btn ul li.rec a::before {
    content: "\e590";
  }
  .footer_btn ul li.ranking a::before {
    content: "\e8d0";
  }
  .footer_btn ul li.top a::before {
    content: "\f182";
  }
  .footer_btn ul li.blog a::before {
    content: "\e873";
  }
  .footer_btn ul li.sch a::before {
    content: "\ebcc";
  }
  .footer_btn ul li.coupon a::before {
    content: "\e638";
  }
  /* フッターハンバーガー */
  .menu-container {
    /*
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index:100;
*/
  }
  .menu-button {
    display: block;
    cursor: pointer;
    z-index: 100;
    position: fixed;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border-radius: 100px;
    width: 24%;
    aspect-ratio: 1;
  }
  #menu-toggle:checked ~ .menu-button {
    border: none;
    background: #fff;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5);
  }
  .menu-button > b {
    display: block;
    margin: 1.2rem auto 0;
    width: 36px;
    height: 36px;
    position: relative;
  }
  .menu-button .txt::before {
    content: "MENU";
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
  }
  #menu-toggle:checked ~ .menu-button .txt::before {
    content: "CLOSE";
  }

  .bar {
    position: absolute;
    display: block;
    width: 36px;
    height: 4px;
    background-color: #000;
    transition: 0.4s;
    left: 0;
  }
  .menu-button .bar:nth-child(1) {
    top: 6px;
  }
  .menu-button .bar:nth-child(2) {
    top: 16px;
  }
  .menu-button .bar:nth-child(3) {
    top: 26px;
  }

  #menu-toggle:checked ~ .menu-button .bar:nth-child(1) {
    rotate: 45deg;
    top: 16px;
  }
  #menu-toggle:checked ~ .menu-button .bar:nth-child(2) {
    display: none;
  }
  #menu-toggle:checked ~ .menu-button .bar:nth-child(3) {
    rotate: -45deg;
    top: 16px;
  }
  #menu-toggle {
    display: none;
  }
  .menu {
    position: fixed;
    bottom: -100%; /* 変更: top から bottom に変更 */
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/common/bg_drawer.png);
    /*
    background-size: 150px 150px;
    */
    /*
background: linear-gradient(25deg, #f3ca4a, #ed6e9b , #5eb1e3);
*/
    transition: 0.4s;
    z-index: 100;
    overflow-y: auto;
  }
  #menu-toggle:checked ~ .menu {
    bottom: 0; /* 変更: top から bottom に変更 */
  }
  .menu .drawer_logo {
    padding: 2rem 0 1rem;
  }
  .menu .drawer_logo img {
    width: 200px;
    /*
    filter: brightness(0) invert(1);
    */
  }

  .menu ul {
    list-style: none;
    padding: 2rem 1.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  .menu ul li {
    width: 50%;
    text-align: left;
  }
  .menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    transition: 0.2s;
    line-height: 1.3;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  }
  .menu ul li a span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 2rem;
    font-weight: 500;
  }
  .menu ul li a:hover {
    color: #fff;
  }
}
/* フッター */
#footer {
  padding: 0 0 50px 0;
}
#footer .logo img {
  width: 200px;
  height: auto;
  margin-bottom: 8px;
}
#footer .footnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 32px;
  padding: 18px 0 16px;
  background: url(/img/common/pc_ft_nav_ph2.png);
}
#footer .footnav li a {
  color: #000;
}
#footer .footnav li a:hover {
  color: #fff;
}
#footer .footnav li:not(:last-child)::after {
  content: "｜";
  color: rgba(0, 0, 0, 0.5);
  margin: 0 4px;
}
#footer p {
  font-size: 13px;
}
/* フッタースマホ仕様 */
/* 
  @media screen and (max-width: 640px) {
  #footer {
    padding: 50px 0 9rem;
  }
  #footer .logo img {
    width: 160px;
  }
  #footer .footnav {
    font-size: 1.1rem;
    padding: 2rem 1rem;
  }
}
 */
@media screen and (max-width: 640px) {
  #footer {
    display: none;
  }
}
/*スマホ追加　アクセス　タイトル調整*/
@media screen and (max-width: 640px) {
  .top_access h3 {
    text-align: center;
    margin-top: -3rem;
  }
}
@media screen and (max-width: 640px) {
  .top_about {
    padding: 2rem 1rem;
    overflow:hidden;
  }
  .top_about .about_wrap {
    width: 100%;
  }
  .top_about .about_wrap .about_box {
    display: block;
    margin-bottom: 4.8rem;
  }
  .top_about .about_wrap .about_box figure {
    min-width: 100%;
    width: 100%;
  }
  .top_about .about_wrap .about_box dl {
    margin-left: 0;
  }
  .top_about .about_wrap .about_box dl dt {
    font-size: 2.8rem;
  }
  .top_about .about_wrap .about_box dl .txt {
    font-size: 1.3rem;
  }
  .top_about .about_wrap .about_box dl .btn a {
    padding: 0.8rem 0;
    display: block;
    margin: auto;
  }
  .top_about .about_wrap .about_photo {
    flex-wrap: wrap;
  }
  .top_about .about_wrap .about_photo li {
    width: calc(100% / 2 - 4px);
    margin-bottom: 0.8rem;
  }
  .top_about .about_wrap::after {
    bottom: -50px;
  }
  .access_wrap {
    padding: 0 1rem;
    width: 100%;
  }
  .google_map > iframe {
    width: 100%;
  }
  .top_access .mapbox {
    width: 100%;
    display: block;
  }
  .top_access .mapbox ul {
    margin-left: 0;
    font-size: 1.4rem;
    margin-top: 1.6rem;
  }
}
/* 認証ページ */
.index_wrap {
  padding-top: 150px;
}
.index_wrap .logo img {
  width: 500px;
  height: auto;
}
.index_wrap .btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 100px;
}
.index_wrap .btnbox li:nth-of-type(2) {
  margin: 0 20px;
}
.index_wrap .btnbox img {
  width: 50px;
}
.index_wrap .btnbox a {
  font-size: 40px;
  font-family: "Jost", sans-serif;
  border: 1px solid #232323;
  padding: 20px 40px 19px;
  line-height: 1;
  display: block;
}
.index_wrap .btnbox li.leave a {
  color: #aaa;
  border-color: #aaa;
}
.index_wrap .linkbox {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .index_wrap .logo img {
    width: 300px;
    height: auto;
  }
  .index_wrap .btnbox li:nth-of-type(2) {
    margin: 0 10px;
  }
  .index_wrap .btnbox a {
    font-size: 2.8rem;
    padding: 14px 24px 13px;
  }
  .index_wrap .linkbox {
    padding: 0 10px;
  }
}
/* クーポン */
.coupon_ph {
width: 15%;
margin-top: 64px;  
}
.coupon_ttl {
font-size: 45px;
margin-top: 24px; 
font-weight: bold; 
margin-bottom: 16px;
}
.coupon_text1 {
font-size: 30px; 
}
.coupon_text1 span{
font-size: 30px;
font-weight: bold;
color: #bf0020;
}
.coupon_text2 {
font-size: 45px;
font-weight: bold;
color: #bf0020;
margin-top: -16px;
margin-bottom: 16px;
}
.coupon_text3 {
font-size: 30px; 
}
.coupon_text3 span{
font-size: 30px;
font-weight: bold;
color: #bf0020;
}
@media screen and (max-width: 640px) {
.coupon_ph {
width: 25%;
margin-top: 48px; 
}
.coupon_ttl {
font-size: 2rem;
margin-top: 16px;
margin-bottom: 8px;
}
.coupon_text1 {
font-size: 1.6rem;
}
.coupon_text1 span{
font-size: 1.6rem;
}
.coupon_text2 {
font-size: 2rem;
margin-top: -4px;
margin-bottom: 16px;
}
.coupon_text3 {
font-size: 1.6rem;
}
.coupon_text3 span{
font-size: 1.6rem;
}  
}