﻿.shop_intro {
    padding: 16px 12px;
    box-sizing: border-box;
    border-top: solid 1px #999;
    background: repeating-linear-gradient(-45deg, #fef8fb 0, #fef8fb 2px, #FFF 2px, #FFF 10px);
	background-size: 14px 14px;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
h3.shop_catch {
    line-height: 1.6;
    margin: 0 0 16px 0;
    color: #F772B7;
    font-size: 1.4rem;
}
h3.shop_catch.free {
    margin: 0 8px 10px 8px;
    color: #333;
    font-weight: normal;
}
.main_image{
    text-align:center;
}
.main_image img {
    width: 100%;
    max-width: 340px;
    height: auto;
}
h4 {
    line-height: 1.2;
    margin: 8px;
    color: #333;
    font-size: 1.8rem;
}
#header h1 {
    height:12px;
    overflow:hidden;
}
em {
    font-style: normal;
}
.disc {
    margin: 12px;
    padding: 0 0 20px;
    border-top: solid 2px #F88AC3;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-size: 1.3rem;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.disc .disc_box {
    position: relative;
    padding: 8px 16px 0 16px;
}
.disc .disc_box a {
    display: block;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.disc_free {
    border-top: solid 2px #ddd;
}
h5.ttl {
    position: relative;
    padding: 20px 16px;
    background: #fff;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.6rem;
    font-weight: normal;
}
h5.ttl b {
    display: inline-block;
    padding: 0 0 0 8px;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
}
a h5.ttl svg {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 20px;
    height: 20px;
    fill: #F88AC3;
    transform: translateY(-50%);
}
h5.ttl_list {
    padding: 8px 0;
    background:#F88AC3;
    color: #fff;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
}
h5.ttl_list.free {
    background:#999;
}
.ic_taigu {
    display: inline-block;
    min-width: 70px;
    line-height: 1.6;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 2px 6px;
    border: solid 1px #fbc9e3;
    border-radius: 2px;
    background: #fef5fa;
    color: #F772B7;
    font-size: 1.1rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: 300;
    text-align: center;
}
.free .ic_taigu {
    border: solid 1px #ddd;
    background: #F2F2F2;
    color: #666666;
}

/*非表示中のお知らせ*/
.shop_exclude {
    box-sizing: border-box;
    margin: 0 8px 16px 8px;
    padding: 16px;
    border: solid 1px #399D9D;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    background: #fff;
    font-size: 1.2rem;
    text-align: center;
}
.shop_exclude p {
    margin: 0 0 8px 0;
    color: #333;
}
.shop_exclude a {
    color: #399D9D;
    text-decoration: underline;
}

/*--■ 有料で画像がない場合 ■--*/
.shop_img_none {
    position: relative;
    padding: 10px 55px 8px 8px;
}
.shop_img_none h4 {
    margin: 0 0 3px;
    padding: 0;
    color: #333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
.shop_img_none h4 span {
    font-size: 1.4rem;
    font-weight: normal;
}
/*--■ 関西以外の無料 ■--*/
.type_free {
    position: relative;
    padding: 10px 55px 8px 8px;
}
.staff {
    margin: 0 8px 24px 8px;
    padding: 0;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.staff ul {
    display: table;
    width: 100%;
}
.staff ul li {
    display: table-cell;
    width: 33%;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #333;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
.staff ul li.gal {
    position: relative;
    border-radius: 6px 0 0 6px;
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
}
.staff ul li.gal:before{
	content: "";
    position: absolute;
	right: 44%;
	bottom: -19px;
    border: 10px solid transparent;
	border-top: 10px solid #333;
}
.staff ul li.gal:after{
	content: "";
    position: absolute;
	right: 44%;
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #333;
}
.staff ul li.img_none:before{
	content: "";
    position: absolute;
    right: 0;
	bottom: 0;
	border: none;
	border-top: none;
}
.staff ul li.img_none:after {
    position: absolute;
	right: 0;
	bottom: 0;
    border: none;
	border-top: none;
}
.staff ul li.man {
    border-radius: 0;
    border: solid 1px #666;
    background: #fff;
}
.staff ul li.man:nth-child(2n):not(:last-child) {
    border-right: none;
}
.staff ul li.man:nth-child(2n):last-child {
    border-radius: 0 4px 4px 0;
}
.staff ul li.senden {
    border-radius: 0 4px 4px 0;
    border: solid 1px #666;
    background: #fff;
}
.staff ul li a {
    display: block;
    color: #666;
    font-size: 1.1rem;
    font-weight: normal;
}
/*入店応援金*/
.ouenkin {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 5px 52px;
    margin: 0 8px 16px;
    border: solid 1px #999;
    border-radius: 4px;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: -webkit-repeating-linear-gradient(-60deg, transparent, transparent 12px, rgba(255, 244, 248, 1) 12px, rgba(255, 244, 248, 1) 24px );
    background-image: repeating-linear-gradient(-60deg, transparent, transparent 12px, rgba(255, 244, 248, 1) 12px, rgba(255, 244, 248, 1) 24px );
}
.ouenkin::before {
    display: block;
    content: "";
    width: 40px;
    height: 49px;
    position: absolute;
    top: 52%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/search/medal_ouenkin.png) center /contain no-repeat;
}
.ouenkin img {
    width: 164px;
    height: 42px;
}
.ouenkin .last {
    width: 64px;
    height: 46px;
}
.ouenkin2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 5px 52px;
    margin: 0 8px 16px;
    border: solid 1px #999;
    border-radius: 4px;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: -webkit-repeating-linear-gradient(-60deg, transparent, transparent 12px, rgba(255, 244, 248, 1) 12px, rgba(255, 244, 248, 1) 24px );
    background-image: repeating-linear-gradient(-60deg, transparent, transparent 12px, rgba(255, 244, 248, 1) 12px, rgba(255, 244, 248, 1) 24px );
}

    .ouenkin2::before {
        display: block;
        content: "";
        width: 40px;
        height: 49px;
        position: absolute;
        top: 52%;
        left: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: url(/img/search/medal_ouenkin.png) center /contain no-repeat;
    }

    .ouenkin2 img {
        width: auto;
        height: 42px;
    }
.ouenkin2 .last {
    display: grid;
    place-content: center;
    align-content: stretch;
    border: solid 2px #666;
    border-radius: 4px;
    color: #575757;
    background: #fff;
    height: 54px;
}
.ouenkin2 .last span {
    text-align: center;
}
.ouenkin2 .last span:nth-child(1) {
    display: flex;
    align-items: center;
    line-height: 11px;
    padding: 2px 8px;
    color: #fff;
    background: #575757;
    font-size: 10px;
}
.ouenkin2 .last span:nth-child(2) {
    place-content: center;
    font-weight: bold;
    font-size: 11px;
}
.ouenkin2 .last b {
    padding: 0 2px;
    color: #ea447f;
    font-size: 18px;
}
.ouenkin2 .last.zero {
    border-color: #808080;
    background: #e6e6e6;
}
.ouenkin2 .last.zero span:nth-child(1) {
    color: #e6e6e6;
}
.ouenkin2 .last.zero b {
    color: #7c7c7c;
}
/*求人詳細*/
.disc_jobdata {
    margin: 0 0 12px;
    background: #fff;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.disc_jobdata .shop_name_top {
    line-height: 1.5;
    padding: 16px 12px;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}
.disc_jobdata .shop_name_top span {
    line-height: 1.5;
    color: #666;
    font-size: 1.3rem;
    font-weight: normal;
}
.disc_jobdata table {
    display: block;
    box-sizing: border-box;
    padding: 0 12px 12px;
    table-layout: fixed;
}
.disc_jobdata table tr {
    border-top: solid 1px #ddd;
}
.disc_jobdata table tr:nth-last-child(1) {
    border-bottom: solid 1px #ddd;
}
.disc_jobdata table th {
    width: 95px;
    line-height: 1.5;
    vertical-align: top;
    padding: 8px 8px 28px 8px;
    background: #FEFEEA;
    color: #333;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: left;
    box-sizing: border-box;
}
.disc_jobdata h6 {
    margin: 20px 0 8px 12px;
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
}
.disc_jobdata h6 + table th {
    background: #F2F2F2;
}
.disc_jobdata table td {
    width: calc(100vw - 119px);
    line-height: 1.5;
    vertical-align: top;
    padding: 8px;
    color: #333;
    font-size: 1.3rem;
    word-break: break-all;
    box-sizing: border-box;
}
.disc_jobdata table td .hp {
    margin: 0 0 12px 0;
}
.disc_jobdata table td .hp:last-child {
    margin: 0;
}
.disc_jobdata table td a {
    margin: 12px 0 0 0;
    display: block;
    color: #3B95E5;
    text-decoration: none;
}
.disc_jobdata table td a:first-child {
    margin: 0;
}
.disc_jobdata table td a.link_price {
	display: block;
	width: 100%;
	margin: 8px auto 0 auto;
	padding: 5px 0;
    border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #6699FF;
	color: #fff;
	text-align: center;
}
.disc_jobdata table td span {
    display: block;
}
.disc_jobdata table td .sub_ttl {
	position: relative;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 5px 0;
    padding: 0 3px 0 6px;
    background: #f69;
    color: #fff;
    font-size: 12px;
}
.disc_jobdata table td .sub_ttl:after {
	position: absolute;
    right: -8px;
    top: 0;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    line-height: 0;
    border-left: 8px solid #f69;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0);
}
.disc_jobdata table td p.bg_sub_price {
    display: block;
    margin-top: -16px;
    padding: 20px 10px 10px;
    background: #FEEFF7;
}
.disc_jobdata table td .mrg_bt_20 {
    margin-bottom: 20px;
}
.disc_jobdata table td .ic_taigu {
    float: left;
    margin: 3px;
    border-radius: 3px;
    background-color: #f69;
    font-size: 1.2rem;
}

.disc_jobdata table td .none {
   background-color: #ccc;
   color: #fff
}
.disc_jobdata table td .ic_taigu a {
    display: block;
    padding: 5px;
    color: #fff;
}
/*系列店*/
.disc_jobdata table td.chain i {
    display: block;
    margin-bottom: 10px;
    color: #666;
    font-style: normal;
}
.disc_jobdata table td.chain a.shop {
    display: block;
    margin-bottom: 10px;
}
.disc_jobdata table td.chain .img_box {
    float: left;
    width: 30%;
    max-width: 60px;
    overflow: hidden;
    margin-right: 2%;
}
.disc_jobdata table td.chain .img_box img {
    width: 100%;
}
.disc_jobdata table td.chain .shopname {
    float: left;
    min-width: 120px;
    width: 68%;
    line-height: 1.2;
    font-size: 1.1rem;
}
.disc_jobdata table td.chain .shopname i {
    display: block;
    margin-top: 4px;
    color: #999;
    font-style: normal;
}
.disc_jobdata table td.chain .other_shop {
    display: block;
    margin: 20px 0 10px 0;
    text-align: right;
}
/**/
.disc_taigu {
    padding: 10px;
}
.disc_taigu .taigu_name {
    margin: 0 0 5px 0;
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
.disc_taigu .taigu_detail {
    margin: 0 0 5px 0;
    line-height: 1.4;
    color: #fff;
    font-size: 1.4rem;
}
.disc_taigu .ask_shop {
    color: #ccc;
    font-size: 1.1rem;
}
.disc_jobdata table td .ic_kodawari {
    float: left;
    margin: 3px;
    border-radius: 3px;
    background-color: #f90;
    font-size: 1.2rem;
}
.disc_jobdata table td .ic_kodawari span {
    display: block;
    padding: 5px;
    color: #fff;
}
.disc_jobdata table td .web_yorutomo,
.disc_jobdata table td .web_nukinavi {
    position: relative;
    position: relative;
    max-width: 178px;
    height: 30px;
    margin: 0 0 12px 0;
    border-radius: 4px;
    background: #fdd244;
}
.disc_jobdata table td .web_nukinavi {
    background: #ff9900;
}
.disc_jobdata table td .web_yorutomo::before,
.disc_jobdata table td .web_nukinavi::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.disc_jobdata table td .web_yorutomo:first-child,
.disc_jobdata table td .web_nukinavi:first-child {
    margin: 0 0 12px 0;
}
.disc_jobdata table td .web_yorutomo::before {
    width: 46px;
    height: 20px;
    background: url(/pc/img/common/logo_yorutomo.png) no-repeat;
    background-size: contain;
}
.disc_jobdata table td .web_nukinavi::before {
    width: 80px;
    height: 22px;
    background: url(/pc/img/common/logo_nukinavi.png?date=20250627) no-repeat;
    background-size: contain;
}
.disc_jobdata table td .web_yorutomo::after,
.disc_jobdata table td .web_nukinavi::after  {
    display: block;
    content: "お客様用サイト";
    position: absolute;
    top: 50%;
    left: 8px;
    line-height: 30px;
    transform: translateY(-50%);
    font-size: 1.1rem;
}
.disc_jobdata table td .web_yorutomo::after {
    color: #333;
}
.disc_jobdata table td .web_nukinavi::after {
    color: #fff;
}
.disc_jobdata table td .web_yorutomo span,
.disc_jobdata table td .web_nukinavi span {
    display: none;
}
.disc_jobdata table td .web_yorutomo + span,
.disc_jobdata table td .web_nukinavi + span {
    display: none;
}
.disc_jobdata table td a span {
    color: #3B95E5;
    font-family: "ＭＳ ゴシック", Osaka, Sans-Serif;
    text-decoration: none;
}
.disc_jobdata table td span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    word-break: break-all;
}
.disc_jobdata table td .tell_15 {
    color: #333;
    font-size: 1.2rem;
}
.disc_jobdata table td .tell_15 span {
    color: #f06;
    display: inline;
}
/*給与*/
.kyuuyo_about {
    line-height:1.5;
    margin: 12px 0 0 0;
    padding: 0 16px;
    word-break: normal;
}
/*給与目安*/
.kyuuyo_about .standardwages {
    background: linear-gradient(-45deg,#FFFEBC,#FFDFF0);
    border: solid 1px #EFE9C2;
    padding: 8px;
}
.kyuuyo_about .standardwages .inner_wrap {
    position: relative;
    padding: 8px;
    background: #FFF;
}
.kyuuyo_about .standardwages .ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 124px;
    height: auto;
    transform: translate(-50%,0);
}
.kyuuyo_about .standardwages .standby {
    margin-top: 10px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: .1em;
    text-indent: .1em;
}
.kyuuyo_about .standardwages .standby b {
    text-align: center;
    color: #F772B7;
}
.kyuuyo_about .standardwages .wages {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.kyuuyo_about .standardwages .wages p {
    position: relative;
    display: inline-block;
}
.kyuuyo_about .standardwages .wages p span {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    border: solid 1px #F772B7;
    padding: 0 4px;
    color: #F772B7;
    font-size: 1.1rem;
    text-align: center;
}
.kyuuyo_about .standardwages .wages p::before,
.kyuuyo_about .standardwages .wages p::after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: -24px;
    top: 10px;
    background: url('/img/shop/deco-kirakira.png') no-repeat;
    background-size: contain;
}
.kyuuyo_about .standardwages .wages p::after {
    left: auto;
    right: -24px;
    transform: scale(-1, 1);
}
.kyuuyo_about .standardwages .wages p b {
    padding: 0 2px 0 4px;
    color: #F772B7;
    font-size: 3.0rem;
    vertical-align: middle;
}
.kyuuyo_about .standardwages .wages i {
    font-weight: normal;
    font-size: 1rem;
    font-style: normal;
    color: #999;
}
@media screen and (max-width:319px) {
/*画面幅が狭い場合装飾を消す*/
.kyuuyo_about .standardwages .wages p::before,
.kyuuyo_about .standardwages .wages p::after {
    display: none;
}
}
/*折りたたみ*/
#folding_box_more {
    line-height: 1.6;
    margin: 12px 0;
}
p#folding_box_more {
    padding: 20px 0 12px 0;
    text-align: center;
}
#folding_box_more span {
    display: inline-block;
    padding: 8px 72px;
    border-radius: 100px;
    background: rgba(254, 235, 245,0.7);
    color: #F772B7;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}
#folding_box_more .d_none {
    display: none;
}
#folding_box_more span svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #F772B7;
    margin: 0 4px 0 0;
}
.free #folding_box span {
    background: #F2F2F2;
    color: #666;
}
.free #folding_box span svg {
    fill: #666;
}
/*給与テーブル*/
.kyuuyo_about ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.3rem;
}
.kyuuyo_about ul:first-of-type {
    margin-top: 12px;
}
.kyuuyo_about ul li {
    padding: 8px;
    float:left;
    border-top : solid 1px #E0E0E0;
    box-sizing:border-box;
    font-size: 1.1rem;
    word-break: break-all;
}
.kyuuyo_about ul li.cl_tx {
    padding: 8px 0;
    font-size: 1.3rem;
}
.kyuuyo_about ul li.cl_hd {
	background-color: #FEFEEA;
    font-weight: bold;
    text-align:center;
    border-right : solid 1px #E0E0E0;
    border-left : solid 1px #E0E0E0;
}
.kyuuyo_about ul li.cl_th {
	background-color: #EEE;
    text-align:center;
}
.kyuuyo_about ul li.middle{
    text-align:center;
}
.kyuuyo_about ul li.last{
    border-bottom: solid 1px #E0E0E0;
}
.kyuuyo_about ul li:nth-child(2){
    border-left:solid 1px #E0E0E0;
}
.kyuuyo_about ul li:nth-child(3){
    border-left:solid 1px #E0E0E0;
}
.kyuuyo_about ul li:nth-child(4){
    border-left:solid 1px #E0E0E0;
}
.kyuuyo_about ul li.cl_th:first-child {
    border-left: solid 1px #E0E0E0;
}
.kyuuyo_about ul li.cl_td:last-child,
.kyuuyo_about ul li.cl_tx:last-child{
    border-right: solid 1px #E0E0E0;
}
.kyuuyo_about ul li.cl_tx:first-child {
    border-right: none;
}
/*給与保証*/
.kyuuyo-guarantee {
    padding: 20px 12px 0 12px;
    border-top: solid 1px #DDD;
}
.kyuuyo-guarantee p {
    margin-top: 8px;
    word-break: break-all;
}
.kyuuyo_about span {
    display: block;
}
.kyuuyo_about .sub_ttl {
	position: relative;
    display: inline-block;
    padding: 2px 8px 1px 8px;
    background: #4BBEBE;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.disc_jobdata table .message_ttl a, .disc_price .ttl a {
    position: relative;
    float: right;
    color: #F772B7;
    font-size:1.2rem;
    text-decoration: underline;
}
.disc_price .ttl a svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #F772B7;
    margin: 0 2px 0 0;
}
#disc_taigubox{
    margin: 0 auto 20px auto;
    background: #fff;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1)
}
#disc_taigubox .taigu_list {
    margin: 0;
    padding: 12px;
}
#disc_taigubox .taigu_list dt {
    padding: 12px 0;
    border-top: dashed 1px #ddd;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.3rem;
}
#disc_taigubox .taigu_list dt:nth-of-type(1) {
    border: none;
}
#disc_taigubox .taigu_list dd ul {
    width: 100%;
    margin: 0 auto 8px auto;
}
#disc_taigubox .taigu_list dd:last-child ul {
    margin: 0 auto;
}
#disc_taigubox .taigu_list dd ul li {
    display: inline-block;
    line-height: 24px;
    margin: 0 0 4px 0px;
    padding: 0px 8px;
    border: solid 1px #fbc9e3;
    border-radius: 2px;
    background: #fef5fa;
    color: #F772B7;
    font-size: 1.2rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#disc_taigubox .taigu_list li a {
    color: #F772B7;
}

