﻿@charset "utf-8";

/*--------------------------------------

  タイトル周り

---------------------------------------*/
#search_result h3 {
    line-height: 1.3;
}
.mentetxt_box {
    display: block;
    margin: 20px 0;
    padding: 8px;
    background: #fff9e5;
    color: #666;
    border: solid 1px #ffd032;
}
/*--------------------------------------

  マイリストタブ

---------------------------------------*/
.tab_mylist {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 30px 0;
}
.tab_mylist a {
    position: relative;
    display: block;
    flex-grow: 1; 
    flex-shrink: 1; 
    flex-basis: 1;
    height: 50px;
    margin: 0 1% 0 0;
    line-height: 50px;
    border: solid 2px #e5e5e5;
    color: #666;
    font-size: 1.6rem; 
    text-align: center;
}
.tab_mylist a:hover {
    background: #FB9DB0;
    border-color: #FB9DB0;
    color: #FFF;
}
.tab_mylist a.selected {
    background: #FB9DB0;
    border-color: #FB9DB0;
    color: #FFF;
    font-weight: bold;
}
.tab_mylist a.selected::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    z-index: 0;
    background: #FB9DB0;
}
/*--------------------------------------

  お店一覧

---------------------------------------*/
.no_shop {
    color: #999;
    font-size: 1.6rem;
    text-align: center;
}
#shop_list {
    position: relative;
    margin: 20px 0 50px 0;
    padding: 20px;
    border: solid 4px #dcdcdc;
    background: #fff;
}
#shop_list .hit {
    float: left;
    color: #fc648a;
    text-align: left;
}
#shop_list .hit i {
    color: #fc648a;
    font-weight: normal;
    font-size: 14px;
}
#shop_list .hit i span {
    color: #444;
    font-size: 13px;
}
#shop_list .sort {
    margin: -15px 4px 0 0;
    float: right;
}
#shop_list .sort i {
    position: relative;
    top: 1px;
    font-size: 1.1rem;
}
#shop_list .sort .select_box {
    margin-left: 6px;
}

/*--------------------------------------

  お店情報中身

---------------------------------------*/
/*表示コンテンツ共通*/
#shop_list .shop_data .more {
    float: right;
    text-decoration: underline;
    font-size: 1.3rem;
}
#shop_list .shop_data .more:hover {
    text-decoration: none;
}
/**/
#shop_list .shop_data {
    position: relative;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: solid 2px #ddeff3;
}
#shop_list .shop_data:nth-child(2) {
    margin-top: 0;
}
/*テーブル化*/
#shop_list .shop_data {
    display: table;
}
#shop_list .shop_data .check_area {
    display: table-cell;
    padding: 10px;
    background-color: #f6f6f6;
    vertical-align: middle;
    text-align: center;
}
#shop_list .shop_data .check_area:hover,
#shop_list .shop_data .check_area.checked {
    background: #fff0f7;
}
#shop_list .shop_data .check_area .checkbox {
    padding-left: 16px;
}
#shop_list .shop_data input[type=checkbox]:checked + label.check_area {
    background: #fff0f7;
}
#shop_list .shop_data input[type=checkbox]:disabled + .check_area,
#shop_list .shop_data input[type=checkbox]:disabled + .check_area:hover {
	background: #F2F2F2;
}
#shop_list .shop_data input[type=checkbox]:checked + label.check_area .checkbox	{
	background-position: bottom;
}
#shop_list .shop_data input[type=checkbox]:disabled + label.check_area .checkbox {
	background: url(/pc/img/common/bt_check_disable.png) no-repeat left top;
}
#shop_list .shop_data .shop_table {
    display: table-cell;
    padding-left: 20px;
}
#shop_list .shop_data .shop_table .main {
    float: left;
    width: 390px;
}
/**/
#shop_list .shop_data h5 {
    padding: 6px 0 4px;
    line-height: 1.2;
    color: #fc648a;
    font-size: 2.4rem;
    font-weight: 600;
}
#shop_list .shop_data h5 .new {
    position: relative;
    top: 1px;
    display: inline-block;
    float: left;
    line-height: 1.2;
    margin-right: 10px;
    padding: 6px;
    border-radius: 3px;
    background: #fa628b;
    color: #fff;
    font-size: 1.1rem;
}
#shop_list .shop_data .shop_table_flex {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-ms-flex-align: center;
}
#shop_list .shop_data .date_area {
    display: block;
    margin: 2px 0 2px -3px;
    color: #666;
    font-size: 1.4rem;
}
#shop_list .shop_data .date_area2 {
    display: inline-block;
    margin: 2px 0 2px 0;
    color: #666;
    font-size: 1.4rem;
}
#shop_list .shop_data .shop_name {
	display: inline-block;
    margin: 4px 0 0 0;
    line-height: 1.1;
    color: #fc648a;
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: underline;
}
#shop_list .shop_data .shop_name:hover {
    text-decoration: none;
}
#shop_list .shop_data .delete_keep {
	color: #979797;
	text-decoration: underline;
}
#shop_list .shop_data .delete_keep:hover {
	text-decoration: none;
}
#shop_list .shop_data .review {
    position: relative;
    left: -4px;
    bottom: -5px;
    display: inline-block;
    line-height: 30px;
    color: #ffd630;
    font-size: 3rem;
    margin: 0 10px 2px 0;
    letter-spacing: 4px;
}
#shop_list .shop_data .memo {
    display: inline-block;
    margin: 8px 0 0 -4px;
    padding: 4px 10px;
    border: solid 1px #dcdcdc;
    border-radius: 0px;
    background: #f6f6f6;
}

