﻿@charset "utf-8";

body{
    padding-bottom: 672px;
}
/*--------------------------------------

  グローバルナビ

---------------------------------------*/
.bg_nav {
    background: #fff9e6;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .1);
}
.bg_nav nav {
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-pack: center;/* Android4.3以前ブラウザ用 */
	-webkit-justify-content: center;/* iOS8以前Safari用 */
	justify-content: center;
}
.bg_nav nav a {
    display: block;
	display: flexbox;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
	-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
	flex: 1;
    padding: 10px 0;
    color: #e20047;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}
.bg_nav nav a.staff {
    color: #55abe0;
}
.bg_nav nav a:hover {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}
.bg_nav nav a.staff svg {
    position: relative;
    top: -2px;
    left: 2px;
    fill: #dcdcdc;
}

/*--------------------------------------

  お知らせ

---------------------------------------*/
.infomation {
    position: relative;
    display: block;
    width: 680px;
    margin-bottom: 20px;
}
.infomation strong {
    float: left;
    display: inline-block;
    padding: 5px;
    width: 90px;
    background: #87b7d6;
    color: #fff;
    border: solid 1px #000;
    box-shadow: inset 0 0 0 2px #fcf3f7;
    letter-spacing: .2rem;
    text-align: center;
}
.infomation strong::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 80px;
    width: 16px;
    height: 10px;
    display: block;
    border-top: solid 1px #000;
    transform: rotate(45deg);
    z-index: -1;
}
.infomation strong::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 89px;
    width: 1px;
    height: 10px;
    display: block;
    background: #fcf3f7;
}
.infomation .info_box {
    float: right;
    width: 570px;
    margin-left: 20px;
    padding-top: 7px;
}
.infomation .info_box a {
    display: inline-block;
    width: 490px;
    box-sizing: border-box;
    color: #fc648a;
    text-decoration: underline;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.infomation .info_box a:hover {
    color: #fb81a3;
    text-decoration: none;
}
.infomation .info_box a .date {
    display: inline-block;
    margin: 4px 10px 0 0;
    color: #688ea5;
    font-weight: bold;
}

/*--------------------------------------

  プレゼント（search/resulat.html応募のマナーと同じデザイン）

---------------------------------------*/
.present_top {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 30px;
    border: solid 2px #fc648a;
    box-sizing: border-box;
    color: #fff;
    background: #fc648a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.present_top strong {
    display: inline-block;
    padding: 6px 16px;
    margin-right: 10px;
    background: #fff;
    color: #fc648a;
}
.present_top:hover {
    border: solid 2px #fb81a3;
    background: #fb81a3;
}
.present_top:hover strong {
    color: #fb81a3;
}
.present_top .icon_svg {
    position: absolute;
    top: 2px;
    right: 10px;
}
.present_top svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

/*--------------------------------------

  いちごなびコンテンツ

---------------------------------------*/
.w680 > .official_top {
    margin-top: 6px;
}
.official_top {
    position: relative;
    width: 668px;
    margin: 26px 6px;
    padding: 16px;
    border: dashed 2px #dba3ba;
    border-radius: 8px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 1), 1px 1px 4px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
}
.official_top h2 {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: solid 2px #dba3ba;
    color: #cc8ca5;
    font-weight: bold;
}
.official_top h3 {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: solid 2px #dba3ba;
    color: #cc8ca5;
    font-weight: bold;
}
.official_top .cap_box {
    float: left;
}
.official_top .cap_box a {
    position: relative;
    display: block;
    width: 352px;
    min-height: 198px;
    background: #fff;
}
.official_top .cap_box img {
    display: block;
    width: 352px;
    /*height: 0;*/
    opacity: 0;
    -ms-animation: FadeInDis 1.4s ease-out forwards;
    -webkit-animation: FadeInDis 1.4s ease-out forwards;
    animation: FadeInDis 1.4s ease-out forwards;
}
@keyframes FadeInDis {
from,94% {
    width: 344px;
    height: 0;
    opacity: 0;
}
to {
    width: 344px;
    height: auto;
    opacity: 1;
}
}
@-ms-keyframes FadeInDis {
from,94% {
    width: 344px;
    height: 0;
    opacity: 0;
}
to {
    width: 344px;
    height: auto;
    opacity: 1;
}
}
@-webkit-keyframes FadeInDis {
from,94% {
    width: 344px;
    height: 0;
    opacity: 0;
}
to {
    width: 344px;
    height: auto;
    opacity: 1;
}
}
.official_top .cap_box .bt {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    background: url(/pc/img/common/bt_play01.png) no-repeat left top;
    overflow: hidden;
    -webkit-animation: FadeIn .2s 1.4s ease-out forwards;
    animation: FadeIn .2s 1.4s ease-out forwards;
    opacity: 0;
}
@keyframes FadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes FadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.official_top .cap_box a:hover {    
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.official_top .txt_box {
    float: left;
    width: 280px;
    padding-left: 10px;
}
.official_top .txt_box a.shopname {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
}
.official_top .txt_box .date_area {
    margin-bottom: 10px;
}
.official_top .txt_box a.shopname:hover {
    text-decoration: none;
}
.official_top .txt_box .report {
    margin-bottom: 10px;
    line-height: 1.6;
}
.official_top .txt_box .report .ttl_side2 {
    display: block;
    margin-top: 10px;
    font-size:1.4rem;
}
.official_top .no_slide {
    width: 100%;
    margin: 10px 0 20px 0;
    padding-top: 10px;
    border-top: solid 1px #dcdcdc;
}
.official_top .no_slide li {
    display: block;
    float: left;
    width: 204px;
    line-height: 1.3;
    margin: 0 10px 0 0;
    color: #54afc1;
    font-weight: normal;
}
.official_top .no_slide li:nth-last-child(3n+1){
    margin-right: 0;
}
.official_top .no_slide li a {
    display: block;
}
.official_top .no_slide li a img {
    width: 100%;
}
.official_top .no_slide li .shopname{
    margin: 6px 0 2px;
    text-decoration: underline;
}
.official_top .no_slide li .shopname:hover{
    text-decoration: none;
}
.official_top .no_slide.contents li a img{
    height: 153px;
}
.official_top .no_slide.ichigoch li a img{
    height: 115px;
}
.official_top .no_slide.manga li a img{
    height: 122px;
}
.official_top .swiper-container {
    margin-top: 10px;
    border-top: solid 1px #dcdcdc;
}
.official_top .swiper-container .thum {
    height: 100%;
    margin: 10px 0 20px 0;
    box-sizing: border-box;
    
    cursor: pointer;
}
.official_top .swiper-container .thum li {
    display: block;
    float: left;
    line-height: 1.3;
    margin: 0 10px 0 0;
    color: #54afc1;
    font-weight: normal;
}
.official_top .swiper-container .thum li a {
    display: block;
}
.official_top .swiper-container .thum li a.subcap {
    display: inline-block;
    position: relative;
    background: #fff;
}
.official_top .swiper-container.contents .thum li a img {
    width: 100%;
    height: 153px;
}
.official_top .swiper-container.ichigoch .thum li a img {
    width: 100%;
    height: 115px;
    opacity: 0.8
}
.official_top .swiper-container.ichigoch .thum li a .bt{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    background: url(/pc/img/common/bt_play02.png) no-repeat left top;
    overflow: hidden;
}
.official_top .swiper-container.ichigoch .thum li a:hover {    
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.official_top .swiper-container.manga .thum li a img {
    width: 100%;
    height: 122px;
}
.official_top .swiper-container .thum li .shopname{
    margin: 6px 0 2px;
    text-decoration: underline;
}
.official_top .swiper-container .thum li .shopname:hover{
    text-decoration: none;
}
.swiper-container .prev,
.swiper-container .next {
	position: absolute;
	top: 10px;
    z-index: 500;
    width: 40px;
    height: 115px;
    margin-top: 0;
    transition: all .2s ease;
}
.swiper-container .prev.prev2,
.swiper-container .next.next2 {
    height: 167px;
}
.swiper-container .prev.how,
.swiper-container .next.how {
    height: 153px;
}
.swiper-container .prev {
	left: 0;
}
.swiper-container .next {
	right: 0;
}
.swiper-container .prev:hover,
.swiper-container .next:hover {
	cursor: pointer;
}
.swiper-container .prev svg,
.swiper-container .next svg {
    position: absolute;
    margin: 0 5px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.swiper-container .prev svg,
.swiper-container .next svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: #fff;
    background: #dcdcdc;
    border-radius: 20px;
    opacity: .8;
    transition: all .2s ease;
}
.swiper-container .prev:hover svg,
.swiper-container .next:hover svg {
	background-color: #f2abbd;
	cursor: pointer;
    opacity: 1;
}
.swiper-container .prev:hover svg {
	margin: 0;
}
.swiper-container .next:hover svg {
	margin-left: 10px;
}
.swiper-container .prev[class~="noneed"] svg,
.swiper-container .next[class~="noneed"] svg {
	display: none;
	cursor: default;
	background-color: #dcdcdc;
}
/**/
.official_top a.bt_more {
    float: right;
    text-decoration: underline;
}
.official_top a.bt_more .icon_svg {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
    border-radius: 50px;
    background: #dcdcdc;
}
.official_top a.bt_more .icon_svg svg {
    fill: #fff;
}
.official_top a.bt_more:hover {
    text-decoration: none;
}
.official_top a.bt_more:hover .icon_svg {
    background: #fc648a;
}
/*--------------------------------------

  働きたいお店を先どり！

---------------------------------------*/
.sakidori {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    padding: 20px;
    background: #DDCEE8;
    background-image: radial-gradient(rgba(255,255,255,.1) 30%, transparent 36%), radial-gradient(rgba(255,255,255,.1) 30%, transparent 36%);
    background-size: 9px 9px;
    background-position: 0 0, 18px 18px;
    border-radius: 16px;
}
.sakidori .sakidori_ttl {
    width: 250px;
    padding-right: 18px;
}
.sakidori .sakidori_ttl img {
    width: 100%;
    margin: 10px 0 20px 0;
}
.sakidori .sakidori_ttl p {
    font-size: 1.3rem;
}
.sakidori .slider_sakidori {
    border-radius: 8px;
    width: calc(100% - 250px);
}
.sakidori .slider_sakidori {
    background: #FFF;
    padding: 20px 20px 0 20px;
}
.sakidori .slider_sakidori ul {
    display: flex;
    border-radius: 8px;
}
.sakidori .slider_sakidori ul li {
    width: 33%;
}
.sakidori .slider_sakidori ul li a {
    display: block;
}
.sakidori .slider_sakidori ul li a img {
    width: 100%;
    margin-bottom: 4px;
}
.sakidori .slider_sakidori ul li a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.slider_sakidori .swiper-headpagination {
    padding: 12px 0 0 0;
    text-align: center;
}
.w680 > .slider_sakidori:first-child .swiper-headpagination {
    padding: 12px 0;
}
.slider_sakidori .swiper-pagination-bullet {
    background-color: #DDD;
    box-sizing: border-box;
    opacity: 1;
}
.slider_sakidori .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d3b9e5;
}
.slider_sakidori .swiper-slide {
    margin: 0 10px 0 0;
}
.slider_sakidori .swiper-slide a {
    display: block;
}
.slider_sakidori .swiper-slide a img {
    width: 120px;
}


/*--------------------------------------

  いちごチャンネル

---------------------------------------*/
.w680 > .official_top.channel {
    margin-top: 6px;
}
.official_top.channel {
    position: relative;
    width: 680px;
    margin: 26px 0px;
    padding: 22px;
    border-radius: 0px;
    border: solid 2px #dcdcdc;
    box-shadow: none;
    background-color: #fff;
}
.official_top.channel h2 {
    border: none;
}
.official_top.channel h3 {
    border: none;
}
.official_top.channel .first_video {
    background: #fff9e5;
    padding: 12px 12px 20px;
    margin: 18px 0 0;
    border-bottom: 1px solid #dcdcdc;
}
.official_top.channel .cap_box a {
    width: 344px;
    min-height: 195px;
    margin: 0 0 5px 0;
    background: #fff9e5;
}
.official_top.channel .cap_box img {
    display: block;
    width: 344px;
    /*height: 0;*/
    opacity: 0;
    -ms-animation: FadeInDis 1.4s ease-out forwards;
    -webkit-animation: FadeInDis 1.4s ease-out forwards;
    animation: FadeInDis 1.4s ease-out forwards;
}
.official_top.channel .txt_box {
    float: right;
    width: 246px;
    padding-left: 0px;
}
.official_top.channel .swiper-container {
    margin: 6px 0 10px 0;
    border-top: none;
}
.official_top.channel .bt_round_min {
    margin: 20px auto 8px;
}

/*========　RTキャンペーンバナー　========*/
.ban_sns {
    padding-bottom: 6px;
}
.ban_sns a {
    display: block;
    width: 630px;
    margin: 0 auto;
}
.ban_sns a img {
    max-width: 100%;
}
/*========　コンテンツ スライドバナー　========*/
.contents_slider {
    max-width: 680px;
}
.contents_slider .swiper-headpagination {
    padding: 12px 0 0 0;
    text-align: center;
}
.w680 > .contents_slider:first-child .swiper-headpagination {
    padding: 12px 0;
}
.contents_slider .swiper-pagination-bullet {
    border: 1px solid #707070;
    background-color: #fff;
    box-sizing: border-box;
}
.contents_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FAA2CF;
}
.contents_slider .swiper-slide {
    margin: 0 10px 0 0;
}
.contents_slider .swiper-slide a {
    display: block;
}
.contents_slider .swiper-slide img {
    width: 335px;
}
.contents_slider .swiper-slide .txt_banner {
    min-height: 52px;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

/*--------------------------------------

  エリア・業種から求人をさがす
  待遇・こだわりから求人をさがす

---------------------------------------*/

/*========　エリア・業種　========*/
#area_search .ttl_big {
    margin: 0;
    padding: 10px 0;
}
/*フリーワードでマッチ検索*/
#area_search .freeword {
    margin-top: 10px;
    padding: 20px;
}
#area_search .freeword b {
    display: block;
    color: #54afc1;
    font-weight: 400;
    text-align: center;
}
#area_search .freeword .input_box input,
#area_search .freeword .input_box button {
    border: none;
    height: 42px;
    padding: 8px 10px;
}
#area_search .freeword .input_box input:focus,
#area_search .freeword .input_box button :focus {
    background: #fbeef4;
}
#area_search .freeword .input_box {
    position: relative;
    width: 464px;
    height: 46px;
    margin: 6px auto 0;
    padding-right: 42px;
    border: solid 2px #fc648a;
    border-radius: 6px;
    background: #fff;
}
#area_search .freeword .input_box input[type="search"] {
    width: 179px;
    margin: 0;
    border-right: solid 1px #dcdcdc;
    border-radius: 0;
}
#area_search .freeword .input_box input[type="search"]:nth-child(1) {
    width: 60px;
    border-radius: 4px 0 0 4px;
}
#area_search .freeword .input_box input[type="search"]:nth-last-child(2) {
    border-right: none;
    border-radius: 0;
}
#area_search .freeword .input_box .bt_submit {
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 0 6px 6px 0;
    background: #fc648a;
    cursor: pointer;
}
#area_search .freeword .input_box .bt_submit svg {
    fill: #fff;
    cursor: pointer;
}
#area_search .freeword .input_box .bt_submit:hover {
    background: #fb81a3;
}
/*エリア・業種を入力すると該当するものを表示する枠*/
#area_search .freeword .suggest {
    position: absolute;
    left: 0;
    display: block;
	min-width: 340px;
	height: auto;
	padding: 8px 10px;
    border: 1px #dcdcdc solid;
    border-radius: 8px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	background: rgba(255, 255, 255, 1);
	font-size: 1.3rem;
	z-index: 2;
}
#area_search .freeword .suggest_ag {
    margin: 8px 0 0 167px;
}
#area_search .freeword .suggest_age {
    margin: 8px 0 0 115px;
}
#area_search .freeword .suggest_word {
    margin: 8px 0 0 350px;
}
#area_search .freeword .suggest::after,
#area_search .freeword .suggest::before {
    content: "";
    position: absolute;
	left: 16px;
    display: block;
    width: 0;
    height: 0;
	border: solid 9px transparent;
}
#area_search .freeword .suggest::before {
    top: -18px;
    border-bottom-color: #fff; 
    border-right-width: 7px;
    border-left-width: 7px;
    z-index: 1;
}
#area_search .freeword .suggest::after {
    top: -19px;
    border-bottom-color: #aaa; 
    border-right-width: 8px;
    border-left-width: 7px;
}
#area_search .freeword .suggest .much {
	padding: 6px;
    margin: 0;
	line-height: 20px;
	text-decoration: none;
	display: block;
    font-family: Helvetica, Arial, sans-serif;
    transition: none;
}
#area_search .freeword .suggest .much:hover {
    background: #fff9e6;
	cursor: pointer;
}
/*待遇・こだわりでさがす へのページ内リンク*/
a.kodawari_link {
    float: right;
    margin: 6px 0;
    text-decoration: underline;
    font-size: 1.2rem;
    position: relative;  
}
.kodawari_link:hover {
    text-decoration: none;
}
.kodawari_link::after {
    display: block;
    content: "";
    background: #dcdcdc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -21px;
    transition: all .2s ease-out;
}
.kodawari_link::before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-top: 5px solid #fff;
    border-right: 4px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    top: 6px;
    left: -17px; 
    z-index: 1;
}
.kodawari_link:hover::after {
   background: #fc648a;
}
/*注目の求人*/
#area_search .attention {
    margin: 30px 0 30px 0;
}
#area_search .attention b {
    display: block;
    color: #555;
    font-family: "Sawarabi Mincho";
    font-size: 21px;
    font-weight: normal;
    letter-spacing: .1em;
    padding: 0 0 0 10px;
    margin: 0 0 14px 0;
    background: url(/pc/img/common/bg_attention.png) no-repeat;
    background-position: 0 5px;
}
#area_search .attention b img {
    margin-top: -6px;
}
/**/
#area_search .attention a.ban {
    display: block;
    width: 100%;
    margin-bottom: 14px;
    text-align: right;
}