/*コロナ対策*/
.coronavirus_kansai {
    display: block;
    width: auto;
    margin-top: 12px;
    padding: 4px 0;
    text-align: center;
}
.coronavirus_kansai > a {
    color: #333;
    font-size: 1.2rem;
    text-decoration: underline;
}
.coronavirus {
    margin: 20px 0 30px 0;
    border: 2px solid #DDD;
}
.coronavirus .ttl {
    background: #F2F2F2;
    padding: 8px;
    color: #F66563;
    font-size: 1.4rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    text-align: center;
}
.coronavirus .text {
    line-height: 1.4;
    padding: 10px;
    background: #FFF;
    color: #333;
    font-size: 1.2rem;
}
/*【関西】求人情報*/
.shop_top_info {
    width: 100%;
    margin: 12px auto 0;
    padding: 16px;
    border: solid 2px #FCD7EB;
    background: #FFF;
    border-radius: 8px;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.shop_top_info .shop_top_info__title {
    letter-spacing: .1em;
    color: #F88AC3;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.4rem;
    text-align: center;
}
.shop_top_info__list {
    margin-top: 16px;
}
.shop_top_info__list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: dashed 1px #DDD;
}
.shop_top_info__list li > .item {
    width: 44px;
    padding: 6px 0;
    font-size:1rem;
    text-align: center;
}
.shop_top_info__list li > .item svg  {
    width: 25px;
    height: 25px;
    fill: #F88AC3;
}
.shop_top_info__list li > .text {
    line-height: 1.4;
    width: calc(100% - 44px - 16px);
    padding: 6px 6px 6px 10px;
    color: #333;
    font-size:1.2rem;
}
.shop_top_info.free {/*無料店*/
    border-color: #DDD;
}
.shop_top_info.free .shop_top_info__title {/*無料店*/
    color: #333;
}
.shop_top_info.free .shop_top_info__list li > .item svg  {/*無料店*/
    fill: #999;
}
/*お店からのメッセージ*/
.ttl_shopmess {
    margin-top: 12px;
    text-align: center;
    font-size: 1.2rem;
    color: #F88AC3;
}
.disc.free .ttl_shopmess {
    color: #333;
}
.disc_shopmess {
    margin: 20px 0;
    padding: 0;
}
.disc_shopmess h5.ttl_shopmess {
    margin: 0 0 8px 0;
    color: #F88AC3;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
}
.disc_shopmess.free h5.ttl_shopmess {
    color: #666;
    text-align: left;
}
.disc_shopmess p {
    line-height: 1.6;
    color: #333;
    font-size: 1.3rem;
    word-break: normal;
}
.disc_shopmess p#catch_copy_more,
.disc #catch_copy_more-2 {
    line-height: 1.6;
    margin: 20px 0 12px 0;
    text-align: center;
}
.disc_shopmess p.text_shopmess#catch_copy_more,
.disc p.text_shopmess#catch_copy_more-2{
    text-align: left;
}
.disc_shopmess p#catch_copy_more span,
.disc #catch_copy_more-2 span {
    display: inline-block;
    padding: 8px 72px;
    border-radius: 100px;
    background: rgba(254, 235, 245,0.7);
    color: #F772B7;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}
