@charset "utf-8";
/*--------------------------------------------------------------
>>> Common Setting:
--------------------------------------------------------------*/
/**
 * Common Setting for All Device
 **/
html{
  font-size: 10px;
}
html,body{
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #737373;
  line-height: 1.75;
  letter-spacing: 0.1em;
  word-break: normal;
  text-align: justify;

}
main{
  display: block;
}
address{
  font-style: normal;
}
iframe{
  vertical-align: bottom;
}
img{
  vertical-align: bottom;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
img[ src$=".svg"] {
  max-width: 100%;
  height: auto;
}
/**
 * Common Setting for PC
 **/
@media only screen and (min-width: 1025px) {

}
/**
 * Common Setting for SP
 **/
@media only screen and (max-width: 1024px) {
  body{
    font-size: 1.4rem;
  }
  img{
    width: 100%;
    max-width: 100%;
  }
}
/**
 * Common Setting for SE
 **/
@media only screen and (max-width: 320px) {
  body{
    font-size: 1.2rem;
  }
}
/*--------------------------------------------------------------
>>> Common Class:
--------------------------------------------------------------*/
/**
 * Common Class All Device
 **/
.preload{
  transition: 0!important;
}
.preload * {
  transition: none!important;
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -ms-transition: none!important;
  -o-transition: none!important;
}
.of_hidden{
  overflow: hidden;
}
.gothic{
  font-family: 'Noto Sans JP', sans-serif;
}
.mincho{
  font-family: 'Noto Serif JP', serif;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.w10{
  width: 10%;
}
.w20{
  width: 20%;
}
.w30{
  width: 30%;
}
.w40{
  width: 40%;
}
.w50{
  width: 50%;
}
.w60{
  width: 60%;
}
.w70{
  width: 70%;
}
.w80{
  width: 80%;
}
.w90{
  width: 90%;
}
.w100{
  width: 100%;
}
.bg_pink{
  background: #fff1f1;
  background: #fffafa;
}
.color_red{
  color: #ff4f4f;
}
.color_pink{
  color: #ff99cc;
}
.color_gray{
  color: #999;
}
.fw100{
  font-weight: 100;
}
.fw200{
  font-weight: 200;
}
.fw300{
  font-weight: 300;
}
.fw400{
  font-weight: 400;
}
.fw500{
  font-weight: 500;
}
.fw600{
  font-weight: 600;
}
.fw700{
  font-weight: 700;
}
.fw900{
  font-weight: 900;
}
.transition_03{
  transition: 0.3s;
}
.transition_06{
  transition: 0.6s;
}
.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-table{
  display: table;
}
.d-flex{
  display: flex;
}
.d-none{
  display: none;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-indent{
  padding-left: 1em;
  text-indent: -1em;
}
.justify{
  text-align: justify;
  text-justify: inter-ideograph;
}
.obfit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.opacity:hover{
  opacity: 0.8!important;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  transition: .6s;
}
.list-unstyled{
  list-style: none;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url(../images/common/preloader.gif) no-repeat #fff 50%;
  ;
  background-size: 64px 64px;
}
#floatMenu{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(227,178,191,0.6);
  padding: 15px 0;
  text-align: center;
}
.title h2{
  display: flex;
  align-items: center;
  background-color: #ffeded;
  border-radius: 5px;
  color: #e48898;
  line-height: 1.5;
  padding: 7.5px 15px;
  border-radius: 10px;
  position: relative;
  text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
}
.title h2:before{
  content: "";
  display: block;
  background: url(../images/common/icon_flower.svg) 0 0 no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.title h2:after {
  content: '';
  border-bottom: 2px dotted #fff;
  position: absolute;
  bottom: 3px;
  left: 3px;
  right: 3px;
}
.head_decoration{
  position: relative;
  width: 100%;
  font-size: 1.143em;
  font-weight: bold;
  color: #5C4747;
  border-bottom: 2px dashed #D26466;
  margin: 0 0 1em;
  padding: 0.2em 0 0 1.7em;
}
.head_decoration:before{
  content: "";
  background: #d48789;
  position: absolute;
  top: 0;
  left: 0.5em;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
}
.head_decoration:after{
  content: "";
  background: #d26466;
  position: absolute;
  top: 0.8em;
  left: 0.2em;
  height: 8px;
  width: 8px;
  transform: rotate(15deg);
}
/**
 * Common Class for PC
 **/
@media only screen and (min-width: 1025px) {
  ._pc{
    display: block;
  }
  ._sp{
    display: none;
  }
  ._se{
    display: none;
  }
  .inner{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .hover_line{
    position: relative;
    display: inline-block;
    transition: 0.3s;
  }
  .hover_line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #231815;
    opacity: 0;
    transition: 0.3s;
  }
  .hover_line:hover::after {
    opacity: 1;
  }
  .hover_line_center{
    position: relative;
    display: inline-block;
    transition: 0.4s;
  }
  .hover_line_center::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #231815;
    transition: 0.4s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .hover_line_center:hover::after{
    width: 100%;
  }
  .link li a{
    width: 375px;
    height: 60px;
  }
  .link li:nth-child(3) a{
    width: 250px;
  }
  #floatMenu{
    display: none!important;
  }
  .title h2{
    margin-bottom: 25px;
  }
  .title h2:before{
    width: 34px;
    height: 34px;
  }
}
/**
 * Common Class for SP
 **/
@media only screen and (max-width: 1024px) {
  ._sp{
    display: block;
  }
  ._pc{
    display: none;
  }
  ._se{
    display: none;
  }
  .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner.no-gutter{
    padding-left: 0;
    padding-right: 0;
  }
  .link ul{
    flex-wrap: wrap;
  }
  .link li,
  .link li a{
    width: 50vw;
    height: 45px;
  }
  .link li:nth-child(1),
  .link li:nth-child(1) a{
    width: 100vw;
  }
  .title h2{
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
  .title h2:before {
    width: calc(34px * 0.5);
    height: calc(34px * 0.5);
  }
  .head_decoration{
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  #floatMenu a{
    display: block;
    width: 98%;
    margin: auto;
  }
  #floatMenu a:nth-of-type(2){
    margin-top: 10px;
  }
}
/**
 * Common Class for SE
 **/
@media only screen and (max-width: 320px) {
  ._se{
    display: block;
  }
  ._pc{
    display: none;
  }
  ._se{
    display: none;
  }
}

/*--------------------------------------------------------------
>>> Header Class:
--------------------------------------------------------------*/
/**
 * Header All Device
 **/
header{
  /*  position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;*/
  width: 100%;
  background: linear-gradient(#f7dbdf, #ffffff);
}
header .logo h1 a{
  display: block;
  height: 0px;
  overflow: hidden;
  background: url(../images/common/logo.png) center center no-repeat;
  background-size: contain;
  margin: auto;
}
header .logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/**
 * Header Class for PC
 **/
@media only screen and (min-width: 1025px) {
  header{
    padding: 20px 0;
  }
  header.scroll{
    padding: 10px 0;
  }
  header .inner{
    align-items: center;
  }
  header .logo h1 a{
    width: calc(881px * 0.7);
    padding-top: calc(112px * 0.7);
  }
}
/**
 * Header for SP
 **/
@media only screen and (max-width: 1024px) {
  header{
    padding: 15px 0
  }
  header .logo h1 a{
    width: calc(881px * 0.25);
    padding-top: calc(112px * 0.25);
  }
}
/**
 * Header for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Footer :
--------------------------------------------------------------*/
/**
 * Footer All Device
 **/
footer{
  background: #c46780;
  padding: 20px 0;
  color: #fff;
}
/**
 * Footer for PC
 **/
@media only screen and (min-width: 1025px) {

}
/**
 * Footer for SP
 **/
@media only screen and (max-width: 1024px) {
  footer{
    padding-bottom: 45vw;
  }
  footer .copyright small{
    font-size: 1rem;
    letter-spacing: 0.05em;
    ;
  }
}
/**
 * Footer for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Hero :
--------------------------------------------------------------*/
/**
 * Hero All Device
 **/
.hero h2,
.hero .text{
  line-height: 2;
  text-align: center;
}
.hero h2 img{
  border-radius: 15px;
}
.hero .text p{
  color: #999;
}
/**
 * Hero for PC
 **/
@media only screen and (min-width: 1025px) {
  .hero{
    padding: 30px 0 50px 0;
  }
  .hero .text{
    font-size: 2.8rem;
    margin-top: 30px;
  }
}
/**
 * Hero for SP
 **/
@media only screen and (max-width: 1024px) {
  .hero{
    padding: 5px 0 20px 0
  }
  .hero .text{
    margin-top: 15px;
  }
}
/**
 * Hero for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Relief : 女性店長・女性スタッフのみだから、安心♪
--------------------------------------------------------------*/
/**
 * Relief All Device
 **/

/**
 * Relief for PC
 **/
@media only screen and (min-width: 1025px) {
  .relief{
    padding: 50px 0;
  }
  .relief .contents .text{
    font-size: 1.8rem;
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
  }
}
/**
 * Relief for SP
 **/
@media only screen and (max-width: 1024px) {
  .relief{
    padding: 30px 0;
  }
  .relief .contents .text{
    margin-top: 15px;
  }
}
/**
 * Relief for SE
 **/
@media only screen and (max-width: 320px) {

}

/*--------------------------------------------------------------
>>> Job : お仕事内容
--------------------------------------------------------------*/
/**
 * Job All Device
 **/

/**
 * Job for PC
 **/
@media only screen and (min-width: 1025px) {
  .job{
    padding: 50px 0
  }
}
/**
 * Job for SP
 **/
@media only screen and (max-width: 1024px) {
  .job{
    padding: 30px 0
  }
}
/**
 * Job for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Thoughts : お仕事体験後のチャットレディ未経験の女性の感想をきいてみました・・☆
--------------------------------------------------------------*/
/**
 * Thoughts All Device
 **/
.thoughts .list li:not(:last-child){
  margin-bottom: 25px;
}
/**
 * Thoughts for PC
 **/
@media only screen and (min-width: 1025px) {
  .thoughts{
    padding: 50px 0
  }
  .thoughts .list{
    width: 950px;
    margin: 30px auto 0 auto;
  }
}
/**
 * Thoughts for SP
 **/
@media only screen and (max-width: 1024px) {
  .thoughts{
    padding: 30px 0
  }
  .thoughts .img ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .thoughts .img ul li{
    width: 45%;
    margin-bottom: 30px;
  }
  .thoughts .img ul li:last-child{
    margin: auto;
  }
}
/**
 * Thoughts for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Point : 当店のオススメPOINT
--------------------------------------------------------------*/
/**
 * Point All Device
 **/
.point .description{
  color: #fb6868;
  font-weight: 500;
}
.point .list ul li h3{
  display: flex;
  color: #e48898;
  margin-bottom: 5px;
}
.point .list ul li h3:before{
  content: "♥";
  color: #e48898;
  flex-shrink: 0;
}
/**
 * Point for PC
 **/
@media only screen and (min-width: 1025px) {
  .point{
    padding: 50px 0
  }
  .point .description{
    font-size: 2rem;
    text-align: center;
  }
  .point .list{
    margin-top: 30px;
  }
  .point .list ul{
    display: table;
    margin: auto;
  }
  .point .list ul li:not(:last-child){
    margin-bottom: 30px
  }
}
/**
 * Point for SP
 **/
@media only screen and (max-width: 1024px) {
  .point{
    padding: 30px 0
  }
  .point .description{
    font-size: 1.6rem;
    text-align: center;
  }
  .point .list{
    margin-top: 25px;
  }
  .point .list ul li:not(:last-child){
    margin-bottom: 15px;
  }
  .point .list ul li h3{
    font-size: 1.4rem;
  }
  .point .list ul li .text{
    padding-left: 1em;
  }
}
/**
 * Point for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Recruit : 応募資格
--------------------------------------------------------------*/
/**
 * Recruit All Device
 **/
.recruit .list li:not(:last-child){
  margin-bottom: 25px;
}
/**
 * Recruit for PC
 **/
@media only screen and (min-width: 1025px) {
  .recruit{
    padding: 50px 0
  }
  .recruit .list{
    width: 950px;
    margin: 50px auto 0 auto;
  }
}
/**
 * Recruit for SP
 **/
@media only screen and (max-width: 1024px) {
  .recruit{
    padding: 30px 0
  }
  .recruit .list{
    margin-top: 30px;
  }
}
/**
 * Recruit for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Flow : 入店までの流れ
--------------------------------------------------------------*/
/**
 * Flow All Device
 **/
.flow .list .wrap .text li{
  display: flex;
}
.flow .list .wrap .text li:before{
  content: "♥";
  color: #fb6868;
  flex-shrink: 0;
}
/**
 * Flow for PC
 **/
@media only screen and (min-width: 1025px) {
  .flow{
    padding: 50px 0
  }
  .flow .list{
    margin: 50px auto 0 auto;
  }
  .flow .list > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow .list > ul > li{
    width: 480px;
    margin-bottom: 30px;
  }
  .flow .list .wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flow .list .wrap .img{
    margin: auto;
  }
  .flow .list .wrap .img img{
    width: auto;
    height: 200px;
  }
  .flow .list .wrap .text{
    width: 100%;
    margin-top: 20px;
  }
}
/**
 * Flow for SP
 **/
@media only screen and (max-width: 1024px) {
  .flow{
    padding: 30px 0
  }
  .flow .list > ul > li:not(:last-child){
    margin-bottom: 25px;
  }
  .flow .list .wrap .img{
    width: 35%;
    margin: auto;
  }
  .flow .list .wrap .text{
    margin-top: 20px;
  }
}
/**
 * Flow for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Requirements : 募集要項
--------------------------------------------------------------*/
/**
 * Requirements All Device
 **/
.requirements table{
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #fff;
}
.requirements table th,
.requirements table td{
  border: solid 1px #fff;
  font-weight: 400;
}
.requirements table th{
  color: #e48898;
  background: #ffeded;
}
  .requirements .banner{
    margin-top: 20px;
  }
/**
 * Requirements for PC
 **/
@media only screen and (min-width: 1025px) {
  .requirements{
    padding: 50px 0 100px 0;
  }
  .requirements table th,
  .requirements table td{
    padding: 1em 2em;
  }
  .requirements table th{
    text-align: center;
  }
  .requirements .banner{
    text-align: right;
  }
}
/**
 * Requirements for SP
 **/
@media only screen and (max-width: 1024px) {
  .requirements{
    padding: 30px 0 70px 0;
  }
  .requirements table th,
  .requirements table td{
    display: block;
    padding: 5px 10px;
  }
  .requirements .banner{
    margin-top: 20px;
  }
}
/**
 * Requirements for SE
 **/
@media only screen and (max-width: 320px) {

}
/*--------------------------------------------------------------
>>> Template :
--------------------------------------------------------------*/
/**
 * Template All Device
 **/

/**
 * Template for PC
 **/
@media only screen and (min-width: 1025px) {

}
/**
 * Template for SP
 **/
@media only screen and (max-width: 1024px) {

}
/**
 * Template for SE
 **/
@media only screen and (max-width: 320px) {

}