#area_search .attention a.ban.double {
    width: 49%;
    float: left;
}
#area_search .attention a.ban.double.right {
    float: right;
}
/**/
#area_search .attention a.ban img {
    width: 100%;
    margin-bottom: 6px;
}
#area_search .attention a.ban strong {
    font-weight: normal;
    text-decoration: underline;
}
#area_search .attention a.ban strong .icon_svg {
    width: 16px;
    height: 16px;
    margin: -3px 6px 0 0;
    border-radius: 50px;
    background: #dcdcdc;
}
#area_search .attention a.ban strong .icon_svg svg {
    fill: #fff;
}
#area_search .attention a.ban:hover strong {
    text-decoration: none;
}
#area_search .attention a.ban:hover strong .icon_svg {
    background: #fc648a;
}
#area_search .attention ul {
    width: 100%;
    box-sizing: border-box; 
    display: flex; 
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;

}
#area_search .attention ul li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    width: 47.5%;
    padding: 12px 10px 8px 28px;
    vertical-align: middle;
    border-bottom: dashed 1px #fa7db5;
    background: url(/pc/img/common/ic_attention.png) no-repeat;
    background-position: 0 50%;
}
#area_search .attention ul li .text {
    display: inline-block;
    color: #666;

}
#area_search .attention ul li .text:hover {
    color: rgb(252, 100, 138);
}