.disc_shopmess p#catch_copy_more span.d_none,
.disc #catch_copy_more-2 span.d_none {
    display: none;
}
.disc_shopmess p#catch_copy_more span svg,
.disc #catch_copy_more-2 svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #F772B7;
    margin: 0 4px 0 0;
}
.disc_shopmess.free p#catch_copy_more span,
.disc.free #catch_copy_more-2 span {
    background: #F2F2F2;
    color: #666;
}
.disc_shopmess.free p#catch_copy_more span svg,
.disc.free #catch_copy_more-2 svg {
    fill: #666;
}
.disc_shopmess .text_shopmess {
    line-height: 1.5;
    margin: 12px 0 0 0;
    word-break: normal;
}
.disc .text_shopmess {
    padding: 0 12px;
}
/*採用担当メッセージ*/
.recruit_staff {
    display:-webkit-box;
    display: flex;
    padding: 12px 16px;
    margin: 12px;
    border-radius: 4px;
    border: solid 1px #ddd;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}
.recruit_staff .round_box {
    width: 50px;
    margin: 0 12px 0 0;
}
.recruit_staff .round_box img {
    border-radius: 40px;
    width: 100%;
    max-width: 60px;
}
.recruit_staff .txt_box {
	width: calc(100% - 50px);
    line-height: 1.5;
    font-size: 1.2rem;
}
.recruit_staff .txt_box em {
    font-weight: bold;
}

/*お店からのメッセージの開閉*/
.truncate_more_link{
    display: block;
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin: 8px auto 2px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: solid 1px #CCC;
    border-radius: 4px;
	-moz-border-radius: 4px;
    color: #333;
    text-align: center;
}

/*ピックアップ*/
.pickup {
    position: relative;
    margin: 36px 24px 20px;
    padding: 36px 20px 20px;
    border: solid 2px #4BBEBE;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.pickup h5.ttl_pickup img {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
}
.pickup .pickup_time {
    color: #F88AC3;
    font-size: 1.1rem;
}
.pickup h6 {
    line-height: 1.4;
    padding: 4px 0 12px;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.6rem;
    font-weight: normal;
}
.pickup h6::after {
    content: "";
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 4px;
    background-image: radial-gradient(#4bbebe 20%, transparent 0);
    background-size: 12px 12px;
}
.pickup p {
    position: relative;
    line-height: 1.5;
    color: #333;
    font-size: 1.3rem;
}
.pickup p img {
    width: 100%;
    margin: 12px 0;
}
    .pickup #js-pickup img {
        width: 100%;
        margin: 12px 0;
    }
    .pickup p#pickup_more {
        margin: 32px 0 20px;
        text-align: center;
    }
