@charset "utf-8";
/* CSS Document */
/*------------------------------------------
■ 基本設定
------------------------------------------*/
body {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "Lucida Grande",
    "Hiragino Kaku Gothic ProN", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}

img {
  border: 0;
  width: 100%; /*フルードイメージ-コンテナ幅によって可変*/
  height: auto;
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
  zoom: 100%;
}

.fcl:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/*
/*
=========================================
  PC・スマホ切り替え用
=========================================
*/
.sp_none {
  display: none;
}
.max_w {
  max-width: 100%;
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container {
  margin: 0 auto;
  width: 88%;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container2 {
  margin: 0 auto;
  width: 88%;
}
.container2:after {
  content: "";
  display: block;
  clear: both;
}
.container3 {
  margin: 0 auto;
  width: 100%;
}
.container4 {
  margin: 0 auto;
  max-width: 650px;
  padding: 30px 0 10px;
}
#main {
  margin-bottom: 20px;
}
.section {
  margin-bottom: 30px;
}
.full {
  margin-left: -15px;
  margin-right: -15px;
}
/*
=========================================
	ヘッダー
=========================================
*/
#header {
  height: 45px;
  margin-top: 70px;
  margin-bottom: 10px;
}
.logo {
  display: flex;
  justify-content: left;
  align-items: center;
}
.logo img {
  max-width: 200px;
  display: block;
  margin: 16px 12px 0;
}
/*
#gnav {
  display: none;
}
*/

#rwdMenuWrap {
  width: 100%;
  border-bottom: #f1f1f1 1px solid;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
}

#rwdMenuWrap #switchBtnArea {
  width: 100%;
  height: 60px;
  background: #fff;
  position: relative;
}

#rwdMenuWrap #switchBtnArea #switchBtn {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  display: block;
  background: #000;
  position: absolute;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 4px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  bottom: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rwdMenuWrap ul {
  width: 100%;
  display: none;
  height: 600px;
  overflow: scroll;
}

#rwdMenuWrap ul li.title {
  background: #e6e6e6;
  font-weight: bold;
}

#rwdMenuWrap ul li {
  width: 100%;
  padding: 15px 20px;
  border-bottom: #e6e6e6 1px solid;
  background: #fff;
}

#rwdMenuWrap ul li a {
  text-align: left;
  display: block;
  background: #fff;
  position: relative;
  color: #000;
}

#rwdMenuWrap ul li a:after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #b0b0b0;
  border-right: 2px solid #b0b0b0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav01,
#nav02,
#nav03,
#nav04,
#nav05 {
  margin-top: -61px;
  padding-top: 61px;
}

#header_link {
}

/*
=========================================
	ビジュアル
=========================================
*/
#visual {
  margin-top: 60px;
}

.visual_inner li a {
  display: block;
  position: absolute;
  top: 82%;
  padding: 0 5%;
}

/*
=========================================
	イントロ
=========================================
*/
.intro_box01 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.intro_color1 {
  background-color: #2da0d2;
}
.intro_color2 {
  background-color: #ec8e25;
}
.intro_color3 {
  background-color: #86bc43;
}
.intro_ph_area01 {
  background: url(../images/intro_ph1.jpg) no-repeat center;
}
.intro_ph_area02 {
  background: url(../images/intro_ph2.jpg) no-repeat center;
}
.intro_ph_area03 {
  background: url(../images/intro_ph3.jpg) no-repeat center;
}

.intro_box01 h2 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.intro_box01 p {
  font-size: 90%;
  text-align: center;
  padding: 15px 30px;
}
/*
=========================================
	企業理念
=========================================
*/
.text_box01 {
  width: 90%;
}
.text_box01_title {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.text_box01_text {
  font-size: 90%;
  text-align: center;
}

.president {
  margin-bottom: 20px;
  margin-top: 20px;
}
.president_left {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.president_right {
  float: right;
  width: 67%;
}
.president_name {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
.president_text {
  font-size: 90%;
}
/*
=========================================
	column3_box
=========================================
*/
.title_bar {
  background-color: #86bc43;
  font-size: 150%;
  color: #fff;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 20px;
  text-align: center;
}
.column3_box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbcbcb;
  text-align: center;
}
.column3_box img {
  width: 50%;
}
.column3_box:last-child {
  border-bottom: none;
}
.column3_title {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
}
.column3_text {
  font-size: 90%;
}
/*
=========================================
	carousel
=========================================
*/

.carousel_box {
  padding: 20px 0;
  background-color: #fff;
}
.carousel_box:hover {
  background-color: #7f8080;
  color: #fff;
}
.carousel_box img {
  width: 100%;
  margin: 0 auto;
}
.carousel_title {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  padding: 0 20px;
}
.carousel_text {
  font-size: 90%;
  text-align: center;
  padding: 0 20px;
}
/*
=========================================
	column1_box
=========================================
*/
.column1_box {
  margin: 0 auto 15px;
  padding: 8px;
  background-color: #fcf9e0;
}
.column1_inner {
  border: 3px solid #fff;
  padding: 15px;
}
.column1_left {
  text-align: center;
}
.column1_left img {
  border-radius: 75px;
  max-width: 40%;
}
.column1_right {
}
.column1_title {
  font-size: 120%;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.column1_text {
  font-size: 90%;
  text-align: center;
}
.square {
  color: #86bc43;
  margin-right: 10px;
}
/*
=========================================
	company
=========================================
*/
.company {
}
.company_title {
  font-size: 180%;
  margin-top: 10px;
}
.company_table {
  font-size: 90%;
  margin: 20px auto;
  width: 90%;
}
.company_table dt {
  float: left;
  clear: both;
  width: 25%;
  padding-bottom: 10px;
  padding-right: 10px;
}
.company_table dd {
  width: 80%;
  margin-left: 25%;
  padding-bottom: 20px;
  padding-left: 10px;
  border-left: #888 1px solid;
}
.company_ph_area img {
  margin-right: 1%;
  margin-bottom: 5px;
  width: 48%;
}
.company_ph_area img:nth-child(even) {
  margin-right: 0;
}
.map_area {
  position: relative;
  padding-bottom: 70%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
=========================================
	問い合わせフォーム
=========================================
*/
.form_inner {
  width: 95%;
  margin: 0 auto;
  color: #fff;
}
.form_btn_dsn {
  transition: all 0.3s linear;
  padding: 15px 40px !important;
  border-radius: 1px;
  color: #18b4ac;
  background-color: transparent;
  border: 2px solid;
  font-size: 2rem;
  margin-top: 5% !important;
}
.form_btn_dsn:hover {
  background-color: #323333;
  color: #fff;
}
#entry h1 {
  text-align: center;
  font-weight: bold;
  font-size: 7vw;
  margin: 5.5% 5.5% 0;
  color: #fff;
}
#entry p {
  text-align: center;
  margin: 7%;
  color: #fff;
}
#entry a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.85;
}

/*
=========================================
	ぺージトップへ
=========================================
*/
.page_top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}
.page_top a {
  display: block;
  background-color: #888;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.page_top a:hover {
  display: block;
  background-color: #888;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/*
=========================================
	パンくず
=========================================
*/
#breadcrumb {
  margin: 62px 0 20px;
  padding: 0 2%;
  background: #fff;
  font-size: 70%;
}
.breadcrumb {
  margin: 0 auto;
  list-style: none;
  max-width: 1200px;
  height: 40px;
  background: #fff;
  line-height: 40px;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
}
.breadcrumb li:after {
  /* >を表示*/
  content: ">";
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a,
.breadcrumb li p {
  display: inline;
  text-decoration: none;
  color: gray;
}
.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  font-size: 1.1em;
  color: gray;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*
=========================================
	フッター
=========================================
*/
.footer_inner {
  width: 100%;
  margin: 0 auto;
}
.footer_top {
  background-color: #e6e6e6;
  padding: 30px 0;
  color: #666;
}

.footer_nav ul {
  text-align: center;
}
.footer_nav li {
  display: inline;
  border-right: 1px solid #666;
  padding: 0 30px;
}
.footer_nav li a {
  color: #666;
}
.footer_nav li a:hover {
  text-decoration: underline;
}
.footer_nav li:last-child {
  border-right: none;
}

.footer_logo {
  text-align: center;
  width: 90%;
  margin: 20px auto 0;
}
.footer_logo img {
  width: 20%;
}
.footer_logo p {
  text-align: center;
  letter-spacing: 0.5em;
  margin-top: 20px;
  font-size: 80%;
}
.footer_bottom {
  background-color: #e6e6e6;
  border-top: 1px solid #ccc;
}
.footer_bottom p {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  color: #666;
  font-size: 80%;
}

/*
=========================================
	ヘッダー
=========================================
*/
#switchBtnArea h1 {
  padding: 4% 6%;
}
#switchBtnArea h1 img {
  width: 50%;
}