/*エリア検索*/
#area_search .ken {
    display: inline-block;
    width: 145px;
    margin: 20px 0 -10px 0;
    padding: 2px;
    border: solid 1px #dcdcdc;
    color: #666;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    text-indent: 2rem;
    letter-spacing: 2rem;
}
#area_search .ken.word3 {
    text-indent: .6rem;
    letter-spacing: .6rem;
}
    #area_search .ken.kansai {
        text-indent: 0;
        letter-spacing: 0;
    }
#area_search .ken:hover {
    border-color: #fc648a;
    color: #fc648a;
    background: #fff;
}
#area_search .other_area {
    position: relative;
    bottom: -10px;
    display: inline-block;
    width: auto;
    margin: 10px 0 -10px 0;
    color: #999;
    text-decoration: none;
    text-indent: unset;
    letter-spacing: unset;
    z-index: 1;
}
#area_search .other_area::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    padding-right: 10px;
    background: #fff;
    z-index: -1;
    box-sizing: content-box;
}
#area_search .other_area::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 630px;
    height: 1px;
    background: #dcdcdc;
    margin-left: 10px;
    z-index: -2;
}
/*========　待遇・こだわり　========*/
#kodawari_search .ttl_big {
    margin-top: 10px;
    padding: 10px 0;
}

/*========　共通部分　========*/
h3.ttl_search {
    display: block;
    margin: 10px 0 -10px 0;
    padding-bottom: 10px;
    background: url(/pc/img/chihou/home/marker_1.png) no-repeat left 10px;
    font-weight: 400;
}

#kodawari_search h3.ttl_search {
    margin: 20px 0 10px 0;
}
h3.ttl_search {
    display: block;
    margin: 10px 0 -10px 0;
    padding-bottom: 10px;
    background: url(/pc/img/chihou/home/marker_1.png) no-repeat left 10px;
    font-weight: 400;
}