.pickup p#pickup_more span {
    padding: 8px 72px;
    border-radius: 100px;
    background: #ef9eb2;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
}
.pickup p#pickup_more span svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #F772B7;
    margin: 0 4px 0 0;
}
/*応募特典*/
/*.tokuten {
    position: relative;
    padding: 60px 12px 12px;
    margin: 32px 24px 20px;
    border: solid 1px #999;
    box-sizing: border-box;
    background-image: repeating-linear-gradient(
    -45deg,
    #FFFFBA, #FFFFBA 6px,
    #fff 0, #fff 8px);
}
.tokuten .wrapper {
    padding: 16px 12px;
    box-sizing: border-box;
    background: #fff;
}
.tokuten .wrapper .ttl_tokuten {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    margin: 0;
}
.tokuten .wrapper h3 {
    color: #C19F45;
    font-size: 1.4rem;
}
.tokuten .wrapper h4 {
    line-height: 1.4;
    margin: 12px 0;
    color: #333;
    font-size: 1.2rem;
}
.tokuten .wrapper p {
    line-height: 1.5;
    margin: 0 0 12px 0;
    color: #555;
    font-size: 1.2rem;
}*/



/*========　フリーテキスト枠　========*/

/*■■■■背景■■■■*/
.wrapper .treatment {
    position: relative;
    margin: 16px 12px;
    padding: 10px 10px 2px 10px;
}
.wrapper .treatment {
    background-color: #DDD;
    background-image: radial-gradient(#e3e3e3 20%, transparent 34%), radial-gradient(#e3e3e3 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.pink {/*ピンク*/
    background-color: #fee2ed;
    background-image: radial-gradient(#ffebf2 20%, transparent 34%), radial-gradient(#ffebf2 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.yellow {/*イエロー*/
    background-color: #FFFAD1;
    background-image: radial-gradient(#fffdf2 20%, transparent 34%), radial-gradient(#fffdf2 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.blue {/*ブルー*/
    background-color: #dee7ef;
    background-image: radial-gradient(#e8eef4 20%, transparent 34%), radial-gradient(#e8eef4  20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.orange {/*オレンジ*/
    background-color: #FEE6D6;
    background-image: radial-gradient(#ffeee4 20%, transparent 34%), radial-gradient(#ffeee4 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.purple {/*パープル*/
    background-color: #F4DFFA;
    background-image: radial-gradient(#f7eafb 20%, transparent 34%), radial-gradient(#f7eafb 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.green {/*グリーン*/
    background-color: #C7F0D3;
    background-image: radial-gradient(#daf5e2 20%, transparent 34%), radial-gradient(#daf5e2 20%, transparent 34%);
    background-repeat: repeat, repeat;
    background-size: 12px 12px, 12px 12px;
    background-position: 0 0, 6px 6px;
}
.wrapper .treatment.free {/*無料店*/
    background-color: #efefef;
    background-image: none;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}

/*■■■■ジグザグ■■■■*/
.wrapper .treatment::before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    background-size: 14px 28px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #DDD 33.333%, #DDD 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #DDD 33.333%, #DDD 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.pink::before {/*ピンク*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #fee2ed 33.333%, #fee2ed 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #fee2ed 33.333%, #fee2ed 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.yellow::before {/*イエロー*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #FFFAD1 33.333%, #FFFAD1 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #FFFAD1 33.333%, #FFFAD1 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.blue::before {/*ブルー*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #dee7ef 33.333%, #dee7ef 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #dee7ef 33.333%, #dee7ef 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.orange::before {/*オレンジ*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #FEE6D6 33.333%, #FEE6D6 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #FEE6D6 33.333%, #FEE6D6 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.purple::before {/*パープル*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #F4DFFA 33.333%, #F4DFFA 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #F4DFFA 33.333%, #F4DFFA 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.green::before {/*グリーン*/
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 33.333%, #C7F0D3 33.333%, #C7F0D3 66.667%, rgba(255, 255, 255, 0) 66.667%), linear-gradient(-45deg, rgba(255, 255, 255, 0) 33.333%, #C7F0D3 33.333%, #C7F0D3 66.667%, rgba(255, 255, 255, 0) 66.667%);
}
.wrapper .treatment.free::before {/*無料点*/
    background-image: none;
}

/*■■■■タイトル■■■■*/
.wrapper .treatment h3 {
    line-height: 1.4;
    margin: 0;
    padding: 0 6px 6px 6px;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: bold;
    font-size: 1.6rem;
}
.wrapper .treatment.pink h3 {/*ピンク*/
    color: #F09EB1;
}
.wrapper .treatment.yellow h3 {/*イエロー*/
    color: #FA9F4A;
}
.wrapper .treatment.blue h3 {/*ブルー*/
    color: #548DC1;
}
.wrapper .treatment.orange h3 {/*オレンジ*/
    color: #FA7774;
}
.wrapper .treatment.purple h3 {/*パープル*/
    color: #C78FD8;
}
.wrapper .treatment.green h3 {/*グリーン*/
    color: #3fc166;
}
.wrapper .treatment.free h3 {/*無料店*/
    color: #333;
}

/*■■■■本文■■■■*/
.treatment .wrapper {
    border-radius: 6px;
    margin-bottom: 8px;
    padding: 8px 16px 0 16px;
    box-sizing: border-box;
    background: #fff;
    word-break : break-all;
}
.treatment .wrapper h4 {
    position: relative;
    line-height: 1.6;
    margin: 4px 0 6px 0;
    padding: 0 0 6px 0;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    border-bottom: solid 2px #DDD;
}
.wrapper .treatment.pink h4 {/*ピンク*/
    border-color: #F09EB1;
}
.wrapper .treatment.yellow h4 {/*イエロー*/
    border-color: #FA9F4A;
}
.wrapper .treatment.blue h4 {/*ブルー*/
    border-color: #548DC1;
}
.wrapper .treatment.orange h4 {/*オレンジ*/
    border-color: #FA7774;
}
.wrapper .treatment.purple h4 {/*パープル*/
    border-color: #C78FD8;
}
.wrapper .treatment.green h4 {/*グリーン*/
    border-color: #78d394;
}
.wrapper .treatment.free h4 {/*無料店*/
    border-color: #DDD;
}

.treatment .wrapper .text {
    padding: 0 0 12px 0;
}
.treatment .wrapper:last-of-type .text {
    border: none;
}
.treatment .wrapper p {
    line-height: 1.6;
    margin: 12px 0;
    color: #333;
    font-size: 1.3rem;
}
.treatment .wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#taiken .wrapper img.edit_fck_img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
/*■■■■タグ■■■■*/
.wrapper .treatment .ic_taigu {
    border: solid 1px #ddd;
    background: #F2F2F2;
    color: #666666;
}
.wrapper .treatment.pink .ic_taigu {/*ピンク*/
    background-color: #F09EB1;
    border-color: #F09EB1;
    color: #FFF;
}
.wrapper .treatment.yellow .ic_taigu {/*イエロー*/
    background-color: #FA9F4A;
    border-color: #FA9F4A;
    color: #FFF;
}
.wrapper .treatment.blue .ic_taigu {/*ブルー*/
    background-color: #548DC1;
    border-color: #548DC1;
    color: #FFF;
}
.wrapper .treatment.orange .ic_taigu {/*オレンジ*/
    background-color: #FA7774;
    border-color: #FA7774;
    color: #FFF;
}
.wrapper .treatment.purple .ic_taigu {/*パープル*/
    background-color: #C78FD8;
    border-color: #C78FD8;
    color: #FFF;
}
.wrapper .treatment.green .ic_taigu {/*グリーン*/
    background-color: #52C775;
    border-color: #52C775;
    color: #FFF;
}
.wrapper .treatment.free .ic_taigu {/*無料店*/
    background-color: #979797;
    border-color: #979797;
    color: #FFF;
}

/*========　無料店舗　========*/
.disc.free {
    border-top: solid 2px #CCC;
}
.kyuuyo_about.free .standardwages {
    margin: 16px 0 0 0;
    background: #f2f2f2;
    border-color: #DDD;
}
.kyuuyo_about.free .standardwages .ttl {
    position: static;
    left: auto;
    background: #666;
    color: #FFF;
    text-align: center;
    width: 120px;
    height: 20px;
    line-height: 20px;
    transform: inherit;
    margin: 0 auto;
}
.kyuuyo_about.free .standardwages .wages p {
    margin: 0;
}
.kyuuyo_about.free .standardwages .standby b,
.kyuuyo_about.free .standardwages .wages p b {
    color: #666;
}
.kyuuyo_about.free .standardwages .wages p span {
    color: #666;
    border-color: #666;
}
.kyuuyo_about.free .standardwages .wages p::after,
.kyuuyo_about.free .standardwages .wages p::before {
    display: none;
}
.kyuuyo_about.free ul li.cl_hd {
    background-color: #DDD;
}
.kyuuyo_about.free #folding_box_more {
    word-break: break-all;
}
.kyuuyo_about.free #folding_box_more span {
    background: #EEE;
    color: #666;
}
.kyuuyo_about.free #folding_box_more span svg {
    fill: #666;
}
.kyuuyo_about.free .sub_ttl {
    background: #666;
}
.att_free_shop {
    display: block;
    width: 80%;
    margin: 5px 12px 15px 12px;
    max-width: 700px;
}
.disc_jobdata.free .shop_name_top {
    font-weight: normal;
}
.disc_jobdata.free table th {
    background-color: #eee;
    font-weight: normal;
}
#disc_taigubox .taigu_list.free dt {
    color: #666;
    font-weight: normal;
}
#disc_taigubox .taigu_list.free dd ul li {
    border: solid 1px #ddd;
    background: #f2f2f2;
    color: #666;
}
.disc_jobdata table td .tell_15.free span {
    color: #666;
}
/*お店動画*/

.disc_movie h5.ttl b {
    display: inline-block;
    padding: 0 0 0 8px;
    color: #390;
    font-size: 1.2rem;
    font-weight: normal;
}
.disc_movie h5.ttl span {
    position: absolute;
    top: 0;
    right: 8px;
}
.disc_movie h5.ttl span a {
    display: block;
    margin: 7px 0 0 0;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #92d550;
    color: #fff;
    font-size: 1.4rem;
}
.disc_movie h5.ttl.free {
    padding: 0 !important;
    border-top: none !important;
    background: none !important;
}
.disc_movie h5.ttl.free .ttl_sub {
    height: 30px !important;
    line-height: 30px !important;
    border-top: none !important;
    background-color: #e6e6e6 !important;
    color: #666 !important;
    font-weight: normal;
    font-size: 100%;
}
.disc_movie h5.ttl.free .ttl_sub b {
    display: inline-block;
    padding: 0 0 0 8px;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
.disc_movie h5.ttl.free span {
    position: absolute;
    top: 0;
    right: 8px;
}
.disc_movie h5.ttl.free span a {
    display: block;
    margin: 3px 0 0 0;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #979797 ;
    color: #fff;
    font-size: 1.4rem;
}
.disc_movie .box_video .movie_15 {
    position: relative;
    width: 120px;
    height: 67px;
    margin: 0 12px 0 0;
}
.disc_movie .box_video .movie_15 img {
    position: static;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.disc_movie .box_video .movie_15 .bt {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    overflow: hidden;
    background: url(/img/chihou/index/bt_play03.png) no-repeat left top;
}
.disc_movie .box_video .movie_15 .movietime {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 1px 4px;
    background-color: hsla(0,0%,6.7%,.8);
    color: #eee;
    font-size: 1.2rem;
}
.disc_movie .box_video .detail {
    width: calc(100% - 132px);
    vertical-align: top;
}
.disc_movie .box_video .detail .ttl {
    line-height: 1.4;
	color: #F772B7;
	font-size: 1.4rem;
}
.disc_movie .box_video .detail .text {
    line-height: 1.4;
    margin: 4px 0 8px 0;
    color: #666;
    font-size: 1.3rem;
}
.disc_movie .box_video .detail .tag li {
    float: left;
    margin: 0 4px 4px 0;
	padding: 4px;
	background-color: #3C6;
    color: #FFF;
    font-size: 1rem;
}
.disc_movie .box_video .detail b {
    color: #999;
    font-size: 1.1rem;
    font-weight: normal;
}
.disc_ichigo_channel .img_ichigo_channel {
    position: relative;
    width: 120px;
    margin: 0 12px 0 0;
	align-self: flex-start;
}
.disc_ichigo_channel img {
    display:block;
    width: 120px;
    margin:0 auto;
}
.disc_ichigo_channel .img_ichigo_channel .movietime {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 1px 4px;
    background-color: hsla(0,0%,6.7%,.8);
    color: #eee;
    font-size: 1.2rem;
}
.disc_ichigo_channel .bt {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top : 50%;
    left : 50%;
    transform : translate(-50%, -50%);
    background: url(/img/chihou/index/bt_play01.png) center /contain no-repeat;
}
.disc_ichigo_channel p {
    width: calc(100% - 132px);
    line-height: 1.4;
    color: #333;
    font-size: 1.3rem;
}
.disc_ichigo_channel b {
    display: block;
    margin: 4px 0 0 0;
    color: #999;
    font-size: 1rem;
    font-weight: normal;
}
.disc_ichigo_channel .link{
    display: block;
    margin: 0 10px;
    padding: 8px 8px;
    border-radius: 3px;
    background-color: #ffb755;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}
/*おすすめ求人(無料店のみ)*/
.osusume_forfree .ttl {
    padding: 20px 12px 0 12px;
}
.osusume_forfree .ttl img {
    height: 23px;
    margin: 0 0 10px 0;
}
.osusume_forfree ul{
    padding: 0 12px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.osusume_forfree ul li {
    display: inline-block;
    width: 140px;
    vertical-align: top;
}
.osusume_forfree ul li a {
    position: relative;
    display: block;
    height: 192px;
    width: 100%;
    border-radius: 4px;
    padding: 8px 8px 16px 8px;
    box-sizing: border-box;
    background: #FFF;
    overflow: hidden;
}
.osusume_forfree ul li a .ribbon_ouenkin {
    position: absolute;
    top: 17px;
    right: -26px;
    width: 60px !important;
    height: 12px !important;
    line-height: 12px;
    padding: 2px 20px;
    transform: rotate(45deg);
    box-shadow: rgba(102,102,102,.1) 0 2px 0;
    background: #f772b7;
    color: #fff;
    font-size: 9px;
    letter-spacing: 1px;
    text-align: center;
    z-index: 10;
}
.osusume_forfree ul li a .shopname {
    line-height: 1.4;
    margin: 4px 0 0 0;
    color: #F772B7;
    font-size: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.osusume_forfree ul li a .date_area {
    margin: 4px 0 0 0;
    font-size: 1.0rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.osusume_forfree ul li a .date_gyosyu {
    margin: 4px 0 0 0;
    font-size: 1.0rem;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*いちごチャンネル＆取材動画（北海道）*/
.disc_15channel .box_video .movie_15 {
    position: relative;
    width: 120px;
    height: 90px;
    margin: 0 12px 0 0;
}
.disc_15channel .box_video .movie_15 img {
    width: 120px;
    height: 90px;
}
.disc_15channel .box_video .movie_15 .bt{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    overflow: hidden;
    background: url(/img/chihou/index/bt_play03.png) no-repeat left top;
}
.disc_15channel .box_video .movie_15 .movietime{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    padding: 1px 4px;
    border-radius: 2px;
    background-color: hsla(0,0%,6.7%,.8);
    color: #eee;
    font-size: 1.2rem;
}
.disc_15channel .box_video .text{
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    height: 95px;
    color: #333;
    font-size: 1.3rem;
}
.video {
    position: relative;
    margin: 0 0 0 0;
    padding: 30px 0 56.25% 0;
    height: 0;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*店長ブログ*/
.master_blog_list {
    padding: 0 16px;
    display:-ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
}


.master_blog_list li {
    margin-bottom: 8px;
    width: calc((100% / 2) - (8px * 1 / 2));
    border: 1px solid #dcdcdc;
    padding: 8px;
    box-sizing: border-box;
}

    .master_blog_list li .img_box {
        width: 100%;
        /*height: 91px;*/
        position: relative;
    }
    .master_blog_list li .img_box::before{
        content: "";
        display: block;
        padding-top: 66%;
    }

    .master_blog_list li img {
        vertical-align: middle;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .master_blog_list li:nth-child(2n){
        margin-right: 0;
    }
.blog_title {
    color: #F772B7;
    padding: 8px 0 4px 0;
    line-height: 1.2;
}
.blog_odai {
    display: block;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    color: #666;
}
.blog_odai::before {
    content: "";
    background: url(../../../../svg/sp/ic_odai.svg) no-repeat;
    width: 30px;
    height: 15px;
    background-size: contain;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 4px;
}
.blog_day {
    margin-top: 8px;
    color: #a9a9a9;
    font-size: 1.1rem;
    padding-right: 2px;
}

/*ぬきなびバナー*/
#eigyo_site a {
    display: block;
    margin: 12px;
}
#eigyo_site a img {
    display: block;
    width: 100%;
}

/*女の子インタビュー*/
.disc_interview .box_interview .img_interview {
    width: 30%;
    height: auto;
    margin: 0 12px 0 0;
}
.disc_interview .box_interview .img_interview img {
    width: 100%;
    height: auto;
}
.disc_interview .box_interview .text {
    position: relative;
    width: 100%;
}
.disc_interview .box_interview .text p.name {
    color: #333;
    font-size: 1.3rem;
}
.disc_interview .box_interview .text p.name span {
    font-size: 1.1rem;
    color: #666;
}
.disc_interview .box_interview .text table {
    width:90%;
    border-collapse: separate;
    border-spacing: 0 8px;
    clear: both;
}
.disc_interview .box_interview .text th {
    display: inline;
    padding: 0px 8px;
    background: #4BBEBE;
    color: #fff;
    font-weight: normal;
    font-size: 1.1rem;
}
.disc_interview .box_interview .text table td {
    display: block;
    line-height: 1.4;
    color: #F772B7;
    font-size: 1.4rem;
}
.disc_interview .box_interview .text table td.date {
    color: #666;
    font-size: 1.1rem;
}
/*
.disc_interview .box_interview .text table {
    line-height: 1.4;
    margin: 0 20px 0 5px;
    font-size: 1.2rem;
    color: #333;
}
.disc_interview .box_interview .text table th {
    width: 65px;
    text-align: left;
    font-weight: normal;
}
.disc_interview .box_interview .text p {
    line-height: 1.4;
    padding: 0 20px 0 5px;
    font-size: 1.2rem;
    color: #333;
}
.disc_interview .box_interview .text p.textOverflowTest2 {
    overflow: hidden;
    height: 64px;
}
*/
/*いちごサンが行く*/
.disc_hokkaido .box_hokkaido .img_hokkaido {
    width: 120px;
    margin: 0 12px 0 0;
}
.disc_hokkaido .box_hokkaido .img_hokkaido img {
    width: 120px;
}
.disc_hokkaido .box_hokkaido .text {
    position: relative;
    width: 100%;
}
.disc_hokkaido .box_hokkaido .text p.name {
    margin: 0 0 5px 0;
    padding: 0 20px 0 5px;
    font-size: 1.4rem;
    color: #f772b7;
}
.disc_hokkaido .box_hokkaido .text p.name span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.disc_hokkaido .box_hokkaido .text p.zaiseki {
    margin: 0 0 5px 0;
    padding: 0 20px 0 5px;
}
.disc_hokkaido .box_hokkaido .text p {
    line-height: 1.2;
    padding: 0 20px 0 5px;
    font-size: 1.2rem;
    color: #333;
}
.disc_hokkaido .box_hokkaido .text p.textOverflowTest2 {
    overflow: hidden;
    max-height: 45px;
}
/*マンガでナビ*/
.disc_manga .box_manga .manga_15 {
    width: 120px;
    margin: 0 12px 0 0;
    vertical-align: top;
}
.disc_manga .box_manga .manga_15 img {
    width: 120px;
    height: 90px;
    background-color: #ccc;
}
.disc_manga .box_manga .text {
    width: 100%;
    vertical-align: top;
}
.disc_manga .box_manga .text p {
    line-height: 1.5;
    font-size: 1.3rem;
    color: #333;
}
.disc_manga .box_manga .text p.textOverflowTest2 {
    overflow: hidden;
    height: 95px;
}

/*関連求人情報*/
.etc_shop .ttl {
    padding: 16px 12px;
    font-size: 1.6rem;
}
.etc_shop .es_list li {
    position: relative;
    height: 54px;
    line-height: 54px;
    background-color: #fff;
    font-size: 1.6rem;
    border-top: solid 1px #ddd;
}
.etc_shop .es_list li a {
    display: block;
    color: #666;
    padding: 0 12px;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.etc_shop .es_list li a svg {
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    fill: #666;
    vertical-align: middle;
}

/*チェックモード*/
#check_mode {
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 0 0 5px 0;
    background-color:aliceblue;
	border:3px solid yellow;
}
#check_mode h4{
	margin-left:5px;
}
#check_mode h4 span{
	color:red;
}
#check_mode h5.ttl {
    position: relative;
    width: 100%;
    margin: 5px 0 0 0;
    padding: 2px 0 0 0;
    border-top: solid 3px darkblue;
    background: lavender;
}
#check_mode h5.ttl .ttl_sub {
    display:block;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-size: 1.6rem;
    color: royalblue;
    font-weight: normal;
    border-top: solid 2px darkblue;
}
#check_mode p {
    margin: 5px;
    padding: 2px 0 0 0;
	font-size:12px;
}
#check_mode a {
	color:deeppink;
}
#check_mode table{
    margin: 5px 5px 0 5px;
	width:95%;
}
#check_mode table tr {
    border-bottom: dashed 1px #ccc;
}
#check_mode table tr:nth-last-child(1) {
    border-bottom: none;
}
#check_mode table th {
    width: 30%;
    height: 35px;
    font-size: 1.2rem;
    vertical-align: middle;
    background-color: lavender;
}
#check_mode table th span {
    font-weight:normal;
	color:darkblue;
}
#check_mode table td {
    line-height: 1.6;
    padding: 3%;
    font-size: 1.2rem;
    vertical-align: middle;
    word-break: break-all;
	background-color:white;
}
#check_mode table td span.on {
    color:darkblue;
	font-weight:bold;
}
#check_mode table td span.off {
	color: #aaa;
}
.check_mode{
	width:330px;
}
/*体験入店*/
.prominent {
    position: relative;
    margin: 32px 12px 20px;
    padding: 24px 16px 16px;
    box-sizing: border-box;
    background: #E9DFF0;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.prominent .ttl_prominent {
    position: absolute;
    top: -12px;
    left: 16px;
    height: 40px;
}
.prominent .wrapper {
    padding: 16px;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}