#shop_list .shop_data .main .top_img {
    display: block;
    margin: 10px 0;
}
#shop_list .shop_data .main .top_img img {
    width: 100%;
}
#shop_list .shop_data .main p.a_type,
#shop_list .shop_data .main p.vip {
    line-height: 1.5;
    padding-left: 10px;
    border-left: solid 4px #dcdcdc;
    color: #666;
}
#shop_list .shop_data .main p.vip {
    border-left: solid 4px #fde032;
}

/*========　コメント/連絡先　========*/
#shop_list .shop_data .info {
    float: left;
    width: 470px;
    margin-left: 12px;
}
/*採用担当*/
#shop_list .shop_data .info .contact {
    float: left;
    max-width: 280px;
    padding: 0 0 10px 0;
}
#shop_list .shop_data .info .contact .round_box {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
}
#shop_list .shop_data .info .contact .round_box img {
    width: 100%;
}
#shop_list .shop_data .info .contact .txt_box {
    float: left;
    width: 210px;
    margin-top: 10px;
    padding-left: 10px;
}
#shop_list .shop_data .info .contact .txt_box .balloon {
    position: relative;
    display: inline-block;
    min-height: 28px;
    line-height: 1.6;
    margin-top: 6px;
    padding: 6px 12px;
    border-radius: 14px;
    background-color: #feebad;
    color: #444;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
    font-size: 1.1rem;
    z-index: 1;
}
#shop_list .shop_data .info .contact .txt_box .balloon::-webkit-selection {
    background: #e0bf4f;
}
#shop_list .shop_data .info .contact .txt_box .balloon::-moz-selection {
    background: #e0bf4f;
}
#shop_list .shop_data .info .contact .txt_box .balloon::selection {
    background: #e0bf4f;
}
#shop_list .shop_data .info .contact .txt_box .balloon::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    border-top: 10px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 10px solid #feebad;
    border-left: 10px solid transparent;
    transform: rotate(45deg);
    z-index: -1;
}
#shop_list .shop_data .info .contact .txt_box .balloon::after {
    content: "";
    position: absolute;
    top: -11px;
    left: -11px;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    transform: rotate(45deg);
}

/*========　入店祝い金　========*/
/*#shop_list .shop_data .info .iwai {
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 14px;
    background: #fa628b;
    color: #fff;
    font-size: 1.4rem;
}
#shop_list .shop_data .info .iwai:before,
#shop_list .shop_data .info .iwai:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
}
#shop_list .shop_data .info .iwai:before{
    top: 0;
    left: 0;
    border-width: 10px 0px 10px 5px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}
#shop_list .shop_data .info .iwai:after{
    top: 0;
    right: 0;
    border-width: 10px 5px 10px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}*/

