@charset "utf-8";
body {
  padding-top: 0;
}
/*=====================================================================/
/ヘッダ(イメージ)※恐らくスマホは殆どのサイトでホームだけに表示したいと依頼されると思っておくこと
/=====================================================================*/
.pege-head-image {
  width: 960px;
  margin: 0 auto;
}
.pege-head-image img {}
.pege-head-image img.sp { display: none; }
.pege-head-image img.pc {
  display: block;
}
/*=====================================================================/
/共通コンテンツ
/=====================================================================*/
.content-item {
  margin-bottom: 40px;
}
/*[見出し]*/
.item-title.enter {
  width: 960px;
  margin: auto;
}
/*=====================================================================/
/スマホヘッダ(PCでは非表示)
/=====================================================================*/
.site-smart-head {
  display: none;
}
/*=====================================================================/
/ヘッダ(H1テキスト)
/=====================================================================*/
.site-head-text {
  display: none;
}
/*=====================================================================/
/PCヘッダ
/=====================================================================*/
.pc-head {
  height: 90px;
  margin-bottom: 64px;
  background: url(../strawberry-boys/images/pc-head-bg.png) no-repeat center 0;
  position: relative;
}
.pc-head .logo {
  width: 1050px;
  margin: auto;
}
.pc-head .logo a img {
  display: inline-block;
  position: relative;
  top: 25px;
  left: 30px;
}
.pc-head .logo img {
}
/*=====================================================================/
/グローバルナビ(PC)
/=====================================================================*/
.global-navi-pc {
  width: 100%;
  background: rgba(237, 1, 140, .2);
  display: block;
  position: absolute;
  top: 100%;
}
.global-navi-pc ul {
  width: 960px;
  margin: auto;
  display: table;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.global-navi-pc li {
  border-right: 1px solid rgba(0,0,0,.2);
  display: table-cell;
}
.global-navi-pc li:last-child {
  border-right: none;
}
.global-navi-pc li a {
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.global-navi-pc li a:hover {
  background: rgba(0,0,0,.1);
}
/*=====================================================================/
/グローバルナビ(SP)
/=====================================================================*/
.global-navi-sp { display: none; }
/*=====================================================================/
/コンテンツ親要素『 contents -> (main + side) 』
/=====================================================================*/
.contents {
  width: 960px;
  margin: auto;
}
/*=====================================================================/
/フッタ
/=====================================================================*/
.site-foot {
}



.site-foot .foot-content {
  width: 960px;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
/*[左側(店舗情報)]*/
.site-foot .foot-content > div:nth-of-type(1) {
  width: 230px;
}
/*[ロゴ]*/
.site-foot .foot-content .logo {
  width: 100%;
}
.site-foot .foot-content .logo img {
}
/*[店舗情報]*/
.site-foot .foot-content .shopinfo {
  border: 1px solid #fff;
}
.site-foot .foot-content .shopinfo td.shop-name {
  color: #fff;
  font-size: 1.4rem;
  background: rgba(0,0,0,.8);
}
.site-foot .foot-content .shopinfo th,
.site-foot .foot-content .shopinfo td {
  border: 1px solid #fff;
}
.site-foot .foot-content .shopinfo th {
  font-weight: bold;
}
.site-foot .foot-content .shopinfo td {
}
/*OKリスト*/
.site-foot .foot-content .ok-list {
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.site-foot .foot-content .ok-list img {
  margin: 0;
  display: inline-block;
}
/*[右側(ナビ・バナー)]*/
.site-foot .foot-content > div:nth-of-type(2) {
  flex: 1;
}
/*[ナビ（スマホ非表示）]*/
.site-foot .foot-content nav {
  width: 700px;
  margin-left: auto;
  padding-top: 10px;
  display: block;
}
.site-foot .foot-content nav ul {
  display: flex;
  flex-wrap: wrap;
}
.site-foot .foot-content nav li {
  width: 170px;
  margin: 0 5px 10px 0;
}
.site-foot .foot-content nav li a {
  padding: 10px 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: rgba(0,0,0,.8);
  border-radius: 7px;
  display: block;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.site-foot .foot-content nav li a:hover {
  background: rgba(0,0,0,.3);
}
.site-foot .foot-content nav li a:active {
  background: rgba(0,0,0,.6);
}

/*[2018-02-14]バナー*/
.site-foot .foot-content .foot-banners {
  margin: 0 0 0 25px;
  display: flex;
  flex-wrap: wrap;
}
.site-foot .foot-content .foot-banners li {
  width: 225px;
  margin-right: 10px;
}
.site-foot .foot-content .foot-banners li a {
  width: 100%;
}
.site-foot .foot-content .foot-banners li a img {
}


/*[ページトップに戻る]*/
.site-foot .site-page-top-link {
  text-align: center;
  background: rgba(0,0,0,1);
  border-bottom: none;
  box-shadow: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.site-foot .site-page-top-link:active {
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
.site-foot .site-page-top-link a {
  width: 90px;
  height: 60px;
  padding: 10px 0;
  font-size: 1rem;
  border-radius: 3px;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  -webkit-transition: 150ms;
  transition: 150ms;
}
.site-foot .site-page-top-link a:hover {
  background: rgba(0,0,0,.2);
}
.site-foot .site-page-top-link a:active {
  background: rgba(0,0,0,.4);
  box-shadow: 0 0 2px rgba(0,0,0,.1);
}
.site-foot .site-page-top-link a i {
  font-size: 4.4rem;
  margin-right: 0;
  margin-bottom: 5px;
  top: 0;
  display: block;
}
/*=====================================================================/
/ホームトップ情報
/=====================================================================*/
.home-top {
  padding: 0;
}
/*[紹介文・カバー画像]*/
.home-top .description {
  overflow: hidden;
}
/*カバー画像*/
.home-top .description figure {
  width: 200px;
  margin: 0 20px 0 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.home-top .description figure img {
  width: 100%;
}
.home-top .description figure figcaption {
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
}
/*紹介文*/
.home-top .description p {
  overflow: hidden;
  color: #444;
  letter-spacing: .2rem;
  line-height: 2;
}
/*=====================================================================/
/メンバーリスト(新人のみアイコンが追加される)
/=====================================================================*/
.member-lists li {
  width: 25%;
}
/*[画像]*/
.member-lists li .base figure {
  overflow: hidden;
  background: #000;
}
.member-lists li .base figure img {
  -webkit-transition: 350ms;
  transition: 350ms;
}
.member-lists li .base figure a:hover img {
  opacity: .7;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*[名前・年齢]*/
.member-lists li .base .name-age a {
  font-size: 1.4rem;
}
.member-lists li .base .name-age span {
  font-size: 1.1rem;
}
/*[サイズデータ]*/
.member-lists li .base .size {
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
}
.member-lists li .base .size li {
  width: 45%;
  font-size: 1.2rem;
  /*border: 1px solid rgba(253,127,182,1);*/
}
/*[コメント]*/
.member-lists li .base .comment {
  max-height: initial;
  /*max-height: auto;*/
  height: 110px;
  font-size: 1.3rem;
}
/*=====================================================================/
/動画リスト
/=====================================================================*/
.movie-lists {
  display: flex;
  flex-wrap: wrap;
}
  .movie-lists-item {
    width: 25%;
    margin-bottom: 10px;
    border-bottom: none;
    display: block;
    box-sizing: border-box;
  }
    .movie-lists-image {
      width: 90%;
      margin: 0 auto 5px;
    }
      .movie-lists-image a {
        width: 100%;
        margin: 0;
        background: #000;
        display: block;
      }
        .movie-lists-image img {
        }
        .movie-lists-image img:hover {
          opacity: .6;
        }
        .movie-lists-time {
          right: 3px;
          bottom: 3px;
        }
    .movie-lists-text {
      width: 90%;
      margin: 0 auto 5px;
      padding-left: 0;
    }
      .movie-lists-date {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1;
      }
      .movie-lists-title {
      }
        .movie-lists-title a {
          font-size: 13px;
          font-weight: bold;
          /*letter-spacing: .1em;*/
          line-height: 1.6;
          text-decoration: none;
        }
        .movie-lists-title a:hover {
          text-decoration: underline;
        }
/*=====================================================================/
/ホームニュース
/=====================================================================*/
.home-news-lists {
  height: 300px;
  border-top: none;
  overflow: auto;
}
.home-news-lists li {
  background: none;
  border-top: none;
  border-bottom: 1px solid #ccc;
}
.home-news-lists li:last-child {
  border-bottom: none;
}
.home-news-lists li:nth-of-type(even) {
  background: none;
}
.home-news-lists li a {
  -webkit-transition: 150ms;
  transition: 150ms;
}
.home-news-lists li a:hover {
  background: rgba(0,0,0,.1);
}
.home-news-lists li a figure,
.home-news-lists li a .text {
  padding: 10px;
  vertical-align: top;
  display: table-cell;
}
.home-news-lists li a figure {
  width: 80px;
  overflow: hidden;
}
.home-news-lists li a .text .description {
  font-size: 1.3rem;
}
/*=====================================================================/
/店長速報
/=====================================================================*/
.news-lists {
}
.news-lists li {
}
.news-lists li .head {
}
.news-lists li .head .update:after {
  margin-left: 0;
  left: 20px;
}
.news-lists li .head .title {
  padding-left: 26px;
  font-size: 2.2rem;
  font-weight: bold;
}

.news-lists li .body {
  display: flex;
}
.news-lists li figure {
  width: 300px;
  margin: 0 30px 0 26px;
}
.news-lists li .post {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: justify;
  flex: 1;
}
/*=====================================================================/
/シフトタブ
/=====================================================================*/
.shift-tab {
}
.shift-tab ul {
  text-align: center;
  display: block;
}
.shift-tab ul li {
  width: 130px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.shift-tab ul li:first-child {
  width: 130px;
}
.shift-tab ul li div {
  width: 93%;
  margin: auto;
  padding: 13px 0;
  color: #000;
  border: 1px solid #777;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: 150ms;
  transition: 150ms;
}
.shift-tab ul li div:hover {
  color: #fff;
  background: #333;
}
.shift-tab ul li span {
  font-size: 1.2rem;
}
.shift-tab ul li.current {
  cursor: default;
}
.shift-tab ul li.current div {
  color: #fff;
}
.shift-tab ul li.sat {
}
.shift-tab ul li.sat div {
  border-color: #0091ff;
}
.shift-tab ul li.sat div:hover {
  background: #0091ff;
}
.shift-tab ul li.sun {
}
.shift-tab ul li.sun div {
  border-color: #fe0002;
}
.shift-tab ul li.sun div:hover {
  background: #fe0002
}
/*=====================================================================/
/女の子共通(プロフィール・写メログ)
/=====================================================================*/
.item-title.girl-page-title {
  padding-right: 30px;
  position: relative;
}
.item-title.girl-page-title:before {
  display: none;
}
.item-title.girl-page-title a {
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.item-title.girl-page-title a:hover {
}
/*=====================================================================/
/女の子詳細
/=====================================================================*/
.content-item.girl {
}
.content-item.girl .member-item {
  /*margin-bottom: 30px;*/
  overflow: hidden;
}
.content-item.girl .member-item.comments {
  clear: both;
}
/*[画像]*/
.content-item.girl .image-slide {
  width: 40%;
  margin: 0 10px;
  float: left;
  clear: left;
  overflow: hidden;
}
.content-item.girl .image-slide ul {
  width: 90%;
  margin: auto;
  display: flex;
}
.content-item.girl .image-slide ul li:hover img {
  opacity: .7;
}
/*[プラグイン上書き]*/
/*ページャー*/
.content-item.girl .image-slide .swiper-pagination {
  bottom: 20px;
}
.content-item.girl .image-slide .swiper-pagination .swiper-pagination-bullet {
  box-shadow: 0 1px 2px rgba(0,0,0,0);
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transform: scale(.6);
  transform: scale(.9);
}
.content-item.girl .image-slide:hover .swiper-pagination .swiper-pagination-bullet {
}
.content-item.girl .image-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
}
/*前へ・次へ共通*/
.content-item.girl .image-slide .swiper-button-prev,
.content-item.girl .image-slide .swiper-button-next {
  width: 35px;
  height: 60px;
  margin-top: -30px;
  background-image: none;
  background: rgba(255,255,255,.4);
  display: block;
  -webkit-transition: 350ms;
  transition: 350ms;
}
.content-item.girl .image-slide .swiper-button-prev:active,
.content-item.girl .image-slide .swiper-button-next:active {
  background: rgba(255,255,255,.8);
}
.content-item.girl .image-slide .swiper-button-prev:before,
.content-item.girl .image-slide .swiper-button-next:before {
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
/*前へボタン*/
.content-item.girl .image-slide .swiper-button-prev {
  border-radius: 0 3px 3px 0;
  box-shadow: 3px 0 5px rgba(0,0,0,.3);
  /* left: -50px; */
  left: 0;
}
.content-item.girl .image-slide .swiper-button-prev:active {
}
.content-item.girl .image-slide:hover .swiper-button-prev {
  left: 0;
}
.content-item.girl .image-slide .swiper-button-prev:before {
  margin: -7px 0 0 -5px;
  border-right: 10px solid rgba(0,0,0,.5);
}
/*次へボタン*/
.content-item.girl .image-slide .swiper-button-next {
  border-radius: 3px 0 0 3px;
  box-shadow: -3px 0 5px rgba(0,0,0,.3);
  /* right: -50px; */
  right: 0;
}
.content-item.girl .image-slide:hover .swiper-button-next {
  right: 0;
}
.content-item.girl .image-slide .swiper-button-next:before {
  margin: -8px 0 0 -3px;
  border-left: 10px solid rgba(0,0,0,.5);
}

/*[出勤情報]*/
.content-item.girl .member-item .shifts {
}
.content-item.girl .member-item .shifts li {
}
.content-item.girl .member-item .shifts li:last-child {
}
.content-item.girl .member-item .shifts li div {
}
.content-item.girl .member-item .shifts li div:nth-of-type(1) {
  font-size: 1.6rem;
}
.content-item.girl .member-item .shifts li div:nth-of-type(2) {
  font-size: 2.2rem;
}

/*[]*/
.content-item.girl .member-item .profile-detail {
}
.content-item.girl .member-item .profile-detail li {
}
.content-item.girl .member-item .profile-detail li:first-child {
}
.content-item.girl .member-item .profile-detail li div {
}
.content-item.girl .member-item .profile-detail li div:nth-of-type(1) {
  width: 30%;
  background: rgba(255,255,255,.9);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.content-item.girl .member-item .profile-detail li div:nth-of-type(2) {
  flex: 1;
}
/*[]*/
.content-item.girl .member-item .comment {
}
.content-item.girl .member-item .comment h4 {
}
.content-item.girl .member-item .comment h4 i {
  margin-right: 5px;
  font-size: 2rem;
}
.content-item.girl .member-item .comment .body {
  letter-spacing: .2rem;
  line-height: 1.8;
}
/*プロフィール(Q&A)[20180717]*/
.qa-lists {
  padding: 0;
}
  .qa-lists-item {
    width: 100%;
    margin-bottom: 1px;
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    display: table;
  }
    .qa-lists-item > div {
      display: table-cell;
      vertical-align: middle;
    }
    .qa-lists-item .question {
      width: 35%;
      border-radius: 0;
    }
    .qa-lists-item:first-child .question {
      border-radius: 3px 0 0 0;
    }
    .qa-lists-item:last-child .question {
      border-radius: 0 0 0 3px;
    }
    .qa-lists-item .question:before {
      font-size: 1.8rem;
    }
    .qa-lists-item .answer {
    /*  border: 1px solid rgba(213, 61, 96, 1); */
      border-radius: 0;
    }
    .qa-lists-item:first-child .answer {
      border-radius: 0 3px 0 0;
    }
    .qa-lists-item:last-child .answer {
      border-radius: 0 0 3px 0;
    }
/*=====================================================================/
/写メログ
/=====================================================================*/
.content-item.diary {
}
.content-item.diary ul {
}
.content-item.diary ul li {
  border-bottom-style: dotted;
  display: flex;
}
.content-item.diary ul li:last-child {
}
.content-item.diary ul li .image {
  width: 250px;
  margin: 0;
}
.content-item.diary ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.content-item.diary ul li .text {
  flex: 1;
}
.content-item.diary ul li .text .date {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  text-align: left;
  background: none;
}
.content-item.diary ul li .text .title {
  width: 100%;
  margin: 0 0 10px 10px;
  padding: 5px 10px 5px 15px;
  color: #fd7fb6;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #fd7fb6;
}
.content-item.diary ul li .text .body {
  width: 100%;
  margin: 0 0 10px 10px;
  padding: 5px 10px 5px 15px;
}
/*[ページャー]*/
.pagination {
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.2);
  display: block;
}
.pagination > span {
}
.pagination a {
  text-decoration: underline;
  background: none;
}
.pagination a:hover {
  text-decoration: none;
  background: rgba(255,255,255,.1);
}
.pagination a:active {
  background: rgba(255,255,255,.3);
  -webkit-transform: scale(.95);
  transform: scale(.95);
}
/*方向ボタン*/
.pagination > span.pager-arrow {
}
.pagination > span.pager-arrow a {
  padding: 3px 20px;
  font-size: 2rem;
}
.pagination > span.pager-arrow.prev a {
}
.pagination > span.pager-arrow.next a {
}
/*数字*/
.pagination > span.pager-num {
  width: auto;
}
.pagination > span.pager-num > a {
}
/*現在ページ*/
.pagination > span.pager-num > span {
}
/*=====================================================================/
/認証ページ
/=====================================================================*/
body.enter {
}
.contents.enter {
  width: auto;
}
.contents.enter > .item .enter-title {
  background: url(../strawberry-boys/images/title-bg-bg.png) repeat-x 0 5px;
  -webkit-background-size: auto 62px;
  background-size: auto 62px;
}

.contents.enter > .item .enter-title {
}
.contents.enter > .item .enter-title div {
  width: 1210px;
  margin: auto;
  text-indent: 50px;
  background: url(../strawberry-boys/images/icons/title-bg-icon.png) no-repeat 0 center;
  -webkit-background-size: auto 50px;
  background-size: auto 50px;
}
/*[トップ]*/
.contents.enter > .item.top-content {
  height: 800px;
  margin-bottom: 20px;
  background: url(../strawberry-boys/images/enter-head-image.jpg) no-repeat center 0;
}
/*スマホヘッダ画像*/
.contents.enter > .item.top-content .sp-head {
  display: none;
}
/*ボタン・認証テキスト共通*/
.contents.enter > .item.top-content > .inner {
  /*width: 1200px;*/
  height: 100%;
  margin: auto;
  position: relative;
}
/*ボタン*/
.contents.enter > .item.top-content .enter-button {
  width: 200px;
  margin: auto;
  position: relative;
  top: 660px;
/*  left: 220px;*/
}
.contents.enter > .item.top-content .enter-button a {
  font-size: 1.8rem;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.contents.enter > .item.top-content .enter-button a:hover {
  opacity: .8;
}
/*認証テキスト*/
.contents.enter > .item.top-content .enter-caution {
  width: 400px;
  margin: auto;
  position: relative;
  top: 690px;
  /*top: 500px;*/
/*  left: 220px;*/
}
.contents.enter > .item.top-content .enter-caution p {
}
/*=====================================================================/
/ホームトップ[写真・キャプション / ニュース（PC・SP）]
/=====================================================================*/
.home-top-content {
  /*padding: 10px;*/
  overflow: hidden;
  display: flex;
}
.home-top-content .home-top-title {
  padding: 10px;
  font-size: 2rem;
  border-radius: 3px;
}

/*=====================================================================/
/ホームトップ[写真・キャプション]
/=====================================================================*/
.home-top-content .photo {
  width: 240px;
  float: left;
}
.home-top-content .photo figure figcaption {
  padding: 10px 0;
  font-size: 1.2rem;
  text-align: center;
}
/*=====================================================================/
/ホームトップ[ニュース]
/=====================================================================*/
/*[PC]*/
.home-top-content .news {
  width: 700px;
  height: 395px;
  margin-left: 260px;
  background: rgba(255,255,255,1);
/*  border: 3px solid rgba(0,191,254,1); */
  border-radius: 10px 10px 3px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-top-content .news .home-top-title {
  border-radius: 3px 3px 0 0;
}
.home-top-content .news .pc {
  height: 338px;
  /*padding: 10px;*/
  border-radius: 3px;
  display: block;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-top-content .news .pc .home-news-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #333;
  display: flex;
}
.home-top-content .news .pc .home-news-item .image {
  width: 200px;
  margin: 0 10px 10px;
}
.home-top-content .news .pc .home-news-item .image img {
  width: 100%;
  vertical-align: bottom;
}
.home-top-content .news .pc .home-news-item .text {
  padding: 0 10px;
  font-size: 1.4rem;
  flex: 1;
}
.home-top-content .news .pc .home-news-item .text .title {
  padding: 5px;
  color: rgba(213, 61, 96, 1);
  font-size: 1.8rem;
  line-height: 1.3;
  background: rgba(243, 243, 243, 1);
}
.home-top-content .news .pc .home-news-item .text .update {
  margin-bottom: 20px;
  padding: 5px 0;
  text-align: right;
  font-size: 1.3rem;
  line-height: 1;
}
.home-top-content .news .pc .home-news-item .text .body {
}
/*[SP]*/
.home-top-content .news .sp { display: none; }
.sp-news-navi { display: none; }
.sp-news-navi.show { display: none; }
/*=====================================================================/
/ホームメルマガフォーム
/=====================================================================*/
.mailmaga {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.mailmaga h2 {
  width: 150px;
  margin: 0 10px 0 0;
  padding: 15px;
  letter-spacing: .3rem;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border: 1px solid rgba(241,84,225,1);
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(255,255,255,.8) inset, -1px -1px 0 rgba(255,255,255,.8) inset;
}
.mailmaga .body {
  width: auto;
  margin: 0;
  flex: 1;
}
.mailmaga .body > p {
  margin-bottom: 5px;
}
.mailmaga .body form {
  text-align: left;
}
.mailmaga .body form input[type="radio"],
.mailmaga .body form input[type="submit"],
.mailmaga .body form label {
  cursor: pointer;
}
.mailmaga .body form input:checked + label {
  cursor: default;
}
.mailmaga .body form > div {
}
/**/
.mailmaga .body form div.text {
  width: 400px;
  margin: 0 10px 0 0;
  display: inline-block;
}
.mailmaga .body form div.text input[type="email"] {
  font-size: 1.4rem;
  line-height: 34px;
}
/**/
.mailmaga .body form div.types {
  display: inline-block;
}
.mailmaga .body form div.types input[type="radio"] {
  display: none;
}
.mailmaga .body form div.types label {
  height: 34px;
  font-size: 1.6rem;
  line-height: 34px;
}
.mailmaga .body form div.types label:hover {
  background: #d00;
}
.mailmaga .body form div.types input:checked + label {
}
.mailmaga .body form div.types label:before {
}
.mailmaga .body form div.types input:checked + label:before {
}
/**/
.mailmaga .body form div.button {
}
.mailmaga .body form div.button input[type="submit"] {
  width: 160px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 34px;
}
.mailmaga .body form div.button input[type="submit"]:hover {
  background: #555;
}
/*=====================================================================/
/料金とシステム
/=====================================================================*/
.system-item {
  width: 90%;
  margin: auto;
}
.system-item > .item-title {
  margin-bottom: 10px;
  /*font-weight: bold;*/
  /*text-align: left;*/
  /*text-indent: 20px;*/
  /*background-image: -moz-linear-gradient(#fff, #fff 50%, #edf0f3 50%, #edf0f3);*/
  /*background-image: -ms-linear-gradient(#fff, #fff 50%, #edf0f3 50%, #edf0f3);*/
  /*background-image: -o-linear-gradient(#fff, #fff 50%, #edf0f3 50%, #edf0f3);*/
  /*border-left: 2px solid #eae6d7;*/
  /*border-right: 2px solid #eae6d7;*/
  /*border-radius: 7px;*/
  position: relative;
}
.system-item > .item-title:before {
  content: '';
  width: 100%;
  height: 60px;
  background: url(../strawberry-boys/images/icons/system-subtitle.png) no-repeat center right;
  -webkit-background-size: auto 60px;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
}
/*[コースと料金]*/
.system-item .fee-table {
  width: 100%;
  margin: auto;
  padding: 40px;
  border: 1px solid #666;
  border-radius: 14px;
}
.system-item .fee-table thead {
}
.system-item .fee-table thead th {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.system-item .fee-table tbody {
}
.system-item .fee-table tbody th,
.system-item .fee-table tbody td {
}
.system-item .fee-table tbody tr:last-child th,
.system-item .fee-table tbody tr:last-child td {
}
.system-item .fee-table tbody th {
  font-size: 1.8rem;
}
.system-item .fee-table tbody th > span {
  font-size: 2.2rem;
}
.system-item .fee-table tbody th > span span {
  font-size: 4.8rem;
}
.system-item .fee-table tbody td {
  font-size: 1.8rem;
}
.system-item .fee-table tbody td span {
  font-size: 5.2rem;
}
.system-item .fee-table tfoot {
}
.system-item .fee-table tfoot td {
}
.system-item .fee-table tfoot h4 {
  font-size: 2.4rem;
}
.system-item .fee-table tfoot h4:before {
}
.system-item .fee-table tfoot ul {
}
.system-item .fee-table tfoot li {
}
.system-item .fee-table tfoot li:last-child {
}
.system-item .fee-table tfoot li:first-child {
}
.system-item .fee-table tfoot li:nth-of-type(even) {
}
.system-item .fee-table tfoot li > div {
  text-indent: -24px;
}
.system-item .fee-table tfoot li > div:nth-of-type(1) {
  width: 84%;
  padding-left: 28px;
}
.system-item .fee-table tfoot li > div:nth-of-type(1):before {
  font-size: 1.6rem;
}
.system-item .fee-table tfoot li > div:nth-of-type(2) {
}
.system-item .fee-table tfoot li > div span {
}
.system-item .fee-table tfoot li > div:nth-of-type(1) span {
  font-size: 1.8rem;
}
.system-item .fee-table tfoot li > div:nth-of-type(2) > span {
  font-size: 1.8rem;
}
.system-item .fee-table tfoot li > div span span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
/*[入会金・指名料金]*/
.system-item .fee {
  display: flex;
  justify-content: space-between;
}
.system-item .fee > div {
  /*flex: 1;*/
}
.system-item .fee .pay {
  width: 48%;
}
.system-item .fee .pay table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.system-item .fee .pay th,
.system-item .fee .pay td {
  padding: 20px;
  font-size: 1.4rem;
}
.system-item .fee .pay th {
  width: 50%;
}
.system-item .fee .pay td {
  text-align: center;
}
.system-item .fee .pay > p {
}
.system-item .fee .cards {
  width: 50%;
  text-align: left;
  font-size: 1.4rem;
  /*background: #fff;*/
  border: 2px dotted #8e8e8e;
}
.system-item .fee .cards h4 {
  padding-top: 20px;
  font-size: 1.8rem;
  border-bottom: none;
}
.system-item .fee .cards > img {
  width: 50%;
  margin: 0 20px 0 47px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.system-item .fee .cards .description {
  width: 90%;
  margin: 20px auto;
  padding: 0;

  font-size: 1.3rem;
  line-height: 1.6;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
/*[基本プレイ]*/
.system-item .basic-plays {
  display: flex;
  flex-wrap: wrap;
}
.system-item .basic-plays li {
  width: 20%;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border: none;
  display: block;
}
.system-item .basic-plays li span {
  width: 80%;
  margin: auto;
  padding: 10px;
  background: #bc966980;
  border: 1px solid #ccc;
  display: block;
}
/*[オプション料金]*/
.system-item .option-plays {
  display: flex;
  flex-wrap: wrap;
}
.system-item .option-plays li {
  width: 20%;
  margin: 0 0 10px;
  display: block;
}
.system-item .option-plays li > div {
  width: 80%;
  margin: auto;
}
.system-item .option-plays li > div:nth-of-type(1) {
}
.system-item .option-plays li > div:nth-of-type(1) span {
}
.system-item .option-plays li > div:nth-of-type(2) {
}
.system-item .option-cautions {
  padding: 30px 20px 10px;
  border: 1px solid #f00;
}
.system-item .option-cautions:before {
  padding: 5px 30px 5px 20px;
  font-size: 1.6rem;
  border-radius: 3px 3px 100px 0;
  top: 0;
  left: -1px;
}
.system-item .option-cautions li {
  padding-left: 104px;
  font-size: 1.6rem;
  text-indent: -22px;
}
.system-item .option-cautions li:last-child {
  border-bottom: 0;
}
.system-item .option-cautions li:before {
  font-weight: bold;
}
/*[ご利用にあたって]*/
.system-item .caution-using {
  margin: auto;
  border: 1px solid #999;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.system-item .caution-using li {
  padding: 10px 0 10px 20px;
  font-size: 1.6rem;
  text-indent: -19px;
}
.system-item .caution-using li:last-child {
}
.system-item .caution-using li:before {
}
/*=====================================================================/
/求人
/=====================================================================*/
.content-item.recruit {
}
/*[トップバナー・画像]*/
.content-item.recruit .top-text-image {
  width: 97%;
  margin: 0 auto 20px;
  display: flex;
}
.content-item.recruit .top-text-image > div {
  text-align: center;
}
.content-item.recruit .top-text-image > div img {
}
.content-item.recruit .top-text-image > div:nth-of-type(1) {
  width: 50%;
}
.content-item.recruit .top-text-image > div:nth-of-type(2) {
  width: 50%;
}
/*[メッセージ]*/
.content-item.recruit .message {
  width: 97%;
  margin: 0 auto 5px;
  display: flex;
}
.content-item.recruit .message h3,
.content-item.recruit .message > div {
  border: 1px solid #666;
}
.content-item.recruit .message h3 {
  width: 19%;
  padding: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.content-item.recruit .message > div {
  font-size: 1.4rem;
  flex: 1;
  border-left: none;
}
/*[詳細]*/
.content-item.recruit .info {
  width: 97%;
  margin: auto;
  display: flex;
}
.content-item.recruit .info > div {
  /*flex: 1;*/
}
.content-item.recruit .info > div table {
  width: 99%;
  height: 100%;
}
.content-item.recruit .info > div:nth-of-type(1) table {
  flex: 1;
}
.content-item.recruit .info > div:nth-of-type(2) table {
  width: 450px;
}
.content-item.recruit .info > div table caption {
  border-left:  1px solid #666;
  border-right:  1px solid #666;
}
.content-item.recruit .info > div table th,
.content-item.recruit .info > div table td {
}
.content-item.recruit .info > div table th {
  font-size: 1.4rem;
  border-left: 1px solid #666;
}
.content-item.recruit .info > div table td {
  border-right: 1px solid #666;
}
/*=====================================================================/
/ホームスライド
/=====================================================================*/
.home-slide-container {
  width: 960px;
  margin: 0 auto 20px;
}
.home-slide-container .slide-wrapper {
}
.home-slide-container .slide-wrapper .slide-item {
}
.home-slide-container .slide-wrapper .slide-item img {
}
/*ページャー*/
.home-slide-container .slide-pagination {
  padding: 0;
  background: none;
  position: absolute;
}
.home-slide-container .slide-pagination .bullet {
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-transition: 150ms;
  transition: 150ms;
  -webkit-transform: scale(.6);
  transform: scale(.6);
}
.home-slide-container:hover .slide-pagination .bullet {
  margin: 0 8px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*ボタン*/
.home-slide-container .control-button {
  width: 40px;
  height: 40px;
  margin-top: -35px;
  display: block;
  background-image: none;
  border-radius: 100px;
  background: rgba(255,255,255,.3);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  -webkit-transition: 350ms;
  transition: 350ms;
}
.home-slide-container .control-button:before {
  content: '';
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.home-slide-container .control-button.prev {
  left: -50px;
}
.home-slide-container:hover .control-button.prev {
  left: 10px;
}
.home-slide-container .control-button.prev:before {
  margin: -6px 0 0 -7px;
  border-right: 10px solid rgba(0,0,0,.5);
}
.home-slide-container .control-button.next {
  right: -50px;
}
.home-slide-container:hover .control-button.next {
  right: 10px;
}
.home-slide-container .control-button.next:before {
  margin: -6px 0 0 -3px;
  border-left: 10px solid rgba(0,0,0,.5);
}
/*=====================================================================/
/ニュース
/=====================================================================*/
.news-lists {
}
.news-lists li {
}
.news-lists li .news-item {
}
.news-lists li .news-item > div {
}
/*[画像]※投稿の無い場合は消えるので後に続く文字要素の扱いに注意!!!*/
.news-lists li .news-item .image {
}
.news-lists li .news-item .image figure {
}
.news-lists li .news-item .image figure img {
}
/*[タイトル・日付・本文]*/
.news-lists li .news-item .text {
}
.news-lists li .news-item .text .title {
  margin: 0 20px 5px;
  border-radius: 3px;
}
.news-lists li .news-item .text .update {
  margin: 0 15px 10px;
}
.news-lists li .news-item .text .update:before {
}
.news-lists li .news-item .text .body {
  margin: 0 30px;
}

/*=====================================================================/
/PCヘッダ固定要素(スマホ非表示)
/=====================================================================*/
.fixed-header {
  width: 100%;
  height: 0;
  text-align: right;
  background: rgba(237, 1, 140, .1) url(../strawberry-boys/images/logo.png) no-repeat 15px 15px;
  background-size: auto 50px;
  overflow: hidden;
  display: block;
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
  -webkit-transition: 250ms;
  transition: 250ms;
}
.fixed-header.show {
  height: 80px;
}
/*[ナビ]*/
.fixed-header .fixed-head-navi {
  padding: 20px 0 3px;
}
.fixed-header .fixed-head-navi ul {
}
.fixed-header .fixed-head-navi ul li {
  display: inline-block;
}
.fixed-header .fixed-head-navi ul li a {
  margin: 0 10px;
  color: #000;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.fixed-header .fixed-head-navi ul li a:hover {
  text-decoration: underline;
}
/*[テキスト]*/
.fixed-header .fixed-head-shop-info {
}
.fixed-header .fixed-head-shop-info ul {
  padding: 0 10px;
}
.fixed-header .fixed-head-shop-info ul li {
  margin-right: 20px;
  color: #000;
  font-size: 1.4rem;
  line-height: 20px;
  display: inline-block;
}
.fixed-header .fixed-head-shop-info ul li:last-chilf {
  margin-right: 0;
}
/*=====================================================================/
/問い合わせ(CONTACT)
/=====================================================================*/
.content-item.contact {
}
.content-item.contact .forms {
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0,.7);
  border-bottom: none;
}
.content-item.contact .forms li {
  width: 100%;
  padding: 0;
  display: table;
  background: rgba(0, 0, 0,.7);
}
.content-item.contact .forms li > div {
  display: table-cell;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0,.7);
}
.content-item.contact .forms li > div:nth-of-type(1) {
  width: 250px;
  padding: 10px 20px 10px 60px;
  font-size: 1.6rem;
  background: rgba(236, 236, 236r,1);
  border-right: 1px solid rgba(255,255,255,.3);
  border-radius: 0;
  vertical-align: middle;
  position: relative;
}
.content-item.contact .forms li > div:nth-of-type(1) span {
  margin-top: -13px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 50%;
}
.content-item.contact .forms li > div:nth-of-type(1) span:before {
  content: '';
  border-right: none;
  border-left: 7px solid #f00;
  left: 100%;
}
.content-item.contact .forms li > div:nth-of-type(2) {
  border-radius: 0;
  border-bottom-color: rgba(0, 0, 0,.7);
  border-left: 1px solid rgba(0, 0, 0,.7);
}
.content-item.contact .forms li:last-child > div {
}
.content-item.contact .forms li:last-child > div:nth-of-type(1) {
  border-bottom-color: rgba(0, 0, 0,.7);
}

/*テキスト（1行）*/
.content-item.contact .forms li > div:nth-of-type(2) input[type="text"],
.content-item.contact .forms li > div:nth-of-type(2) input[type="email"] {
}
/*テキスト（複数行）*/
.content-item.contact .forms li > div:nth-of-type(2) textarea {
}
/*セレクト*/
.content-item.contact .forms li > div:nth-of-type(2) select {
}
.content-item.contact .forms li > div:nth-of-type(2) select option {
}
.content-item.contact .forms li > div:nth-of-type(2) select {
}
/*ボタン*/
.content-item.contact .form-buttons {
  width: 90%;
  margin: auto;
  padding: 20px;
  background: rgba(255,255,255,1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.5);
  border-top: none;
}
.content-item.contact .form-buttons input[type="submit"] {
  font-size: 1.6rem;
}
/*=====================================================================/
/問い合わせ(アラート)
/=====================================================================*/
/*[コンテナ]*/
.alert-container {}
/*[内容]*/
.alert-box {
  width: 470px;
  margin: 120px auto 0;
}
.alert-box.show {
}
/*[タイトル]*/
.alert-box .title {
}
.alert-box .title:before {
}
/*[閉じるボタン]*/
.alert-close {
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.alert-close:before {
  content: '';
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  border-radius: 50%;
  background: rgba(0,0,0,.2);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 250ms;
  transition: 250ms;
}
.alert-close:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.alert-close:active {
  background: #333;
}
/*[メッセージリスト]*/
.alert-box ul {
}
.alert-box ul li {
  font-weight: bold;
}
.alert-box ul li:before {
}

/*
.linkn {
  margin: 20px auto;
}
.linkn td {
  text-align: center;
}
*/
/*=====================================================================/
/ホーム[相互リンク]※システムで取得する方
/=====================================================================*/
/*[=== 大 ===]*/
.link-banners-large {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.link-banners-large li {
  width: 100%;
  margin: 3px 0;
  display: inline-block;
}
.link-banners-large li a {
  display: block;
}
.link-banners-large li a img {
  width: 100%;
  vertical-align: bottom;
}
/*[=== 中 ===]*/

.link-banners-middle {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.link-banners-middle li {
  width: 30%;
}
.link-banners-middle li a {
}
.link-banners-middle li a img {
  width: 100%;
  vertical-align: middle;
}
/*[=== 小 ===]*/
.link-banners-small {
  width: 960px;
  margin: 0 auto;
}
/*=====================================================================/
/コンセプト
/=====================================================================*/
.concept-content {
  width: 960px;
  min-height: 667px;
  color: #000;
  background: url(../strawberry-boys/images/concept-bg.jpg) no-repeat center bottom;
}
.concept-content .concept-title {
  margin-bottom: 30px;
  padding: 0 50px;
  font-size: 2.6rem;
  list-style: 1;
}
.concept-content .concept-lead-text {
  margin-bottom: 35px;
  padding: 0 50px;
}
.concept-content .concept-lead-text p {
  font-size: 1.8rem;
  font-weight: 700;
}
.concept-content .concept-main-text {
  padding: 10px 50px;
  background: rgba(186,15,96,.04);
}
.concept-content .concept-main-text p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.concept-content .concept-main-text p.signature {
}
/*=====================================================================/
/(新)システム[ページ内リンク]
/=====================================================================*/
.content-navi {
  width: auto;
}
.content-navi ul {
  text-align: center;
}
.content-navi ul li {
  margin: 0 10px;
  display: inline-block;
}
.content-navi ul li a {
  width: 120px;
  height: 120px;
  padding: ;
  color: #fff;
  font-size: 1.5rem;
  /*letter-spacing: .1rem;*/
  line-height: 1.2;
  /*background: rgba(237, 1, 140, .4);*/
  border: none;
  border-radius: 50%;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.content-navi ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.content-navi ul li a:hover {
  opacity: .7;
}
/*[スマホ用ナビ非表示]2018-03-09*/
.content-navi-pc { display: inline-block; }
.content-navi-sp { display: none !important; }

/*=====================================================================/
/(新)システム[共通]
/=====================================================================*/
.system-content .system-content-item > p {
  font-size: 1.4rem;
}
/*[料金リスト共通]*/
.fee-other-lists li {
  display: flex;
  border-bottom: 1px solid #ccc;
}
.fee-other-lists li .fee-other-lists-head,
.fee-other-lists li .fee-other-lists-body {
}
.fee-other-lists li .fee-other-lists-head {
  width: 45%;
}
.fee-other-lists li .fee-other-lists-body {
  font-size: 1.6rem;
  border: none;
  flex: 1;
}
/*=====================================================================/
/(新)システム[ご利用料金]
/=====================================================================*/
/*[クラス別ご利用料金]*/
.fee-table-list {
  width: 95%;
  margin: auto;
}
.fee-table {
  width: 410px;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fee-table:nth-of-type(1) {
  order: 3;
}
.fee-table thead {
  border-bottom: 1px solid #ccc;
}
.fee-table thead th {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  background-image:
    -webkit-linear-gradient(45deg, #f6f6f6 25%, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%, #f6f6f6 75%),
    -webkit-linear-gradient(-135deg, #f6f6f6 25%, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%, #f6f6f6 75%);
  background-image:
    linear-gradient(45deg, #f6f6f6 25%, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%, #f6f6f6 75%),
    linear-gradient(-135deg, #f6f6f6 25%, #f6f6f6 25%, transparent 25%, transparent 75%, #f6f6f6 75%, #f6f6f6 75%);
  -webkit-background-size: 15px 15px;
  background-size: 15px 15px;
  background-position: 0 0, 7.5px 7.5px;
  border-bottom: 3px solid #fff;
  border-radius: 7px 7px 0 0;
  box-shadow: 0 -1px 0 #ccc inset;
}
.fee-table thead th i {
  margin-right: 5px;
  color: rgba(213, 61, 96, 1);
}
.fee-table tbody {
}
.fee-table tbody th,
.fee-table tbody td {
  padding: 15px;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.fee-table tbody th {
  width: 35%;
  font-size: 1.4rem;
  font-weight: normal;
  background: #eee;
}
.fee-table tbody td {
  font-size: 1.6rem;
}
.fee-table tfoot {
}
.fee-table tfoot td {
  margin-bottom: 40px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.3;
}
/*[地域・料金]*/
.fee-area-lists {
  margin-bottom: 40px;
}
.fee-area-lists li {
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.fee-area-lists li:last-child {
  border-bottom: 0;
}
.fee-area-lists li .fee-area-lists-head,
.fee-area-lists li .fee-area-lists-body {
  padding: 0;
}
.fee-area-lists li .fee-area-lists-head {
  width: 65%;
  font-size: 1.4rem;
  font-weight: bold;
  text-indent: -15px;
  padding-left: 30px;
}
.fee-area-lists li .fee-area-lists-head i {
  margin-right: 8px;
  color: rgba(213, 61, 96, 1);
  font-size: 3rem;
  position: relative;
  top: 8px;
}
.fee-area-lists li .fee-area-lists-body {
  font-size: 1.6rem;
  border: none;
  flex: 1;
}
/*=====================================================================/
/(新)システム[会員についてのご案内]
/=====================================================================*/
.about-member-lists dd {
  font-size: 1.4rem;
}
/*=====================================================================/
/認証ページ(文言)[2018-02-09]
/=====================================================================*/
.enter-description-text { text-align: center; }
.enter-description-text .pc { display: inline; }
.enter-description-text .sp { display: none; }
/*=====================================================================/
/mainページ(画像)[2018-02-12]
/=====================================================================*/
.main-content-image { text-align: center; }
.main-content-image .pc { display: inline; }
.main-content-image .sp { display: none; }
/*=====================================================================/
/求人
/=====================================================================*/
.content-item.recruit {
}
.content-item.recruit h3 {
  margin: 0 10px;
  padding: 15px 10px 10px 50px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
  background: rgba(221,137,156, .5) url(../strawberry-boys/images/icons/title-bg-icon.png) no-repeat 10px center;
  background-size: auto 32px;
  -webkit-filter: hue-rotate(75deg);
  -moz-filter: hue-rotate(75deg);
  -ms-filter: hue-rotate(75deg);
  -o-filter: hue-rotate(75deg);
  filter: hue-rotate(75deg);
  border-bottom: 3px solid rgba(221,137,156, 1);
  box-shadow: 0 -1px 0 rgba(255,255,255,.5) inset;
  border-radius: 3px 3px 0 0;
}
/*詳細テーブル*/
.content-item.recruit .recruit-detail {
  margin-bottom: 40px;
}
.content-item.recruit .recruit-detail li {
  margin: 0 20px;
  padding: 10px;
  border-bottom: 1px solid #666;
}
.content-item.recruit .recruit-detail li:last-child {
  border-bottom: none;
}
.content-item.recruit .recruit-detail li dl {
  /*margin: 0 10px;*/
  display: flex;
}
.content-item.recruit .recruit-detail li dl dt,
.content-item.recruit .recruit-detail li dl dd {
}
.content-item.recruit .recruit-detail li dl dt {
  width: 200px;
  /*padding: 10px;*/
  color: #333;
  /*font-size: 1.8rem;*/
  /*line-height: 1;*/
  /*background: #333;*/
  background: none;
  border-radius: 0;
  position: relative;
}
.content-item.recruit .recruit-detail li dl dt:after {
  content: ':';
  margin: -7px 0 0 -30px;
  position: absolute;
  top: 50%;
  left: 100%;
}
.content-item.recruit .recruit-detail li dl dt:before {
}
.content-item.recruit .recruit-detail li dl dd {
  flex: 1;
}
/*その他情報*/
.content-item.recruit .recruit-attention {
  margin: 10px 30px 10px 60px;
}
.content-item.recruit .recruit-attention p {
}
.content-item.recruit .recruit-attention p:last-child {
  border: none;
}
.content-item.recruit .recruit-attention p a.phone {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.content-item.recruit .contact-attention p i {
}
.content-item.recruit .contact-attention {
  margin: 10px 30px 10px 60px;
}
.content-item.recruit .contact-attention p {
}
.content-item.recruit .contact-attention p:last-child {
  border: none;
}
.content-item.recruit .contact-attention p a.phone {
  color: #333;
  text-decoration: none;
  cursor: default;
}
.content-item.recruit .contact-attention p i {
}
/*=====================================================================/
/エンター[ボタン]
/=====================================================================*/
/*[共通]*/
.enter-buttons {}
.enter-buttons li {
  width: auto;
  margin: 0 40px;
  display: inline-block;
}
.enter-buttons li a {
  -webkit-transition: 150ms;
  transition: 150ms;
}
.enter-buttons li a:hover {
  opacity: .7;
}
/*=====================================================================/
/エンター[18禁注意]
/=====================================================================*/
.enter-caution {
  width: 400px;
  min-height: 70px;
  margin: auto;
  padding: 10px 0 0 80px;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
}
.enter-caution p {
  font-size: 1.4rem;
  line-height: 1.3;
}
.enter-caution p a {
}
.enter-caution p span {
  font-weight: bold;
}
/*=====================================================================/
/[2018-03-08]認証ページボタン追加
/=====================================================================*/
.enter-buttons {
  width: 100%;
  margin: 0;
  position: absolute;
  /*top: 675px;*/
  top: 580px;
  display: block;
  text-align: center;
}
.enter-buttons li {
  width: auto;
  display: inline-block;
}
.enter-buttons li a {
}
.enter-buttons li a img {
  width: auto;
  vertical-align: bottom;
}
.enter-buttons .enter {
}
.enter-buttons .enter a {
}
.enter-buttons .enter a img {
}
.enter-buttons .leave {
}
.enter-buttons .leave a img {
}
/*=====================================================================/
/[2018-03-06]スマホフッタコンタクトボタン
/=====================================================================*/
.foot-contact-buttons { display: none; }
/*=================================================/
/背景ビデオ(PC)
/参考：http://9-bb.com/?p=9021
/=================================================*/
.bg-video {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -100;
  display: block;
}
.bg-video-overlayer {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);/* url(../images/movie-dot.png);*/
  display: block;
  position: fixed;
  left:  0;
  top: 0;
  z-index: 1;
}
/*=====================================================================/
/予約フォーム[2019-06-05]
/=====================================================================*/
.form-table {
  width: 90%;
  margin: auto;
}
  .form-table th,
  .form-table td {
    color: #000;
    display: table-cell;
    border: 1px solid #999
  }
  .form-table th {
    width: 50%;
  }
    .form-table th .form-required {
      margin-left: 10px;
      font-size: 12px;
      font-weight: bold;
    }
    .form-table th .form-input-caption {
      font-size: 13px;
    }
  .form-table td {
    padding: 20px 10px;
  }
  .form-table td input[type="text"],
  .form-table td input[type="number"],
  .form-table td input[type="email"],
  .form-table td textarea {
    width: 95%;
    margin: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
  }
  .form-table td input[type="text"] {
  }
  .form-table td input[type="number"] {
  }
  .form-table td input[type="email"] {
  }
  .form-table td textarea {
    height: 100px;
    font-family: inherit;
  }
  .form-table td select {
    padding: 10px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
  }
    .form-table td select option {
    }
/*=====================================================================/
/口コミ表示変更[2019-04-09]
/=====================================================================*/
.review-item-change-navi {
  padding: 0;
}
/*=============================================/
/ 写メログリスト
/=============================================*/
.diary-lists {
}
  .diary-lists-item {
    width: calc(100% / 3);
    margin-bottom: 50px;
  }
    .diary-lists-thumb {
    }
      .diary-lists-thumb i {
      }
      .diary-lists-thumb a {
        transition: 150ms;
      }
      .diary-lists-thumb a:hover {
        opacity: .8;
        border-radius: 7px;
      }
        .diary-lists-thumb-image {
          transition: 150ms;
        }
        .diary-lists-thumb a:hover .diary-lists-thumb-image {
          transform: scale(1.1);
        }
      .diary-lists-state-icon {
        bottom: auto;
        top: 13px;
      }
      .diary-lists-state-icon.addtoday {
      }
      .diary-lists-state-icon.addnew {
      }
    .diary-lists-date {
      margin-bottom: 10px;
      font-size: 11px;
      font-weight: bold;
    }
    .diary-lists-subject {
    }
      .diary-lists-subject a {
        font-size: 18px;
      }
    .diary-lists-girl-name {
    }
      .diary-lists-girl-name i {
      }
      .diary-lists-girl-name a {
      }
/*=====================================================================/
/ページャー[2020-01-29]
/=====================================================================*/
.my-pagination {
}
  .my-pagination a,
  .my-pagination span {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-pagination a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background: rgba(213, 61, 96, 1);
  }
  .pagination-link {
  }
  .pagination-link-prev {
  }
  .pagination-link-next {
  }
  .pagination-link-num {
  }
  .pagination-link-start {
  }
  .pagination-link-end {
  }
  .pagination span {
  }
  .pagination-num-current {
    font-size: 14px;
    color: rgba(213, 61, 96, 1);
  }
  .pagination-blank {
  }
/*=====================================================================/
/口コミ一覧(メンバーページとは別)
/=====================================================================*/
.my-review-lists {
}
  .my-review-lists-item {
    display: flex;
    align-items: start;
  }
    .my-review-head {
      width: 27%;
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
    }
      .my-review-member-name {
        font-weight: bold;
        text-align: left;
      }
        .my-review-member-name a {
          margin-left: 5px;
          display: inline-block;
        }
        .my-review-member-name a i {
        }
      .my-review-date,
      .my-review-valuation {
        padding: 2px 0;
      }
      .my-review-date {
        width: 70%;
        font-size: 12px;
      }
      .my-review-valuation {
        width: 30%;
        color: #fff;
        font-size: 13px;
      }
    .my-review-post {
      flex: 1;
    }
      .my-review-post-comment {
        font-size: 14px;
        letter-spacing: .1em;
        line-height: 2;
        border-bottom: 1px dotted #ccc;
      }
      .my-review-post-user-name {
        font-size: 14px;
        font-weight: bold;
        text-align: right;
      }
        .my-review-post-user-name i {
          margin-right: 5px;
          font-size: 18px;
        }
/*=====================================================================/
/[2020-08-05]クチコミフォームボタン表示のための画像選択要素
/=====================================================================*/
.submit-before-check {
}
  .review-select-images-question {
    margin-bottom: 20px;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
    .review-select-images-question .answer-type {
    }
    .review-select-images-question .answer-caution {
      color: #222;
    }
  .review-select-images {
    width: 95%;
    margin: 0 auto 20px;
  }
    .review-select-images .review-select-images-item {
      width: calc((100% / 6) - 4px);
      margin: 2px;
      cursor: pointer;
      transition: 150ms;
    }
    .review-select-images .review-select-images-item.enable {
      border-radius: 3px;
      cursor: default;
      box-shadow: 0 0 5px rgba(0,0,0,.1);
      transform: scale(1.1);
    }
    .review-select-images .review-select-images-item.disable {
      cursor: default;
      opacity: .3;
      transform: scale(.9);
    }
/*=====================================================================/
/ホームニュース(2020-09-29)
/=====================================================================*/
.home-info {
  flex: 1;
}
  .home-info-container {
    margin: 0 0 0 20px;
    height: 345px;
  }
    .home-info-lists {
    }
      .home-info-lists-item {
      }
        .home-info-subject {
        }
        .home-info-date {
        }
          .home-info-date i {
          }
        .home-info-body {
        }

/*=====================================================================/
/ホームスライド下店舗バナー
/=====================================================================*/
.home-shop-banners {
  width: 960px;
  margin: auto;
  justify-content: space-between;
}
  .home-shop-banners-item {
    width: 49%;
  }
    .home-shop-banners-item a {
      width: 100%;
      margin: 0;
    }
      .home-shop-banners-item a img {
      }

/*=====================================================================/
/動画[2021-05-10]
/=====================================================================*/
.prmovie {
  width: 700px;
}
/*=====================================================================/
/ホーム写メログ[2022-04-05]
/=====================================================================*/
.home-diary-container {
}
  .home-diary-lists {
    flex-wrap: nowrap;
  }
    .home-diary-lists-item {
      /* width: calc(100% / 3); */
    }
    .home-diary-lists-item:nth-of-type(3) {
      display: none;
    }
      .home-diary-lists-thumb {
      }
      .home-diary-lists-thumb:before {
      }
        .home-diary-lists-thumb i {
        }
        .home-diary-lists-thumb a {
        }
        .home-diary-lists-thumb a:hover {
        }
          .home-diary-lists-thumb-image {
          }
        .home-diary-lists-state-icon {
        }
        .home-diary-lists-state-icon.addtoday {
        }
        .home-diary-lists-state-icon.addnew {
        }
      .home-diary-lists-date {
        font-size: 12px;
        top: 0;
      }
      .home-diary-lists-subject {
        height: auto;
      }
        .home-diary-lists-subject a {
        }
      .home-diary-lists-girl-name {
        height: auto;
        text-align: right;
      }
        .home-diary-lists-girl-name i {
        }
        .home-diary-lists-girl-name a {
        }
/*=====================================================================/
/ 動画詳細
/=====================================================================*/
.movie-detail {
}
.movie-container {
  margin-bottom: 5px;
}
  .movie-container .open-movie-image {
  }
    .movie-container .open-movie-image a {
    }
    .movie-container .open-movie-image a:before {
    }
      .movie-container .open-movie-image a img {
      }
      .movie-container .open-movie-image a i {
        color: rgba(255,255,255,.5);
        font-size: 88px;
        transition: 150ms;
      }
      .movie-container .open-movie-image a:hover i {
        color: rgba(255,255,255,.9);
        text-shadow: 0 0 20px rgba(0,0,0,.6);
      }
  .movie-container .movie-youtube {
  }
    .movie-container .movie-youtube iframe {
    }

  /* [文字要素] */
  .movie-detail-text {
  }
    .movie-detail-text .informations {
    }
      .movie-detail-text .informations .update {
      }
        .movie-detail-text .informations .update i {
        }
      .movie-detail-text .description {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: .2em;
      }
/*=====================================================================/
/ パンくず[2023-06-12]
/=====================================================================*/
.contentpath {
  width: 960px;
  margin: auto;
}
  .contentpath > ul {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    white-space: none;
  }
    .contentpath > ul > li {
      padding: 5px 15px;
    }


/*=====================================================================/
/
/=====================================================================*/