.prominent .wrapper .ttl_prominent {
    position: absolute;
    top: 16px;
    left: 18px;
    width: 124px;
    margin: 0;
}
.prominent h3 {
    position: relative;
    line-height: 1.6;
    margin: 12px 0 4px 0;
    color: #333;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.4rem;
    font-weight: normal;
}
.prominent .wrapper h4 {
    line-height: 1.4;
    margin: 10px 14px 0;
    font-size: 1.3rem;
}
.prominent .wrapper p {
    line-height: 1.6;
    margin: 0 0 12px 0;
    font-size: 1.3rem;
}
/*.prominent .wrapper .taiguu_icon {
    margin: 0 10px;
    padding: 10px 0;
    background-color: #fff;
}*/
.prominent .wrapper p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.prominent .wrapper .schedule {
    width: 100%;
}
.prominent .wrapper .schedule tr {
    border-bottom: solid 1px #ddd;
}
.prominent .wrapper .schedule th {
    padding: 10px;
    font-weight: normal;
}
.prominent .wrapper .schedule td {
    position: relative;
    width: 80%;
    padding: 12px 4px;
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: bold;
}
.prominent .wrapper .schedule td .prominent_text {
    margin: 8px 0 0 0;
    font-size: 1.1rem;
    color: #A177BF;
}
.prominent .wrapper .schedule td span {
    font-weight: normal;
}
.prominent .wrapper .schedule td span.sat {
    color: #4b8cd8;
}
.prominent .wrapper .schedule td span.sun {
    color: #ea646d;
}
.prominent .wrapper .schedule .count span {
    padding: 8px 12px;
    border-radius: 4px;
    background: #F5F0F8;
    font-size: 1.2rem;
    text-align: center;
}
.prominent .wrapper .schedule .count span b {
    color: #9C4BBE;
    font-size: 1.4rem;
}
.prominent .wrapper .schedule + p {
    margin: 12px 0 0;
    color: #666;
}
.prominent .wrapper .need ul {
	padding: 12px 8px;
	margin-top: 8px;
	border: 2px solid #EEEEC4;
	border-radius: 4px;
	background: #FEFEEA;
}
.prominent .wrapper .need ul li {
	position: relative;
    margin: 5px 0 0 0;
    padding: 0 7px;
	color: #F772B7;
    font-size: 12px;
	font-weight: bold;
}
.prominent .wrapper .need p {
    line-height: 1.6;
    margin: 10px 0 0;
    padding: 0;
    color: #666;
    font-size: 1.2rem;
    font-weight: normal;
}
.prominent .wrapper .need p:first-child {
	margin-top: 0;
}
.prominent .wrapper .need p span {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 10px;
    color: #fff;
    border-radius: 4px;
    background: #ff7896;
    font-size: 1.1rem;
}
.prominent .wrapper p.notice {
    font-size: 1.1rem;
}
.prominent .wrapper p.notice_link {
	text-align: right;
}
.prominent .wrapper p.notice_link a {
	color: #666;
	font-size: 1.2rem;
	text-decoration: underline;
}
/*応募特典*/
.oubotokuten {
    margin-top: 50px;
    margin: 12px;
    padding: 16px;
    box-sizing: border-box;
    background: #E9DFF0;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    background: linear-gradient(135deg, rgba(221,214,243,0.7), rgba(250,172,168,0.7)), #fff;
    background: -webkit-linear-gradient(top left, rgba(221,214,243,0.7), rgba(250,172,168,0.7)), #fff;
}
.oubotokuten .ttl_oubotokuten {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 330px;
    height: auto;
    margin-bottom: -26px;
}
.oubotokuten .wrapper {
    margin-top: 8px;
    padding: 30px 10px 10px 10px;
    background: #FFF;
    border-radius: 8px;
    box-sizing: border-box;
}
.oubotokuten .wrapper h3 {
    margin-bottom: 0px;
    padding: 0 0 8px 0;
    color: #bb9365;
    font-size: 1.6rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    border-bottom: dashed 1px #979797;
}
.oubotokuten h4 {
    margin: 16px 0 0 0;
    padding: 4px 0;
    color: #333;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.oubotokuten h4:nth-of-type(n+2) {
    margin-top: 20px;
}
.oubotokuten .wrapper p {
    line-height: 1.5;
    color: #666;
    font-size: 1.3rem;
}
.oubotokuten .wrapper p img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.oubotokuten .ouenkin {
    margin: 15px 0 0 0;
}
    .oubotokuten .ouenkin2 {
        margin: 15px 0 0 0;
    }