/*========　募集要項　========*/
#shop_list .shop_data .info .recruitment {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 6px;
    font-size: 1.1rem;
}
#shop_list .shop_data .info .recruitment tr {
    border-top: solid 1px #dcdcdc; 
}
#shop_list .shop_data .info .recruitment th {
    width: 90px;
    padding: 6px 10px;
    background: #fff9e5;
    font-weight: 300;
    vertical-align: top;
}
#shop_list .shop_data .info .recruitment th .message_ttl {
    display: inline-block;
    margin-top: 10px;
    color: #fc648a;
    cursor: pointer;
    text-decoration: underline;
}
#shop_list .shop_data .info .recruitment th .message_ttl:hover {
    text-decoration: none;
}
/**/
.kyuuyo_arrow_box {
	display: none;
	position : fixed;
    width: 400px;
	padding: 10px;
    border: solid 2px #dedede;
    background: #fff;
	font-size: 1.2rem;
}
.kyuuyo_arrow_box strong {
    display: block;
    color: #f9628a;
    font-size: 1.4rem;
    font-weight: bold;
}
.kyuuyo_arrow_box strong img {
    width: 20px;
    margin-top: -5px;
    margin-right: 2px;
}
/**/
#shop_list .shop_data .info .recruitment td {
    padding: 1px 10px;
    vertical-align: middle;
}
#shop_list .shop_data .info .recruitment td .access {
    display: block;
    color: #54afc1;
    font-size: 1.3rem;
}
#shop_list .shop_data .info .recruitment th.assure {
    background: #fff0f7;
}
#shop_list .shop_data .info .recruitment td.tel b {
    color: #58afbf;
    font-size: 2.4rem;
    font-weight: 500;
}
#shop_list .shop_data .info .recruitment td.tel .icon_svg {
    width: 26px;
    height: 26px;
    margin: -4px 4px 0 0px;
}
#shop_list .shop_data .info .recruitment td.tel .icon_svg svg {
    fill: #58afbf;
}
#shop_list .shop_data .info .recruitment td.tel p {
    margin-top: 10px;
    font-weight: 300;
}
/*LINE*/
#shop_list .shop_data .info .recruitment td.tel .line {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 1px #dcdcdc;
}
#shop_list .shop_data .info .recruitment td.tel .line span.qr {
    display: table-cell;
    float: left;
    height: 90px;
    width: 90px;
    margin-right: 10px;
    vertical-align: top;
    border: solid 1px #dcdcdc;
}
#shop_list .shop_data .info .recruitment td.tel .line span.qr img {
    width: 100%;
}
#shop_list .shop_data .info .recruitment td.tel .line .box {
    display: table-cell;
    min-width: 260px;
    font-size: 1.2rem;
    word-wrap: break-word;
    vertical-align: top;
}
#shop_list .shop_data .info .recruitment td.tel .line .box i {
    display: inline-block;
    margin: 6px 10px 6px 0;
    padding: 1px 6px;
    background: #1ab920;
    color: #fff;
}
/**/
#shop_list .shop_data .action {
    display: table;
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
}
#shop_list .shop_data .action {
    position: relative;
    display: table;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
#shop_list .shop_data .action .message {
    position: absolute;
    top: 18px;
    left: 330px;
    display: inline-block;
    margin: 0 10px 0 0;
    text-decoration: underline;
    float: right;
}
#shop_list .shop_data .action .message:hover {
    text-decoration: none;
}
#shop_list .shop_data .action .message .icon_svg {
    margin: -2px 1px 0 0;
}
#shop_list .shop_data .action .message .icon_svg svg {
    fill: #fc648a;
}
#shop_list .shop_data .action .message:hover .icon_svg svg {
    fill: #fb81a3
}
#shop_list .bt_wrapper {
    margin: 40px auto;
    text-align: center;
}
#shop_list .bt_wrapper .bt_round {
    display: inline-block;
    margin: 0 20px;
}