#kodawari_search h3.ttl_search {
    margin: 20px 0 10px 0;
}
h4.ttl_search {
    display: block;
    margin: 10px 0 -10px 0;
    padding-bottom: 10px;
    background: url(/pc/img/chihou/home/marker_1.png) no-repeat left 10px;
    font-weight: 400;
}
#kodawari_search h4.ttl_search {
    margin: 20px 0 10px 0;
}
#area_search .ic_scout,
#kodawari_search .ic_scout {
    position: absolute;
    top: 4px;
    right: 4px;
}
#area_search .ic_scout:hover,
#kodawari_search .ic_scout:hover {
    -webkit-animation: Sway .3s ease forwards;
    animation: Sway .3s ease forwards;
}
@-webkit-keyframes Sway {
20% {
    transform: rotate(-10deg) scale(.9, .8);
}
50% {
    transform: rotate(10deg) scale(1, 1.2);
}
to {
    transform: rotate(0) scale(1);
}
}
@keyframes Sway {
20% {
    transform: rotate(-10deg) scale(.9, .8);
}
50% {
    transform: rotate(10deg) scale(1, 1.2);
}
to {
    transform: rotate(0) scale(1);
}
}
.search_list {
    margin-top: 20px;
}
.search_list > li {
    width: auto;
    min-width: 32%;
    margin: 0 0px 14px 0;
    display: inline-block;
}
.search_list > li:nth-child(3n) {
    margin-right: 0;
}
.search_list > li a {
    text-decoration: underline;
}
.search_list > li a .icon_svg {
    width: 16px;
    height: 16px;
    margin: -3px 6px 0 0;
    border-radius: 50px;
    background: #dcdcdc;
}
.search_list > li a .icon_svg svg {
    fill: #fff;
}
.search_list > li a:hover {
    text-decoration: none;
}
.search_list > li a:hover .icon_svg {
    background: #fc648a;
}
/*エリア検索用*/
.search_list.area > li {
    width: auto;
    min-width: 33%;
    margin: 0px 0px 14px 0;
    padding: 0px 0px;
    vertical-align: top;
    display: inline-block;

}
.search_list.area li .a_area {
    font-size: 1.1rem;
    margin-right: 40px;
    padding-left: 22px;
}
.search_list.area li .a_area span {
    color: #dcdcdc;
}
.search_list.area li .a_area span:last-child {
    display: none;
}
.search_list.area li .a_area li {
    width: auto;
    margin: 0 4px 0 0;
    display: inline-block;
}
.search_list.area li .a_area li a {
    display: inline-block;
    color: #fc648a;
    text-decoration: none;
}

.search_list.area li .a_area a:hover {
    text-decoration: underline;
}

/*--------------------------------------

  インタビュー

---------------------------------------*/
#interview .ttl_tag {
    font-size: 1rem;
}
#interview .ttl_tag::after {
    content: "interview";
}
#interview ul {
    margin:  10px 0 0 0;
}
#interview li {
    float: left;
    width: 310px;
    line-height: 1.3;
    margin: 0 20px 10px 0;
    padding-bottom: 6px;
    border-bottom: solid 1px #dcdcdc;
}
#interview li:nth-child(2n) {
    margin-right: 0;
}
#interview li:nth-child(7),
#interview li:nth-child(8) {
    border-bottom: none;
}
#interview li a{
    color: #666;
}
#interview li .gal_photo {
    display: block;
    width: 80px;
    float: left;
}
#interview li .gal_photo img {
    width: 100%;
}
#interview li .txt_box {
    width: 220px;
    margin-left: 10px;
    float: left;
}
#interview li .txt_box .gal_name {
    color: #fc648a;
    font-size: 1.3rem;
}
#interview li .txt_box .gal_name_add{
    color:#666;
    font-size: 1.1rem;
}
#interview li .txt_box .shopname {
    color: #58afc0;
    font-size: 1.3rem;
}
#interview li .txt_box .date_area {
    color: #979797;
    font-size: 1.2rem;
}
#interview li table {
    clear: both;
    border-collapse: separate;
    border-spacing: 0 6px;
    font-size: 1.2rem;
}
#interview li table th,
#interview li table td {
    padding: 4px 10px
}
#interview li table th {
    width: 126px;
    background: #fff9e6;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    font-size: 1.1rem;
}
#interview li table td.shop_name {
    font-weight:bold;
}
#interview li table td {
    width: 300px;
    line-height: 1.2;
    padding: 4px 0 4px 10px;
}
/*--------------------------------------

  店長ブログ

---------------------------------------*/

#master_blog ul {
    display: flex;
    flex-wrap: wrap;
}
#master_blog li {
    width: 204px;
    border: 1px solid #dcdcdc;
    margin: 0 13px 13px 0;
    padding: 8px;
}
#master_blog li a {
    display: flex;
    height: 100%;
    flex-direction: column
}
#master_blog li:nth-child(3n) {
    margin-right: 0;
}
#master_blog .img_box{
    width: 186px;
    height: 130px;
    display:block;
    position:relative;
    margin-bottom: 10px;
}
#master_blog .img_box 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 .blog_title {
    font-weight: bold;
    color: #fc648a;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*IE対策*/
    max-height: 3.5rem;
}
#master_blog .master_blogrank li .ttl {
    display: block;
    margin: 6px 0 2px;
    text-decoration: underline;
    font-weight: bold;
}
#master_blog .master_blogrank li .ttl::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    background-repeat: no-repeat;
    background-size: 80% 80%;
}
#master_blog .master_blogrank li .rank_1::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.281%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.781%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%23e3af15%22%20stroke%3D%22%23e3af15%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M5.968%2012.067a8.284%208.284%200%200%200%20.08-1.3V5.261h-.48a8.889%208.889%200%200%200-1.029.06V4.052a5.666%205.666%200%200%200%201%20.059h.919a7.273%207.273%200%200%200%201.02-.05%2015.068%2015.068%200%200%200-.08%201.65v5.056a8.374%208.374%200%200%200%20.08%201.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#master_blog .master_blogrank li .rank_2::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.28%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.78%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%23767777%22%20stroke%3D%22%23767777%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M4.829%2012.335a9.2%209.2%200%200%200-1.289.05%205.056%205.056%200%200%201%20.26-1.279%204.92%204.92%200%200%201%201.369-1.959%2013.647%2013.647%200%200%201%201.649-1.209c.919-.63%201.2-.96%201.2-1.47%200-.68-.53-1.1-1.379-1.1a1.413%201.413%200%200%200-1.269.59%201.9%201.9%200%200%200-.31.92l-1.43-.17a2.993%202.993%200%200%201%20.689-1.6%202.909%202.909%200%200%201%202.289-.89c1.749%200%202.828.84%202.828%202.209a2.029%202.029%200%200%201-.709%201.6%2012.7%2012.7%200%200%201-1.679%201.23%208.822%208.822%200%200%200-1.19%201%202.408%202.408%200%200%200-.569.9h2.8a10.449%2010.449%200%200%200%201.459-.081V12.4c-.469-.04-.869-.06-1.509-.06z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#master_blog .master_blogrank li .rank_3::before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.281%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.781%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%238b6059%22%20stroke%3D%22%238b6059%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M4.839%2010.223a1.3%201.3%200%200%200%20.47.819%201.885%201.885%200%200%200%201.209.39c.989%200%201.619-.51%201.619-1.3a1.164%201.164%200%200%200-.559-1.05%202.6%202.6%200%200%200-1.15-.239%208.539%208.539%200%200%200-1.069.049V7.654a6.849%206.849%200%200%200%20.969.05c1%200%201.59-.46%201.59-1.23%200-.689-.47-1.079-1.32-1.079a1.664%201.664%200%200%200-1.089.31%201.461%201.461%200%200%200-.42.769l-1.429-.24a2.484%202.484%200%200%201%20.949-1.429%203.246%203.246%200%200%201%201.959-.55c1.669%200%202.748.841%202.748%202.139a1.822%201.822%200%200%201-.689%201.47%202.484%202.484%200%200%201-.97.39%202.1%202.1%200%200%201%201.43.669%201.92%201.92%200%200%201%20.479%201.38%202.118%202.118%200%200%201-.6%201.459%203.455%203.455%200%200%201-2.459.809%203.126%203.126%200%200%201-2.539-.949A2.654%202.654%200%200%201%203.41%2010.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
/*ランキングのブログタイトル*/
#master_blog .master_blogrank li .box_ttl_rank {
    overflow: hidden;
}
#master_blog .master_blogrank li .box_ttl_rank .ttl {
    float: left;
    width: 18px;
    margin: 0;
}
#master_blog .master_blogrank li .box_ttl_rank .blog_title {
    float: left;
    width: calc(100% - 18px);
}
/*ブログお題*/
#master_blog .odai {
    display: block;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
    color: #666;
}
#master_blog .odai::before {
    content: "";
    background: url(../../../svg/sp/ic_odai.svg) no-repeat;
    width: 36px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