/*
=========================================
	タイトル
=========================================
*/
#title {
  display: flex;
  justify-content: center;
  height: 120px;
  border-bottom: 2px solid #fa2c55;
  margin-top: 60px;
}
#title h1 {
  padding: 0 30%;
  font-size: 24px;
  font-weight: bold;
}

#title2 {
  background: #fff;
  width: 100%;
}
.title4 {
  background: #fa2c55;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 40px auto;
}
#title2 h1 {
  width: 40%;
}
.title2 h2 {
  margin-top: 50px;
  width: 100%;
}
.title3 h2 {
  margin-top: 30px;
  width: 40%;
}
.title4 h2 {
  background: #fa2c55;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  font-style: italic;
  text-align: center;
}
/*
=========================================
	探すボタン
=========================================
*/
#search {
  display: flex;
  justify-content: center;
}
.search-btn {
  width: 100%;
  height: 50px;
  border: 2px solid #000;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  font-weight: bold;
  font-size: 13px;
}
.search-btn a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#search div:nth-child(1) {
  margin-right: 5%;
}
#search div:nth-child(3) {
  margin-left: 5%;
}
.select {
  background: #666;
  color: #fff;
  border: 2px solid #666;
}
.select a {
  color: #fff !important;
}
/*
=========================================
	お店を探すフォーム
=========================================
*/
.widgetSearch__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widgetSearch__input {
  border: 2px solid #e6e6e6;
  width: 600px;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #e6e6e6;
}
.widgetSearch__submit {
  width: 5rem;
  cursor: pointer;
  text-align: center;
  background: #fa2c55;
  border-left: 0;
  border-right: 2px solid #fa2c55;
  border-top: 2px solid #fa2c55;
  border-bottom: 2px solid #fa2c55;
  padding: 13px 18px;
}
.icon-search:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  color: #fff;
}
.btn--black,
a.btn--black {
  color: #fff;
  background-color: #000;
  width: 100%;
  margin: 20px auto 60px;
  padding: 20px;
  font-size: 13px;
  line-height: 13px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
.btn--black:hover,
a.btn--black:hover {
  color: #fff;
  background: #000;
}

a.btn--radius {
  border-radius: 100vh;
}

/*
=========================================
	検索結果
=========================================
*/
.text_box01_title {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.text_box01_text {
  font-size: 100%;
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.2em;
}
#result {
  font-size: 120%;
}
#result span {
  font-weight: bold;
}
.club {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.club:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}
.club_left {
  float: left;
  width: 35%;
  margin-right: 3%;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.club_right {
  float: right;
  width: 62%;
}
.club_place {
  font-weight: bold;
  margin-bottom: 10px;
  background: #fa2c55;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
.club_name {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
.club_addres {
  margin-bottom: 10px;
}
.club_price {
  margin-bottom: 10px;
}
.club_text {
  margin-bottom: 10px;
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.club_sections {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.club_sections svg {
  fill: white;
}
.club_section {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.club_section_1 {
  background-color: #2453a6;
}
.club_section_2 {
  background-color: #60b5e1;
}
.club_section_3 {
  background-color: #ff9308;
}

/*
=========================================
	インフォメーション
=========================================
*/
#info_container {
  background: #000;
  margin: 30px auto;
}
#info {
  background: #000;
  display: flex;
  flex-direction: column;
}
#info a:first-child {
  display: block;
  width: 100%;
  padding: 40px 0 0;
}
#info a:last-child {
  display: block;
  width: 100%;
  padding: 30px 0 40px;
}
#info a info_box01 img {
  width: 100%;
}
.info_box01 {
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: 4px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
}
.info_hover {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  text-align: center;
  background: rgba(70, 71, 68, 0.9);
}

.info_box01:hover .info_hover {
  top: 0;
  left: 0;
}
.info_hover img {
  margin-top: 60px;
}
.info_hover p {
  text-align: center;
  font-family: "Bree Serif", serif;
  font-size: 120%;
}

.info_box01 h2 {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0;
}

/*
=========================================
	SNS
=========================================
*/
.sns_title_bar {
  background-color: #fff;
  text-align: center;
}
#sns {
  display: flex;
  justify-content: center;
}
.sns_btn {
  display: block;
  margin: 40px 10px;
}
.sns_btn.disabled {
  opacity: 0.5;
}