/*--------------------------------------

  風俗お悩み相談

---------------------------------------*/
.onayami {
    position: relative;
    padding: 12px;
    margin: 12px;
    background: #32BACA;
    box-sizing: border-box;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
}
.onayami h5 .ttl_onayami {
    width: 240px;
    margin-top: 4px;
}
.onayami .wrapper {
    box-sizing: border-box;
    border-radius: 4px;
    margin: 14px 0 0 0;
    padding: 12px;
    background: #fff;
    font-size: 1.3rem;
    text-align: right;
}
.onayami .wrapper .case_onayami {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: dashed 1px #DDD;
    text-align: left;
}
.onayami .wrapper .case_onayami .day_onayami {
    display: block;
    margin-bottom: 8px;
    color: #999;
    font-size: 1rem;
}
.onayami .wrapper .case_onayami .theme_onayami {
    display: block;
    padding-right: 30px;
    color: #F7908F;
}
.onayami .wrapper .case_onayami .q_girl_box {
    position: relative;
}
.onayami .wrapper .case_onayami .q_girl {
    position: relative;
    display: block;
    line-height: 1.6;
    margin: 8px 0 0 0;
    color: #333;
    font-size: 1.3rem;
    font-weight: bold;
    max-height: 120px;
    overflow: hidden;
}
.onayami .wrapper .case_onayami .q_girl b {
    margin: 0 8px 0 0;
    color: #F8A7A7;
}
.onayami .wrapper .case_onayami .a_staff {
    position: relative;
    display: flex;
    height: auto;
    margin: 14px 0 0 0;
    padding: 20px;
    border-radius: 4px;
    background: #f4f4f4;
    transition: .4s;
    visibility: visible;
    opacity: 1;
    box-sizing: border-box;
    max-height: 140px;
    overflow: hidden;
}
.onayami .wrapper .case_onayami .a_staff img {
    width: 30px;
    height: 30px;
    margin: 0 18px 0 0;
}
.onayami .wrapper .case_onayami .a_staff p {
    display: inline-block;
	width: calc(100% - 30px);
    line-height: 1.8;
    color: #333;
    font-size: 1.3rem;
    vertical-align: middle;
}
.onayami .wrapper .case_onayami + a {
    display: inline-block;
    padding: 8px 0;
    color: #fc648a;
    text-decoration: underline;
    font-size: 1.3rem;
}
/*つづきを見る*/
.onayami .wrapper .case_onayami .open {
    max-height: 100%;
    overflow: auto;
}
.onayami .wrapper .case_onayami .open .view_more {
    display: none;
}
.onayami .wrapper .case_onayami .view_more {
    display: block;
    height: 90px;
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 130px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 72%);
    text-align: center;
}
.onayami .wrapper .case_onayami .a_staff .view_more {
    height: 90px;
    line-height: 120px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #f4f4f4 70%);
}
.onayami .wrapper .case_onayami .view_more span {
    padding: 6px 16px;
    border: solid 1px #32baca;
    border-radius: 100px;
    background: rgba(255,255,255,0.7);
    color: #32baca;
    font-weight: bold;
    font-size: 1.1rem;
}
/*--------------------------------------

  スタッフ求人情報

---------------------------------------*/
.staff_recruit {
    margin: 12px;
    box-shadow: 2px 2px 0px rgb(102 102 102 / 10%);
    box-sizing: border-box;
    background: #fff;
}
.staff_recruit .wrapper {
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
    word-break: break-all;
}
.staff_recruit .wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto 12px;
}
.staff_recruit .wrapper h4 {
    line-height: 1.6;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
}
.staff_recruit .wrapper .text {
    position: relative;
    line-height: 1.6;
    margin: 12px 0;
    color: #333;
    font-size: 1.3rem;
}
.staff_recruit .wrapper .link_staff {
    text-align: center;
}
.staff_recruit .wrapper .link_staff a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #59ACDE;
    font-size: 1.3rem;
    font-weight: bold;
}
.staff_recruit .wrapper .link_staff a svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-left: 4px;
    padding-bottom: 2px;
    fill: #59ACDE;
}
/*メッセージの高さが180pxを超えたら省略する*/
    .staff_recruit .wrapper .text.js-overlay {
        max-height: 180px;
        overflow: hidden;
    }
    .staff_recruit .wrapper .text.js-overlay::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 80px;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(0deg,rgba(255,255,255,1),rgba(255,255,255,0));
    }
/**/


/*--------------------------------------

    SEOテキスト(お店ページ下部)

---------------------------------------*/
section.shop_seotxt {
    line-height: 1.6;
    margin: 0 0 12px;
    padding: 16px;
    background: #fff;
    box-shadow: 2px 2px 0px rgba(102,102,102,0.1);
    color: #666;
    font-size: 1.3rem;
}
section.shop_seotxt .area {
    color: #666;
    font-size: 1.1rem;
}
section.shop_seotxt .title {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: dashed 1px #DDD;
    color: #F772B7;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 1.6rem;
    font-weight: normal;
}