#master_blog .box_bottom {
    margin-top:auto;
}
#master_blog .shopname {
    color: #58afc0;
    line-height: 1.3em;
}
#master_blog .postdate {
    margin-top: 8px;
    color: #979797;
    font-size: 1.2rem;
}
#master_blog .master_blogrank {
    padding-bottom: 16px;
}
#master_blog .master_blogrank .master_blog_heading {
    margin-bottom: 8px;
    color: rgba(237, 17, 89, .5);
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    letter-spacing: 2px;
}
#master_blog .master_blogrank .master_blog_heading_odai {
    margin-bottom: 8px;
    color: #333;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
#master_blog .master_blogrank .master_blog_heading::before {
    content: "-";
    display: inline-block;
    margin-right: 8px;
}
#master_blog .master_blogrank .master_blog_heading::after {
    content: "-";
    display: inline-block;
    margin-left: 8px;
}

#master_blog .master_blogrank_more {
    padding-bottom: 20px;
    border-bottom: solid 1px #dcdcdc;
    text-align: right;
}
#master_blog .master_blogrank_more a {
    text-decoration: underline;
}
#master_blog .master_blogrank_more a svg {
    fill: #fff;
}
#master_blog .master_blogrank_more a:hover {
    text-decoration: none;
}
#master_blog .master_blogrank_more a .icon_svg {
    width: 16px;
    height: 16px;
    margin: -3px 6px 0 0;
    border-radius: 50px;
    background: #dcdcdc;
}
#master_blog .master_blogrank_more a:hover .icon_svg {
   background: #fc648a;
}
#master_blog .master_blog_more {
    text-align: right;
}
#master_blog .master_blog_more a {
    text-decoration: underline;
}
#master_blog .master_blog_more a svg {
    fill: #fff;
}
#master_blog .master_blog_more a:hover {
    text-decoration: none;
}
#master_blog .master_blog_more a .icon_svg {
    width: 16px;
    height: 16px;
    margin: -3px 6px 0 0;
    border-radius: 50px;
    background: #dcdcdc;
}
#master_blog .master_blog_more a:hover .icon_svg {
   background: #fc648a;
}

/*--------------------------------------

  お店動画

---------------------------------------*/
#movie .ttl_tag::after {
    content: "movie";
}
#movie ul {
    margin: 0px 0 0 0;
}
#movie .movrank {
	padding-bottom: 16px;
	
}
#movie .movrank_more {
	padding-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
	text-align: right;
}
#movie .movrank_more a{
	display: inline-block;
	padding: 2px 16px;
	border: solid 1px #dcdcdc;
    border-radius: 50px;
	color: #666;
}
#movie .movrank_more a:hover {
	border-color: #fc648a;
    color: #fc648a;
}
#movie .movrank .subcap {
	position: relative;
	display: block;
}
#movie .movrank .subcap .bt {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/pc/img/common/bt_play02.png) no-repeat left top;
	overflow: hidden;
}
#movie .movrank .movrank_ttl {
	color: rgba(237, 17, 89, .5);
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	letter-spacing: 2px;
}
#movie .movrank .movrank_ttl::before {
	content:"-";
	display: inline-block;
	margin-right: 8px;
}
#movie .movrank .movrank_ttl::after {
	content:"-";
	display: inline-block;
	margin-left: 8px;
}
#movie .movrank .thum li {
	display: block;
	float: left;
	width: calc(610px / 3);
	line-height: 1.3;
	margin-right: 10px;
	color: #54afc1;
	font-weight: normal;
}
#movie .movrank .thum li a img {
	display: block;
	max-width: 100%;
    max-height: 115px;
	margin: auto;
    background-color: #000;
}
#movie .movrank .thum {
	height: 100%;
    margin: 10px 0 20px 0;
    box-sizing: border-box;
}
#movie .movrank .thum li .ttl {
	display: block;
    margin: 6px 0 2px;
    text-decoration: underline;
	font-weight: bold;
}
#movie .movrank .thum li .ttl::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	float: left;
	background-repeat: no-repeat;
	background-size: 80% 80%;
}
#movie .movrank .thum li .ttl.rank_1::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.281%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.781%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%23e3af15%22%20stroke%3D%22%23e3af15%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M5.968%2012.067a8.284%208.284%200%200%200%20.08-1.3V5.261h-.48a8.889%208.889%200%200%200-1.029.06V4.052a5.666%205.666%200%200%200%201%20.059h.919a7.273%207.273%200%200%200%201.02-.05%2015.068%2015.068%200%200%200-.08%201.65v5.056a8.374%208.374%200%200%200%20.08%201.3z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#movie .movrank .thum li .ttl.rank_2::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.28%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.78%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%23767777%22%20stroke%3D%22%23767777%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M4.829%2012.335a9.2%209.2%200%200%200-1.289.05%205.056%205.056%200%200%201%20.26-1.279%204.92%204.92%200%200%201%201.369-1.959%2013.647%2013.647%200%200%201%201.649-1.209c.919-.63%201.2-.96%201.2-1.47%200-.68-.53-1.1-1.379-1.1a1.413%201.413%200%200%200-1.269.59%201.9%201.9%200%200%200-.31.92l-1.43-.17a2.993%202.993%200%200%201%20.689-1.6%202.909%202.909%200%200%201%202.289-.89c1.749%200%202.828.84%202.828%202.209a2.029%202.029%200%200%201-.709%201.6%2012.7%2012.7%200%200%201-1.679%201.23%208.822%208.822%200%200%200-1.19%201%202.408%202.408%200%200%200-.569.9h2.8a10.449%2010.449%200%200%200%201.459-.081V12.4c-.469-.04-.869-.06-1.509-.06z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#movie .movrank .thum li .ttl.rank_3::before {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.707%22%20height%3D%2217.707%22%20viewBox%3D%220%200%2013.281%2013.281%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bisolation%3Aisolate%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M12.781%2012.781H.5V.5l2.769%204.89L6.64.5l3.05%204.89L12.78.5z%22%20fill%3D%22%238b6059%22%20stroke%3D%22%238b6059%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cg%20class%3D%22b%22%3E%3Cpath%20d%3D%22M4.839%2010.223a1.3%201.3%200%200%200%20.47.819%201.885%201.885%200%200%200%201.209.39c.989%200%201.619-.51%201.619-1.3a1.164%201.164%200%200%200-.559-1.05%202.6%202.6%200%200%200-1.15-.239%208.539%208.539%200%200%200-1.069.049V7.654a6.849%206.849%200%200%200%20.969.05c1%200%201.59-.46%201.59-1.23%200-.689-.47-1.079-1.32-1.079a1.664%201.664%200%200%200-1.089.31%201.461%201.461%200%200%200-.42.769l-1.429-.24a2.484%202.484%200%200%201%20.949-1.429%203.246%203.246%200%200%201%201.959-.55c1.669%200%202.748.841%202.748%202.139a1.822%201.822%200%200%201-.689%201.47%202.484%202.484%200%200%201-.97.39%202.1%202.1%200%200%201%201.43.669%201.92%201.92%200%200%201%20.479%201.38%202.118%202.118%200%200%201-.6%201.459%203.455%203.455%200%200%201-2.459.809%203.126%203.126%200%200%201-2.539-.949A2.654%202.654%200%200%201%203.41%2010.5z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
#movie .movrank .thum li .ttl::after {
	clear: both;
}
#movie .movrank .thum li p {
	font-size: 1.3rem;
	margin: 4px 0 2px 0;
}
#movie .movrank .thum li .groupname {
	margin-left: 4px;
	font-size: 1.2rem;
	color: #979797;
}
#movie .play_list {
    display: flex;
    flex-wrap: wrap;
}
#movie .play_list li {
    position: relative;
    padding: 20px 0;
    float:left;
}
#movie .play_list li:last-child {
	border: none;
    padding-bottom: 0;
}
#movie .play_list li .movie {
	/*position: relative;
    background-color: #333;*/
	overflow: hidden;
    float: left;
    width: 304px;
}
#movie .play_list li:nth-child(2n) {
    margin-left: 10px;
}
#movie .play_list li .movie a.play {
    display: inline-block;
	width: inherit;
    position: relative;
    background: #fff;
}
#movie .movie_thum {
    width: 100%;
    height: 171px;
    object-fit: contain;
    background: black;
}
#movie .play_list li .movie a.play .bt {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    background: url(/pc/img/common/bt_play02.png) no-repeat left top;
    overflow: hidden;
}
#movie .play_list li .movie a.play:hover {    
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#movie .play_list li .data {
	width: 315px;
	padding: 0;
    display: block;
}
#movie .play_list li .data .vol {
    /*margin-bottom: -10px;*/
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#movie .play_list li .data .ttl_medium .age {
    padding-left: 10px;
    color: #666;
    font-weight: normal;
}
#movie .play_list li .data .day {
    position: absolute;
    right: 10px;
    font-size: 14px;
	margin-top: 4px;
	padding: 0;
	float: right;
}
#movie .play_list li .data .day span {
    display: inline-block;
	color: #F69;
	font-weight: bold;
	padding-left: 4px;
}
#movie .play_list li .data .ttl_medium {
    display: inline-block;
    margin-bottom: 10px;
	color: #fc648a;
	font-size: 1.8rem;
	font-weight: bold;
    text-decoration: underline;
}
#movie .play_list li .data .ttl_medium:hover {
    text-decoration: none;
}
#movie .play_list li .data .text {
    line-height: 1.3;
    font-size: 1.2rem;
}
#movie .play_list li .data .shopname {
    display: inline-block;
    margin-top: 6px;
    color: #58afc0;
    font-size: 1.5rem;
    font-weight: bold;
}
#movie .play_list li .data .date_area {
    color: #979797;
    font-size: 1.2rem;
}
#movie .play_list li .data .tag {
    display: inline-block;
    margin-top: 10px;
	color: #FFF;
	font-size: 10px;
	list-style: none;
	margin: 0;
	float: left;
}
#movie .play_list li .data .tag li {
	background-color: #3C6;
	margin: 0 8px 0 0;
	padding: 4px;
	float: left;
}