/*
=========================================
	グループ一覧
=========================================
*/
.group {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.group:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}
.group figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.group_name {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
.group_text {
  margin-bottom: 10px;
}

/*
=========================================
	グループ詳細
=========================================
*/
.group_detail {
  margin-bottom: 40px;
}
.group_detail h2 {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 30px;
}
.group_detail figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
=========================================
	ホスト一覧
=========================================
*/
.host {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.host_list {
  width: 47%;
  margin-bottom: 30px;
}

/* 調整 */
.host_list a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.host_list a:before {
  width: 100%;
  content: "";
  display: block;
  padding-top: 133.3%;
}
.host_list a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.host::after {
  content: "";
  display: block;
  width: 47%; /* 子要素と同じ幅 */
}
.host::before {
  content: "";
  display: block;
  width: 47%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}
.host figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.host_birthday {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.host_birthday:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../images/icon_birthday.png") no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}
.host_name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.host_ruby {
  font-size: 100%;
  margin-bottom: 10px;
}
.host_post {
  font-size: 100%;
  margin-bottom: 10px;
}
.host_text {
  font-size: 100%;
  margin-bottom: 10px;
}

/*
=========================================
	ホストを探すパネル
=========================================
*/
.s_panel {
  background: #e6e6e6;
  color: #000;
  font-weight: bold;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 10px;
}
.toggle_title {
  padding: 15px 30px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  position: relative;
  line-height: 1.2em;
  cursor: pointer;
}
.toggle_title:before {
  content: "";
  margin-top: -4px;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  color: #e6e6e6;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle_ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: 0.8s;
}
.toggle_ul.show {
  opacity: 1;
  height: auto;
  padding: 0 0 12px;
}
.toggle_li {
  /* margin-bottom: 10px; */
  margin: 0 24px 10px;
}
.toggle_label {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.toggle_type_middle {
  margin-left: 12px;
}
.toggle_type_small {
  margin-left: 24px;
}
#place {
  margin-top: 30px;
}
#personality {
  margin-bottom: 30px;
}
/* .s_panel:before {
  content: "";
  margin-top: -4px;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 8px;
  color: #e6e6e6;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */
#pref_name {
  width: 100%;
  max-width: 650px;
  margin: 30px auto 0;
  padding: 0 20px;
}
#pref_name p {
  font-size: 120%;
  font-weight: bold;
}
#pref_name select::-ms-expand {
  display: none;
}
#pref_name select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px auto 20px;
  padding: 16px 30px 16px 10px;
  line-height: 1em;
  border-radius: 5px;
  border: 2px solid #000;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: 18px 12px;
  background-position: right 10px center;
  width: 100%;
  max-width: 650px;
}

#rookie {
  margin: 0 20px 20px;
  padding: 10px 30px 11px 10px;
  line-height: 1em;
  border-radius: 5px;
  border: 2px solid #000;
  max-width: 650px;
}
input[type="checkbox"] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0px;
  position: relative;
  width: auto;
}
.checkbox01 input {
  margin-right: 8px;
}
/* .checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type="checkbox"]:checked + .checkbox01::after {
  opacity: 1;
} */
#from_btn {
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 14px;
}
.btn--gray,
a.btn--gray {
  color: #fff;
  background-color: #666;
  width: 30%;
  margin: 30px auto;
  padding: 20px 0;
  line-height: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
.btn--gray:hover,
a.btn--gray:hover {
  color: #fff;
  background: #000;
}
.btn--pink,
a.btn--pink {
  color: #fff;
  background-color: #fa2c55;
  width: 60%;
  margin: 30px auto;
  padding: 20px 0;
  line-height: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}
.btn--pink:hover,
a.btn--pink:hover {
  color: #fff;
  background: #000;
}

/*
=========================================
	お店動画
=========================================
*/
.shop_movie {
  padding-bottom: 30px;
  position: relative;
}
.shop_movie:last-of-type {
  border-bottom: none;
}
.shop_movie figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.shop_movie figure a {
  display: block;
  width: 100%;
}
.shop_movie_date {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0px;
  color: #fa2c55;
}
.shop_movie_name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}
.blk_bg {
  background: #000 !important;
  padding: 1px 0;
  margin-bottom: 30px;
}
.blk_bg2 {
  background: #000 !important;
  padding: 1px 0;
  margin-bottom: -100px;
}
.blk_bg .shop_movie_name {
  color: #fff !important;
}
.blk_bg .shop_movie_name a {
  color: #fff;
}
.shop_movie_btn,
a.shop_movie_btn {
  color: #fff;
  background-color: #fa2c55;
  /* width: 38%; */
  /* margin: 30px auto; */
  padding: 10px 5px;
  display: block;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  /* position: absolute; */
  /* bottom: 10px; */
  /* right: 0; */
  border-radius: 5px;
  flex: 0 0 auto;
}
.shop_movie_btn:hover,
a.shop_movie_btn:hover {
  color: #fff;
  background: #000;
}
.shop_movie_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_movie_data_title {
  font-weight: bold;
}

/*
=========================================
	 求人探すボタン
=========================================
*/
.recruit-btn {
  width: 100%;
  height: 50px;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
}

/*
=========================================
	 求人一覧
=========================================
*/
.recruit {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.recruit:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}
.recruit:nth-last-child(2) {
  border-bottom: none;
}
.recruit figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.recruit_name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
.recruit_ruby {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 30px;
}
.recruit_comment {
  font-size: 100%;
  margin-top: 30px;
}
.recruit table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.recruit table th {
  border: 1px solid #e6e6e6;
  background-color: #FA2C54;
  vertical-align: middle;
}
.recruit table td {
  border: 1px solid #e6e6e6;
  width: 74%;
  padding: 20px;
}
#recruit_tags {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.recruit_tags {
  width: 32%;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 120%;
  background: #ccc;
  padding: 16px 0;
  color: #fff;
  text-align: center;
}
#recruit_tags .select {
  background: #fa2c55;
  color: #fff;
  border: none;
  cursor: auto;
}
.recruit_tags::after {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
}
.recruit_tags::before {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}
#submit {
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.submit {
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.submit_btn {
  width: 28%;
  margin-bottom: 14px;
  background: #ccc;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}
.submit_btn.recruit_btn {
  display: flex;
}
.submit_btn.recruit_btn.line {
  background-color: #78c83c;
}
.submit_btn.recruit_btn.line img {
  width: 51%;
}
.submit_btn.recruit_btn.tel {
  background-color: #000;
}
.submit_btn.recruit_btn.tel img {
  width: 39%;
}
.submit_btn.recruit_btn a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
}
.submit_btn.recruit_btn .btn_disabled {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 5px;
  padding: 12px 0;
}
.submit_btn2.recruit_btn {
  display: flex;
}
.submit_btn2.recruit_btn a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit_btn2.recruit_btn a img {
  width: 73%;
}
.submit_btn2 {
  width: 40%;
  margin-bottom: 14px;
  background: #fa2c55;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}
.submit_btn2 img {
  width: 70%;
}
.submit_btn3 {
  width: 49%;
  margin-bottom: 14px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}
/*
=========================================
	 お店を探す
=========================================
*/
#gmenu {
  margin-top: -60px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
  width: 100% !important;
}
.gmenu-btn {
  /* width: 16.5%; */
  flex: 1;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 120%;
  background: #000;
  padding: 10px;
  color: #fff;
  text-align: center;
  display: block;
  margin-right: 2px;
}
.gmenu-btn.gmenu-btn-gray {
  opacity: 0.5;
}
.gmenu-btn:last-child {
  /* background: #fa2c55; */
  margin-right: 0;
  color: #fff;
  border: none;
}

/*
=========================================
	ランキング
=========================================
*/
.shop_ranking {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.shop_ranking_list {
  width: 30%;
  margin-bottom: 30px;
}

/* 調整 */
.shop_ranking_list a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.shop_ranking_list a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3%;
}
.shop_ranking_list a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shop_ranking_list2 {
  width: 23%;
  margin-bottom: 30px;
}
.shop_ranking::after {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
}
.shop_ranking::before {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}
.shop_ranking figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.shop_ranking figure img {
  width: 100%;
}
.shop_ranking_rank {
  background: #000;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.shop_ranking_list2 .shop_ranking_rank {
  padding: 10px 20px !important;
}
.shop_ranking_name {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.shop_ranking_ruby {
  font-size: 80%;
  margin-bottom: 10px;
  text-align: center;
}
.shop_ranking_post {
  font-size: 80%;
  margin-bottom: 10px;
  text-align: center;
}
.shop_ranking_title {
  width: 45%;
}
.shop_ranking_txt {
  font-size: 80%;
  margin-bottom: 10px;
  text-align: left;
}
/*
=========================================
	ランキング
=========================================
*/
.new_host {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.new_host_list {
  width: 48%;
  margin-bottom: 30px;
}

/* 調整 */
.new_host_list a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.new_host_list a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3%;
}
.new_host_list a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.new_host::after {
  content: "";
  display: block;
  width: 48%; /* 子要素と同じ幅 */
}
.new_host::before {
  content: "";
  display: block;
  width: 48%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}
.new_host figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.new_host figure img {
  width: 100%;
}
.new_host_name {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.new_host_ruby {
  font-size: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.new_host_post {
  font-size: 100%;
  margin-bottom: 10px;
  text-align: center;
}

/*
=========================================
	システム
=========================================
*/
#system {
  background: #f2f2f2;
  padding: 20px;
}
#system strong {
  font-weight: bold;
}
#system table {
  width: 100%;
}
#system table th {
  color: #fa2c55;
  font-size: 100%;
  font-weight: bold;
  padding: 20px 10px;
  vertical-align: middle;
}
#system table td {
  color: #000;
  font-size: 100%;
  /* font-weight: bold; */
  /* text-align: right; */
  padding: 20px 10px;
}
#system table tr {
  border-bottom: 1px solid #b3b3b3;
}
#system table tr:last-child {
  border-bottom: none !important;
}

/*
=========================================
	マップ
=========================================
*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.club_name {
  font-size: 130% !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.club_addres {
  font-size: 100% !important;
  margin-bottom: 10px;
}

/*
=========================================
	ショップデータ
=========================================
*/
.ribbon {
  position: relative;
  background: #666;
  padding: 3px 0 3px;
  color: #fff;
  font-weight: bold;
  width: 90px;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  clip-path: polygon(
    0 0,
    calc(100% - 8px) 0,
    100% 50%,
    calc(100% - 8px) 100%,
    0 100%
  );
}

/* .ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff #666 #fff #666;
  border-width: 15px 0 15px 8px;
} */
.gray_bg {
  background: #f2f2f2 !important;
  padding: 30px 0;
  margin-bottom: -100px;
}

/*
=========================================
	ホスト詳細
=========================================
*/
.host_detail {
  margin-top: 30px;
  padding-bottom: 0;
}