/*北海道*/
#movie .play_list_hokkaido {
    margin: 10px 0 0 0;
}
#movie .play_list_hokkaido li {
    width: 640px;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #dcdcdc;
}
#movie .play_list_hokkaido li:nth-last-child(1) {
    border-bottom: none;
}
#movie .play_list_hokkaido li .cap_box {
    display: block;
    float: left;
    width: 280px;
    position: relative;
    background: #fff;
}
#movie .play_list_hokkaido li .cap_box img {
    width: 100%;
}
#movie .play_list_hokkaido li .cap_box .bt{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top : 50%;
    left : 50%;
    -webkit-transform : translate(-50%, -50%);
    transform : translate(-50%, -50%);
    background: url(/pc/img/common/bt_play02.png) no-repeat left top;
    overflow: hidden;
}

#movie .play_list_hokkaido li .txt_box {
    float: left;
    width: 360px;
    padding-left: 10px;
}
#movie .play_list_hokkaido li .txt_box h3 {
    margin-bottom: 4px;
}
#movie .play_list_hokkaido li .txt_box h4 {
    margin-bottom: 4px;
}
#movie .play_list_hokkaido li .txt_box a.shop_box {
    display: block;
    line-height: 1.2;
    margin-top: 10px;
    padding: 10px;
    border: solid 1px #dcdcdc;
}
#movie .play_list_hokkaido li .txt_box a.shop_box .shopname {
    display: inline-block;
    margin-bottom: 4px;
    text-decoration: underline;
}
#movie .play_list_hokkaido li .txt_box a.shop_box:hover {
    background: #fbeef4;
}
#movie .play_list_hokkaido li .txt_box a.shop_box:hover .shopname {
    text-decoration: none;
}

/*--------------------------------------

  新着求人

---------------------------------------*/
#new_shop .ttl_tag::after {
    content: "new";
}
#new_shop .count {
   font-weight: bold;
}
#new_shop .count em {
    color: #fc648a;
}
#new_shop ul {
    margin: 20px 0 30px;
}
#new_shop li {
    padding: 6px 0;
    border-bottom: solid 1px #dcdcdc;
    overflow: hidden;
}
#new_shop li a.left_box {
    display: block;
    float: left;
    width: 260px;
    margin-right: 10px;
}
#new_shop li a.left_box img {
    width: 100%;
}
#new_shop li a.left_box_b {
    display: block;
    float: left;
    width: 206px;
    margin-right: 10px;
}
#new_shop li a.left_box_b img {
    width: 100%;
}
#new_shop li .right_box {
    display: block;
    float: left;
    width: 370px;
}
#new_shop li .right_box p {
    font-size: 1.3rem;
}
#new_shop li .right_box a {
    display: inline-block;
    color: #fc648a;
    text-decoration: underline;
}
#new_shop li .right_box a:hover {
    text-decoration: none;
}
#new_shop li .right_box_b {
    display: block;
    float: left;
    width: 424px;
}
#new_shop li .right_box_b p {
    font-size: 1.3rem;
}
#new_shop li .right_box_b a {
    display: inline-block;
    color: #fc648a;
    text-decoration: underline;
}
#new_shop li .right_box_b a:hover {
    text-decoration: none;
}

/*--------------------------------------

  PICK UP!

---------------------------------------*/
#pickup_center {
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-pack: space-between;/* Android4.3以前ブラウザ用 */
	-webkit-justify-content: space-between;/* iOS8以前Safari用 */
	justify-content: space-between;
}
#pickup_center a {
    position: relative;
    display: block;
	display: flexbox;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
	-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
	flex: 1;
    margin: 20px 0;
    padding: 18px 6px 6px 6px;
    border: solid 2px #dcdcdc;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}
#pickup_center a img:nth-child(2) {
    width: 206px;
}
#pickup_center .none {
    position: relative;
    display: block;
	display: flexbox;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
	-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
	flex: 1;
}
#pickup_center a:nth-child(2) {
    margin: 20px 5px;
}
#pickup_center a:hover {
    background: #fbeef4;
}
#pickup_center a object{
    width: 206px;
    height: 67px;
}
#pickup_center a .ic_pickup {
    position: absolute;
    top: -36px;
    left: -14px;
}
#pickup_center a .ttl_medium {
    display: block;
    min-height: 3.8rem;
    line-height: 1.2;
    margin: 18px 0 6px 0;
    color: #54afc1;
    font-size: 1.6rem;
    text-align: left;
}
#pickup_center a .ttl_medium i {
    font-weight: normal;
}
#pickup_center a:hover .ttl_medium {
    color: #fc648a;
}
#pickup_center a .date_area {
    text-align: left;
}
#pickup_center a p {
    margin-top: 6px;
    text-align: left;
}