.host_detail figure img {
  width: 100%;
}
.host_detail_rank {
  background: #fff;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.host_detail_rank_box {
  background-color: rgb(237, 28, 36);
  color: #fff;
  font-size: 18px;
  padding: 4px 28px;
  font-weight: bold;
  position: relative;
}
.host_detail_rank_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  bottom: 0;
  background-color: #fff;
  transform: skew(-20deg);
  transform-origin: bottom right;
}
.host_detail_rank_box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 20px;
  bottom: -1px;
  background-color: #fff;
  transform: skew(-20deg);
  transform-origin: bottom right;
}
.host_detail_name {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.host_detail_ruby {
  font-size: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.host_detail_post {
  font-size: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.host_detail_online {
  text-align: center;
  margin-bottom: 10px;
  font-size: 150%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.host_detail_online:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  background: radial-gradient(
    black 0%,
    black 50%,
    white 50%,
    white 60%,
    black 60%,
    black 100%
  );
}
.host_detail_profile {
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 24px;
  text-align: center;
  color: #666;
  line-height: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.host_detail_profile_item {
  padding: 0 12px;
  text-align: center;
}
.host_detail_line {
  color: #00b900;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}
.host_detail_line a {
  color: #00b900;
}
#host_detail_tags {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  /* justify-content: space-between; */
}
.host_detail_tags {
  width: 32%;
  margin-bottom: 2%;
  font-weight: bold;
  font-size: 90%;
  background: #999999;
  padding: 16px 0;
  color: #fff;
  text-align: center;
  margin-right: 2%;
}
.host_detail_tags:nth-of-type(3n) {
  margin-right: 0;
}
#host_detail_tags .select {
  background: #fa2c55;
  color: #fff;
  border: none;
}
.host_detail_tags::after {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
}
.host_detail_tags::before {
  content: "";
  display: block;
  width: 23%; /* 子要素と同じ幅 */
  order: 1; /* アイテムの並び順 */
}

/* .host_detail_star {
  background: linear-gradient(
    75deg,
    #fa2c55 0%,
    #fa2c55 33%,
    #f2f2f2 33%,
    #f2f2f2 100%
  );
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  padding: 16px 50px 16px 20px;
  margin-bottom: 14px;
}
.host_detail_star img {
  width: 50%;
} */

.host_detail_star_container {
  background: linear-gradient(
    75deg,
    /* #fa2c55 0%, */ /* #fa2c55 33%, */ #000 0%,
    #000 33%,
    #f2f2f2 33%,
    #f2f2f2 100%
  );
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.host_detail_star_title {
  flex: 0 0 33%;
  padding: 16px 0 16px 0px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
.host_detail_star_box {
  flex: 1;
  display: flex;
  justify-content: center;
}
.host_detail_star {
  color: #cccccc;
  font-size: 175%;
  margin-right: 4px;
}
.host_detail_star.star_on {
  color: #ffbe00;
}

/*
=========================================
	HOST SNS
=========================================
*/
.host_sns_title_bar {
  /* background-color: #fa2c55; */
  text-align: center;
}
.host_sns {
  background: #000;
  padding: 40px 0 20px;
}
#host_sns {
  display: flex;
  justify-content: center;
}
.host_sns_btn {
  display: block;
  margin: 20px 8px;
}

/*
=========================================
	インタビュー
=========================================
*/
.int_q {
  color: #b3b3b3;
}
.int_a {
  color: #666666;
  font-size: 120%;
}

/*
=========================================
	マンスリーランキング
=========================================
*/
#monthly_ranking_title {
  padding: 6% 0 0 14%;
  background-image: url(../images/monthly_ranking.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  position: relative;
  color: #666;
  font-size: 90%;
  font-weight: bold;
  margin-top: 60px;
}
#monthly_ranking_title a {
  position: absolute;
  top: 0;
  right: -20px;
  width: 80px;
}
#monthly_ranking_title img {
}

/*
=========================================
	求人詳細
=========================================
*/
#club_sns {
  display: flex;
  justify-content: left;
  color: #fa2c55;
  /* margin-left: -13px; */
  margin-top: 10px;
}
#club_sns img {
  width: 80%;
}
.gmenu-btn2 {
  width: 24.8%;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 120%;
  background: #000;
  padding: 16px 10px;
  color: #fff;
  text-align: center;
  display: block;
}
.gmenu-btn2.btn_disabled {
  background: #ccc;
}
a.btn_03 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
}
a.btn_03:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_03:hover {
  background: #fff;
  color: #000;
}
a.btn_03:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.text_box {
  background: #f2f2f2;
  padding: 30px;
  width: 100%;
  /* height: 400px; */
}
.text_box p {
  color: #666;
  font-size: 120%;
  font-weight: bold;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  color: #fff;
  font-size: 120%;
  background: #000;
  font-weight: bold;
  padding: 20px 0px;
  /* width: 48%; */
  flex: 1;
  text-align: center;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}
.balloon1:hover {
  background: #000;
  color: #fff;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  color: #000;
  font-size: 120%;
  background: #fff;
  font-weight: bold;
  padding: 20px 0px;
  /* width: 48%; */
  flex: 1;
  text-align: center;
  border: 3px solid #000;
}
.balloon2:hover {
  background: #fff;
  color: #000;
}
.balloon {
  margin-right: 3%;
}
.balloon:last-child {
  margin-right: 0;
}
#gmenu3 {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
  max-width: 810px;
}
.gmenu-btn3 {
  width: 30%;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 120%;
  background: #000;
  padding: 20px;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
.gmenu-btn3.btn_disabled {
  background: #ccc;
}
#entry {
  margin-top: 80px;
}
#club_open {
  display: flex;
  justify-content: left;
  margin-left: -15px;
  margin-top: 20px;
}
#club_open img {
  width: 10%;
}
a.btn_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #fa2c55;
  border: 3px solid #fa2c55;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 120%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 60px;
}
a.btn_04:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_04:hover {
  background: #fff;
  color: #fa2c55;
}
a.btn_04:hover:before {
  border-top: 2px solid #fa2c55;
  border-right: 2px solid #fa2c55;
}
a.btn_05,
a.btn_06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
}
a.btn_05:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 33%;
  right: 10px;
}
a.btn_06:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f124";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 33%;
  right: 20px;
}
a.btn_05:hover,
a.btn_06:hover {
  background: #fff;
  color: #000;
}

/*
=========================================
	求人情報
=========================================
*/
a.btn_07 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 15px;
}
a.btn_07:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btn_07:hover {
  background: #fff;
  color: #000;
}
a.btn_07:hover:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

a.btn_08,
a.btn_09 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 15px;
}
a.btn_08:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 30%;
  left: 25px;
}
a.btn_09:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 30%;
  right: 25px;
}
a.btn_08:hover,
a.btn_09:hover {
  background: #fff;
  color: #000;
}

/*
=========================================
	Accordion
=========================================
*/
/*全体*/
.hidden_box {
  margin: 0;
  padding: 0 0 10px 0;
}

/*ボタン装飾*/
.hidden_box label {
  padding: 0;
  cursor: pointer;
}

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
.hidden_show {
  background: #e6e6e6;
  padding: 15px 30px;
  text-align: left;
  color: #000;
  position: relative;
  font-weight: bold;
  width: 100%;
  max-width: 750px;
  margin: -10px auto 10px;
}
.hidden_show > label {
  display: flex;
  justify-content: space-between;
  margin: 10px 24px;
  background: #fff;
  padding: 10px 20px;
}
.hidden_show > label.search_area_middle {
  margin: 10px 24px 10px 36px;
}
.hidden_show > label.search_area_small {
  margin: 10px 24px 10px 48px;
}
input.checkbox {
  appearance: checkbox !important;
  display: block !important;
  opacity: 1 !important;
  position: static !important;
  width: 20px;
  height: 20px;
}
input.checkbox:after {
  display: none;
}
.btn_10 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89%;
  position: relative;
  background: #fa2c55;
  border: 3px solid #fa2c55;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
  margin: 20px auto;
}
#new_club {
  border: 2px solid #000;
  border-radius: 5px;
  max-width: 650px;
  margin: 0 24px;
}
#new_club > label {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  background: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
a.btn_11 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
  margin-top: -40px;
  margin-bottom: 20px;
}
a.btn_12 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background: #000;
  border: 3px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  font-weight: bold;
  padding: 20px;
}
a.btn_11:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 30%;
  right: 25px;
}
a.btn_12:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 30%;
  right: 20px;
}
a.btn_11:hover,
a.btn_12:hover {
  background: #fff;
  color: #000;
}

/*
=========================================
	KING RANKING
=========================================
*/
#king_ranking {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.king_ranking_host {
  background: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
.king_ranking_host::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #666666 transparent transparent transparent;
  top: 50px;
  left: 40px;
}
.king_ranking_host::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #666666;
  top: 0;
  right: -32px;
}
.king_ranking_club {
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
.king_ranking_club::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #eaeaea transparent transparent transparent;
  top: 50px;
  left: 40px;
}
.king_ranking_club::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 56px 0;
  border-color: transparent #eaeaea transparent transparent;
  top: 0;
  left: -32px;
}

.tabs_container {
  margin: 140px auto 0;
  max-width: 1200px;
  border-top: 5px solid #fa2c55;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: -120px auto 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100% / 3);
  height: 120px;
  border-top: 1px solid #fed6dd;
  border-right: 1px solid #fed6dd;
  border-bottom: 5px solid #fa2c55;
  border-left: 1px solid #fed6dd;
  background-color: #fafafa;
  line-height: 25px;
  font-size: 100%;
  text-align: center;
  color: #666;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 18px 0;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item span.tabs_date {
  background: #fa2c55;
  border-radius: 5px;
  display: inline-block;
  padding: 0px 10px;
  margin-top: 5px;
  height: 29px;
  line-height: 29px;
  color: #fff;
}
.tab_item span.tabs_select {
  display: inline-block;
  font-size: 80%;
  line-height: 2.2em;
  transform: scale(1, 1.8);
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#dayily:checked ~ #dayily_content,
#weekly:checked ~ #weekly_content,
#monthly:checked ~ #monthly_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-top: 5px solid #fa2c55;
  border-right: 5px solid #fa2c55;
  border-bottom: none;
  border-left: 5px solid #fa2c55;
  background: #fff;
  color: #666;
}
.tabs input:checked + .tab_item span.tabs_select {
  color: #fa2c55;
}

/*
=========================================
	ランキング
=========================================
*/
.tab_content_description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* 折返し可 */
}
.king_ranking {
  margin-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.king_ranking_list {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.king_ranking_list figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.king_ranking_list figure img {
  width: 100%;
}
.king_ranking_rank {
  background: #000;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 48%;
}
.king_ranking_rank img {
  width: 50%;
}
.king_ranking_exp {
  width: 52%;
  padding: 10px;
}
.king_ranking_name {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}
.king_ranking_ruby {
  font-size: 70%;
  text-align: left;
}
.king_ranking_post {
  font-size: 70%;
  text-align: left;
}
.king_ranking_txt {
  font-size: 70%;
  text-align: left;
  border-top: 2px solid #f2f2f2;
  padding-top: 2px;
}

.king_ranking_list2 {
  width: 48%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; /* 折返し可 */
  justify-content: space-between;
}
.king_ranking_list2 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.king_ranking_list2 figure img {
  width: 100%;
}
.king_ranking_list2 .king_ranking_rank {
  background: #000;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 100%;
}
.king_ranking_list2 .king_ranking_rank img {
  width: 25%;
}
.king_ranking_list2 .king_ranking_exp {
  width: 100%;
  padding: 10px;
}
.king_ranking_list2 .king_ranking_name {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}
.king_ranking_list2 .king_ranking_ruby {
  font-size: 70%;
  text-align: left;
}
.king_ranking_list2 .king_ranking_post {
  font-size: 70%;
  text-align: left;
}
.king_ranking_list2 .king_ranking_txt {
  font-size: 70%;
  text-align: left;
  border-top: 2px solid #f2f2f2;
  padding-top: 2px;
}

.king_ranking_list3 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #e2e2e2;
}
.last_01 {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px;
}
.king_ranking_list3 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  width: 30%;
  padding: 20px 0 20px;
}
.king_ranking_list3 figure img {
  width: 100%;
}
.king_ranking_list3 .king_ranking_rank {
  background: #000;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
}
.king_ranking_list3 .king_ranking_rank img {
  width: 15%;
}
.king_ranking_list3 .king_ranking_exp {
  width: 60%;
  padding: 20px 0;
}
.king_ranking_list2 .king_ranking_name {
  font-size: 80%;
  font-weight: bold;
  text-align: left;
}
.king_ranking_list2 .king_ranking_ruby {
  font-size: 70%;
  text-align: left;
}
.king_ranking_list2 .king_ranking_post {
  font-size: 70%;
  text-align: left;
}
.king_ranking_list2 .king_ranking_txt {
  font-size: 70%;
  text-align: left;
  border-top: 2px solid #e2e2e2;
  padding-top: 2px;
}
.king_ranking_list3 .king_ranking_btn {
  width: 4%;
  padding: 20px 0;
  background: #f2f2f2;
  position: relative;
}
.king_ranking_list3 .king_ranking_btn:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  color: #d4d4d4;
}
.bnr_01 {
  margin: 10px auto;
}