/*--------------------------------------

  風俗豆知識

---------------------------------------*/
#tidbits .ttl_tag::after {
    content: "tidbits";
}
#tidbits ul {
    margin: 0;
}
#tidbits li {
    border-bottom: solid 1px #dcdcdc;
}
#tidbits li:nth-child(4) {
    border: none;
}
#tidbits li a {
    display: block;
    padding: 6px;
}
#tidbits li a .icon_svg {
    position: relative;
    top: -3px;
    width: 24px;
    height: 24px;
}
#tidbits li:nth-child(1) strong,
#tidbits li:nth-child(1) strong svg  {
    color: #f48d1c;
    fill: #f48d1c;
}
#tidbits li:nth-child(2) strong,
#tidbits li:nth-child(2) strong svg  {
    color: #fc23bc;
    fill: #fc23bc;
}
#tidbits li:nth-child(3) strong,
#tidbits li:nth-child(3) strong svg  {
    color: #6745fa;
    fill: #6745fa;
}
#tidbits li:nth-child(4) strong,
#tidbits li:nth-child(4) strong svg  {
    color: #97319a;
    fill: #97319a;
}
#tidbits li a strong {
    display: inline-block;
}
#tidbits li a:hover {
    background: #fbeef4;
}
#tidbits li:nth-child(1) a:hover strong,
#tidbits li:nth-child(1) a:hover strong svg {
    color: #f5a543;
    fill: #f5a543;
}
#tidbits li:nth-child(2) a:hover strong,
#tidbits li:nth-child(2) a:hover strong svg {
    color: #fd45cb;
    fill: #fd45cb;
}
#tidbits li:nth-child(3) a:hover strong,
#tidbits li:nth-child(3) a:hover strong svg {
    color: #8564fa;
    fill: #8564fa;
}
#tidbits li:nth-child(4) a:hover strong,
#tidbits li:nth-child(4) a:hover strong svg {
    color: #ae51b0;
    fill: #ae51b0;
}

/*--------------------------------------

  UPDATE / 最近更新された求人

---------------------------------------*/
#update .thum {
    display: flex;
    flex-wrap: wrap;
}
#update .thum li {
    width: -webkit-calc(620px / 3);
    width: calc(620px / 3);
    margin-right: 10px;
}
#update .thum li:nth-child(3n) {
    margin-right: 0;
}
#update .thum li:nth-child(n+4) {
    margin-top: 18px;
}
#update .thum li img {
    display: block;
    width: 100%;
}
#update .shopname {
    display: block;
    margin: 6px 0 2px;
    text-decoration: underline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#update .shopname:hover {
    text-decoration: none;
}
/*--------------------------------------

  コミュニティ

---------------------------------------*/
#community .ttl_tag {
    font-size: 1rem;
}
#community .ttl_tag::after {
    content: "community";
    letter-spacing: 0;
}
#community .ban {
    display: block;
    padding: 20px;
    border-radius: 4px;
    color: #666;
}
#community .ban:hover {
    background: #fbeef4;
}
#community .ban img {
    display: block;
    width: 545px;
    height: 130px;
    margin: 0 auto 10px;
}

/*--------------------------------------

  ブレイク

---------------------------------------*/
#break .ttl_tag::after {
    content: "break";
}
#break .ban_list {
    display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-pack: space-between;/* Android4.3以前ブラウザ用 */
	-webkit-justify-content: space-between;/* iOS8以前Safari用 */
	justify-content: space-between;
}
#break .ban_list .ban {
    position: relative;
    display: block;
	display: flexbox;
	-webkit-box-flex: 1;/*--- Android4.3以前ブラウザ用 ---*/
	-webkit-flex: 1;/*--- iOS8以前Safari用 ---*/
	flex: 1;
    padding: 20px 10px 10px;
    border-radius: 4px;
    color: #666;
}
#break .ban_list .ban:nth-child(2) {
    margin: 0 10px;
}
#break .ban_list .ban:hover {
    background: #fbeef4;
}
#break .ban_list .ban b {
    display: block;
    text-align: center;
    color: #fc648a;
}
#break .ban_list .ban img {
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
}
/*--------------------------------------

  よるともSEO

---------------------------------------*/
#yorutomo .disc_tag {
    font-weight: normal;
    font-size: 1.3rem;
    padding: 0 20px;
    line-height: 1.7;
}
#yorutomo .disc_tag em {
    background: linear-gradient(transparent 62%, #ebe821 0%);
    font-weight: bold;
}
#yorutomo .disc_tag b {
    background: linear-gradient(transparent 62%, #c7ddae 0%);
    font-weight: bold;
}
#yorutomo .disc_tag i {
    background: linear-gradient(transparent 62%, #f19fb2 0%);
    font-weight: bold;
    color: #666;
}
#yorutomo img {
    display: block;
    margin: 5px auto 20px;
}

/*■■■　ここからサブカラム右　■■■*/
/*--------------------------------------

  いちごなびおすすめ求人

---------------------------------------*/
#pickup_side .ic_pickup {
    position: absolute;
    top: -30px;
    right: -20px;
}
#pickup_side ul {
    margin-top: 10px;
}
#pickup_side ul li {
    display: table;
    min-height: 160px;
}
#pickup_side ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 15px;
    border-bottom: solid 1px #dcdcdc;
}
#pickup_side ul li a:hover {
    background: #fbeef4;
}
#pickup_side ul li:nth-last-child(1) a {
    border-bottom: none;
}
#pickup_side ul li a img {
    display: block;
    width: 230px;
    margin-bottom: 6px;
}
#pickup_side ul li a object{
    width: 230px;
    height: 75px;
}
#pickup_side ul li a .txt_box {
    width: 230px;
    line-height: 1.2;
}
#pickup_side ul li a .txt_box .shopname {
    color: #54afc1;
    font-weight: 500;
}
#pickup_side ul li a:hover .txt_box .shopname {
    color: #fc648a;
}
#pickup_side ul li a .txt_box .date_area {
    line-height: 1;
    margin: 0;
    font-size: 1.1rem;
}
#pickup_side ul li a .txt_box p {
    line-height: 1.3;
    margin-top: 2px;
}

/*--------------------------------------

  スタッフ求人

---------------------------------------*/
.staff {
    display: block;
    margin: 20px 0 ;
    background: #fff;
}
.w280 .staff:first-child{
	margin-top: 0;
}
/*--------------------------------------

  ふじこの部屋

---------------------------------------*/
#column_fujiko img {
    margin-top: 10px;
}

#column_fujiko p {
    margin: 14px 0;
}
/*--------------------------------------

  今日から風俗嬢

---------------------------------------*/
#column_sm img {
    margin-top: 10px;
}
#column_sm p {
    margin: 14px 0;
}
/*--------------------------------------

  いちご白書

---------------------------------------*/
#column .disc {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #979797;
    font-size: 1.2rem;
}
#column .subttl_side {
    padding: 0 0 0 0;
    color: #999;
}
#column ul {
    margin: 8px 0 20px 0;
}
#column ul li a {
    display: block;
    padding: 6px;
    border-bottom: solid 1px #dcdcdc;
}
#column ul li a:hover {
    background: #fbeef4;
}
#column ul li a img {
    display: block;
    float: left;
    width: 80px;
}
#column ul li a .txt_box {
    float: left;
    width: 168px;
    padding-left: 10px;
    line-height: 1.2;
}
#column ul li a .txt_box .date_area {
    line-height: 1;
    margin: 0;
}
#column ul li a .txt_box p {
    line-height: 1.4;
    margin-bottom: 4px;
}

/*--------------------------------------

  いちごなびオファー

---------------------------------------*/
#scout img {
    margin-top: 10px;
}
#scout p {
    margin: 10px 0 20px;
}

/*--------------------------------------

  応募のマナー

---------------------------------------*/
#kokoroe img {
    margin-top: 10px;
}
#kokoroe p {
    margin: 10px 0 20px;
}