/*
=========================================
	KING RANKING
=========================================
*/
.ranking {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: 6%;
}
.ranking_kojin {
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
/*.ranking_kojin::before{
  content: '';
  position: absolute;
  display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 0;
border-color: #eaeaea transparent transparent transparent;
top: 50px;
left: 50px;
}*/
.ranking_kojin::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #eaeaea;
  top: 0;
  right: -31px;
}
.ranking_tenpo {
  background: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
.ranking_tenpo::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #666 transparent transparent transparent;
  top: 50px;
  left: 50px;
}
.ranking_tenpo::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 56px 0;
  border-color: transparent #666 transparent transparent;
  top: 0;
  left: -31px;
}

.ranking_monthly {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* 折返し可 */
  width: 49%;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
  border-top: 1px solid #fff;
  z-index: 1;
}
.ranking_monthly::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #fff;
  top: -2px;
  right: -32px;
}
.ranking_monthly::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #000;
  top: 0;
  right: -31px;
}
.ranking_yesterday {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* 折返し可 */
  width: 49%;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
  border-top: 1px solid #666;
  color: #666;
}
.ranking_yesterday span,
.ranking_monthly span {
  font-size: 70%;
  font-weight: normal;
}
.ranking_yesterday::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #666;
  top: -2px;
  right: -32px;
}
.ranking_yesterday::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #000;
  top: 0;
  right: -31px;
}

/*
=========================================
	24RANKING
=========================================
*/
.ranking_01 {
  color: #fff;
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #666;
}
.ranking_01:last-of-type {
  margin-bottom: 80px;
  border-bottom: none;
}

.ranking_01_center {
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
  padding: 0 100px;
}
.ranking_01 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 120px 30px;
}
.ranking_01_img img {
  width: 100%;
}
.ranking_01_place {
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 20px;
  font-weight: normal;
}
.ranking_01_place span {
  display: flex;
  justify-content: right;
}
.ranking_01_place span img {
  margin-right: 5px;
  width: 23%;
}
.ranking_01_name {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 10px;
}
.ranking_01_addres {
  font-size: 100%;
  margin-bottom: 20px;
}
.ranking_01_price {
  font-size: 100%;
  margin-bottom: 10px;
}
.ranking_01_ruby {
  font-size: 100%;
  margin-bottom: 10px;
}

.ranking_kojin2 {
  background: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
/*.ranking_kojin::before{
  content: '';
  position: absolute;
  display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 30px 0 0;
border-color: #eaeaea transparent transparent transparent;
top: 50px;
left: 50px;
}*/
.ranking_kojin2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 32px;
  border-color: transparent transparent transparent #666;
  top: 0;
  right: -31px;
}
.ranking_tenpo2 {
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 14px;
  position: relative;
}
.ranking_tenpo2::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #eaeaea transparent transparent transparent;
  top: 50px;
  left: 50px;
}
.ranking_tenpo2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 56px 0;
  border-color: transparent #eaeaea transparent transparent;
  top: 0;
  left: -31px;
}

/*
=========================================
	TOP Movie List
=========================================
*/
.top_movies_container {
  padding: 16px 28px 8px;
}
.top_movies_item {
  display: flex;
  margin-bottom: 18px;
}
.top_movies_movie {
  margin-right: 18px;
  flex: 1 1 45%;
  border: 2px solid #5b5b5b;
  position: relative;
}
.top_movies_movie a {
  display: block;
  width: 100%;
}
.top_movies_movie a img {
  width: 100%;
}
.top_movies_icon {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
}
.top_movies_icon img {
  width: 100%;
}
.movies_category {
  position: absolute;
  line-height: 18px;
  border-radius: 16px;
  font-size: 10px;
  text-align: center;
  padding: 0 6px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  top: 4px;
  left: 4px;
}
.top_movies_item:first-child .movies_category {
  position: absolute;
  line-height: 30px;
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
  padding: 0 12px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  top: 12px;
  left: 12px;
}
.top_movies_content {
  flex: 1 1 50%;
}
.top_movies_date {
  color: rgb(237, 28, 36);
  line-height: 1;
  font-size: 11px;
  margin-bottom: 4px;
}
.top_movies_title {
  line-height: 1.2;
}
.top_movies_title a {
  color: white;
  font-size: 11px;
}
.top_movies_item:first-child {
  display: block;
  margin-bottom: 32px;
}
.top_movies_item:first-child .top_movies_movie {
  margin-right: 0;
  margin-bottom: 12px;
  border: 3px solid #fff;
}
.top_movies_item:first-child .top_movies_date {
  font-size: 14px;
}
.top_movies_item:first-child .top_movies_title a {
  font-size: 14px;
}
.top_movies_item:first-child .top_movies_icon {
  width: 40px;
  height: 40px;
  right: 8px;
  bottom: 8px;
}

/*
=========================================
	動画詳細ページ
=========================================
*/
.movie_player {
  width: 100%;
}
.movie_player iframe {
  width: 100vw;
  height: 60vw;
}
.movie_contents {
  padding: 20px 0;
}
.movie_date {
  color: rgb(237, 28, 36);
  font-size: 16px;
}
.movie_title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.movie_detail {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

/*
=========================================
	店舗画像一覧
=========================================
*/
.shop_image {
  margin-top: 30px;
  padding-bottom: 30px;
}
.shop_image:last-of-type {
  margin-bottom: 30px;
}
.shop_image figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.shop_image_title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}

/*
=========================================
  求人詳細テーブル
=========================================
*/
.recruit_condition_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  box-sizing: border-box;
  border-spacing: 0;
}
.recruit_condition_table th {
  border-bottom: 1px solid #cccccc;
  color: #982b15;
  /* width: 30%; */
  box-sizing: border-box;
  padding: 10px 10px;
}
.recruit_condition_table td {
  border-bottom: 1px solid #cccccc;
  /* width: 70%; */
  box-sizing: border-box;
  padding: 10px 10px;
  word-break: break-all;
}

/*
=========================================
  非常時のお知らせ
=========================================
*/
.emergency_box {
  padding: 20px 12px 0;
  margin-bottom: 0;
}
.emergency_container {
  border: 2px solid rgb(237, 28, 36);
  padding: 12px;
  margin-bottom: 20px;
}
.emergency_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

/*
=========================================
  求人詳細ページ　特典
=========================================
*/
.advantage_box {
  background-color: #fced22;
  padding-bottom: 32px;
}
.advantage_heading {
  text-align: center;
  background-color: #fe6b02;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px;
  letter-spacing: 0.5rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  margin-bottom: 16px;
}
.advantage_container {
  margin: 0 24px 40px;
}
.advantage_container:last-child {
  margin-bottom: 0;
}
.advantage_header {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5cf70;
}
.advantage_header_left {
  flex: 0 0 40%;
  margin-right: 16px;
}
.advantage_header_left img {
  width: 100%;
}
.advantage_header_right {
  flex: 1;
}
.advantage_date {
  font-size: 12px;
  margin-bottom: 4px;
  color: #fe7403;
}
.advantage_title {
  font-weight: bold;
  font-size: 16px;
}
.advantage_contents {
  padding-top: 20px;
}
.advantage_contents_heading {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.advantage_content {
  font-size: 12px;
}

/*
=========================================
  求人検索
=========================================
*/
.search_check {
  margin: 0 20px 20px;
  padding: 10px 30px 11px 10px;
  line-height: 1em;
  border-radius: 5px;
  border: 2px solid #000;
  max-width: 650px;
}

/*
=========================================
  TOP エリアリスト
=========================================
*/
.top_area_list {
  margin-bottom: 80px;
}
.top_area_list h3 {
  font-size: 20px;
  border-bottom: 2px solid #fa2a53;
  padding: 12px 24px;
  font-weight: bold;
}
.top_area_list p {
  padding: 16px 24px;
  font-size: 14px;
}
.top_area_list ul {
  display: flex;
  padding: 0 24px;
  flex-wrap: wrap;
}
.top_area_list ul li {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  border: 2px solid #000;
  font-size: 16px;
  margin-bottom: 16px;
}
.top_area_list ul li:nth-child(3n + 1) {
  margin-right: 0;
}
.top_area_list ul li:first-child {
  width: 100%;
}
.top_area_list ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
}

/*
=========================================
  利用規約
=========================================
*/
.terms_page h2 {
  margin-bottom: 12px;
  font-weight: bold;
}
.terms_page h3 {
  margin-bottom: 12px;
  padding-left: 4px;
  font-weight: bold;
}
.terms_page p {
  margin-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
}

/* スライダー表示調整 */
.bx-wrapper {
  box-shadow: none;
}

/*
=========================================
  掲載について
=========================================
*/

.page_ads .container-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.page_ads .ads-flow {
  border: 3px solid #000;
  width: 88%;
  padding: 20px;
  margin: 0 auto 20px;
}

.page_ads .ads-flow ol {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.page_ads .ads-flow li {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.page_ads .ads-flow li:last-child {
  padding-bottom: 0;
}

.page_ads .ads-flow br {
  display: block;
  content: "";
  height: 5px;
}

.page_ads .ads-flow ol li p {
  font-size: 2.4rem;
  color: #fa2c55;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.page_ads .ads-flow li:after {
  content: "▼";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 2rem;
}

.page_ads .ads-flow li:last-child:after {
  display: none;
}

.page_ads .ads-ex li {
  margin: 1em;
}

.page_ads a.form-check {
  text-align: center;
  color: #fff;
}
.page_ads a.form-check:hover {
  color: #fa2c55;
}

/*
=========================================
  店舗掲載申請フォーム
  =========================================
  */

.search-box {
  display: flex;
  justify-content: center;
  width: 90%;
  border: 3px solid #666;
  padding: 20px;
  margin: 0 auto;
}

.search-box table {
  width: 100%;
}

.search-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}

.req {
  display: inline-block;
  vertical-align: middle;
  background: #f84522;
  color: #ffffff;
  border-radius: 2px;
  padding: 1px 5px;
  margin-left: 10px;
  font-size: 1rem;
}

.search-input th {
  display: flex;
  padding: 10px;
  align-items: center;
}

.search-input td {
  padding: 10px;
  width: 100%;
}

.page_adform input[type="text"],
.page_contact input[type="text"] {
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

.form-btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.form-btns p {
  margin-bottom: 0.25em;
}

.form-check {
  background-color: #fa2c55;
  color: #fff;
  border: 2px solid #fa2c55;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.form-check:hover {
  background-color: #fff;
  color: #fa2c55;
  border: 2px solid #fa2c55;
}

/*
=========================================
お問合せ
=========================================
*/

select {
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

/*IE用*/
select::-ms-expand {
  display: block;
}

textarea {
  border: 1px solid #c7c7c7;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 10px;
  height: 200px;
  width: 100%;
  margin: 0;
  font-size: 1.1rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

/* スライダー矢印 */
body .swiper-button-next:after,
body .swiper-rtl .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: -12px;
  width: 32px;
  height: 32px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  transform: rotate(45deg);
}
body .swiper-button-prev:after,
body .swiper-rtl .swiper-button-next:after {
  content: "";
  position: absolute;
  right: -12px;
  width: 32px;
  height: 32px;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  transform: rotate(-45deg);
}

/* host noimage */
.host_noimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #18b4ac;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}

/* トップバナー */
.section.top_banners {
  padding: 0 24px 10px;
}
.section.top_banners p {
  margin-bottom: 24px;
}
.section.top_banners p a {
  display: block;
}

/* 案内所LP */
.annai_lp {
  padding-top: 60px;
}
.annai_lp .annai_section {
  width: 100%;
  margin: 0;
  position: relative;
}
.annai_lp .annai_section .annai_line_button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 76%;
  top: 7.9%;
}

/* トップポップアップ */
.enter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/images/enter/back.png');
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
.enter.close {
  display: none;
}
.enter-inner {
  text-align: center;
  max-width: 480px;
}
.enter-imgbox {
  display: block;
  margin: 0 auto 3vw;
  width: 80%;
}
.enter-img{
  display: block;
  width: 100%;
}
.enter-inner .enter-img01 {
  margin-bottom: 0;
}
.enter-inner .enter-img02 {
}
.enter-inner .enter-img03 {
  width: 65%;
}
.enter-inner .enter-img04 {
  width: 100%;
}
.enter-inner .enter-img05 {
  margin-bottom: 0;
}
.enter-inner .enter-img06 {
}
.enter-inner .enter-img07 {
  width: 65%;
}