/*--------------------------------------

  WEBライター募集

---------------------------------------*/
#recruit_writer img {
    width: 260px;
    margin-top: 10px;
}
#recruit_writer p {
    margin: 10px 0 20px;
}

/*--------------------------------------

  いちごなびって？

---------------------------------------*/
#about img {
    width: 260px;
    margin-top: 10px;
}
#about .ttl_side2 {
    margin: 10px 0 -5px 0; 
}
#about p {
    margin: 10px 0 20px;
}
#about hr {
    margin: 20px 0 0;
}

/*--------------------------------------

  プレゼント

---------------------------------------*/
#present .disc {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #979797;
    font-size: 1.2rem;
}
#present ul {
    margin: 10px 0;
}
#present ul li a {
    display: block;
    padding: 6px;
}
#present ul li a:hover {
    background: #fbeef4;
}
#present ul li a:hover .ttl_side2 {
    color: #fc648a;
}
#present ul li a img {
    display: block;
    float: left;
    width: 80px;
}
#present ul li a .txt_box {
    float: left;
    width: 158px;
    padding-left: 10px;
    line-height: 1.2;
}
#present p {
    line-height: 1.4;
    margin-bottom: 4px;
}
#present .detail {
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2rem;
}
#present .detail strong {
    display: inline-block;
    line-height: 1;
    margin: 10px auto;
    padding: 4px 10px;
    border: solid 2px #fa628b;
    border-radius: 4px;
    color: #fa628b;
    background: #fff;
}
#present .detail strong b {
    padding-right: 4px;
    font-size: 2.6rem;
}
#present .flow {
}
#present .flow b {
    color: #fa628b;
}
/*共通*/
#present table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
#present table th,
#present table td {
    padding: 2px 4px;
    vertical-align: middle;
    text-align: center;
}
#present table th b {
    font-size: 1.6rem;
    font-weight: 600;
}
#present table td {
    font-weight: 600;
    text-align: right;
} 
#present table td i {
    padding: 0 1px;
    font-size: 2.2rem;
}
/*終了*/
#present table .past th {
    border: solid 2px #dcdcdc;
    background: #dcdcdc;
    color: #fff;
}
#present table .past td,
#present table .past td i {
    color: #dcdcdc;
} 
/*現在*/
#present table .now th {
    box-shadow: 0 0 8px rgba(79, 234, 244, .4);
    background: #48cfdb;
    color: #fff;
}
#present table .now td,
#present table .now td i {
    color: #48cfdb;
} 
/*次回*/
#present table .future th {
    border: solid 2px #58afc0;
    background: #fff;
    color: #58afc0;
}
#present table .future td,
#present table .future td i {
    color: #58afc0;
} 

/*--------------------------------------

  掲載について

---------------------------------------*/
#offer img {
    margin-top: 10px;
}
#offer .ttl_side2 {
    margin: 10px 0 -5px 0; 
}
#offer p {
    margin: 10px 0 20px;
}
#offer hr {
    margin: 20px 0 0;
}

#modal_restart_kanto.bt_round_min_w,
#modal_kanto.bt_round_min_w,
#modal_start_q.bt_round_min_w,
#modal_restart_q.bt_round_min_w {
    line-height: 1.3;
    padding: 4px 0;
    width: 180px;
}
#modal_start_kanto.bt_round_min_w,
#modal_kanto_mensesthe.bt_round_min_w,
#modal_kanto_caba.bt_round_min_w {
    line-height: 1.3;
    padding: 4px 0;
    width: 230px;
}
#modal_restart_kansai.bt_round_min_w,
#modal_restart_q.bt_round_min_w {
    line-height: 1.3;
    padding: 4px 0;
    border: solid 2px #e95513;
    color: #e95513;
}
#modal_restart_kansai.bt_round_min_w:hover,
#modal_restart_q.bt_round_min_w:hover {
    border-color: #fc648a;
    color: #fc648a;
}
#start_kanto img,
#restart_kanto img,
#kanto_mensesthe img,
#kanto_caba img,
#start_tokai img,
#start_kansai img,
#restart_kansai img,
#start_tohoku img,
#start_q img,
#restart_q img {
    margin-bottom: 10px;
    width: 100%;
}

/*--------------------------------------

  ガンガン

---------------------------------------*/
.gangan {
    display: block;
    margin: 20px 0 ;
    background: #fff;
}

/*--------------------------------------

  税理士

---------------------------------------*/
.zeirishi {
    display: block;
    margin: 20px 0 ;
}

/*--------------------------------------

  いちごなびスマホ版

---------------------------------------*/
#mobile .share_mobile {
    display: block;
    width: 260px;
    height: 443px;
    margin-top: 10px;
    background: url(/pc/img/chihou/home/share_mobile_off.png) no-repeat left top;
}
#mobile .share_mobile:hover {
    background: url(/pc/img/chihou/home/share_mobile_on.png) no-repeat left top;
}
/*モーダル*/
#mobileqr .ttl_big {
    margin: 20px 0;
}
#mobileqr p {
    margin-top: 10px;
    font-size: 1.6rem;
}
#mobileqr .mobile .qr {
    display: block;
    border: solid 1px #dcdcdc;
}
#mobileqr .mobile img {
    max-width: 160px;
    max-height: 160px;
    margin: 10px auto;
}
#mobileqr .mobile .box {
    margin-bottom: 40px;
}
#mobileqr .notes {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
#mobileqr .notes a {
    display: inline-block;
    margin: 0 0 0 20px;
    text-decoration: underline;
}
#mobileqr .notes a:hover {
    text-decoration: none;
}
#desc {
    width: 980px;
    line-height: 1.6;
    margin: 40px auto;
    padding: 20px;
    border-radius: 6px;
    color: #444;
    background: rgba(255, 255, 255, .7);
    font-size: 1.2rem;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
#desc h2 {
    display: block;
    line-height: 2;
    margin-bottom: 10px;
    padding-left: 18px;
    border-left: solid 6px #fc648a;
    color: #000;
    font-size: 1.6rem;
}
#desc strong:nth-of-type(1) {
    color: #55abe0;
}
#desc strong:nth-of-type(2) {
    color: #fc648a;
}
#desc em{
    font-weight:bold;
}
#desc em:nth-of-type(1) {
    background: linear-gradient(transparent 55%, rgba(102, 255, 204, .4) 55%, rgba(102, 255, 204, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(2) {
    background: linear-gradient(transparent 55%, rgba(102, 204, 255, .4) 55%, rgba(102, 204, 255, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(3) {
    background: linear-gradient(transparent 55%, rgba(255, 102, 204, .4) 55%, rgba(255, 102, 204, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(4) {
    background: linear-gradient(transparent 55%, rgba(255, 204, 0, .4) 55%, rgba(255, 204, 0, .4) 90%, transparent 85% );
}
#desc em:nth-of-type(5) {
    background: linear-gradient(transparent 55%, rgba(0, 255, 102, .4) 55%, rgba(0, 255, 102, .4) 90%, transparent 85% );
}
/*--------------------------------------

  すぐ働ける追従バナー

---------------------------------------*/
a .hatarakeru {
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 10px 0 510px;
    z-index: 999;
    transition: 0.2s;
}
a .hatarakeru:hover {
  top: 15px;
}
/*--------------------------------------

  右側追従バナー

---------------------------------------*/
.fixed_right {
    position: fixed;
    top: 20px;
    left: 50%;
    margin: 0 10px 0 510px;
    z-index: 999;
    transition: 0.2s;
    cursor: pointer;
}
.fixed_right:hover {
    top: 15px;
}
